diff --git a/__e2e__/flows/feed-reorder.yml b/__e2e__/flows/feed-reorder.yml index 4b96a201..34df679c 100644 --- a/__e2e__/flows/feed-reorder.yml +++ b/__e2e__/flows/feed-reorder.yml @@ -36,12 +36,15 @@ appId: xyz.blueskyweb.app id: "viewHeaderDrawerBtn" - tapOn: id: "menuItemButton-Feeds" -- tapOn: "Edit Saved Feeds" +- tapOn: + id: "editFeedsBtn" - tapOn: label: "Tap on down arrow" point: "79%,23%" - tapOn: - id: "bottomBarHomeBtn" + id: "viewHeaderDrawerBtn" +- tapOn: + id: "viewHeaderDrawerBtn" - assertVisible: id: "homeScreenFeedTabs-selector-0" text: "alice-favs" @@ -54,11 +57,15 @@ appId: xyz.blueskyweb.app id: "viewHeaderDrawerBtn" - tapOn: id: "menuItemButton-Feeds" +- tapOn: + id: "editFeedsBtn" - tapOn: label: "Tap on down arrow" point: "79%,23%" - tapOn: - id: "bottomBarHomeBtn" + id: "viewHeaderDrawerBtn" +- tapOn: + id: "viewHeaderDrawerBtn" - assertVisible: id: "homeScreenFeedTabs-selector-0" text: "Following" @@ -71,11 +78,15 @@ appId: xyz.blueskyweb.app id: "viewHeaderDrawerBtn" - tapOn: id: "menuItemButton-Feeds" +- tapOn: + id: "editFeedsBtn" - tapOn: label: "Tap on unpin" point: "91%,23%" - tapOn: - id: "bottomBarHomeBtn" + id: "viewHeaderDrawerBtn" +- tapOn: + id: "viewHeaderDrawerBtn" - assertVisible: id: "homeScreenFeedTabs-selector-0" text: "alice-favs" diff --git a/__e2e__/flows/home-screen.yml b/__e2e__/flows/home-screen.yml index f39aceeb..9c2d540e 100644 --- a/__e2e__/flows/home-screen.yml +++ b/__e2e__/flows/home-screen.yml @@ -28,6 +28,8 @@ appId: xyz.blueskyweb.app - tapOn: "Pin to Home" - tapOn: id: "bottomBarHomeBtn" +- tapOn: + id: "viewHeaderDrawerBtn" - assertNotVisible: "Feeds ✨" - tapOn: diff --git a/__e2e__/flows/thread-screen.yml b/__e2e__/flows/thread-screen.yml index 22f71345..fdc73259 100644 --- a/__e2e__/flows/thread-screen.yml +++ b/__e2e__/flows/thread-screen.yml @@ -58,7 +58,7 @@ appId: xyz.blueskyweb.app id: "repostBtn" childOf: id: "postThreadItem-by-bob.test" -- tapOn: "Undo repost" +- tapOn: "Remove repost" - assertNotVisible: id: "repostCount-expanded" @@ -77,7 +77,7 @@ appId: xyz.blueskyweb.app id: "repostBtn" childOf: id: "postThreadItem-by-carla.test" -- tapOn: "Undo repost" +- tapOn: "Remove repost" - assertNotVisible: id: "repostCount" childOf: diff --git a/src/locale/locales/ca/messages.po b/src/locale/locales/ca/messages.po index bfaafa05..60639340 100644 --- a/src/locale/locales/ca/messages.po +++ b/src/locale/locales/ca/messages.po @@ -16,7 +16,7 @@ msgstr "" "X-Poedit-SourceCharset: utf-8\n" "Plural-Forms: \n" -#: src/screens/Messages/List/ChatListItem.tsx:119 +#: src/screens/Messages/List/ChatListItem.tsx:120 msgid "(contains embedded content)" msgstr "" @@ -48,10 +48,14 @@ msgstr "{0, plural, one {# etiqueta s'ha aplicat a aquest compte} other {# etiqu msgid "{0, plural, one {# label has been placed on this content} other {# labels have been placed on this content}}" msgstr "{0, plural, one {# etiqueta s'ha aplicat a aquest contingut} other {# etiquetes s'han aplicat a aquest contingut}}" -#: src/view/com/util/post-ctrls/RepostButton.tsx:64 +#: src/view/com/util/post-ctrls/RepostButton.tsx:65 msgid "{0, plural, one {# repost} other {# reposts}}" msgstr "{0, plural, one {# republicació} other {# republicacions}}" +#: src/components/KnownFollowers.tsx:179 +msgid "{0, plural, one {and # other} other {and # others}}" +msgstr "" + #: src/components/ProfileHoverCard/index.web.tsx:376 #: src/screens/Profile/Header/Metrics.tsx:23 msgid "{0, plural, one {follower} other {followers}}" @@ -66,11 +70,11 @@ msgstr "{0, plural, one {seguint} other {seguint}}" msgid "{0, plural, one {Like (# like)} other {Like (# likes)}}" msgstr "{0, plural, one {Like (# m'agrada)} other {Like (# m'agrades)}}" -#: src/view/com/post-thread/PostThreadItem.tsx:386 +#: src/view/com/post-thread/PostThreadItem.tsx:380 msgid "{0, plural, one {like} other {likes}}" msgstr "{0, plural, one {m'agrada} other {m'agrades}}" -#: src/view/com/feeds/FeedSourceCard.tsx:280 +#: src/view/com/feeds/FeedSourceCard.tsx:301 msgid "{0, plural, one {Liked by # user} other {Liked by # users}}" msgstr "{0, plural, one {Li ha agradat a # user} other {Li ha agradat a # users}}" @@ -82,7 +86,7 @@ msgstr "{0, plural, one {publicació} other {publicacions}}" msgid "{0, plural, one {Reply (# reply)} other {Reply (# replies)}}" msgstr "{0, plural, one {Resposta per (# reply)} other {Resposta per (# replies)}}" -#: src/view/com/post-thread/PostThreadItem.tsx:366 +#: src/view/com/post-thread/PostThreadItem.tsx:360 msgid "{0, plural, one {repost} other {reposts}}" msgstr "{0, plural, one {republicació} other {republicacions}}" @@ -151,7 +155,7 @@ msgstr "{likeCount, plural, one {Li ha agradat a # user} other {Li ha agradat a #~ msgid "{message}" #~ msgstr "{missatge}" -#: src/view/shell/Drawer.tsx:461 +#: src/view/shell/Drawer.tsx:462 msgid "{numUnreadNotifications} unread" msgstr "{numUnreadNotifications} no llegides" @@ -216,12 +220,12 @@ msgstr "Confirmació 2FA" #~ msgid "A new version of the app is available. Please update to continue using the app." #~ msgstr "Hi ha una nova versió d'aquesta aplicació. Actualitza-la per a continuar." -#: src/view/com/util/ViewHeader.tsx:92 -#: src/view/screens/Search/Search.tsx:714 +#: src/view/com/util/ViewHeader.tsx:93 +#: src/view/screens/Search/Search.tsx:715 msgid "Access navigation links and settings" msgstr "Accedeix als enllaços de navegació i configuració" -#: src/view/com/home/HomeHeaderLayoutMobile.tsx:54 +#: src/view/com/home/HomeHeaderLayoutMobile.tsx:56 msgid "Access profile and other navigation links" msgstr "Accedeix al perfil i altres enllaços de navegació" @@ -234,7 +238,7 @@ msgstr "Accessibilitat" msgid "Accessibility settings" msgstr "Configuració d'accessibilitat" -#: src/Navigation.tsx:290 +#: src/Navigation.tsx:296 #: src/view/screens/AccessibilitySettings.tsx:63 msgid "Accessibility Settings" msgstr "Configuració d'accessibilitat" @@ -278,7 +282,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:131 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:135 #: src/view/com/profile/ProfileMenu.tsx:131 msgid "Account unblocked" msgstr "Compte desbloquejat" @@ -291,7 +295,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/modals/ListAddRemoveUsers.tsx:268 #: src/view/com/modals/UserAddRemoveLists.tsx:230 #: src/view/screens/ProfileList.tsx:881 @@ -313,9 +317,9 @@ msgstr "Afegeix un usuari a aquesta llista" msgid "Add account" msgstr "Afegeix un compte" -#: src/view/com/composer/GifAltText.tsx:70 -#: src/view/com/composer/GifAltText.tsx:136 -#: src/view/com/composer/GifAltText.tsx:176 +#: src/view/com/composer/GifAltText.tsx:69 +#: src/view/com/composer/GifAltText.tsx:135 +#: src/view/com/composer/GifAltText.tsx:175 #: src/view/com/composer/photos/Gallery.tsx:120 #: src/view/com/composer/photos/Gallery.tsx:187 #: src/view/com/modals/AltImage.tsx:118 @@ -349,15 +353,15 @@ msgstr "Afegeix una contrasenya d'aplicació" #~ 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/screens/Home/NoFeedsPinned.tsx:112 +#: src/screens/Home/NoFeedsPinned.tsx:99 msgid "Add recommended feeds" msgstr "Afegeix els canals recomanats" @@ -374,7 +378,7 @@ msgstr "Afegeix el següent registre DNS al teu domini:" msgid "Add to Lists" msgstr "Afegeix a les llistes" -#: src/view/com/feeds/FeedSourceCard.tsx:246 +#: src/view/com/feeds/FeedSourceCard.tsx:267 msgid "Add to my feeds" msgstr "Afegeix als meus canals" @@ -387,7 +391,7 @@ msgstr "Afegeix als meus canals" msgid "Added to list" msgstr "Afegit a la llista" -#: src/view/com/feeds/FeedSourceCard.tsx:118 +#: src/view/com/feeds/FeedSourceCard.tsx:126 msgid "Added to my feeds" msgstr "Afegit als meus canals" @@ -413,12 +417,12 @@ msgstr "El contingut per a adults està deshabilitat." msgid "Advanced" msgstr "Avançat" -#: src/view/screens/Feeds.tsx:798 +#: src/view/screens/Feeds.tsx:771 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/modals/AddAppPasswords.tsx:188 -#: src/view/com/modals/AddAppPasswords.tsx:195 +#: src/view/com/modals/AddAppPasswords.tsx:187 +#: src/view/com/modals/AddAppPasswords.tsx:194 msgid "Allow access to your direct messages" msgstr "" @@ -441,13 +445,13 @@ msgstr "Ja tens un codi?" msgid "Already signed in as @{0}" msgstr "Ja estàs registrat com a @{0}" -#: src/view/com/composer/GifAltText.tsx:94 +#: src/view/com/composer/GifAltText.tsx:93 #: src/view/com/composer/photos/Gallery.tsx:144 #: src/view/com/util/post-embeds/GifEmbed.tsx:173 msgid "ALT" msgstr "ALT" -#: src/view/com/composer/GifAltText.tsx:145 +#: src/view/com/composer/GifAltText.tsx:144 #: src/view/com/modals/EditImage.tsx:316 #: src/view/screens/AccessibilitySettings.tsx:77 msgid "Alt text" @@ -495,6 +499,7 @@ msgstr "Hi ha hagut un problema, prova-ho de nou." msgid "an unknown error occurred" msgstr "hi ha hagut un problema desconegut" +#: src/components/KnownFollowers.tsx:187 #: src/view/com/notifications/FeedItem.tsx:258 #: src/view/com/threadgate/WhoCanReply.tsx:180 msgid "and" @@ -520,11 +525,11 @@ msgstr "Idioma de l'aplicació" msgid "App password deleted" msgstr "Contrasenya de l'aplicació esborrada" -#: src/view/com/modals/AddAppPasswords.tsx:139 +#: src/view/com/modals/AddAppPasswords.tsx:138 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:104 +#: src/view/com/modals/AddAppPasswords.tsx:103 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." @@ -536,18 +541,18 @@ msgstr "Configuració de la contrasenya d'aplicació" #~ msgid "App passwords" #~ msgstr "Contrasenyes de l'aplicació" -#: src/Navigation.tsx:258 +#: src/Navigation.tsx:264 #: src/view/screens/AppPasswords.tsx:192 #: src/view/screens/Settings/index.tsx:706 msgid "App Passwords" msgstr "Contrasenyes de l'aplicació" -#: src/components/moderation/LabelsOnMeDialog.tsx:153 -#: src/components/moderation/LabelsOnMeDialog.tsx:156 +#: src/components/moderation/LabelsOnMeDialog.tsx:151 +#: src/components/moderation/LabelsOnMeDialog.tsx:154 msgid "Appeal" msgstr "Apel·la" -#: src/components/moderation/LabelsOnMeDialog.tsx:238 +#: src/components/moderation/LabelsOnMeDialog.tsx:236 msgid "Appeal \"{0}\" label" msgstr "Apel·la \"{0}\" etiqueta" @@ -563,7 +568,7 @@ msgstr "Apel·la \"{0}\" etiqueta" #~ msgid "Appeal Decision" #~ msgstr "Decisión de apelación" -#: src/components/moderation/LabelsOnMeDialog.tsx:229 +#: src/components/moderation/LabelsOnMeDialog.tsx:227 #: src/screens/Messages/Conversation/ChatDisabled.tsx:91 msgid "Appeal submitted" msgstr "Apel·lació enviada" @@ -588,7 +593,7 @@ msgid "Appearance" msgstr "Aparença" #: src/screens/Feeds/NoSavedFeedsOfAnyType.tsx:47 -#: src/screens/Home/NoFeedsPinned.tsx:106 +#: src/screens/Home/NoFeedsPinned.tsx:93 msgid "Apply default recommended feeds" msgstr "Aplica els canals recomanats per defecte" @@ -612,15 +617,15 @@ msgstr "Estàs segur que vols esborrar aquest missatge? El missatge s'esborrarà msgid "Are you sure you want to leave this conversation? Your messages will be deleted for you, but not for the other participant." msgstr "Estàs segur que vols abandonar aquesta conversa? Els missatge s'esborraran per a tu, però no per a l'altre participant." -#: src/view/com/feeds/FeedSourceCard.tsx:293 +#: src/view/com/feeds/FeedSourceCard.tsx:314 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:617 +#: src/view/com/composer/Composer.tsx:630 msgid "Are you sure you'd like to discard this draft?" msgstr "Confirmes que vols descartar aquest esborrany?" -#: src/components/dialogs/MutedWords.tsx:283 +#: src/components/dialogs/MutedWords.tsx:281 msgid "Are you sure?" msgstr "Ho confirmes?" @@ -645,8 +650,8 @@ msgid "At least 3 characters" msgstr "Almenys 3 caràcters" #: src/components/dms/MessagesListHeader.tsx:75 -#: src/components/moderation/LabelsOnMeDialog.tsx:283 -#: src/components/moderation/LabelsOnMeDialog.tsx:284 +#: src/components/moderation/LabelsOnMeDialog.tsx:281 +#: src/components/moderation/LabelsOnMeDialog.tsx:282 #: src/screens/Login/ChooseAccountForm.tsx:98 #: src/screens/Login/ChooseAccountForm.tsx:103 #: src/screens/Login/ForgotPasswordForm.tsx:129 @@ -659,7 +664,7 @@ msgstr "Almenys 3 caràcters" #: src/screens/Messages/Conversation/ChatDisabled.tsx:134 #: src/screens/Profile/Header/Shell.tsx:102 #: src/screens/Signup/index.tsx:193 -#: src/view/com/util/ViewHeader.tsx:90 +#: src/view/com/util/ViewHeader.tsx:91 msgid "Back" msgstr "Endarrere" @@ -684,7 +689,7 @@ msgstr "Aniversari" msgid "Birthday:" msgstr "Aniversari:" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:295 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:309 #: src/view/com/profile/ProfileMenu.tsx:363 msgid "Block" msgstr "Bloqueja" @@ -728,7 +733,7 @@ msgstr "Bloquejada" msgid "Blocked accounts" msgstr "Comptes bloquejats" -#: src/Navigation.tsx:141 +#: src/Navigation.tsx:140 #: src/view/screens/ModerationBlockedAccounts.tsx:109 msgid "Blocked Accounts" msgstr "Comptes bloquejats" @@ -809,8 +814,8 @@ msgstr "Difumina les imatges i filtra-ho dels canals" msgid "Books" msgstr "Llibres" -#: src/screens/Home/NoFeedsPinned.tsx:116 -#: src/screens/Home/NoFeedsPinned.tsx:123 +#: src/screens/Home/NoFeedsPinned.tsx:103 +#: src/screens/Home/NoFeedsPinned.tsx:109 msgid "Browse other feeds" msgstr "Explora altres canals" @@ -826,7 +831,7 @@ msgstr "Negocis" #~ msgid "Button disabled. Input custom domain to proceed." #~ msgstr "Botó deshabilitat. Entra el domini personalitzat per a continuar." -#: src/view/com/profile/ProfileSubpageHeader.tsx:159 +#: src/view/com/profile/ProfileSubpageHeader.tsx:156 msgid "by —" msgstr "per -" @@ -842,7 +847,7 @@ msgstr "Per {0}" #~ msgid "by @{0}" #~ msgstr "per @{0}" -#: src/view/com/profile/ProfileSubpageHeader.tsx:163 +#: src/view/com/profile/ProfileSubpageHeader.tsx:160 msgid "by <0/>" msgstr "per <0/>" @@ -850,7 +855,7 @@ msgstr "per <0/>" msgid "By creating an account you agree to the {els}." msgstr "Creant el compte indiques que estàs d'acord amb {els}." -#: src/view/com/profile/ProfileSubpageHeader.tsx:161 +#: src/view/com/profile/ProfileSubpageHeader.tsx:158 msgid "by you" msgstr "per tu" @@ -858,7 +863,7 @@ msgstr "per tu" msgid "Camera" msgstr "Càmera" -#: src/view/com/modals/AddAppPasswords.tsx:180 +#: src/view/com/modals/AddAppPasswords.tsx:179 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." @@ -867,8 +872,8 @@ msgstr "Només pot tenir lletres, números, espais, guions i guions baixos. Ha d #: src/components/Prompt.tsx:121 #: src/components/TagMenu/index.tsx:268 #: src/screens/Deactivated.tsx:161 -#: src/view/com/composer/Composer.tsx:417 -#: src/view/com/composer/Composer.tsx:423 +#: src/view/com/composer/Composer.tsx:432 +#: src/view/com/composer/Composer.tsx:438 #: src/view/com/modals/ChangeEmail.tsx:213 #: src/view/com/modals/ChangeEmail.tsx:215 #: src/view/com/modals/ChangeHandle.tsx:148 @@ -884,8 +889,8 @@ msgstr "Només pot tenir lletres, números, espais, guions i guions baixos. Ha d #: src/view/com/modals/LinkWarning.tsx:107 #: src/view/com/modals/VerifyEmail.tsx:255 #: src/view/com/modals/VerifyEmail.tsx:261 -#: src/view/com/util/post-ctrls/RepostButton.tsx:136 -#: src/view/screens/Search/Search.tsx:738 +#: src/view/com/util/post-ctrls/RepostButton.tsx:138 +#: src/view/screens/Search/Search.tsx:735 #: src/view/shell/desktop/Search.tsx:218 msgid "Cancel" msgstr "Cancel·la" @@ -918,7 +923,7 @@ msgstr "Cancel·la la retallada de la imatge" msgid "Cancel profile editing" msgstr "Cancel·la l'edició del perfil" -#: src/view/com/util/post-ctrls/RepostButton.tsx:130 +#: src/view/com/util/post-ctrls/RepostButton.tsx:132 msgid "Cancel quote post" msgstr "Cancel·la la citació de la publicació" @@ -982,7 +987,7 @@ msgstr "Canvia l'idioma de la publicació a {0}" msgid "Change Your Email" msgstr "Canvia el teu correu" -#: src/Navigation.tsx:302 +#: src/Navigation.tsx:308 #: src/view/shell/bottom-bar/BottomBar.tsx:201 #: src/view/shell/desktop/LeftNav.tsx:295 msgid "Chat" @@ -994,7 +999,7 @@ msgstr "Xat silenciat" #: src/components/dms/ConvoMenu.tsx:112 #: src/components/dms/MessageMenu.tsx:81 -#: src/Navigation.tsx:307 +#: src/Navigation.tsx:313 #: src/screens/Messages/List/index.tsx:88 #: src/view/screens/Settings/index.tsx:638 msgid "Chat settings" @@ -1084,7 +1089,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:864 +#: src/view/screens/Search/Search.tsx:861 msgid "Clear search query" msgstr "Esborra la cerca" @@ -1192,7 +1197,7 @@ msgstr "Tanca la barra de navegació inferior" msgid "Closes password update alert" msgstr "Tanca l'alerta d'actualització de contrasenya" -#: src/view/com/composer/Composer.tsx:419 +#: src/view/com/composer/Composer.tsx:434 msgid "Closes post composer and discards post draft" msgstr "Tanca l'editor de la publicació i descarta l'esborrany" @@ -1216,7 +1221,7 @@ msgstr "Comèdia" msgid "Comics" msgstr "Còmics" -#: src/Navigation.tsx:248 +#: src/Navigation.tsx:254 #: src/view/screens/CommunityGuidelines.tsx:32 msgid "Community Guidelines" msgstr "Directrius de la comunitat" @@ -1229,7 +1234,7 @@ msgstr "Finalitza el registre i comença a utilitzar el teu compte" msgid "Complete the challenge" msgstr "Completa la prova" -#: src/view/com/composer/Composer.tsx:536 +#: src/view/com/composer/Composer.tsx:551 msgid "Compose posts up to {MAX_GRAPHEME_LENGTH} characters in length" msgstr "Crea publicacions de fins a {MAX_GRAPHEME_LENGTH} caràcters" @@ -1360,7 +1365,7 @@ msgid "Context menu backdrop, click to close the menu." msgstr "Teló de fons del menú contextual, fes clic per a tancar-lo." #: src/screens/Onboarding/StepInterests/index.tsx:253 -#: src/screens/Onboarding/StepProfile/index.tsx:268 +#: src/screens/Onboarding/StepProfile/index.tsx:269 msgid "Continue" msgstr "Continua" @@ -1368,8 +1373,12 @@ msgstr "Continua" msgid "Continue as {0} (currently signed in)" msgstr "Continua com a {0} (sessió actual)" +#: src/view/com/post-thread/PostThreadLoadMore.tsx:52 +msgid "Continue thread..." +msgstr "" + #: src/screens/Onboarding/StepInterests/index.tsx:250 -#: src/screens/Onboarding/StepProfile/index.tsx:265 +#: src/screens/Onboarding/StepProfile/index.tsx:266 #: src/screens/Signup/index.tsx:213 msgid "Continue to next step" msgstr "Continua" @@ -1382,7 +1391,7 @@ msgstr "Continua" #~ msgid "Continue to the next step without following any accounts" #~ msgstr "Continua sense seguir cap compte" -#: src/screens/Messages/List/ChatListItem.tsx:153 +#: src/screens/Messages/List/ChatListItem.tsx:154 msgid "Conversation deleted" msgstr "Conversa esborrada" @@ -1390,7 +1399,7 @@ msgstr "Conversa esborrada" msgid "Cooking" msgstr "Cuina" -#: src/view/com/modals/AddAppPasswords.tsx:221 +#: src/view/com/modals/AddAppPasswords.tsx:220 #: src/view/com/modals/InviteCodes.tsx:183 msgid "Copied" msgstr "Copiat" @@ -1400,10 +1409,10 @@ msgid "Copied build version to clipboard" msgstr "Número de versió copiat en memòria" #: src/components/dms/MessageMenu.tsx:57 -#: src/view/com/modals/AddAppPasswords.tsx:81 +#: src/view/com/modals/AddAppPasswords.tsx:80 #: src/view/com/modals/ChangeHandle.tsx:320 #: src/view/com/modals/InviteCodes.tsx:153 -#: src/view/com/util/forms/PostDropdownBtn.tsx:187 +#: src/view/com/util/forms/PostDropdownBtn.tsx:182 msgid "Copied to clipboard" msgstr "Copiat en memòria" @@ -1411,11 +1420,11 @@ msgstr "Copiat en memòria" msgid "Copied!" msgstr "Copiat" -#: src/view/com/modals/AddAppPasswords.tsx:215 +#: src/view/com/modals/AddAppPasswords.tsx:214 msgid "Copies app password" msgstr "Copia la contrasenya d'aplicació" -#: src/view/com/modals/AddAppPasswords.tsx:214 +#: src/view/com/modals/AddAppPasswords.tsx:213 msgid "Copy" msgstr "Copia" @@ -1432,8 +1441,8 @@ msgstr "Copia el codi" msgid "Copy link to list" msgstr "Copia l'enllaç a la llista" -#: src/view/com/util/forms/PostDropdownBtn.tsx:310 -#: src/view/com/util/forms/PostDropdownBtn.tsx:319 +#: src/view/com/util/forms/PostDropdownBtn.tsx:297 +#: src/view/com/util/forms/PostDropdownBtn.tsx:306 msgid "Copy link to post" msgstr "Copia l'enllaç a la publicació" @@ -1446,12 +1455,12 @@ msgstr "Copia l'enllaç a la publicació" msgid "Copy message text" msgstr "Copia el text del missatge" -#: src/view/com/util/forms/PostDropdownBtn.tsx:288 -#: src/view/com/util/forms/PostDropdownBtn.tsx:290 +#: src/view/com/util/forms/PostDropdownBtn.tsx:275 +#: src/view/com/util/forms/PostDropdownBtn.tsx:277 msgid "Copy post text" msgstr "Copia el text de la publicació" -#: src/Navigation.tsx:253 +#: src/Navigation.tsx:259 #: src/view/screens/CopyrightPolicy.tsx:29 msgid "Copyright Policy" msgstr "Política de drets d'autor" @@ -1502,11 +1511,11 @@ msgstr "Crea un compte" msgid "Create an account" msgstr "Crea un compte" -#: src/screens/Onboarding/StepProfile/index.tsx:282 +#: src/screens/Onboarding/StepProfile/index.tsx:283 msgid "Create an avatar instead" msgstr "Enlloc d'això, crea un avatar" -#: src/view/com/modals/AddAppPasswords.tsx:243 +#: src/view/com/modals/AddAppPasswords.tsx:242 msgid "Create App Password" msgstr "Crea una contrasenya d'aplicació" @@ -1548,7 +1557,7 @@ msgstr "Personalitzat" msgid "Custom domain" msgstr "Domini personalitzat" -#: src/view/screens/Feeds.tsx:824 +#: src/view/screens/Feeds.tsx:797 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à." @@ -1595,7 +1604,7 @@ msgid "Debug panel" msgstr "Panell de depuració" #: src/components/dms/MessageMenu.tsx:151 -#: src/view/com/util/forms/PostDropdownBtn.tsx:436 +#: src/view/com/util/forms/PostDropdownBtn.tsx:423 #: src/view/screens/AppPasswords.tsx:285 #: src/view/screens/ProfileList.tsx:667 msgid "Delete" @@ -1654,8 +1663,8 @@ msgstr "Elimina el meu compte" msgid "Delete My Account…" msgstr "Elimina el meu compte…" -#: src/view/com/util/forms/PostDropdownBtn.tsx:417 -#: src/view/com/util/forms/PostDropdownBtn.tsx:419 +#: src/view/com/util/forms/PostDropdownBtn.tsx:404 +#: src/view/com/util/forms/PostDropdownBtn.tsx:406 msgid "Delete post" msgstr "Elimina la publicació" @@ -1663,7 +1672,7 @@ msgstr "Elimina la publicació" msgid "Delete this list?" msgstr "Vols eliminar aquesta llista?" -#: src/view/com/util/forms/PostDropdownBtn.tsx:431 +#: src/view/com/util/forms/PostDropdownBtn.tsx:418 msgid "Delete this post?" msgstr "Vols eliminar aquesta publicació?" @@ -1686,7 +1695,7 @@ msgstr "Suprimeix el registre de declaració de xat" msgid "Description" msgstr "Descripció" -#: src/view/com/composer/GifAltText.tsx:141 +#: src/view/com/composer/GifAltText.tsx:140 msgid "Descriptive alt text" msgstr "Text alternatiu descriptiu" @@ -1698,7 +1707,7 @@ msgstr "Text alternatiu descriptiu" #~ msgid "Developer Tools" #~ msgstr "Eines de desenvolupador" -#: src/view/com/composer/Composer.tsx:264 +#: src/view/com/composer/Composer.tsx:277 msgid "Did you want to say anything?" msgstr "Vols dir alguna cosa?" @@ -1739,7 +1748,7 @@ msgstr "Desactiva la retroalimentació hàptica" msgid "Disabled" msgstr "Deshabilitat" -#: src/view/com/composer/Composer.tsx:619 +#: src/view/com/composer/Composer.tsx:632 msgid "Discard" msgstr "Descarta" @@ -1747,7 +1756,7 @@ msgstr "Descarta" #~ msgid "Discard draft" #~ msgstr "Descarta l'esborrany" -#: src/view/com/composer/Composer.tsx:616 +#: src/view/com/composer/Composer.tsx:629 msgid "Discard draft?" msgstr "Vols descartar l'esborrany?" @@ -1756,8 +1765,8 @@ msgstr "Vols descartar l'esborrany?" msgid "Discourage apps from showing my account to logged-out users" msgstr "Evita que les aplicacions mostrin el meu compte als usuaris no connectats" -#: src/view/com/posts/FollowingEmptyState.tsx:74 -#: src/view/com/posts/FollowingEndOfFeed.tsx:75 +#: src/view/com/posts/FollowingEmptyState.tsx:70 +#: src/view/com/posts/FollowingEndOfFeed.tsx:71 msgid "Discover new custom feeds" msgstr "Descobreix nous canals personalitzats" @@ -1765,7 +1774,7 @@ msgstr "Descobreix nous canals personalitzats" #~ msgid "Discover new feeds" #~ msgstr "Descobreix nous canals" -#: src/view/screens/Feeds.tsx:821 +#: src/view/screens/Feeds.tsx:794 msgid "Discover New Feeds" msgstr "Descobreix nous canals" @@ -1805,11 +1814,11 @@ msgstr "Domini verificat!" #: src/components/dialogs/BirthDateSettings.tsx:125 #: src/components/forms/DateField/index.tsx:74 #: src/components/forms/DateField/index.tsx:80 -#: src/screens/Onboarding/StepProfile/index.tsx:321 -#: src/screens/Onboarding/StepProfile/index.tsx:324 +#: src/screens/Onboarding/StepProfile/index.tsx:322 +#: src/screens/Onboarding/StepProfile/index.tsx:325 #: src/view/com/auth/server-input/index.tsx:169 #: src/view/com/auth/server-input/index.tsx:170 -#: src/view/com/modals/AddAppPasswords.tsx:243 +#: src/view/com/modals/AddAppPasswords.tsx:242 #: src/view/com/modals/AltImage.tsx:141 #: src/view/com/modals/crop-image/CropImage.web.tsx:177 #: src/view/com/modals/InviteCodes.tsx:81 @@ -1896,6 +1905,11 @@ msgstr "p. ex.Usuaris que sempre responen amb anuncis" 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." +#: src/view/screens/Feeds.tsx:400 +#: src/view/screens/Feeds.tsx:471 +msgid "Edit" +msgstr "" + #: src/view/com/lists/ListMembers.tsx:149 msgctxt "action" msgid "Edit" @@ -1919,8 +1933,9 @@ msgstr "Edita els detalls de la llista" msgid "Edit Moderation List" msgstr "Edita la llista de moderació" -#: src/Navigation.tsx:263 -#: src/view/screens/Feeds.tsx:495 +#: src/Navigation.tsx:269 +#: src/view/screens/Feeds.tsx:398 +#: src/view/screens/Feeds.tsx:469 #: src/view/screens/SavedFeeds.tsx:93 msgid "Edit My Feeds" msgstr "Edita els meus canals" @@ -1930,19 +1945,19 @@ msgid "Edit my profile" msgstr "Edita el meu perfil" #: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:181 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:171 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:175 msgid "Edit profile" msgstr "Edita el perfil" #: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:184 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:174 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:178 msgid "Edit Profile" msgstr "Edita el perfil" #: src/view/com/home/HomeHeaderLayout.web.tsx:76 #: src/view/screens/Feeds.tsx:416 -msgid "Edit Saved Feeds" -msgstr "Edita els meus canals guardats" +#~ msgid "Edit Saved Feeds" +#~ msgstr "Edita els meus canals guardats" #: src/view/com/modals/CreateOrEditList.tsx:234 msgid "Edit User List" @@ -1995,8 +2010,8 @@ msgid "Embed HTML code" msgstr "Incrusta el codi HTML" #: src/components/dialogs/Embed.tsx:97 -#: src/view/com/util/forms/PostDropdownBtn.tsx:327 -#: src/view/com/util/forms/PostDropdownBtn.tsx:329 +#: src/view/com/util/forms/PostDropdownBtn.tsx:314 +#: src/view/com/util/forms/PostDropdownBtn.tsx:316 msgid "Embed post" msgstr "Incrusta la publicació" @@ -2056,7 +2071,7 @@ msgstr "Fi del canal" #~ msgid "End of list" #~ msgstr "Fi de la llista" -#: src/view/com/modals/AddAppPasswords.tsx:161 +#: src/view/com/modals/AddAppPasswords.tsx:160 msgid "Enter a name for this App Password" msgstr "Posa un nom a aquesta contrasenya d'aplicació" @@ -2064,8 +2079,8 @@ msgstr "Posa un nom a aquesta contrasenya d'aplicació" msgid "Enter a password" msgstr "Introdueix una contrasenya" +#: 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" @@ -2127,7 +2142,7 @@ msgid "Error receiving captcha response." msgstr "Error en rebre la resposta al captcha." #: src/screens/Onboarding/StepInterests/index.tsx:192 -#: src/view/screens/Search/Search.tsx:115 +#: src/view/screens/Search/Search.tsx:116 msgid "Error:" msgstr "Error:" @@ -2219,7 +2234,7 @@ msgstr "Contingut extern" msgid "External media may allow websites to collect information about you and your device. No information is sent or requested until you press the \"play\" button." msgstr "El contingut extern pot permetre que algunes webs recullin informació sobre tu i el teu dispositiu. No s'envia ni es demana cap informació fins que premis el botó \"reproduir\"." -#: src/Navigation.tsx:282 +#: src/Navigation.tsx:288 #: src/view/screens/PreferencesExternalEmbeds.tsx:53 #: src/view/screens/Settings/index.tsx:679 msgid "External Media Preferences" @@ -2229,8 +2244,8 @@ msgstr "Preferència del contingut extern" msgid "External media settings" msgstr "Configuració del contingut extern" -#: src/view/com/modals/AddAppPasswords.tsx:120 -#: src/view/com/modals/AddAppPasswords.tsx:124 +#: src/view/com/modals/AddAppPasswords.tsx:119 +#: src/view/com/modals/AddAppPasswords.tsx:123 msgid "Failed to create app password." msgstr "No s'ha pogut crear la contrasenya d'aplicació." @@ -2242,7 +2257,7 @@ msgstr "No s'ha pogut crear la llista. Comprova la teva connexió a internet i t msgid "Failed to delete message" msgstr "No s'ha pogut esborrar el missatge" -#: src/view/com/util/forms/PostDropdownBtn.tsx:154 +#: src/view/com/util/forms/PostDropdownBtn.tsx:149 msgid "Failed to delete post, please try again" msgstr "No s'ha pogut esborrar la publicació, torna-ho a provar" @@ -2276,7 +2291,7 @@ msgstr "No s'ha pogut enviar" #~ msgid "Failed to send message(s)." #~ msgstr "Error en enviar missatge(s)." -#: src/components/moderation/LabelsOnMeDialog.tsx:225 +#: src/components/moderation/LabelsOnMeDialog.tsx:223 #: src/screens/Messages/Conversation/ChatDisabled.tsx:87 msgid "Failed to submit appeal, please try again." msgstr "No s'ha pogut enviar l'apel·lació, torna-ho a provar." @@ -2286,15 +2301,15 @@ msgstr "No s'ha pogut enviar l'apel·lació, torna-ho a provar." msgid "Failed to update settings" msgstr "No s'ha pogut actualitzar la configuració" -#: src/Navigation.tsx:203 +#: src/Navigation.tsx:209 msgid "Feed" msgstr "Canal" -#: src/view/com/feeds/FeedSourceCard.tsx:230 +#: src/view/com/feeds/FeedSourceCard.tsx:251 msgid "Feed by {0}" msgstr "Canal per {0}" -#: src/view/screens/Feeds.tsx:736 +#: src/view/screens/Feeds.tsx:709 msgid "Feed offline" msgstr "Canal fora de línia" @@ -2303,17 +2318,16 @@ msgstr "Canal fora de línia" #~ msgstr "Preferències del canal" #: src/view/shell/desktop/RightNav.tsx:66 -#: src/view/shell/Drawer.tsx:344 +#: src/view/shell/Drawer.tsx:345 msgid "Feedback" msgstr "Comentaris" -#: src/Navigation.tsx:511 -#: src/view/screens/Feeds.tsx:480 -#: src/view/screens/Feeds.tsx:596 +#: src/view/screens/Feeds.tsx:463 +#: src/view/screens/Feeds.tsx:570 #: src/view/screens/Profile.tsx:197 #: src/view/shell/desktop/LeftNav.tsx:367 -#: src/view/shell/Drawer.tsx:492 #: src/view/shell/Drawer.tsx:493 +#: src/view/shell/Drawer.tsx:494 msgid "Feeds" msgstr "Canals" @@ -2346,12 +2360,12 @@ msgid "Finalizing" msgstr "Finalitzant" #: src/view/com/posts/CustomFeedEmptyState.tsx:47 -#: src/view/com/posts/FollowingEmptyState.tsx:57 -#: src/view/com/posts/FollowingEndOfFeed.tsx:58 +#: src/view/com/posts/FollowingEmptyState.tsx:53 +#: src/view/com/posts/FollowingEndOfFeed.tsx:54 msgid "Find accounts to follow" msgstr "Troba comptes per a seguir" -#: src/view/screens/Search/Search.tsx:469 +#: src/view/screens/Search/Search.tsx:470 msgid "Find posts and users on Bluesky" msgstr "Troba publicacions i usuaris a Bluesky" @@ -2398,7 +2412,7 @@ msgstr "Gira verticalment" #: src/components/ProfileHoverCard/index.web.tsx:412 #: src/components/ProfileHoverCard/index.web.tsx:423 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:244 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:248 #: src/view/com/post-thread/PostThreadFollowBtn.tsx:146 #: src/view/com/profile/ProfileHeaderSuggestedFollows.tsx:247 msgid "Follow" @@ -2409,7 +2423,7 @@ msgctxt "action" msgid "Follow" msgstr "Segueix" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:230 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:234 #: src/view/com/post-thread/PostThreadFollowBtn.tsx:128 msgid "Follow {0}" msgstr "Segueix {0}" @@ -2439,6 +2453,10 @@ msgstr "Segueix" #~ msgid "Follow some users to get started. We can recommend you more users based on who you find interesting." #~ msgstr "Segueix a alguns usuaris per a començar. Te'n podem recomanar més basant-nos en els que trobes interessants." +#: src/components/KnownFollowers.tsx:169 +msgid "Followed by" +msgstr "" + #: src/view/com/profile/ProfileCard.tsx:227 msgid "Followed by {0}" msgstr "Seguit per {0}" @@ -2460,22 +2478,31 @@ msgstr "et segueix" msgid "Followers" msgstr "Seguidors" +#: src/Navigation.tsx:177 +msgid "Followers of @{0} that you know" +msgstr "" + +#: src/screens/Profile/KnownFollowers.tsx:108 +#: src/screens/Profile/KnownFollowers.tsx:118 +msgid "Followers you know" +msgstr "" + #: src/view/com/profile/ProfileHeader.tsx:624 #~ msgid "following" #~ msgstr "seguint" #: src/components/ProfileHoverCard/index.web.tsx:411 #: src/components/ProfileHoverCard/index.web.tsx:422 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:242 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:246 #: src/view/com/post-thread/PostThreadFollowBtn.tsx:149 #: src/view/com/profile/ProfileFollows.tsx:104 -#: src/view/screens/Feeds.tsx:683 +#: src/view/screens/Feeds.tsx:656 #: src/view/screens/ProfileFollows.tsx:25 #: src/view/screens/SavedFeeds.tsx:415 msgid "Following" msgstr "Seguint" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:90 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:94 msgid "Following {0}" msgstr "Seguint {0}" @@ -2487,9 +2514,7 @@ msgstr "" msgid "Following feed preferences" msgstr "Preferències del canal Seguint" -#: src/Navigation.tsx:269 -#: src/view/com/home/HomeHeaderLayout.web.tsx:64 -#: src/view/com/home/HomeHeaderLayoutMobile.tsx:87 +#: src/Navigation.tsx:275 #: src/view/screens/PreferencesFollowingFeed.tsx:103 #: src/view/screens/Settings/index.tsx:582 msgid "Following Feed Preferences" @@ -2511,7 +2536,7 @@ msgstr "Menjar" 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:233 +#: src/view/com/modals/AddAppPasswords.tsx:232 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." @@ -2562,7 +2587,7 @@ msgstr "Comença" msgid "Get Started" msgstr "Comença" -#: src/screens/Onboarding/StepProfile/index.tsx:224 +#: src/screens/Onboarding/StepProfile/index.tsx:225 msgid "Give your profile a face" msgstr "Posa una cara al teu perfil" @@ -2590,9 +2615,9 @@ msgstr "Ves enrere" msgid "Go Back" msgstr "Ves enrere" -#: src/components/dms/ReportDialog.tsx:152 +#: src/components/dms/ReportDialog.tsx:154 #: src/components/ReportDialog/SelectReportOptionView.tsx:77 -#: src/components/ReportDialog/SubmitView.tsx:105 +#: src/components/ReportDialog/SubmitView.tsx:104 #: src/screens/Onboarding/Layout.tsx:102 #: src/screens/Onboarding/Layout.tsx:191 #: src/screens/Signup/index.tsx:187 @@ -2612,7 +2637,7 @@ msgstr "Ves a l'inici" #~ msgid "Go to @{queryMaybeHandle}" #~ msgstr "Ves a @{queryMaybeHandle}" -#: src/screens/Messages/List/ChatListItem.tsx:208 +#: src/screens/Messages/List/ChatListItem.tsx:211 msgid "Go to conversation with {0}" msgstr "Ves a la conversa amb {0}" @@ -2645,7 +2670,7 @@ msgstr "Hàptics" msgid "Harassment, trolling, or intolerance" msgstr "Assetjament, troleig o intolerància" -#: src/Navigation.tsx:297 +#: src/Navigation.tsx:303 msgid "Hashtag" msgstr "Etiqueta" @@ -2662,11 +2687,11 @@ msgid "Having trouble?" msgstr "Tens problemes?" #: src/view/shell/desktop/RightNav.tsx:95 -#: src/view/shell/Drawer.tsx:354 +#: src/view/shell/Drawer.tsx:355 msgid "Help" msgstr "Ajuda" -#: src/screens/Onboarding/StepProfile/index.tsx:227 +#: src/screens/Onboarding/StepProfile/index.tsx:228 msgid "Help people know you're not a bot by uploading a picture or creating an avatar." msgstr "Ajuda la gent a saber que no ets un bot penjant una imatge o creant un avatar." @@ -2682,7 +2707,7 @@ msgstr "Ajuda la gent a saber que no ets un bot penjant una imatge o creant un a #~ 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:204 +#: src/view/com/modals/AddAppPasswords.tsx:203 msgid "Here is your app password." msgstr "Aquí tens la teva contrasenya d'aplicació." @@ -2693,7 +2718,7 @@ msgstr "Aquí tens la teva contrasenya d'aplicació." #: src/lib/moderation/useLabelBehaviorDescription.ts:20 #: src/lib/moderation/useLabelBehaviorDescription.ts:25 #: src/lib/moderation/useLabelBehaviorDescription.ts:30 -#: src/view/com/util/forms/PostDropdownBtn.tsx:445 +#: src/view/com/util/forms/PostDropdownBtn.tsx:432 msgid "Hide" msgstr "Amaga" @@ -2702,8 +2727,8 @@ msgctxt "action" msgid "Hide" msgstr "Amaga" -#: src/view/com/util/forms/PostDropdownBtn.tsx:390 -#: src/view/com/util/forms/PostDropdownBtn.tsx:392 +#: src/view/com/util/forms/PostDropdownBtn.tsx:377 +#: src/view/com/util/forms/PostDropdownBtn.tsx:379 msgid "Hide post" msgstr "Amaga l'entrada" @@ -2712,7 +2737,7 @@ msgstr "Amaga l'entrada" msgid "Hide the content" msgstr "Amaga el contingut" -#: src/view/com/util/forms/PostDropdownBtn.tsx:442 +#: src/view/com/util/forms/PostDropdownBtn.tsx:429 msgid "Hide this post?" msgstr "Vols amagar aquesta entrada?" @@ -2724,23 +2749,23 @@ msgstr "Amaga la llista d'usuaris" #~ msgid "Hides posts from {0} in your feed" #~ msgstr "Amaga les publicacions de {0} al teu canal" -#: src/view/com/posts/FeedErrorMessage.tsx:118 +#: src/view/com/posts/FeedErrorMessage.tsx:117 msgid "Hmm, some kind of issue occurred when contacting the feed server. Please let the feed owner know about this issue." msgstr "S'ha produït algun error quan s'intentava connectar amb el servidor del canal. Avisa al propietari del canal d'aquest problema." -#: src/view/com/posts/FeedErrorMessage.tsx:106 +#: src/view/com/posts/FeedErrorMessage.tsx:105 msgid "Hmm, the feed server appears to be misconfigured. Please let the feed owner know about this issue." msgstr "Sembla que el servidor del canal està mal configurat. Avisa al propietari del canal d'aquest problema." -#: src/view/com/posts/FeedErrorMessage.tsx:112 +#: src/view/com/posts/FeedErrorMessage.tsx:111 msgid "Hmm, the feed server appears to be offline. Please let the feed owner know about this issue." msgstr "Sembla que el servidor del canal està sense connexió. Avisa al propietari del canal d'aquest problema." -#: src/view/com/posts/FeedErrorMessage.tsx:109 +#: src/view/com/posts/FeedErrorMessage.tsx:108 msgid "Hmm, the feed server gave a bad response. Please let the feed owner know about this issue." msgstr "El servidor del canal ha donat una resposta incorrecta. Avisa al propietari del canal d'aquest problema." -#: src/view/com/posts/FeedErrorMessage.tsx:103 +#: src/view/com/posts/FeedErrorMessage.tsx:102 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." @@ -2752,11 +2777,11 @@ msgstr "Tenim problemes per a carregar aquestes dades. Mira a continuació per a msgid "Hmmmm, we couldn't load that moderation service." msgstr "No podem carregar el servei de moderació." -#: src/Navigation.tsx:501 +#: src/Navigation.tsx:489 #: src/view/shell/bottom-bar/BottomBar.tsx:159 #: src/view/shell/desktop/LeftNav.tsx:335 -#: src/view/shell/Drawer.tsx:424 #: src/view/shell/Drawer.tsx:425 +#: src/view/shell/Drawer.tsx:426 msgid "Home" msgstr "Inici" @@ -2822,7 +2847,7 @@ msgstr "Si encara no ets un adult segons les lleis del teu país, el teu tutor l msgid "If you delete this list, you won't be able to recover it." msgstr "Si esborres aquesta llista no la podràs recuperar." -#: src/view/com/util/forms/PostDropdownBtn.tsx:433 +#: src/view/com/util/forms/PostDropdownBtn.tsx:420 msgid "If you remove this post, you won't be able to recover it." msgstr "Si esborres aquesta publicació no la podràs recuperar." @@ -2875,7 +2900,7 @@ msgstr "Introdueix el codi de confirmació per a eliminar el compte" #~ msgid "Input invite code to proceed" #~ msgstr "Introdueix el codi d'invitació per a continuar" -#: src/view/com/modals/AddAppPasswords.tsx:175 +#: src/view/com/modals/AddAppPasswords.tsx:174 msgid "Input name for app password" msgstr "Introdueix un nom per la contrasenya d'aplicació" @@ -2932,7 +2957,7 @@ msgstr "Presentació dels missatges directes" msgid "Invalid 2FA confirmation code." msgstr "El codi de confirmació 2FA no és vàlid." -#: src/view/com/post-thread/PostThreadItem.tsx:240 +#: src/view/com/post-thread/PostThreadItem.tsx:235 msgid "Invalid or unsupported post record" msgstr "Registre de publicació no vàlid o no admès" @@ -3017,11 +3042,11 @@ msgstr "Les etiquetes són anotacions sobre els usuaris i el contingut. Poden se #~ msgid "labels have been placed on this {labelTarget}" #~ msgstr "S'han posat etiquetes a aquest {labelTarget}" -#: src/components/moderation/LabelsOnMeDialog.tsx:80 +#: src/components/moderation/LabelsOnMeDialog.tsx:79 msgid "Labels on your account" msgstr "Etiquetes al teu compte" -#: src/components/moderation/LabelsOnMeDialog.tsx:82 +#: src/components/moderation/LabelsOnMeDialog.tsx:81 msgid "Labels on your content" msgstr "Etiquetes al teu contingut" @@ -3033,7 +3058,7 @@ msgstr "Tria l'idioma" msgid "Language settings" msgstr "Configuració d'idioma" -#: src/Navigation.tsx:151 +#: src/Navigation.tsx:150 #: src/view/screens/LanguageSettings.tsx:90 msgid "Language Settings" msgstr "Configuració d'idioma" @@ -3047,7 +3072,7 @@ msgstr "Idiomes" #~ msgstr "Últim pas" #: src/screens/Hashtag.tsx:99 -#: src/view/screens/Search/Search.tsx:376 +#: src/view/screens/Search/Search.tsx:377 msgid "Latest" msgstr "El més recent" @@ -3138,8 +3163,8 @@ msgid "Like this feed" msgstr "Fes m'agrada a aquest canal" #: src/components/LikesDialog.tsx:87 -#: src/Navigation.tsx:208 -#: src/Navigation.tsx:213 +#: src/Navigation.tsx:214 +#: src/Navigation.tsx:219 msgid "Liked by" msgstr "Li ha agradat a" @@ -3179,11 +3204,11 @@ msgstr "li ha agradat la teva publicació" msgid "Likes" msgstr "M'agrades" -#: src/view/com/post-thread/PostThreadItem.tsx:201 +#: src/view/com/post-thread/PostThreadItem.tsx:196 msgid "Likes on this post" msgstr "M'agrades a aquesta publicació" -#: src/Navigation.tsx:177 +#: src/Navigation.tsx:183 msgid "List" msgstr "Llista" @@ -3195,7 +3220,7 @@ msgstr "Avatar de la llista" msgid "List blocked" msgstr "Llista bloquejada" -#: src/view/com/feeds/FeedSourceCard.tsx:232 +#: src/view/com/feeds/FeedSourceCard.tsx:253 msgid "List by {0}" msgstr "Llista per {0}" @@ -3219,12 +3244,12 @@ msgstr "Llista desbloquejada" msgid "List unmuted" msgstr "Llista no silenciada" -#: src/Navigation.tsx:121 +#: src/Navigation.tsx:120 #: src/view/screens/Profile.tsx:192 #: src/view/screens/Profile.tsx:198 #: src/view/shell/desktop/LeftNav.tsx:373 -#: src/view/shell/Drawer.tsx:508 #: src/view/shell/Drawer.tsx:509 +#: src/view/shell/Drawer.tsx:510 msgid "Lists" msgstr "Llistes" @@ -3237,7 +3262,7 @@ msgstr "Llistes que bloquegen aquest usuari:" #~ msgid "Load more posts" #~ msgstr "Carrega més publicacions" -#: src/view/screens/Notifications.tsx:168 +#: src/view/screens/Notifications.tsx:184 msgid "Load new notifications" msgstr "Carrega noves notificacions" @@ -3256,7 +3281,7 @@ msgstr "Carregant…" #~ msgid "Local dev server" #~ msgstr "Servidor de desenvolupament local" -#: src/Navigation.tsx:228 +#: src/Navigation.tsx:234 msgid "Log" msgstr "Registre" @@ -3295,7 +3320,7 @@ msgstr "Té l'aspecte XXXXX-XXXXX" msgid "Looks like you haven't saved any feeds! Use our recommendations or browse more below." msgstr "Sembla que no has desat cap canal encara, utilitza els que recomanem o explora'n d'altres aquí sota." -#: src/screens/Home/NoFeedsPinned.tsx:96 +#: src/screens/Home/NoFeedsPinned.tsx:83 msgid "Looks like you unpinned all your feeds. But don't worry, you can add some below 😄" msgstr "Sembla que has deixat tots els teus canals sense fixar. No passa res, en pots afegir més aquí sota 😄" @@ -3311,7 +3336,7 @@ msgstr "Sembla que et falta el canal del Seguits. <0>Clica aquí per a afegir-ne 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" @@ -3341,8 +3366,8 @@ msgstr "usuaris mencionats" msgid "Mentioned users" msgstr "Usuaris mencionats" -#: src/view/com/util/ViewHeader.tsx:90 -#: src/view/screens/Search/Search.tsx:713 +#: src/view/com/util/ViewHeader.tsx:91 +#: src/view/screens/Search/Search.tsx:714 msgid "Menu" msgstr "Menú" @@ -3351,7 +3376,7 @@ msgid "Message {0}" msgstr "Missatge {0}" #: src/components/dms/MessageMenu.tsx:72 -#: src/screens/Messages/List/ChatListItem.tsx:154 +#: src/screens/Messages/List/ChatListItem.tsx:155 msgid "Message deleted" msgstr "Missatge esborrat" @@ -3359,7 +3384,7 @@ msgstr "Missatge esborrat" #~ msgid "Message from server" #~ msgstr "Missatge del servidor" -#: src/view/com/posts/FeedErrorMessage.tsx:201 +#: src/view/com/posts/FeedErrorMessage.tsx:200 msgid "Message from server: {0}" msgstr "Missatge del servidor: {0}" @@ -3376,7 +3401,7 @@ msgstr "El missatge és massa llarg" msgid "Message settings" msgstr "Configuració dels missatges" -#: src/Navigation.tsx:521 +#: src/Navigation.tsx:504 #: src/screens/Messages/List/index.tsx:164 #: src/screens/Messages/List/index.tsx:246 #: src/screens/Messages/List/index.tsx:317 @@ -3391,7 +3416,7 @@ msgstr "Missatges" msgid "Misleading Account" msgstr "Compte enganyós" -#: src/Navigation.tsx:126 +#: src/Navigation.tsx:125 #: src/screens/Moderation/index.tsx:104 #: src/view/screens/Settings/index.tsx:561 msgid "Moderation" @@ -3428,7 +3453,7 @@ msgstr "S'ha actualitzat la llista de moderació" msgid "Moderation lists" msgstr "Llistes de moderació" -#: src/Navigation.tsx:131 +#: src/Navigation.tsx:130 #: src/view/screens/ModerationModlists.tsx:58 msgid "Moderation Lists" msgstr "Llistes de moderació" @@ -3437,7 +3462,7 @@ msgstr "Llistes de moderació" msgid "Moderation settings" msgstr "Configuració de moderació" -#: src/Navigation.tsx:223 +#: src/Navigation.tsx:229 msgid "Moderation states" msgstr "Estats de moderació" @@ -3450,7 +3475,7 @@ msgstr "Eines de moderació" msgid "Moderator has chosen to set a general warning on the content." msgstr "El moderador ha decidit establir un advertiment general sobre el contingut." -#: src/view/com/post-thread/PostThreadItem.tsx:572 +#: src/view/com/post-thread/PostThreadItem.tsx:566 msgid "More" msgstr "Més" @@ -3504,11 +3529,11 @@ msgstr "Silencia totes les publicacions {displayTag}" msgid "Mute conversation" msgstr "Silencia la conversa" -#: 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" @@ -3529,21 +3554,21 @@ 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" -#: src/view/com/util/forms/PostDropdownBtn.tsx:365 -#: src/view/com/util/forms/PostDropdownBtn.tsx:371 +#: src/view/com/util/forms/PostDropdownBtn.tsx:352 +#: src/view/com/util/forms/PostDropdownBtn.tsx:358 msgid "Mute thread" msgstr "Silencia el fil de debat" -#: src/view/com/util/forms/PostDropdownBtn.tsx:381 -#: src/view/com/util/forms/PostDropdownBtn.tsx:383 +#: src/view/com/util/forms/PostDropdownBtn.tsx:368 +#: src/view/com/util/forms/PostDropdownBtn.tsx:370 msgid "Mute words & tags" msgstr "Silencia paraules i etiquetes" @@ -3555,7 +3580,7 @@ msgstr "Silenciada" msgid "Muted accounts" msgstr "Comptes silenciats" -#: src/Navigation.tsx:136 +#: src/Navigation.tsx:135 #: src/view/screens/ModerationMutedAccounts.tsx:109 msgid "Muted Accounts" msgstr "Comptes silenciats" @@ -3581,7 +3606,7 @@ msgstr "Silenciar és privat. Els comptes silenciats poden interactuar amb tu, p msgid "My Birthday" msgstr "El meu aniversari" -#: src/view/screens/Feeds.tsx:795 +#: src/view/screens/Feeds.tsx:768 msgid "My Feeds" msgstr "Els meus canals" @@ -3601,7 +3626,7 @@ msgstr "Els meus canals desats" #~ msgid "my-server.com" #~ msgstr "el-meu-servidor.com" -#: src/view/com/modals/AddAppPasswords.tsx:174 +#: src/view/com/modals/AddAppPasswords.tsx:173 #: src/view/com/modals/CreateOrEditList.tsx:279 msgid "Name" msgstr "Nom" @@ -3692,8 +3717,8 @@ msgctxt "action" msgid "New post" msgstr "Nova publicació" -#: src/view/screens/Feeds.tsx:627 -#: src/view/screens/Notifications.tsx:177 +#: src/view/screens/Feeds.tsx:600 +#: src/view/screens/Notifications.tsx:193 #: src/view/screens/Profile.tsx:464 #: src/view/screens/ProfileFeed.tsx:426 #: src/view/screens/ProfileList.tsx:201 @@ -3767,7 +3792,7 @@ msgstr "No hi ha panell de DNS" msgid "No featured GIFs found. There may be an issue with Tenor." msgstr "No s'han trobat GIF destacats. Pot haver-hi un problema amb Tenor." -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:112 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:116 msgid "No longer following {0}" msgstr "Ja no segueixes a {0}" @@ -3775,7 +3800,7 @@ msgstr "Ja no segueixes a {0}" msgid "No longer than 253 characters" msgstr "No pot tenir més de 253 caràcters" -#: src/screens/Messages/List/ChatListItem.tsx:105 +#: src/screens/Messages/List/ChatListItem.tsx:106 msgid "No messages yet" msgstr "Encara no tens cap missatge" @@ -3783,7 +3808,7 @@ msgstr "Encara no tens cap missatge" msgid "No more conversations to show" msgstr "No hi ha més converses per a mostrar" -#: src/view/com/notifications/Feed.tsx:117 +#: src/view/com/notifications/Feed.tsx:118 msgid "No notifications yet!" msgstr "Encara no tens cap notificació" @@ -3794,6 +3819,10 @@ msgstr "Encara no tens cap notificació" msgid "No one" msgstr "Ningú" +#: src/screens/Profile/Sections/Feed.tsx:59 +msgid "No posts yet." +msgstr "" + #: src/view/com/composer/text-input/mobile/Autocomplete.tsx:101 #: src/view/com/composer/text-input/web/Autocomplete.tsx:195 msgid "No result" @@ -3807,13 +3836,13 @@ msgstr "Cap resultat" msgid "No results found" msgstr "No s'han trobat resultats" -#: src/view/screens/Feeds.tsx:556 +#: src/view/screens/Feeds.tsx:530 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:296 -#: src/view/screens/Search/Search.tsx:335 +#: src/view/screens/Search/Search.tsx:297 +#: src/view/screens/Search/Search.tsx:336 msgid "No results found for {query}" msgstr "No s'han trobat resultats per {query}" @@ -3852,7 +3881,7 @@ msgstr "Nuesa no sexual" #~ msgid "Not Applicable." #~ msgstr "No aplicable." -#: src/Navigation.tsx:116 +#: src/Navigation.tsx:115 #: src/view/screens/Profile.tsx:100 msgid "Not Found" msgstr "No s'ha trobat" @@ -3863,7 +3892,7 @@ msgid "Not right now" msgstr "Ara mateix no" #: src/view/com/profile/ProfileMenu.tsx:370 -#: src/view/com/util/forms/PostDropdownBtn.tsx:459 +#: src/view/com/util/forms/PostDropdownBtn.tsx:446 #: src/view/com/util/post-ctrls/PostCtrls.tsx:308 msgid "Note about sharing" msgstr "Nota sobre compartir" @@ -3884,13 +3913,13 @@ msgstr "Sons de les notificacions" msgid "Notification Sounds" msgstr "Sons de les notificacions" -#: src/Navigation.tsx:516 -#: src/view/screens/Notifications.tsx:126 -#: src/view/screens/Notifications.tsx:154 +#: src/Navigation.tsx:499 +#: src/view/screens/Notifications.tsx:132 +#: src/view/screens/Notifications.tsx:169 #: src/view/shell/bottom-bar/BottomBar.tsx:227 #: src/view/shell/desktop/LeftNav.tsx:350 -#: src/view/shell/Drawer.tsx:456 #: src/view/shell/Drawer.tsx:457 +#: src/view/shell/Drawer.tsx:458 msgid "Notifications" msgstr "Notificacions" @@ -3944,11 +3973,11 @@ msgstr "Respostes més antigues primer" msgid "Onboarding reset" msgstr "Restableix la incorporació" -#: src/view/com/composer/Composer.tsx:488 +#: src/view/com/composer/Composer.tsx:503 msgid "One or more images is missing alt text." msgstr "Falta el text alternatiu a una o més imatges." -#: src/screens/Onboarding/StepProfile/index.tsx:116 +#: src/screens/Onboarding/StepProfile/index.tsx:117 msgid "Only .jpg and .png files are supported" msgstr "Només s'accepten fitxers .jpg i .png" @@ -3978,7 +4007,7 @@ msgstr "Obre" msgid "Open {name} profile shortcut menu" msgstr "" -#: src/screens/Onboarding/StepProfile/index.tsx:276 +#: src/screens/Onboarding/StepProfile/index.tsx:277 msgid "Open avatar creator" msgstr "Obre el creador d'avatars" @@ -3986,13 +4015,13 @@ msgstr "Obre el creador d'avatars" #~ msgid "Open content filtering settings" #~ msgstr "Obre la configuració del filtre de contingut" -#: src/screens/Messages/List/ChatListItem.tsx:214 -#: src/screens/Messages/List/ChatListItem.tsx:215 +#: src/screens/Messages/List/ChatListItem.tsx:219 +#: src/screens/Messages/List/ChatListItem.tsx:220 msgid "Open conversation options" msgstr "Obre les opcions de les converses" -#: src/view/com/composer/Composer.tsx:600 -#: src/view/com/composer/Composer.tsx:601 +#: src/view/com/composer/Composer.tsx:613 +#: src/view/com/composer/Composer.tsx:614 msgid "Open emoji picker" msgstr "Obre el selector d'emojis" @@ -4016,11 +4045,11 @@ msgstr "Obre la configuració de les paraules i etiquetes silenciades" #~ msgid "Open muted words settings" #~ msgstr "Obre la configuració de les paraules silenciades" -#: src/view/com/home/HomeHeaderLayoutMobile.tsx:52 +#: src/view/com/home/HomeHeaderLayoutMobile.tsx:54 msgid "Open navigation" msgstr "Obre la navegació" -#: src/view/com/util/forms/PostDropdownBtn.tsx:250 +#: src/view/com/util/forms/PostDropdownBtn.tsx:237 msgid "Open post options menu" msgstr "Obre el menú de les opcions de publicació" @@ -4149,8 +4178,8 @@ msgstr "Obre el formulari de restabliment de la contrasenya" #: src/view/com/home/HomeHeaderLayout.web.tsx:77 #: src/view/screens/Feeds.tsx:417 -msgid "Opens screen to edit Saved Feeds" -msgstr "Obre pantalla per a editar els canals desats" +#~ msgid "Opens screen to edit Saved Feeds" +#~ msgstr "Obre pantalla per a editar els canals desats" #: src/view/screens/Settings/index.tsx:617 msgid "Opens screen with all saved feeds" @@ -4202,8 +4231,8 @@ msgstr "" msgid "Option {0} of {numItems}" msgstr "Opció {0} de {numItems}" -#: src/components/dms/ReportDialog.tsx:181 -#: src/components/ReportDialog/SubmitView.tsx:163 +#: src/components/dms/ReportDialog.tsx:183 +#: src/components/ReportDialog/SubmitView.tsx:162 msgid "Optionally provide additional information below:" msgstr "Opcionalment, proporciona informació addicional a continuació:" @@ -4271,15 +4300,15 @@ msgstr "Contrasenya actualitzada!" msgid "Pause" msgstr "Posa en pausa" -#: src/view/screens/Search/Search.tsx:386 +#: src/view/screens/Search/Search.tsx:387 msgid "People" msgstr "Gent" -#: src/Navigation.tsx:171 +#: src/Navigation.tsx:170 msgid "People followed by @{0}" msgstr "Persones seguides per @{0}" -#: src/Navigation.tsx:164 +#: src/Navigation.tsx:163 msgid "People following @{0}" msgstr "Persones seguint a @{0}" @@ -4362,7 +4391,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:95 +#: src/view/com/modals/AddAppPasswords.tsx:94 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." @@ -4370,11 +4399,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:151 +#: src/view/com/modals/AddAppPasswords.tsx:150 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" @@ -4394,7 +4423,7 @@ msgstr "Introdueix el teu correu." msgid "Please enter your password as well:" msgstr "Introdueix la teva contrasenya també:" -#: src/components/moderation/LabelsOnMeDialog.tsx:258 +#: src/components/moderation/LabelsOnMeDialog.tsx:256 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}" @@ -4419,7 +4448,7 @@ msgstr "Inicia sessió com a @{0}" msgid "Please Verify Your Email" msgstr "Verifica el teu correu" -#: src/view/com/composer/Composer.tsx:268 +#: src/view/com/composer/Composer.tsx:281 msgid "Please wait for your link card to finish loading" msgstr "Espera que es generi la targeta de l'enllaç" @@ -4435,13 +4464,13 @@ msgstr "Pornografia" #~ msgid "Pornography" #~ msgstr "Pornografia" -#: src/view/com/composer/Composer.tsx:462 -#: src/view/com/composer/Composer.tsx:470 +#: src/view/com/composer/Composer.tsx:477 +#: src/view/com/composer/Composer.tsx:485 msgctxt "action" msgid "Post" msgstr "Publica" -#: src/view/com/post-thread/PostThread.tsx:427 +#: src/view/com/post-thread/PostThread.tsx:430 msgctxt "description" msgid "Post" msgstr "Publicació" @@ -4452,17 +4481,17 @@ msgstr "Publicació" #~ msgid "Post" #~ msgstr "Publicació" -#: src/view/com/post-thread/PostThreadItem.tsx:194 +#: src/view/com/post-thread/PostThreadItem.tsx:189 msgid "Post by {0}" msgstr "Publicació per {0}" -#: src/Navigation.tsx:183 -#: src/Navigation.tsx:190 -#: src/Navigation.tsx:197 +#: src/Navigation.tsx:189 +#: src/Navigation.tsx:196 +#: src/Navigation.tsx:203 msgid "Post by @{0}" msgstr "Publicació per @{0}" -#: src/view/com/util/forms/PostDropdownBtn.tsx:134 +#: src/view/com/util/forms/PostDropdownBtn.tsx:129 msgid "Post deleted" msgstr "Publicació eliminada" @@ -4501,11 +4530,11 @@ msgstr "publicacions" 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." -#: src/view/com/posts/FeedErrorMessage.tsx:69 +#: src/view/com/posts/FeedErrorMessage.tsx:68 msgid "Posts hidden" msgstr "Publicacions amagades" @@ -4533,6 +4562,10 @@ msgstr "Prem per a tornar-ho a provar" #~ msgid "Press to Retry" #~ msgstr "Prem per a tornar-ho a provar" +#: src/components/KnownFollowers.tsx:111 +msgid "Press to view followers of this account that you also follow" +msgstr "" + #: src/view/com/lightbox/Lightbox.web.tsx:150 msgid "Previous image" msgstr "Imatge anterior" @@ -4550,11 +4583,11 @@ msgstr "Prioritza els usuaris que segueixes" msgid "Privacy" msgstr "Privacitat" -#: src/Navigation.tsx:238 +#: src/Navigation.tsx:244 #: src/screens/Signup/StepInfo/Policies.tsx:56 #: src/view/screens/PrivacyPolicy.tsx:29 #: src/view/screens/Settings/index.tsx:957 -#: src/view/shell/Drawer.tsx:284 +#: src/view/shell/Drawer.tsx:285 msgid "Privacy Policy" msgstr "Política de privacitat" @@ -4574,8 +4607,8 @@ msgstr "perfil" #: src/view/shell/bottom-bar/BottomBar.tsx:272 #: src/view/shell/desktop/LeftNav.tsx:381 #: src/view/shell/Drawer.tsx:78 -#: src/view/shell/Drawer.tsx:541 #: src/view/shell/Drawer.tsx:542 +#: src/view/shell/Drawer.tsx:543 msgid "Profile" msgstr "Perfil" @@ -4599,16 +4632,16 @@ 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:447 +#: src/view/com/composer/Composer.tsx:462 msgid "Publish post" msgstr "Publica" -#: src/view/com/composer/Composer.tsx:447 +#: src/view/com/composer/Composer.tsx:462 msgid "Publish reply" msgstr "Publica la resposta" -#: src/view/com/util/post-ctrls/RepostButton.tsx:113 -#: src/view/com/util/post-ctrls/RepostButton.tsx:125 +#: src/view/com/util/post-ctrls/RepostButton.tsx:115 +#: src/view/com/util/post-ctrls/RepostButton.tsx:127 #: src/view/com/util/post-ctrls/RepostButton.web.tsx:78 #: src/view/com/util/post-ctrls/RepostButton.web.tsx:81 msgid "Quote post" @@ -4640,7 +4673,7 @@ msgstr "Proporcions" msgid "Reactivate your account" msgstr "" -#: src/components/dms/ReportDialog.tsx:172 +#: src/components/dms/ReportDialog.tsx:174 msgid "Reason:" msgstr "Raó:" @@ -4648,7 +4681,7 @@ msgstr "Raó:" #~ msgid "Reason: {0}" #~ msgstr "Raó: {0}" -#: src/view/screens/Search/Search.tsx:973 +#: src/view/screens/Search/Search.tsx:970 msgid "Recent Searches" msgstr "Cerques recents" @@ -4668,12 +4701,12 @@ msgstr "Torna a connectar" msgid "Reload conversations" msgstr "Carrega les converses de nou" -#: src/components/dialogs/MutedWords.tsx:288 -#: src/view/com/feeds/FeedSourceCard.tsx:296 +#: src/components/dialogs/MutedWords.tsx:286 +#: src/view/com/feeds/FeedSourceCard.tsx:317 #: src/view/com/modals/ListAddRemoveUsers.tsx:268 #: src/view/com/modals/SelfLabel.tsx:84 #: src/view/com/modals/UserAddRemoveLists.tsx:230 -#: src/view/com/posts/FeedErrorMessage.tsx:213 +#: src/view/com/posts/FeedErrorMessage.tsx:212 msgid "Remove" msgstr "Elimina" @@ -4697,25 +4730,25 @@ msgstr "Elimina el bàner" msgid "Remove embed" msgstr "" -#: src/view/com/posts/FeedErrorMessage.tsx:169 +#: src/view/com/posts/FeedErrorMessage.tsx:168 #: src/view/com/posts/FeedShutdownMsg.tsx:113 #: src/view/com/posts/FeedShutdownMsg.tsx:117 msgid "Remove feed" msgstr "Elimina el canal" -#: src/view/com/posts/FeedErrorMessage.tsx:210 +#: src/view/com/posts/FeedErrorMessage.tsx:209 msgid "Remove feed?" msgstr "Vols eliminar el canal?" -#: src/view/com/feeds/FeedSourceCard.tsx:180 -#: src/view/com/feeds/FeedSourceCard.tsx:245 +#: src/view/com/feeds/FeedSourceCard.tsx:188 +#: src/view/com/feeds/FeedSourceCard.tsx:266 #: src/view/screens/ProfileFeed.tsx:330 #: src/view/screens/ProfileFeed.tsx:336 #: src/view/screens/ProfileList.tsx:443 msgid "Remove from my feeds" msgstr "Elimina dels meus canals" -#: src/view/com/feeds/FeedSourceCard.tsx:291 +#: src/view/com/feeds/FeedSourceCard.tsx:312 msgid "Remove from my feeds?" msgstr "Vols eliminar-lo dels teus canals?" @@ -4727,15 +4760,15 @@ msgstr "Elimina la imatge" msgid "Remove image preview" msgstr "Elimina la visualització prèvia de la imatge" -#: src/components/dialogs/MutedWords.tsx:331 +#: src/components/dialogs/MutedWords.tsx:329 msgid "Remove mute word from your list" msgstr "Elimina la paraula silenciada de la teva llista" -#: src/view/screens/Search/Search.tsx:1014 +#: src/view/screens/Search/Search.tsx:1011 msgid "Remove profile" msgstr "" -#: src/view/screens/Search/Search.tsx:1016 +#: src/view/screens/Search/Search.tsx:1013 msgid "Remove profile from search history" msgstr "" @@ -4743,8 +4776,8 @@ msgstr "" msgid "Remove quote" msgstr "Elimina la citació" -#: src/view/com/util/post-ctrls/RepostButton.tsx:90 -#: src/view/com/util/post-ctrls/RepostButton.tsx:106 +#: src/view/com/util/post-ctrls/RepostButton.tsx:92 +#: src/view/com/util/post-ctrls/RepostButton.tsx:108 msgid "Remove repost" msgstr "Elimina la republicació" @@ -4752,7 +4785,7 @@ msgstr "Elimina la republicació" #~ msgid "Remove this feed from my feeds?" #~ msgstr "Vols eliminar aquest canal dels teus canals?" -#: src/view/com/posts/FeedErrorMessage.tsx:211 +#: src/view/com/posts/FeedErrorMessage.tsx:210 msgid "Remove this feed from your saved feeds" msgstr "Elimina aquest canal dels meus canals" @@ -4765,7 +4798,7 @@ msgstr "Elimina aquest canal dels meus canals" msgid "Removed from list" msgstr "Elimina de la llista" -#: src/view/com/feeds/FeedSourceCard.tsx:131 +#: src/view/com/feeds/FeedSourceCard.tsx:139 msgid "Removed from my feeds" msgstr "Eliminat dels meus canals" @@ -4796,7 +4829,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:460 +#: src/view/com/composer/Composer.tsx:475 msgctxt "action" msgid "Reply" msgstr "Respon" @@ -4860,8 +4893,8 @@ msgstr "Informa de la llista" msgid "Report message" msgstr "Informa del missatge" -#: src/view/com/util/forms/PostDropdownBtn.tsx:407 -#: src/view/com/util/forms/PostDropdownBtn.tsx:409 +#: src/view/com/util/forms/PostDropdownBtn.tsx:394 +#: src/view/com/util/forms/PostDropdownBtn.tsx:396 msgid "Report post" msgstr "Informa de la publicació" @@ -4877,8 +4910,8 @@ msgstr "Informa d'aquest canal" msgid "Report this list" msgstr "Informa d'aquesta llista" -#: src/components/dms/ReportDialog.tsx:47 -#: src/components/dms/ReportDialog.tsx:140 +#: src/components/dms/ReportDialog.tsx:48 +#: src/components/dms/ReportDialog.tsx:142 #: src/components/ReportDialog/SelectReportOptionView.tsx:59 msgid "Report this message" msgstr "Informa d'aquest missatge" @@ -4891,9 +4924,9 @@ msgstr "Informa d'aquesta publicació" msgid "Report this user" msgstr "Informa d'aquest usuari" -#: src/view/com/util/post-ctrls/RepostButton.tsx:63 -#: src/view/com/util/post-ctrls/RepostButton.tsx:91 -#: src/view/com/util/post-ctrls/RepostButton.tsx:107 +#: src/view/com/util/post-ctrls/RepostButton.tsx:64 +#: src/view/com/util/post-ctrls/RepostButton.tsx:93 +#: src/view/com/util/post-ctrls/RepostButton.tsx:109 msgctxt "action" msgid "Repost" msgstr "Republica" @@ -4903,7 +4936,7 @@ msgstr "Republica" msgid "Repost" msgstr "Republica" -#: src/view/com/util/post-ctrls/RepostButton.tsx:83 +#: src/view/com/util/post-ctrls/RepostButton.tsx:85 #: src/view/com/util/post-ctrls/RepostButton.web.tsx:46 #: src/view/com/util/post-ctrls/RepostButton.web.tsx:92 msgid "Repost or quote post" @@ -4937,7 +4970,7 @@ msgstr "Republicat per <0><1/>" msgid "reposted your post" msgstr "ha republicat la teva publicació" -#: src/view/com/post-thread/PostThreadItem.tsx:206 +#: src/view/com/post-thread/PostThreadItem.tsx:201 msgid "Reposts of this post" msgstr "Republicacions d'aquesta publicació" @@ -5056,8 +5089,8 @@ 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/composer/GifAltText.tsx:163 -#: src/view/com/composer/GifAltText.tsx:169 +#: src/view/com/composer/GifAltText.tsx:162 +#: src/view/com/composer/GifAltText.tsx:168 #: src/view/com/modals/ChangeHandle.tsx:168 #: src/view/com/modals/CreateOrEditList.tsx:326 #: src/view/com/modals/EditProfile.tsx:225 @@ -5137,20 +5170,20 @@ msgid "Scroll to top" msgstr "Desplaça't cap a dalt" #: src/components/dms/dialogs/SearchablePeopleList.tsx:504 -#: src/Navigation.tsx:506 +#: src/Navigation.tsx:494 #: 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:451 -#: src/view/screens/Search/Search.tsx:825 -#: src/view/screens/Search/Search.tsx:853 +#: src/view/screens/Search/Search.tsx:452 +#: src/view/screens/Search/Search.tsx:822 +#: src/view/screens/Search/Search.tsx:850 #: src/view/shell/bottom-bar/BottomBar.tsx:179 #: src/view/shell/desktop/LeftNav.tsx:343 #: src/view/shell/desktop/Search.tsx:194 #: src/view/shell/desktop/Search.tsx:203 -#: src/view/shell/Drawer.tsx:393 #: src/view/shell/Drawer.tsx:394 +#: src/view/shell/Drawer.tsx:395 msgid "Search" msgstr "Cerca" @@ -5158,7 +5191,7 @@ msgstr "Cerca" msgid "Search for \"{query}\"" msgstr "Cerca per \"{query}\"" -#: src/view/screens/Search/Search.tsx:909 +#: src/view/screens/Search/Search.tsx:906 msgid "Search for \"{searchText}\"" msgstr "Cerca per \"{searchText}\"" @@ -5305,7 +5338,7 @@ msgstr "Selecciona l'opció {i} de {numItems}" msgid "Select the {emojiName} emoji as your avatar" msgstr "Selecciona el {emojiName} emoji com al teu avatar" -#: src/components/ReportDialog/SubmitView.tsx:136 +#: src/components/ReportDialog/SubmitView.tsx:135 msgid "Select the moderation service(s) to report to" msgstr "Selecciona els serveis de moderació als quals voleu informar" @@ -5379,8 +5412,8 @@ msgstr "Envia correu" #~ msgid "Send Email" #~ msgstr "Envia correu" -#: src/view/shell/Drawer.tsx:328 -#: src/view/shell/Drawer.tsx:349 +#: src/view/shell/Drawer.tsx:329 +#: src/view/shell/Drawer.tsx:350 msgid "Send feedback" msgstr "Envia comentari" @@ -5389,14 +5422,14 @@ msgstr "Envia comentari" msgid "Send message" msgstr "Envia el missatge" -#: src/components/dms/dialogs/ShareViaChatDialog.tsx:47 +#: src/components/dms/dialogs/ShareViaChatDialog.tsx:59 msgid "Send post to..." msgstr "" -#: src/components/dms/ReportDialog.tsx:232 -#: src/components/dms/ReportDialog.tsx:235 -#: src/components/ReportDialog/SubmitView.tsx:216 -#: src/components/ReportDialog/SubmitView.tsx:220 +#: src/components/dms/ReportDialog.tsx:234 +#: src/components/dms/ReportDialog.tsx:237 +#: src/components/ReportDialog/SubmitView.tsx:215 +#: src/components/ReportDialog/SubmitView.tsx:219 msgid "Send report" msgstr "Envia informe" @@ -5413,8 +5446,8 @@ msgstr "Envia informe a {0}" msgid "Send verification email" msgstr "Envia un correu de verificació" -#: src/view/com/util/forms/PostDropdownBtn.tsx:299 -#: src/view/com/util/forms/PostDropdownBtn.tsx:302 +#: src/view/com/util/forms/PostDropdownBtn.tsx:286 +#: src/view/com/util/forms/PostDropdownBtn.tsx:289 msgid "Send via direct message" msgstr "" @@ -5545,11 +5578,11 @@ msgstr "Estableix la relació d'aspecte de la imatge com a ampla" #~ msgid "Sets server for the Bluesky client" #~ msgstr "Estableix el servidor pel cient de Bluesky" -#: src/Navigation.tsx:146 +#: src/Navigation.tsx:145 #: src/view/screens/Settings/index.tsx:332 #: src/view/shell/desktop/LeftNav.tsx:389 -#: src/view/shell/Drawer.tsx:558 #: src/view/shell/Drawer.tsx:559 +#: src/view/shell/Drawer.tsx:560 msgid "Settings" msgstr "Configuració" @@ -5568,8 +5601,8 @@ msgstr "Comparteix" #: src/view/com/profile/ProfileMenu.tsx:217 #: src/view/com/profile/ProfileMenu.tsx:226 -#: src/view/com/util/forms/PostDropdownBtn.tsx:310 -#: src/view/com/util/forms/PostDropdownBtn.tsx:319 +#: src/view/com/util/forms/PostDropdownBtn.tsx:297 +#: src/view/com/util/forms/PostDropdownBtn.tsx:306 #: src/view/com/util/post-ctrls/PostCtrls.tsx:297 #: src/view/screens/ProfileList.tsx:428 msgid "Share" @@ -5584,7 +5617,7 @@ msgid "Share a fun fact!" msgstr "Comparteix una dada divertida!" #: src/view/com/profile/ProfileMenu.tsx:375 -#: src/view/com/util/forms/PostDropdownBtn.tsx:464 +#: src/view/com/util/forms/PostDropdownBtn.tsx:451 #: src/view/com/util/post-ctrls/PostCtrls.tsx:313 msgid "Share anyway" msgstr "Comparteix de totes maneres" @@ -5640,7 +5673,7 @@ msgstr "Mostra la insígnia i filtra-ho dels canals" #~ msgid "Show embeds from {0}" #~ msgstr "Mostra els incrustats de {0}" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:207 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:211 msgid "Show follows similar to {0}" msgstr "Mostra seguidors semblants a {0}" @@ -5648,19 +5681,19 @@ msgstr "Mostra seguidors semblants a {0}" msgid "Show hidden replies" msgstr "" -#: src/view/com/util/forms/PostDropdownBtn.tsx:349 -#: src/view/com/util/forms/PostDropdownBtn.tsx:351 +#: src/view/com/util/forms/PostDropdownBtn.tsx:336 +#: src/view/com/util/forms/PostDropdownBtn.tsx:338 msgid "Show less like this" msgstr "Mostra'n menys com aquest" -#: src/view/com/post-thread/PostThreadItem.tsx:538 +#: src/view/com/post-thread/PostThreadItem.tsx:532 #: src/view/com/post/Post.tsx:227 #: src/view/com/posts/FeedItem.tsx:392 msgid "Show More" msgstr "Mostra més" -#: src/view/com/util/forms/PostDropdownBtn.tsx:341 -#: src/view/com/util/forms/PostDropdownBtn.tsx:343 +#: src/view/com/util/forms/PostDropdownBtn.tsx:328 +#: src/view/com/util/forms/PostDropdownBtn.tsx:330 msgid "Show more like this" msgstr "Mostra'n més com aquest" @@ -5753,9 +5786,9 @@ msgstr "Mostra les publicacions de {0} al teu canal" #: src/view/shell/bottom-bar/BottomBar.tsx:312 #: src/view/shell/bottom-bar/BottomBar.tsx:313 #: src/view/shell/bottom-bar/BottomBar.tsx:315 -#: src/view/shell/bottom-bar/BottomBarWeb.tsx:181 -#: src/view/shell/bottom-bar/BottomBarWeb.tsx:182 -#: src/view/shell/bottom-bar/BottomBarWeb.tsx:184 +#: src/view/shell/bottom-bar/BottomBarWeb.tsx:204 +#: src/view/shell/bottom-bar/BottomBarWeb.tsx:205 +#: src/view/shell/bottom-bar/BottomBarWeb.tsx:207 #: src/view/shell/NavSignupCard.tsx:69 #: src/view/shell/NavSignupCard.tsx:70 #: src/view/shell/NavSignupCard.tsx:72 @@ -5796,9 +5829,9 @@ msgstr "Tanca sessió" #: src/view/shell/bottom-bar/BottomBar.tsx:302 #: src/view/shell/bottom-bar/BottomBar.tsx:303 #: src/view/shell/bottom-bar/BottomBar.tsx:305 -#: src/view/shell/bottom-bar/BottomBarWeb.tsx:171 -#: src/view/shell/bottom-bar/BottomBarWeb.tsx:172 -#: src/view/shell/bottom-bar/BottomBarWeb.tsx:174 +#: src/view/shell/bottom-bar/BottomBarWeb.tsx:194 +#: src/view/shell/bottom-bar/BottomBarWeb.tsx:195 +#: src/view/shell/bottom-bar/BottomBarWeb.tsx:197 #: src/view/shell/NavSignupCard.tsx:60 #: src/view/shell/NavSignupCard.tsx:61 #: src/view/shell/NavSignupCard.tsx:63 @@ -5847,7 +5880,7 @@ msgstr "Desenvolupament de programari" msgid "Some people can reply" msgstr "Algunes persones poden respondre" -#: src/screens/Messages/Conversation/index.tsx:94 +#: src/screens/Messages/Conversation/index.tsx:106 msgid "Something went wrong" msgstr "Alguna cosa ha fallat" @@ -5891,7 +5924,7 @@ msgstr "Ordena les respostes a la mateixa publicació per:" #~ msgid "Source:" #~ msgstr "Font:" -#: src/components/moderation/LabelsOnMeDialog.tsx:170 +#: src/components/moderation/LabelsOnMeDialog.tsx:168 msgid "Source: <0>{0}" msgstr "Font: <0>{0}" @@ -5952,13 +5985,13 @@ msgstr "Pas {0} de {1}" msgid "Storage cleared, you need to restart the app now." msgstr "L'emmagatzematge s'ha esborrat, cal que reinicieu l'aplicació ara." -#: src/Navigation.tsx:218 +#: src/Navigation.tsx:224 #: src/view/screens/Settings/index.tsx:863 msgid "Storybook" msgstr "Historial" -#: src/components/moderation/LabelsOnMeDialog.tsx:292 -#: src/components/moderation/LabelsOnMeDialog.tsx:293 +#: src/components/moderation/LabelsOnMeDialog.tsx:290 +#: src/components/moderation/LabelsOnMeDialog.tsx:291 #: src/screens/Messages/Conversation/ChatDisabled.tsx:142 #: src/screens/Messages/Conversation/ChatDisabled.tsx:143 msgid "Submit" @@ -5989,7 +6022,7 @@ msgstr "Subscriu-te a aquest etiquetador" msgid "Subscribe to this list" msgstr "Subscriure's a la llista" -#: src/view/screens/Search/Search.tsx:424 +#: src/view/screens/Search/Search.tsx:425 msgid "Suggested Follows" msgstr "Usuaris suggerits per a seguir" @@ -6001,7 +6034,7 @@ msgstr "Suggeriments per tu" msgid "Suggestive" msgstr "Suggerent" -#: src/Navigation.tsx:233 +#: src/Navigation.tsx:239 #: src/view/screens/Support.tsx:30 #: src/view/screens/Support.tsx:33 msgid "Support" @@ -6032,7 +6065,7 @@ msgstr "Sistema" msgid "System log" msgstr "Registres del sistema" -#: src/components/dialogs/MutedWords.tsx:325 +#: src/components/dialogs/MutedWords.tsx:323 msgid "tag" msgstr "etiqueta" @@ -6064,11 +6097,11 @@ msgstr "Explica un acudit!" msgid "Terms" msgstr "Condicions" -#: src/Navigation.tsx:243 +#: src/Navigation.tsx:249 #: src/screens/Signup/StepInfo/Policies.tsx:49 #: src/view/screens/Settings/index.tsx:951 #: src/view/screens/TermsOfService.tsx:29 -#: src/view/shell/Drawer.tsx:278 +#: src/view/shell/Drawer.tsx:279 msgid "Terms of Service" msgstr "Condicions del servei" @@ -6078,17 +6111,17 @@ 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:325 +#: src/components/dialogs/MutedWords.tsx:323 msgid "text" msgstr "text" -#: src/components/moderation/LabelsOnMeDialog.tsx:256 +#: src/components/moderation/LabelsOnMeDialog.tsx:254 #: src/screens/Messages/Conversation/ChatDisabled.tsx:108 msgid "Text input field" msgstr "Camp d'introducció de text" -#: src/components/dms/ReportDialog.tsx:132 -#: src/components/ReportDialog/SubmitView.tsx:78 +#: src/components/dms/ReportDialog.tsx:134 +#: src/components/ReportDialog/SubmitView.tsx:77 msgid "Thank you. Your report has been sent." msgstr "Gràcies. El teu informe s'ha enviat." @@ -6100,7 +6133,7 @@ msgstr "Això conté els següents:" msgid "That handle is already taken." msgstr "Aquest identificador ja està agafat." -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:291 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:305 #: src/view/com/profile/ProfileMenu.tsx:351 msgid "The account will be able to interact with you after unblocking." msgstr "El compte podrà interactuar amb tu després del desbloqueig." @@ -6121,11 +6154,11 @@ msgstr "La política de drets d'autoria ha estat traslladada a <0/>" msgid "The feed has been replaced with Discover." msgstr "S'ha canviat el canal per Discover." -#: src/components/moderation/LabelsOnMeDialog.tsx:66 +#: src/components/moderation/LabelsOnMeDialog.tsx:65 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:67 +#: src/components/moderation/LabelsOnMeDialog.tsx:66 msgid "The following labels were applied to your content." msgstr "Les següents etiquetes s'han aplicat als teus continguts." @@ -6167,7 +6200,7 @@ msgstr "" 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." -#: src/view/com/posts/FeedErrorMessage.tsx:146 +#: src/view/com/posts/FeedErrorMessage.tsx:145 msgid "There was an an issue removing this feed. Please check your internet connection and try again." msgstr "Hi ha hagut un problema per a eliminar aquest canal, comprova la teva connexió a internet i torna-ho a provar." @@ -6195,12 +6228,12 @@ msgstr "Hi ha hagut un problema per a connectar amb Tenor." msgid "There was an issue contacting the server" msgstr "Hi ha hagut un problema per a contactar amb el servidor" -#: src/view/com/feeds/FeedSourceCard.tsx:120 -#: src/view/com/feeds/FeedSourceCard.tsx:133 +#: src/view/com/feeds/FeedSourceCard.tsx:128 +#: src/view/com/feeds/FeedSourceCard.tsx:141 msgid "There was an issue contacting your server" msgstr "Hi ha hagut un problema per a contactar amb el teu servidor" -#: src/view/com/notifications/Feed.tsx:125 +#: src/view/com/notifications/Feed.tsx:126 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." @@ -6217,8 +6250,8 @@ msgstr "Hi ha hagut un problema en obtenir la llista. Toca aquí per a tornar-ho msgid "There was an issue fetching your lists. Tap here to try again." msgstr "Hi ha hagut un problema en obtenir les teves llistes. Toca aquí per a tornar-ho a provar." -#: src/components/dms/ReportDialog.tsx:220 -#: src/components/ReportDialog/SubmitView.tsx:83 +#: src/components/dms/ReportDialog.tsx:222 +#: src/components/ReportDialog/SubmitView.tsx:82 msgid "There was an issue sending your report. Please check your internet connection." msgstr "S'ha produït un problema en enviar el teu informe. Comprova la teva connexió a Internet." @@ -6230,9 +6263,9 @@ msgstr "S'ha produït un problema en enviar el teu informe. Comprova la teva con 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:99 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:121 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:135 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:103 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:125 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:139 #: src/view/com/post-thread/PostThreadFollowBtn.tsx:99 #: src/view/com/post-thread/PostThreadFollowBtn.tsx:111 #: src/view/com/profile/ProfileMenu.tsx:109 @@ -6284,7 +6317,7 @@ msgstr "Aquest compte ha sol·licitat que els usuaris estiguin registrats per a msgid "This account is blocked by one or more of your moderation lists. To unblock, please visit the lists directly and remove this user." msgstr "Aquest compte està bloquejat per una o més de les teves llistes de moderació. Per desbloquejar-lo, visita les llistes directament i elimina aquest usuari." -#: src/components/moderation/LabelsOnMeDialog.tsx:241 +#: src/components/moderation/LabelsOnMeDialog.tsx:239 msgid "This appeal will be sent to <0>{0}." msgstr "Aquesta apel·lació s'enviarà a <0>{0}." @@ -6317,10 +6350,14 @@ msgstr "Aquest contingut està allotjat a {0}. Vols habilitat els continguts ext msgid "This content is not available because one of the users involved has blocked the other." msgstr "Aquest contingut no està disponible per culpa de que un dels usuaris involucrats ha bloquejat a l'altre." -#: src/view/com/posts/FeedErrorMessage.tsx:115 +#: src/view/com/posts/FeedErrorMessage.tsx:114 msgid "This content is not viewable without a Bluesky account." msgstr "Aquest contingut no es pot veure sense un compte de Bluesky." +#: src/screens/Messages/List/ChatListItem.tsx:213 +msgid "This conversation is with a deleted or a deactivated account. Press for options." +msgstr "" + #: src/view/screens/Settings/ExportCarDialog.tsx:75 #~ msgid "This feature is in beta. You can read more about repository exports in <0>this blogpost." #~ msgstr "Aquesta funcionalitat està en beta. En <0>aquesta entrada al blog tens més informació." @@ -6329,20 +6366,25 @@ msgstr "Aquest contingut no es pot veure sense un compte de Bluesky." msgid "This feature is in beta. You can read more about repository exports in <0>this blogpost." msgstr "Aquesta funció està en versió beta. Podeu obtenir més informació sobre les exportacions de repositoris en <0>aquesta entrada de bloc." -#: src/view/com/posts/FeedErrorMessage.tsx:121 +#: src/view/com/posts/FeedErrorMessage.tsx:120 msgid "This feed is currently receiving high traffic and is temporarily unavailable. Please try again later." msgstr "Aquest canal està rebent moltes visites actualment i està temporalment inactiu. Prova-ho més tard." #: src/screens/Profile/Sections/Feed.tsx:59 #: src/view/screens/ProfileFeed.tsx:471 #: src/view/screens/ProfileList.tsx:729 -msgid "This feed is empty!" -msgstr "Aquest canal està buit!" +#~ msgid "This feed is empty!" +#~ msgstr "Aquest canal està buit!" #: src/view/com/posts/CustomFeedEmptyState.tsx:37 msgid "This feed is empty! You may need to follow more users or tune your language settings." msgstr "Aquest canal està buit! Necessites seguir més usuaris o modificar la teva configuració d'idiomes." +#: src/view/screens/ProfileFeed.tsx:471 +#: src/view/screens/ProfileList.tsx:729 +msgid "This feed is empty." +msgstr "" + #: src/view/com/posts/FeedShutdownMsg.tsx:97 msgid "This feed is no longer online. We are showing <0>Discover instead." msgstr "Aquest canal ja no està en línia. En el seu lloc et mostrem <0>Discover." @@ -6375,7 +6417,7 @@ msgstr "Aquesta etiqueta ha estat aplicada per l'autor." #~ msgid "This label was applied by you" #~ msgstr "Aquesta etiqueta ha estat aplicada per tu" -#: src/components/moderation/LabelsOnMeDialog.tsx:168 +#: src/components/moderation/LabelsOnMeDialog.tsx:166 msgid "This label was applied by you." msgstr "Aquesta etiqueta ha estat aplicada per tu." @@ -6395,20 +6437,20 @@ msgstr "Aquesta llista està buida!" msgid "This moderation service is unavailable. See below for more details. If this issue persists, contact us." msgstr "Aquest servei de moderació no està disponible. Mira a continuació per a obtenir més detalls. Si aquest problema persisteix, posa't en contacte amb nosaltres." -#: src/view/com/modals/AddAppPasswords.tsx:111 +#: src/view/com/modals/AddAppPasswords.tsx:110 msgid "This name is already in use" msgstr "Aquest nom ja està en ús" -#: src/view/com/post-thread/PostThreadItem.tsx:140 +#: src/view/com/post-thread/PostThreadItem.tsx:135 msgid "This post has been deleted." msgstr "Aquesta publicació ha estat esborrada." -#: src/view/com/util/forms/PostDropdownBtn.tsx:461 +#: src/view/com/util/forms/PostDropdownBtn.tsx:448 #: src/view/com/util/post-ctrls/PostCtrls.tsx:310 msgid "This post is only visible to logged-in users. It won't be visible to people who aren't logged in." msgstr "Aquesta publicació només és visible per als usuaris que han iniciat sessió. No serà visible per a les persones que no hagin iniciat sessió." -#: src/view/com/util/forms/PostDropdownBtn.tsx:443 +#: src/view/com/util/forms/PostDropdownBtn.tsx:430 msgid "This post will be hidden from feeds." msgstr "Aquesta publicació no es mostrarà als canals." @@ -6469,7 +6511,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:285 +#: 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." @@ -6490,7 +6532,7 @@ msgstr "Preferències dels fils de debat" msgid "Threaded Mode" msgstr "Mode fils de debat" -#: src/Navigation.tsx:276 +#: src/Navigation.tsx:282 msgid "Threads Preferences" msgstr "Preferències dels fils de debat" @@ -6506,7 +6548,7 @@ msgstr "Per informar d'una conversa, informa d'un dels seus missatges a través 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." @@ -6519,7 +6561,7 @@ msgid "Toggle to enable or disable adult content" msgstr "Commuta per a habilitar o deshabilitar el contingut per a adults" #: src/screens/Hashtag.tsx:88 -#: src/view/screens/Search/Search.tsx:366 +#: src/view/screens/Search/Search.tsx:367 msgid "Top" msgstr "Superior" @@ -6529,10 +6571,10 @@ msgstr "Transformacions" #: src/components/dms/MessageMenu.tsx:103 #: src/components/dms/MessageMenu.tsx:105 -#: src/view/com/post-thread/PostThreadItem.tsx:691 -#: src/view/com/post-thread/PostThreadItem.tsx:693 -#: src/view/com/util/forms/PostDropdownBtn.tsx:280 -#: src/view/com/util/forms/PostDropdownBtn.tsx:282 +#: src/view/com/post-thread/PostThreadItem.tsx:674 +#: src/view/com/post-thread/PostThreadItem.tsx:676 +#: src/view/com/util/forms/PostDropdownBtn.tsx:267 +#: src/view/com/util/forms/PostDropdownBtn.tsx:269 msgid "Translate" msgstr "Tradueix" @@ -6578,14 +6620,14 @@ msgstr "No es pot contactar amb el teu servei. Comprova la teva connexió a inte #: src/components/dms/MessagesListBlockedFooter.tsx:96 #: src/components/dms/MessagesListBlockedFooter.tsx:104 #: src/components/dms/MessagesListBlockedFooter.tsx:111 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:184 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:295 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:188 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:309 #: src/view/com/profile/ProfileMenu.tsx:363 #: src/view/screens/ProfileList.tsx:626 msgid "Unblock" msgstr "Desbloqueja" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:189 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:193 msgctxt "action" msgid "Unblock" msgstr "Desbloqueja" @@ -6600,12 +6642,12 @@ msgstr "Desbloqueja el compte" msgid "Unblock Account" msgstr "Desbloqueja el compte" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:289 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:303 #: src/view/com/profile/ProfileMenu.tsx:345 msgid "Unblock Account?" msgstr "Vols desbloquejar el compte?" -#: src/view/com/util/post-ctrls/RepostButton.tsx:62 +#: src/view/com/util/post-ctrls/RepostButton.tsx:63 #: src/view/com/util/post-ctrls/RepostButton.web.tsx:69 #: src/view/com/util/post-ctrls/RepostButton.web.tsx:73 msgid "Undo repost" @@ -6620,7 +6662,7 @@ msgstr "Deixa de seguir" msgid "Unfollow" msgstr "Deixa de seguir" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:229 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:233 msgid "Unfollow {0}" msgstr "Deixa de seguir a {0}" @@ -6671,8 +6713,8 @@ msgstr "Deixa de silenciar la conversa" #~ msgid "Unmute notifications" #~ msgstr "Deixa de silenciar les notificacions" -#: src/view/com/util/forms/PostDropdownBtn.tsx:365 -#: src/view/com/util/forms/PostDropdownBtn.tsx:370 +#: src/view/com/util/forms/PostDropdownBtn.tsx:352 +#: src/view/com/util/forms/PostDropdownBtn.tsx:357 msgid "Unmute thread" msgstr "Deixa de silenciar el fil de debat" @@ -6730,7 +6772,7 @@ msgstr "Actualitza a {handle}" msgid "Updating..." msgstr "Actualitzant…" -#: src/screens/Onboarding/StepProfile/index.tsx:280 +#: src/screens/Onboarding/StepProfile/index.tsx:281 msgid "Upload a photo instead" msgstr "Enlloc d'això, penja una foto" @@ -6791,7 +6833,7 @@ msgstr "Utilitza els recomanats" msgid "Use the DNS panel" msgstr "Utilitza el panell de DNS" -#: src/view/com/modals/AddAppPasswords.tsx:206 +#: src/view/com/modals/AddAppPasswords.tsx:205 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." @@ -6970,11 +7012,11 @@ msgstr "Mostra informació sobre aquestes etiquetes" #: src/components/ProfileHoverCard/index.web.tsx:396 #: src/components/ProfileHoverCard/index.web.tsx:429 #: src/view/com/posts/AviFollowButton.tsx:58 -#: src/view/com/posts/FeedErrorMessage.tsx:175 +#: src/view/com/posts/FeedErrorMessage.tsx:174 msgid "View profile" msgstr "Veure el perfil" -#: src/view/com/profile/ProfileSubpageHeader.tsx:130 +#: src/view/com/profile/ProfileSubpageHeader.tsx:127 msgid "View the avatar" msgstr "Veure l'avatar" @@ -6986,6 +7028,11 @@ msgstr "Veure el servei d'etiquetatge proporcionat per @{0}" msgid "View users who like this feed" msgstr "Veure els usuaris a qui els agrada aquest canal" +#: src/view/com/home/HomeHeaderLayout.web.tsx:78 +#: src/view/com/home/HomeHeaderLayoutMobile.tsx:84 +msgid "View your feeds and explore more" +msgstr "" + #: src/view/com/modals/LinkWarning.tsx:89 #: src/view/com/modals/LinkWarning.tsx:95 msgid "Visit Site" @@ -7013,7 +7060,7 @@ msgstr "Adverteix del contingut i filtra-ho dels canals" msgid "We couldn't find any results for that hashtag." msgstr "No hem trobat cap resultat per a aquest hashtag." -#: src/screens/Messages/Conversation/index.tsx:95 +#: src/screens/Messages/Conversation/index.tsx:107 msgid "We couldn't load this conversation" msgstr "No hem pogut carregar aquesta conversa" @@ -7029,7 +7076,7 @@ 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ó." @@ -7073,14 +7120,18 @@ 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:269 +#: src/view/screens/Search/Search.tsx:270 msgid "We're sorry, but your search could not be completed. Please try again in a few minutes." msgstr "Ens sap greu, però la teva cerca no s'ha pogut fer. Prova-ho d'aquí una estona." +#: src/view/com/composer/Composer.tsx:318 +msgid "We're sorry! The post you are replying to has been deleted." +msgstr "" + #: src/components/Lists.tsx:212 #: src/view/screens/NotFound.tsx:48 msgid "We're sorry! We can't find the page you were looking for." @@ -7111,7 +7162,7 @@ msgstr "Quins són els teus interessos?" #: src/view/com/auth/SplashScreen.tsx:40 #: src/view/com/auth/SplashScreen.web.tsx:86 -#: src/view/com/composer/Composer.tsx:340 +#: src/view/com/composer/Composer.tsx:359 msgid "What's up?" msgstr "Què hi ha de nou" @@ -7132,7 +7183,7 @@ msgstr "Qui et pot enviar missatges?" msgid "Who can reply" msgstr "Qui hi pot respondre" -#: src/screens/Home/NoFeedsPinned.tsx:92 +#: src/screens/Home/NoFeedsPinned.tsx:79 #: src/screens/Messages/List/index.tsx:185 msgid "Whoops!" msgstr "Vaja!" @@ -7170,11 +7221,11 @@ msgstr "Amplada" msgid "Write a message" msgstr "Escriu un missatge" -#: src/view/com/composer/Composer.tsx:534 +#: src/view/com/composer/Composer.tsx:549 msgid "Write post" msgstr "Escriu una publicació" -#: src/view/com/composer/Composer.tsx:339 +#: src/view/com/composer/Composer.tsx:358 #: src/view/com/composer/Prompt.tsx:39 msgid "Write your reply" msgstr "Escriu la teva resposta" @@ -7218,8 +7269,8 @@ msgstr "Estàs a la cua." msgid "You are not following anyone." msgstr "No segueixes a ningú." -#: src/view/com/posts/FollowingEmptyState.tsx:67 -#: src/view/com/posts/FollowingEndOfFeed.tsx:68 +#: src/view/com/posts/FollowingEmptyState.tsx:63 +#: src/view/com/posts/FollowingEndOfFeed.tsx:64 msgid "You can also discover new Custom Feeds to follow." msgstr "També pots descobrir nous canals personalitzats per a seguir." @@ -7256,6 +7307,10 @@ msgstr "" msgid "You do not have any followers." msgstr "No tens cap seguidor." +#: src/screens/Profile/KnownFollowers.tsx:99 +msgid "You don't follow any users who follow @{name}." +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 "Encara no tens codis d'invitació! Te n'enviarem quan portis una mica més de temps a Bluesky." @@ -7355,15 +7410,15 @@ msgstr "Encara no has silenciat cap compte. per a silenciar un compte, ves al se msgid "You have reached the end" msgstr "Has arribat al final" -#: src/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:87 +#: src/components/moderation/LabelsOnMeDialog.tsx:86 msgid "You may appeal non-self labels if you feel they were placed in error." msgstr "Pots apel·lar les etiquetes que no són pròpies si creus que s'han col·locat per error." -#: src/components/moderation/LabelsOnMeDialog.tsx:92 +#: src/components/moderation/LabelsOnMeDialog.tsx:91 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." @@ -7379,7 +7434,7 @@ msgstr "Has de tenir 13 anys o més per a registrar-te" #~ msgid "You must be 18 years or older to enable adult content" #~ msgstr "Has de tenir 18 anys o més per a habilitar el contingut per a adults" -#: src/components/ReportDialog/SubmitView.tsx:206 +#: src/components/ReportDialog/SubmitView.tsx:205 msgid "You must select at least one labeler for a report" msgstr "Has d'escollir almenys un etiquetador per a un informe" @@ -7387,11 +7442,11 @@ msgstr "Has d'escollir almenys un etiquetador per a un informe" msgid "You previously deactivated @{0}." msgstr "" -#: src/view/com/util/forms/PostDropdownBtn.tsx:173 +#: src/view/com/util/forms/PostDropdownBtn.tsx:168 msgid "You will no longer receive notifications for this thread" msgstr "Ja no rebràs més notificacions d'aquest debat" -#: src/view/com/util/forms/PostDropdownBtn.tsx:176 +#: src/view/com/util/forms/PostDropdownBtn.tsx:171 msgid "You will now receive notifications for this thread" msgstr "Ara rebràs notificacions d'aquest debat" @@ -7399,15 +7454,15 @@ msgstr "Ara rebràs notificacions d'aquest debat" msgid "You will receive an email with a \"reset code.\" Enter that code here, then enter your new password." msgstr "Rebràs un correu amb un \"codi de restabliment\". Introdueix aquí el codi i després la teva contrasenya nova." -#: src/screens/Messages/List/ChatListItem.tsx:113 +#: src/screens/Messages/List/ChatListItem.tsx:114 msgid "You: {0}" msgstr "Tu: {0}" -#: src/screens/Messages/List/ChatListItem.tsx:142 +#: src/screens/Messages/List/ChatListItem.tsx:143 msgid "You: {defaultEmbeddedContentMessage}" msgstr "" -#: src/screens/Messages/List/ChatListItem.tsx:135 +#: src/screens/Messages/List/ChatListItem.tsx:136 msgid "You: {short}" msgstr "" @@ -7435,7 +7490,7 @@ msgstr "Ja està tot llest!" 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ó." -#: src/view/com/posts/FollowingEndOfFeed.tsx:48 +#: src/view/com/posts/FollowingEndOfFeed.tsx:44 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." @@ -7485,7 +7540,7 @@ msgstr "El teu correu s'ha actualitzat, però no ha estat verificat. En el pas s msgid "Your email has not yet been verified. This is an important security step which we recommend." msgstr "El teu correu encara no s'ha verificat. Et recomanem fer-ho per seguretat." -#: src/view/com/posts/FollowingEmptyState.tsx:47 +#: src/view/com/posts/FollowingEmptyState.tsx:43 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." @@ -7507,7 +7562,7 @@ msgstr "El teu identificador complet serà <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" @@ -7515,7 +7570,7 @@ 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:330 +#: src/view/com/composer/Composer.tsx:349 msgid "Your post has been published" msgstr "S'ha publicat" @@ -7531,11 +7586,11 @@ msgstr "El teu perfil" msgid "Your profile, posts, feeds, and lists will no longer be visible to other Bluesky users. You can reactivate your account at any time by logging in." msgstr "" -#: src/view/com/composer/Composer.tsx:329 +#: src/view/com/composer/Composer.tsx:348 msgid "Your reply has been published" msgstr "S'ha publicat la teva resposta" -#: src/components/dms/ReportDialog.tsx:160 +#: src/components/dms/ReportDialog.tsx:162 msgid "Your report will be sent to the Bluesky Moderation Service" msgstr "El teu informe s'enviarà al servei de moderació de Bluesky" diff --git a/src/locale/locales/de/messages.po b/src/locale/locales/de/messages.po index 4ba96a35..6207ff62 100644 --- a/src/locale/locales/de/messages.po +++ b/src/locale/locales/de/messages.po @@ -13,7 +13,7 @@ msgstr "" "Language-Team: Translators in PR 2319, PythooonUser, cdfzo\n" "Plural-Forms: \n" -#: src/screens/Messages/List/ChatListItem.tsx:119 +#: src/screens/Messages/List/ChatListItem.tsx:120 msgid "(contains embedded content)" msgstr "" @@ -41,10 +41,14 @@ msgstr "" msgid "{0, plural, one {# label has been placed on this content} other {# labels have been placed on this content}}" msgstr "" -#: src/view/com/util/post-ctrls/RepostButton.tsx:64 +#: src/view/com/util/post-ctrls/RepostButton.tsx:65 msgid "{0, plural, one {# repost} other {# reposts}}" msgstr "" +#: src/components/KnownFollowers.tsx:179 +msgid "{0, plural, one {and # other} other {and # others}}" +msgstr "" + #: src/components/ProfileHoverCard/index.web.tsx:376 #: src/screens/Profile/Header/Metrics.tsx:23 msgid "{0, plural, one {follower} other {followers}}" @@ -59,11 +63,11 @@ msgstr "" msgid "{0, plural, one {Like (# like)} other {Like (# likes)}}" msgstr "" -#: src/view/com/post-thread/PostThreadItem.tsx:386 +#: src/view/com/post-thread/PostThreadItem.tsx:380 msgid "{0, plural, one {like} other {likes}}" msgstr "" -#: src/view/com/feeds/FeedSourceCard.tsx:280 +#: src/view/com/feeds/FeedSourceCard.tsx:301 msgid "{0, plural, one {Liked by # user} other {Liked by # users}}" msgstr "" @@ -75,7 +79,7 @@ msgstr "" msgid "{0, plural, one {Reply (# reply)} other {Reply (# replies)}}" msgstr "" -#: src/view/com/post-thread/PostThreadItem.tsx:366 +#: src/view/com/post-thread/PostThreadItem.tsx:360 msgid "{0, plural, one {repost} other {reposts}}" msgstr "" @@ -118,7 +122,7 @@ msgstr "" msgid "{likeCount, plural, one {Liked by # user} other {Liked by # users}}" msgstr "" -#: src/view/shell/Drawer.tsx:461 +#: src/view/shell/Drawer.tsx:462 msgid "{numUnreadNotifications} unread" msgstr "{numUnreadNotifications} ungelesen" @@ -183,12 +187,12 @@ msgstr "" #~ msgid "A new version of the app is available. Please update to continue using the app." #~ 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:92 -#: src/view/screens/Search/Search.tsx:714 +#: src/view/com/util/ViewHeader.tsx:93 +#: src/view/screens/Search/Search.tsx:715 msgid "Access navigation links and settings" msgstr "Zugriff auf Navigationslinks und Einstellungen" -#: src/view/com/home/HomeHeaderLayoutMobile.tsx:54 +#: src/view/com/home/HomeHeaderLayoutMobile.tsx:56 msgid "Access profile and other navigation links" msgstr "Zugang zum Profil und anderen Navigationslinks" @@ -201,7 +205,7 @@ msgstr "Barrierefreiheit" msgid "Accessibility settings" msgstr "" -#: src/Navigation.tsx:290 +#: src/Navigation.tsx:296 #: src/view/screens/AccessibilitySettings.tsx:63 msgid "Accessibility Settings" msgstr "" @@ -245,7 +249,7 @@ msgstr "Kontoeinstellungen" msgid "Account removed from quick access" msgstr "Konto aus dem Schnellzugriff entfernt" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:131 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:135 #: src/view/com/profile/ProfileMenu.tsx:131 msgid "Account unblocked" msgstr "Konto entblockiert" @@ -258,7 +262,7 @@ msgstr "Konto entfolgt" msgid "Account unmuted" msgstr "Stummschaltung für Konto aufgehoben" -#: src/components/dialogs/MutedWords.tsx:165 +#: src/components/dialogs/MutedWords.tsx:164 #: src/view/com/modals/ListAddRemoveUsers.tsx:268 #: src/view/com/modals/UserAddRemoveLists.tsx:230 #: src/view/screens/ProfileList.tsx:881 @@ -280,9 +284,9 @@ msgstr "Einen Nutzer zu dieser Liste hinzufügen" msgid "Add account" msgstr "Konto hinzufügen" -#: src/view/com/composer/GifAltText.tsx:70 -#: src/view/com/composer/GifAltText.tsx:136 -#: src/view/com/composer/GifAltText.tsx:176 +#: src/view/com/composer/GifAltText.tsx:69 +#: src/view/com/composer/GifAltText.tsx:135 +#: src/view/com/composer/GifAltText.tsx:175 #: src/view/com/composer/photos/Gallery.tsx:120 #: src/view/com/composer/photos/Gallery.tsx:187 #: src/view/com/modals/AltImage.tsx:118 @@ -316,15 +320,15 @@ msgstr "App-Passwort hinzufügen" #~ 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/screens/Home/NoFeedsPinned.tsx:112 +#: src/screens/Home/NoFeedsPinned.tsx:99 msgid "Add recommended feeds" msgstr "" @@ -341,7 +345,7 @@ msgstr "Füge den folgenden DNS-Eintrag zu deiner Domain hinzu:" msgid "Add to Lists" msgstr "Zu Listen hinzufügen" -#: src/view/com/feeds/FeedSourceCard.tsx:246 +#: src/view/com/feeds/FeedSourceCard.tsx:267 msgid "Add to my feeds" msgstr "Zu meinen Feeds hinzufügen" @@ -354,7 +358,7 @@ msgstr "Zu meinen Feeds hinzufügen" msgid "Added to list" msgstr "Zur Liste hinzugefügt" -#: src/view/com/feeds/FeedSourceCard.tsx:118 +#: src/view/com/feeds/FeedSourceCard.tsx:126 msgid "Added to my feeds" msgstr "Zu meinen Feeds hinzugefügt" @@ -380,12 +384,12 @@ msgstr "" msgid "Advanced" msgstr "Erweitert" -#: src/view/screens/Feeds.tsx:798 +#: src/view/screens/Feeds.tsx:771 msgid "All the feeds you've saved, right in one place." msgstr "All deine gespeicherten Feeds an einem Ort." -#: src/view/com/modals/AddAppPasswords.tsx:188 -#: src/view/com/modals/AddAppPasswords.tsx:195 +#: src/view/com/modals/AddAppPasswords.tsx:187 +#: src/view/com/modals/AddAppPasswords.tsx:194 msgid "Allow access to your direct messages" msgstr "" @@ -408,13 +412,13 @@ msgstr "Hast du bereits einen Code?" msgid "Already signed in as @{0}" msgstr "Bereits angemeldet als @{0}" -#: src/view/com/composer/GifAltText.tsx:94 +#: src/view/com/composer/GifAltText.tsx:93 #: src/view/com/composer/photos/Gallery.tsx:144 #: src/view/com/util/post-embeds/GifEmbed.tsx:173 msgid "ALT" msgstr "ALT" -#: src/view/com/composer/GifAltText.tsx:145 +#: src/view/com/composer/GifAltText.tsx:144 #: src/view/com/modals/EditImage.tsx:316 #: src/view/screens/AccessibilitySettings.tsx:77 msgid "Alt text" @@ -462,6 +466,7 @@ msgstr "Es ist ein Problem aufgetreten, bitte versuche es erneut." msgid "an unknown error occurred" msgstr "" +#: src/components/KnownFollowers.tsx:187 #: src/view/com/notifications/FeedItem.tsx:258 #: src/view/com/threadgate/WhoCanReply.tsx:180 msgid "and" @@ -487,11 +492,11 @@ msgstr "App-Sprache" msgid "App password deleted" msgstr "App-Passwort gelöscht" -#: src/view/com/modals/AddAppPasswords.tsx:139 +#: src/view/com/modals/AddAppPasswords.tsx:138 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:104 +#: src/view/com/modals/AddAppPasswords.tsx:103 msgid "App Password names must be at least 4 characters long." msgstr "App-Passwortnamen müssen mindestens 4 Zeichen lang sein." @@ -499,18 +504,18 @@ msgstr "App-Passwortnamen müssen mindestens 4 Zeichen lang sein." msgid "App password settings" msgstr "App-Passwort-Einstellungen" -#: src/Navigation.tsx:258 +#: src/Navigation.tsx:264 #: src/view/screens/AppPasswords.tsx:192 #: src/view/screens/Settings/index.tsx:706 msgid "App Passwords" msgstr "App-Passwörter" -#: src/components/moderation/LabelsOnMeDialog.tsx:153 -#: src/components/moderation/LabelsOnMeDialog.tsx:156 +#: src/components/moderation/LabelsOnMeDialog.tsx:151 +#: src/components/moderation/LabelsOnMeDialog.tsx:154 msgid "Appeal" msgstr "" -#: src/components/moderation/LabelsOnMeDialog.tsx:238 +#: src/components/moderation/LabelsOnMeDialog.tsx:236 msgid "Appeal \"{0}\" label" msgstr "Kennzeichnung \"{0}\" anfechten" @@ -523,7 +528,7 @@ msgstr "Kennzeichnung \"{0}\" anfechten" #~ msgid "Appeal Content Warning" #~ msgstr "Inhaltswarnungseinspruch" -#: src/components/moderation/LabelsOnMeDialog.tsx:229 +#: src/components/moderation/LabelsOnMeDialog.tsx:227 #: src/screens/Messages/Conversation/ChatDisabled.tsx:91 msgid "Appeal submitted" msgstr "" @@ -548,7 +553,7 @@ msgid "Appearance" msgstr "Erscheinungsbild" #: src/screens/Feeds/NoSavedFeedsOfAnyType.tsx:47 -#: src/screens/Home/NoFeedsPinned.tsx:106 +#: src/screens/Home/NoFeedsPinned.tsx:93 msgid "Apply default recommended feeds" msgstr "" @@ -572,15 +577,15 @@ msgstr "" msgid "Are you sure you want to leave this conversation? Your messages will be deleted for you, but not for the other participant." msgstr "" -#: src/view/com/feeds/FeedSourceCard.tsx:293 +#: src/view/com/feeds/FeedSourceCard.tsx:314 msgid "Are you sure you want to remove {0} from your feeds?" msgstr "Bist du sicher, dass du {0} von deinen Feeds entfernen möchtest?" -#: src/view/com/composer/Composer.tsx:617 +#: src/view/com/composer/Composer.tsx:630 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:283 +#: src/components/dialogs/MutedWords.tsx:281 msgid "Are you sure?" msgstr "Bist du sicher?" @@ -605,8 +610,8 @@ msgid "At least 3 characters" msgstr "Mindestens 3 Zeichen" #: src/components/dms/MessagesListHeader.tsx:75 -#: src/components/moderation/LabelsOnMeDialog.tsx:283 -#: src/components/moderation/LabelsOnMeDialog.tsx:284 +#: src/components/moderation/LabelsOnMeDialog.tsx:281 +#: src/components/moderation/LabelsOnMeDialog.tsx:282 #: src/screens/Login/ChooseAccountForm.tsx:98 #: src/screens/Login/ChooseAccountForm.tsx:103 #: src/screens/Login/ForgotPasswordForm.tsx:129 @@ -619,7 +624,7 @@ msgstr "Mindestens 3 Zeichen" #: src/screens/Messages/Conversation/ChatDisabled.tsx:134 #: src/screens/Profile/Header/Shell.tsx:102 #: src/screens/Signup/index.tsx:193 -#: src/view/com/util/ViewHeader.tsx:90 +#: src/view/com/util/ViewHeader.tsx:91 msgid "Back" msgstr "Zurück" @@ -644,7 +649,7 @@ msgstr "Geburtstag" msgid "Birthday:" msgstr "Geburtstag:" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:295 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:309 #: src/view/com/profile/ProfileMenu.tsx:363 msgid "Block" msgstr "Blockieren" @@ -688,7 +693,7 @@ msgstr "Blockiert" msgid "Blocked accounts" msgstr "Blockierte Konten" -#: src/Navigation.tsx:141 +#: src/Navigation.tsx:140 #: src/view/screens/ModerationBlockedAccounts.tsx:109 msgid "Blocked Accounts" msgstr "Blockierte Konten" @@ -761,8 +766,8 @@ msgstr "Bilder verwischen und aus Feeds herausfiltern" msgid "Books" msgstr "Bücher" -#: src/screens/Home/NoFeedsPinned.tsx:116 -#: src/screens/Home/NoFeedsPinned.tsx:123 +#: src/screens/Home/NoFeedsPinned.tsx:103 +#: src/screens/Home/NoFeedsPinned.tsx:109 msgid "Browse other feeds" msgstr "" @@ -774,7 +779,7 @@ msgstr "" msgid "Business" msgstr "Business" -#: src/view/com/profile/ProfileSubpageHeader.tsx:159 +#: src/view/com/profile/ProfileSubpageHeader.tsx:156 msgid "by —" msgstr "von —" @@ -790,7 +795,7 @@ msgstr "Von {0}" #~ msgid "by @{0}" #~ msgstr "" -#: src/view/com/profile/ProfileSubpageHeader.tsx:163 +#: src/view/com/profile/ProfileSubpageHeader.tsx:160 msgid "by <0/>" msgstr "von <0/>" @@ -798,7 +803,7 @@ msgstr "von <0/>" msgid "By creating an account you agree to the {els}." msgstr "Mit dem Erstellen des Kontos akzeptierst du die {els}." -#: src/view/com/profile/ProfileSubpageHeader.tsx:161 +#: src/view/com/profile/ProfileSubpageHeader.tsx:158 msgid "by you" msgstr "von dir" @@ -806,7 +811,7 @@ msgstr "von dir" msgid "Camera" msgstr "Kamera" -#: src/view/com/modals/AddAppPasswords.tsx:180 +#: src/view/com/modals/AddAppPasswords.tsx:179 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." @@ -815,8 +820,8 @@ msgstr "Darf nur Buchstaben, Zahlen, Leerzeichen, Bindestriche und Unterstriche #: src/components/Prompt.tsx:121 #: src/components/TagMenu/index.tsx:268 #: src/screens/Deactivated.tsx:161 -#: src/view/com/composer/Composer.tsx:417 -#: src/view/com/composer/Composer.tsx:423 +#: src/view/com/composer/Composer.tsx:432 +#: src/view/com/composer/Composer.tsx:438 #: src/view/com/modals/ChangeEmail.tsx:213 #: src/view/com/modals/ChangeEmail.tsx:215 #: src/view/com/modals/ChangeHandle.tsx:148 @@ -832,8 +837,8 @@ msgstr "Darf nur Buchstaben, Zahlen, Leerzeichen, Bindestriche und Unterstriche #: src/view/com/modals/LinkWarning.tsx:107 #: src/view/com/modals/VerifyEmail.tsx:255 #: src/view/com/modals/VerifyEmail.tsx:261 -#: src/view/com/util/post-ctrls/RepostButton.tsx:136 -#: src/view/screens/Search/Search.tsx:738 +#: src/view/com/util/post-ctrls/RepostButton.tsx:138 +#: src/view/screens/Search/Search.tsx:735 #: src/view/shell/desktop/Search.tsx:218 msgid "Cancel" msgstr "Abbrechen" @@ -862,7 +867,7 @@ msgstr "Bildbeschneidung abbrechen" msgid "Cancel profile editing" msgstr "Profilbearbeitung abbrechen" -#: src/view/com/util/post-ctrls/RepostButton.tsx:130 +#: src/view/com/util/post-ctrls/RepostButton.tsx:132 msgid "Cancel quote post" msgstr "Beitrag zitieren abbrechen" @@ -922,7 +927,7 @@ msgstr "Beitragssprache in {0} ändern" msgid "Change Your Email" msgstr "Deine E-Mail ändern" -#: src/Navigation.tsx:302 +#: src/Navigation.tsx:308 #: src/view/shell/bottom-bar/BottomBar.tsx:201 #: src/view/shell/desktop/LeftNav.tsx:295 msgid "Chat" @@ -934,7 +939,7 @@ msgstr "" #: src/components/dms/ConvoMenu.tsx:112 #: src/components/dms/MessageMenu.tsx:81 -#: src/Navigation.tsx:307 +#: src/Navigation.tsx:313 #: src/screens/Messages/List/index.tsx:88 #: src/view/screens/Settings/index.tsx:638 msgid "Chat settings" @@ -1024,7 +1029,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:864 +#: src/view/screens/Search/Search.tsx:861 msgid "Clear search query" msgstr "Suchanfrage löschen" @@ -1132,7 +1137,7 @@ msgstr "Schließt die untere Navigationsleiste" msgid "Closes password update alert" msgstr "Schließt die Kennwortaktualisierungsmeldung" -#: src/view/com/composer/Composer.tsx:419 +#: src/view/com/composer/Composer.tsx:434 msgid "Closes post composer and discards post draft" msgstr "Schließt den Beitragsverfasser und verwirft den Beitragsentwurf" @@ -1156,7 +1161,7 @@ msgstr "Komödie" msgid "Comics" msgstr "Comics" -#: src/Navigation.tsx:248 +#: src/Navigation.tsx:254 #: src/view/screens/CommunityGuidelines.tsx:32 msgid "Community Guidelines" msgstr "Community-Richtlinien" @@ -1169,7 +1174,7 @@ msgstr "Schließe das Onboarding ab und nutze dein Konto" msgid "Complete the challenge" msgstr "Beende die Herausforderung" -#: src/view/com/composer/Composer.tsx:536 +#: src/view/com/composer/Composer.tsx:551 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" @@ -1296,7 +1301,7 @@ msgid "Context menu backdrop, click to close the menu." msgstr "Hintergrund des Kontextmenüs, klicken, um das Menü zu schließen" #: src/screens/Onboarding/StepInterests/index.tsx:253 -#: src/screens/Onboarding/StepProfile/index.tsx:268 +#: src/screens/Onboarding/StepProfile/index.tsx:269 msgid "Continue" msgstr "Fortfahren" @@ -1304,8 +1309,12 @@ msgstr "Fortfahren" msgid "Continue as {0} (currently signed in)" msgstr "Fortfahren mit {0} (aktuell angemeldet)" +#: src/view/com/post-thread/PostThreadLoadMore.tsx:52 +msgid "Continue thread..." +msgstr "" + #: src/screens/Onboarding/StepInterests/index.tsx:250 -#: src/screens/Onboarding/StepProfile/index.tsx:265 +#: src/screens/Onboarding/StepProfile/index.tsx:266 #: src/screens/Signup/index.tsx:213 msgid "Continue to next step" msgstr "Weiter zum nächsten Schritt" @@ -1318,7 +1327,7 @@ msgstr "Weiter zum nächsten Schritt" #~ msgid "Continue to the next step without following any accounts" #~ msgstr "Fahre mit dem nächsten Schritt fort, ohne Konten zu folgen" -#: src/screens/Messages/List/ChatListItem.tsx:153 +#: src/screens/Messages/List/ChatListItem.tsx:154 msgid "Conversation deleted" msgstr "" @@ -1326,7 +1335,7 @@ msgstr "" msgid "Cooking" msgstr "Kochen" -#: src/view/com/modals/AddAppPasswords.tsx:221 +#: src/view/com/modals/AddAppPasswords.tsx:220 #: src/view/com/modals/InviteCodes.tsx:183 msgid "Copied" msgstr "Kopiert" @@ -1336,10 +1345,10 @@ msgid "Copied build version to clipboard" msgstr "Die Build-Version wurde in die Zwischenablage kopiert" #: src/components/dms/MessageMenu.tsx:57 -#: src/view/com/modals/AddAppPasswords.tsx:81 +#: src/view/com/modals/AddAppPasswords.tsx:80 #: src/view/com/modals/ChangeHandle.tsx:320 #: src/view/com/modals/InviteCodes.tsx:153 -#: src/view/com/util/forms/PostDropdownBtn.tsx:187 +#: src/view/com/util/forms/PostDropdownBtn.tsx:182 msgid "Copied to clipboard" msgstr "In die Zwischenablage kopiert" @@ -1347,11 +1356,11 @@ msgstr "In die Zwischenablage kopiert" msgid "Copied!" msgstr "" -#: src/view/com/modals/AddAppPasswords.tsx:215 +#: src/view/com/modals/AddAppPasswords.tsx:214 msgid "Copies app password" msgstr "Kopiert das App-Passwort" -#: src/view/com/modals/AddAppPasswords.tsx:214 +#: src/view/com/modals/AddAppPasswords.tsx:213 msgid "Copy" msgstr "Kopieren" @@ -1368,8 +1377,8 @@ msgstr "" msgid "Copy link to list" msgstr "Link zur Liste kopieren" -#: src/view/com/util/forms/PostDropdownBtn.tsx:310 -#: src/view/com/util/forms/PostDropdownBtn.tsx:319 +#: src/view/com/util/forms/PostDropdownBtn.tsx:297 +#: src/view/com/util/forms/PostDropdownBtn.tsx:306 msgid "Copy link to post" msgstr "Link zum Beitrag kopieren" @@ -1382,12 +1391,12 @@ msgstr "Link zum Beitrag kopieren" msgid "Copy message text" msgstr "" -#: src/view/com/util/forms/PostDropdownBtn.tsx:288 -#: src/view/com/util/forms/PostDropdownBtn.tsx:290 +#: src/view/com/util/forms/PostDropdownBtn.tsx:275 +#: src/view/com/util/forms/PostDropdownBtn.tsx:277 msgid "Copy post text" msgstr "Beitragstext kopieren" -#: src/Navigation.tsx:253 +#: src/Navigation.tsx:259 #: src/view/screens/CopyrightPolicy.tsx:29 msgid "Copyright Policy" msgstr "Urheberrechtsbestimmungen" @@ -1434,11 +1443,11 @@ msgstr "Konto erstellen" msgid "Create an account" msgstr "" -#: src/screens/Onboarding/StepProfile/index.tsx:282 +#: src/screens/Onboarding/StepProfile/index.tsx:283 msgid "Create an avatar instead" msgstr "" -#: src/view/com/modals/AddAppPasswords.tsx:243 +#: src/view/com/modals/AddAppPasswords.tsx:242 msgid "Create App Password" msgstr "App-Passwort erstellen" @@ -1480,7 +1489,7 @@ msgstr "Benutzerdefiniert" msgid "Custom domain" msgstr "Benutzerdefinierte Domain" -#: src/view/screens/Feeds.tsx:824 +#: src/view/screens/Feeds.tsx:797 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." @@ -1523,7 +1532,7 @@ msgid "Debug panel" msgstr "Debug-Panel" #: src/components/dms/MessageMenu.tsx:151 -#: src/view/com/util/forms/PostDropdownBtn.tsx:436 +#: src/view/com/util/forms/PostDropdownBtn.tsx:423 #: src/view/screens/AppPasswords.tsx:285 #: src/view/screens/ProfileList.tsx:667 msgid "Delete" @@ -1578,8 +1587,8 @@ msgstr "Mein Konto löschen" msgid "Delete My Account…" msgstr "Mein Konto Löschen…" -#: src/view/com/util/forms/PostDropdownBtn.tsx:417 -#: src/view/com/util/forms/PostDropdownBtn.tsx:419 +#: src/view/com/util/forms/PostDropdownBtn.tsx:404 +#: src/view/com/util/forms/PostDropdownBtn.tsx:406 msgid "Delete post" msgstr "Beitrag löschen" @@ -1587,7 +1596,7 @@ msgstr "Beitrag löschen" msgid "Delete this list?" msgstr "Diese Liste löschen?" -#: src/view/com/util/forms/PostDropdownBtn.tsx:431 +#: src/view/com/util/forms/PostDropdownBtn.tsx:418 msgid "Delete this post?" msgstr "Diesen Beitrag löschen?" @@ -1610,11 +1619,11 @@ msgstr "" msgid "Description" msgstr "Beschreibung" -#: src/view/com/composer/GifAltText.tsx:141 +#: src/view/com/composer/GifAltText.tsx:140 msgid "Descriptive alt text" msgstr "" -#: src/view/com/composer/Composer.tsx:264 +#: src/view/com/composer/Composer.tsx:277 msgid "Did you want to say anything?" msgstr "Wolltest du etwas sagen?" @@ -1655,7 +1664,7 @@ msgstr "" msgid "Disabled" msgstr "Deaktiviert" -#: src/view/com/composer/Composer.tsx:619 +#: src/view/com/composer/Composer.tsx:632 msgid "Discard" msgstr "Verwerfen" @@ -1663,7 +1672,7 @@ msgstr "Verwerfen" #~ msgid "Discard draft" #~ msgstr "Entwurf verwerfen" -#: src/view/com/composer/Composer.tsx:616 +#: src/view/com/composer/Composer.tsx:629 msgid "Discard draft?" msgstr "Entwurf löschen?" @@ -1672,12 +1681,12 @@ msgstr "Entwurf löschen?" msgid "Discourage apps from showing my account to logged-out users" msgstr "Apps daran hindern, abgemeldeten Nutzern mein Konto zu zeigen" -#: src/view/com/posts/FollowingEmptyState.tsx:74 -#: src/view/com/posts/FollowingEndOfFeed.tsx:75 +#: src/view/com/posts/FollowingEmptyState.tsx:70 +#: src/view/com/posts/FollowingEndOfFeed.tsx:71 msgid "Discover new custom feeds" msgstr "Entdecke neue benutzerdefinierte Feeds" -#: src/view/screens/Feeds.tsx:821 +#: src/view/screens/Feeds.tsx:794 msgid "Discover New Feeds" msgstr "Entdecke neue Feeds" @@ -1713,11 +1722,11 @@ msgstr "Domain verifiziert!" #: src/components/dialogs/BirthDateSettings.tsx:125 #: src/components/forms/DateField/index.tsx:74 #: src/components/forms/DateField/index.tsx:80 -#: src/screens/Onboarding/StepProfile/index.tsx:321 -#: src/screens/Onboarding/StepProfile/index.tsx:324 +#: src/screens/Onboarding/StepProfile/index.tsx:322 +#: src/screens/Onboarding/StepProfile/index.tsx:325 #: src/view/com/auth/server-input/index.tsx:169 #: src/view/com/auth/server-input/index.tsx:170 -#: src/view/com/modals/AddAppPasswords.tsx:243 +#: src/view/com/modals/AddAppPasswords.tsx:242 #: src/view/com/modals/AltImage.tsx:141 #: src/view/com/modals/crop-image/CropImage.web.tsx:177 #: src/view/com/modals/InviteCodes.tsx:81 @@ -1804,6 +1813,11 @@ msgstr "z.B. Nutzer, die wiederholt mit Werbung antworten." msgid "Each code works once. You'll receive more invite codes periodically." msgstr "Jeder Code funktioniert einmal. Du erhältst regelmäßig neue Einladungscodes." +#: src/view/screens/Feeds.tsx:400 +#: src/view/screens/Feeds.tsx:471 +msgid "Edit" +msgstr "" + #: src/view/com/lists/ListMembers.tsx:149 msgctxt "action" msgid "Edit" @@ -1827,8 +1841,9 @@ msgstr "Details der Liste bearbeiten" msgid "Edit Moderation List" msgstr "Moderationsliste bearbeiten" -#: src/Navigation.tsx:263 -#: src/view/screens/Feeds.tsx:495 +#: src/Navigation.tsx:269 +#: src/view/screens/Feeds.tsx:398 +#: src/view/screens/Feeds.tsx:469 #: src/view/screens/SavedFeeds.tsx:93 msgid "Edit My Feeds" msgstr "Meine Feeds bearbeiten" @@ -1838,19 +1853,19 @@ msgid "Edit my profile" msgstr "Mein Profil bearbeiten" #: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:181 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:171 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:175 msgid "Edit profile" msgstr "Profil bearbeiten" #: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:184 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:174 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:178 msgid "Edit Profile" msgstr "Profil bearbeiten" #: src/view/com/home/HomeHeaderLayout.web.tsx:76 #: src/view/screens/Feeds.tsx:416 -msgid "Edit Saved Feeds" -msgstr "Gespeicherte Feeds bearbeiten" +#~ msgid "Edit Saved Feeds" +#~ msgstr "Gespeicherte Feeds bearbeiten" #: src/view/com/modals/CreateOrEditList.tsx:234 msgid "Edit User List" @@ -1903,8 +1918,8 @@ msgid "Embed HTML code" msgstr "" #: src/components/dialogs/Embed.tsx:97 -#: src/view/com/util/forms/PostDropdownBtn.tsx:327 -#: src/view/com/util/forms/PostDropdownBtn.tsx:329 +#: src/view/com/util/forms/PostDropdownBtn.tsx:314 +#: src/view/com/util/forms/PostDropdownBtn.tsx:316 msgid "Embed post" msgstr "" @@ -1964,7 +1979,7 @@ msgstr "Ende des Feeds" #~ msgid "End of list" #~ msgstr "" -#: src/view/com/modals/AddAppPasswords.tsx:161 +#: src/view/com/modals/AddAppPasswords.tsx:160 msgid "Enter a name for this App Password" msgstr "Gebe einen Namen für dieses App-Passwort ein" @@ -1972,8 +1987,8 @@ msgstr "Gebe einen Namen für dieses App-Passwort ein" msgid "Enter a password" msgstr "Gib ein Passwort ein" +#: 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" @@ -2023,7 +2038,7 @@ msgid "Error receiving captcha response." msgstr "Fehler beim Empfang der Captcha-Antwort." #: src/screens/Onboarding/StepInterests/index.tsx:192 -#: src/view/screens/Search/Search.tsx:115 +#: src/view/screens/Search/Search.tsx:116 msgid "Error:" msgstr "Fehler:" @@ -2111,7 +2126,7 @@ msgstr "Externe Medien" msgid "External media may allow websites to collect information about you and your device. No information is sent or requested until you press the \"play\" button." msgstr "Externe Medien können es Websites ermöglichen, Informationen über dich und dein Gerät zu sammeln. Es werden keine Informationen gesendet oder angefordert, bis du die Schaltfläche \"Abspielen\" drückst." -#: src/Navigation.tsx:282 +#: src/Navigation.tsx:288 #: src/view/screens/PreferencesExternalEmbeds.tsx:53 #: src/view/screens/Settings/index.tsx:679 msgid "External Media Preferences" @@ -2121,8 +2136,8 @@ msgstr "Externe Medienpräferenzen" msgid "External media settings" msgstr "Externe Medienpräferenzen" -#: src/view/com/modals/AddAppPasswords.tsx:120 -#: src/view/com/modals/AddAppPasswords.tsx:124 +#: src/view/com/modals/AddAppPasswords.tsx:119 +#: src/view/com/modals/AddAppPasswords.tsx:123 msgid "Failed to create app password." msgstr "Das App-Passwort konnte nicht erstellt werden." @@ -2134,7 +2149,7 @@ msgstr "Die Liste konnte nicht erstellt werden. Überprüfe deine Internetverbin msgid "Failed to delete message" msgstr "" -#: src/view/com/util/forms/PostDropdownBtn.tsx:154 +#: src/view/com/util/forms/PostDropdownBtn.tsx:149 msgid "Failed to delete post, please try again" msgstr "Beitrag konnte nicht gelöscht werden, bitte versuche es erneut" @@ -2168,7 +2183,7 @@ msgstr "" #~ msgid "Failed to send message(s)." #~ msgstr "" -#: src/components/moderation/LabelsOnMeDialog.tsx:225 +#: src/components/moderation/LabelsOnMeDialog.tsx:223 #: src/screens/Messages/Conversation/ChatDisabled.tsx:87 msgid "Failed to submit appeal, please try again." msgstr "" @@ -2178,30 +2193,29 @@ msgstr "" msgid "Failed to update settings" msgstr "" -#: src/Navigation.tsx:203 +#: src/Navigation.tsx:209 msgid "Feed" msgstr "Feed" -#: src/view/com/feeds/FeedSourceCard.tsx:230 +#: src/view/com/feeds/FeedSourceCard.tsx:251 msgid "Feed by {0}" msgstr "Feed von {0}" -#: src/view/screens/Feeds.tsx:736 +#: src/view/screens/Feeds.tsx:709 msgid "Feed offline" msgstr "Feed offline" #: src/view/shell/desktop/RightNav.tsx:66 -#: src/view/shell/Drawer.tsx:344 +#: src/view/shell/Drawer.tsx:345 msgid "Feedback" msgstr "Feedback" -#: src/Navigation.tsx:511 -#: src/view/screens/Feeds.tsx:480 -#: src/view/screens/Feeds.tsx:596 +#: src/view/screens/Feeds.tsx:463 +#: src/view/screens/Feeds.tsx:570 #: src/view/screens/Profile.tsx:197 #: src/view/shell/desktop/LeftNav.tsx:367 -#: src/view/shell/Drawer.tsx:492 #: src/view/shell/Drawer.tsx:493 +#: src/view/shell/Drawer.tsx:494 msgid "Feeds" msgstr "Feeds" @@ -2234,12 +2248,12 @@ msgid "Finalizing" msgstr "Abschließen" #: src/view/com/posts/CustomFeedEmptyState.tsx:47 -#: src/view/com/posts/FollowingEmptyState.tsx:57 -#: src/view/com/posts/FollowingEndOfFeed.tsx:58 +#: src/view/com/posts/FollowingEmptyState.tsx:53 +#: src/view/com/posts/FollowingEndOfFeed.tsx:54 msgid "Find accounts to follow" msgstr "Konten zum Folgen finden" -#: src/view/screens/Search/Search.tsx:469 +#: src/view/screens/Search/Search.tsx:470 msgid "Find posts and users on Bluesky" msgstr "" @@ -2282,7 +2296,7 @@ msgstr "Vertikal drehen" #: src/components/ProfileHoverCard/index.web.tsx:412 #: src/components/ProfileHoverCard/index.web.tsx:423 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:244 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:248 #: src/view/com/post-thread/PostThreadFollowBtn.tsx:146 #: src/view/com/profile/ProfileHeaderSuggestedFollows.tsx:247 msgid "Follow" @@ -2293,7 +2307,7 @@ msgctxt "action" msgid "Follow" msgstr "Folgen" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:230 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:234 #: src/view/com/post-thread/PostThreadFollowBtn.tsx:128 msgid "Follow {0}" msgstr "{0} folgen" @@ -2323,6 +2337,10 @@ msgstr "Zurückfolgen" #~ msgid "Follow some users to get started. We can recommend you more users based on who you find interesting." #~ msgstr "Folge einigen Nutzern, um loszulegen. Wir können dir weitere Nutzer empfehlen, je nachdem, wen du interessant findest." +#: src/components/KnownFollowers.tsx:169 +msgid "Followed by" +msgstr "" + #: src/view/com/profile/ProfileCard.tsx:227 msgid "Followed by {0}" msgstr "Gefolgt von {0}" @@ -2344,18 +2362,27 @@ msgstr "folgte dir" msgid "Followers" msgstr "Follower" +#: src/Navigation.tsx:177 +msgid "Followers of @{0} that you know" +msgstr "" + +#: src/screens/Profile/KnownFollowers.tsx:108 +#: src/screens/Profile/KnownFollowers.tsx:118 +msgid "Followers you know" +msgstr "" + #: src/components/ProfileHoverCard/index.web.tsx:411 #: src/components/ProfileHoverCard/index.web.tsx:422 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:242 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:246 #: src/view/com/post-thread/PostThreadFollowBtn.tsx:149 #: src/view/com/profile/ProfileFollows.tsx:104 -#: src/view/screens/Feeds.tsx:683 +#: src/view/screens/Feeds.tsx:656 #: src/view/screens/ProfileFollows.tsx:25 #: src/view/screens/SavedFeeds.tsx:415 msgid "Following" msgstr "Folge ich" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:90 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:94 msgid "Following {0}" msgstr "ich folge {0}" @@ -2367,9 +2394,7 @@ msgstr "" msgid "Following feed preferences" msgstr "" -#: src/Navigation.tsx:269 -#: src/view/com/home/HomeHeaderLayout.web.tsx:64 -#: src/view/com/home/HomeHeaderLayoutMobile.tsx:87 +#: src/Navigation.tsx:275 #: src/view/screens/PreferencesFollowingFeed.tsx:103 #: src/view/screens/Settings/index.tsx:582 msgid "Following Feed Preferences" @@ -2391,7 +2416,7 @@ msgstr "Essen" 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:233 +#: src/view/com/modals/AddAppPasswords.tsx:232 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." @@ -2442,7 +2467,7 @@ msgstr "" msgid "Get Started" msgstr "Los geht's" -#: src/screens/Onboarding/StepProfile/index.tsx:224 +#: src/screens/Onboarding/StepProfile/index.tsx:225 msgid "Give your profile a face" msgstr "" @@ -2470,9 +2495,9 @@ msgstr "Gehe zurück" msgid "Go Back" msgstr "Gehe zurück" -#: src/components/dms/ReportDialog.tsx:152 +#: src/components/dms/ReportDialog.tsx:154 #: src/components/ReportDialog/SelectReportOptionView.tsx:77 -#: src/components/ReportDialog/SubmitView.tsx:105 +#: src/components/ReportDialog/SubmitView.tsx:104 #: src/screens/Onboarding/Layout.tsx:102 #: src/screens/Onboarding/Layout.tsx:191 #: src/screens/Signup/index.tsx:187 @@ -2492,7 +2517,7 @@ msgstr "" #~ msgid "Go to @{queryMaybeHandle}" #~ msgstr "Gehe zu @{queryMaybeHandle}" -#: src/screens/Messages/List/ChatListItem.tsx:208 +#: src/screens/Messages/List/ChatListItem.tsx:211 msgid "Go to conversation with {0}" msgstr "" @@ -2525,7 +2550,7 @@ msgstr "" msgid "Harassment, trolling, or intolerance" msgstr "" -#: src/Navigation.tsx:297 +#: src/Navigation.tsx:303 msgid "Hashtag" msgstr "Hashtag" @@ -2538,11 +2563,11 @@ msgid "Having trouble?" msgstr "Hast du Probleme?" #: src/view/shell/desktop/RightNav.tsx:95 -#: src/view/shell/Drawer.tsx:354 +#: src/view/shell/Drawer.tsx:355 msgid "Help" msgstr "Hilfe" -#: src/screens/Onboarding/StepProfile/index.tsx:227 +#: src/screens/Onboarding/StepProfile/index.tsx:228 msgid "Help people know you're not a bot by uploading a picture or creating an avatar." msgstr "" @@ -2558,7 +2583,7 @@ msgstr "" #~ 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:204 +#: src/view/com/modals/AddAppPasswords.tsx:203 msgid "Here is your app password." msgstr "Hier ist dein App-Passwort." @@ -2569,7 +2594,7 @@ msgstr "Hier ist dein App-Passwort." #: src/lib/moderation/useLabelBehaviorDescription.ts:20 #: src/lib/moderation/useLabelBehaviorDescription.ts:25 #: src/lib/moderation/useLabelBehaviorDescription.ts:30 -#: src/view/com/util/forms/PostDropdownBtn.tsx:445 +#: src/view/com/util/forms/PostDropdownBtn.tsx:432 msgid "Hide" msgstr "Ausblenden" @@ -2578,8 +2603,8 @@ msgctxt "action" msgid "Hide" msgstr "Ausblenden" -#: src/view/com/util/forms/PostDropdownBtn.tsx:390 -#: src/view/com/util/forms/PostDropdownBtn.tsx:392 +#: src/view/com/util/forms/PostDropdownBtn.tsx:377 +#: src/view/com/util/forms/PostDropdownBtn.tsx:379 msgid "Hide post" msgstr "Beitrag ausblenden" @@ -2588,7 +2613,7 @@ msgstr "Beitrag ausblenden" msgid "Hide the content" msgstr "Den Inhalt ausblenden" -#: src/view/com/util/forms/PostDropdownBtn.tsx:442 +#: src/view/com/util/forms/PostDropdownBtn.tsx:429 msgid "Hide this post?" msgstr "Diesen Beitrag ausblenden?" @@ -2600,23 +2625,23 @@ msgstr "Benutzerliste ausblenden" #~ msgid "Hides posts from {0} in your feed" #~ msgstr "Blendet Beiträge von {0} in Deinem Feed aus" -#: src/view/com/posts/FeedErrorMessage.tsx:118 +#: src/view/com/posts/FeedErrorMessage.tsx:117 msgid "Hmm, some kind of issue occurred when contacting the feed server. Please let the feed owner know about this issue." msgstr "Hmm, beim Kontakt mit dem Feed-Server ist ein Problem aufgetreten. Bitte informiere den Eigentümer des Feeds über dieses Problem." -#: src/view/com/posts/FeedErrorMessage.tsx:106 +#: src/view/com/posts/FeedErrorMessage.tsx:105 msgid "Hmm, the feed server appears to be misconfigured. Please let the feed owner know about this issue." msgstr "Hmm, der Feed-Server scheint falsch konfiguriert zu sein. Bitte informiere den Eigentümer des Feeds über dieses Problem." -#: src/view/com/posts/FeedErrorMessage.tsx:112 +#: src/view/com/posts/FeedErrorMessage.tsx:111 msgid "Hmm, the feed server appears to be offline. Please let the feed owner know about this issue." msgstr "Hmm, der Feed-Server scheint offline zu sein. Bitte informiere den Eigentümer des Feeds über dieses Problem." -#: src/view/com/posts/FeedErrorMessage.tsx:109 +#: src/view/com/posts/FeedErrorMessage.tsx:108 msgid "Hmm, the feed server gave a bad response. Please let the feed owner know about this issue." msgstr "Hmm, der Feed-Server hat eine schlechte Antwort gegeben. Bitte informiere den Eigentümer des Feeds über dieses Problem." -#: src/view/com/posts/FeedErrorMessage.tsx:103 +#: src/view/com/posts/FeedErrorMessage.tsx:102 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." @@ -2628,11 +2653,11 @@ msgstr "" msgid "Hmmmm, we couldn't load that moderation service." msgstr "" -#: src/Navigation.tsx:501 +#: src/Navigation.tsx:489 #: src/view/shell/bottom-bar/BottomBar.tsx:159 #: src/view/shell/desktop/LeftNav.tsx:335 -#: src/view/shell/Drawer.tsx:424 #: src/view/shell/Drawer.tsx:425 +#: src/view/shell/Drawer.tsx:426 msgid "Home" msgstr "Home" @@ -2686,7 +2711,7 @@ msgstr "" msgid "If you delete this list, you won't be able to recover it." msgstr "Wenn du diese Liste löschst, kannst du sie nicht wiederherstellen." -#: src/view/com/util/forms/PostDropdownBtn.tsx:433 +#: src/view/com/util/forms/PostDropdownBtn.tsx:420 msgid "If you remove this post, you won't be able to recover it." msgstr "Wenn du diesen Post löschst, kannst du ihn nicht wiederherstellen." @@ -2739,7 +2764,7 @@ msgstr "Bestätigungscode für die Kontolöschung eingeben" #~ msgid "Input invite code to proceed" #~ msgstr "Einladungscode eingeben, um fortzufahren" -#: src/view/com/modals/AddAppPasswords.tsx:175 +#: src/view/com/modals/AddAppPasswords.tsx:174 msgid "Input name for app password" msgstr "Namen für das App-Passwort eingeben" @@ -2784,7 +2809,7 @@ msgstr "" msgid "Invalid 2FA confirmation code." msgstr "" -#: src/view/com/post-thread/PostThreadItem.tsx:240 +#: src/view/com/post-thread/PostThreadItem.tsx:235 msgid "Invalid or unsupported post record" msgstr "Ungültiger oder nicht unterstützter Beitragrekord" @@ -2848,11 +2873,11 @@ msgstr "" #~ msgid "labels have been placed on this {labelTarget}" #~ msgstr "" -#: src/components/moderation/LabelsOnMeDialog.tsx:80 +#: src/components/moderation/LabelsOnMeDialog.tsx:79 msgid "Labels on your account" msgstr "" -#: src/components/moderation/LabelsOnMeDialog.tsx:82 +#: src/components/moderation/LabelsOnMeDialog.tsx:81 msgid "Labels on your content" msgstr "" @@ -2864,7 +2889,7 @@ msgstr "Sprachauswahl" msgid "Language settings" msgstr "Spracheinstellungen" -#: src/Navigation.tsx:151 +#: src/Navigation.tsx:150 #: src/view/screens/LanguageSettings.tsx:90 msgid "Language Settings" msgstr "Spracheinstellungen" @@ -2878,7 +2903,7 @@ msgstr "Sprachen" #~ msgstr "Letzter Schritt!" #: src/screens/Hashtag.tsx:99 -#: src/view/screens/Search/Search.tsx:376 +#: src/view/screens/Search/Search.tsx:377 msgid "Latest" msgstr "" @@ -2969,8 +2994,8 @@ msgid "Like this feed" msgstr "Diesen Feed liken" #: src/components/LikesDialog.tsx:87 -#: src/Navigation.tsx:208 -#: src/Navigation.tsx:213 +#: src/Navigation.tsx:214 +#: src/Navigation.tsx:219 msgid "Liked by" msgstr "Geliked von" @@ -3006,11 +3031,11 @@ msgstr "hat deinen Beitrag geliked" msgid "Likes" msgstr "Likes" -#: src/view/com/post-thread/PostThreadItem.tsx:201 +#: src/view/com/post-thread/PostThreadItem.tsx:196 msgid "Likes on this post" msgstr "Likes für diesen Beitrag" -#: src/Navigation.tsx:177 +#: src/Navigation.tsx:183 msgid "List" msgstr "Liste" @@ -3022,7 +3047,7 @@ msgstr "Listenbild" msgid "List blocked" msgstr "Liste blockiert" -#: src/view/com/feeds/FeedSourceCard.tsx:232 +#: src/view/com/feeds/FeedSourceCard.tsx:253 msgid "List by {0}" msgstr "Liste von {0}" @@ -3046,12 +3071,12 @@ msgstr "Liste entblockiert" msgid "List unmuted" msgstr "Listenstummschaltung aufgehoben" -#: src/Navigation.tsx:121 +#: src/Navigation.tsx:120 #: src/view/screens/Profile.tsx:192 #: src/view/screens/Profile.tsx:198 #: src/view/shell/desktop/LeftNav.tsx:373 -#: src/view/shell/Drawer.tsx:508 #: src/view/shell/Drawer.tsx:509 +#: src/view/shell/Drawer.tsx:510 msgid "Lists" msgstr "Listen" @@ -3064,7 +3089,7 @@ msgstr "" #~ msgid "Load more posts" #~ msgstr "Mehr Beiträge laden" -#: src/view/screens/Notifications.tsx:168 +#: src/view/screens/Notifications.tsx:184 msgid "Load new notifications" msgstr "Neue Mitteilungen laden" @@ -3079,7 +3104,7 @@ msgstr "Neue Beiträge laden" msgid "Loading..." msgstr "Wird geladen..." -#: src/Navigation.tsx:228 +#: src/Navigation.tsx:234 msgid "Log" msgstr "Systemprotokoll" @@ -3115,7 +3140,7 @@ msgstr "Im Format XXXXX-XXXXX" msgid "Looks like you haven't saved any feeds! Use our recommendations or browse more below." msgstr "" -#: src/screens/Home/NoFeedsPinned.tsx:96 +#: src/screens/Home/NoFeedsPinned.tsx:83 msgid "Looks like you unpinned all your feeds. But don't worry, you can add some below 😄" msgstr "" @@ -3131,7 +3156,7 @@ msgstr "" 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" @@ -3161,8 +3186,8 @@ msgstr "erwähnte Benutzer" msgid "Mentioned users" msgstr "Erwähnte Benutzer" -#: src/view/com/util/ViewHeader.tsx:90 -#: src/view/screens/Search/Search.tsx:713 +#: src/view/com/util/ViewHeader.tsx:91 +#: src/view/screens/Search/Search.tsx:714 msgid "Menu" msgstr "Menü" @@ -3171,11 +3196,11 @@ msgid "Message {0}" msgstr "" #: src/components/dms/MessageMenu.tsx:72 -#: src/screens/Messages/List/ChatListItem.tsx:154 +#: src/screens/Messages/List/ChatListItem.tsx:155 msgid "Message deleted" msgstr "" -#: src/view/com/posts/FeedErrorMessage.tsx:201 +#: src/view/com/posts/FeedErrorMessage.tsx:200 msgid "Message from server: {0}" msgstr "Nachricht vom Server: {0}" @@ -3192,7 +3217,7 @@ msgstr "" msgid "Message settings" msgstr "" -#: src/Navigation.tsx:521 +#: src/Navigation.tsx:504 #: src/screens/Messages/List/index.tsx:164 #: src/screens/Messages/List/index.tsx:246 #: src/screens/Messages/List/index.tsx:317 @@ -3207,7 +3232,7 @@ msgstr "" msgid "Misleading Account" msgstr "Irreführender Account" -#: src/Navigation.tsx:126 +#: src/Navigation.tsx:125 #: src/screens/Moderation/index.tsx:104 #: src/view/screens/Settings/index.tsx:561 msgid "Moderation" @@ -3244,7 +3269,7 @@ msgstr "Moderationsliste aktualisiert" msgid "Moderation lists" msgstr "Moderationslisten" -#: src/Navigation.tsx:131 +#: src/Navigation.tsx:130 #: src/view/screens/ModerationModlists.tsx:58 msgid "Moderation Lists" msgstr "Moderationslisten" @@ -3253,7 +3278,7 @@ msgstr "Moderationslisten" msgid "Moderation settings" msgstr "Moderationseinstellungen" -#: src/Navigation.tsx:223 +#: src/Navigation.tsx:229 msgid "Moderation states" msgstr "" @@ -3266,7 +3291,7 @@ msgstr "Moderationswerkzeuge" msgid "Moderator has chosen to set a general warning on the content." msgstr "Der Moderator hat beschlossen, eine allgemeine Warnung vor dem Inhalt auszusprechen." -#: src/view/com/post-thread/PostThreadItem.tsx:572 +#: src/view/com/post-thread/PostThreadItem.tsx:566 msgid "More" msgstr "Mehr" @@ -3312,11 +3337,11 @@ msgstr "Alle {displayTag}-Beiträge stummschalten" msgid "Mute conversation" msgstr "" -#: 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" @@ -3337,21 +3362,21 @@ 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" -#: src/view/com/util/forms/PostDropdownBtn.tsx:365 -#: src/view/com/util/forms/PostDropdownBtn.tsx:371 +#: src/view/com/util/forms/PostDropdownBtn.tsx:352 +#: src/view/com/util/forms/PostDropdownBtn.tsx:358 msgid "Mute thread" msgstr "Thread stummschalten" -#: src/view/com/util/forms/PostDropdownBtn.tsx:381 -#: src/view/com/util/forms/PostDropdownBtn.tsx:383 +#: src/view/com/util/forms/PostDropdownBtn.tsx:368 +#: src/view/com/util/forms/PostDropdownBtn.tsx:370 msgid "Mute words & tags" msgstr "Wörter und Tags stummschalten" @@ -3363,7 +3388,7 @@ msgstr "Stummgeschaltet" msgid "Muted accounts" msgstr "Stummgeschaltete Konten" -#: src/Navigation.tsx:136 +#: src/Navigation.tsx:135 #: src/view/screens/ModerationMutedAccounts.tsx:109 msgid "Muted Accounts" msgstr "Stummgeschaltete Konten" @@ -3389,7 +3414,7 @@ msgstr "Stummschaltung ist privat. Stummgeschaltete Konten können mit dir inter msgid "My Birthday" msgstr "Mein Geburtstag" -#: src/view/screens/Feeds.tsx:795 +#: src/view/screens/Feeds.tsx:768 msgid "My Feeds" msgstr "Meine Feeds" @@ -3409,7 +3434,7 @@ msgstr "Meine gespeicherten Feeds" #~ msgid "my-server.com" #~ msgstr "mein-server.de" -#: src/view/com/modals/AddAppPasswords.tsx:174 +#: src/view/com/modals/AddAppPasswords.tsx:173 #: src/view/com/modals/CreateOrEditList.tsx:279 msgid "Name" msgstr "Name" @@ -3500,8 +3525,8 @@ msgctxt "action" msgid "New post" msgstr "Neuer Beitrag" -#: src/view/screens/Feeds.tsx:627 -#: src/view/screens/Notifications.tsx:177 +#: src/view/screens/Feeds.tsx:600 +#: src/view/screens/Notifications.tsx:193 #: src/view/screens/Profile.tsx:464 #: src/view/screens/ProfileFeed.tsx:426 #: src/view/screens/ProfileList.tsx:201 @@ -3571,7 +3596,7 @@ msgstr "" msgid "No featured GIFs found. There may be an issue with Tenor." msgstr "" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:112 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:116 msgid "No longer following {0}" msgstr "{0} wird nicht mehr gefolgt" @@ -3579,7 +3604,7 @@ msgstr "{0} wird nicht mehr gefolgt" msgid "No longer than 253 characters" msgstr "Nicht länger als 253 Zeichen" -#: src/screens/Messages/List/ChatListItem.tsx:105 +#: src/screens/Messages/List/ChatListItem.tsx:106 msgid "No messages yet" msgstr "" @@ -3587,7 +3612,7 @@ msgstr "" msgid "No more conversations to show" msgstr "" -#: src/view/com/notifications/Feed.tsx:117 +#: src/view/com/notifications/Feed.tsx:118 msgid "No notifications yet!" msgstr "Noch keine Mitteilungen!" @@ -3598,6 +3623,10 @@ msgstr "Noch keine Mitteilungen!" msgid "No one" msgstr "" +#: src/screens/Profile/Sections/Feed.tsx:59 +msgid "No posts yet." +msgstr "" + #: src/view/com/composer/text-input/mobile/Autocomplete.tsx:101 #: src/view/com/composer/text-input/web/Autocomplete.tsx:195 msgid "No result" @@ -3611,13 +3640,13 @@ msgstr "" msgid "No results found" msgstr "Keine Ergebnisse gefunden" -#: src/view/screens/Feeds.tsx:556 +#: src/view/screens/Feeds.tsx:530 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:296 -#: src/view/screens/Search/Search.tsx:335 +#: src/view/screens/Search/Search.tsx:297 +#: src/view/screens/Search/Search.tsx:336 msgid "No results found for {query}" msgstr "Keine Ergebnisse für {query} gefunden" @@ -3656,7 +3685,7 @@ msgstr "Nicht-sexuelle Nacktheit" #~ msgid "Not Applicable." #~ msgstr "Unzutreffend." -#: src/Navigation.tsx:116 +#: src/Navigation.tsx:115 #: src/view/screens/Profile.tsx:100 msgid "Not Found" msgstr "Nicht gefunden" @@ -3667,7 +3696,7 @@ msgid "Not right now" msgstr "Im Moment nicht" #: src/view/com/profile/ProfileMenu.tsx:370 -#: src/view/com/util/forms/PostDropdownBtn.tsx:459 +#: src/view/com/util/forms/PostDropdownBtn.tsx:446 #: src/view/com/util/post-ctrls/PostCtrls.tsx:308 msgid "Note about sharing" msgstr "" @@ -3688,13 +3717,13 @@ msgstr "" msgid "Notification Sounds" msgstr "" -#: src/Navigation.tsx:516 -#: src/view/screens/Notifications.tsx:126 -#: src/view/screens/Notifications.tsx:154 +#: src/Navigation.tsx:499 +#: src/view/screens/Notifications.tsx:132 +#: src/view/screens/Notifications.tsx:169 #: src/view/shell/bottom-bar/BottomBar.tsx:227 #: src/view/shell/desktop/LeftNav.tsx:350 -#: src/view/shell/Drawer.tsx:456 #: src/view/shell/Drawer.tsx:457 +#: src/view/shell/Drawer.tsx:458 msgid "Notifications" msgstr "Mitteilungen" @@ -3748,11 +3777,11 @@ msgstr "Älteste Antworten zuerst" msgid "Onboarding reset" msgstr "Onboarding zurücksetzen" -#: src/view/com/composer/Composer.tsx:488 +#: src/view/com/composer/Composer.tsx:503 msgid "One or more images is missing alt text." msgstr "Bei einem oder mehreren Bildern fehlt der Alt-Text." -#: src/screens/Onboarding/StepProfile/index.tsx:116 +#: src/screens/Onboarding/StepProfile/index.tsx:117 msgid "Only .jpg and .png files are supported" msgstr "" @@ -3782,7 +3811,7 @@ msgstr "Öffnen" msgid "Open {name} profile shortcut menu" msgstr "" -#: src/screens/Onboarding/StepProfile/index.tsx:276 +#: src/screens/Onboarding/StepProfile/index.tsx:277 msgid "Open avatar creator" msgstr "" @@ -3790,13 +3819,13 @@ msgstr "" #~ msgid "Open content filtering settings" #~ msgstr "Inhaltsfiltereinstellungen öffnen" -#: src/screens/Messages/List/ChatListItem.tsx:214 -#: src/screens/Messages/List/ChatListItem.tsx:215 +#: src/screens/Messages/List/ChatListItem.tsx:219 +#: src/screens/Messages/List/ChatListItem.tsx:220 msgid "Open conversation options" msgstr "" -#: src/view/com/composer/Composer.tsx:600 -#: src/view/com/composer/Composer.tsx:601 +#: src/view/com/composer/Composer.tsx:613 +#: src/view/com/composer/Composer.tsx:614 msgid "Open emoji picker" msgstr "Emoji-Picker öffnen" @@ -3820,11 +3849,11 @@ msgstr "Einstellungen für stummgeschaltete Wörter und Tags öffnen" #~ msgid "Open muted words settings" #~ msgstr "Einstellungen für stummgeschaltete Wörter öffnen" -#: src/view/com/home/HomeHeaderLayoutMobile.tsx:52 +#: src/view/com/home/HomeHeaderLayoutMobile.tsx:54 msgid "Open navigation" msgstr "Navigation öffnen" -#: src/view/com/util/forms/PostDropdownBtn.tsx:250 +#: src/view/com/util/forms/PostDropdownBtn.tsx:237 msgid "Open post options menu" msgstr "Beitragsoptionsmenü öffnen" @@ -3949,8 +3978,8 @@ msgstr "Öffnet das Formular zum Zurücksetzen des Passworts" #: src/view/com/home/HomeHeaderLayout.web.tsx:77 #: src/view/screens/Feeds.tsx:417 -msgid "Opens screen to edit Saved Feeds" -msgstr "Öffnet den Bildschirm zum Bearbeiten gespeicherten Feeds" +#~ msgid "Opens screen to edit Saved Feeds" +#~ msgstr "Öffnet den Bildschirm zum Bearbeiten gespeicherten Feeds" #: src/view/screens/Settings/index.tsx:617 msgid "Opens screen with all saved feeds" @@ -4002,8 +4031,8 @@ msgstr "" msgid "Option {0} of {numItems}" msgstr "Option {0} von {numItems}" -#: src/components/dms/ReportDialog.tsx:181 -#: src/components/ReportDialog/SubmitView.tsx:163 +#: src/components/dms/ReportDialog.tsx:183 +#: src/components/ReportDialog/SubmitView.tsx:162 msgid "Optionally provide additional information below:" msgstr "" @@ -4067,15 +4096,15 @@ msgstr "Passwort aktualisiert!" msgid "Pause" msgstr "" -#: src/view/screens/Search/Search.tsx:386 +#: src/view/screens/Search/Search.tsx:387 msgid "People" msgstr "" -#: src/Navigation.tsx:171 +#: src/Navigation.tsx:170 msgid "People followed by @{0}" msgstr "Personen gefolgt von @{0}" -#: src/Navigation.tsx:164 +#: src/Navigation.tsx:163 msgid "People following @{0}" msgstr "Personen, die @{0} folgen" @@ -4154,15 +4183,15 @@ 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:95 +#: src/view/com/modals/AddAppPasswords.tsx:94 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:151 +#: src/view/com/modals/AddAppPasswords.tsx:150 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" @@ -4174,7 +4203,7 @@ msgstr "Bitte gib deine E-Mail ein." msgid "Please enter your password as well:" msgstr "Bitte gib auch dein Passwort ein:" -#: src/components/moderation/LabelsOnMeDialog.tsx:258 +#: src/components/moderation/LabelsOnMeDialog.tsx:256 msgid "Please explain why you think this label was incorrectly applied by {0}" msgstr "" @@ -4196,7 +4225,7 @@ msgstr "" msgid "Please Verify Your Email" msgstr "Bitte verifiziere deine E-Mail" -#: src/view/com/composer/Composer.tsx:268 +#: src/view/com/composer/Composer.tsx:281 msgid "Please wait for your link card to finish loading" msgstr "Bitte warte, bis deine Link-karte vollständig geladen ist" @@ -4212,28 +4241,28 @@ msgstr "Porno" #~ msgid "Pornography" #~ msgstr "" -#: src/view/com/composer/Composer.tsx:462 -#: src/view/com/composer/Composer.tsx:470 +#: src/view/com/composer/Composer.tsx:477 +#: src/view/com/composer/Composer.tsx:485 msgctxt "action" msgid "Post" msgstr "Beitrag" -#: src/view/com/post-thread/PostThread.tsx:427 +#: src/view/com/post-thread/PostThread.tsx:430 msgctxt "description" msgid "Post" msgstr "Beitrag" -#: src/view/com/post-thread/PostThreadItem.tsx:194 +#: src/view/com/post-thread/PostThreadItem.tsx:189 msgid "Post by {0}" msgstr "Beitrag von {0}" -#: src/Navigation.tsx:183 -#: src/Navigation.tsx:190 -#: src/Navigation.tsx:197 +#: src/Navigation.tsx:189 +#: src/Navigation.tsx:196 +#: src/Navigation.tsx:203 msgid "Post by @{0}" msgstr "Beitrag von @{0}" -#: src/view/com/util/forms/PostDropdownBtn.tsx:134 +#: src/view/com/util/forms/PostDropdownBtn.tsx:129 msgid "Post deleted" msgstr "Beitrag gelöscht" @@ -4272,11 +4301,11 @@ msgstr "Beiträge" 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." -#: src/view/com/posts/FeedErrorMessage.tsx:69 +#: src/view/com/posts/FeedErrorMessage.tsx:68 msgid "Posts hidden" msgstr "Ausgeblendete Beiträge" @@ -4304,6 +4333,10 @@ msgstr "" #~ msgid "Press to Retry" #~ msgstr "" +#: src/components/KnownFollowers.tsx:111 +msgid "Press to view followers of this account that you also follow" +msgstr "" + #: src/view/com/lightbox/Lightbox.web.tsx:150 msgid "Previous image" msgstr "Vorheriges Bild" @@ -4321,11 +4354,11 @@ msgstr "Priorisiere deine Follower" msgid "Privacy" msgstr "Privatsphäre" -#: src/Navigation.tsx:238 +#: src/Navigation.tsx:244 #: src/screens/Signup/StepInfo/Policies.tsx:56 #: src/view/screens/PrivacyPolicy.tsx:29 #: src/view/screens/Settings/index.tsx:957 -#: src/view/shell/Drawer.tsx:284 +#: src/view/shell/Drawer.tsx:285 msgid "Privacy Policy" msgstr "Datenschutzerklärung" @@ -4345,8 +4378,8 @@ msgstr "" #: src/view/shell/bottom-bar/BottomBar.tsx:272 #: src/view/shell/desktop/LeftNav.tsx:381 #: src/view/shell/Drawer.tsx:78 -#: src/view/shell/Drawer.tsx:541 #: src/view/shell/Drawer.tsx:542 +#: src/view/shell/Drawer.tsx:543 msgid "Profile" msgstr "Profil" @@ -4370,16 +4403,16 @@ 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:447 +#: src/view/com/composer/Composer.tsx:462 msgid "Publish post" msgstr "Beitrag veröffentlichen" -#: src/view/com/composer/Composer.tsx:447 +#: src/view/com/composer/Composer.tsx:462 msgid "Publish reply" msgstr "Antwort veröffentlichen" -#: src/view/com/util/post-ctrls/RepostButton.tsx:113 -#: src/view/com/util/post-ctrls/RepostButton.tsx:125 +#: src/view/com/util/post-ctrls/RepostButton.tsx:115 +#: src/view/com/util/post-ctrls/RepostButton.tsx:127 #: src/view/com/util/post-ctrls/RepostButton.web.tsx:78 #: src/view/com/util/post-ctrls/RepostButton.web.tsx:81 msgid "Quote post" @@ -4407,7 +4440,7 @@ msgstr "Verhältnisse" msgid "Reactivate your account" msgstr "" -#: src/components/dms/ReportDialog.tsx:172 +#: src/components/dms/ReportDialog.tsx:174 msgid "Reason:" msgstr "" @@ -4415,7 +4448,7 @@ msgstr "" #~ msgid "Reason: {0}" #~ msgstr "" -#: src/view/screens/Search/Search.tsx:973 +#: src/view/screens/Search/Search.tsx:970 msgid "Recent Searches" msgstr "" @@ -4435,12 +4468,12 @@ msgstr "" msgid "Reload conversations" msgstr "" -#: src/components/dialogs/MutedWords.tsx:288 -#: src/view/com/feeds/FeedSourceCard.tsx:296 +#: src/components/dialogs/MutedWords.tsx:286 +#: src/view/com/feeds/FeedSourceCard.tsx:317 #: src/view/com/modals/ListAddRemoveUsers.tsx:268 #: src/view/com/modals/SelfLabel.tsx:84 #: src/view/com/modals/UserAddRemoveLists.tsx:230 -#: src/view/com/posts/FeedErrorMessage.tsx:213 +#: src/view/com/posts/FeedErrorMessage.tsx:212 msgid "Remove" msgstr "Entfernen" @@ -4464,25 +4497,25 @@ msgstr "" msgid "Remove embed" msgstr "" -#: src/view/com/posts/FeedErrorMessage.tsx:169 +#: src/view/com/posts/FeedErrorMessage.tsx:168 #: src/view/com/posts/FeedShutdownMsg.tsx:113 #: src/view/com/posts/FeedShutdownMsg.tsx:117 msgid "Remove feed" msgstr "Feed entfernen" -#: src/view/com/posts/FeedErrorMessage.tsx:210 +#: src/view/com/posts/FeedErrorMessage.tsx:209 msgid "Remove feed?" msgstr "" -#: src/view/com/feeds/FeedSourceCard.tsx:180 -#: src/view/com/feeds/FeedSourceCard.tsx:245 +#: src/view/com/feeds/FeedSourceCard.tsx:188 +#: src/view/com/feeds/FeedSourceCard.tsx:266 #: src/view/screens/ProfileFeed.tsx:330 #: src/view/screens/ProfileFeed.tsx:336 #: src/view/screens/ProfileList.tsx:443 msgid "Remove from my feeds" msgstr "Aus meinen Feeds entfernen" -#: src/view/com/feeds/FeedSourceCard.tsx:291 +#: src/view/com/feeds/FeedSourceCard.tsx:312 msgid "Remove from my feeds?" msgstr "" @@ -4494,15 +4527,15 @@ msgstr "Bild entfernen" msgid "Remove image preview" msgstr "Bildvorschau entfernen" -#: src/components/dialogs/MutedWords.tsx:331 +#: src/components/dialogs/MutedWords.tsx:329 msgid "Remove mute word from your list" msgstr "Stummgeschaltetes Wort aus deiner Liste entfernen" -#: src/view/screens/Search/Search.tsx:1014 +#: src/view/screens/Search/Search.tsx:1011 msgid "Remove profile" msgstr "" -#: src/view/screens/Search/Search.tsx:1016 +#: src/view/screens/Search/Search.tsx:1013 msgid "Remove profile from search history" msgstr "" @@ -4510,8 +4543,8 @@ msgstr "" msgid "Remove quote" msgstr "" -#: src/view/com/util/post-ctrls/RepostButton.tsx:90 -#: src/view/com/util/post-ctrls/RepostButton.tsx:106 +#: src/view/com/util/post-ctrls/RepostButton.tsx:92 +#: src/view/com/util/post-ctrls/RepostButton.tsx:108 msgid "Remove repost" msgstr "Repost entfernen" @@ -4519,7 +4552,7 @@ msgstr "Repost entfernen" #~ msgid "Remove this feed from my feeds?" #~ msgstr "Diesen Feed aus meinen Feeds entfernen?" -#: src/view/com/posts/FeedErrorMessage.tsx:211 +#: src/view/com/posts/FeedErrorMessage.tsx:210 msgid "Remove this feed from your saved feeds" msgstr "" @@ -4532,7 +4565,7 @@ msgstr "" msgid "Removed from list" msgstr "Aus der Liste entfernt" -#: src/view/com/feeds/FeedSourceCard.tsx:131 +#: src/view/com/feeds/FeedSourceCard.tsx:139 msgid "Removed from my feeds" msgstr "Aus meinen Feeds entfernt" @@ -4563,7 +4596,7 @@ msgstr "Antworten" msgid "Replies to this thread are disabled" msgstr "Antworten auf diesen Thread sind deaktiviert" -#: src/view/com/composer/Composer.tsx:460 +#: src/view/com/composer/Composer.tsx:475 msgctxt "action" msgid "Reply" msgstr "Antworten" @@ -4627,8 +4660,8 @@ msgstr "Liste melden" msgid "Report message" msgstr "" -#: src/view/com/util/forms/PostDropdownBtn.tsx:407 -#: src/view/com/util/forms/PostDropdownBtn.tsx:409 +#: src/view/com/util/forms/PostDropdownBtn.tsx:394 +#: src/view/com/util/forms/PostDropdownBtn.tsx:396 msgid "Report post" msgstr "Beitrag melden" @@ -4644,8 +4677,8 @@ msgstr "" msgid "Report this list" msgstr "" -#: src/components/dms/ReportDialog.tsx:47 -#: src/components/dms/ReportDialog.tsx:140 +#: src/components/dms/ReportDialog.tsx:48 +#: src/components/dms/ReportDialog.tsx:142 #: src/components/ReportDialog/SelectReportOptionView.tsx:59 msgid "Report this message" msgstr "" @@ -4658,9 +4691,9 @@ msgstr "" msgid "Report this user" msgstr "" -#: src/view/com/util/post-ctrls/RepostButton.tsx:63 -#: src/view/com/util/post-ctrls/RepostButton.tsx:91 -#: src/view/com/util/post-ctrls/RepostButton.tsx:107 +#: src/view/com/util/post-ctrls/RepostButton.tsx:64 +#: src/view/com/util/post-ctrls/RepostButton.tsx:93 +#: src/view/com/util/post-ctrls/RepostButton.tsx:109 msgctxt "action" msgid "Repost" msgstr "Repost" @@ -4670,7 +4703,7 @@ msgstr "Repost" msgid "Repost" msgstr "Erneut veröffentlichen" -#: src/view/com/util/post-ctrls/RepostButton.tsx:83 +#: src/view/com/util/post-ctrls/RepostButton.tsx:85 #: src/view/com/util/post-ctrls/RepostButton.web.tsx:46 #: src/view/com/util/post-ctrls/RepostButton.web.tsx:92 msgid "Repost or quote post" @@ -4696,7 +4729,7 @@ msgstr "" msgid "reposted your post" msgstr "hat deinen Beitrag repostet" -#: src/view/com/post-thread/PostThreadItem.tsx:206 +#: src/view/com/post-thread/PostThreadItem.tsx:201 msgid "Reposts of this post" msgstr "Reposts von diesem Beitrag" @@ -4807,8 +4840,8 @@ msgid "Returns to previous page" msgstr "" #: src/components/dialogs/BirthDateSettings.tsx:125 -#: src/view/com/composer/GifAltText.tsx:163 -#: src/view/com/composer/GifAltText.tsx:169 +#: src/view/com/composer/GifAltText.tsx:162 +#: src/view/com/composer/GifAltText.tsx:168 #: src/view/com/modals/ChangeHandle.tsx:168 #: src/view/com/modals/CreateOrEditList.tsx:326 #: src/view/com/modals/EditProfile.tsx:225 @@ -4888,20 +4921,20 @@ msgid "Scroll to top" msgstr "Zum Anfang blättern" #: src/components/dms/dialogs/SearchablePeopleList.tsx:504 -#: src/Navigation.tsx:506 +#: src/Navigation.tsx:494 #: 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:451 -#: src/view/screens/Search/Search.tsx:825 -#: src/view/screens/Search/Search.tsx:853 +#: src/view/screens/Search/Search.tsx:452 +#: src/view/screens/Search/Search.tsx:822 +#: src/view/screens/Search/Search.tsx:850 #: src/view/shell/bottom-bar/BottomBar.tsx:179 #: src/view/shell/desktop/LeftNav.tsx:343 #: src/view/shell/desktop/Search.tsx:194 #: src/view/shell/desktop/Search.tsx:203 -#: src/view/shell/Drawer.tsx:393 #: src/view/shell/Drawer.tsx:394 +#: src/view/shell/Drawer.tsx:395 msgid "Search" msgstr "Suche" @@ -4909,7 +4942,7 @@ msgstr "Suche" msgid "Search for \"{query}\"" msgstr "Suche nach \"{query}\"" -#: src/view/screens/Search/Search.tsx:909 +#: src/view/screens/Search/Search.tsx:906 msgid "Search for \"{searchText}\"" msgstr "" @@ -5036,7 +5069,7 @@ msgstr "Wähle Option {i} von {numItems}" msgid "Select the {emojiName} emoji as your avatar" msgstr "" -#: src/components/ReportDialog/SubmitView.tsx:136 +#: src/components/ReportDialog/SubmitView.tsx:135 msgid "Select the moderation service(s) to report to" msgstr "" @@ -5102,8 +5135,8 @@ msgctxt "action" msgid "Send Email" msgstr "E-Mail senden" -#: src/view/shell/Drawer.tsx:328 -#: src/view/shell/Drawer.tsx:349 +#: src/view/shell/Drawer.tsx:329 +#: src/view/shell/Drawer.tsx:350 msgid "Send feedback" msgstr "Feedback senden" @@ -5112,14 +5145,14 @@ msgstr "Feedback senden" msgid "Send message" msgstr "" -#: src/components/dms/dialogs/ShareViaChatDialog.tsx:47 +#: src/components/dms/dialogs/ShareViaChatDialog.tsx:59 msgid "Send post to..." msgstr "" -#: src/components/dms/ReportDialog.tsx:232 -#: src/components/dms/ReportDialog.tsx:235 -#: src/components/ReportDialog/SubmitView.tsx:216 -#: src/components/ReportDialog/SubmitView.tsx:220 +#: src/components/dms/ReportDialog.tsx:234 +#: src/components/dms/ReportDialog.tsx:237 +#: src/components/ReportDialog/SubmitView.tsx:215 +#: src/components/ReportDialog/SubmitView.tsx:219 msgid "Send report" msgstr "" @@ -5136,8 +5169,8 @@ msgstr "" msgid "Send verification email" msgstr "" -#: src/view/com/util/forms/PostDropdownBtn.tsx:299 -#: src/view/com/util/forms/PostDropdownBtn.tsx:302 +#: src/view/com/util/forms/PostDropdownBtn.tsx:286 +#: src/view/com/util/forms/PostDropdownBtn.tsx:289 msgid "Send via direct message" msgstr "" @@ -5264,11 +5297,11 @@ msgstr "" #~ msgid "Sets server for the Bluesky client" #~ msgstr "Setzt den Server für den Bluesky-Client" -#: src/Navigation.tsx:146 +#: src/Navigation.tsx:145 #: src/view/screens/Settings/index.tsx:332 #: src/view/shell/desktop/LeftNav.tsx:389 -#: src/view/shell/Drawer.tsx:558 #: src/view/shell/Drawer.tsx:559 +#: src/view/shell/Drawer.tsx:560 msgid "Settings" msgstr "Einstellungen" @@ -5287,8 +5320,8 @@ msgstr "Teilen" #: src/view/com/profile/ProfileMenu.tsx:217 #: src/view/com/profile/ProfileMenu.tsx:226 -#: src/view/com/util/forms/PostDropdownBtn.tsx:310 -#: src/view/com/util/forms/PostDropdownBtn.tsx:319 +#: src/view/com/util/forms/PostDropdownBtn.tsx:297 +#: src/view/com/util/forms/PostDropdownBtn.tsx:306 #: src/view/com/util/post-ctrls/PostCtrls.tsx:297 #: src/view/screens/ProfileList.tsx:428 msgid "Share" @@ -5303,7 +5336,7 @@ msgid "Share a fun fact!" msgstr "" #: src/view/com/profile/ProfileMenu.tsx:375 -#: src/view/com/util/forms/PostDropdownBtn.tsx:464 +#: src/view/com/util/forms/PostDropdownBtn.tsx:451 #: src/view/com/util/post-ctrls/PostCtrls.tsx:313 msgid "Share anyway" msgstr "" @@ -5359,7 +5392,7 @@ msgstr "" #~ msgid "Show embeds from {0}" #~ msgstr "Eingebettete Medien von {0} anzeigen" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:207 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:211 msgid "Show follows similar to {0}" msgstr "Zeige ähnliche Konten wie {0}" @@ -5367,19 +5400,19 @@ msgstr "Zeige ähnliche Konten wie {0}" msgid "Show hidden replies" msgstr "" -#: src/view/com/util/forms/PostDropdownBtn.tsx:349 -#: src/view/com/util/forms/PostDropdownBtn.tsx:351 +#: src/view/com/util/forms/PostDropdownBtn.tsx:336 +#: src/view/com/util/forms/PostDropdownBtn.tsx:338 msgid "Show less like this" msgstr "" -#: src/view/com/post-thread/PostThreadItem.tsx:538 +#: src/view/com/post-thread/PostThreadItem.tsx:532 #: src/view/com/post/Post.tsx:227 #: src/view/com/posts/FeedItem.tsx:392 msgid "Show More" msgstr "Mehr anzeigen" -#: src/view/com/util/forms/PostDropdownBtn.tsx:341 -#: src/view/com/util/forms/PostDropdownBtn.tsx:343 +#: src/view/com/util/forms/PostDropdownBtn.tsx:328 +#: src/view/com/util/forms/PostDropdownBtn.tsx:330 msgid "Show more like this" msgstr "" @@ -5472,9 +5505,9 @@ msgstr "Zeigt Beiträge von {0} in deinem Feed" #: src/view/shell/bottom-bar/BottomBar.tsx:312 #: src/view/shell/bottom-bar/BottomBar.tsx:313 #: src/view/shell/bottom-bar/BottomBar.tsx:315 -#: src/view/shell/bottom-bar/BottomBarWeb.tsx:181 -#: src/view/shell/bottom-bar/BottomBarWeb.tsx:182 -#: src/view/shell/bottom-bar/BottomBarWeb.tsx:184 +#: src/view/shell/bottom-bar/BottomBarWeb.tsx:204 +#: src/view/shell/bottom-bar/BottomBarWeb.tsx:205 +#: src/view/shell/bottom-bar/BottomBarWeb.tsx:207 #: src/view/shell/NavSignupCard.tsx:69 #: src/view/shell/NavSignupCard.tsx:70 #: src/view/shell/NavSignupCard.tsx:72 @@ -5515,9 +5548,9 @@ msgstr "Abmelden" #: src/view/shell/bottom-bar/BottomBar.tsx:302 #: src/view/shell/bottom-bar/BottomBar.tsx:303 #: src/view/shell/bottom-bar/BottomBar.tsx:305 -#: src/view/shell/bottom-bar/BottomBarWeb.tsx:171 -#: src/view/shell/bottom-bar/BottomBarWeb.tsx:172 -#: src/view/shell/bottom-bar/BottomBarWeb.tsx:174 +#: src/view/shell/bottom-bar/BottomBarWeb.tsx:194 +#: src/view/shell/bottom-bar/BottomBarWeb.tsx:195 +#: src/view/shell/bottom-bar/BottomBarWeb.tsx:197 #: src/view/shell/NavSignupCard.tsx:60 #: src/view/shell/NavSignupCard.tsx:61 #: src/view/shell/NavSignupCard.tsx:63 @@ -5562,7 +5595,7 @@ msgstr "Software-Entwicklung" msgid "Some people can reply" msgstr "" -#: src/screens/Messages/Conversation/index.tsx:94 +#: src/screens/Messages/Conversation/index.tsx:106 msgid "Something went wrong" msgstr "" @@ -5598,7 +5631,7 @@ msgstr "Antworten auf denselben Beitrag sortieren nach:" #~ msgid "Source:" #~ msgstr "" -#: src/components/moderation/LabelsOnMeDialog.tsx:170 +#: src/components/moderation/LabelsOnMeDialog.tsx:168 msgid "Source: <0>{0}" msgstr "" @@ -5655,13 +5688,13 @@ msgstr "" msgid "Storage cleared, you need to restart the app now." msgstr "Der Speicher wurde gelöscht, du musst die App jetzt neu starten." -#: src/Navigation.tsx:218 +#: src/Navigation.tsx:224 #: src/view/screens/Settings/index.tsx:863 msgid "Storybook" msgstr "Geschichtenbuch" -#: src/components/moderation/LabelsOnMeDialog.tsx:292 -#: src/components/moderation/LabelsOnMeDialog.tsx:293 +#: src/components/moderation/LabelsOnMeDialog.tsx:290 +#: src/components/moderation/LabelsOnMeDialog.tsx:291 #: src/screens/Messages/Conversation/ChatDisabled.tsx:142 #: src/screens/Messages/Conversation/ChatDisabled.tsx:143 msgid "Submit" @@ -5692,7 +5725,7 @@ msgstr "" msgid "Subscribe to this list" msgstr "Abonniere diese Liste" -#: src/view/screens/Search/Search.tsx:424 +#: src/view/screens/Search/Search.tsx:425 msgid "Suggested Follows" msgstr "Vorgeschlagene Follower" @@ -5704,7 +5737,7 @@ msgstr "Vorgeschlagen für dich" msgid "Suggestive" msgstr "Suggestiv" -#: src/Navigation.tsx:233 +#: src/Navigation.tsx:239 #: src/view/screens/Support.tsx:30 #: src/view/screens/Support.tsx:33 msgid "Support" @@ -5731,7 +5764,7 @@ msgstr "System" msgid "System log" msgstr "Systemprotokoll" -#: src/components/dialogs/MutedWords.tsx:325 +#: src/components/dialogs/MutedWords.tsx:323 msgid "tag" msgstr "Tag" @@ -5759,11 +5792,11 @@ msgstr "" msgid "Terms" msgstr "Bedingungen" -#: src/Navigation.tsx:243 +#: src/Navigation.tsx:249 #: src/screens/Signup/StepInfo/Policies.tsx:49 #: src/view/screens/Settings/index.tsx:951 #: src/view/screens/TermsOfService.tsx:29 -#: src/view/shell/Drawer.tsx:278 +#: src/view/shell/Drawer.tsx:279 msgid "Terms of Service" msgstr "Nutzungsbedingungen" @@ -5773,17 +5806,17 @@ msgstr "Nutzungsbedingungen" msgid "Terms used violate community standards" msgstr "" -#: src/components/dialogs/MutedWords.tsx:325 +#: src/components/dialogs/MutedWords.tsx:323 msgid "text" msgstr "Text" -#: src/components/moderation/LabelsOnMeDialog.tsx:256 +#: src/components/moderation/LabelsOnMeDialog.tsx:254 #: src/screens/Messages/Conversation/ChatDisabled.tsx:108 msgid "Text input field" msgstr "Text-Eingabefeld" -#: src/components/dms/ReportDialog.tsx:132 -#: src/components/ReportDialog/SubmitView.tsx:78 +#: src/components/dms/ReportDialog.tsx:134 +#: src/components/ReportDialog/SubmitView.tsx:77 msgid "Thank you. Your report has been sent." msgstr "" @@ -5795,7 +5828,7 @@ msgstr "" msgid "That handle is already taken." msgstr "Dieser Handle ist bereits besetzt." -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:291 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:305 #: src/view/com/profile/ProfileMenu.tsx:351 msgid "The account will be able to interact with you after unblocking." msgstr "Das Konto kann nach der Entblockiert mit dir interagieren." @@ -5816,11 +5849,11 @@ msgstr "Die Copyright-Richtlinie wurde nach <0/> verschoben" msgid "The feed has been replaced with Discover." msgstr "" -#: src/components/moderation/LabelsOnMeDialog.tsx:66 +#: src/components/moderation/LabelsOnMeDialog.tsx:65 msgid "The following labels were applied to your account." msgstr "" -#: src/components/moderation/LabelsOnMeDialog.tsx:67 +#: src/components/moderation/LabelsOnMeDialog.tsx:66 msgid "The following labels were applied to your content." msgstr "" @@ -5858,7 +5891,7 @@ msgstr "" 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." -#: src/view/com/posts/FeedErrorMessage.tsx:146 +#: src/view/com/posts/FeedErrorMessage.tsx:145 msgid "There was an an issue removing this feed. Please check your internet connection and try again." msgstr "Es gab ein Problem beim Entfernen dieses Feeds. Bitte überprüfe deine Internetverbindung und versuche es erneut." @@ -5886,12 +5919,12 @@ msgstr "" msgid "There was an issue contacting the server" msgstr "Es gab ein Problem bei der Kontaktaufnahme mit dem Server" -#: src/view/com/feeds/FeedSourceCard.tsx:120 -#: src/view/com/feeds/FeedSourceCard.tsx:133 +#: src/view/com/feeds/FeedSourceCard.tsx:128 +#: src/view/com/feeds/FeedSourceCard.tsx:141 msgid "There was an issue contacting your server" msgstr "Es gab ein Problem bei der Kontaktaufnahme mit deinem Server" -#: src/view/com/notifications/Feed.tsx:125 +#: src/view/com/notifications/Feed.tsx:126 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." @@ -5908,8 +5941,8 @@ msgstr "Es gab ein Problem beim Abrufen der Liste. Tippe hier, um es erneut zu v msgid "There was an issue fetching your lists. Tap here to try again." msgstr "Es gab ein Problem beim Abrufen deiner Listen. Tippe hier, um es erneut zu versuchen." -#: src/components/dms/ReportDialog.tsx:220 -#: src/components/ReportDialog/SubmitView.tsx:83 +#: src/components/dms/ReportDialog.tsx:222 +#: src/components/ReportDialog/SubmitView.tsx:82 msgid "There was an issue sending your report. Please check your internet connection." msgstr "" @@ -5921,9 +5954,9 @@ msgstr "" 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:99 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:121 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:135 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:103 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:125 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:139 #: src/view/com/post-thread/PostThreadFollowBtn.tsx:99 #: src/view/com/post-thread/PostThreadFollowBtn.tsx:111 #: src/view/com/profile/ProfileMenu.tsx:109 @@ -5968,7 +6001,7 @@ msgstr "Dieses Konto hat die Benutzer aufgefordert, sich anzumelden, um dein Pro msgid "This account is blocked by one or more of your moderation lists. To unblock, please visit the lists directly and remove this user." msgstr "" -#: src/components/moderation/LabelsOnMeDialog.tsx:241 +#: src/components/moderation/LabelsOnMeDialog.tsx:239 msgid "This appeal will be sent to <0>{0}." msgstr "" @@ -6001,10 +6034,14 @@ msgstr "Dieser Inhalt wird von {0} gehostet. Möchtest du externe Medien aktivie 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." -#: src/view/com/posts/FeedErrorMessage.tsx:115 +#: src/view/com/posts/FeedErrorMessage.tsx:114 msgid "This content is not viewable without a Bluesky account." msgstr "Dieser Inhalt ist ohne ein Bluesky-Konto nicht sichtbar." +#: src/screens/Messages/List/ChatListItem.tsx:213 +msgid "This conversation is with a deleted or a deactivated account. Press for options." +msgstr "" + #: src/view/screens/Settings/ExportCarDialog.tsx:75 #~ msgid "This feature is in beta. You can read more about repository exports in <0>this blogpost." #~ msgstr "Diese Funktion befindet sich in der Beta-Phase. Du kannst mehr über Kontodepot-Exporte in <0>diesem Blogpost lesen." @@ -6013,20 +6050,25 @@ msgstr "Dieser Inhalt ist ohne ein Bluesky-Konto nicht sichtbar." msgid "This feature is in beta. You can read more about repository exports in <0>this blogpost." msgstr "" -#: src/view/com/posts/FeedErrorMessage.tsx:121 +#: src/view/com/posts/FeedErrorMessage.tsx:120 msgid "This feed is currently receiving high traffic and is temporarily unavailable. Please try again later." msgstr "Dieser Feed wird derzeit stark frequentiert und ist vorübergehend nicht verfügbar. Bitte versuche es später erneut." #: src/screens/Profile/Sections/Feed.tsx:59 #: src/view/screens/ProfileFeed.tsx:471 #: src/view/screens/ProfileList.tsx:729 -msgid "This feed is empty!" -msgstr "Dieser Feed ist leer!" +#~ msgid "This feed is empty!" +#~ msgstr "Dieser Feed ist leer!" #: src/view/com/posts/CustomFeedEmptyState.tsx:37 msgid "This feed is empty! You may need to follow more users or tune your language settings." msgstr "Dieser Feed ist leer! Möglicherweise musst du mehr Benutzern folgen oder deine Spracheinstellungen anpassen." +#: src/view/screens/ProfileFeed.tsx:471 +#: src/view/screens/ProfileList.tsx:729 +msgid "This feed is empty." +msgstr "" + #: src/view/com/posts/FeedShutdownMsg.tsx:97 msgid "This feed is no longer online. We are showing <0>Discover instead." msgstr "" @@ -6055,7 +6097,7 @@ msgstr "" #~ msgid "This label was applied by you" #~ msgstr "" -#: src/components/moderation/LabelsOnMeDialog.tsx:168 +#: src/components/moderation/LabelsOnMeDialog.tsx:166 msgid "This label was applied by you." msgstr "" @@ -6075,20 +6117,20 @@ 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:111 +#: src/view/com/modals/AddAppPasswords.tsx:110 msgid "This name is already in use" msgstr "Dieser Name ist bereits in Gebrauch" -#: src/view/com/post-thread/PostThreadItem.tsx:140 +#: src/view/com/post-thread/PostThreadItem.tsx:135 msgid "This post has been deleted." msgstr "Dieser Beitrag wurde gelöscht." -#: src/view/com/util/forms/PostDropdownBtn.tsx:461 +#: src/view/com/util/forms/PostDropdownBtn.tsx:448 #: src/view/com/util/post-ctrls/PostCtrls.tsx:310 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:443 +#: src/view/com/util/forms/PostDropdownBtn.tsx:430 msgid "This post will be hidden from feeds." msgstr "" @@ -6145,7 +6187,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:285 +#: 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." @@ -6166,7 +6208,7 @@ msgstr "Thread-Einstellungen" msgid "Threaded Mode" msgstr "Gewindemodus" -#: src/Navigation.tsx:276 +#: src/Navigation.tsx:282 msgid "Threads Preferences" msgstr "Thread-Einstellungen" @@ -6182,7 +6224,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 "Zwischen den Optionen für stummgeschaltete Wörter wechseln." @@ -6195,7 +6237,7 @@ msgid "Toggle to enable or disable adult content" msgstr "" #: src/screens/Hashtag.tsx:88 -#: src/view/screens/Search/Search.tsx:366 +#: src/view/screens/Search/Search.tsx:367 msgid "Top" msgstr "" @@ -6205,10 +6247,10 @@ msgstr "Verwandlungen" #: src/components/dms/MessageMenu.tsx:103 #: src/components/dms/MessageMenu.tsx:105 -#: src/view/com/post-thread/PostThreadItem.tsx:691 -#: src/view/com/post-thread/PostThreadItem.tsx:693 -#: src/view/com/util/forms/PostDropdownBtn.tsx:280 -#: src/view/com/util/forms/PostDropdownBtn.tsx:282 +#: src/view/com/post-thread/PostThreadItem.tsx:674 +#: src/view/com/post-thread/PostThreadItem.tsx:676 +#: src/view/com/util/forms/PostDropdownBtn.tsx:267 +#: src/view/com/util/forms/PostDropdownBtn.tsx:269 msgid "Translate" msgstr "Übersetzen" @@ -6250,14 +6292,14 @@ msgstr "Es ist uns nicht gelungen, deinen Dienst zu kontaktieren. Bitte überpr #: src/components/dms/MessagesListBlockedFooter.tsx:96 #: src/components/dms/MessagesListBlockedFooter.tsx:104 #: src/components/dms/MessagesListBlockedFooter.tsx:111 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:184 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:295 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:188 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:309 #: src/view/com/profile/ProfileMenu.tsx:363 #: src/view/screens/ProfileList.tsx:626 msgid "Unblock" msgstr "Entblocken" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:189 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:193 msgctxt "action" msgid "Unblock" msgstr "Entblocken" @@ -6272,12 +6314,12 @@ msgstr "" msgid "Unblock Account" msgstr "Konto entblocken" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:289 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:303 #: src/view/com/profile/ProfileMenu.tsx:345 msgid "Unblock Account?" msgstr "" -#: src/view/com/util/post-ctrls/RepostButton.tsx:62 +#: src/view/com/util/post-ctrls/RepostButton.tsx:63 #: src/view/com/util/post-ctrls/RepostButton.web.tsx:69 #: src/view/com/util/post-ctrls/RepostButton.web.tsx:73 msgid "Undo repost" @@ -6292,7 +6334,7 @@ msgstr "Nicht mehr folgen" msgid "Unfollow" msgstr "" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:229 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:233 msgid "Unfollow {0}" msgstr "{0} nicht mehr folgen" @@ -6339,8 +6381,8 @@ msgstr "" #~ msgid "Unmute notifications" #~ msgstr "" -#: src/view/com/util/forms/PostDropdownBtn.tsx:365 -#: src/view/com/util/forms/PostDropdownBtn.tsx:370 +#: src/view/com/util/forms/PostDropdownBtn.tsx:352 +#: src/view/com/util/forms/PostDropdownBtn.tsx:357 msgid "Unmute thread" msgstr "Stummschaltung von Thread aufheben" @@ -6398,7 +6440,7 @@ msgstr "" msgid "Updating..." msgstr "Aktualisieren..." -#: src/screens/Onboarding/StepProfile/index.tsx:280 +#: src/screens/Onboarding/StepProfile/index.tsx:281 msgid "Upload a photo instead" msgstr "" @@ -6459,7 +6501,7 @@ msgstr "" msgid "Use the DNS panel" msgstr "" -#: src/view/com/modals/AddAppPasswords.tsx:206 +#: src/view/com/modals/AddAppPasswords.tsx:205 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." @@ -6630,11 +6672,11 @@ msgstr "" #: src/components/ProfileHoverCard/index.web.tsx:396 #: src/components/ProfileHoverCard/index.web.tsx:429 #: src/view/com/posts/AviFollowButton.tsx:58 -#: src/view/com/posts/FeedErrorMessage.tsx:175 +#: src/view/com/posts/FeedErrorMessage.tsx:174 msgid "View profile" msgstr "Profil ansehen" -#: src/view/com/profile/ProfileSubpageHeader.tsx:130 +#: src/view/com/profile/ProfileSubpageHeader.tsx:127 msgid "View the avatar" msgstr "Avatar ansehen" @@ -6646,6 +6688,11 @@ msgstr "" msgid "View users who like this feed" msgstr "" +#: src/view/com/home/HomeHeaderLayout.web.tsx:78 +#: src/view/com/home/HomeHeaderLayoutMobile.tsx:84 +msgid "View your feeds and explore more" +msgstr "" + #: src/view/com/modals/LinkWarning.tsx:89 #: src/view/com/modals/LinkWarning.tsx:95 msgid "Visit Site" @@ -6673,7 +6720,7 @@ msgstr "" msgid "We couldn't find any results for that hashtag." msgstr "Wir konnten keine Ergebnisse für diesen Hashtag finden." -#: src/screens/Messages/Conversation/index.tsx:95 +#: src/screens/Messages/Conversation/index.tsx:107 msgid "We couldn't load this conversation" msgstr "" @@ -6689,7 +6736,7 @@ 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." @@ -6733,14 +6780,18 @@ 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:269 +#: src/view/screens/Search/Search.tsx:270 msgid "We're sorry, but your search could not be completed. Please try again in a few minutes." msgstr "Es tut uns leid, aber deine Suche konnte nicht abgeschlossen werden. Bitte versuche es in ein paar Minuten erneut." +#: src/view/com/composer/Composer.tsx:318 +msgid "We're sorry! The post you are replying to has been deleted." +msgstr "" + #: src/components/Lists.tsx:212 #: src/view/screens/NotFound.tsx:48 msgid "We're sorry! We can't find the page you were looking for." @@ -6768,7 +6819,7 @@ msgstr "Was sind deine Interessen?" #: src/view/com/auth/SplashScreen.tsx:40 #: src/view/com/auth/SplashScreen.web.tsx:86 -#: src/view/com/composer/Composer.tsx:340 +#: src/view/com/composer/Composer.tsx:359 msgid "What's up?" msgstr "Was gibt's?" @@ -6789,7 +6840,7 @@ msgstr "" msgid "Who can reply" msgstr "Wer antworten kann" -#: src/screens/Home/NoFeedsPinned.tsx:92 +#: src/screens/Home/NoFeedsPinned.tsx:79 #: src/screens/Messages/List/index.tsx:185 msgid "Whoops!" msgstr "" @@ -6827,11 +6878,11 @@ msgstr "Breit" msgid "Write a message" msgstr "" -#: src/view/com/composer/Composer.tsx:534 +#: src/view/com/composer/Composer.tsx:549 msgid "Write post" msgstr "Beitrag verfassen" -#: src/view/com/composer/Composer.tsx:339 +#: src/view/com/composer/Composer.tsx:358 #: src/view/com/composer/Prompt.tsx:39 msgid "Write your reply" msgstr "Schreibe deine Antwort" @@ -6871,8 +6922,8 @@ msgstr "Du befindest dich in der Warteschlange." msgid "You are not following anyone." msgstr "" -#: src/view/com/posts/FollowingEmptyState.tsx:67 -#: src/view/com/posts/FollowingEndOfFeed.tsx:68 +#: src/view/com/posts/FollowingEmptyState.tsx:63 +#: src/view/com/posts/FollowingEndOfFeed.tsx:64 msgid "You can also discover new Custom Feeds to follow." msgstr "Du kannst auch neue benutzerdefinierte Feeds entdecken und ihnen folgen." @@ -6905,6 +6956,10 @@ msgstr "" msgid "You do not have any followers." msgstr "" +#: src/screens/Profile/KnownFollowers.tsx:99 +msgid "You don't follow any users who follow @{name}." +msgstr "" + #: 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." @@ -7004,15 +7059,15 @@ msgstr "" msgid "You have reached the end" msgstr "" -#: 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:87 +#: src/components/moderation/LabelsOnMeDialog.tsx:86 msgid "You may appeal non-self labels if you feel they were placed in error." msgstr "" -#: src/components/moderation/LabelsOnMeDialog.tsx:92 +#: src/components/moderation/LabelsOnMeDialog.tsx:91 msgid "You may appeal these labels if you feel they were placed in error." msgstr "" @@ -7028,7 +7083,7 @@ msgstr "" #~ msgid "You must be 18 years or older to enable adult content" #~ msgstr "Du musst 18 Jahre oder älter sein, um Inhalte für Erwachsene zu aktivieren." -#: src/components/ReportDialog/SubmitView.tsx:206 +#: src/components/ReportDialog/SubmitView.tsx:205 msgid "You must select at least one labeler for a report" msgstr "" @@ -7036,11 +7091,11 @@ msgstr "" msgid "You previously deactivated @{0}." msgstr "" -#: src/view/com/util/forms/PostDropdownBtn.tsx:173 +#: src/view/com/util/forms/PostDropdownBtn.tsx:168 msgid "You will no longer receive notifications for this thread" msgstr "Du wirst keine Mitteilungen mehr für diesen Thread erhalten" -#: src/view/com/util/forms/PostDropdownBtn.tsx:176 +#: src/view/com/util/forms/PostDropdownBtn.tsx:171 msgid "You will now receive notifications for this thread" msgstr "Du erhälst nun Mitteilungen für dieses Thread" @@ -7048,15 +7103,15 @@ msgstr "Du erhälst nun Mitteilungen für dieses Thread" 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/Messages/List/ChatListItem.tsx:113 +#: src/screens/Messages/List/ChatListItem.tsx:114 msgid "You: {0}" msgstr "" -#: src/screens/Messages/List/ChatListItem.tsx:142 +#: src/screens/Messages/List/ChatListItem.tsx:143 msgid "You: {defaultEmbeddedContentMessage}" msgstr "" -#: src/screens/Messages/List/ChatListItem.tsx:135 +#: src/screens/Messages/List/ChatListItem.tsx:136 msgid "You: {short}" msgstr "" @@ -7084,7 +7139,7 @@ msgstr "Du kannst loslegen!" msgid "You've chosen to hide a word or tag within this post." msgstr "" -#: src/view/com/posts/FollowingEndOfFeed.tsx:48 +#: src/view/com/posts/FollowingEndOfFeed.tsx:44 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." @@ -7130,7 +7185,7 @@ msgstr "Deine E-Mail wurde aktualisiert, aber nicht bestätigt. Als nächsten Sc msgid "Your email has not yet been verified. This is an important security step which we recommend." msgstr "Deine E-Mail wurde noch nicht bestätigt. Dies ist ein wichtiger Sicherheitsschritt, den wir empfehlen." -#: src/view/com/posts/FollowingEmptyState.tsx:47 +#: src/view/com/posts/FollowingEmptyState.tsx:43 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." @@ -7142,7 +7197,7 @@ msgstr "Dein vollständiger Handle lautet" msgid "Your full handle will be <0>@{0}" msgstr "Dein vollständiger Handle lautet <0>@{0}" -#: src/components/dialogs/MutedWords.tsx:221 +#: src/components/dialogs/MutedWords.tsx:220 msgid "Your muted words" msgstr "Deine stummgeschalteten Wörter" @@ -7150,7 +7205,7 @@ 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:330 +#: src/view/com/composer/Composer.tsx:349 msgid "Your post has been published" msgstr "Dein Beitrag wurde veröffentlicht" @@ -7166,11 +7221,11 @@ msgstr "Dein Profil" msgid "Your profile, posts, feeds, and lists will no longer be visible to other Bluesky users. You can reactivate your account at any time by logging in." msgstr "" -#: src/view/com/composer/Composer.tsx:329 +#: src/view/com/composer/Composer.tsx:348 msgid "Your reply has been published" msgstr "Deine Antwort wurde veröffentlicht" -#: src/components/dms/ReportDialog.tsx:160 +#: src/components/dms/ReportDialog.tsx:162 msgid "Your report will be sent to the Bluesky Moderation Service" msgstr "" diff --git a/src/locale/locales/en/messages.po b/src/locale/locales/en/messages.po index c668919b..4e93ad18 100644 --- a/src/locale/locales/en/messages.po +++ b/src/locale/locales/en/messages.po @@ -13,7 +13,7 @@ msgstr "" "Language-Team: \n" "Plural-Forms: \n" -#: src/screens/Messages/List/ChatListItem.tsx:119 +#: src/screens/Messages/List/ChatListItem.tsx:120 msgid "(contains embedded content)" msgstr "" @@ -41,10 +41,14 @@ msgstr "" msgid "{0, plural, one {# label has been placed on this content} other {# labels have been placed on this content}}" msgstr "" -#: src/view/com/util/post-ctrls/RepostButton.tsx:64 +#: src/view/com/util/post-ctrls/RepostButton.tsx:65 msgid "{0, plural, one {# repost} other {# reposts}}" msgstr "" +#: src/components/KnownFollowers.tsx:179 +msgid "{0, plural, one {and # other} other {and # others}}" +msgstr "" + #: src/components/ProfileHoverCard/index.web.tsx:376 #: src/screens/Profile/Header/Metrics.tsx:23 msgid "{0, plural, one {follower} other {followers}}" @@ -59,11 +63,11 @@ msgstr "" msgid "{0, plural, one {Like (# like)} other {Like (# likes)}}" msgstr "" -#: src/view/com/post-thread/PostThreadItem.tsx:386 +#: src/view/com/post-thread/PostThreadItem.tsx:380 msgid "{0, plural, one {like} other {likes}}" msgstr "" -#: src/view/com/feeds/FeedSourceCard.tsx:280 +#: src/view/com/feeds/FeedSourceCard.tsx:301 msgid "{0, plural, one {Liked by # user} other {Liked by # users}}" msgstr "" @@ -75,7 +79,7 @@ msgstr "" msgid "{0, plural, one {Reply (# reply)} other {Reply (# replies)}}" msgstr "" -#: src/view/com/post-thread/PostThreadItem.tsx:366 +#: src/view/com/post-thread/PostThreadItem.tsx:360 msgid "{0, plural, one {repost} other {reposts}}" msgstr "" @@ -118,7 +122,7 @@ msgstr "" msgid "{likeCount, plural, one {Liked by # user} other {Liked by # users}}" msgstr "" -#: src/view/shell/Drawer.tsx:461 +#: src/view/shell/Drawer.tsx:462 msgid "{numUnreadNotifications} unread" msgstr "" @@ -175,12 +179,12 @@ msgstr "" msgid "2FA Confirmation" msgstr "" -#: src/view/com/util/ViewHeader.tsx:92 -#: src/view/screens/Search/Search.tsx:714 +#: src/view/com/util/ViewHeader.tsx:93 +#: src/view/screens/Search/Search.tsx:715 msgid "Access navigation links and settings" msgstr "" -#: src/view/com/home/HomeHeaderLayoutMobile.tsx:54 +#: src/view/com/home/HomeHeaderLayoutMobile.tsx:56 msgid "Access profile and other navigation links" msgstr "" @@ -193,7 +197,7 @@ msgstr "" msgid "Accessibility settings" msgstr "" -#: src/Navigation.tsx:290 +#: src/Navigation.tsx:296 #: src/view/screens/AccessibilitySettings.tsx:63 msgid "Accessibility Settings" msgstr "" @@ -237,7 +241,7 @@ msgstr "" msgid "Account removed from quick access" msgstr "" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:131 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:135 #: src/view/com/profile/ProfileMenu.tsx:131 msgid "Account unblocked" msgstr "" @@ -250,7 +254,7 @@ msgstr "" msgid "Account unmuted" msgstr "" -#: src/components/dialogs/MutedWords.tsx:165 +#: src/components/dialogs/MutedWords.tsx:164 #: src/view/com/modals/ListAddRemoveUsers.tsx:268 #: src/view/com/modals/UserAddRemoveLists.tsx:230 #: src/view/screens/ProfileList.tsx:881 @@ -272,9 +276,9 @@ msgstr "" msgid "Add account" msgstr "" -#: src/view/com/composer/GifAltText.tsx:70 -#: src/view/com/composer/GifAltText.tsx:136 -#: src/view/com/composer/GifAltText.tsx:176 +#: src/view/com/composer/GifAltText.tsx:69 +#: src/view/com/composer/GifAltText.tsx:135 +#: src/view/com/composer/GifAltText.tsx:175 #: src/view/com/composer/photos/Gallery.tsx:120 #: src/view/com/composer/photos/Gallery.tsx:187 #: src/view/com/modals/AltImage.tsx:118 @@ -299,15 +303,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/screens/Home/NoFeedsPinned.tsx:112 +#: src/screens/Home/NoFeedsPinned.tsx:99 msgid "Add recommended feeds" msgstr "" @@ -324,7 +328,7 @@ msgstr "" msgid "Add to Lists" msgstr "" -#: src/view/com/feeds/FeedSourceCard.tsx:246 +#: src/view/com/feeds/FeedSourceCard.tsx:267 msgid "Add to my feeds" msgstr "" @@ -337,7 +341,7 @@ msgstr "" msgid "Added to list" msgstr "" -#: src/view/com/feeds/FeedSourceCard.tsx:118 +#: src/view/com/feeds/FeedSourceCard.tsx:126 msgid "Added to my feeds" msgstr "" @@ -359,12 +363,12 @@ msgstr "" msgid "Advanced" msgstr "" -#: src/view/screens/Feeds.tsx:798 +#: src/view/screens/Feeds.tsx:771 msgid "All the feeds you've saved, right in one place." msgstr "" -#: src/view/com/modals/AddAppPasswords.tsx:188 -#: src/view/com/modals/AddAppPasswords.tsx:195 +#: src/view/com/modals/AddAppPasswords.tsx:187 +#: src/view/com/modals/AddAppPasswords.tsx:194 msgid "Allow access to your direct messages" msgstr "" @@ -387,13 +391,13 @@ msgstr "" msgid "Already signed in as @{0}" msgstr "" -#: src/view/com/composer/GifAltText.tsx:94 +#: src/view/com/composer/GifAltText.tsx:93 #: src/view/com/composer/photos/Gallery.tsx:144 #: src/view/com/util/post-embeds/GifEmbed.tsx:173 msgid "ALT" msgstr "" -#: src/view/com/composer/GifAltText.tsx:145 +#: src/view/com/composer/GifAltText.tsx:144 #: src/view/com/modals/EditImage.tsx:316 #: src/view/screens/AccessibilitySettings.tsx:77 msgid "Alt text" @@ -441,6 +445,7 @@ msgstr "" msgid "an unknown error occurred" msgstr "" +#: src/components/KnownFollowers.tsx:187 #: src/view/com/notifications/FeedItem.tsx:258 #: src/view/com/threadgate/WhoCanReply.tsx:180 msgid "and" @@ -466,11 +471,11 @@ msgstr "" msgid "App password deleted" msgstr "" -#: src/view/com/modals/AddAppPasswords.tsx:139 +#: src/view/com/modals/AddAppPasswords.tsx:138 msgid "App Password names can only contain letters, numbers, spaces, dashes, and underscores." msgstr "" -#: src/view/com/modals/AddAppPasswords.tsx:104 +#: src/view/com/modals/AddAppPasswords.tsx:103 msgid "App Password names must be at least 4 characters long." msgstr "" @@ -478,22 +483,22 @@ msgstr "" msgid "App password settings" msgstr "" -#: src/Navigation.tsx:258 +#: src/Navigation.tsx:264 #: src/view/screens/AppPasswords.tsx:192 #: src/view/screens/Settings/index.tsx:706 msgid "App Passwords" msgstr "" -#: src/components/moderation/LabelsOnMeDialog.tsx:153 -#: src/components/moderation/LabelsOnMeDialog.tsx:156 +#: src/components/moderation/LabelsOnMeDialog.tsx:151 +#: src/components/moderation/LabelsOnMeDialog.tsx:154 msgid "Appeal" msgstr "" -#: src/components/moderation/LabelsOnMeDialog.tsx:238 +#: src/components/moderation/LabelsOnMeDialog.tsx:236 msgid "Appeal \"{0}\" label" msgstr "" -#: src/components/moderation/LabelsOnMeDialog.tsx:229 +#: src/components/moderation/LabelsOnMeDialog.tsx:227 #: src/screens/Messages/Conversation/ChatDisabled.tsx:91 msgid "Appeal submitted" msgstr "" @@ -514,7 +519,7 @@ msgid "Appearance" msgstr "" #: src/screens/Feeds/NoSavedFeedsOfAnyType.tsx:47 -#: src/screens/Home/NoFeedsPinned.tsx:106 +#: src/screens/Home/NoFeedsPinned.tsx:93 msgid "Apply default recommended feeds" msgstr "" @@ -538,15 +543,15 @@ msgstr "" msgid "Are you sure you want to leave this conversation? Your messages will be deleted for you, but not for the other participant." msgstr "" -#: src/view/com/feeds/FeedSourceCard.tsx:293 +#: src/view/com/feeds/FeedSourceCard.tsx:314 msgid "Are you sure you want to remove {0} from your feeds?" msgstr "" -#: src/view/com/composer/Composer.tsx:617 +#: src/view/com/composer/Composer.tsx:630 msgid "Are you sure you'd like to discard this draft?" msgstr "" -#: src/components/dialogs/MutedWords.tsx:283 +#: src/components/dialogs/MutedWords.tsx:281 msgid "Are you sure?" msgstr "" @@ -567,8 +572,8 @@ msgid "At least 3 characters" msgstr "" #: src/components/dms/MessagesListHeader.tsx:75 -#: src/components/moderation/LabelsOnMeDialog.tsx:283 -#: src/components/moderation/LabelsOnMeDialog.tsx:284 +#: src/components/moderation/LabelsOnMeDialog.tsx:281 +#: src/components/moderation/LabelsOnMeDialog.tsx:282 #: src/screens/Login/ChooseAccountForm.tsx:98 #: src/screens/Login/ChooseAccountForm.tsx:103 #: src/screens/Login/ForgotPasswordForm.tsx:129 @@ -581,7 +586,7 @@ msgstr "" #: src/screens/Messages/Conversation/ChatDisabled.tsx:134 #: src/screens/Profile/Header/Shell.tsx:102 #: src/screens/Signup/index.tsx:193 -#: src/view/com/util/ViewHeader.tsx:90 +#: src/view/com/util/ViewHeader.tsx:91 msgid "Back" msgstr "" @@ -601,7 +606,7 @@ msgstr "" msgid "Birthday:" msgstr "" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:295 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:309 #: src/view/com/profile/ProfileMenu.tsx:363 msgid "Block" msgstr "" @@ -641,7 +646,7 @@ msgstr "" msgid "Blocked accounts" msgstr "" -#: src/Navigation.tsx:141 +#: src/Navigation.tsx:140 #: src/view/screens/ModerationBlockedAccounts.tsx:109 msgid "Blocked Accounts" msgstr "" @@ -714,8 +719,8 @@ msgstr "" msgid "Books" msgstr "" -#: src/screens/Home/NoFeedsPinned.tsx:116 -#: src/screens/Home/NoFeedsPinned.tsx:123 +#: src/screens/Home/NoFeedsPinned.tsx:103 +#: src/screens/Home/NoFeedsPinned.tsx:109 msgid "Browse other feeds" msgstr "" @@ -723,7 +728,7 @@ msgstr "" msgid "Business" msgstr "" -#: src/view/com/profile/ProfileSubpageHeader.tsx:159 +#: src/view/com/profile/ProfileSubpageHeader.tsx:156 msgid "by —" msgstr "" @@ -739,7 +744,7 @@ msgstr "" #~ msgid "by @{0}" #~ msgstr "" -#: src/view/com/profile/ProfileSubpageHeader.tsx:163 +#: src/view/com/profile/ProfileSubpageHeader.tsx:160 msgid "by <0/>" msgstr "" @@ -747,7 +752,7 @@ msgstr "" msgid "By creating an account you agree to the {els}." msgstr "" -#: src/view/com/profile/ProfileSubpageHeader.tsx:161 +#: src/view/com/profile/ProfileSubpageHeader.tsx:158 msgid "by you" msgstr "" @@ -755,7 +760,7 @@ msgstr "" msgid "Camera" msgstr "" -#: src/view/com/modals/AddAppPasswords.tsx:180 +#: src/view/com/modals/AddAppPasswords.tsx:179 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 "" @@ -764,8 +769,8 @@ msgstr "" #: src/components/Prompt.tsx:121 #: src/components/TagMenu/index.tsx:268 #: src/screens/Deactivated.tsx:161 -#: src/view/com/composer/Composer.tsx:417 -#: src/view/com/composer/Composer.tsx:423 +#: src/view/com/composer/Composer.tsx:432 +#: src/view/com/composer/Composer.tsx:438 #: src/view/com/modals/ChangeEmail.tsx:213 #: src/view/com/modals/ChangeEmail.tsx:215 #: src/view/com/modals/ChangeHandle.tsx:148 @@ -781,8 +786,8 @@ msgstr "" #: src/view/com/modals/LinkWarning.tsx:107 #: src/view/com/modals/VerifyEmail.tsx:255 #: src/view/com/modals/VerifyEmail.tsx:261 -#: src/view/com/util/post-ctrls/RepostButton.tsx:136 -#: src/view/screens/Search/Search.tsx:738 +#: src/view/com/util/post-ctrls/RepostButton.tsx:138 +#: src/view/screens/Search/Search.tsx:735 #: src/view/shell/desktop/Search.tsx:218 msgid "Cancel" msgstr "" @@ -811,7 +816,7 @@ msgstr "" msgid "Cancel profile editing" msgstr "" -#: src/view/com/util/post-ctrls/RepostButton.tsx:130 +#: src/view/com/util/post-ctrls/RepostButton.tsx:132 msgid "Cancel quote post" msgstr "" @@ -867,7 +872,7 @@ msgstr "" msgid "Change Your Email" msgstr "" -#: src/Navigation.tsx:302 +#: src/Navigation.tsx:308 #: src/view/shell/bottom-bar/BottomBar.tsx:201 #: src/view/shell/desktop/LeftNav.tsx:295 msgid "Chat" @@ -879,7 +884,7 @@ msgstr "" #: src/components/dms/ConvoMenu.tsx:112 #: src/components/dms/MessageMenu.tsx:81 -#: src/Navigation.tsx:307 +#: src/Navigation.tsx:313 #: src/screens/Messages/List/index.tsx:88 #: src/view/screens/Settings/index.tsx:638 msgid "Chat settings" @@ -965,7 +970,7 @@ msgid "Clear all storage data (restart after this)" msgstr "" #: src/view/com/util/forms/SearchInput.tsx:88 -#: src/view/screens/Search/Search.tsx:864 +#: src/view/screens/Search/Search.tsx:861 msgid "Clear search query" msgstr "" @@ -1073,7 +1078,7 @@ msgstr "" msgid "Closes password update alert" msgstr "" -#: src/view/com/composer/Composer.tsx:419 +#: src/view/com/composer/Composer.tsx:434 msgid "Closes post composer and discards post draft" msgstr "" @@ -1097,7 +1102,7 @@ msgstr "" msgid "Comics" msgstr "" -#: src/Navigation.tsx:248 +#: src/Navigation.tsx:254 #: src/view/screens/CommunityGuidelines.tsx:32 msgid "Community Guidelines" msgstr "" @@ -1110,7 +1115,7 @@ msgstr "" msgid "Complete the challenge" msgstr "" -#: src/view/com/composer/Composer.tsx:536 +#: src/view/com/composer/Composer.tsx:551 msgid "Compose posts up to {MAX_GRAPHEME_LENGTH} characters in length" msgstr "" @@ -1219,7 +1224,7 @@ msgid "Context menu backdrop, click to close the menu." msgstr "" #: src/screens/Onboarding/StepInterests/index.tsx:253 -#: src/screens/Onboarding/StepProfile/index.tsx:268 +#: src/screens/Onboarding/StepProfile/index.tsx:269 msgid "Continue" msgstr "" @@ -1227,8 +1232,12 @@ msgstr "" msgid "Continue as {0} (currently signed in)" msgstr "" +#: src/view/com/post-thread/PostThreadLoadMore.tsx:52 +msgid "Continue thread..." +msgstr "" + #: src/screens/Onboarding/StepInterests/index.tsx:250 -#: src/screens/Onboarding/StepProfile/index.tsx:265 +#: src/screens/Onboarding/StepProfile/index.tsx:266 #: src/screens/Signup/index.tsx:213 msgid "Continue to next step" msgstr "" @@ -1241,7 +1250,7 @@ msgstr "" #~ msgid "Continue to the next step without following any accounts" #~ msgstr "" -#: src/screens/Messages/List/ChatListItem.tsx:153 +#: src/screens/Messages/List/ChatListItem.tsx:154 msgid "Conversation deleted" msgstr "" @@ -1249,7 +1258,7 @@ msgstr "" msgid "Cooking" msgstr "" -#: src/view/com/modals/AddAppPasswords.tsx:221 +#: src/view/com/modals/AddAppPasswords.tsx:220 #: src/view/com/modals/InviteCodes.tsx:183 msgid "Copied" msgstr "" @@ -1259,10 +1268,10 @@ msgid "Copied build version to clipboard" msgstr "" #: src/components/dms/MessageMenu.tsx:57 -#: src/view/com/modals/AddAppPasswords.tsx:81 +#: src/view/com/modals/AddAppPasswords.tsx:80 #: src/view/com/modals/ChangeHandle.tsx:320 #: src/view/com/modals/InviteCodes.tsx:153 -#: src/view/com/util/forms/PostDropdownBtn.tsx:187 +#: src/view/com/util/forms/PostDropdownBtn.tsx:182 msgid "Copied to clipboard" msgstr "" @@ -1270,11 +1279,11 @@ msgstr "" msgid "Copied!" msgstr "" -#: src/view/com/modals/AddAppPasswords.tsx:215 +#: src/view/com/modals/AddAppPasswords.tsx:214 msgid "Copies app password" msgstr "" -#: src/view/com/modals/AddAppPasswords.tsx:214 +#: src/view/com/modals/AddAppPasswords.tsx:213 msgid "Copy" msgstr "" @@ -1291,8 +1300,8 @@ msgstr "" msgid "Copy link to list" msgstr "" -#: src/view/com/util/forms/PostDropdownBtn.tsx:310 -#: src/view/com/util/forms/PostDropdownBtn.tsx:319 +#: src/view/com/util/forms/PostDropdownBtn.tsx:297 +#: src/view/com/util/forms/PostDropdownBtn.tsx:306 msgid "Copy link to post" msgstr "" @@ -1301,12 +1310,12 @@ msgstr "" msgid "Copy message text" msgstr "" -#: src/view/com/util/forms/PostDropdownBtn.tsx:288 -#: src/view/com/util/forms/PostDropdownBtn.tsx:290 +#: src/view/com/util/forms/PostDropdownBtn.tsx:275 +#: src/view/com/util/forms/PostDropdownBtn.tsx:277 msgid "Copy post text" msgstr "" -#: src/Navigation.tsx:253 +#: src/Navigation.tsx:259 #: src/view/screens/CopyrightPolicy.tsx:29 msgid "Copyright Policy" msgstr "" @@ -1353,11 +1362,11 @@ msgstr "" msgid "Create an account" msgstr "" -#: src/screens/Onboarding/StepProfile/index.tsx:282 +#: src/screens/Onboarding/StepProfile/index.tsx:283 msgid "Create an avatar instead" msgstr "" -#: src/view/com/modals/AddAppPasswords.tsx:243 +#: src/view/com/modals/AddAppPasswords.tsx:242 msgid "Create App Password" msgstr "" @@ -1391,7 +1400,7 @@ msgstr "" msgid "Custom domain" msgstr "" -#: src/view/screens/Feeds.tsx:824 +#: src/view/screens/Feeds.tsx:797 msgid "Custom feeds built by the community bring you new experiences and help you find the content you love." msgstr "" @@ -1434,7 +1443,7 @@ msgid "Debug panel" msgstr "" #: src/components/dms/MessageMenu.tsx:151 -#: src/view/com/util/forms/PostDropdownBtn.tsx:436 +#: src/view/com/util/forms/PostDropdownBtn.tsx:423 #: src/view/screens/AppPasswords.tsx:285 #: src/view/screens/ProfileList.tsx:667 msgid "Delete" @@ -1489,8 +1498,8 @@ msgstr "" msgid "Delete My Account…" msgstr "" -#: src/view/com/util/forms/PostDropdownBtn.tsx:417 -#: src/view/com/util/forms/PostDropdownBtn.tsx:419 +#: src/view/com/util/forms/PostDropdownBtn.tsx:404 +#: src/view/com/util/forms/PostDropdownBtn.tsx:406 msgid "Delete post" msgstr "" @@ -1498,7 +1507,7 @@ msgstr "" msgid "Delete this list?" msgstr "" -#: src/view/com/util/forms/PostDropdownBtn.tsx:431 +#: src/view/com/util/forms/PostDropdownBtn.tsx:418 msgid "Delete this post?" msgstr "" @@ -1521,11 +1530,11 @@ msgstr "" msgid "Description" msgstr "" -#: src/view/com/composer/GifAltText.tsx:141 +#: src/view/com/composer/GifAltText.tsx:140 msgid "Descriptive alt text" msgstr "" -#: src/view/com/composer/Composer.tsx:264 +#: src/view/com/composer/Composer.tsx:277 msgid "Did you want to say anything?" msgstr "" @@ -1566,11 +1575,11 @@ msgstr "" msgid "Disabled" msgstr "" -#: src/view/com/composer/Composer.tsx:619 +#: src/view/com/composer/Composer.tsx:632 msgid "Discard" msgstr "" -#: src/view/com/composer/Composer.tsx:616 +#: src/view/com/composer/Composer.tsx:629 msgid "Discard draft?" msgstr "" @@ -1579,12 +1588,12 @@ msgstr "" msgid "Discourage apps from showing my account to logged-out users" msgstr "" -#: src/view/com/posts/FollowingEmptyState.tsx:74 -#: src/view/com/posts/FollowingEndOfFeed.tsx:75 +#: src/view/com/posts/FollowingEmptyState.tsx:70 +#: src/view/com/posts/FollowingEndOfFeed.tsx:71 msgid "Discover new custom feeds" msgstr "" -#: src/view/screens/Feeds.tsx:821 +#: src/view/screens/Feeds.tsx:794 msgid "Discover New Feeds" msgstr "" @@ -1620,11 +1629,11 @@ msgstr "" #: src/components/dialogs/BirthDateSettings.tsx:125 #: src/components/forms/DateField/index.tsx:74 #: src/components/forms/DateField/index.tsx:80 -#: src/screens/Onboarding/StepProfile/index.tsx:321 -#: src/screens/Onboarding/StepProfile/index.tsx:324 +#: src/screens/Onboarding/StepProfile/index.tsx:322 +#: src/screens/Onboarding/StepProfile/index.tsx:325 #: src/view/com/auth/server-input/index.tsx:169 #: src/view/com/auth/server-input/index.tsx:170 -#: src/view/com/modals/AddAppPasswords.tsx:243 +#: src/view/com/modals/AddAppPasswords.tsx:242 #: src/view/com/modals/AltImage.tsx:141 #: src/view/com/modals/crop-image/CropImage.web.tsx:177 #: src/view/com/modals/InviteCodes.tsx:81 @@ -1703,6 +1712,11 @@ msgstr "" msgid "Each code works once. You'll receive more invite codes periodically." msgstr "" +#: src/view/screens/Feeds.tsx:400 +#: src/view/screens/Feeds.tsx:471 +msgid "Edit" +msgstr "" + #: src/view/com/lists/ListMembers.tsx:149 msgctxt "action" msgid "Edit" @@ -1726,8 +1740,9 @@ msgstr "" msgid "Edit Moderation List" msgstr "" -#: src/Navigation.tsx:263 -#: src/view/screens/Feeds.tsx:495 +#: src/Navigation.tsx:269 +#: src/view/screens/Feeds.tsx:398 +#: src/view/screens/Feeds.tsx:469 #: src/view/screens/SavedFeeds.tsx:93 msgid "Edit My Feeds" msgstr "" @@ -1737,19 +1752,19 @@ msgid "Edit my profile" msgstr "" #: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:181 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:171 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:175 msgid "Edit profile" msgstr "" #: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:184 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:174 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:178 msgid "Edit Profile" msgstr "" #: src/view/com/home/HomeHeaderLayout.web.tsx:76 #: src/view/screens/Feeds.tsx:416 -msgid "Edit Saved Feeds" -msgstr "" +#~ msgid "Edit Saved Feeds" +#~ msgstr "" #: src/view/com/modals/CreateOrEditList.tsx:234 msgid "Edit User List" @@ -1802,8 +1817,8 @@ msgid "Embed HTML code" msgstr "" #: src/components/dialogs/Embed.tsx:97 -#: src/view/com/util/forms/PostDropdownBtn.tsx:327 -#: src/view/com/util/forms/PostDropdownBtn.tsx:329 +#: src/view/com/util/forms/PostDropdownBtn.tsx:314 +#: src/view/com/util/forms/PostDropdownBtn.tsx:316 msgid "Embed post" msgstr "" @@ -1859,7 +1874,7 @@ msgstr "" #~ msgid "End of list" #~ msgstr "" -#: src/view/com/modals/AddAppPasswords.tsx:161 +#: src/view/com/modals/AddAppPasswords.tsx:160 msgid "Enter a name for this App Password" msgstr "" @@ -1867,8 +1882,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 "" @@ -1918,7 +1933,7 @@ msgid "Error receiving captcha response." msgstr "" #: src/screens/Onboarding/StepInterests/index.tsx:192 -#: src/view/screens/Search/Search.tsx:115 +#: src/view/screens/Search/Search.tsx:116 msgid "Error:" msgstr "" @@ -2006,7 +2021,7 @@ msgstr "" msgid "External media may allow websites to collect information about you and your device. No information is sent or requested until you press the \"play\" button." msgstr "" -#: src/Navigation.tsx:282 +#: src/Navigation.tsx:288 #: src/view/screens/PreferencesExternalEmbeds.tsx:53 #: src/view/screens/Settings/index.tsx:679 msgid "External Media Preferences" @@ -2016,8 +2031,8 @@ msgstr "" msgid "External media settings" msgstr "" -#: src/view/com/modals/AddAppPasswords.tsx:120 -#: src/view/com/modals/AddAppPasswords.tsx:124 +#: src/view/com/modals/AddAppPasswords.tsx:119 +#: src/view/com/modals/AddAppPasswords.tsx:123 msgid "Failed to create app password." msgstr "" @@ -2029,7 +2044,7 @@ msgstr "" msgid "Failed to delete message" msgstr "" -#: src/view/com/util/forms/PostDropdownBtn.tsx:154 +#: src/view/com/util/forms/PostDropdownBtn.tsx:149 msgid "Failed to delete post, please try again" msgstr "" @@ -2063,7 +2078,7 @@ msgstr "" #~ msgid "Failed to send message(s)." #~ msgstr "" -#: src/components/moderation/LabelsOnMeDialog.tsx:225 +#: src/components/moderation/LabelsOnMeDialog.tsx:223 #: src/screens/Messages/Conversation/ChatDisabled.tsx:87 msgid "Failed to submit appeal, please try again." msgstr "" @@ -2073,30 +2088,29 @@ msgstr "" msgid "Failed to update settings" msgstr "" -#: src/Navigation.tsx:203 +#: src/Navigation.tsx:209 msgid "Feed" msgstr "" -#: src/view/com/feeds/FeedSourceCard.tsx:230 +#: src/view/com/feeds/FeedSourceCard.tsx:251 msgid "Feed by {0}" msgstr "" -#: src/view/screens/Feeds.tsx:736 +#: src/view/screens/Feeds.tsx:709 msgid "Feed offline" msgstr "" #: src/view/shell/desktop/RightNav.tsx:66 -#: src/view/shell/Drawer.tsx:344 +#: src/view/shell/Drawer.tsx:345 msgid "Feedback" msgstr "" -#: src/Navigation.tsx:511 -#: src/view/screens/Feeds.tsx:480 -#: src/view/screens/Feeds.tsx:596 +#: src/view/screens/Feeds.tsx:463 +#: src/view/screens/Feeds.tsx:570 #: src/view/screens/Profile.tsx:197 #: src/view/shell/desktop/LeftNav.tsx:367 -#: src/view/shell/Drawer.tsx:492 #: src/view/shell/Drawer.tsx:493 +#: src/view/shell/Drawer.tsx:494 msgid "Feeds" msgstr "" @@ -2129,12 +2143,12 @@ msgid "Finalizing" msgstr "" #: src/view/com/posts/CustomFeedEmptyState.tsx:47 -#: src/view/com/posts/FollowingEmptyState.tsx:57 -#: src/view/com/posts/FollowingEndOfFeed.tsx:58 +#: src/view/com/posts/FollowingEmptyState.tsx:53 +#: src/view/com/posts/FollowingEndOfFeed.tsx:54 msgid "Find accounts to follow" msgstr "" -#: src/view/screens/Search/Search.tsx:469 +#: src/view/screens/Search/Search.tsx:470 msgid "Find posts and users on Bluesky" msgstr "" @@ -2177,7 +2191,7 @@ msgstr "" #: src/components/ProfileHoverCard/index.web.tsx:412 #: src/components/ProfileHoverCard/index.web.tsx:423 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:244 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:248 #: src/view/com/post-thread/PostThreadFollowBtn.tsx:146 #: src/view/com/profile/ProfileHeaderSuggestedFollows.tsx:247 msgid "Follow" @@ -2188,7 +2202,7 @@ msgctxt "action" msgid "Follow" msgstr "" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:230 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:234 #: src/view/com/post-thread/PostThreadFollowBtn.tsx:128 msgid "Follow {0}" msgstr "" @@ -2218,6 +2232,10 @@ msgstr "" #~ msgid "Follow some users to get started. We can recommend you more users based on who you find interesting." #~ msgstr "" +#: src/components/KnownFollowers.tsx:169 +msgid "Followed by" +msgstr "" + #: src/view/com/profile/ProfileCard.tsx:227 msgid "Followed by {0}" msgstr "" @@ -2239,18 +2257,27 @@ msgstr "" msgid "Followers" msgstr "" +#: src/Navigation.tsx:177 +msgid "Followers of @{0} that you know" +msgstr "" + +#: src/screens/Profile/KnownFollowers.tsx:108 +#: src/screens/Profile/KnownFollowers.tsx:118 +msgid "Followers you know" +msgstr "" + #: src/components/ProfileHoverCard/index.web.tsx:411 #: src/components/ProfileHoverCard/index.web.tsx:422 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:242 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:246 #: src/view/com/post-thread/PostThreadFollowBtn.tsx:149 #: src/view/com/profile/ProfileFollows.tsx:104 -#: src/view/screens/Feeds.tsx:683 +#: src/view/screens/Feeds.tsx:656 #: src/view/screens/ProfileFollows.tsx:25 #: src/view/screens/SavedFeeds.tsx:415 msgid "Following" msgstr "" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:90 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:94 msgid "Following {0}" msgstr "" @@ -2262,9 +2289,7 @@ msgstr "" msgid "Following feed preferences" msgstr "" -#: src/Navigation.tsx:269 -#: src/view/com/home/HomeHeaderLayout.web.tsx:64 -#: src/view/com/home/HomeHeaderLayoutMobile.tsx:87 +#: src/Navigation.tsx:275 #: src/view/screens/PreferencesFollowingFeed.tsx:103 #: src/view/screens/Settings/index.tsx:582 msgid "Following Feed Preferences" @@ -2286,7 +2311,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:233 +#: src/view/com/modals/AddAppPasswords.tsx:232 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 "" @@ -2329,7 +2354,7 @@ msgstr "" msgid "Get Started" msgstr "" -#: src/screens/Onboarding/StepProfile/index.tsx:224 +#: src/screens/Onboarding/StepProfile/index.tsx:225 msgid "Give your profile a face" msgstr "" @@ -2357,9 +2382,9 @@ msgstr "" msgid "Go Back" msgstr "" -#: src/components/dms/ReportDialog.tsx:152 +#: src/components/dms/ReportDialog.tsx:154 #: src/components/ReportDialog/SelectReportOptionView.tsx:77 -#: src/components/ReportDialog/SubmitView.tsx:105 +#: src/components/ReportDialog/SubmitView.tsx:104 #: src/screens/Onboarding/Layout.tsx:102 #: src/screens/Onboarding/Layout.tsx:191 #: src/screens/Signup/index.tsx:187 @@ -2379,7 +2404,7 @@ msgstr "" #~ msgid "Go to @{queryMaybeHandle}" #~ msgstr "" -#: src/screens/Messages/List/ChatListItem.tsx:208 +#: src/screens/Messages/List/ChatListItem.tsx:211 msgid "Go to conversation with {0}" msgstr "" @@ -2412,7 +2437,7 @@ msgstr "" msgid "Harassment, trolling, or intolerance" msgstr "" -#: src/Navigation.tsx:297 +#: src/Navigation.tsx:303 msgid "Hashtag" msgstr "" @@ -2425,11 +2450,11 @@ msgid "Having trouble?" msgstr "" #: src/view/shell/desktop/RightNav.tsx:95 -#: src/view/shell/Drawer.tsx:354 +#: src/view/shell/Drawer.tsx:355 msgid "Help" msgstr "" -#: src/screens/Onboarding/StepProfile/index.tsx:227 +#: src/screens/Onboarding/StepProfile/index.tsx:228 msgid "Help people know you're not a bot by uploading a picture or creating an avatar." msgstr "" @@ -2445,7 +2470,7 @@ msgstr "" #~ 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:204 +#: src/view/com/modals/AddAppPasswords.tsx:203 msgid "Here is your app password." msgstr "" @@ -2456,7 +2481,7 @@ msgstr "" #: src/lib/moderation/useLabelBehaviorDescription.ts:20 #: src/lib/moderation/useLabelBehaviorDescription.ts:25 #: src/lib/moderation/useLabelBehaviorDescription.ts:30 -#: src/view/com/util/forms/PostDropdownBtn.tsx:445 +#: src/view/com/util/forms/PostDropdownBtn.tsx:432 msgid "Hide" msgstr "" @@ -2465,8 +2490,8 @@ msgctxt "action" msgid "Hide" msgstr "" -#: src/view/com/util/forms/PostDropdownBtn.tsx:390 -#: src/view/com/util/forms/PostDropdownBtn.tsx:392 +#: src/view/com/util/forms/PostDropdownBtn.tsx:377 +#: src/view/com/util/forms/PostDropdownBtn.tsx:379 msgid "Hide post" msgstr "" @@ -2475,7 +2500,7 @@ msgstr "" msgid "Hide the content" msgstr "" -#: src/view/com/util/forms/PostDropdownBtn.tsx:442 +#: src/view/com/util/forms/PostDropdownBtn.tsx:429 msgid "Hide this post?" msgstr "" @@ -2483,23 +2508,23 @@ msgstr "" msgid "Hide user list" msgstr "" -#: src/view/com/posts/FeedErrorMessage.tsx:118 +#: src/view/com/posts/FeedErrorMessage.tsx:117 msgid "Hmm, some kind of issue occurred when contacting the feed server. Please let the feed owner know about this issue." msgstr "" -#: src/view/com/posts/FeedErrorMessage.tsx:106 +#: src/view/com/posts/FeedErrorMessage.tsx:105 msgid "Hmm, the feed server appears to be misconfigured. Please let the feed owner know about this issue." msgstr "" -#: src/view/com/posts/FeedErrorMessage.tsx:112 +#: src/view/com/posts/FeedErrorMessage.tsx:111 msgid "Hmm, the feed server appears to be offline. Please let the feed owner know about this issue." msgstr "" -#: src/view/com/posts/FeedErrorMessage.tsx:109 +#: src/view/com/posts/FeedErrorMessage.tsx:108 msgid "Hmm, the feed server gave a bad response. Please let the feed owner know about this issue." msgstr "" -#: src/view/com/posts/FeedErrorMessage.tsx:103 +#: src/view/com/posts/FeedErrorMessage.tsx:102 msgid "Hmm, we're having trouble finding this feed. It may have been deleted." msgstr "" @@ -2511,11 +2536,11 @@ msgstr "" msgid "Hmmmm, we couldn't load that moderation service." msgstr "" -#: src/Navigation.tsx:501 +#: src/Navigation.tsx:489 #: src/view/shell/bottom-bar/BottomBar.tsx:159 #: src/view/shell/desktop/LeftNav.tsx:335 -#: src/view/shell/Drawer.tsx:424 #: src/view/shell/Drawer.tsx:425 +#: src/view/shell/Drawer.tsx:426 msgid "Home" msgstr "" @@ -2569,7 +2594,7 @@ msgstr "" msgid "If you delete this list, you won't be able to recover it." msgstr "" -#: src/view/com/util/forms/PostDropdownBtn.tsx:433 +#: src/view/com/util/forms/PostDropdownBtn.tsx:420 msgid "If you remove this post, you won't be able to recover it." msgstr "" @@ -2609,7 +2634,7 @@ msgstr "" msgid "Input confirmation code for account deletion" msgstr "" -#: src/view/com/modals/AddAppPasswords.tsx:175 +#: src/view/com/modals/AddAppPasswords.tsx:174 msgid "Input name for app password" msgstr "" @@ -2654,7 +2679,7 @@ msgstr "" msgid "Invalid 2FA confirmation code." msgstr "" -#: src/view/com/post-thread/PostThreadItem.tsx:240 +#: src/view/com/post-thread/PostThreadItem.tsx:235 msgid "Invalid or unsupported post record" msgstr "" @@ -2718,11 +2743,11 @@ msgstr "" #~ msgid "labels have been placed on this {labelTarget}" #~ msgstr "" -#: src/components/moderation/LabelsOnMeDialog.tsx:80 +#: src/components/moderation/LabelsOnMeDialog.tsx:79 msgid "Labels on your account" msgstr "" -#: src/components/moderation/LabelsOnMeDialog.tsx:82 +#: src/components/moderation/LabelsOnMeDialog.tsx:81 msgid "Labels on your content" msgstr "" @@ -2734,7 +2759,7 @@ msgstr "" msgid "Language settings" msgstr "" -#: src/Navigation.tsx:151 +#: src/Navigation.tsx:150 #: src/view/screens/LanguageSettings.tsx:90 msgid "Language Settings" msgstr "" @@ -2744,7 +2769,7 @@ msgid "Languages" msgstr "" #: src/screens/Hashtag.tsx:99 -#: src/view/screens/Search/Search.tsx:376 +#: src/view/screens/Search/Search.tsx:377 msgid "Latest" msgstr "" @@ -2826,8 +2851,8 @@ msgid "Like this feed" msgstr "" #: src/components/LikesDialog.tsx:87 -#: src/Navigation.tsx:208 -#: src/Navigation.tsx:213 +#: src/Navigation.tsx:214 +#: src/Navigation.tsx:219 msgid "Liked by" msgstr "" @@ -2863,11 +2888,11 @@ msgstr "" msgid "Likes" msgstr "" -#: src/view/com/post-thread/PostThreadItem.tsx:201 +#: src/view/com/post-thread/PostThreadItem.tsx:196 msgid "Likes on this post" msgstr "" -#: src/Navigation.tsx:177 +#: src/Navigation.tsx:183 msgid "List" msgstr "" @@ -2879,7 +2904,7 @@ msgstr "" msgid "List blocked" msgstr "" -#: src/view/com/feeds/FeedSourceCard.tsx:232 +#: src/view/com/feeds/FeedSourceCard.tsx:253 msgid "List by {0}" msgstr "" @@ -2903,12 +2928,12 @@ msgstr "" msgid "List unmuted" msgstr "" -#: src/Navigation.tsx:121 +#: src/Navigation.tsx:120 #: src/view/screens/Profile.tsx:192 #: src/view/screens/Profile.tsx:198 #: src/view/shell/desktop/LeftNav.tsx:373 -#: src/view/shell/Drawer.tsx:508 #: src/view/shell/Drawer.tsx:509 +#: src/view/shell/Drawer.tsx:510 msgid "Lists" msgstr "" @@ -2916,7 +2941,7 @@ msgstr "" msgid "Lists blocking this user:" msgstr "" -#: src/view/screens/Notifications.tsx:168 +#: src/view/screens/Notifications.tsx:184 msgid "Load new notifications" msgstr "" @@ -2931,7 +2956,7 @@ msgstr "" msgid "Loading..." msgstr "" -#: src/Navigation.tsx:228 +#: src/Navigation.tsx:234 msgid "Log" msgstr "" @@ -2967,7 +2992,7 @@ msgstr "" msgid "Looks like you haven't saved any feeds! Use our recommendations or browse more below." msgstr "" -#: src/screens/Home/NoFeedsPinned.tsx:96 +#: src/screens/Home/NoFeedsPinned.tsx:83 msgid "Looks like you unpinned all your feeds. But don't worry, you can add some below 😄" msgstr "" @@ -2983,7 +3008,7 @@ msgstr "" 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 "" @@ -3005,8 +3030,8 @@ msgstr "" msgid "Mentioned users" msgstr "" -#: src/view/com/util/ViewHeader.tsx:90 -#: src/view/screens/Search/Search.tsx:713 +#: src/view/com/util/ViewHeader.tsx:91 +#: src/view/screens/Search/Search.tsx:714 msgid "Menu" msgstr "" @@ -3015,11 +3040,11 @@ msgid "Message {0}" msgstr "" #: src/components/dms/MessageMenu.tsx:72 -#: src/screens/Messages/List/ChatListItem.tsx:154 +#: src/screens/Messages/List/ChatListItem.tsx:155 msgid "Message deleted" msgstr "" -#: src/view/com/posts/FeedErrorMessage.tsx:201 +#: src/view/com/posts/FeedErrorMessage.tsx:200 msgid "Message from server: {0}" msgstr "" @@ -3036,7 +3061,7 @@ msgstr "" msgid "Message settings" msgstr "" -#: src/Navigation.tsx:521 +#: src/Navigation.tsx:504 #: src/screens/Messages/List/index.tsx:164 #: src/screens/Messages/List/index.tsx:246 #: src/screens/Messages/List/index.tsx:317 @@ -3051,7 +3076,7 @@ msgstr "" msgid "Misleading Account" msgstr "" -#: src/Navigation.tsx:126 +#: src/Navigation.tsx:125 #: src/screens/Moderation/index.tsx:104 #: src/view/screens/Settings/index.tsx:561 msgid "Moderation" @@ -3088,7 +3113,7 @@ msgstr "" msgid "Moderation lists" msgstr "" -#: src/Navigation.tsx:131 +#: src/Navigation.tsx:130 #: src/view/screens/ModerationModlists.tsx:58 msgid "Moderation Lists" msgstr "" @@ -3097,7 +3122,7 @@ msgstr "" msgid "Moderation settings" msgstr "" -#: src/Navigation.tsx:223 +#: src/Navigation.tsx:229 msgid "Moderation states" msgstr "" @@ -3110,7 +3135,7 @@ msgstr "" msgid "Moderator has chosen to set a general warning on the content." msgstr "" -#: src/view/com/post-thread/PostThreadItem.tsx:572 +#: src/view/com/post-thread/PostThreadItem.tsx:566 msgid "More" msgstr "" @@ -3152,11 +3177,11 @@ msgstr "" msgid "Mute conversation" 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 "" @@ -3173,21 +3198,21 @@ 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 "" -#: src/view/com/util/forms/PostDropdownBtn.tsx:365 -#: src/view/com/util/forms/PostDropdownBtn.tsx:371 +#: src/view/com/util/forms/PostDropdownBtn.tsx:352 +#: src/view/com/util/forms/PostDropdownBtn.tsx:358 msgid "Mute thread" msgstr "" -#: src/view/com/util/forms/PostDropdownBtn.tsx:381 -#: src/view/com/util/forms/PostDropdownBtn.tsx:383 +#: src/view/com/util/forms/PostDropdownBtn.tsx:368 +#: src/view/com/util/forms/PostDropdownBtn.tsx:370 msgid "Mute words & tags" msgstr "" @@ -3199,7 +3224,7 @@ msgstr "" msgid "Muted accounts" msgstr "" -#: src/Navigation.tsx:136 +#: src/Navigation.tsx:135 #: src/view/screens/ModerationMutedAccounts.tsx:109 msgid "Muted Accounts" msgstr "" @@ -3225,7 +3250,7 @@ msgstr "" msgid "My Birthday" msgstr "" -#: src/view/screens/Feeds.tsx:795 +#: src/view/screens/Feeds.tsx:768 msgid "My Feeds" msgstr "" @@ -3241,7 +3266,7 @@ msgstr "" msgid "My Saved Feeds" msgstr "" -#: src/view/com/modals/AddAppPasswords.tsx:174 +#: src/view/com/modals/AddAppPasswords.tsx:173 #: src/view/com/modals/CreateOrEditList.tsx:279 msgid "Name" msgstr "" @@ -3323,8 +3348,8 @@ msgctxt "action" msgid "New post" msgstr "" -#: src/view/screens/Feeds.tsx:627 -#: src/view/screens/Notifications.tsx:177 +#: src/view/screens/Feeds.tsx:600 +#: src/view/screens/Notifications.tsx:193 #: src/view/screens/Profile.tsx:464 #: src/view/screens/ProfileFeed.tsx:426 #: src/view/screens/ProfileList.tsx:201 @@ -3394,7 +3419,7 @@ msgstr "" msgid "No featured GIFs found. There may be an issue with Tenor." msgstr "" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:112 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:116 msgid "No longer following {0}" msgstr "" @@ -3402,7 +3427,7 @@ msgstr "" msgid "No longer than 253 characters" msgstr "" -#: src/screens/Messages/List/ChatListItem.tsx:105 +#: src/screens/Messages/List/ChatListItem.tsx:106 msgid "No messages yet" msgstr "" @@ -3410,7 +3435,7 @@ msgstr "" msgid "No more conversations to show" msgstr "" -#: src/view/com/notifications/Feed.tsx:117 +#: src/view/com/notifications/Feed.tsx:118 msgid "No notifications yet!" msgstr "" @@ -3421,6 +3446,10 @@ msgstr "" msgid "No one" msgstr "" +#: src/screens/Profile/Sections/Feed.tsx:59 +msgid "No posts yet." +msgstr "" + #: src/view/com/composer/text-input/mobile/Autocomplete.tsx:101 #: src/view/com/composer/text-input/web/Autocomplete.tsx:195 msgid "No result" @@ -3434,13 +3463,13 @@ msgstr "" msgid "No results found" msgstr "" -#: src/view/screens/Feeds.tsx:556 +#: src/view/screens/Feeds.tsx:530 msgid "No results found for \"{query}\"" msgstr "" #: src/view/com/modals/ListAddRemoveUsers.tsx:127 -#: src/view/screens/Search/Search.tsx:296 -#: src/view/screens/Search/Search.tsx:335 +#: src/view/screens/Search/Search.tsx:297 +#: src/view/screens/Search/Search.tsx:336 msgid "No results found for {query}" msgstr "" @@ -3479,7 +3508,7 @@ msgstr "" #~ msgid "Not Applicable." #~ msgstr "" -#: src/Navigation.tsx:116 +#: src/Navigation.tsx:115 #: src/view/screens/Profile.tsx:100 msgid "Not Found" msgstr "" @@ -3490,7 +3519,7 @@ msgid "Not right now" msgstr "" #: src/view/com/profile/ProfileMenu.tsx:370 -#: src/view/com/util/forms/PostDropdownBtn.tsx:459 +#: src/view/com/util/forms/PostDropdownBtn.tsx:446 #: src/view/com/util/post-ctrls/PostCtrls.tsx:308 msgid "Note about sharing" msgstr "" @@ -3511,13 +3540,13 @@ msgstr "" msgid "Notification Sounds" msgstr "" -#: src/Navigation.tsx:516 -#: src/view/screens/Notifications.tsx:126 -#: src/view/screens/Notifications.tsx:154 +#: src/Navigation.tsx:499 +#: src/view/screens/Notifications.tsx:132 +#: src/view/screens/Notifications.tsx:169 #: src/view/shell/bottom-bar/BottomBar.tsx:227 #: src/view/shell/desktop/LeftNav.tsx:350 -#: src/view/shell/Drawer.tsx:456 #: src/view/shell/Drawer.tsx:457 +#: src/view/shell/Drawer.tsx:458 msgid "Notifications" msgstr "" @@ -3567,11 +3596,11 @@ msgstr "" msgid "Onboarding reset" msgstr "" -#: src/view/com/composer/Composer.tsx:488 +#: src/view/com/composer/Composer.tsx:503 msgid "One or more images is missing alt text." msgstr "" -#: src/screens/Onboarding/StepProfile/index.tsx:116 +#: src/screens/Onboarding/StepProfile/index.tsx:117 msgid "Only .jpg and .png files are supported" msgstr "" @@ -3601,17 +3630,17 @@ msgstr "" msgid "Open {name} profile shortcut menu" msgstr "" -#: src/screens/Onboarding/StepProfile/index.tsx:276 +#: src/screens/Onboarding/StepProfile/index.tsx:277 msgid "Open avatar creator" msgstr "" -#: src/screens/Messages/List/ChatListItem.tsx:214 -#: src/screens/Messages/List/ChatListItem.tsx:215 +#: src/screens/Messages/List/ChatListItem.tsx:219 +#: src/screens/Messages/List/ChatListItem.tsx:220 msgid "Open conversation options" msgstr "" -#: src/view/com/composer/Composer.tsx:600 -#: src/view/com/composer/Composer.tsx:601 +#: src/view/com/composer/Composer.tsx:613 +#: src/view/com/composer/Composer.tsx:614 msgid "Open emoji picker" msgstr "" @@ -3631,11 +3660,11 @@ msgstr "" msgid "Open muted words and tags settings" msgstr "" -#: src/view/com/home/HomeHeaderLayoutMobile.tsx:52 +#: src/view/com/home/HomeHeaderLayoutMobile.tsx:54 msgid "Open navigation" msgstr "" -#: src/view/com/util/forms/PostDropdownBtn.tsx:250 +#: src/view/com/util/forms/PostDropdownBtn.tsx:237 msgid "Open post options menu" msgstr "" @@ -3744,8 +3773,8 @@ msgstr "" #: src/view/com/home/HomeHeaderLayout.web.tsx:77 #: src/view/screens/Feeds.tsx:417 -msgid "Opens screen to edit Saved Feeds" -msgstr "" +#~ msgid "Opens screen to edit Saved Feeds" +#~ msgstr "" #: src/view/screens/Settings/index.tsx:617 msgid "Opens screen with all saved feeds" @@ -3789,8 +3818,8 @@ msgstr "" msgid "Option {0} of {numItems}" msgstr "" -#: src/components/dms/ReportDialog.tsx:181 -#: src/components/ReportDialog/SubmitView.tsx:163 +#: src/components/dms/ReportDialog.tsx:183 +#: src/components/ReportDialog/SubmitView.tsx:162 msgid "Optionally provide additional information below:" msgstr "" @@ -3854,15 +3883,15 @@ msgstr "" msgid "Pause" msgstr "" -#: src/view/screens/Search/Search.tsx:386 +#: src/view/screens/Search/Search.tsx:387 msgid "People" msgstr "" -#: src/Navigation.tsx:171 +#: src/Navigation.tsx:170 msgid "People followed by @{0}" msgstr "" -#: src/Navigation.tsx:164 +#: src/Navigation.tsx:163 msgid "People following @{0}" msgstr "" @@ -3941,15 +3970,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:95 +#: src/view/com/modals/AddAppPasswords.tsx:94 msgid "Please enter a name for your app password. All spaces is not allowed." msgstr "" -#: src/view/com/modals/AddAppPasswords.tsx:151 +#: src/view/com/modals/AddAppPasswords.tsx:150 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 "" @@ -3961,7 +3990,7 @@ msgstr "" msgid "Please enter your password as well:" msgstr "" -#: src/components/moderation/LabelsOnMeDialog.tsx:258 +#: src/components/moderation/LabelsOnMeDialog.tsx:256 msgid "Please explain why you think this label was incorrectly applied by {0}" msgstr "" @@ -3978,7 +4007,7 @@ msgstr "" msgid "Please Verify Your Email" msgstr "" -#: src/view/com/composer/Composer.tsx:268 +#: src/view/com/composer/Composer.tsx:281 msgid "Please wait for your link card to finish loading" msgstr "" @@ -3990,28 +4019,28 @@ msgstr "" msgid "Porn" msgstr "" -#: src/view/com/composer/Composer.tsx:462 -#: src/view/com/composer/Composer.tsx:470 +#: src/view/com/composer/Composer.tsx:477 +#: src/view/com/composer/Composer.tsx:485 msgctxt "action" msgid "Post" msgstr "" -#: src/view/com/post-thread/PostThread.tsx:427 +#: src/view/com/post-thread/PostThread.tsx:430 msgctxt "description" msgid "Post" msgstr "" -#: src/view/com/post-thread/PostThreadItem.tsx:194 +#: src/view/com/post-thread/PostThreadItem.tsx:189 msgid "Post by {0}" msgstr "" -#: src/Navigation.tsx:183 -#: src/Navigation.tsx:190 -#: src/Navigation.tsx:197 +#: src/Navigation.tsx:189 +#: src/Navigation.tsx:196 +#: src/Navigation.tsx:203 msgid "Post by @{0}" msgstr "" -#: src/view/com/util/forms/PostDropdownBtn.tsx:134 +#: src/view/com/util/forms/PostDropdownBtn.tsx:129 msgid "Post deleted" msgstr "" @@ -4050,11 +4079,11 @@ 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 "" -#: src/view/com/posts/FeedErrorMessage.tsx:69 +#: src/view/com/posts/FeedErrorMessage.tsx:68 msgid "Posts hidden" msgstr "" @@ -4082,6 +4111,10 @@ msgstr "" #~ msgid "Press to Retry" #~ msgstr "" +#: src/components/KnownFollowers.tsx:111 +msgid "Press to view followers of this account that you also follow" +msgstr "" + #: src/view/com/lightbox/Lightbox.web.tsx:150 msgid "Previous image" msgstr "" @@ -4099,11 +4132,11 @@ msgstr "" msgid "Privacy" msgstr "" -#: src/Navigation.tsx:238 +#: src/Navigation.tsx:244 #: src/screens/Signup/StepInfo/Policies.tsx:56 #: src/view/screens/PrivacyPolicy.tsx:29 #: src/view/screens/Settings/index.tsx:957 -#: src/view/shell/Drawer.tsx:284 +#: src/view/shell/Drawer.tsx:285 msgid "Privacy Policy" msgstr "" @@ -4123,8 +4156,8 @@ msgstr "" #: src/view/shell/bottom-bar/BottomBar.tsx:272 #: src/view/shell/desktop/LeftNav.tsx:381 #: src/view/shell/Drawer.tsx:78 -#: src/view/shell/Drawer.tsx:541 #: src/view/shell/Drawer.tsx:542 +#: src/view/shell/Drawer.tsx:543 msgid "Profile" msgstr "" @@ -4148,16 +4181,16 @@ msgstr "" msgid "Public, shareable lists which can drive feeds." msgstr "" -#: src/view/com/composer/Composer.tsx:447 +#: src/view/com/composer/Composer.tsx:462 msgid "Publish post" msgstr "" -#: src/view/com/composer/Composer.tsx:447 +#: src/view/com/composer/Composer.tsx:462 msgid "Publish reply" msgstr "" -#: src/view/com/util/post-ctrls/RepostButton.tsx:113 -#: src/view/com/util/post-ctrls/RepostButton.tsx:125 +#: src/view/com/util/post-ctrls/RepostButton.tsx:115 +#: src/view/com/util/post-ctrls/RepostButton.tsx:127 #: src/view/com/util/post-ctrls/RepostButton.web.tsx:78 #: src/view/com/util/post-ctrls/RepostButton.web.tsx:81 msgid "Quote post" @@ -4185,7 +4218,7 @@ msgstr "" msgid "Reactivate your account" msgstr "" -#: src/components/dms/ReportDialog.tsx:172 +#: src/components/dms/ReportDialog.tsx:174 msgid "Reason:" msgstr "" @@ -4193,7 +4226,7 @@ msgstr "" #~ msgid "Reason: {0}" #~ msgstr "" -#: src/view/screens/Search/Search.tsx:973 +#: src/view/screens/Search/Search.tsx:970 msgid "Recent Searches" msgstr "" @@ -4213,12 +4246,12 @@ msgstr "" msgid "Reload conversations" msgstr "" -#: src/components/dialogs/MutedWords.tsx:288 -#: src/view/com/feeds/FeedSourceCard.tsx:296 +#: src/components/dialogs/MutedWords.tsx:286 +#: src/view/com/feeds/FeedSourceCard.tsx:317 #: src/view/com/modals/ListAddRemoveUsers.tsx:268 #: src/view/com/modals/SelfLabel.tsx:84 #: src/view/com/modals/UserAddRemoveLists.tsx:230 -#: src/view/com/posts/FeedErrorMessage.tsx:213 +#: src/view/com/posts/FeedErrorMessage.tsx:212 msgid "Remove" msgstr "" @@ -4238,25 +4271,25 @@ msgstr "" msgid "Remove embed" msgstr "" -#: src/view/com/posts/FeedErrorMessage.tsx:169 +#: src/view/com/posts/FeedErrorMessage.tsx:168 #: src/view/com/posts/FeedShutdownMsg.tsx:113 #: src/view/com/posts/FeedShutdownMsg.tsx:117 msgid "Remove feed" msgstr "" -#: src/view/com/posts/FeedErrorMessage.tsx:210 +#: src/view/com/posts/FeedErrorMessage.tsx:209 msgid "Remove feed?" msgstr "" -#: src/view/com/feeds/FeedSourceCard.tsx:180 -#: src/view/com/feeds/FeedSourceCard.tsx:245 +#: src/view/com/feeds/FeedSourceCard.tsx:188 +#: src/view/com/feeds/FeedSourceCard.tsx:266 #: src/view/screens/ProfileFeed.tsx:330 #: src/view/screens/ProfileFeed.tsx:336 #: src/view/screens/ProfileList.tsx:443 msgid "Remove from my feeds" msgstr "" -#: src/view/com/feeds/FeedSourceCard.tsx:291 +#: src/view/com/feeds/FeedSourceCard.tsx:312 msgid "Remove from my feeds?" msgstr "" @@ -4268,15 +4301,15 @@ msgstr "" msgid "Remove image preview" msgstr "" -#: src/components/dialogs/MutedWords.tsx:331 +#: src/components/dialogs/MutedWords.tsx:329 msgid "Remove mute word from your list" msgstr "" -#: src/view/screens/Search/Search.tsx:1014 +#: src/view/screens/Search/Search.tsx:1011 msgid "Remove profile" msgstr "" -#: src/view/screens/Search/Search.tsx:1016 +#: src/view/screens/Search/Search.tsx:1013 msgid "Remove profile from search history" msgstr "" @@ -4284,12 +4317,12 @@ msgstr "" msgid "Remove quote" msgstr "" -#: src/view/com/util/post-ctrls/RepostButton.tsx:90 -#: src/view/com/util/post-ctrls/RepostButton.tsx:106 +#: src/view/com/util/post-ctrls/RepostButton.tsx:92 +#: src/view/com/util/post-ctrls/RepostButton.tsx:108 msgid "Remove repost" msgstr "" -#: src/view/com/posts/FeedErrorMessage.tsx:211 +#: src/view/com/posts/FeedErrorMessage.tsx:210 msgid "Remove this feed from your saved feeds" msgstr "" @@ -4298,7 +4331,7 @@ msgstr "" msgid "Removed from list" msgstr "" -#: src/view/com/feeds/FeedSourceCard.tsx:131 +#: src/view/com/feeds/FeedSourceCard.tsx:139 msgid "Removed from my feeds" msgstr "" @@ -4329,7 +4362,7 @@ msgstr "" msgid "Replies to this thread are disabled" msgstr "" -#: src/view/com/composer/Composer.tsx:460 +#: src/view/com/composer/Composer.tsx:475 msgctxt "action" msgid "Reply" msgstr "" @@ -4389,8 +4422,8 @@ msgstr "" msgid "Report message" msgstr "" -#: src/view/com/util/forms/PostDropdownBtn.tsx:407 -#: src/view/com/util/forms/PostDropdownBtn.tsx:409 +#: src/view/com/util/forms/PostDropdownBtn.tsx:394 +#: src/view/com/util/forms/PostDropdownBtn.tsx:396 msgid "Report post" msgstr "" @@ -4406,8 +4439,8 @@ msgstr "" msgid "Report this list" msgstr "" -#: src/components/dms/ReportDialog.tsx:47 -#: src/components/dms/ReportDialog.tsx:140 +#: src/components/dms/ReportDialog.tsx:48 +#: src/components/dms/ReportDialog.tsx:142 #: src/components/ReportDialog/SelectReportOptionView.tsx:59 msgid "Report this message" msgstr "" @@ -4420,9 +4453,9 @@ msgstr "" msgid "Report this user" msgstr "" -#: src/view/com/util/post-ctrls/RepostButton.tsx:63 -#: src/view/com/util/post-ctrls/RepostButton.tsx:91 -#: src/view/com/util/post-ctrls/RepostButton.tsx:107 +#: src/view/com/util/post-ctrls/RepostButton.tsx:64 +#: src/view/com/util/post-ctrls/RepostButton.tsx:93 +#: src/view/com/util/post-ctrls/RepostButton.tsx:109 msgctxt "action" msgid "Repost" msgstr "" @@ -4432,7 +4465,7 @@ msgstr "" msgid "Repost" msgstr "" -#: src/view/com/util/post-ctrls/RepostButton.tsx:83 +#: src/view/com/util/post-ctrls/RepostButton.tsx:85 #: src/view/com/util/post-ctrls/RepostButton.web.tsx:46 #: src/view/com/util/post-ctrls/RepostButton.web.tsx:92 msgid "Repost or quote post" @@ -4458,7 +4491,7 @@ msgstr "" msgid "reposted your post" msgstr "" -#: src/view/com/post-thread/PostThreadItem.tsx:206 +#: src/view/com/post-thread/PostThreadItem.tsx:201 msgid "Reposts of this post" msgstr "" @@ -4561,8 +4594,8 @@ msgid "Returns to previous page" msgstr "" #: src/components/dialogs/BirthDateSettings.tsx:125 -#: src/view/com/composer/GifAltText.tsx:163 -#: src/view/com/composer/GifAltText.tsx:169 +#: src/view/com/composer/GifAltText.tsx:162 +#: src/view/com/composer/GifAltText.tsx:168 #: src/view/com/modals/ChangeHandle.tsx:168 #: src/view/com/modals/CreateOrEditList.tsx:326 #: src/view/com/modals/EditProfile.tsx:225 @@ -4642,20 +4675,20 @@ msgid "Scroll to top" msgstr "" #: src/components/dms/dialogs/SearchablePeopleList.tsx:504 -#: src/Navigation.tsx:506 +#: src/Navigation.tsx:494 #: 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:451 -#: src/view/screens/Search/Search.tsx:825 -#: src/view/screens/Search/Search.tsx:853 +#: src/view/screens/Search/Search.tsx:452 +#: src/view/screens/Search/Search.tsx:822 +#: src/view/screens/Search/Search.tsx:850 #: src/view/shell/bottom-bar/BottomBar.tsx:179 #: src/view/shell/desktop/LeftNav.tsx:343 #: src/view/shell/desktop/Search.tsx:194 #: src/view/shell/desktop/Search.tsx:203 -#: src/view/shell/Drawer.tsx:393 #: src/view/shell/Drawer.tsx:394 +#: src/view/shell/Drawer.tsx:395 msgid "Search" msgstr "" @@ -4663,7 +4696,7 @@ msgstr "" msgid "Search for \"{query}\"" msgstr "" -#: src/view/screens/Search/Search.tsx:909 +#: src/view/screens/Search/Search.tsx:906 msgid "Search for \"{searchText}\"" msgstr "" @@ -4785,7 +4818,7 @@ msgstr "" msgid "Select the {emojiName} emoji as your avatar" msgstr "" -#: src/components/ReportDialog/SubmitView.tsx:136 +#: src/components/ReportDialog/SubmitView.tsx:135 msgid "Select the moderation service(s) to report to" msgstr "" @@ -4847,8 +4880,8 @@ msgctxt "action" msgid "Send Email" msgstr "" -#: src/view/shell/Drawer.tsx:328 -#: src/view/shell/Drawer.tsx:349 +#: src/view/shell/Drawer.tsx:329 +#: src/view/shell/Drawer.tsx:350 msgid "Send feedback" msgstr "" @@ -4857,14 +4890,14 @@ msgstr "" msgid "Send message" msgstr "" -#: src/components/dms/dialogs/ShareViaChatDialog.tsx:47 +#: src/components/dms/dialogs/ShareViaChatDialog.tsx:59 msgid "Send post to..." msgstr "" -#: src/components/dms/ReportDialog.tsx:232 -#: src/components/dms/ReportDialog.tsx:235 -#: src/components/ReportDialog/SubmitView.tsx:216 -#: src/components/ReportDialog/SubmitView.tsx:220 +#: src/components/dms/ReportDialog.tsx:234 +#: src/components/dms/ReportDialog.tsx:237 +#: src/components/ReportDialog/SubmitView.tsx:215 +#: src/components/ReportDialog/SubmitView.tsx:219 msgid "Send report" msgstr "" @@ -4877,8 +4910,8 @@ msgstr "" msgid "Send verification email" msgstr "" -#: src/view/com/util/forms/PostDropdownBtn.tsx:299 -#: src/view/com/util/forms/PostDropdownBtn.tsx:302 +#: src/view/com/util/forms/PostDropdownBtn.tsx:286 +#: src/view/com/util/forms/PostDropdownBtn.tsx:289 msgid "Send via direct message" msgstr "" @@ -4962,11 +4995,11 @@ msgstr "" msgid "Sets image aspect ratio to wide" msgstr "" -#: src/Navigation.tsx:146 +#: src/Navigation.tsx:145 #: src/view/screens/Settings/index.tsx:332 #: src/view/shell/desktop/LeftNav.tsx:389 -#: src/view/shell/Drawer.tsx:558 #: src/view/shell/Drawer.tsx:559 +#: src/view/shell/Drawer.tsx:560 msgid "Settings" msgstr "" @@ -4985,8 +5018,8 @@ msgstr "" #: src/view/com/profile/ProfileMenu.tsx:217 #: src/view/com/profile/ProfileMenu.tsx:226 -#: src/view/com/util/forms/PostDropdownBtn.tsx:310 -#: src/view/com/util/forms/PostDropdownBtn.tsx:319 +#: src/view/com/util/forms/PostDropdownBtn.tsx:297 +#: src/view/com/util/forms/PostDropdownBtn.tsx:306 #: src/view/com/util/post-ctrls/PostCtrls.tsx:297 #: src/view/screens/ProfileList.tsx:428 msgid "Share" @@ -5001,7 +5034,7 @@ msgid "Share a fun fact!" msgstr "" #: src/view/com/profile/ProfileMenu.tsx:375 -#: src/view/com/util/forms/PostDropdownBtn.tsx:464 +#: src/view/com/util/forms/PostDropdownBtn.tsx:451 #: src/view/com/util/post-ctrls/PostCtrls.tsx:313 msgid "Share anyway" msgstr "" @@ -5053,7 +5086,7 @@ msgstr "" msgid "Show badge and filter from feeds" msgstr "" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:207 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:211 msgid "Show follows similar to {0}" msgstr "" @@ -5061,19 +5094,19 @@ msgstr "" msgid "Show hidden replies" msgstr "" -#: src/view/com/util/forms/PostDropdownBtn.tsx:349 -#: src/view/com/util/forms/PostDropdownBtn.tsx:351 +#: src/view/com/util/forms/PostDropdownBtn.tsx:336 +#: src/view/com/util/forms/PostDropdownBtn.tsx:338 msgid "Show less like this" msgstr "" -#: src/view/com/post-thread/PostThreadItem.tsx:538 +#: src/view/com/post-thread/PostThreadItem.tsx:532 #: src/view/com/post/Post.tsx:227 #: src/view/com/posts/FeedItem.tsx:392 msgid "Show More" msgstr "" -#: src/view/com/util/forms/PostDropdownBtn.tsx:341 -#: src/view/com/util/forms/PostDropdownBtn.tsx:343 +#: src/view/com/util/forms/PostDropdownBtn.tsx:328 +#: src/view/com/util/forms/PostDropdownBtn.tsx:330 msgid "Show more like this" msgstr "" @@ -5162,9 +5195,9 @@ msgstr "" #: src/view/shell/bottom-bar/BottomBar.tsx:312 #: src/view/shell/bottom-bar/BottomBar.tsx:313 #: src/view/shell/bottom-bar/BottomBar.tsx:315 -#: src/view/shell/bottom-bar/BottomBarWeb.tsx:181 -#: src/view/shell/bottom-bar/BottomBarWeb.tsx:182 -#: src/view/shell/bottom-bar/BottomBarWeb.tsx:184 +#: src/view/shell/bottom-bar/BottomBarWeb.tsx:204 +#: src/view/shell/bottom-bar/BottomBarWeb.tsx:205 +#: src/view/shell/bottom-bar/BottomBarWeb.tsx:207 #: src/view/shell/NavSignupCard.tsx:69 #: src/view/shell/NavSignupCard.tsx:70 #: src/view/shell/NavSignupCard.tsx:72 @@ -5195,9 +5228,9 @@ msgstr "" #: src/view/shell/bottom-bar/BottomBar.tsx:302 #: src/view/shell/bottom-bar/BottomBar.tsx:303 #: src/view/shell/bottom-bar/BottomBar.tsx:305 -#: src/view/shell/bottom-bar/BottomBarWeb.tsx:171 -#: src/view/shell/bottom-bar/BottomBarWeb.tsx:172 -#: src/view/shell/bottom-bar/BottomBarWeb.tsx:174 +#: src/view/shell/bottom-bar/BottomBarWeb.tsx:194 +#: src/view/shell/bottom-bar/BottomBarWeb.tsx:195 +#: src/view/shell/bottom-bar/BottomBarWeb.tsx:197 #: src/view/shell/NavSignupCard.tsx:60 #: src/view/shell/NavSignupCard.tsx:61 #: src/view/shell/NavSignupCard.tsx:63 @@ -5238,7 +5271,7 @@ msgstr "" msgid "Some people can reply" msgstr "" -#: src/screens/Messages/Conversation/index.tsx:94 +#: src/screens/Messages/Conversation/index.tsx:106 msgid "Something went wrong" msgstr "" @@ -5270,7 +5303,7 @@ msgstr "" #~ msgid "Source:" #~ msgstr "" -#: src/components/moderation/LabelsOnMeDialog.tsx:170 +#: src/components/moderation/LabelsOnMeDialog.tsx:168 msgid "Source: <0>{0}" msgstr "" @@ -5323,13 +5356,13 @@ msgstr "" msgid "Storage cleared, you need to restart the app now." msgstr "" -#: src/Navigation.tsx:218 +#: src/Navigation.tsx:224 #: src/view/screens/Settings/index.tsx:863 msgid "Storybook" msgstr "" -#: src/components/moderation/LabelsOnMeDialog.tsx:292 -#: src/components/moderation/LabelsOnMeDialog.tsx:293 +#: src/components/moderation/LabelsOnMeDialog.tsx:290 +#: src/components/moderation/LabelsOnMeDialog.tsx:291 #: src/screens/Messages/Conversation/ChatDisabled.tsx:142 #: src/screens/Messages/Conversation/ChatDisabled.tsx:143 msgid "Submit" @@ -5360,7 +5393,7 @@ msgstr "" msgid "Subscribe to this list" msgstr "" -#: src/view/screens/Search/Search.tsx:424 +#: src/view/screens/Search/Search.tsx:425 msgid "Suggested Follows" msgstr "" @@ -5372,7 +5405,7 @@ msgstr "" msgid "Suggestive" msgstr "" -#: src/Navigation.tsx:233 +#: src/Navigation.tsx:239 #: src/view/screens/Support.tsx:30 #: src/view/screens/Support.tsx:33 msgid "Support" @@ -5399,7 +5432,7 @@ msgstr "" msgid "System log" msgstr "" -#: src/components/dialogs/MutedWords.tsx:325 +#: src/components/dialogs/MutedWords.tsx:323 msgid "tag" msgstr "" @@ -5427,11 +5460,11 @@ msgstr "" msgid "Terms" msgstr "" -#: src/Navigation.tsx:243 +#: src/Navigation.tsx:249 #: src/screens/Signup/StepInfo/Policies.tsx:49 #: src/view/screens/Settings/index.tsx:951 #: src/view/screens/TermsOfService.tsx:29 -#: src/view/shell/Drawer.tsx:278 +#: src/view/shell/Drawer.tsx:279 msgid "Terms of Service" msgstr "" @@ -5441,17 +5474,17 @@ msgstr "" msgid "Terms used violate community standards" msgstr "" -#: src/components/dialogs/MutedWords.tsx:325 +#: src/components/dialogs/MutedWords.tsx:323 msgid "text" msgstr "" -#: src/components/moderation/LabelsOnMeDialog.tsx:256 +#: src/components/moderation/LabelsOnMeDialog.tsx:254 #: src/screens/Messages/Conversation/ChatDisabled.tsx:108 msgid "Text input field" msgstr "" -#: src/components/dms/ReportDialog.tsx:132 -#: src/components/ReportDialog/SubmitView.tsx:78 +#: src/components/dms/ReportDialog.tsx:134 +#: src/components/ReportDialog/SubmitView.tsx:77 msgid "Thank you. Your report has been sent." msgstr "" @@ -5463,7 +5496,7 @@ msgstr "" msgid "That handle is already taken." msgstr "" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:291 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:305 #: src/view/com/profile/ProfileMenu.tsx:351 msgid "The account will be able to interact with you after unblocking." msgstr "" @@ -5484,11 +5517,11 @@ msgstr "" msgid "The feed has been replaced with Discover." msgstr "" -#: src/components/moderation/LabelsOnMeDialog.tsx:66 +#: src/components/moderation/LabelsOnMeDialog.tsx:65 msgid "The following labels were applied to your account." msgstr "" -#: src/components/moderation/LabelsOnMeDialog.tsx:67 +#: src/components/moderation/LabelsOnMeDialog.tsx:66 msgid "The following labels were applied to your content." msgstr "" @@ -5526,7 +5559,7 @@ msgstr "" msgid "There was an an issue contacting the server, please check your internet connection and try again." msgstr "" -#: src/view/com/posts/FeedErrorMessage.tsx:146 +#: src/view/com/posts/FeedErrorMessage.tsx:145 msgid "There was an an issue removing this feed. Please check your internet connection and try again." msgstr "" @@ -5554,12 +5587,12 @@ msgstr "" msgid "There was an issue contacting the server" msgstr "" -#: src/view/com/feeds/FeedSourceCard.tsx:120 -#: src/view/com/feeds/FeedSourceCard.tsx:133 +#: src/view/com/feeds/FeedSourceCard.tsx:128 +#: src/view/com/feeds/FeedSourceCard.tsx:141 msgid "There was an issue contacting your server" msgstr "" -#: src/view/com/notifications/Feed.tsx:125 +#: src/view/com/notifications/Feed.tsx:126 msgid "There was an issue fetching notifications. Tap here to try again." msgstr "" @@ -5576,8 +5609,8 @@ msgstr "" msgid "There was an issue fetching your lists. Tap here to try again." msgstr "" -#: src/components/dms/ReportDialog.tsx:220 -#: src/components/ReportDialog/SubmitView.tsx:83 +#: src/components/dms/ReportDialog.tsx:222 +#: src/components/ReportDialog/SubmitView.tsx:82 msgid "There was an issue sending your report. Please check your internet connection." msgstr "" @@ -5589,9 +5622,9 @@ msgstr "" msgid "There was an issue with fetching your app passwords" msgstr "" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:99 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:121 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:135 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:103 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:125 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:139 #: src/view/com/post-thread/PostThreadFollowBtn.tsx:99 #: src/view/com/post-thread/PostThreadFollowBtn.tsx:111 #: src/view/com/profile/ProfileMenu.tsx:109 @@ -5636,7 +5669,7 @@ msgstr "" msgid "This account is blocked by one or more of your moderation lists. To unblock, please visit the lists directly and remove this user." msgstr "" -#: src/components/moderation/LabelsOnMeDialog.tsx:241 +#: src/components/moderation/LabelsOnMeDialog.tsx:239 msgid "This appeal will be sent to <0>{0}." msgstr "" @@ -5669,28 +5702,37 @@ msgstr "" msgid "This content is not available because one of the users involved has blocked the other." msgstr "" -#: src/view/com/posts/FeedErrorMessage.tsx:115 +#: src/view/com/posts/FeedErrorMessage.tsx:114 msgid "This content is not viewable without a Bluesky account." msgstr "" +#: src/screens/Messages/List/ChatListItem.tsx:213 +msgid "This conversation is with a deleted or a deactivated account. Press for options." +msgstr "" + #: src/view/screens/Settings/ExportCarDialog.tsx:93 msgid "This feature is in beta. You can read more about repository exports in <0>this blogpost." msgstr "" -#: src/view/com/posts/FeedErrorMessage.tsx:121 +#: src/view/com/posts/FeedErrorMessage.tsx:120 msgid "This feed is currently receiving high traffic and is temporarily unavailable. Please try again later." msgstr "" #: src/screens/Profile/Sections/Feed.tsx:59 #: src/view/screens/ProfileFeed.tsx:471 #: src/view/screens/ProfileList.tsx:729 -msgid "This feed is empty!" -msgstr "" +#~ msgid "This feed is empty!" +#~ msgstr "" #: src/view/com/posts/CustomFeedEmptyState.tsx:37 msgid "This feed is empty! You may need to follow more users or tune your language settings." msgstr "" +#: src/view/screens/ProfileFeed.tsx:471 +#: src/view/screens/ProfileList.tsx:729 +msgid "This feed is empty." +msgstr "" + #: src/view/com/posts/FeedShutdownMsg.tsx:97 msgid "This feed is no longer online. We are showing <0>Discover instead." msgstr "" @@ -5719,7 +5761,7 @@ msgstr "" #~ msgid "This label was applied by you" #~ msgstr "" -#: src/components/moderation/LabelsOnMeDialog.tsx:168 +#: src/components/moderation/LabelsOnMeDialog.tsx:166 msgid "This label was applied by you." msgstr "" @@ -5739,20 +5781,20 @@ 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:111 +#: src/view/com/modals/AddAppPasswords.tsx:110 msgid "This name is already in use" msgstr "" -#: src/view/com/post-thread/PostThreadItem.tsx:140 +#: src/view/com/post-thread/PostThreadItem.tsx:135 msgid "This post has been deleted." msgstr "" -#: src/view/com/util/forms/PostDropdownBtn.tsx:461 +#: src/view/com/util/forms/PostDropdownBtn.tsx:448 #: src/view/com/util/post-ctrls/PostCtrls.tsx:310 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:443 +#: src/view/com/util/forms/PostDropdownBtn.tsx:430 msgid "This post will be hidden from feeds." msgstr "" @@ -5801,7 +5843,7 @@ msgstr "" #~ msgid "This warning is only available for posts with media attached." #~ msgstr "" -#: src/components/dialogs/MutedWords.tsx:285 +#: src/components/dialogs/MutedWords.tsx:283 msgid "This will delete {0} from your muted words. You can always add it back later." msgstr "" @@ -5818,7 +5860,7 @@ msgstr "" msgid "Threaded Mode" msgstr "" -#: src/Navigation.tsx:276 +#: src/Navigation.tsx:282 msgid "Threads Preferences" msgstr "" @@ -5834,7 +5876,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 "" @@ -5847,7 +5889,7 @@ msgid "Toggle to enable or disable adult content" msgstr "" #: src/screens/Hashtag.tsx:88 -#: src/view/screens/Search/Search.tsx:366 +#: src/view/screens/Search/Search.tsx:367 msgid "Top" msgstr "" @@ -5857,10 +5899,10 @@ msgstr "" #: src/components/dms/MessageMenu.tsx:103 #: src/components/dms/MessageMenu.tsx:105 -#: src/view/com/post-thread/PostThreadItem.tsx:691 -#: src/view/com/post-thread/PostThreadItem.tsx:693 -#: src/view/com/util/forms/PostDropdownBtn.tsx:280 -#: src/view/com/util/forms/PostDropdownBtn.tsx:282 +#: src/view/com/post-thread/PostThreadItem.tsx:674 +#: src/view/com/post-thread/PostThreadItem.tsx:676 +#: src/view/com/util/forms/PostDropdownBtn.tsx:267 +#: src/view/com/util/forms/PostDropdownBtn.tsx:269 msgid "Translate" msgstr "" @@ -5902,14 +5944,14 @@ msgstr "" #: src/components/dms/MessagesListBlockedFooter.tsx:96 #: src/components/dms/MessagesListBlockedFooter.tsx:104 #: src/components/dms/MessagesListBlockedFooter.tsx:111 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:184 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:295 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:188 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:309 #: src/view/com/profile/ProfileMenu.tsx:363 #: src/view/screens/ProfileList.tsx:626 msgid "Unblock" msgstr "" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:189 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:193 msgctxt "action" msgid "Unblock" msgstr "" @@ -5924,12 +5966,12 @@ msgstr "" msgid "Unblock Account" msgstr "" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:289 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:303 #: src/view/com/profile/ProfileMenu.tsx:345 msgid "Unblock Account?" msgstr "" -#: src/view/com/util/post-ctrls/RepostButton.tsx:62 +#: src/view/com/util/post-ctrls/RepostButton.tsx:63 #: src/view/com/util/post-ctrls/RepostButton.web.tsx:69 #: src/view/com/util/post-ctrls/RepostButton.web.tsx:73 msgid "Undo repost" @@ -5944,7 +5986,7 @@ msgstr "" msgid "Unfollow" msgstr "" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:229 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:233 msgid "Unfollow {0}" msgstr "" @@ -5987,8 +6029,8 @@ msgstr "" #~ msgid "Unmute notifications" #~ msgstr "" -#: src/view/com/util/forms/PostDropdownBtn.tsx:365 -#: src/view/com/util/forms/PostDropdownBtn.tsx:370 +#: src/view/com/util/forms/PostDropdownBtn.tsx:352 +#: src/view/com/util/forms/PostDropdownBtn.tsx:357 msgid "Unmute thread" msgstr "" @@ -6038,7 +6080,7 @@ msgstr "" msgid "Updating..." msgstr "" -#: src/screens/Onboarding/StepProfile/index.tsx:280 +#: src/screens/Onboarding/StepProfile/index.tsx:281 msgid "Upload a photo instead" msgstr "" @@ -6099,7 +6141,7 @@ msgstr "" msgid "Use the DNS panel" msgstr "" -#: src/view/com/modals/AddAppPasswords.tsx:206 +#: src/view/com/modals/AddAppPasswords.tsx:205 msgid "Use this to sign into the other app along with your handle." msgstr "" @@ -6266,11 +6308,11 @@ msgstr "" #: src/components/ProfileHoverCard/index.web.tsx:396 #: src/components/ProfileHoverCard/index.web.tsx:429 #: src/view/com/posts/AviFollowButton.tsx:58 -#: src/view/com/posts/FeedErrorMessage.tsx:175 +#: src/view/com/posts/FeedErrorMessage.tsx:174 msgid "View profile" msgstr "" -#: src/view/com/profile/ProfileSubpageHeader.tsx:130 +#: src/view/com/profile/ProfileSubpageHeader.tsx:127 msgid "View the avatar" msgstr "" @@ -6282,6 +6324,11 @@ msgstr "" msgid "View users who like this feed" msgstr "" +#: src/view/com/home/HomeHeaderLayout.web.tsx:78 +#: src/view/com/home/HomeHeaderLayoutMobile.tsx:84 +msgid "View your feeds and explore more" +msgstr "" + #: src/view/com/modals/LinkWarning.tsx:89 #: src/view/com/modals/LinkWarning.tsx:95 msgid "Visit Site" @@ -6305,7 +6352,7 @@ msgstr "" msgid "We couldn't find any results for that hashtag." msgstr "" -#: src/screens/Messages/Conversation/index.tsx:95 +#: src/screens/Messages/Conversation/index.tsx:107 msgid "We couldn't load this conversation" msgstr "" @@ -6321,7 +6368,7 @@ msgstr "" msgid "We ran out of posts from your follows. Here's the latest from <0/>." 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 "" @@ -6361,14 +6408,18 @@ 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:269 +#: src/view/screens/Search/Search.tsx:270 msgid "We're sorry, but your search could not be completed. Please try again in a few minutes." msgstr "" +#: src/view/com/composer/Composer.tsx:318 +msgid "We're sorry! The post you are replying to has been deleted." +msgstr "" + #: src/components/Lists.tsx:212 #: src/view/screens/NotFound.tsx:48 msgid "We're sorry! We can't find the page you were looking for." @@ -6392,7 +6443,7 @@ msgstr "" #: src/view/com/auth/SplashScreen.tsx:40 #: src/view/com/auth/SplashScreen.web.tsx:86 -#: src/view/com/composer/Composer.tsx:340 +#: src/view/com/composer/Composer.tsx:359 msgid "What's up?" msgstr "" @@ -6413,7 +6464,7 @@ msgstr "" msgid "Who can reply" msgstr "" -#: src/screens/Home/NoFeedsPinned.tsx:92 +#: src/screens/Home/NoFeedsPinned.tsx:79 #: src/screens/Messages/List/index.tsx:185 msgid "Whoops!" msgstr "" @@ -6451,11 +6502,11 @@ msgstr "" msgid "Write a message" msgstr "" -#: src/view/com/composer/Composer.tsx:534 +#: src/view/com/composer/Composer.tsx:549 msgid "Write post" msgstr "" -#: src/view/com/composer/Composer.tsx:339 +#: src/view/com/composer/Composer.tsx:358 #: src/view/com/composer/Prompt.tsx:39 msgid "Write your reply" msgstr "" @@ -6495,8 +6546,8 @@ msgstr "" msgid "You are not following anyone." msgstr "" -#: src/view/com/posts/FollowingEmptyState.tsx:67 -#: src/view/com/posts/FollowingEndOfFeed.tsx:68 +#: src/view/com/posts/FollowingEmptyState.tsx:63 +#: src/view/com/posts/FollowingEndOfFeed.tsx:64 msgid "You can also discover new Custom Feeds to follow." msgstr "" @@ -6529,6 +6580,10 @@ msgstr "" msgid "You do not have any followers." msgstr "" +#: src/screens/Profile/KnownFollowers.tsx:99 +msgid "You don't follow any users who follow @{name}." +msgstr "" + #: 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 "" @@ -6616,15 +6671,15 @@ msgstr "" msgid "You have reached the end" 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:87 +#: src/components/moderation/LabelsOnMeDialog.tsx:86 msgid "You may appeal non-self labels if you feel they were placed in error." msgstr "" -#: src/components/moderation/LabelsOnMeDialog.tsx:92 +#: src/components/moderation/LabelsOnMeDialog.tsx:91 msgid "You may appeal these labels if you feel they were placed in error." msgstr "" @@ -6636,7 +6691,7 @@ msgstr "" #~ msgid "You must be 18 years or older to enable adult content" #~ msgstr "" -#: src/components/ReportDialog/SubmitView.tsx:206 +#: src/components/ReportDialog/SubmitView.tsx:205 msgid "You must select at least one labeler for a report" msgstr "" @@ -6644,11 +6699,11 @@ msgstr "" msgid "You previously deactivated @{0}." msgstr "" -#: src/view/com/util/forms/PostDropdownBtn.tsx:173 +#: src/view/com/util/forms/PostDropdownBtn.tsx:168 msgid "You will no longer receive notifications for this thread" msgstr "" -#: src/view/com/util/forms/PostDropdownBtn.tsx:176 +#: src/view/com/util/forms/PostDropdownBtn.tsx:171 msgid "You will now receive notifications for this thread" msgstr "" @@ -6656,15 +6711,15 @@ msgstr "" msgid "You will receive an email with a \"reset code.\" Enter that code here, then enter your new password." msgstr "" -#: src/screens/Messages/List/ChatListItem.tsx:113 +#: src/screens/Messages/List/ChatListItem.tsx:114 msgid "You: {0}" msgstr "" -#: src/screens/Messages/List/ChatListItem.tsx:142 +#: src/screens/Messages/List/ChatListItem.tsx:143 msgid "You: {defaultEmbeddedContentMessage}" msgstr "" -#: src/screens/Messages/List/ChatListItem.tsx:135 +#: src/screens/Messages/List/ChatListItem.tsx:136 msgid "You: {short}" msgstr "" @@ -6692,7 +6747,7 @@ msgstr "" msgid "You've chosen to hide a word or tag within this post." msgstr "" -#: src/view/com/posts/FollowingEndOfFeed.tsx:48 +#: src/view/com/posts/FollowingEndOfFeed.tsx:44 msgid "You've reached the end of your feed! Find some more accounts to follow." msgstr "" @@ -6738,7 +6793,7 @@ msgstr "" msgid "Your email has not yet been verified. This is an important security step which we recommend." msgstr "" -#: src/view/com/posts/FollowingEmptyState.tsx:47 +#: src/view/com/posts/FollowingEmptyState.tsx:43 msgid "Your following feed is empty! Follow more users to see what's happening." msgstr "" @@ -6750,7 +6805,7 @@ msgstr "" msgid "Your full handle will be <0>@{0}" msgstr "" -#: src/components/dialogs/MutedWords.tsx:221 +#: src/components/dialogs/MutedWords.tsx:220 msgid "Your muted words" msgstr "" @@ -6758,7 +6813,7 @@ msgstr "" msgid "Your password has been changed successfully!" msgstr "" -#: src/view/com/composer/Composer.tsx:330 +#: src/view/com/composer/Composer.tsx:349 msgid "Your post has been published" msgstr "" @@ -6774,11 +6829,11 @@ msgstr "" msgid "Your profile, posts, feeds, and lists will no longer be visible to other Bluesky users. You can reactivate your account at any time by logging in." msgstr "" -#: src/view/com/composer/Composer.tsx:329 +#: src/view/com/composer/Composer.tsx:348 msgid "Your reply has been published" msgstr "" -#: src/components/dms/ReportDialog.tsx:160 +#: src/components/dms/ReportDialog.tsx:162 msgid "Your report will be sent to the Bluesky Moderation Service" msgstr "" diff --git a/src/locale/locales/es/messages.po b/src/locale/locales/es/messages.po index 4eec6578..b0ad0834 100644 --- a/src/locale/locales/es/messages.po +++ b/src/locale/locales/es/messages.po @@ -13,7 +13,7 @@ msgstr "" "Language-Team: brodieavoult\n" "Plural-Forms: \n" -#: src/screens/Messages/List/ChatListItem.tsx:119 +#: src/screens/Messages/List/ChatListItem.tsx:120 msgid "(contains embedded content)" msgstr "" @@ -41,10 +41,14 @@ msgstr "" msgid "{0, plural, one {# label has been placed on this content} other {# labels have been placed on this content}}" msgstr "" -#: src/view/com/util/post-ctrls/RepostButton.tsx:64 +#: src/view/com/util/post-ctrls/RepostButton.tsx:65 msgid "{0, plural, one {# repost} other {# reposts}}" msgstr "" +#: src/components/KnownFollowers.tsx:179 +msgid "{0, plural, one {and # other} other {and # others}}" +msgstr "" + #: src/components/ProfileHoverCard/index.web.tsx:376 #: src/screens/Profile/Header/Metrics.tsx:23 msgid "{0, plural, one {follower} other {followers}}" @@ -59,11 +63,11 @@ msgstr "" msgid "{0, plural, one {Like (# like)} other {Like (# likes)}}" msgstr "" -#: src/view/com/post-thread/PostThreadItem.tsx:386 +#: src/view/com/post-thread/PostThreadItem.tsx:380 msgid "{0, plural, one {like} other {likes}}" msgstr "" -#: src/view/com/feeds/FeedSourceCard.tsx:280 +#: src/view/com/feeds/FeedSourceCard.tsx:301 msgid "{0, plural, one {Liked by # user} other {Liked by # users}}" msgstr "" @@ -75,7 +79,7 @@ msgstr "" msgid "{0, plural, one {Reply (# reply)} other {Reply (# replies)}}" msgstr "" -#: src/view/com/post-thread/PostThreadItem.tsx:366 +#: src/view/com/post-thread/PostThreadItem.tsx:360 msgid "{0, plural, one {repost} other {reposts}}" msgstr "" @@ -118,7 +122,7 @@ msgstr "" msgid "{likeCount, plural, one {Liked by # user} other {Liked by # users}}" msgstr "" -#: src/view/shell/Drawer.tsx:461 +#: src/view/shell/Drawer.tsx:462 msgid "{numUnreadNotifications} unread" msgstr "{numUnreadNotifications} sin leer" @@ -163,12 +167,12 @@ msgstr "⚠Nombre de usuario inválido" msgid "2FA Confirmation" msgstr "Confirmación 2FA" -#: src/view/com/util/ViewHeader.tsx:92 -#: src/view/screens/Search/Search.tsx:714 +#: src/view/com/util/ViewHeader.tsx:93 +#: src/view/screens/Search/Search.tsx:715 msgid "Access navigation links and settings" msgstr "" -#: src/view/com/home/HomeHeaderLayoutMobile.tsx:54 +#: src/view/com/home/HomeHeaderLayoutMobile.tsx:56 msgid "Access profile and other navigation links" msgstr "" @@ -181,7 +185,7 @@ msgstr "Accesibilidad" msgid "Accessibility settings" msgstr "Ajustes de accesibilidad" -#: src/Navigation.tsx:290 +#: src/Navigation.tsx:296 #: src/view/screens/AccessibilitySettings.tsx:63 msgid "Accessibility Settings" msgstr "Ajustes de accesibilidad" @@ -225,7 +229,7 @@ msgstr "Opciones de cuenta" msgid "Account removed from quick access" msgstr "Cuenta elimada de acceso rápido" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:131 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:135 #: src/view/com/profile/ProfileMenu.tsx:131 msgid "Account unblocked" msgstr "Cuenta desbloqueada" @@ -238,7 +242,7 @@ msgstr "Has dejado de seguir a esta cuenta" msgid "Account unmuted" msgstr "Cuenta demuteada" -#: src/components/dialogs/MutedWords.tsx:165 +#: src/components/dialogs/MutedWords.tsx:164 #: src/view/com/modals/ListAddRemoveUsers.tsx:268 #: src/view/com/modals/UserAddRemoveLists.tsx:230 #: src/view/screens/ProfileList.tsx:881 @@ -260,9 +264,9 @@ msgstr "Añadir cuenta a esta lista" msgid "Add account" msgstr "Añadir cuenta" -#: src/view/com/composer/GifAltText.tsx:70 -#: src/view/com/composer/GifAltText.tsx:136 -#: src/view/com/composer/GifAltText.tsx:176 +#: src/view/com/composer/GifAltText.tsx:69 +#: src/view/com/composer/GifAltText.tsx:135 +#: src/view/com/composer/GifAltText.tsx:175 #: src/view/com/composer/photos/Gallery.tsx:120 #: src/view/com/composer/photos/Gallery.tsx:187 #: src/view/com/modals/AltImage.tsx:118 @@ -279,15 +283,15 @@ msgstr "Añadir texto alternativo" msgid "Add App Password" msgstr "Añadir contraseña de app" -#: 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 "Añadir palabras silenciadas y etiquetas" -#: src/screens/Home/NoFeedsPinned.tsx:112 +#: src/screens/Home/NoFeedsPinned.tsx:99 msgid "Add recommended feeds" msgstr "Añadir feeds recomendados" @@ -304,7 +308,7 @@ msgstr "Añade el siguiente registro DNS a tu dominio:" msgid "Add to Lists" msgstr "Añadir a listas" -#: src/view/com/feeds/FeedSourceCard.tsx:246 +#: src/view/com/feeds/FeedSourceCard.tsx:267 msgid "Add to my feeds" msgstr "Añadir a mis feeds" @@ -313,7 +317,7 @@ msgstr "Añadir a mis feeds" msgid "Added to list" msgstr "Añadido a lista" -#: src/view/com/feeds/FeedSourceCard.tsx:118 +#: src/view/com/feeds/FeedSourceCard.tsx:126 msgid "Added to my feeds" msgstr "Añadido a mis feeds" @@ -335,12 +339,12 @@ msgstr "El contenido adulto esta desactivado." msgid "Advanced" msgstr "Avanzado" -#: src/view/screens/Feeds.tsx:798 +#: src/view/screens/Feeds.tsx:771 msgid "All the feeds you've saved, right in one place." msgstr "Todos tus feeds guardados, en un solo lugar." -#: src/view/com/modals/AddAppPasswords.tsx:188 -#: src/view/com/modals/AddAppPasswords.tsx:195 +#: src/view/com/modals/AddAppPasswords.tsx:187 +#: src/view/com/modals/AddAppPasswords.tsx:194 msgid "Allow access to your direct messages" msgstr "" @@ -363,13 +367,13 @@ msgstr "¿Ya tienes un código?" msgid "Already signed in as @{0}" msgstr "Sesión ya iniciada como @{0}" -#: src/view/com/composer/GifAltText.tsx:94 +#: src/view/com/composer/GifAltText.tsx:93 #: src/view/com/composer/photos/Gallery.tsx:144 #: src/view/com/util/post-embeds/GifEmbed.tsx:173 msgid "ALT" msgstr "ALT" -#: src/view/com/composer/GifAltText.tsx:145 +#: src/view/com/composer/GifAltText.tsx:144 #: src/view/com/modals/EditImage.tsx:316 #: src/view/screens/AccessibilitySettings.tsx:77 msgid "Alt text" @@ -417,6 +421,7 @@ msgstr "Ocurrió un problema. Intenta de nuevo." msgid "an unknown error occurred" msgstr "Ocurrió un error desconocido" +#: src/components/KnownFollowers.tsx:187 #: src/view/com/notifications/FeedItem.tsx:258 #: src/view/com/threadgate/WhoCanReply.tsx:180 msgid "and" @@ -442,11 +447,11 @@ msgstr "Idioma de interfaz" msgid "App password deleted" msgstr "Contraseña de app eliminada" -#: src/view/com/modals/AddAppPasswords.tsx:139 +#: src/view/com/modals/AddAppPasswords.tsx:138 msgid "App Password names can only contain letters, numbers, spaces, dashes, and underscores." msgstr "El nombre de una contraseña de app sólo puede contener letras, números, espacios, guiones, y guiones bajos." -#: src/view/com/modals/AddAppPasswords.tsx:104 +#: src/view/com/modals/AddAppPasswords.tsx:103 msgid "App Password names must be at least 4 characters long." msgstr "El nombre de una contraseña de app deben tener al menos 4 caracteres." @@ -454,22 +459,22 @@ msgstr "El nombre de una contraseña de app deben tener al menos 4 caracteres." msgid "App password settings" msgstr "Ajustes de contraseñas de app" -#: src/Navigation.tsx:258 +#: src/Navigation.tsx:264 #: src/view/screens/AppPasswords.tsx:192 #: src/view/screens/Settings/index.tsx:706 msgid "App Passwords" msgstr "Contraseñas de la app" -#: src/components/moderation/LabelsOnMeDialog.tsx:153 -#: src/components/moderation/LabelsOnMeDialog.tsx:156 +#: src/components/moderation/LabelsOnMeDialog.tsx:151 +#: src/components/moderation/LabelsOnMeDialog.tsx:154 msgid "Appeal" msgstr "Apelar" -#: src/components/moderation/LabelsOnMeDialog.tsx:238 +#: src/components/moderation/LabelsOnMeDialog.tsx:236 msgid "Appeal \"{0}\" label" msgstr "Apelar la etiqueta de \"{0}\"" -#: src/components/moderation/LabelsOnMeDialog.tsx:229 +#: src/components/moderation/LabelsOnMeDialog.tsx:227 #: src/screens/Messages/Conversation/ChatDisabled.tsx:91 msgid "Appeal submitted" msgstr "Apelación enviada" @@ -490,7 +495,7 @@ msgid "Appearance" msgstr "Aparencia" #: src/screens/Feeds/NoSavedFeedsOfAnyType.tsx:47 -#: src/screens/Home/NoFeedsPinned.tsx:106 +#: src/screens/Home/NoFeedsPinned.tsx:93 msgid "Apply default recommended feeds" msgstr "" @@ -514,15 +519,15 @@ msgstr "" msgid "Are you sure you want to leave this conversation? Your messages will be deleted for you, but not for the other participant." msgstr "" -#: src/view/com/feeds/FeedSourceCard.tsx:293 +#: src/view/com/feeds/FeedSourceCard.tsx:314 msgid "Are you sure you want to remove {0} from your feeds?" msgstr "¿Seguro que quieres eliminar {0} de tus feeds?" -#: src/view/com/composer/Composer.tsx:617 +#: src/view/com/composer/Composer.tsx:630 msgid "Are you sure you'd like to discard this draft?" msgstr "¿Seguro que quieres descartar este borrador?" -#: src/components/dialogs/MutedWords.tsx:283 +#: src/components/dialogs/MutedWords.tsx:281 msgid "Are you sure?" msgstr "¿Estás seguro?" @@ -543,8 +548,8 @@ msgid "At least 3 characters" msgstr "Al menos 3 caracteres" #: src/components/dms/MessagesListHeader.tsx:75 -#: src/components/moderation/LabelsOnMeDialog.tsx:283 -#: src/components/moderation/LabelsOnMeDialog.tsx:284 +#: src/components/moderation/LabelsOnMeDialog.tsx:281 +#: src/components/moderation/LabelsOnMeDialog.tsx:282 #: src/screens/Login/ChooseAccountForm.tsx:98 #: src/screens/Login/ChooseAccountForm.tsx:103 #: src/screens/Login/ForgotPasswordForm.tsx:129 @@ -557,7 +562,7 @@ msgstr "Al menos 3 caracteres" #: src/screens/Messages/Conversation/ChatDisabled.tsx:134 #: src/screens/Profile/Header/Shell.tsx:102 #: src/screens/Signup/index.tsx:193 -#: src/view/com/util/ViewHeader.tsx:90 +#: src/view/com/util/ViewHeader.tsx:91 msgid "Back" msgstr "Atrás" @@ -577,7 +582,7 @@ msgstr "Cumpleaños" msgid "Birthday:" msgstr "Cumpleaños:" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:295 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:309 #: src/view/com/profile/ProfileMenu.tsx:363 msgid "Block" msgstr "Bloquear" @@ -617,7 +622,7 @@ msgstr "Bloqueado" msgid "Blocked accounts" msgstr "Cuentas bloqueadas" -#: src/Navigation.tsx:141 +#: src/Navigation.tsx:140 #: src/view/screens/ModerationBlockedAccounts.tsx:109 msgid "Blocked Accounts" msgstr "Cuentas bloqueadas" @@ -675,8 +680,8 @@ msgstr "" msgid "Books" msgstr "Libros" -#: src/screens/Home/NoFeedsPinned.tsx:116 -#: src/screens/Home/NoFeedsPinned.tsx:123 +#: src/screens/Home/NoFeedsPinned.tsx:103 +#: src/screens/Home/NoFeedsPinned.tsx:109 msgid "Browse other feeds" msgstr "" @@ -684,7 +689,7 @@ msgstr "" msgid "Business" msgstr "Negocios" -#: src/view/com/profile/ProfileSubpageHeader.tsx:159 +#: src/view/com/profile/ProfileSubpageHeader.tsx:156 msgid "by —" msgstr "por —" @@ -696,7 +701,7 @@ msgstr "By {0}" #~ msgid "by @{0}" #~ msgstr "by @{0}" -#: src/view/com/profile/ProfileSubpageHeader.tsx:163 +#: src/view/com/profile/ProfileSubpageHeader.tsx:160 msgid "by <0/>" msgstr "by <0/>" @@ -704,7 +709,7 @@ msgstr "by <0/>" msgid "By creating an account you agree to the {els}." msgstr "Al crear una cuenta, aceptas nuestros {els}." -#: src/view/com/profile/ProfileSubpageHeader.tsx:161 +#: src/view/com/profile/ProfileSubpageHeader.tsx:158 msgid "by you" msgstr "por ti" @@ -712,7 +717,7 @@ msgstr "por ti" msgid "Camera" msgstr "Cámara" -#: src/view/com/modals/AddAppPasswords.tsx:180 +#: src/view/com/modals/AddAppPasswords.tsx:179 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." @@ -721,8 +726,8 @@ msgstr "Sólo puede contener letras, números, espacios, guiones y guiones bajos #: src/components/Prompt.tsx:121 #: src/components/TagMenu/index.tsx:268 #: src/screens/Deactivated.tsx:161 -#: src/view/com/composer/Composer.tsx:417 -#: src/view/com/composer/Composer.tsx:423 +#: src/view/com/composer/Composer.tsx:432 +#: src/view/com/composer/Composer.tsx:438 #: src/view/com/modals/ChangeEmail.tsx:213 #: src/view/com/modals/ChangeEmail.tsx:215 #: src/view/com/modals/ChangeHandle.tsx:148 @@ -738,8 +743,8 @@ msgstr "Sólo puede contener letras, números, espacios, guiones y guiones bajos #: src/view/com/modals/LinkWarning.tsx:107 #: src/view/com/modals/VerifyEmail.tsx:255 #: src/view/com/modals/VerifyEmail.tsx:261 -#: src/view/com/util/post-ctrls/RepostButton.tsx:136 -#: src/view/screens/Search/Search.tsx:738 +#: src/view/com/util/post-ctrls/RepostButton.tsx:138 +#: src/view/screens/Search/Search.tsx:735 #: src/view/shell/desktop/Search.tsx:218 msgid "Cancel" msgstr "Cancelar" @@ -768,7 +773,7 @@ msgstr "Cancelar recorte de imagen" msgid "Cancel profile editing" msgstr "Cancelar edición de perfil" -#: src/view/com/util/post-ctrls/RepostButton.tsx:130 +#: src/view/com/util/post-ctrls/RepostButton.tsx:132 msgid "Cancel quote post" msgstr "Cancelar citación" @@ -824,7 +829,7 @@ msgstr "Cambiar idioma del post a {0}" msgid "Change Your Email" msgstr "Cambiar correo electrónico" -#: src/Navigation.tsx:302 +#: src/Navigation.tsx:308 #: src/view/shell/bottom-bar/BottomBar.tsx:201 #: src/view/shell/desktop/LeftNav.tsx:295 msgid "Chat" @@ -836,7 +841,7 @@ msgstr "Chat muteado" #: src/components/dms/ConvoMenu.tsx:112 #: src/components/dms/MessageMenu.tsx:81 -#: src/Navigation.tsx:307 +#: src/Navigation.tsx:313 #: src/screens/Messages/List/index.tsx:88 #: src/view/screens/Settings/index.tsx:638 msgid "Chat settings" @@ -905,7 +910,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:864 +#: src/view/screens/Search/Search.tsx:861 msgid "Clear search query" msgstr "Borrar consulta de búsqueda" @@ -1009,7 +1014,7 @@ msgstr "" msgid "Closes password update alert" msgstr "" -#: src/view/com/composer/Composer.tsx:419 +#: src/view/com/composer/Composer.tsx:434 msgid "Closes post composer and discards post draft" msgstr "" @@ -1033,7 +1038,7 @@ msgstr "" msgid "Comics" msgstr "" -#: src/Navigation.tsx:248 +#: src/Navigation.tsx:254 #: src/view/screens/CommunityGuidelines.tsx:32 msgid "Community Guidelines" msgstr "Directrices de la comunidad" @@ -1046,7 +1051,7 @@ msgstr "" msgid "Complete the challenge" msgstr "" -#: src/view/com/composer/Composer.tsx:536 +#: src/view/com/composer/Composer.tsx:551 msgid "Compose posts up to {MAX_GRAPHEME_LENGTH} characters in length" msgstr "" @@ -1155,7 +1160,7 @@ msgid "Context menu backdrop, click to close the menu." msgstr "" #: src/screens/Onboarding/StepInterests/index.tsx:253 -#: src/screens/Onboarding/StepProfile/index.tsx:268 +#: src/screens/Onboarding/StepProfile/index.tsx:269 msgid "Continue" msgstr "Continuar" @@ -1163,8 +1168,12 @@ msgstr "Continuar" msgid "Continue as {0} (currently signed in)" msgstr "" +#: src/view/com/post-thread/PostThreadLoadMore.tsx:52 +msgid "Continue thread..." +msgstr "" + #: src/screens/Onboarding/StepInterests/index.tsx:250 -#: src/screens/Onboarding/StepProfile/index.tsx:265 +#: src/screens/Onboarding/StepProfile/index.tsx:266 #: src/screens/Signup/index.tsx:213 msgid "Continue to next step" msgstr "" @@ -1177,7 +1186,7 @@ msgstr "" #~ msgid "Continue to the next step without following any accounts" #~ msgstr "" -#: src/screens/Messages/List/ChatListItem.tsx:153 +#: src/screens/Messages/List/ChatListItem.tsx:154 msgid "Conversation deleted" msgstr "" @@ -1185,7 +1194,7 @@ msgstr "" msgid "Cooking" msgstr "" -#: src/view/com/modals/AddAppPasswords.tsx:221 +#: src/view/com/modals/AddAppPasswords.tsx:220 #: src/view/com/modals/InviteCodes.tsx:183 msgid "Copied" msgstr "Copiado" @@ -1195,10 +1204,10 @@ msgid "Copied build version to clipboard" msgstr "" #: src/components/dms/MessageMenu.tsx:57 -#: src/view/com/modals/AddAppPasswords.tsx:81 +#: src/view/com/modals/AddAppPasswords.tsx:80 #: src/view/com/modals/ChangeHandle.tsx:320 #: src/view/com/modals/InviteCodes.tsx:153 -#: src/view/com/util/forms/PostDropdownBtn.tsx:187 +#: src/view/com/util/forms/PostDropdownBtn.tsx:182 msgid "Copied to clipboard" msgstr "" @@ -1206,11 +1215,11 @@ msgstr "" msgid "Copied!" msgstr "" -#: src/view/com/modals/AddAppPasswords.tsx:215 +#: src/view/com/modals/AddAppPasswords.tsx:214 msgid "Copies app password" msgstr "" -#: src/view/com/modals/AddAppPasswords.tsx:214 +#: src/view/com/modals/AddAppPasswords.tsx:213 msgid "Copy" msgstr "Copiar" @@ -1227,8 +1236,8 @@ msgstr "" msgid "Copy link to list" msgstr "Copia el enlace a la lista" -#: src/view/com/util/forms/PostDropdownBtn.tsx:310 -#: src/view/com/util/forms/PostDropdownBtn.tsx:319 +#: src/view/com/util/forms/PostDropdownBtn.tsx:297 +#: src/view/com/util/forms/PostDropdownBtn.tsx:306 msgid "Copy link to post" msgstr "Copia el enlace a la post" @@ -1237,12 +1246,12 @@ msgstr "Copia el enlace a la post" msgid "Copy message text" msgstr "" -#: src/view/com/util/forms/PostDropdownBtn.tsx:288 -#: src/view/com/util/forms/PostDropdownBtn.tsx:290 +#: src/view/com/util/forms/PostDropdownBtn.tsx:275 +#: src/view/com/util/forms/PostDropdownBtn.tsx:277 msgid "Copy post text" msgstr "Copiar el texto de la post" -#: src/Navigation.tsx:253 +#: src/Navigation.tsx:259 #: src/view/screens/CopyrightPolicy.tsx:29 msgid "Copyright Policy" msgstr "Política de derechos de autor" @@ -1289,11 +1298,11 @@ msgstr "Crear una cuenta" msgid "Create an account" msgstr "" -#: src/screens/Onboarding/StepProfile/index.tsx:282 +#: src/screens/Onboarding/StepProfile/index.tsx:283 msgid "Create an avatar instead" msgstr "" -#: src/view/com/modals/AddAppPasswords.tsx:243 +#: src/view/com/modals/AddAppPasswords.tsx:242 msgid "Create App Password" msgstr "" @@ -1323,7 +1332,7 @@ msgstr "" msgid "Custom domain" msgstr "Dominio personalizado" -#: src/view/screens/Feeds.tsx:824 +#: src/view/screens/Feeds.tsx:797 msgid "Custom feeds built by the community bring you new experiences and help you find the content you love." msgstr "" @@ -1366,7 +1375,7 @@ msgid "Debug panel" msgstr "" #: src/components/dms/MessageMenu.tsx:151 -#: src/view/com/util/forms/PostDropdownBtn.tsx:436 +#: src/view/com/util/forms/PostDropdownBtn.tsx:423 #: src/view/screens/AppPasswords.tsx:285 #: src/view/screens/ProfileList.tsx:667 msgid "Delete" @@ -1421,8 +1430,8 @@ msgstr "Borrar mi cuenta" msgid "Delete My Account…" msgstr "" -#: src/view/com/util/forms/PostDropdownBtn.tsx:417 -#: src/view/com/util/forms/PostDropdownBtn.tsx:419 +#: src/view/com/util/forms/PostDropdownBtn.tsx:404 +#: src/view/com/util/forms/PostDropdownBtn.tsx:406 msgid "Delete post" msgstr "Borrar una post" @@ -1430,7 +1439,7 @@ msgstr "Borrar una post" msgid "Delete this list?" msgstr "" -#: src/view/com/util/forms/PostDropdownBtn.tsx:431 +#: src/view/com/util/forms/PostDropdownBtn.tsx:418 msgid "Delete this post?" msgstr "¿Borrar esta post?" @@ -1453,11 +1462,11 @@ msgstr "" msgid "Description" msgstr "Descripción" -#: src/view/com/composer/GifAltText.tsx:141 +#: src/view/com/composer/GifAltText.tsx:140 msgid "Descriptive alt text" msgstr "" -#: src/view/com/composer/Composer.tsx:264 +#: src/view/com/composer/Composer.tsx:277 msgid "Did you want to say anything?" msgstr "¿Quieres decir algo?" @@ -1490,11 +1499,11 @@ msgstr "" msgid "Disabled" msgstr "" -#: src/view/com/composer/Composer.tsx:619 +#: src/view/com/composer/Composer.tsx:632 msgid "Discard" msgstr "Descartar" -#: src/view/com/composer/Composer.tsx:616 +#: src/view/com/composer/Composer.tsx:629 msgid "Discard draft?" msgstr "" @@ -1503,12 +1512,12 @@ msgstr "" msgid "Discourage apps from showing my account to logged-out users" msgstr "Evitar que las aplicaciones muestren mi cuenta a los usuarios desconectados" -#: src/view/com/posts/FollowingEmptyState.tsx:74 -#: src/view/com/posts/FollowingEndOfFeed.tsx:75 +#: src/view/com/posts/FollowingEmptyState.tsx:70 +#: src/view/com/posts/FollowingEndOfFeed.tsx:71 msgid "Discover new custom feeds" msgstr "" -#: src/view/screens/Feeds.tsx:821 +#: src/view/screens/Feeds.tsx:794 msgid "Discover New Feeds" msgstr "" @@ -1544,11 +1553,11 @@ msgstr "¡Dominio verificado!" #: src/components/dialogs/BirthDateSettings.tsx:125 #: src/components/forms/DateField/index.tsx:74 #: src/components/forms/DateField/index.tsx:80 -#: src/screens/Onboarding/StepProfile/index.tsx:321 -#: src/screens/Onboarding/StepProfile/index.tsx:324 +#: src/screens/Onboarding/StepProfile/index.tsx:322 +#: src/screens/Onboarding/StepProfile/index.tsx:325 #: src/view/com/auth/server-input/index.tsx:169 #: src/view/com/auth/server-input/index.tsx:170 -#: src/view/com/modals/AddAppPasswords.tsx:243 +#: src/view/com/modals/AddAppPasswords.tsx:242 #: src/view/com/modals/AltImage.tsx:141 #: src/view/com/modals/crop-image/CropImage.web.tsx:177 #: src/view/com/modals/InviteCodes.tsx:81 @@ -1627,6 +1636,11 @@ msgstr "p. ej. Usuarios que constantemente responden con publicidad." 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." +#: src/view/screens/Feeds.tsx:400 +#: src/view/screens/Feeds.tsx:471 +msgid "Edit" +msgstr "" + #: src/view/com/lists/ListMembers.tsx:149 msgctxt "action" msgid "Edit" @@ -1650,8 +1664,9 @@ msgstr "Editar los detalles de la lista" msgid "Edit Moderation List" msgstr "" -#: src/Navigation.tsx:263 -#: src/view/screens/Feeds.tsx:495 +#: src/Navigation.tsx:269 +#: src/view/screens/Feeds.tsx:398 +#: src/view/screens/Feeds.tsx:469 #: src/view/screens/SavedFeeds.tsx:93 msgid "Edit My Feeds" msgstr "Editar mis noticias" @@ -1661,19 +1676,19 @@ msgid "Edit my profile" msgstr "Editar mi perfil" #: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:181 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:171 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:175 msgid "Edit profile" msgstr "Editar el perfil" #: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:184 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:174 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:178 msgid "Edit Profile" msgstr "Editar el perfil" #: src/view/com/home/HomeHeaderLayout.web.tsx:76 #: src/view/screens/Feeds.tsx:416 -msgid "Edit Saved Feeds" -msgstr "Editar mis noticias guardadas" +#~ msgid "Edit Saved Feeds" +#~ msgstr "Editar mis noticias guardadas" #: src/view/com/modals/CreateOrEditList.tsx:234 msgid "Edit User List" @@ -1726,8 +1741,8 @@ msgid "Embed HTML code" msgstr "" #: src/components/dialogs/Embed.tsx:97 -#: src/view/com/util/forms/PostDropdownBtn.tsx:327 -#: src/view/com/util/forms/PostDropdownBtn.tsx:329 +#: src/view/com/util/forms/PostDropdownBtn.tsx:314 +#: src/view/com/util/forms/PostDropdownBtn.tsx:316 msgid "Embed post" msgstr "" @@ -1783,7 +1798,7 @@ msgstr "Fin de noticias" #~ msgid "End of list" #~ msgstr "" -#: src/view/com/modals/AddAppPasswords.tsx:161 +#: src/view/com/modals/AddAppPasswords.tsx:160 msgid "Enter a name for this App Password" msgstr "" @@ -1791,8 +1806,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 "" @@ -1842,7 +1857,7 @@ msgid "Error receiving captcha response." msgstr "" #: src/screens/Onboarding/StepInterests/index.tsx:192 -#: src/view/screens/Search/Search.tsx:115 +#: src/view/screens/Search/Search.tsx:116 msgid "Error:" msgstr "Error:" @@ -1930,7 +1945,7 @@ msgstr "Medios externos" msgid "External media may allow websites to collect information about you and your device. No information is sent or requested until you press the \"play\" button." msgstr "Es posible que medios externos permitan que otros sitios recopilen datos sobre ti y tu dispositivo. No se envía o solicita ningún tipo de información hasta que presiones el botón de \"play\"." -#: src/Navigation.tsx:282 +#: src/Navigation.tsx:288 #: src/view/screens/PreferencesExternalEmbeds.tsx:53 #: src/view/screens/Settings/index.tsx:679 msgid "External Media Preferences" @@ -1940,8 +1955,8 @@ msgstr "Medios externos" msgid "External media settings" msgstr "Medios externos" -#: src/view/com/modals/AddAppPasswords.tsx:120 -#: src/view/com/modals/AddAppPasswords.tsx:124 +#: src/view/com/modals/AddAppPasswords.tsx:119 +#: src/view/com/modals/AddAppPasswords.tsx:123 msgid "Failed to create app password." msgstr "" @@ -1953,7 +1968,7 @@ msgstr "" msgid "Failed to delete message" msgstr "" -#: src/view/com/util/forms/PostDropdownBtn.tsx:154 +#: src/view/com/util/forms/PostDropdownBtn.tsx:149 msgid "Failed to delete post, please try again" msgstr "" @@ -1982,7 +1997,7 @@ msgstr "" #~ msgid "Failed to send message(s)." #~ msgstr "" -#: src/components/moderation/LabelsOnMeDialog.tsx:225 +#: src/components/moderation/LabelsOnMeDialog.tsx:223 #: src/screens/Messages/Conversation/ChatDisabled.tsx:87 msgid "Failed to submit appeal, please try again." msgstr "" @@ -1992,30 +2007,29 @@ msgstr "" msgid "Failed to update settings" msgstr "" -#: src/Navigation.tsx:203 +#: src/Navigation.tsx:209 msgid "Feed" msgstr "" -#: src/view/com/feeds/FeedSourceCard.tsx:230 +#: src/view/com/feeds/FeedSourceCard.tsx:251 msgid "Feed by {0}" msgstr "" -#: src/view/screens/Feeds.tsx:736 +#: src/view/screens/Feeds.tsx:709 msgid "Feed offline" msgstr "Noticias fuera de línea" #: src/view/shell/desktop/RightNav.tsx:66 -#: src/view/shell/Drawer.tsx:344 +#: src/view/shell/Drawer.tsx:345 msgid "Feedback" msgstr "Comentarios" -#: src/Navigation.tsx:511 -#: src/view/screens/Feeds.tsx:480 -#: src/view/screens/Feeds.tsx:596 +#: src/view/screens/Feeds.tsx:463 +#: src/view/screens/Feeds.tsx:570 #: src/view/screens/Profile.tsx:197 #: src/view/shell/desktop/LeftNav.tsx:367 -#: src/view/shell/Drawer.tsx:492 #: src/view/shell/Drawer.tsx:493 +#: src/view/shell/Drawer.tsx:494 msgid "Feeds" msgstr "Feeds" @@ -2044,12 +2058,12 @@ msgid "Finalizing" msgstr "" #: src/view/com/posts/CustomFeedEmptyState.tsx:47 -#: src/view/com/posts/FollowingEmptyState.tsx:57 -#: src/view/com/posts/FollowingEndOfFeed.tsx:58 +#: src/view/com/posts/FollowingEmptyState.tsx:53 +#: src/view/com/posts/FollowingEndOfFeed.tsx:54 msgid "Find accounts to follow" msgstr "" -#: src/view/screens/Search/Search.tsx:469 +#: src/view/screens/Search/Search.tsx:470 msgid "Find posts and users on Bluesky" msgstr "" @@ -2080,7 +2094,7 @@ msgstr "" #: src/components/ProfileHoverCard/index.web.tsx:412 #: src/components/ProfileHoverCard/index.web.tsx:423 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:244 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:248 #: src/view/com/post-thread/PostThreadFollowBtn.tsx:146 #: src/view/com/profile/ProfileHeaderSuggestedFollows.tsx:247 msgid "Follow" @@ -2091,7 +2105,7 @@ msgctxt "action" msgid "Follow" msgstr "Seguir" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:230 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:234 #: src/view/com/post-thread/PostThreadFollowBtn.tsx:128 msgid "Follow {0}" msgstr "Seguir {0}" @@ -2117,6 +2131,10 @@ msgstr "" #~ msgid "Follow selected accounts and continue to the next step" #~ msgstr "" +#: src/components/KnownFollowers.tsx:169 +msgid "Followed by" +msgstr "" + #: src/view/com/profile/ProfileCard.tsx:227 msgid "Followed by {0}" msgstr "Seguido por {0}" @@ -2138,18 +2156,27 @@ msgstr "ha comenzado a seguirte" msgid "Followers" msgstr "Seguidores" +#: src/Navigation.tsx:177 +msgid "Followers of @{0} that you know" +msgstr "" + +#: src/screens/Profile/KnownFollowers.tsx:108 +#: src/screens/Profile/KnownFollowers.tsx:118 +msgid "Followers you know" +msgstr "" + #: src/components/ProfileHoverCard/index.web.tsx:411 #: src/components/ProfileHoverCard/index.web.tsx:422 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:242 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:246 #: src/view/com/post-thread/PostThreadFollowBtn.tsx:149 #: src/view/com/profile/ProfileFollows.tsx:104 -#: src/view/screens/Feeds.tsx:683 +#: src/view/screens/Feeds.tsx:656 #: src/view/screens/ProfileFollows.tsx:25 #: src/view/screens/SavedFeeds.tsx:415 msgid "Following" msgstr "Siguiendo" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:90 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:94 msgid "Following {0}" msgstr "Siguiendo {0}" @@ -2161,9 +2188,7 @@ msgstr "" msgid "Following feed preferences" msgstr "Feed de Siguiendo" -#: src/Navigation.tsx:269 -#: src/view/com/home/HomeHeaderLayout.web.tsx:64 -#: src/view/com/home/HomeHeaderLayoutMobile.tsx:87 +#: src/Navigation.tsx:275 #: src/view/screens/PreferencesFollowingFeed.tsx:103 #: src/view/screens/Settings/index.tsx:582 msgid "Following Feed Preferences" @@ -2185,7 +2210,7 @@ msgstr "Comida" 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:233 +#: src/view/com/modals/AddAppPasswords.tsx:232 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 de nuevo. Si pierdes esta contraseña, tendrás que generar una nueva." @@ -2228,7 +2253,7 @@ msgstr "" msgid "Get Started" msgstr "Comenzar" -#: src/screens/Onboarding/StepProfile/index.tsx:224 +#: src/screens/Onboarding/StepProfile/index.tsx:225 msgid "Give your profile a face" msgstr "" @@ -2256,9 +2281,9 @@ msgstr "Volver" msgid "Go Back" msgstr "Volver" -#: src/components/dms/ReportDialog.tsx:152 +#: src/components/dms/ReportDialog.tsx:154 #: src/components/ReportDialog/SelectReportOptionView.tsx:77 -#: src/components/ReportDialog/SubmitView.tsx:105 +#: src/components/ReportDialog/SubmitView.tsx:104 #: src/screens/Onboarding/Layout.tsx:102 #: src/screens/Onboarding/Layout.tsx:191 #: src/screens/Signup/index.tsx:187 @@ -2273,7 +2298,7 @@ msgstr "" msgid "Go Home" msgstr "" -#: src/screens/Messages/List/ChatListItem.tsx:208 +#: src/screens/Messages/List/ChatListItem.tsx:211 msgid "Go to conversation with {0}" msgstr "" @@ -2306,7 +2331,7 @@ msgstr "Vibración" msgid "Harassment, trolling, or intolerance" msgstr "Acoso, trolling o intolerancia" -#: src/Navigation.tsx:297 +#: src/Navigation.tsx:303 msgid "Hashtag" msgstr "Hashtag" @@ -2319,11 +2344,11 @@ msgid "Having trouble?" msgstr "" #: src/view/shell/desktop/RightNav.tsx:95 -#: src/view/shell/Drawer.tsx:354 +#: src/view/shell/Drawer.tsx:355 msgid "Help" msgstr "Ayuda" -#: src/screens/Onboarding/StepProfile/index.tsx:227 +#: src/screens/Onboarding/StepProfile/index.tsx:228 msgid "Help people know you're not a bot by uploading a picture or creating an avatar." msgstr "" @@ -2339,7 +2364,7 @@ msgstr "" #~ 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:204 +#: src/view/com/modals/AddAppPasswords.tsx:203 msgid "Here is your app password." msgstr "Aquí tienes tu contraseña de la app." @@ -2350,7 +2375,7 @@ msgstr "Aquí tienes tu contraseña de la app." #: src/lib/moderation/useLabelBehaviorDescription.ts:20 #: src/lib/moderation/useLabelBehaviorDescription.ts:25 #: src/lib/moderation/useLabelBehaviorDescription.ts:30 -#: src/view/com/util/forms/PostDropdownBtn.tsx:445 +#: src/view/com/util/forms/PostDropdownBtn.tsx:432 msgid "Hide" msgstr "Ocultar" @@ -2359,8 +2384,8 @@ msgctxt "action" msgid "Hide" msgstr "Ocultar" -#: src/view/com/util/forms/PostDropdownBtn.tsx:390 -#: src/view/com/util/forms/PostDropdownBtn.tsx:392 +#: src/view/com/util/forms/PostDropdownBtn.tsx:377 +#: src/view/com/util/forms/PostDropdownBtn.tsx:379 msgid "Hide post" msgstr "Ocultar post" @@ -2369,7 +2394,7 @@ msgstr "Ocultar post" msgid "Hide the content" msgstr "" -#: src/view/com/util/forms/PostDropdownBtn.tsx:442 +#: src/view/com/util/forms/PostDropdownBtn.tsx:429 msgid "Hide this post?" msgstr "¿Ocultar este post?" @@ -2377,23 +2402,23 @@ msgstr "¿Ocultar este post?" msgid "Hide user list" msgstr "Ocultar lista de usuarios" -#: src/view/com/posts/FeedErrorMessage.tsx:118 +#: src/view/com/posts/FeedErrorMessage.tsx:117 msgid "Hmm, some kind of issue occurred when contacting the feed server. Please let the feed owner know about this issue." msgstr "Se ha producido algún problema al contactar con el servidor de noticias. Por favor, informa al propietario de la noticia sobre este problema." -#: src/view/com/posts/FeedErrorMessage.tsx:106 +#: src/view/com/posts/FeedErrorMessage.tsx:105 msgid "Hmm, the feed server appears to be misconfigured. Please let the feed owner know about this issue." msgstr "Parece que el servidor de noticias está mal configurado. Por favor, informa al propietario de la noticia sobre este problema." -#: src/view/com/posts/FeedErrorMessage.tsx:112 +#: src/view/com/posts/FeedErrorMessage.tsx:111 msgid "Hmm, the feed server appears to be offline. Please let the feed owner know about this issue." msgstr "Parece que el servidor de noticias está fuera de línea. Por favor, informa al propietario de la noticia sobre este problema." -#: src/view/com/posts/FeedErrorMessage.tsx:109 +#: src/view/com/posts/FeedErrorMessage.tsx:108 msgid "Hmm, the feed server gave a bad response. Please let the feed owner know about this issue." msgstr "El servidor de noticias ha respondido de forma incorrecta. Por favor, informa al propietario de la noticia sobre este problema." -#: src/view/com/posts/FeedErrorMessage.tsx:103 +#: src/view/com/posts/FeedErrorMessage.tsx:102 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." @@ -2405,11 +2430,11 @@ msgstr "" msgid "Hmmmm, we couldn't load that moderation service." msgstr "" -#: src/Navigation.tsx:501 +#: src/Navigation.tsx:489 #: src/view/shell/bottom-bar/BottomBar.tsx:159 #: src/view/shell/desktop/LeftNav.tsx:335 -#: src/view/shell/Drawer.tsx:424 #: src/view/shell/Drawer.tsx:425 +#: src/view/shell/Drawer.tsx:426 msgid "Home" msgstr "Inicio" @@ -2463,7 +2488,7 @@ msgstr "" msgid "If you delete this list, you won't be able to recover it." msgstr "" -#: src/view/com/util/forms/PostDropdownBtn.tsx:433 +#: src/view/com/util/forms/PostDropdownBtn.tsx:420 msgid "If you remove this post, you won't be able to recover it." msgstr "" @@ -2503,7 +2528,7 @@ msgstr "" msgid "Input confirmation code for account deletion" msgstr "" -#: src/view/com/modals/AddAppPasswords.tsx:175 +#: src/view/com/modals/AddAppPasswords.tsx:174 msgid "Input name for app password" msgstr "" @@ -2548,7 +2573,7 @@ msgstr "" msgid "Invalid 2FA confirmation code." msgstr "" -#: src/view/com/post-thread/PostThreadItem.tsx:240 +#: src/view/com/post-thread/PostThreadItem.tsx:235 msgid "Invalid or unsupported post record" msgstr "" @@ -2612,11 +2637,11 @@ msgstr "" #~ msgid "labels have been placed on this {labelTarget}" #~ msgstr "" -#: src/components/moderation/LabelsOnMeDialog.tsx:80 +#: src/components/moderation/LabelsOnMeDialog.tsx:79 msgid "Labels on your account" msgstr "" -#: src/components/moderation/LabelsOnMeDialog.tsx:82 +#: src/components/moderation/LabelsOnMeDialog.tsx:81 msgid "Labels on your content" msgstr "" @@ -2628,7 +2653,7 @@ msgstr "Escoger el idioma" msgid "Language settings" msgstr "Ajustes de Idiomas" -#: src/Navigation.tsx:151 +#: src/Navigation.tsx:150 #: src/view/screens/LanguageSettings.tsx:90 msgid "Language Settings" msgstr "Ajustes de Idiomas" @@ -2638,7 +2663,7 @@ msgid "Languages" msgstr "Idiomas" #: src/screens/Hashtag.tsx:99 -#: src/view/screens/Search/Search.tsx:376 +#: src/view/screens/Search/Search.tsx:377 msgid "Latest" msgstr "" @@ -2720,8 +2745,8 @@ msgid "Like this feed" msgstr "Dar «me gusta» a esta noticia" #: src/components/LikesDialog.tsx:87 -#: src/Navigation.tsx:208 -#: src/Navigation.tsx:213 +#: src/Navigation.tsx:214 +#: src/Navigation.tsx:219 msgid "Liked by" msgstr "Le ha gustado a" @@ -2757,11 +2782,11 @@ msgstr "" msgid "Likes" msgstr "Cantidad de «Me gusta»" -#: src/view/com/post-thread/PostThreadItem.tsx:201 +#: src/view/com/post-thread/PostThreadItem.tsx:196 msgid "Likes on this post" msgstr "" -#: src/Navigation.tsx:177 +#: src/Navigation.tsx:183 msgid "List" msgstr "" @@ -2773,7 +2798,7 @@ msgstr "Avatar de la lista" msgid "List blocked" msgstr "" -#: src/view/com/feeds/FeedSourceCard.tsx:232 +#: src/view/com/feeds/FeedSourceCard.tsx:253 msgid "List by {0}" msgstr "" @@ -2797,12 +2822,12 @@ msgstr "" msgid "List unmuted" msgstr "" -#: src/Navigation.tsx:121 +#: src/Navigation.tsx:120 #: src/view/screens/Profile.tsx:192 #: src/view/screens/Profile.tsx:198 #: src/view/shell/desktop/LeftNav.tsx:373 -#: src/view/shell/Drawer.tsx:508 #: src/view/shell/Drawer.tsx:509 +#: src/view/shell/Drawer.tsx:510 msgid "Lists" msgstr "Listas" @@ -2810,7 +2835,7 @@ msgstr "Listas" msgid "Lists blocking this user:" msgstr "" -#: src/view/screens/Notifications.tsx:168 +#: src/view/screens/Notifications.tsx:184 msgid "Load new notifications" msgstr "Cargar notificaciones nuevas" @@ -2825,7 +2850,7 @@ msgstr "Cargar posts nuevos" msgid "Loading..." msgstr "Cargando..." -#: src/Navigation.tsx:228 +#: src/Navigation.tsx:234 msgid "Log" msgstr "" @@ -2861,7 +2886,7 @@ msgstr "" msgid "Looks like you haven't saved any feeds! Use our recommendations or browse more below." msgstr "" -#: src/screens/Home/NoFeedsPinned.tsx:96 +#: src/screens/Home/NoFeedsPinned.tsx:83 msgid "Looks like you unpinned all your feeds. But don't worry, you can add some below 😄" msgstr "" @@ -2877,7 +2902,7 @@ msgstr "" 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 "" @@ -2899,8 +2924,8 @@ msgstr "usuarios mencionados" msgid "Mentioned users" msgstr "Usuarios mencionados" -#: src/view/com/util/ViewHeader.tsx:90 -#: src/view/screens/Search/Search.tsx:713 +#: src/view/com/util/ViewHeader.tsx:91 +#: src/view/screens/Search/Search.tsx:714 msgid "Menu" msgstr "Menú" @@ -2909,11 +2934,11 @@ msgid "Message {0}" msgstr "" #: src/components/dms/MessageMenu.tsx:72 -#: src/screens/Messages/List/ChatListItem.tsx:154 +#: src/screens/Messages/List/ChatListItem.tsx:155 msgid "Message deleted" msgstr "" -#: src/view/com/posts/FeedErrorMessage.tsx:201 +#: src/view/com/posts/FeedErrorMessage.tsx:200 msgid "Message from server: {0}" msgstr "Mensaje del servidor: {0}" @@ -2930,7 +2955,7 @@ msgstr "" msgid "Message settings" msgstr "" -#: src/Navigation.tsx:521 +#: src/Navigation.tsx:504 #: src/screens/Messages/List/index.tsx:164 #: src/screens/Messages/List/index.tsx:246 #: src/screens/Messages/List/index.tsx:317 @@ -2945,7 +2970,7 @@ msgstr "" msgid "Misleading Account" msgstr "" -#: src/Navigation.tsx:126 +#: src/Navigation.tsx:125 #: src/screens/Moderation/index.tsx:104 #: src/view/screens/Settings/index.tsx:561 msgid "Moderation" @@ -2982,7 +3007,7 @@ msgstr "" msgid "Moderation lists" msgstr "Listas de moderación" -#: src/Navigation.tsx:131 +#: src/Navigation.tsx:130 #: src/view/screens/ModerationModlists.tsx:58 msgid "Moderation Lists" msgstr "Listas de moderación" @@ -2991,7 +3016,7 @@ msgstr "Listas de moderación" msgid "Moderation settings" msgstr "" -#: src/Navigation.tsx:223 +#: src/Navigation.tsx:229 msgid "Moderation states" msgstr "" @@ -3004,7 +3029,7 @@ msgstr "" msgid "Moderator has chosen to set a general warning on the content." msgstr "" -#: src/view/com/post-thread/PostThreadItem.tsx:572 +#: src/view/com/post-thread/PostThreadItem.tsx:566 msgid "More" msgstr "" @@ -3046,11 +3071,11 @@ msgstr "" msgid "Mute conversation" 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 "" @@ -3067,21 +3092,21 @@ msgstr "Silenciar la lista" msgid "Mute these accounts?" msgstr "¿Silenciar estas cuentas?" -#: 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 "" -#: src/view/com/util/forms/PostDropdownBtn.tsx:365 -#: src/view/com/util/forms/PostDropdownBtn.tsx:371 +#: src/view/com/util/forms/PostDropdownBtn.tsx:352 +#: src/view/com/util/forms/PostDropdownBtn.tsx:358 msgid "Mute thread" msgstr "Mutear hilo" -#: src/view/com/util/forms/PostDropdownBtn.tsx:381 -#: src/view/com/util/forms/PostDropdownBtn.tsx:383 +#: src/view/com/util/forms/PostDropdownBtn.tsx:368 +#: src/view/com/util/forms/PostDropdownBtn.tsx:370 msgid "Mute words & tags" msgstr "" @@ -3093,7 +3118,7 @@ msgstr "Muteado" msgid "Muted accounts" msgstr "Cuentas muteadas" -#: src/Navigation.tsx:136 +#: src/Navigation.tsx:135 #: src/view/screens/ModerationMutedAccounts.tsx:109 msgid "Muted Accounts" msgstr "Cuentas muteadas" @@ -3119,7 +3144,7 @@ msgstr "Nadie puede ver a quien muteas. Las cuentas muteadas pueden interactuar msgid "My Birthday" msgstr "Mi cumpleaños" -#: src/view/screens/Feeds.tsx:795 +#: src/view/screens/Feeds.tsx:768 msgid "My Feeds" msgstr "Mis feeds" @@ -3135,7 +3160,7 @@ msgstr "Mis feeds guardados" msgid "My Saved Feeds" msgstr "Mis feeds guardados" -#: src/view/com/modals/AddAppPasswords.tsx:174 +#: src/view/com/modals/AddAppPasswords.tsx:173 #: src/view/com/modals/CreateOrEditList.tsx:279 msgid "Name" msgstr "Nombre" @@ -3212,8 +3237,8 @@ msgctxt "action" msgid "New post" msgstr "" -#: src/view/screens/Feeds.tsx:627 -#: src/view/screens/Notifications.tsx:177 +#: src/view/screens/Feeds.tsx:600 +#: src/view/screens/Notifications.tsx:193 #: src/view/screens/Profile.tsx:464 #: src/view/screens/ProfileFeed.tsx:426 #: src/view/screens/ProfileList.tsx:201 @@ -3278,7 +3303,7 @@ msgstr "Sin panel de DNS" msgid "No featured GIFs found. There may be an issue with Tenor." msgstr "" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:112 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:116 msgid "No longer following {0}" msgstr "" @@ -3286,7 +3311,7 @@ msgstr "" msgid "No longer than 253 characters" msgstr "" -#: src/screens/Messages/List/ChatListItem.tsx:105 +#: src/screens/Messages/List/ChatListItem.tsx:106 msgid "No messages yet" msgstr "" @@ -3294,7 +3319,7 @@ msgstr "" msgid "No more conversations to show" msgstr "" -#: src/view/com/notifications/Feed.tsx:117 +#: src/view/com/notifications/Feed.tsx:118 msgid "No notifications yet!" msgstr "" @@ -3305,6 +3330,10 @@ msgstr "" msgid "No one" msgstr "" +#: src/screens/Profile/Sections/Feed.tsx:59 +msgid "No posts yet." +msgstr "" + #: src/view/com/composer/text-input/mobile/Autocomplete.tsx:101 #: src/view/com/composer/text-input/web/Autocomplete.tsx:195 msgid "No result" @@ -3318,13 +3347,13 @@ msgstr "" msgid "No results found" msgstr "" -#: src/view/screens/Feeds.tsx:556 +#: src/view/screens/Feeds.tsx:530 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:296 -#: src/view/screens/Search/Search.tsx:335 +#: src/view/screens/Search/Search.tsx:297 +#: src/view/screens/Search/Search.tsx:336 msgid "No results found for {query}" msgstr "No se han encontrado resultados para {query}" @@ -3363,7 +3392,7 @@ msgstr "" #~ msgid "Not Applicable." #~ msgstr "No aplicable." -#: src/Navigation.tsx:116 +#: src/Navigation.tsx:115 #: src/view/screens/Profile.tsx:100 msgid "Not Found" msgstr "" @@ -3374,7 +3403,7 @@ msgid "Not right now" msgstr "" #: src/view/com/profile/ProfileMenu.tsx:370 -#: src/view/com/util/forms/PostDropdownBtn.tsx:459 +#: src/view/com/util/forms/PostDropdownBtn.tsx:446 #: src/view/com/util/post-ctrls/PostCtrls.tsx:308 msgid "Note about sharing" msgstr "" @@ -3395,13 +3424,13 @@ msgstr "" msgid "Notification Sounds" msgstr "" -#: src/Navigation.tsx:516 -#: src/view/screens/Notifications.tsx:126 -#: src/view/screens/Notifications.tsx:154 +#: src/Navigation.tsx:499 +#: src/view/screens/Notifications.tsx:132 +#: src/view/screens/Notifications.tsx:169 #: src/view/shell/bottom-bar/BottomBar.tsx:227 #: src/view/shell/desktop/LeftNav.tsx:350 -#: src/view/shell/Drawer.tsx:456 #: src/view/shell/Drawer.tsx:457 +#: src/view/shell/Drawer.tsx:458 msgid "Notifications" msgstr "Notificaciones" @@ -3451,11 +3480,11 @@ msgstr "" msgid "Onboarding reset" msgstr "" -#: src/view/com/composer/Composer.tsx:488 +#: src/view/com/composer/Composer.tsx:503 msgid "One or more images is missing alt text." msgstr "Falta el texto alternativo en una o varias imágenes." -#: src/screens/Onboarding/StepProfile/index.tsx:116 +#: src/screens/Onboarding/StepProfile/index.tsx:117 msgid "Only .jpg and .png files are supported" msgstr "" @@ -3485,17 +3514,17 @@ msgstr "" msgid "Open {name} profile shortcut menu" msgstr "" -#: src/screens/Onboarding/StepProfile/index.tsx:276 +#: src/screens/Onboarding/StepProfile/index.tsx:277 msgid "Open avatar creator" msgstr "" -#: src/screens/Messages/List/ChatListItem.tsx:214 -#: src/screens/Messages/List/ChatListItem.tsx:215 +#: src/screens/Messages/List/ChatListItem.tsx:219 +#: src/screens/Messages/List/ChatListItem.tsx:220 msgid "Open conversation options" msgstr "" -#: src/view/com/composer/Composer.tsx:600 -#: src/view/com/composer/Composer.tsx:601 +#: src/view/com/composer/Composer.tsx:613 +#: src/view/com/composer/Composer.tsx:614 msgid "Open emoji picker" msgstr "" @@ -3515,11 +3544,11 @@ msgstr "" msgid "Open muted words and tags settings" msgstr "" -#: src/view/com/home/HomeHeaderLayoutMobile.tsx:52 +#: src/view/com/home/HomeHeaderLayoutMobile.tsx:54 msgid "Open navigation" msgstr "Abrir navegación" -#: src/view/com/util/forms/PostDropdownBtn.tsx:250 +#: src/view/com/util/forms/PostDropdownBtn.tsx:237 msgid "Open post options menu" msgstr "" @@ -3628,8 +3657,8 @@ msgstr "" #: src/view/com/home/HomeHeaderLayout.web.tsx:77 #: src/view/screens/Feeds.tsx:417 -msgid "Opens screen to edit Saved Feeds" -msgstr "" +#~ msgid "Opens screen to edit Saved Feeds" +#~ msgstr "" #: src/view/screens/Settings/index.tsx:617 msgid "Opens screen with all saved feeds" @@ -3673,8 +3702,8 @@ msgstr "" msgid "Option {0} of {numItems}" msgstr "" -#: src/components/dms/ReportDialog.tsx:181 -#: src/components/ReportDialog/SubmitView.tsx:163 +#: src/components/dms/ReportDialog.tsx:183 +#: src/components/ReportDialog/SubmitView.tsx:162 msgid "Optionally provide additional information below:" msgstr "" @@ -3738,15 +3767,15 @@ msgstr "¡Contraseña actualizada!" msgid "Pause" msgstr "" -#: src/view/screens/Search/Search.tsx:386 +#: src/view/screens/Search/Search.tsx:387 msgid "People" msgstr "" -#: src/Navigation.tsx:171 +#: src/Navigation.tsx:170 msgid "People followed by @{0}" msgstr "" -#: src/Navigation.tsx:164 +#: src/Navigation.tsx:163 msgid "People following @{0}" msgstr "" @@ -3825,15 +3854,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 "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:95 +#: src/view/com/modals/AddAppPasswords.tsx:94 msgid "Please enter a name for your app password. All spaces is not allowed." msgstr "" -#: src/view/com/modals/AddAppPasswords.tsx:151 +#: src/view/com/modals/AddAppPasswords.tsx:150 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 "" @@ -3845,7 +3874,7 @@ msgstr "Introduce tu correo electrónico." msgid "Please enter your password as well:" msgstr "Introduce tu contraseña, también:" -#: src/components/moderation/LabelsOnMeDialog.tsx:258 +#: src/components/moderation/LabelsOnMeDialog.tsx:256 msgid "Please explain why you think this label was incorrectly applied by {0}" msgstr "" @@ -3862,7 +3891,7 @@ msgstr "" msgid "Please Verify Your Email" msgstr "" -#: src/view/com/composer/Composer.tsx:268 +#: src/view/com/composer/Composer.tsx:281 msgid "Please wait for your link card to finish loading" msgstr "Por favor, espera a que tu tarjeta de enlace termine de cargarse" @@ -3874,28 +3903,28 @@ msgstr "Política" msgid "Porn" msgstr "Pornografía" -#: src/view/com/composer/Composer.tsx:462 -#: src/view/com/composer/Composer.tsx:470 +#: src/view/com/composer/Composer.tsx:477 +#: src/view/com/composer/Composer.tsx:485 msgctxt "action" msgid "Post" msgstr "Publicar" -#: src/view/com/post-thread/PostThread.tsx:427 +#: src/view/com/post-thread/PostThread.tsx:430 msgctxt "description" msgid "Post" msgstr "Post" -#: src/view/com/post-thread/PostThreadItem.tsx:194 +#: src/view/com/post-thread/PostThreadItem.tsx:189 msgid "Post by {0}" msgstr "Post por {0}" -#: src/Navigation.tsx:183 -#: src/Navigation.tsx:190 -#: src/Navigation.tsx:197 +#: src/Navigation.tsx:189 +#: src/Navigation.tsx:196 +#: src/Navigation.tsx:203 msgid "Post by @{0}" msgstr "Post por {0}" -#: src/view/com/util/forms/PostDropdownBtn.tsx:134 +#: src/view/com/util/forms/PostDropdownBtn.tsx:129 msgid "Post deleted" msgstr "Post eliminado" @@ -3934,11 +3963,11 @@ msgstr "" 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 "" -#: src/view/com/posts/FeedErrorMessage.tsx:69 +#: src/view/com/posts/FeedErrorMessage.tsx:68 msgid "Posts hidden" msgstr "" @@ -3966,6 +3995,10 @@ msgstr "" #~ msgid "Press to Retry" #~ msgstr "" +#: src/components/KnownFollowers.tsx:111 +msgid "Press to view followers of this account that you also follow" +msgstr "" + #: src/view/com/lightbox/Lightbox.web.tsx:150 msgid "Previous image" msgstr "Imagen previa" @@ -3983,11 +4016,11 @@ msgstr "Priorizar los usuarios a los que sigue" msgid "Privacy" msgstr "Privacidad" -#: src/Navigation.tsx:238 +#: src/Navigation.tsx:244 #: src/screens/Signup/StepInfo/Policies.tsx:56 #: src/view/screens/PrivacyPolicy.tsx:29 #: src/view/screens/Settings/index.tsx:957 -#: src/view/shell/Drawer.tsx:284 +#: src/view/shell/Drawer.tsx:285 msgid "Privacy Policy" msgstr "Política de privacidad" @@ -4007,8 +4040,8 @@ msgstr "" #: src/view/shell/bottom-bar/BottomBar.tsx:272 #: src/view/shell/desktop/LeftNav.tsx:381 #: src/view/shell/Drawer.tsx:78 -#: src/view/shell/Drawer.tsx:541 #: src/view/shell/Drawer.tsx:542 +#: src/view/shell/Drawer.tsx:543 msgid "Profile" msgstr "Perfil" @@ -4032,16 +4065,16 @@ msgstr "Listas públicas y compartibles de usuarios para mutear o bloquear en ca msgid "Public, shareable lists which can drive feeds." msgstr "Listas públicas y compartibles que pueden impulsar feeds." -#: src/view/com/composer/Composer.tsx:447 +#: src/view/com/composer/Composer.tsx:462 msgid "Publish post" msgstr "" -#: src/view/com/composer/Composer.tsx:447 +#: src/view/com/composer/Composer.tsx:462 msgid "Publish reply" msgstr "" -#: src/view/com/util/post-ctrls/RepostButton.tsx:113 -#: src/view/com/util/post-ctrls/RepostButton.tsx:125 +#: src/view/com/util/post-ctrls/RepostButton.tsx:115 +#: src/view/com/util/post-ctrls/RepostButton.tsx:127 #: src/view/com/util/post-ctrls/RepostButton.web.tsx:78 #: src/view/com/util/post-ctrls/RepostButton.web.tsx:81 msgid "Quote post" @@ -4069,7 +4102,7 @@ msgstr "Proporciones" msgid "Reactivate your account" msgstr "" -#: src/components/dms/ReportDialog.tsx:172 +#: src/components/dms/ReportDialog.tsx:174 msgid "Reason:" msgstr "" @@ -4077,7 +4110,7 @@ msgstr "" #~ msgid "Reason: {0}" #~ msgstr "" -#: src/view/screens/Search/Search.tsx:973 +#: src/view/screens/Search/Search.tsx:970 msgid "Recent Searches" msgstr "" @@ -4089,12 +4122,12 @@ msgstr "" msgid "Reload conversations" msgstr "" -#: src/components/dialogs/MutedWords.tsx:288 -#: src/view/com/feeds/FeedSourceCard.tsx:296 +#: src/components/dialogs/MutedWords.tsx:286 +#: src/view/com/feeds/FeedSourceCard.tsx:317 #: src/view/com/modals/ListAddRemoveUsers.tsx:268 #: src/view/com/modals/SelfLabel.tsx:84 #: src/view/com/modals/UserAddRemoveLists.tsx:230 -#: src/view/com/posts/FeedErrorMessage.tsx:213 +#: src/view/com/posts/FeedErrorMessage.tsx:212 msgid "Remove" msgstr "Eliminar" @@ -4114,25 +4147,25 @@ msgstr "" msgid "Remove embed" msgstr "" -#: src/view/com/posts/FeedErrorMessage.tsx:169 +#: src/view/com/posts/FeedErrorMessage.tsx:168 #: src/view/com/posts/FeedShutdownMsg.tsx:113 #: src/view/com/posts/FeedShutdownMsg.tsx:117 msgid "Remove feed" msgstr "Eliminar el canal de noticias" -#: src/view/com/posts/FeedErrorMessage.tsx:210 +#: src/view/com/posts/FeedErrorMessage.tsx:209 msgid "Remove feed?" msgstr "" -#: src/view/com/feeds/FeedSourceCard.tsx:180 -#: src/view/com/feeds/FeedSourceCard.tsx:245 +#: src/view/com/feeds/FeedSourceCard.tsx:188 +#: src/view/com/feeds/FeedSourceCard.tsx:266 #: src/view/screens/ProfileFeed.tsx:330 #: src/view/screens/ProfileFeed.tsx:336 #: src/view/screens/ProfileList.tsx:443 msgid "Remove from my feeds" msgstr "Eliminar de mis canales de noticias" -#: src/view/com/feeds/FeedSourceCard.tsx:291 +#: src/view/com/feeds/FeedSourceCard.tsx:312 msgid "Remove from my feeds?" msgstr "" @@ -4144,15 +4177,15 @@ msgstr "Eliminar la imagen" msgid "Remove image preview" msgstr "Eliminar la vista previa de la imagen" -#: src/components/dialogs/MutedWords.tsx:331 +#: src/components/dialogs/MutedWords.tsx:329 msgid "Remove mute word from your list" msgstr "" -#: src/view/screens/Search/Search.tsx:1014 +#: src/view/screens/Search/Search.tsx:1011 msgid "Remove profile" msgstr "" -#: src/view/screens/Search/Search.tsx:1016 +#: src/view/screens/Search/Search.tsx:1013 msgid "Remove profile from search history" msgstr "" @@ -4160,12 +4193,12 @@ msgstr "" msgid "Remove quote" msgstr "" -#: src/view/com/util/post-ctrls/RepostButton.tsx:90 -#: src/view/com/util/post-ctrls/RepostButton.tsx:106 +#: src/view/com/util/post-ctrls/RepostButton.tsx:92 +#: src/view/com/util/post-ctrls/RepostButton.tsx:108 msgid "Remove repost" msgstr "" -#: src/view/com/posts/FeedErrorMessage.tsx:211 +#: src/view/com/posts/FeedErrorMessage.tsx:210 msgid "Remove this feed from your saved feeds" msgstr "" @@ -4174,7 +4207,7 @@ msgstr "" msgid "Removed from list" msgstr "Eliminar de la lista" -#: src/view/com/feeds/FeedSourceCard.tsx:131 +#: src/view/com/feeds/FeedSourceCard.tsx:139 msgid "Removed from my feeds" msgstr "" @@ -4205,7 +4238,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:460 +#: src/view/com/composer/Composer.tsx:475 msgctxt "action" msgid "Reply" msgstr "" @@ -4259,8 +4292,8 @@ msgstr "Informe de la lista" msgid "Report message" msgstr "" -#: src/view/com/util/forms/PostDropdownBtn.tsx:407 -#: src/view/com/util/forms/PostDropdownBtn.tsx:409 +#: src/view/com/util/forms/PostDropdownBtn.tsx:394 +#: src/view/com/util/forms/PostDropdownBtn.tsx:396 msgid "Report post" msgstr "Informe de la post" @@ -4276,8 +4309,8 @@ msgstr "" msgid "Report this list" msgstr "" -#: src/components/dms/ReportDialog.tsx:47 -#: src/components/dms/ReportDialog.tsx:140 +#: src/components/dms/ReportDialog.tsx:48 +#: src/components/dms/ReportDialog.tsx:142 #: src/components/ReportDialog/SelectReportOptionView.tsx:59 msgid "Report this message" msgstr "" @@ -4290,9 +4323,9 @@ msgstr "" msgid "Report this user" msgstr "" -#: src/view/com/util/post-ctrls/RepostButton.tsx:63 -#: src/view/com/util/post-ctrls/RepostButton.tsx:91 -#: src/view/com/util/post-ctrls/RepostButton.tsx:107 +#: src/view/com/util/post-ctrls/RepostButton.tsx:64 +#: src/view/com/util/post-ctrls/RepostButton.tsx:93 +#: src/view/com/util/post-ctrls/RepostButton.tsx:109 msgctxt "action" msgid "Repost" msgstr "" @@ -4302,7 +4335,7 @@ msgstr "" msgid "Repost" msgstr "Volver a publicar" -#: src/view/com/util/post-ctrls/RepostButton.tsx:83 +#: src/view/com/util/post-ctrls/RepostButton.tsx:85 #: src/view/com/util/post-ctrls/RepostButton.web.tsx:46 #: src/view/com/util/post-ctrls/RepostButton.web.tsx:92 msgid "Repost or quote post" @@ -4324,7 +4357,7 @@ msgstr "" msgid "reposted your post" msgstr "" -#: src/view/com/post-thread/PostThreadItem.tsx:206 +#: src/view/com/post-thread/PostThreadItem.tsx:201 msgid "Reposts of this post" msgstr "" @@ -4427,8 +4460,8 @@ msgid "Returns to previous page" msgstr "" #: src/components/dialogs/BirthDateSettings.tsx:125 -#: src/view/com/composer/GifAltText.tsx:163 -#: src/view/com/composer/GifAltText.tsx:169 +#: src/view/com/composer/GifAltText.tsx:162 +#: src/view/com/composer/GifAltText.tsx:168 #: src/view/com/modals/ChangeHandle.tsx:168 #: src/view/com/modals/CreateOrEditList.tsx:326 #: src/view/com/modals/EditProfile.tsx:225 @@ -4508,20 +4541,20 @@ msgid "Scroll to top" msgstr "" #: src/components/dms/dialogs/SearchablePeopleList.tsx:504 -#: src/Navigation.tsx:506 +#: src/Navigation.tsx:494 #: 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:451 -#: src/view/screens/Search/Search.tsx:825 -#: src/view/screens/Search/Search.tsx:853 +#: src/view/screens/Search/Search.tsx:452 +#: src/view/screens/Search/Search.tsx:822 +#: src/view/screens/Search/Search.tsx:850 #: src/view/shell/bottom-bar/BottomBar.tsx:179 #: src/view/shell/desktop/LeftNav.tsx:343 #: src/view/shell/desktop/Search.tsx:194 #: src/view/shell/desktop/Search.tsx:203 -#: src/view/shell/Drawer.tsx:393 #: src/view/shell/Drawer.tsx:394 +#: src/view/shell/Drawer.tsx:395 msgid "Search" msgstr "Buscar" @@ -4529,7 +4562,7 @@ msgstr "Buscar" msgid "Search for \"{query}\"" msgstr "" -#: src/view/screens/Search/Search.tsx:909 +#: src/view/screens/Search/Search.tsx:906 msgid "Search for \"{searchText}\"" msgstr "" @@ -4647,7 +4680,7 @@ msgstr "" msgid "Select the {emojiName} emoji as your avatar" msgstr "" -#: src/components/ReportDialog/SubmitView.tsx:136 +#: src/components/ReportDialog/SubmitView.tsx:135 msgid "Select the moderation service(s) to report to" msgstr "" @@ -4709,8 +4742,8 @@ msgctxt "action" msgid "Send Email" msgstr "Enviar correo" -#: src/view/shell/Drawer.tsx:328 -#: src/view/shell/Drawer.tsx:349 +#: src/view/shell/Drawer.tsx:329 +#: src/view/shell/Drawer.tsx:350 msgid "Send feedback" msgstr "Enviar comentarios" @@ -4719,14 +4752,14 @@ msgstr "Enviar comentarios" msgid "Send message" msgstr "Enviar mensaje" -#: src/components/dms/dialogs/ShareViaChatDialog.tsx:47 +#: src/components/dms/dialogs/ShareViaChatDialog.tsx:59 msgid "Send post to..." msgstr "" -#: src/components/dms/ReportDialog.tsx:232 -#: src/components/dms/ReportDialog.tsx:235 -#: src/components/ReportDialog/SubmitView.tsx:216 -#: src/components/ReportDialog/SubmitView.tsx:220 +#: src/components/dms/ReportDialog.tsx:234 +#: src/components/dms/ReportDialog.tsx:237 +#: src/components/ReportDialog/SubmitView.tsx:215 +#: src/components/ReportDialog/SubmitView.tsx:219 msgid "Send report" msgstr "Enviar reporte" @@ -4739,8 +4772,8 @@ msgstr "Enviar reporte a {0}" msgid "Send verification email" msgstr "" -#: src/view/com/util/forms/PostDropdownBtn.tsx:299 -#: src/view/com/util/forms/PostDropdownBtn.tsx:302 +#: src/view/com/util/forms/PostDropdownBtn.tsx:286 +#: src/view/com/util/forms/PostDropdownBtn.tsx:289 msgid "Send via direct message" msgstr "" @@ -4824,11 +4857,11 @@ msgstr "" msgid "Sets image aspect ratio to wide" msgstr "" -#: src/Navigation.tsx:146 +#: src/Navigation.tsx:145 #: src/view/screens/Settings/index.tsx:332 #: src/view/shell/desktop/LeftNav.tsx:389 -#: src/view/shell/Drawer.tsx:558 #: src/view/shell/Drawer.tsx:559 +#: src/view/shell/Drawer.tsx:560 msgid "Settings" msgstr "Ajustes" @@ -4847,8 +4880,8 @@ msgstr "Compartir" #: src/view/com/profile/ProfileMenu.tsx:217 #: src/view/com/profile/ProfileMenu.tsx:226 -#: src/view/com/util/forms/PostDropdownBtn.tsx:310 -#: src/view/com/util/forms/PostDropdownBtn.tsx:319 +#: src/view/com/util/forms/PostDropdownBtn.tsx:297 +#: src/view/com/util/forms/PostDropdownBtn.tsx:306 #: src/view/com/util/post-ctrls/PostCtrls.tsx:297 #: src/view/screens/ProfileList.tsx:428 msgid "Share" @@ -4863,7 +4896,7 @@ msgid "Share a fun fact!" msgstr "" #: src/view/com/profile/ProfileMenu.tsx:375 -#: src/view/com/util/forms/PostDropdownBtn.tsx:464 +#: src/view/com/util/forms/PostDropdownBtn.tsx:451 #: src/view/com/util/post-ctrls/PostCtrls.tsx:313 msgid "Share anyway" msgstr "" @@ -4915,7 +4948,7 @@ msgstr "" msgid "Show badge and filter from feeds" msgstr "" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:207 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:211 msgid "Show follows similar to {0}" msgstr "" @@ -4923,19 +4956,19 @@ msgstr "" msgid "Show hidden replies" msgstr "" -#: src/view/com/util/forms/PostDropdownBtn.tsx:349 -#: src/view/com/util/forms/PostDropdownBtn.tsx:351 +#: src/view/com/util/forms/PostDropdownBtn.tsx:336 +#: src/view/com/util/forms/PostDropdownBtn.tsx:338 msgid "Show less like this" msgstr "" -#: src/view/com/post-thread/PostThreadItem.tsx:538 +#: src/view/com/post-thread/PostThreadItem.tsx:532 #: src/view/com/post/Post.tsx:227 #: src/view/com/posts/FeedItem.tsx:392 msgid "Show More" msgstr "Ver más" -#: src/view/com/util/forms/PostDropdownBtn.tsx:341 -#: src/view/com/util/forms/PostDropdownBtn.tsx:343 +#: src/view/com/util/forms/PostDropdownBtn.tsx:328 +#: src/view/com/util/forms/PostDropdownBtn.tsx:330 msgid "Show more like this" msgstr "" @@ -5024,9 +5057,9 @@ msgstr "" #: src/view/shell/bottom-bar/BottomBar.tsx:312 #: src/view/shell/bottom-bar/BottomBar.tsx:313 #: src/view/shell/bottom-bar/BottomBar.tsx:315 -#: src/view/shell/bottom-bar/BottomBarWeb.tsx:181 -#: src/view/shell/bottom-bar/BottomBarWeb.tsx:182 -#: src/view/shell/bottom-bar/BottomBarWeb.tsx:184 +#: src/view/shell/bottom-bar/BottomBarWeb.tsx:204 +#: src/view/shell/bottom-bar/BottomBarWeb.tsx:205 +#: src/view/shell/bottom-bar/BottomBarWeb.tsx:207 #: src/view/shell/NavSignupCard.tsx:69 #: src/view/shell/NavSignupCard.tsx:70 #: src/view/shell/NavSignupCard.tsx:72 @@ -5057,9 +5090,9 @@ msgstr "Cerrar sesión" #: src/view/shell/bottom-bar/BottomBar.tsx:302 #: src/view/shell/bottom-bar/BottomBar.tsx:303 #: src/view/shell/bottom-bar/BottomBar.tsx:305 -#: src/view/shell/bottom-bar/BottomBarWeb.tsx:171 -#: src/view/shell/bottom-bar/BottomBarWeb.tsx:172 -#: src/view/shell/bottom-bar/BottomBarWeb.tsx:174 +#: src/view/shell/bottom-bar/BottomBarWeb.tsx:194 +#: src/view/shell/bottom-bar/BottomBarWeb.tsx:195 +#: src/view/shell/bottom-bar/BottomBarWeb.tsx:197 #: src/view/shell/NavSignupCard.tsx:60 #: src/view/shell/NavSignupCard.tsx:61 #: src/view/shell/NavSignupCard.tsx:63 @@ -5100,7 +5133,7 @@ msgstr "Programación" msgid "Some people can reply" msgstr "" -#: src/screens/Messages/Conversation/index.tsx:94 +#: src/screens/Messages/Conversation/index.tsx:106 msgid "Something went wrong" msgstr "Ocurrió un error" @@ -5132,7 +5165,7 @@ msgstr "Ordenar respuestas al mismo post por:" #~ msgid "Source:" #~ msgstr "Fuente:" -#: src/components/moderation/LabelsOnMeDialog.tsx:170 +#: src/components/moderation/LabelsOnMeDialog.tsx:168 msgid "Source: <0>{0}" msgstr "" @@ -5181,13 +5214,13 @@ msgstr "Paso {0} de {1}" msgid "Storage cleared, you need to restart the app now." msgstr "" -#: src/Navigation.tsx:218 +#: src/Navigation.tsx:224 #: src/view/screens/Settings/index.tsx:863 msgid "Storybook" msgstr "Libro de cuentos" -#: src/components/moderation/LabelsOnMeDialog.tsx:292 -#: src/components/moderation/LabelsOnMeDialog.tsx:293 +#: src/components/moderation/LabelsOnMeDialog.tsx:290 +#: src/components/moderation/LabelsOnMeDialog.tsx:291 #: src/screens/Messages/Conversation/ChatDisabled.tsx:142 #: src/screens/Messages/Conversation/ChatDisabled.tsx:143 msgid "Submit" @@ -5218,7 +5251,7 @@ msgstr "" msgid "Subscribe to this list" msgstr "Suscribirse a esta lista" -#: src/view/screens/Search/Search.tsx:424 +#: src/view/screens/Search/Search.tsx:425 msgid "Suggested Follows" msgstr "Usuarios sugeridos a seguir" @@ -5230,7 +5263,7 @@ msgstr "" msgid "Suggestive" msgstr "" -#: src/Navigation.tsx:233 +#: src/Navigation.tsx:239 #: src/view/screens/Support.tsx:30 #: src/view/screens/Support.tsx:33 msgid "Support" @@ -5257,7 +5290,7 @@ msgstr "" msgid "System log" msgstr "Bitácora del sistema" -#: src/components/dialogs/MutedWords.tsx:325 +#: src/components/dialogs/MutedWords.tsx:323 msgid "tag" msgstr "" @@ -5285,11 +5318,11 @@ msgstr "" msgid "Terms" msgstr "Condiciones" -#: src/Navigation.tsx:243 +#: src/Navigation.tsx:249 #: src/screens/Signup/StepInfo/Policies.tsx:49 #: src/view/screens/Settings/index.tsx:951 #: src/view/screens/TermsOfService.tsx:29 -#: src/view/shell/Drawer.tsx:278 +#: src/view/shell/Drawer.tsx:279 msgid "Terms of Service" msgstr "Condiciones de servicio" @@ -5299,17 +5332,17 @@ msgstr "Condiciones de servicio" msgid "Terms used violate community standards" msgstr "" -#: src/components/dialogs/MutedWords.tsx:325 +#: src/components/dialogs/MutedWords.tsx:323 msgid "text" msgstr "" -#: src/components/moderation/LabelsOnMeDialog.tsx:256 +#: src/components/moderation/LabelsOnMeDialog.tsx:254 #: src/screens/Messages/Conversation/ChatDisabled.tsx:108 msgid "Text input field" msgstr "Campo de introducción de texto" -#: src/components/dms/ReportDialog.tsx:132 -#: src/components/ReportDialog/SubmitView.tsx:78 +#: src/components/dms/ReportDialog.tsx:134 +#: src/components/ReportDialog/SubmitView.tsx:77 msgid "Thank you. Your report has been sent." msgstr "" @@ -5321,7 +5354,7 @@ msgstr "" msgid "That handle is already taken." msgstr "Este nombre de usuario ya está en uso." -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:291 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:305 #: src/view/com/profile/ProfileMenu.tsx:351 msgid "The account will be able to interact with you after unblocking." msgstr "La cuenta podrá interactuar contigo tras desbloquearla." @@ -5342,11 +5375,11 @@ msgstr "La Política de derechos de autor se han trasladado a <0/>" msgid "The feed has been replaced with Discover." msgstr "" -#: src/components/moderation/LabelsOnMeDialog.tsx:66 +#: src/components/moderation/LabelsOnMeDialog.tsx:65 msgid "The following labels were applied to your account." msgstr "" -#: src/components/moderation/LabelsOnMeDialog.tsx:67 +#: src/components/moderation/LabelsOnMeDialog.tsx:66 msgid "The following labels were applied to your content." msgstr "" @@ -5384,7 +5417,7 @@ msgstr "" msgid "There was an an issue contacting the server, please check your internet connection and try again." msgstr "" -#: src/view/com/posts/FeedErrorMessage.tsx:146 +#: src/view/com/posts/FeedErrorMessage.tsx:145 msgid "There was an an issue removing this feed. Please check your internet connection and try again." msgstr "" @@ -5412,12 +5445,12 @@ msgstr "" msgid "There was an issue contacting the server" msgstr "" -#: src/view/com/feeds/FeedSourceCard.tsx:120 -#: src/view/com/feeds/FeedSourceCard.tsx:133 +#: src/view/com/feeds/FeedSourceCard.tsx:128 +#: src/view/com/feeds/FeedSourceCard.tsx:141 msgid "There was an issue contacting your server" msgstr "" -#: src/view/com/notifications/Feed.tsx:125 +#: src/view/com/notifications/Feed.tsx:126 msgid "There was an issue fetching notifications. Tap here to try again." msgstr "" @@ -5434,8 +5467,8 @@ msgstr "" msgid "There was an issue fetching your lists. Tap here to try again." msgstr "" -#: src/components/dms/ReportDialog.tsx:220 -#: src/components/ReportDialog/SubmitView.tsx:83 +#: src/components/dms/ReportDialog.tsx:222 +#: src/components/ReportDialog/SubmitView.tsx:82 msgid "There was an issue sending your report. Please check your internet connection." msgstr "" @@ -5447,9 +5480,9 @@ msgstr "" msgid "There was an issue with fetching your app passwords" msgstr "" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:99 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:121 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:135 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:103 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:125 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:139 #: src/view/com/post-thread/PostThreadFollowBtn.tsx:99 #: src/view/com/post-thread/PostThreadFollowBtn.tsx:111 #: src/view/com/profile/ProfileMenu.tsx:109 @@ -5494,7 +5527,7 @@ msgstr "Esta cuenta ha solicitado que los usuarios inicien sesión para ver su p msgid "This account is blocked by one or more of your moderation lists. To unblock, please visit the lists directly and remove this user." msgstr "" -#: src/components/moderation/LabelsOnMeDialog.tsx:241 +#: src/components/moderation/LabelsOnMeDialog.tsx:239 msgid "This appeal will be sent to <0>{0}." msgstr "" @@ -5527,28 +5560,37 @@ msgstr "" msgid "This content is not available because one of the users involved has blocked the other." msgstr "" -#: src/view/com/posts/FeedErrorMessage.tsx:115 +#: src/view/com/posts/FeedErrorMessage.tsx:114 msgid "This content is not viewable without a Bluesky account." msgstr "Este contenido no se puede visto sin una cuenta de Bluesky." +#: src/screens/Messages/List/ChatListItem.tsx:213 +msgid "This conversation is with a deleted or a deactivated account. Press for options." +msgstr "" + #: src/view/screens/Settings/ExportCarDialog.tsx:93 msgid "This feature is in beta. You can read more about repository exports in <0>this blogpost." msgstr "" -#: src/view/com/posts/FeedErrorMessage.tsx:121 +#: src/view/com/posts/FeedErrorMessage.tsx:120 msgid "This feed is currently receiving high traffic and is temporarily unavailable. Please try again later." msgstr "Este feed está recibiendo mucho tráfico y no está disponible temporalmente. Intenta de nuevo luego." #: src/screens/Profile/Sections/Feed.tsx:59 #: src/view/screens/ProfileFeed.tsx:471 #: src/view/screens/ProfileList.tsx:729 -msgid "This feed is empty!" -msgstr "" +#~ msgid "This feed is empty!" +#~ msgstr "" #: src/view/com/posts/CustomFeedEmptyState.tsx:37 msgid "This feed is empty! You may need to follow more users or tune your language settings." msgstr "" +#: src/view/screens/ProfileFeed.tsx:471 +#: src/view/screens/ProfileList.tsx:729 +msgid "This feed is empty." +msgstr "" + #: src/view/com/posts/FeedShutdownMsg.tsx:97 msgid "This feed is no longer online. We are showing <0>Discover instead." msgstr "" @@ -5577,7 +5619,7 @@ msgstr "" #~ msgid "This label was applied by you" #~ msgstr "" -#: src/components/moderation/LabelsOnMeDialog.tsx:168 +#: src/components/moderation/LabelsOnMeDialog.tsx:166 msgid "This label was applied by you." msgstr "" @@ -5597,20 +5639,20 @@ 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:111 +#: src/view/com/modals/AddAppPasswords.tsx:110 msgid "This name is already in use" msgstr "" -#: src/view/com/post-thread/PostThreadItem.tsx:140 +#: src/view/com/post-thread/PostThreadItem.tsx:135 msgid "This post has been deleted." msgstr "Esta post ha sido eliminado." -#: src/view/com/util/forms/PostDropdownBtn.tsx:461 +#: src/view/com/util/forms/PostDropdownBtn.tsx:448 #: src/view/com/util/post-ctrls/PostCtrls.tsx:310 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:443 +#: src/view/com/util/forms/PostDropdownBtn.tsx:430 msgid "This post will be hidden from feeds." msgstr "" @@ -5659,7 +5701,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:285 +#: src/components/dialogs/MutedWords.tsx:283 msgid "This will delete {0} from your muted words. You can always add it back later." msgstr "" @@ -5676,7 +5718,7 @@ msgstr "Preferencias de hilos" msgid "Threaded Mode" msgstr "Modo con hilos" -#: src/Navigation.tsx:276 +#: src/Navigation.tsx:282 msgid "Threads Preferences" msgstr "" @@ -5692,7 +5734,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 "" @@ -5705,7 +5747,7 @@ msgid "Toggle to enable or disable adult content" msgstr "" #: src/screens/Hashtag.tsx:88 -#: src/view/screens/Search/Search.tsx:366 +#: src/view/screens/Search/Search.tsx:367 msgid "Top" msgstr "Top" @@ -5715,10 +5757,10 @@ msgstr "Transformaciones" #: src/components/dms/MessageMenu.tsx:103 #: src/components/dms/MessageMenu.tsx:105 -#: src/view/com/post-thread/PostThreadItem.tsx:691 -#: src/view/com/post-thread/PostThreadItem.tsx:693 -#: src/view/com/util/forms/PostDropdownBtn.tsx:280 -#: src/view/com/util/forms/PostDropdownBtn.tsx:282 +#: src/view/com/post-thread/PostThreadItem.tsx:674 +#: src/view/com/post-thread/PostThreadItem.tsx:676 +#: src/view/com/util/forms/PostDropdownBtn.tsx:267 +#: src/view/com/util/forms/PostDropdownBtn.tsx:269 msgid "Translate" msgstr "Traducir" @@ -5760,14 +5802,14 @@ msgstr "No se puede contactar con tu proveedor. Comprueba tu conexión a Interne #: src/components/dms/MessagesListBlockedFooter.tsx:96 #: src/components/dms/MessagesListBlockedFooter.tsx:104 #: src/components/dms/MessagesListBlockedFooter.tsx:111 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:184 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:295 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:188 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:309 #: src/view/com/profile/ProfileMenu.tsx:363 #: src/view/screens/ProfileList.tsx:626 msgid "Unblock" msgstr "Desbloquear" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:189 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:193 msgctxt "action" msgid "Unblock" msgstr "Desbloquear" @@ -5782,12 +5824,12 @@ msgstr "" msgid "Unblock Account" msgstr "Desbloquear Cuenta" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:289 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:303 #: src/view/com/profile/ProfileMenu.tsx:345 msgid "Unblock Account?" msgstr "¿Desbloquear Cuenta?" -#: src/view/com/util/post-ctrls/RepostButton.tsx:62 +#: src/view/com/util/post-ctrls/RepostButton.tsx:63 #: src/view/com/util/post-ctrls/RepostButton.web.tsx:69 #: src/view/com/util/post-ctrls/RepostButton.web.tsx:73 msgid "Undo repost" @@ -5802,7 +5844,7 @@ msgstr "Dejar de seguir" msgid "Unfollow" msgstr "Dejar de seguir" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:229 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:233 msgid "Unfollow {0}" msgstr "Dejar de seguir a {0}" @@ -5845,8 +5887,8 @@ msgstr "" #~ msgid "Unmute notifications" #~ msgstr "Demutear notificaciones" -#: src/view/com/util/forms/PostDropdownBtn.tsx:365 -#: src/view/com/util/forms/PostDropdownBtn.tsx:370 +#: src/view/com/util/forms/PostDropdownBtn.tsx:352 +#: src/view/com/util/forms/PostDropdownBtn.tsx:357 msgid "Unmute thread" msgstr "Demutear hilo" @@ -5896,7 +5938,7 @@ msgstr "" msgid "Updating..." msgstr "Actualizando..." -#: src/screens/Onboarding/StepProfile/index.tsx:280 +#: src/screens/Onboarding/StepProfile/index.tsx:281 msgid "Upload a photo instead" msgstr "" @@ -5957,7 +5999,7 @@ msgstr "" msgid "Use the DNS panel" msgstr "" -#: src/view/com/modals/AddAppPasswords.tsx:206 +#: src/view/com/modals/AddAppPasswords.tsx:205 msgid "Use this to sign into the other app along with your handle." msgstr "Utilízalo para iniciar sesión en la otra app junto a tu nombre de usuario." @@ -6120,11 +6162,11 @@ msgstr "" #: src/components/ProfileHoverCard/index.web.tsx:396 #: src/components/ProfileHoverCard/index.web.tsx:429 #: src/view/com/posts/AviFollowButton.tsx:58 -#: src/view/com/posts/FeedErrorMessage.tsx:175 +#: src/view/com/posts/FeedErrorMessage.tsx:174 msgid "View profile" msgstr "" -#: src/view/com/profile/ProfileSubpageHeader.tsx:130 +#: src/view/com/profile/ProfileSubpageHeader.tsx:127 msgid "View the avatar" msgstr "Ver el avatar" @@ -6136,6 +6178,11 @@ msgstr "" msgid "View users who like this feed" msgstr "" +#: src/view/com/home/HomeHeaderLayout.web.tsx:78 +#: src/view/com/home/HomeHeaderLayoutMobile.tsx:84 +msgid "View your feeds and explore more" +msgstr "" + #: src/view/com/modals/LinkWarning.tsx:89 #: src/view/com/modals/LinkWarning.tsx:95 msgid "Visit Site" @@ -6159,7 +6206,7 @@ msgstr "" msgid "We couldn't find any results for that hashtag." msgstr "" -#: src/screens/Messages/Conversation/index.tsx:95 +#: src/screens/Messages/Conversation/index.tsx:107 msgid "We couldn't load this conversation" msgstr "" @@ -6175,7 +6222,7 @@ msgstr "Esperemos que la pases bien. Recuerda, Bluesky es:" msgid "We ran out of posts from your follows. Here's the latest from <0/>." 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 "" @@ -6215,14 +6262,18 @@ msgstr "¡Es nuestro placer tenerte aquí!" 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:269 +#: src/view/screens/Search/Search.tsx:270 msgid "We're sorry, but your search could not be completed. Please try again in a few minutes." msgstr "Lo sentimos, pero no se ha podido completar tu búsqueda. Intenta de nuevo en unos minutos." +#: src/view/com/composer/Composer.tsx:318 +msgid "We're sorry! The post you are replying to has been deleted." +msgstr "" + #: src/components/Lists.tsx:212 #: src/view/screens/NotFound.tsx:48 msgid "We're sorry! We can't find the page you were looking for." @@ -6242,7 +6293,7 @@ msgstr "¿Cuáles son tus intereses?" #: src/view/com/auth/SplashScreen.tsx:40 #: src/view/com/auth/SplashScreen.web.tsx:86 -#: src/view/com/composer/Composer.tsx:340 +#: src/view/com/composer/Composer.tsx:359 msgid "What's up?" msgstr "¿Qué hay de nuevo?" @@ -6263,7 +6314,7 @@ msgstr "" msgid "Who can reply" msgstr "Quién puede responder" -#: src/screens/Home/NoFeedsPinned.tsx:92 +#: src/screens/Home/NoFeedsPinned.tsx:79 #: src/screens/Messages/List/index.tsx:185 msgid "Whoops!" msgstr "Whoops!" @@ -6301,11 +6352,11 @@ msgstr "Ancho" msgid "Write a message" msgstr "Escribe un mensaje" -#: src/view/com/composer/Composer.tsx:534 +#: src/view/com/composer/Composer.tsx:549 msgid "Write post" msgstr "Redacta un post" -#: src/view/com/composer/Composer.tsx:339 +#: src/view/com/composer/Composer.tsx:358 #: src/view/com/composer/Prompt.tsx:39 msgid "Write your reply" msgstr "Redacta una respuesta" @@ -6345,8 +6396,8 @@ msgstr "Estás en cola." msgid "You are not following anyone." msgstr "No estás siguiendo a nadie." -#: src/view/com/posts/FollowingEmptyState.tsx:67 -#: src/view/com/posts/FollowingEndOfFeed.tsx:68 +#: src/view/com/posts/FollowingEmptyState.tsx:63 +#: src/view/com/posts/FollowingEndOfFeed.tsx:64 msgid "You can also discover new Custom Feeds to follow." msgstr "" @@ -6379,6 +6430,10 @@ msgstr "" msgid "You do not have any followers." msgstr "No tienes ningún seguidor." +#: src/screens/Profile/KnownFollowers.tsx:99 +msgid "You don't follow any users who follow @{name}." +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 "¡Aún no tienes ningún código de invitación! Te enviaremos algunos cuando lleves un poco más de tiempo en Bluesky." @@ -6466,15 +6521,15 @@ msgstr "" msgid "You have reached the end" 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:87 +#: src/components/moderation/LabelsOnMeDialog.tsx:86 msgid "You may appeal non-self labels if you feel they were placed in error." msgstr "" -#: src/components/moderation/LabelsOnMeDialog.tsx:92 +#: src/components/moderation/LabelsOnMeDialog.tsx:91 msgid "You may appeal these labels if you feel they were placed in error." msgstr "" @@ -6486,7 +6541,7 @@ msgstr "Tienes que tener 13 años o más para poder crear una cuenta." #~ msgid "You must be 18 years or older to enable adult content" #~ msgstr "Tienes que tener 18 años o más para poder activar el contenido adulto" -#: src/components/ReportDialog/SubmitView.tsx:206 +#: src/components/ReportDialog/SubmitView.tsx:205 msgid "You must select at least one labeler for a report" msgstr "" @@ -6494,11 +6549,11 @@ msgstr "" msgid "You previously deactivated @{0}." msgstr "" -#: src/view/com/util/forms/PostDropdownBtn.tsx:173 +#: src/view/com/util/forms/PostDropdownBtn.tsx:168 msgid "You will no longer receive notifications for this thread" msgstr "" -#: src/view/com/util/forms/PostDropdownBtn.tsx:176 +#: src/view/com/util/forms/PostDropdownBtn.tsx:171 msgid "You will now receive notifications for this thread" msgstr "" @@ -6506,15 +6561,15 @@ msgstr "" msgid "You will receive an email with a \"reset code.\" Enter that code here, then enter your new password." msgstr "Enviamos un código de reseteo a tu correo. Introduce ese código aquí y luego introduce tu nueva contraseña." -#: src/screens/Messages/List/ChatListItem.tsx:113 +#: src/screens/Messages/List/ChatListItem.tsx:114 msgid "You: {0}" msgstr "Tu: {0}" -#: src/screens/Messages/List/ChatListItem.tsx:142 +#: src/screens/Messages/List/ChatListItem.tsx:143 msgid "You: {defaultEmbeddedContentMessage}" msgstr "" -#: src/screens/Messages/List/ChatListItem.tsx:135 +#: src/screens/Messages/List/ChatListItem.tsx:136 msgid "You: {short}" msgstr "" @@ -6542,7 +6597,7 @@ msgstr "¡Eso es todo!" msgid "You've chosen to hide a word or tag within this post." msgstr "" -#: src/view/com/posts/FollowingEndOfFeed.tsx:48 +#: src/view/com/posts/FollowingEndOfFeed.tsx:44 msgid "You've reached the end of your feed! Find some more accounts to follow." msgstr "¡Haz llegado al fin de tu feed! Encuentra más cuentas para seguir." @@ -6588,7 +6643,7 @@ msgstr "Tu correo electrónico ha sido actualizado pero no verificado. Verifica msgid "Your email has not yet been verified. This is an important security step which we recommend." msgstr "Tu correo electrónico aún no ha sido verificado. Por tu seguridad, recomendamos que lo verifiques." -#: src/view/com/posts/FollowingEmptyState.tsx:47 +#: src/view/com/posts/FollowingEmptyState.tsx:43 msgid "Your following feed is empty! Follow more users to see what's happening." msgstr "¡Tu feed de Siguiendo esta vacío! Sigue a más usuarios para ver sus posts aquí." @@ -6600,7 +6655,7 @@ msgstr "Tu nombre de usuario completo será" msgid "Your full handle will be <0>@{0}" msgstr "Tu nombre de usuario completo será <0>@{0}" -#: src/components/dialogs/MutedWords.tsx:221 +#: src/components/dialogs/MutedWords.tsx:220 msgid "Your muted words" msgstr "Tus palabras muteadas" @@ -6608,7 +6663,7 @@ msgstr "Tus palabras muteadas" msgid "Your password has been changed successfully!" msgstr "Tu contraseña ha sido cambiada exitosamente." -#: src/view/com/composer/Composer.tsx:330 +#: src/view/com/composer/Composer.tsx:349 msgid "Your post has been published" msgstr "Post publicado" @@ -6624,11 +6679,11 @@ msgstr "Tu perfil" msgid "Your profile, posts, feeds, and lists will no longer be visible to other Bluesky users. You can reactivate your account at any time by logging in." msgstr "" -#: src/view/com/composer/Composer.tsx:329 +#: src/view/com/composer/Composer.tsx:348 msgid "Your reply has been published" msgstr "Respuesta publicada" -#: src/components/dms/ReportDialog.tsx:160 +#: src/components/dms/ReportDialog.tsx:162 msgid "Your report will be sent to the Bluesky Moderation Service" msgstr "Tu reporte ha sido enviado al servicio de moderación de Bluesky" diff --git a/src/locale/locales/fi/messages.po b/src/locale/locales/fi/messages.po index cd27540e..fe77092e 100644 --- a/src/locale/locales/fi/messages.po +++ b/src/locale/locales/fi/messages.po @@ -13,7 +13,7 @@ msgstr "" "Language-Team: @pekka.bsky.social,@jaoler.fi,@rahi.bsky.social\n" "Plural-Forms: \n" -#: src/screens/Messages/List/ChatListItem.tsx:119 +#: src/screens/Messages/List/ChatListItem.tsx:120 msgid "(contains embedded content)" msgstr "" @@ -41,10 +41,14 @@ msgstr "" msgid "{0, plural, one {# label has been placed on this content} other {# labels have been placed on this content}}" msgstr "" -#: src/view/com/util/post-ctrls/RepostButton.tsx:64 +#: src/view/com/util/post-ctrls/RepostButton.tsx:65 msgid "{0, plural, one {# repost} other {# reposts}}" msgstr "" +#: src/components/KnownFollowers.tsx:179 +msgid "{0, plural, one {and # other} other {and # others}}" +msgstr "" + #: src/components/ProfileHoverCard/index.web.tsx:376 #: src/screens/Profile/Header/Metrics.tsx:23 msgid "{0, plural, one {follower} other {followers}}" @@ -59,11 +63,11 @@ msgstr "" msgid "{0, plural, one {Like (# like)} other {Like (# likes)}}" msgstr "" -#: src/view/com/post-thread/PostThreadItem.tsx:386 +#: src/view/com/post-thread/PostThreadItem.tsx:380 msgid "{0, plural, one {like} other {likes}}" msgstr "" -#: src/view/com/feeds/FeedSourceCard.tsx:280 +#: src/view/com/feeds/FeedSourceCard.tsx:301 msgid "{0, plural, one {Liked by # user} other {Liked by # users}}" msgstr "" @@ -75,7 +79,7 @@ msgstr "" msgid "{0, plural, one {Reply (# reply)} other {Reply (# replies)}}" msgstr "" -#: src/view/com/post-thread/PostThreadItem.tsx:366 +#: src/view/com/post-thread/PostThreadItem.tsx:360 msgid "{0, plural, one {repost} other {reposts}}" msgstr "" @@ -118,7 +122,7 @@ msgstr "" msgid "{likeCount, plural, one {Liked by # user} other {Liked by # users}}" msgstr "" -#: src/view/shell/Drawer.tsx:461 +#: src/view/shell/Drawer.tsx:462 msgid "{numUnreadNotifications} unread" msgstr "{numUnreadNotifications} lukematonta" @@ -175,12 +179,12 @@ msgstr "⚠Virheellinen käyttäjätunnus" msgid "2FA Confirmation" msgstr "Kaksivaiheisen tunnistautumisen vahvistus" -#: src/view/com/util/ViewHeader.tsx:92 -#: src/view/screens/Search/Search.tsx:714 +#: src/view/com/util/ViewHeader.tsx:93 +#: src/view/screens/Search/Search.tsx:715 msgid "Access navigation links and settings" msgstr "Siirry navigointilinkkeihin ja asetuksiin" -#: src/view/com/home/HomeHeaderLayoutMobile.tsx:54 +#: src/view/com/home/HomeHeaderLayoutMobile.tsx:56 msgid "Access profile and other navigation links" msgstr "Siirry profiiliin ja muihin navigointilinkkeihin" @@ -193,7 +197,7 @@ msgstr "Saavutettavuus" msgid "Accessibility settings" msgstr "Esteettömyysasetukset\"" -#: src/Navigation.tsx:290 +#: src/Navigation.tsx:296 #: src/view/screens/AccessibilitySettings.tsx:63 msgid "Accessibility Settings" msgstr "Esteettömyysasetukset\"" @@ -237,7 +241,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:131 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:135 #: src/view/com/profile/ProfileMenu.tsx:131 msgid "Account unblocked" msgstr "Käyttäjätilin esto poistettu" @@ -250,7 +254,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/modals/ListAddRemoveUsers.tsx:268 #: src/view/com/modals/UserAddRemoveLists.tsx:230 #: src/view/screens/ProfileList.tsx:881 @@ -272,9 +276,9 @@ msgstr "Lisää käyttäjä tähän listaan" msgid "Add account" msgstr "Lisää käyttäjätili" -#: src/view/com/composer/GifAltText.tsx:70 -#: src/view/com/composer/GifAltText.tsx:136 -#: src/view/com/composer/GifAltText.tsx:176 +#: src/view/com/composer/GifAltText.tsx:69 +#: src/view/com/composer/GifAltText.tsx:135 +#: src/view/com/composer/GifAltText.tsx:175 #: src/view/com/composer/photos/Gallery.tsx:120 #: src/view/com/composer/photos/Gallery.tsx:187 #: src/view/com/modals/AltImage.tsx:118 @@ -291,15 +295,15 @@ msgstr "Lisää ALT-teksti" msgid "Add App Password" msgstr "Lisää sovelluksen salasana" -#: 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/screens/Home/NoFeedsPinned.tsx:112 +#: src/screens/Home/NoFeedsPinned.tsx:99 msgid "Add recommended feeds" msgstr "" @@ -316,7 +320,7 @@ msgstr "Lisää seuraava DNS-merkintä verkkotunnukseesi:" msgid "Add to Lists" msgstr "Lisää listoihin" -#: src/view/com/feeds/FeedSourceCard.tsx:246 +#: src/view/com/feeds/FeedSourceCard.tsx:267 msgid "Add to my feeds" msgstr "Lisää syötteisiini" @@ -329,7 +333,7 @@ msgstr "Lisää syötteisiini" msgid "Added to list" msgstr "Lisätty listaan" -#: src/view/com/feeds/FeedSourceCard.tsx:118 +#: src/view/com/feeds/FeedSourceCard.tsx:126 msgid "Added to my feeds" msgstr "Lisätty syötteisiini" @@ -351,12 +355,12 @@ msgstr "Aikuissisältö on estetty" msgid "Advanced" msgstr "Edistyneemmät" -#: src/view/screens/Feeds.tsx:798 +#: src/view/screens/Feeds.tsx:771 msgid "All the feeds you've saved, right in one place." msgstr "Kaikki tallentamasi syötteet yhdessä paikassa." -#: src/view/com/modals/AddAppPasswords.tsx:188 -#: src/view/com/modals/AddAppPasswords.tsx:195 +#: src/view/com/modals/AddAppPasswords.tsx:187 +#: src/view/com/modals/AddAppPasswords.tsx:194 msgid "Allow access to your direct messages" msgstr "" @@ -379,13 +383,13 @@ msgstr "Onko sinulla jo koodi?" msgid "Already signed in as @{0}" msgstr "Kirjautuneena sisään nimellä @{0}" -#: src/view/com/composer/GifAltText.tsx:94 +#: src/view/com/composer/GifAltText.tsx:93 #: src/view/com/composer/photos/Gallery.tsx:144 #: src/view/com/util/post-embeds/GifEmbed.tsx:173 msgid "ALT" msgstr "ALT" -#: src/view/com/composer/GifAltText.tsx:145 +#: src/view/com/composer/GifAltText.tsx:144 #: src/view/com/modals/EditImage.tsx:316 #: src/view/screens/AccessibilitySettings.tsx:77 msgid "Alt text" @@ -433,6 +437,7 @@ msgstr "Tapahtui virhe, yritä uudelleen." msgid "an unknown error occurred" msgstr "" +#: src/components/KnownFollowers.tsx:187 #: src/view/com/notifications/FeedItem.tsx:258 #: src/view/com/threadgate/WhoCanReply.tsx:180 msgid "and" @@ -458,11 +463,11 @@ msgstr "Sovelluksen kieli" msgid "App password deleted" msgstr "Sovelluksen salasana poistettu" -#: src/view/com/modals/AddAppPasswords.tsx:139 +#: src/view/com/modals/AddAppPasswords.tsx:138 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:104 +#: src/view/com/modals/AddAppPasswords.tsx:103 msgid "App Password names must be at least 4 characters long." msgstr "Sovelluksen salasanojen nimien on oltava vähintään 4 merkkiä pitkiä." @@ -470,22 +475,22 @@ msgstr "Sovelluksen salasanojen nimien on oltava vähintään 4 merkkiä pitkiä msgid "App password settings" msgstr "Sovelluksen salasanan asetukset" -#: src/Navigation.tsx:258 +#: src/Navigation.tsx:264 #: src/view/screens/AppPasswords.tsx:192 #: src/view/screens/Settings/index.tsx:706 msgid "App Passwords" msgstr "Sovellussalasanat" -#: src/components/moderation/LabelsOnMeDialog.tsx:153 -#: src/components/moderation/LabelsOnMeDialog.tsx:156 +#: src/components/moderation/LabelsOnMeDialog.tsx:151 +#: src/components/moderation/LabelsOnMeDialog.tsx:154 msgid "Appeal" msgstr "Valita" -#: src/components/moderation/LabelsOnMeDialog.tsx:238 +#: src/components/moderation/LabelsOnMeDialog.tsx:236 msgid "Appeal \"{0}\" label" msgstr "Valita \"{0}\" -merkinnästä" -#: src/components/moderation/LabelsOnMeDialog.tsx:229 +#: src/components/moderation/LabelsOnMeDialog.tsx:227 #: src/screens/Messages/Conversation/ChatDisabled.tsx:91 msgid "Appeal submitted" msgstr "" @@ -506,7 +511,7 @@ msgid "Appearance" msgstr "Ulkonäkö" #: src/screens/Feeds/NoSavedFeedsOfAnyType.tsx:47 -#: src/screens/Home/NoFeedsPinned.tsx:106 +#: src/screens/Home/NoFeedsPinned.tsx:93 msgid "Apply default recommended feeds" msgstr "" @@ -530,15 +535,15 @@ msgstr "" msgid "Are you sure you want to leave this conversation? Your messages will be deleted for you, but not for the other participant." msgstr "" -#: src/view/com/feeds/FeedSourceCard.tsx:293 +#: src/view/com/feeds/FeedSourceCard.tsx:314 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:617 +#: src/view/com/composer/Composer.tsx:630 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:283 +#: src/components/dialogs/MutedWords.tsx:281 msgid "Are you sure?" msgstr "Oletko varma?" @@ -559,8 +564,8 @@ msgid "At least 3 characters" msgstr "Vähintään kolme merkkiä" #: src/components/dms/MessagesListHeader.tsx:75 -#: src/components/moderation/LabelsOnMeDialog.tsx:283 -#: src/components/moderation/LabelsOnMeDialog.tsx:284 +#: src/components/moderation/LabelsOnMeDialog.tsx:281 +#: src/components/moderation/LabelsOnMeDialog.tsx:282 #: src/screens/Login/ChooseAccountForm.tsx:98 #: src/screens/Login/ChooseAccountForm.tsx:103 #: src/screens/Login/ForgotPasswordForm.tsx:129 @@ -573,7 +578,7 @@ msgstr "Vähintään kolme merkkiä" #: src/screens/Messages/Conversation/ChatDisabled.tsx:134 #: src/screens/Profile/Header/Shell.tsx:102 #: src/screens/Signup/index.tsx:193 -#: src/view/com/util/ViewHeader.tsx:90 +#: src/view/com/util/ViewHeader.tsx:91 msgid "Back" msgstr "Takaisin" @@ -593,7 +598,7 @@ msgstr "Syntymäpäivä" msgid "Birthday:" msgstr "Syntymäpäivä:" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:295 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:309 #: src/view/com/profile/ProfileMenu.tsx:363 msgid "Block" msgstr "Estä" @@ -633,7 +638,7 @@ msgstr "Estetty" msgid "Blocked accounts" msgstr "Estetyt käyttäjät" -#: src/Navigation.tsx:141 +#: src/Navigation.tsx:140 #: src/view/screens/ModerationBlockedAccounts.tsx:109 msgid "Blocked Accounts" msgstr "Estetyt käyttäjät" @@ -706,8 +711,8 @@ msgstr "Sumenna kuvat ja suodata syötteistä" msgid "Books" msgstr "Kirjat" -#: src/screens/Home/NoFeedsPinned.tsx:116 -#: src/screens/Home/NoFeedsPinned.tsx:123 +#: src/screens/Home/NoFeedsPinned.tsx:103 +#: src/screens/Home/NoFeedsPinned.tsx:109 msgid "Browse other feeds" msgstr "" @@ -715,7 +720,7 @@ msgstr "" msgid "Business" msgstr "Yritys" -#: src/view/com/profile/ProfileSubpageHeader.tsx:159 +#: src/view/com/profile/ProfileSubpageHeader.tsx:156 msgid "by —" msgstr "käyttäjä —" @@ -731,7 +736,7 @@ msgstr "" #~ msgid "by @{0}" #~ msgstr "" -#: src/view/com/profile/ProfileSubpageHeader.tsx:163 +#: src/view/com/profile/ProfileSubpageHeader.tsx:160 msgid "by <0/>" msgstr "käyttäjältä <0/>" @@ -739,7 +744,7 @@ msgstr "käyttäjältä <0/>" msgid "By creating an account you agree to the {els}." msgstr "Luomalla käyttäjätilin hyväksyt {els}." -#: src/view/com/profile/ProfileSubpageHeader.tsx:161 +#: src/view/com/profile/ProfileSubpageHeader.tsx:158 msgid "by you" msgstr "sinulta" @@ -747,7 +752,7 @@ msgstr "sinulta" msgid "Camera" msgstr "Kamera" -#: src/view/com/modals/AddAppPasswords.tsx:180 +#: src/view/com/modals/AddAppPasswords.tsx:179 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ä." @@ -756,8 +761,8 @@ msgstr "Voi sisältää vain kirjaimia, numeroita, välilyöntejä, viivoja ja a #: src/components/Prompt.tsx:121 #: src/components/TagMenu/index.tsx:268 #: src/screens/Deactivated.tsx:161 -#: src/view/com/composer/Composer.tsx:417 -#: src/view/com/composer/Composer.tsx:423 +#: src/view/com/composer/Composer.tsx:432 +#: src/view/com/composer/Composer.tsx:438 #: src/view/com/modals/ChangeEmail.tsx:213 #: src/view/com/modals/ChangeEmail.tsx:215 #: src/view/com/modals/ChangeHandle.tsx:148 @@ -773,8 +778,8 @@ msgstr "Voi sisältää vain kirjaimia, numeroita, välilyöntejä, viivoja ja a #: src/view/com/modals/LinkWarning.tsx:107 #: src/view/com/modals/VerifyEmail.tsx:255 #: src/view/com/modals/VerifyEmail.tsx:261 -#: src/view/com/util/post-ctrls/RepostButton.tsx:136 -#: src/view/screens/Search/Search.tsx:738 +#: src/view/com/util/post-ctrls/RepostButton.tsx:138 +#: src/view/screens/Search/Search.tsx:735 #: src/view/shell/desktop/Search.tsx:218 msgid "Cancel" msgstr "Peruuta" @@ -803,7 +808,7 @@ msgstr "Peruuta kuvan rajaus" msgid "Cancel profile editing" msgstr "Peruuta profiilin muokkaus" -#: src/view/com/util/post-ctrls/RepostButton.tsx:130 +#: src/view/com/util/post-ctrls/RepostButton.tsx:132 msgid "Cancel quote post" msgstr "Peruuta uudelleenpostaus" @@ -859,7 +864,7 @@ msgstr "Vaihda julkaisun kieleksi {0}" msgid "Change Your Email" msgstr "Vaihda sähköpostiosoitteesi" -#: src/Navigation.tsx:302 +#: src/Navigation.tsx:308 #: src/view/shell/bottom-bar/BottomBar.tsx:201 #: src/view/shell/desktop/LeftNav.tsx:295 msgid "Chat" @@ -871,7 +876,7 @@ msgstr "" #: src/components/dms/ConvoMenu.tsx:112 #: src/components/dms/MessageMenu.tsx:81 -#: src/Navigation.tsx:307 +#: src/Navigation.tsx:313 #: src/screens/Messages/List/index.tsx:88 #: src/view/screens/Settings/index.tsx:638 msgid "Chat settings" @@ -957,7 +962,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:864 +#: src/view/screens/Search/Search.tsx:861 msgid "Clear search query" msgstr "Tyhjennä hakukysely" @@ -1061,7 +1066,7 @@ msgstr "Sulkee alanavigaation" msgid "Closes password update alert" msgstr "Sulkee salasanan päivitysilmoituksen" -#: src/view/com/composer/Composer.tsx:419 +#: src/view/com/composer/Composer.tsx:434 msgid "Closes post composer and discards post draft" msgstr "Sulkee editorin ja hylkää luonnoksen" @@ -1085,7 +1090,7 @@ msgstr "Komedia" msgid "Comics" msgstr "Sarjakuvat" -#: src/Navigation.tsx:248 +#: src/Navigation.tsx:254 #: src/view/screens/CommunityGuidelines.tsx:32 msgid "Community Guidelines" msgstr "Yhteisöohjeet" @@ -1098,7 +1103,7 @@ msgstr "Suorita käyttöönotto loppuun ja aloita käyttäjätilisi käyttö" msgid "Complete the challenge" msgstr "Tee haaste loppuun" -#: src/view/com/composer/Composer.tsx:536 +#: src/view/com/composer/Composer.tsx:551 msgid "Compose posts up to {MAX_GRAPHEME_LENGTH} characters in length" msgstr "Laadi viestejä, joiden pituus on enintään {MAX_GRAPHEME_LENGTH} merkkiä" @@ -1207,7 +1212,7 @@ msgid "Context menu backdrop, click to close the menu." msgstr "" #: src/screens/Onboarding/StepInterests/index.tsx:253 -#: src/screens/Onboarding/StepProfile/index.tsx:268 +#: src/screens/Onboarding/StepProfile/index.tsx:269 msgid "Continue" msgstr "Jatka" @@ -1215,8 +1220,12 @@ msgstr "Jatka" msgid "Continue as {0} (currently signed in)" msgstr "Jatka käyttäjänä {0} (kirjautunut)" +#: src/view/com/post-thread/PostThreadLoadMore.tsx:52 +msgid "Continue thread..." +msgstr "" + #: src/screens/Onboarding/StepInterests/index.tsx:250 -#: src/screens/Onboarding/StepProfile/index.tsx:265 +#: src/screens/Onboarding/StepProfile/index.tsx:266 #: src/screens/Signup/index.tsx:213 msgid "Continue to next step" msgstr "Jatka seuraavaan vaiheeseen" @@ -1229,7 +1238,7 @@ msgstr "Jatka seuraavaan vaiheeseen" #~ msgid "Continue to the next step without following any accounts" #~ msgstr "Jatka seuraavaan vaiheeseen seuraamatta yhtään tiliä" -#: src/screens/Messages/List/ChatListItem.tsx:153 +#: src/screens/Messages/List/ChatListItem.tsx:154 msgid "Conversation deleted" msgstr "" @@ -1237,7 +1246,7 @@ msgstr "" msgid "Cooking" msgstr "Ruoanlaitto" -#: src/view/com/modals/AddAppPasswords.tsx:221 +#: src/view/com/modals/AddAppPasswords.tsx:220 #: src/view/com/modals/InviteCodes.tsx:183 msgid "Copied" msgstr "Kopioitu" @@ -1247,10 +1256,10 @@ msgid "Copied build version to clipboard" msgstr "Ohjelmiston versio kopioitu leikepöydälle" #: src/components/dms/MessageMenu.tsx:57 -#: src/view/com/modals/AddAppPasswords.tsx:81 +#: src/view/com/modals/AddAppPasswords.tsx:80 #: src/view/com/modals/ChangeHandle.tsx:320 #: src/view/com/modals/InviteCodes.tsx:153 -#: src/view/com/util/forms/PostDropdownBtn.tsx:187 +#: src/view/com/util/forms/PostDropdownBtn.tsx:182 msgid "Copied to clipboard" msgstr "Kopioitu leikepöydälle" @@ -1258,11 +1267,11 @@ msgstr "Kopioitu leikepöydälle" msgid "Copied!" msgstr "Kopioitu!" -#: src/view/com/modals/AddAppPasswords.tsx:215 +#: src/view/com/modals/AddAppPasswords.tsx:214 msgid "Copies app password" msgstr "Kopioi sovellussalasanan" -#: src/view/com/modals/AddAppPasswords.tsx:214 +#: src/view/com/modals/AddAppPasswords.tsx:213 msgid "Copy" msgstr "Kopioi" @@ -1279,8 +1288,8 @@ msgstr "Kopioi koodi" msgid "Copy link to list" msgstr "Kopioi listan linkki" -#: src/view/com/util/forms/PostDropdownBtn.tsx:310 -#: src/view/com/util/forms/PostDropdownBtn.tsx:319 +#: src/view/com/util/forms/PostDropdownBtn.tsx:297 +#: src/view/com/util/forms/PostDropdownBtn.tsx:306 msgid "Copy link to post" msgstr "Kopioi julkaisun linkki" @@ -1289,12 +1298,12 @@ msgstr "Kopioi julkaisun linkki" msgid "Copy message text" msgstr "" -#: src/view/com/util/forms/PostDropdownBtn.tsx:288 -#: src/view/com/util/forms/PostDropdownBtn.tsx:290 +#: src/view/com/util/forms/PostDropdownBtn.tsx:275 +#: src/view/com/util/forms/PostDropdownBtn.tsx:277 msgid "Copy post text" msgstr "Kopioi viestin teksti" -#: src/Navigation.tsx:253 +#: src/Navigation.tsx:259 #: src/view/screens/CopyrightPolicy.tsx:29 msgid "Copyright Policy" msgstr "Tekijänoikeuskäytäntö" @@ -1341,11 +1350,11 @@ msgstr "Luo käyttäjätili" msgid "Create an account" msgstr "Luo käyttäjätili" -#: src/screens/Onboarding/StepProfile/index.tsx:282 +#: src/screens/Onboarding/StepProfile/index.tsx:283 msgid "Create an avatar instead" msgstr "" -#: src/view/com/modals/AddAppPasswords.tsx:243 +#: src/view/com/modals/AddAppPasswords.tsx:242 msgid "Create App Password" msgstr "Luo sovellussalasana" @@ -1375,7 +1384,7 @@ msgstr "Mukautettu" msgid "Custom domain" msgstr "Mukautettu verkkotunnus" -#: src/view/screens/Feeds.tsx:824 +#: src/view/screens/Feeds.tsx:797 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öä." @@ -1418,7 +1427,7 @@ msgid "Debug panel" msgstr "Vianetsintäpaneeli" #: src/components/dms/MessageMenu.tsx:151 -#: src/view/com/util/forms/PostDropdownBtn.tsx:436 +#: src/view/com/util/forms/PostDropdownBtn.tsx:423 #: src/view/screens/AppPasswords.tsx:285 #: src/view/screens/ProfileList.tsx:667 msgid "Delete" @@ -1473,8 +1482,8 @@ msgstr "Poista käyttäjätilini" msgid "Delete My Account…" msgstr "Poista käyttäjätilini…" -#: src/view/com/util/forms/PostDropdownBtn.tsx:417 -#: src/view/com/util/forms/PostDropdownBtn.tsx:419 +#: src/view/com/util/forms/PostDropdownBtn.tsx:404 +#: src/view/com/util/forms/PostDropdownBtn.tsx:406 msgid "Delete post" msgstr "Poista viesti" @@ -1482,7 +1491,7 @@ msgstr "Poista viesti" msgid "Delete this list?" msgstr "Poista tämä lista?" -#: src/view/com/util/forms/PostDropdownBtn.tsx:431 +#: src/view/com/util/forms/PostDropdownBtn.tsx:418 msgid "Delete this post?" msgstr "Poista tämä viesti?" @@ -1505,11 +1514,11 @@ msgstr "" msgid "Description" msgstr "Kuvaus" -#: src/view/com/composer/GifAltText.tsx:141 +#: src/view/com/composer/GifAltText.tsx:140 msgid "Descriptive alt text" msgstr "" -#: src/view/com/composer/Composer.tsx:264 +#: src/view/com/composer/Composer.tsx:277 msgid "Did you want to say anything?" msgstr "Haluatko sanoa jotain?" @@ -1542,11 +1551,11 @@ msgstr "Poista haptiset palautteet käytöstä" msgid "Disabled" msgstr "Poistettu käytöstä" -#: src/view/com/composer/Composer.tsx:619 +#: src/view/com/composer/Composer.tsx:632 msgid "Discard" msgstr "Hylkää" -#: src/view/com/composer/Composer.tsx:616 +#: src/view/com/composer/Composer.tsx:629 msgid "Discard draft?" msgstr "Hylkää luonnos?" @@ -1555,12 +1564,12 @@ msgstr "Hylkää luonnos?" msgid "Discourage apps from showing my account to logged-out users" msgstr "Estä sovelluksia näyttämästä tiliäni kirjautumattomille käyttäjille" -#: src/view/com/posts/FollowingEmptyState.tsx:74 -#: src/view/com/posts/FollowingEndOfFeed.tsx:75 +#: src/view/com/posts/FollowingEmptyState.tsx:70 +#: src/view/com/posts/FollowingEndOfFeed.tsx:71 msgid "Discover new custom feeds" msgstr "Löydä uusia mukautettuja syötteitä" -#: src/view/screens/Feeds.tsx:821 +#: src/view/screens/Feeds.tsx:794 msgid "Discover New Feeds" msgstr "Löydä uusia syötteitä" @@ -1596,11 +1605,11 @@ msgstr "Verkkotunnus vahvistettu!" #: src/components/dialogs/BirthDateSettings.tsx:125 #: src/components/forms/DateField/index.tsx:74 #: src/components/forms/DateField/index.tsx:80 -#: src/screens/Onboarding/StepProfile/index.tsx:321 -#: src/screens/Onboarding/StepProfile/index.tsx:324 +#: src/screens/Onboarding/StepProfile/index.tsx:322 +#: src/screens/Onboarding/StepProfile/index.tsx:325 #: src/view/com/auth/server-input/index.tsx:169 #: src/view/com/auth/server-input/index.tsx:170 -#: src/view/com/modals/AddAppPasswords.tsx:243 +#: src/view/com/modals/AddAppPasswords.tsx:242 #: src/view/com/modals/AltImage.tsx:141 #: src/view/com/modals/crop-image/CropImage.web.tsx:177 #: src/view/com/modals/InviteCodes.tsx:81 @@ -1679,6 +1688,11 @@ msgstr "esim. Käyttäjät, jotka vastaavat toistuvasti mainoksilla." 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." +#: src/view/screens/Feeds.tsx:400 +#: src/view/screens/Feeds.tsx:471 +msgid "Edit" +msgstr "" + #: src/view/com/lists/ListMembers.tsx:149 msgctxt "action" msgid "Edit" @@ -1702,8 +1716,9 @@ msgstr "Muokkaa listan tietoja" msgid "Edit Moderation List" msgstr "Muokkaa moderaatiolistaa" -#: src/Navigation.tsx:263 -#: src/view/screens/Feeds.tsx:495 +#: src/Navigation.tsx:269 +#: src/view/screens/Feeds.tsx:398 +#: src/view/screens/Feeds.tsx:469 #: src/view/screens/SavedFeeds.tsx:93 msgid "Edit My Feeds" msgstr "Muokkaa syötteitä" @@ -1713,19 +1728,19 @@ msgid "Edit my profile" msgstr "Muokkaa profiilia" #: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:181 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:171 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:175 msgid "Edit profile" msgstr "Muokkaa profiilia" #: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:184 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:174 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:178 msgid "Edit Profile" msgstr "Muokkaa profiilia" #: src/view/com/home/HomeHeaderLayout.web.tsx:76 #: src/view/screens/Feeds.tsx:416 -msgid "Edit Saved Feeds" -msgstr "Muokkaa tallennettuja syötteitä" +#~ msgid "Edit Saved Feeds" +#~ msgstr "Muokkaa tallennettuja syötteitä" #: src/view/com/modals/CreateOrEditList.tsx:234 msgid "Edit User List" @@ -1778,8 +1793,8 @@ msgid "Embed HTML code" msgstr "Upotuksen HTML-koodi" #: src/components/dialogs/Embed.tsx:97 -#: src/view/com/util/forms/PostDropdownBtn.tsx:327 -#: src/view/com/util/forms/PostDropdownBtn.tsx:329 +#: src/view/com/util/forms/PostDropdownBtn.tsx:314 +#: src/view/com/util/forms/PostDropdownBtn.tsx:316 msgid "Embed post" msgstr "Upota viesti" @@ -1835,7 +1850,7 @@ msgstr "Syötteen loppu" #~ msgid "End of list" #~ msgstr "" -#: src/view/com/modals/AddAppPasswords.tsx:161 +#: src/view/com/modals/AddAppPasswords.tsx:160 msgid "Enter a name for this App Password" msgstr "Anna sovellusalasanalle nimi" @@ -1843,8 +1858,8 @@ msgstr "Anna sovellusalasanalle nimi" msgid "Enter a password" msgstr "Anna salasana" +#: 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" @@ -1894,7 +1909,7 @@ msgid "Error receiving captcha response." msgstr "Virhe captcha-vastauksen vastaanottamisessa." #: src/screens/Onboarding/StepInterests/index.tsx:192 -#: src/view/screens/Search/Search.tsx:115 +#: src/view/screens/Search/Search.tsx:116 msgid "Error:" msgstr "Virhe:" @@ -1982,7 +1997,7 @@ msgstr "Ulkoiset mediat" 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." -#: src/Navigation.tsx:282 +#: src/Navigation.tsx:288 #: src/view/screens/PreferencesExternalEmbeds.tsx:53 #: src/view/screens/Settings/index.tsx:679 msgid "External Media Preferences" @@ -1992,8 +2007,8 @@ msgstr "Ulkoisten mediasoittimien asetukset" msgid "External media settings" msgstr "Ulkoisten mediasoittimien asetukset" -#: src/view/com/modals/AddAppPasswords.tsx:120 -#: src/view/com/modals/AddAppPasswords.tsx:124 +#: src/view/com/modals/AddAppPasswords.tsx:119 +#: src/view/com/modals/AddAppPasswords.tsx:123 msgid "Failed to create app password." msgstr "Sovellussalasanan luominen epäonnistui." @@ -2005,7 +2020,7 @@ msgstr "Listan luominen epäonnistui. Tarkista internetyhteytesi ja yritä uudel msgid "Failed to delete message" msgstr "" -#: src/view/com/util/forms/PostDropdownBtn.tsx:154 +#: src/view/com/util/forms/PostDropdownBtn.tsx:149 msgid "Failed to delete post, please try again" msgstr "Viestin poistaminen epäonnistui, yritä uudelleen" @@ -2039,7 +2054,7 @@ msgstr "" #~ msgid "Failed to send message(s)." #~ msgstr "" -#: src/components/moderation/LabelsOnMeDialog.tsx:225 +#: src/components/moderation/LabelsOnMeDialog.tsx:223 #: src/screens/Messages/Conversation/ChatDisabled.tsx:87 msgid "Failed to submit appeal, please try again." msgstr "" @@ -2049,30 +2064,29 @@ msgstr "" msgid "Failed to update settings" msgstr "" -#: src/Navigation.tsx:203 +#: src/Navigation.tsx:209 msgid "Feed" msgstr "Syöte" -#: src/view/com/feeds/FeedSourceCard.tsx:230 +#: src/view/com/feeds/FeedSourceCard.tsx:251 msgid "Feed by {0}" msgstr "Syöte käyttäjältä {0}" -#: src/view/screens/Feeds.tsx:736 +#: src/view/screens/Feeds.tsx:709 msgid "Feed offline" msgstr "Syöte ei ole käytettävissä" #: src/view/shell/desktop/RightNav.tsx:66 -#: src/view/shell/Drawer.tsx:344 +#: src/view/shell/Drawer.tsx:345 msgid "Feedback" msgstr "Palaute" -#: src/Navigation.tsx:511 -#: src/view/screens/Feeds.tsx:480 -#: src/view/screens/Feeds.tsx:596 +#: src/view/screens/Feeds.tsx:463 +#: src/view/screens/Feeds.tsx:570 #: src/view/screens/Profile.tsx:197 #: src/view/shell/desktop/LeftNav.tsx:367 -#: src/view/shell/Drawer.tsx:492 #: src/view/shell/Drawer.tsx:493 +#: src/view/shell/Drawer.tsx:494 msgid "Feeds" msgstr "Syötteet" @@ -2105,12 +2119,12 @@ msgid "Finalizing" msgstr "Viimeistely" #: src/view/com/posts/CustomFeedEmptyState.tsx:47 -#: src/view/com/posts/FollowingEmptyState.tsx:57 -#: src/view/com/posts/FollowingEndOfFeed.tsx:58 +#: src/view/com/posts/FollowingEmptyState.tsx:53 +#: src/view/com/posts/FollowingEndOfFeed.tsx:54 msgid "Find accounts to follow" msgstr "Etsi seurattavia tilejä" -#: src/view/screens/Search/Search.tsx:469 +#: src/view/screens/Search/Search.tsx:470 msgid "Find posts and users on Bluesky" msgstr "Etsi viestejä ja käyttäjiä Blueskysta" @@ -2145,7 +2159,7 @@ msgstr "Käännä pystysuunnassa" #: src/components/ProfileHoverCard/index.web.tsx:412 #: src/components/ProfileHoverCard/index.web.tsx:423 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:244 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:248 #: src/view/com/post-thread/PostThreadFollowBtn.tsx:146 #: src/view/com/profile/ProfileHeaderSuggestedFollows.tsx:247 msgid "Follow" @@ -2156,7 +2170,7 @@ msgctxt "action" msgid "Follow" msgstr "Seuraa" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:230 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:234 #: src/view/com/post-thread/PostThreadFollowBtn.tsx:128 msgid "Follow {0}" msgstr "Seuraa {0}" @@ -2186,6 +2200,10 @@ msgstr "Seuraa takaisin" #~ msgid "Follow some users to get started. We can recommend you more users based on who you find interesting." #~ msgstr "Seuraa joitakin käyttäjiä aloittaaksesi. Suosittelemme sinulle lisää käyttäjiä sen perusteella, ketä pidät mielenkiintoisena." +#: src/components/KnownFollowers.tsx:169 +msgid "Followed by" +msgstr "" + #: src/view/com/profile/ProfileCard.tsx:227 msgid "Followed by {0}" msgstr "Seuraajina {0}" @@ -2207,18 +2225,27 @@ msgstr "seurasi sinua" msgid "Followers" msgstr "Seuraajat" +#: src/Navigation.tsx:177 +msgid "Followers of @{0} that you know" +msgstr "" + +#: src/screens/Profile/KnownFollowers.tsx:108 +#: src/screens/Profile/KnownFollowers.tsx:118 +msgid "Followers you know" +msgstr "" + #: src/components/ProfileHoverCard/index.web.tsx:411 #: src/components/ProfileHoverCard/index.web.tsx:422 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:242 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:246 #: src/view/com/post-thread/PostThreadFollowBtn.tsx:149 #: src/view/com/profile/ProfileFollows.tsx:104 -#: src/view/screens/Feeds.tsx:683 +#: src/view/screens/Feeds.tsx:656 #: src/view/screens/ProfileFollows.tsx:25 #: src/view/screens/SavedFeeds.tsx:415 msgid "Following" msgstr "Seurataan" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:90 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:94 msgid "Following {0}" msgstr "Seurataan {0}" @@ -2230,9 +2257,7 @@ msgstr "" msgid "Following feed preferences" msgstr "Seuratut -syötteen asetukset" -#: src/Navigation.tsx:269 -#: src/view/com/home/HomeHeaderLayout.web.tsx:64 -#: src/view/com/home/HomeHeaderLayoutMobile.tsx:87 +#: src/Navigation.tsx:275 #: src/view/screens/PreferencesFollowingFeed.tsx:103 #: src/view/screens/Settings/index.tsx:582 msgid "Following Feed Preferences" @@ -2254,7 +2279,7 @@ msgstr "Ruoka" 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:233 +#: src/view/com/modals/AddAppPasswords.tsx:232 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." @@ -2297,7 +2322,7 @@ msgstr "" msgid "Get Started" msgstr "Aloita tästä" -#: src/screens/Onboarding/StepProfile/index.tsx:224 +#: src/screens/Onboarding/StepProfile/index.tsx:225 msgid "Give your profile a face" msgstr "" @@ -2325,9 +2350,9 @@ msgstr "Palaa takaisin" msgid "Go Back" msgstr "Palaa takaisin" -#: src/components/dms/ReportDialog.tsx:152 +#: src/components/dms/ReportDialog.tsx:154 #: src/components/ReportDialog/SelectReportOptionView.tsx:77 -#: src/components/ReportDialog/SubmitView.tsx:105 +#: src/components/ReportDialog/SubmitView.tsx:104 #: src/screens/Onboarding/Layout.tsx:102 #: src/screens/Onboarding/Layout.tsx:191 #: src/screens/Signup/index.tsx:187 @@ -2347,7 +2372,7 @@ msgstr "Palaa alkuun" #~ msgid "Go to @{queryMaybeHandle}" #~ msgstr "Siirry @{queryMaybeHandle}" -#: src/screens/Messages/List/ChatListItem.tsx:208 +#: src/screens/Messages/List/ChatListItem.tsx:211 msgid "Go to conversation with {0}" msgstr "" @@ -2380,7 +2405,7 @@ msgstr "Haptiikka" msgid "Harassment, trolling, or intolerance" msgstr "Häirintä, trollaus tai suvaitsemattomuus" -#: src/Navigation.tsx:297 +#: src/Navigation.tsx:303 msgid "Hashtag" msgstr "Aihetunniste" @@ -2393,11 +2418,11 @@ msgid "Having trouble?" msgstr "Ongelmia?" #: src/view/shell/desktop/RightNav.tsx:95 -#: src/view/shell/Drawer.tsx:354 +#: src/view/shell/Drawer.tsx:355 msgid "Help" msgstr "Ohje" -#: src/screens/Onboarding/StepProfile/index.tsx:227 +#: src/screens/Onboarding/StepProfile/index.tsx:228 msgid "Help people know you're not a bot by uploading a picture or creating an avatar." msgstr "" @@ -2413,7 +2438,7 @@ msgstr "" #~ 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:204 +#: src/view/com/modals/AddAppPasswords.tsx:203 msgid "Here is your app password." msgstr "Tässä on sovelluksesi salasana." @@ -2424,7 +2449,7 @@ msgstr "Tässä on sovelluksesi salasana." #: src/lib/moderation/useLabelBehaviorDescription.ts:20 #: src/lib/moderation/useLabelBehaviorDescription.ts:25 #: src/lib/moderation/useLabelBehaviorDescription.ts:30 -#: src/view/com/util/forms/PostDropdownBtn.tsx:445 +#: src/view/com/util/forms/PostDropdownBtn.tsx:432 msgid "Hide" msgstr "Piilota" @@ -2433,8 +2458,8 @@ msgctxt "action" msgid "Hide" msgstr "Piilota" -#: src/view/com/util/forms/PostDropdownBtn.tsx:390 -#: src/view/com/util/forms/PostDropdownBtn.tsx:392 +#: src/view/com/util/forms/PostDropdownBtn.tsx:377 +#: src/view/com/util/forms/PostDropdownBtn.tsx:379 msgid "Hide post" msgstr "Piilota viesti" @@ -2443,7 +2468,7 @@ msgstr "Piilota viesti" msgid "Hide the content" msgstr "Piilota sisältö" -#: src/view/com/util/forms/PostDropdownBtn.tsx:442 +#: src/view/com/util/forms/PostDropdownBtn.tsx:429 msgid "Hide this post?" msgstr "Piilota tämä viesti?" @@ -2451,23 +2476,23 @@ msgstr "Piilota tämä viesti?" msgid "Hide user list" msgstr "Piilota käyttäjäluettelo" -#: src/view/com/posts/FeedErrorMessage.tsx:118 +#: src/view/com/posts/FeedErrorMessage.tsx:117 msgid "Hmm, some kind of issue occurred when contacting the feed server. Please let the feed owner know about this issue." msgstr "Hmm, jokin ongelma ilmeni ottaessa yhteyttä syötteen palvelimeen. Ilmoita asiasta syötteen omistajalle." -#: src/view/com/posts/FeedErrorMessage.tsx:106 +#: src/view/com/posts/FeedErrorMessage.tsx:105 msgid "Hmm, the feed server appears to be misconfigured. Please let the feed owner know about this issue." msgstr "Hmm, syötteen palvelin vaikuttaa olevan väärin konfiguroitu. Ilmoita asiasta syötteen omistajalle." -#: src/view/com/posts/FeedErrorMessage.tsx:112 +#: src/view/com/posts/FeedErrorMessage.tsx:111 msgid "Hmm, the feed server appears to be offline. Please let the feed owner know about this issue." msgstr "Hmm, syötteen palvelin vaikuttaa olevan poissa käytöstä. Ilmoita asiasta syötteen omistajalle." -#: src/view/com/posts/FeedErrorMessage.tsx:109 +#: src/view/com/posts/FeedErrorMessage.tsx:108 msgid "Hmm, the feed server gave a bad response. Please let the feed owner know about this issue." msgstr "Hmm, syötteen palvelin antoi virheellisen vastauksen. Ilmoita asiasta syötteen omistajalle." -#: src/view/com/posts/FeedErrorMessage.tsx:103 +#: src/view/com/posts/FeedErrorMessage.tsx:102 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." @@ -2479,11 +2504,11 @@ msgstr "Hmm, vaikuttaa siltä, että tämän datan lataamisessa on ongelmia. Kat msgid "Hmmmm, we couldn't load that moderation service." msgstr "Hmm, emme pystyneet avaamaan kyseistä moderaatiopalvelua." -#: src/Navigation.tsx:501 +#: src/Navigation.tsx:489 #: src/view/shell/bottom-bar/BottomBar.tsx:159 #: src/view/shell/desktop/LeftNav.tsx:335 -#: src/view/shell/Drawer.tsx:424 #: src/view/shell/Drawer.tsx:425 +#: src/view/shell/Drawer.tsx:426 msgid "Home" msgstr "Koti" @@ -2537,7 +2562,7 @@ msgstr "Jos et ole vielä täysi-ikäinen, huoltajasi tai laillisen edustajasi o msgid "If you delete this list, you won't be able to recover it." msgstr "Jos poistat tämän listan, et voi palauttaa sitä." -#: src/view/com/util/forms/PostDropdownBtn.tsx:433 +#: src/view/com/util/forms/PostDropdownBtn.tsx:420 msgid "If you remove this post, you won't be able to recover it." msgstr "Jos poistat tämän julkaisun, et voi palauttaa sitä." @@ -2577,7 +2602,7 @@ msgstr "Syötä sähköpostiisi lähetetty koodi salasanan nollaamista varten" msgid "Input confirmation code for account deletion" msgstr "Syötä vahvistuskoodi käyttäjätilin poistoa varten" -#: src/view/com/modals/AddAppPasswords.tsx:175 +#: src/view/com/modals/AddAppPasswords.tsx:174 msgid "Input name for app password" msgstr "Syötä nimi sovellussalasanaa varten" @@ -2622,7 +2647,7 @@ msgstr "" msgid "Invalid 2FA confirmation code." msgstr "Virheellinen kaksivaiheisen tunnistautumisen vahvistuskoodi." -#: src/view/com/post-thread/PostThreadItem.tsx:240 +#: src/view/com/post-thread/PostThreadItem.tsx:235 msgid "Invalid or unsupported post record" msgstr "Virheellinen tai ei tuettu tietue" @@ -2686,11 +2711,11 @@ msgstr "" #~ msgid "labels have been placed on this {labelTarget}" #~ msgstr "" -#: src/components/moderation/LabelsOnMeDialog.tsx:80 +#: src/components/moderation/LabelsOnMeDialog.tsx:79 msgid "Labels on your account" msgstr "" -#: src/components/moderation/LabelsOnMeDialog.tsx:82 +#: src/components/moderation/LabelsOnMeDialog.tsx:81 msgid "Labels on your content" msgstr "" @@ -2702,7 +2727,7 @@ msgstr "Kielen valinta" msgid "Language settings" msgstr "Kielen asetukset" -#: src/Navigation.tsx:151 +#: src/Navigation.tsx:150 #: src/view/screens/LanguageSettings.tsx:90 msgid "Language Settings" msgstr "Kielen asetukset" @@ -2712,7 +2737,7 @@ msgid "Languages" msgstr "Kielet" #: src/screens/Hashtag.tsx:99 -#: src/view/screens/Search/Search.tsx:376 +#: src/view/screens/Search/Search.tsx:377 msgid "Latest" msgstr "Uusimmat" @@ -2794,8 +2819,8 @@ msgid "Like this feed" msgstr "Tykkää tästä syötteestä" #: src/components/LikesDialog.tsx:87 -#: src/Navigation.tsx:208 -#: src/Navigation.tsx:213 +#: src/Navigation.tsx:214 +#: src/Navigation.tsx:219 msgid "Liked by" msgstr "Tykänneet" @@ -2831,11 +2856,11 @@ msgstr "tykkäsi viestistäsi" msgid "Likes" msgstr "Tykkäykset" -#: src/view/com/post-thread/PostThreadItem.tsx:201 +#: src/view/com/post-thread/PostThreadItem.tsx:196 msgid "Likes on this post" msgstr "Tykkäykset tässä viestissä" -#: src/Navigation.tsx:177 +#: src/Navigation.tsx:183 msgid "List" msgstr "Lista" @@ -2847,7 +2872,7 @@ msgstr "Listan kuvake" msgid "List blocked" msgstr "Lista estetty" -#: src/view/com/feeds/FeedSourceCard.tsx:232 +#: src/view/com/feeds/FeedSourceCard.tsx:253 msgid "List by {0}" msgstr "Listan on luonut {0}" @@ -2871,12 +2896,12 @@ msgstr "Listaa estosta poistetut" msgid "List unmuted" msgstr "Listaa hiljennyksestä poistetut" -#: src/Navigation.tsx:121 +#: src/Navigation.tsx:120 #: src/view/screens/Profile.tsx:192 #: src/view/screens/Profile.tsx:198 #: src/view/shell/desktop/LeftNav.tsx:373 -#: src/view/shell/Drawer.tsx:508 #: src/view/shell/Drawer.tsx:509 +#: src/view/shell/Drawer.tsx:510 msgid "Lists" msgstr "Listat" @@ -2884,7 +2909,7 @@ msgstr "Listat" msgid "Lists blocking this user:" msgstr "" -#: src/view/screens/Notifications.tsx:168 +#: src/view/screens/Notifications.tsx:184 msgid "Load new notifications" msgstr "Lataa uusia ilmoituksia" @@ -2899,7 +2924,7 @@ msgstr "Lataa uusia viestejä" msgid "Loading..." msgstr "Ladataan..." -#: src/Navigation.tsx:228 +#: src/Navigation.tsx:234 msgid "Log" msgstr "Loki" @@ -2935,7 +2960,7 @@ msgstr "Näkyy muodossa XXXXX-XXXXX" msgid "Looks like you haven't saved any feeds! Use our recommendations or browse more below." msgstr "" -#: src/screens/Home/NoFeedsPinned.tsx:96 +#: src/screens/Home/NoFeedsPinned.tsx:83 msgid "Looks like you unpinned all your feeds. But don't worry, you can add some below 😄" msgstr "" @@ -2951,7 +2976,7 @@ msgstr "" 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" @@ -2973,8 +2998,8 @@ msgstr "mainitut käyttäjät" msgid "Mentioned users" msgstr "Mainitut käyttäjät" -#: src/view/com/util/ViewHeader.tsx:90 -#: src/view/screens/Search/Search.tsx:713 +#: src/view/com/util/ViewHeader.tsx:91 +#: src/view/screens/Search/Search.tsx:714 msgid "Menu" msgstr "Valikko" @@ -2983,11 +3008,11 @@ msgid "Message {0}" msgstr "" #: src/components/dms/MessageMenu.tsx:72 -#: src/screens/Messages/List/ChatListItem.tsx:154 +#: src/screens/Messages/List/ChatListItem.tsx:155 msgid "Message deleted" msgstr "" -#: src/view/com/posts/FeedErrorMessage.tsx:201 +#: src/view/com/posts/FeedErrorMessage.tsx:200 msgid "Message from server: {0}" msgstr "Viesti palvelimelta: {0}" @@ -3004,7 +3029,7 @@ msgstr "" msgid "Message settings" msgstr "" -#: src/Navigation.tsx:521 +#: src/Navigation.tsx:504 #: src/screens/Messages/List/index.tsx:164 #: src/screens/Messages/List/index.tsx:246 #: src/screens/Messages/List/index.tsx:317 @@ -3019,7 +3044,7 @@ msgstr "" msgid "Misleading Account" msgstr "Harhaanjohtava käyttäjätili" -#: src/Navigation.tsx:126 +#: src/Navigation.tsx:125 #: src/screens/Moderation/index.tsx:104 #: src/view/screens/Settings/index.tsx:561 msgid "Moderation" @@ -3056,7 +3081,7 @@ msgstr "Moderointilista päivitetty" msgid "Moderation lists" msgstr "Moderointilistat" -#: src/Navigation.tsx:131 +#: src/Navigation.tsx:130 #: src/view/screens/ModerationModlists.tsx:58 msgid "Moderation Lists" msgstr "Moderointilistat" @@ -3065,7 +3090,7 @@ msgstr "Moderointilistat" msgid "Moderation settings" msgstr "Moderointiasetukset" -#: src/Navigation.tsx:223 +#: src/Navigation.tsx:229 msgid "Moderation states" msgstr "" @@ -3078,7 +3103,7 @@ msgstr "Moderointityökalut" msgid "Moderator has chosen to set a general warning on the content." msgstr "Ylläpitäjä on asettanut yleisen varoituksen sisällölle." -#: src/view/com/post-thread/PostThreadItem.tsx:572 +#: src/view/com/post-thread/PostThreadItem.tsx:566 msgid "More" msgstr "Lisää" @@ -3120,11 +3145,11 @@ msgstr "Hiljennä kaikki {displayTag} viestit" msgid "Mute conversation" msgstr "" -#: 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" @@ -3141,21 +3166,21 @@ msgstr "Hiljennä lista" msgid "Mute these accounts?" msgstr "Hiljennä nämä käyttäjät?" -#: 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" -#: src/view/com/util/forms/PostDropdownBtn.tsx:365 -#: src/view/com/util/forms/PostDropdownBtn.tsx:371 +#: src/view/com/util/forms/PostDropdownBtn.tsx:352 +#: src/view/com/util/forms/PostDropdownBtn.tsx:358 msgid "Mute thread" msgstr "Hiljennä keskustelu" -#: src/view/com/util/forms/PostDropdownBtn.tsx:381 -#: src/view/com/util/forms/PostDropdownBtn.tsx:383 +#: src/view/com/util/forms/PostDropdownBtn.tsx:368 +#: src/view/com/util/forms/PostDropdownBtn.tsx:370 msgid "Mute words & tags" msgstr "Hiljennä sanat ja aihetunnisteet" @@ -3167,7 +3192,7 @@ msgstr "Hiljennetty" msgid "Muted accounts" msgstr "Hiljennetyt käyttäjät" -#: src/Navigation.tsx:136 +#: src/Navigation.tsx:135 #: src/view/screens/ModerationMutedAccounts.tsx:109 msgid "Muted Accounts" msgstr "Hiljennetyt käyttäjätilit" @@ -3193,7 +3218,7 @@ msgstr "Hiljennys on yksityinen. Hiljennetyt käyttäjät voivat edelleen vuorov msgid "My Birthday" msgstr "Syntymäpäiväni" -#: src/view/screens/Feeds.tsx:795 +#: src/view/screens/Feeds.tsx:768 msgid "My Feeds" msgstr "Omat syötteet" @@ -3209,7 +3234,7 @@ msgstr "Tallennetut syötteeni" msgid "My Saved Feeds" msgstr "Tallennetut syötteeni" -#: src/view/com/modals/AddAppPasswords.tsx:174 +#: src/view/com/modals/AddAppPasswords.tsx:173 #: src/view/com/modals/CreateOrEditList.tsx:279 msgid "Name" msgstr "Nimi" @@ -3291,8 +3316,8 @@ msgctxt "action" msgid "New post" msgstr "Uusi viesti" -#: src/view/screens/Feeds.tsx:627 -#: src/view/screens/Notifications.tsx:177 +#: src/view/screens/Feeds.tsx:600 +#: src/view/screens/Notifications.tsx:193 #: src/view/screens/Profile.tsx:464 #: src/view/screens/ProfileFeed.tsx:426 #: src/view/screens/ProfileList.tsx:201 @@ -3362,7 +3387,7 @@ msgstr "" msgid "No featured GIFs found. There may be an issue with Tenor." msgstr "Ei löydetty esillä olevia GIF-kuvia. Tenor-palvelussa saattaa olla ongelma." -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:112 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:116 msgid "No longer following {0}" msgstr "Et enää seuraa käyttäjää {0}" @@ -3370,7 +3395,7 @@ msgstr "Et enää seuraa käyttäjää {0}" msgid "No longer than 253 characters" msgstr "Ei pidempi kuin 253 merkkiä." -#: src/screens/Messages/List/ChatListItem.tsx:105 +#: src/screens/Messages/List/ChatListItem.tsx:106 msgid "No messages yet" msgstr "" @@ -3378,7 +3403,7 @@ msgstr "" msgid "No more conversations to show" msgstr "" -#: src/view/com/notifications/Feed.tsx:117 +#: src/view/com/notifications/Feed.tsx:118 msgid "No notifications yet!" msgstr "Ei vielä ilmoituksia!" @@ -3389,6 +3414,10 @@ msgstr "Ei vielä ilmoituksia!" msgid "No one" msgstr "" +#: src/screens/Profile/Sections/Feed.tsx:59 +msgid "No posts yet." +msgstr "" + #: src/view/com/composer/text-input/mobile/Autocomplete.tsx:101 #: src/view/com/composer/text-input/web/Autocomplete.tsx:195 msgid "No result" @@ -3402,13 +3431,13 @@ msgstr "" msgid "No results found" msgstr "Tuloksia ei löydetty" -#: src/view/screens/Feeds.tsx:556 +#: src/view/screens/Feeds.tsx:530 msgid "No results found for \"{query}\"" msgstr "Ei tuloksia haulle \"{query}\"" #: src/view/com/modals/ListAddRemoveUsers.tsx:127 -#: src/view/screens/Search/Search.tsx:296 -#: src/view/screens/Search/Search.tsx:335 +#: src/view/screens/Search/Search.tsx:297 +#: src/view/screens/Search/Search.tsx:336 msgid "No results found for {query}" msgstr "Ei tuloksia haulle {query}" @@ -3447,7 +3476,7 @@ msgstr "Ei-seksuaalinen alastomuus" #~ msgid "Not Applicable." #~ msgstr "Ei sovellettavissa." -#: src/Navigation.tsx:116 +#: src/Navigation.tsx:115 #: src/view/screens/Profile.tsx:100 msgid "Not Found" msgstr "Ei löytynyt" @@ -3458,7 +3487,7 @@ msgid "Not right now" msgstr "Ei juuri nyt" #: src/view/com/profile/ProfileMenu.tsx:370 -#: src/view/com/util/forms/PostDropdownBtn.tsx:459 +#: src/view/com/util/forms/PostDropdownBtn.tsx:446 #: src/view/com/util/post-ctrls/PostCtrls.tsx:308 msgid "Note about sharing" msgstr "" @@ -3479,13 +3508,13 @@ msgstr "" msgid "Notification Sounds" msgstr "" -#: src/Navigation.tsx:516 -#: src/view/screens/Notifications.tsx:126 -#: src/view/screens/Notifications.tsx:154 +#: src/Navigation.tsx:499 +#: src/view/screens/Notifications.tsx:132 +#: src/view/screens/Notifications.tsx:169 #: src/view/shell/bottom-bar/BottomBar.tsx:227 #: src/view/shell/desktop/LeftNav.tsx:350 -#: src/view/shell/Drawer.tsx:456 #: src/view/shell/Drawer.tsx:457 +#: src/view/shell/Drawer.tsx:458 msgid "Notifications" msgstr "Ilmoitukset" @@ -3535,11 +3564,11 @@ msgstr "Vanhimmat vastaukset ensin" msgid "Onboarding reset" msgstr "Käyttöönoton nollaus" -#: src/view/com/composer/Composer.tsx:488 +#: src/view/com/composer/Composer.tsx:503 msgid "One or more images is missing alt text." msgstr "Yksi tai useampi kuva on ilman vaihtoehtoista Alt-tekstiä." -#: src/screens/Onboarding/StepProfile/index.tsx:116 +#: src/screens/Onboarding/StepProfile/index.tsx:117 msgid "Only .jpg and .png files are supported" msgstr "" @@ -3569,17 +3598,17 @@ msgstr "Avaa" msgid "Open {name} profile shortcut menu" msgstr "" -#: src/screens/Onboarding/StepProfile/index.tsx:276 +#: src/screens/Onboarding/StepProfile/index.tsx:277 msgid "Open avatar creator" msgstr "" -#: src/screens/Messages/List/ChatListItem.tsx:214 -#: src/screens/Messages/List/ChatListItem.tsx:215 +#: src/screens/Messages/List/ChatListItem.tsx:219 +#: src/screens/Messages/List/ChatListItem.tsx:220 msgid "Open conversation options" msgstr "" -#: src/view/com/composer/Composer.tsx:600 -#: src/view/com/composer/Composer.tsx:601 +#: src/view/com/composer/Composer.tsx:613 +#: src/view/com/composer/Composer.tsx:614 msgid "Open emoji picker" msgstr "Avaa emoji-valitsin" @@ -3599,11 +3628,11 @@ msgstr "" msgid "Open muted words and tags settings" msgstr "Avaa hiljennettyjen sanojen ja aihetunnisteiden asetukset" -#: src/view/com/home/HomeHeaderLayoutMobile.tsx:52 +#: src/view/com/home/HomeHeaderLayoutMobile.tsx:54 msgid "Open navigation" msgstr "Avaa navigointi" -#: src/view/com/util/forms/PostDropdownBtn.tsx:250 +#: src/view/com/util/forms/PostDropdownBtn.tsx:237 msgid "Open post options menu" msgstr "Avaa viestin asetusvalikko" @@ -3712,8 +3741,8 @@ msgstr "Avaa salasanan palautuslomakkeen" #: src/view/com/home/HomeHeaderLayout.web.tsx:77 #: src/view/screens/Feeds.tsx:417 -msgid "Opens screen to edit Saved Feeds" -msgstr "Avaa näkymän tallennettujen syötteiden muokkaamiseen" +#~ msgid "Opens screen to edit Saved Feeds" +#~ msgstr "Avaa näkymän tallennettujen syötteiden muokkaamiseen" #: src/view/screens/Settings/index.tsx:617 msgid "Opens screen with all saved feeds" @@ -3757,8 +3786,8 @@ msgstr "" msgid "Option {0} of {numItems}" msgstr "Asetus {0}/{numItems}" -#: src/components/dms/ReportDialog.tsx:181 -#: src/components/ReportDialog/SubmitView.tsx:163 +#: src/components/dms/ReportDialog.tsx:183 +#: src/components/ReportDialog/SubmitView.tsx:162 msgid "Optionally provide additional information below:" msgstr "Voit tarvittaessa antaa lisätietoja alla:" @@ -3822,15 +3851,15 @@ msgstr "Salasana päivitetty!" msgid "Pause" msgstr "Pysäytä" -#: src/view/screens/Search/Search.tsx:386 +#: src/view/screens/Search/Search.tsx:387 msgid "People" msgstr "Henkilöt" -#: src/Navigation.tsx:171 +#: src/Navigation.tsx:170 msgid "People followed by @{0}" msgstr "Henkilöt, joita @{0} seuraa" -#: src/Navigation.tsx:164 +#: src/Navigation.tsx:163 msgid "People following @{0}" msgstr "Henkilöt, jotka seuraavat käyttäjää @{0}" @@ -3909,15 +3938,15 @@ 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:95 +#: src/view/com/modals/AddAppPasswords.tsx:94 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." -#: src/view/com/modals/AddAppPasswords.tsx:151 +#: src/view/com/modals/AddAppPasswords.tsx:150 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." @@ -3929,7 +3958,7 @@ msgstr "Anna sähköpostiosoitteesi." msgid "Please enter your password as well:" msgstr "Anna myös salasanasi:" -#: src/components/moderation/LabelsOnMeDialog.tsx:258 +#: src/components/moderation/LabelsOnMeDialog.tsx:256 msgid "Please explain why you think this label was incorrectly applied by {0}" msgstr "" @@ -3946,7 +3975,7 @@ msgstr "" msgid "Please Verify Your Email" msgstr "Vahvista sähköpostiosoitteesi" -#: src/view/com/composer/Composer.tsx:268 +#: src/view/com/composer/Composer.tsx:281 msgid "Please wait for your link card to finish loading" msgstr "Odota, että linkkikortti latautuu kokonaan" @@ -3958,28 +3987,28 @@ msgstr "Politiikka" msgid "Porn" msgstr "Porno" -#: src/view/com/composer/Composer.tsx:462 -#: src/view/com/composer/Composer.tsx:470 +#: src/view/com/composer/Composer.tsx:477 +#: src/view/com/composer/Composer.tsx:485 msgctxt "action" msgid "Post" msgstr "Lähetä" -#: src/view/com/post-thread/PostThread.tsx:427 +#: src/view/com/post-thread/PostThread.tsx:430 msgctxt "description" msgid "Post" msgstr "Viesti" -#: src/view/com/post-thread/PostThreadItem.tsx:194 +#: src/view/com/post-thread/PostThreadItem.tsx:189 msgid "Post by {0}" msgstr "Lähettäjä {0}" -#: src/Navigation.tsx:183 -#: src/Navigation.tsx:190 -#: src/Navigation.tsx:197 +#: src/Navigation.tsx:189 +#: src/Navigation.tsx:196 +#: src/Navigation.tsx:203 msgid "Post by @{0}" msgstr "Lähettäjä @{0}" -#: src/view/com/util/forms/PostDropdownBtn.tsx:134 +#: src/view/com/util/forms/PostDropdownBtn.tsx:129 msgid "Post deleted" msgstr "Viesti poistettu" @@ -4018,11 +4047,11 @@ msgstr "viestit" 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." -#: src/view/com/posts/FeedErrorMessage.tsx:69 +#: src/view/com/posts/FeedErrorMessage.tsx:68 msgid "Posts hidden" msgstr "Piilotetut viestit" @@ -4050,6 +4079,10 @@ msgstr "Paina uudelleen jatkaaksesi" #~ msgid "Press to Retry" #~ msgstr "" +#: src/components/KnownFollowers.tsx:111 +msgid "Press to view followers of this account that you also follow" +msgstr "" + #: src/view/com/lightbox/Lightbox.web.tsx:150 msgid "Previous image" msgstr "Edellinen kuva" @@ -4067,11 +4100,11 @@ msgstr "Aseta seurattavat tärkeysjärjestykseen" msgid "Privacy" msgstr "Yksityisyys" -#: src/Navigation.tsx:238 +#: src/Navigation.tsx:244 #: src/screens/Signup/StepInfo/Policies.tsx:56 #: src/view/screens/PrivacyPolicy.tsx:29 #: src/view/screens/Settings/index.tsx:957 -#: src/view/shell/Drawer.tsx:284 +#: src/view/shell/Drawer.tsx:285 msgid "Privacy Policy" msgstr "Yksityisyydensuojakäytäntö" @@ -4091,8 +4124,8 @@ msgstr "profiili" #: src/view/shell/bottom-bar/BottomBar.tsx:272 #: src/view/shell/desktop/LeftNav.tsx:381 #: src/view/shell/Drawer.tsx:78 -#: src/view/shell/Drawer.tsx:541 #: src/view/shell/Drawer.tsx:542 +#: src/view/shell/Drawer.tsx:543 msgid "Profile" msgstr "Profiili" @@ -4116,16 +4149,16 @@ 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:447 +#: src/view/com/composer/Composer.tsx:462 msgid "Publish post" msgstr "Julkaise viesti" -#: src/view/com/composer/Composer.tsx:447 +#: src/view/com/composer/Composer.tsx:462 msgid "Publish reply" msgstr "Julkaise vastaus" -#: src/view/com/util/post-ctrls/RepostButton.tsx:113 -#: src/view/com/util/post-ctrls/RepostButton.tsx:125 +#: src/view/com/util/post-ctrls/RepostButton.tsx:115 +#: src/view/com/util/post-ctrls/RepostButton.tsx:127 #: src/view/com/util/post-ctrls/RepostButton.web.tsx:78 #: src/view/com/util/post-ctrls/RepostButton.web.tsx:81 msgid "Quote post" @@ -4153,7 +4186,7 @@ msgstr "Suhdeluvut" msgid "Reactivate your account" msgstr "" -#: src/components/dms/ReportDialog.tsx:172 +#: src/components/dms/ReportDialog.tsx:174 msgid "Reason:" msgstr "" @@ -4161,7 +4194,7 @@ msgstr "" #~ msgid "Reason: {0}" #~ msgstr "" -#: src/view/screens/Search/Search.tsx:973 +#: src/view/screens/Search/Search.tsx:970 msgid "Recent Searches" msgstr "Viimeaikaiset haut" @@ -4181,12 +4214,12 @@ msgstr "" msgid "Reload conversations" msgstr "" -#: src/components/dialogs/MutedWords.tsx:288 -#: src/view/com/feeds/FeedSourceCard.tsx:296 +#: src/components/dialogs/MutedWords.tsx:286 +#: src/view/com/feeds/FeedSourceCard.tsx:317 #: src/view/com/modals/ListAddRemoveUsers.tsx:268 #: src/view/com/modals/SelfLabel.tsx:84 #: src/view/com/modals/UserAddRemoveLists.tsx:230 -#: src/view/com/posts/FeedErrorMessage.tsx:213 +#: src/view/com/posts/FeedErrorMessage.tsx:212 msgid "Remove" msgstr "Poista" @@ -4206,25 +4239,25 @@ msgstr "Poista banneri" msgid "Remove embed" msgstr "" -#: src/view/com/posts/FeedErrorMessage.tsx:169 +#: src/view/com/posts/FeedErrorMessage.tsx:168 #: src/view/com/posts/FeedShutdownMsg.tsx:113 #: src/view/com/posts/FeedShutdownMsg.tsx:117 msgid "Remove feed" msgstr "Poista syöte" -#: src/view/com/posts/FeedErrorMessage.tsx:210 +#: src/view/com/posts/FeedErrorMessage.tsx:209 msgid "Remove feed?" msgstr "Poista syöte?" -#: src/view/com/feeds/FeedSourceCard.tsx:180 -#: src/view/com/feeds/FeedSourceCard.tsx:245 +#: src/view/com/feeds/FeedSourceCard.tsx:188 +#: src/view/com/feeds/FeedSourceCard.tsx:266 #: src/view/screens/ProfileFeed.tsx:330 #: src/view/screens/ProfileFeed.tsx:336 #: src/view/screens/ProfileList.tsx:443 msgid "Remove from my feeds" msgstr "Poista syötteistäni" -#: src/view/com/feeds/FeedSourceCard.tsx:291 +#: src/view/com/feeds/FeedSourceCard.tsx:312 msgid "Remove from my feeds?" msgstr "Poista syötteistäni?" @@ -4236,15 +4269,15 @@ msgstr "Poista kuva" msgid "Remove image preview" msgstr "Poista kuvan esikatselu" -#: src/components/dialogs/MutedWords.tsx:331 +#: src/components/dialogs/MutedWords.tsx:329 msgid "Remove mute word from your list" msgstr "Poista hiljennetty sana listaltasi" -#: src/view/screens/Search/Search.tsx:1014 +#: src/view/screens/Search/Search.tsx:1011 msgid "Remove profile" msgstr "" -#: src/view/screens/Search/Search.tsx:1016 +#: src/view/screens/Search/Search.tsx:1013 msgid "Remove profile from search history" msgstr "" @@ -4252,12 +4285,12 @@ msgstr "" msgid "Remove quote" msgstr "" -#: src/view/com/util/post-ctrls/RepostButton.tsx:90 -#: src/view/com/util/post-ctrls/RepostButton.tsx:106 +#: src/view/com/util/post-ctrls/RepostButton.tsx:92 +#: src/view/com/util/post-ctrls/RepostButton.tsx:108 msgid "Remove repost" msgstr "Poista uudelleenjulkaisu" -#: src/view/com/posts/FeedErrorMessage.tsx:211 +#: src/view/com/posts/FeedErrorMessage.tsx:210 msgid "Remove this feed from your saved feeds" msgstr "Poista tämä syöte seurannasta" @@ -4266,7 +4299,7 @@ msgstr "Poista tämä syöte seurannasta" msgid "Removed from list" msgstr "Poistettu listalta" -#: src/view/com/feeds/FeedSourceCard.tsx:131 +#: src/view/com/feeds/FeedSourceCard.tsx:139 msgid "Removed from my feeds" msgstr "Poistettu syötteistäni" @@ -4297,7 +4330,7 @@ msgstr "Vastaukset" msgid "Replies to this thread are disabled" msgstr "Tähän keskusteluun vastaaminen on estetty" -#: src/view/com/composer/Composer.tsx:460 +#: src/view/com/composer/Composer.tsx:475 msgctxt "action" msgid "Reply" msgstr "Vastaa" @@ -4351,8 +4384,8 @@ msgstr "Ilmianna luettelo" msgid "Report message" msgstr "" -#: src/view/com/util/forms/PostDropdownBtn.tsx:407 -#: src/view/com/util/forms/PostDropdownBtn.tsx:409 +#: src/view/com/util/forms/PostDropdownBtn.tsx:394 +#: src/view/com/util/forms/PostDropdownBtn.tsx:396 msgid "Report post" msgstr "Ilmianna viesti" @@ -4368,8 +4401,8 @@ msgstr "Ilmianna tämä syöte" msgid "Report this list" msgstr "Ilmianna tämä lista" -#: src/components/dms/ReportDialog.tsx:47 -#: src/components/dms/ReportDialog.tsx:140 +#: src/components/dms/ReportDialog.tsx:48 +#: src/components/dms/ReportDialog.tsx:142 #: src/components/ReportDialog/SelectReportOptionView.tsx:59 msgid "Report this message" msgstr "" @@ -4382,9 +4415,9 @@ msgstr "Ilmianna tämä viesti" msgid "Report this user" msgstr "Ilmianna tämä käyttäjä" -#: src/view/com/util/post-ctrls/RepostButton.tsx:63 -#: src/view/com/util/post-ctrls/RepostButton.tsx:91 -#: src/view/com/util/post-ctrls/RepostButton.tsx:107 +#: src/view/com/util/post-ctrls/RepostButton.tsx:64 +#: src/view/com/util/post-ctrls/RepostButton.tsx:93 +#: src/view/com/util/post-ctrls/RepostButton.tsx:109 msgctxt "action" msgid "Repost" msgstr "Uudelleenjulkaise" @@ -4394,7 +4427,7 @@ msgstr "Uudelleenjulkaise" msgid "Repost" msgstr "Uudelleenjulkaise" -#: src/view/com/util/post-ctrls/RepostButton.tsx:83 +#: src/view/com/util/post-ctrls/RepostButton.tsx:85 #: src/view/com/util/post-ctrls/RepostButton.web.tsx:46 #: src/view/com/util/post-ctrls/RepostButton.web.tsx:92 msgid "Repost or quote post" @@ -4416,7 +4449,7 @@ msgstr "Uudelleenjulkaissut <0><1/>" msgid "reposted your post" msgstr "uudelleenjulkaisi viestisi" -#: src/view/com/post-thread/PostThreadItem.tsx:206 +#: src/view/com/post-thread/PostThreadItem.tsx:201 msgid "Reposts of this post" msgstr "Tämän viestin uudelleenjulkaisut" @@ -4519,8 +4552,8 @@ msgid "Returns to previous page" msgstr "Palaa edelliselle sivulle" #: src/components/dialogs/BirthDateSettings.tsx:125 -#: src/view/com/composer/GifAltText.tsx:163 -#: src/view/com/composer/GifAltText.tsx:169 +#: src/view/com/composer/GifAltText.tsx:162 +#: src/view/com/composer/GifAltText.tsx:168 #: src/view/com/modals/ChangeHandle.tsx:168 #: src/view/com/modals/CreateOrEditList.tsx:326 #: src/view/com/modals/EditProfile.tsx:225 @@ -4600,20 +4633,20 @@ msgid "Scroll to top" msgstr "Vieritä alkuun" #: src/components/dms/dialogs/SearchablePeopleList.tsx:504 -#: src/Navigation.tsx:506 +#: src/Navigation.tsx:494 #: 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:451 -#: src/view/screens/Search/Search.tsx:825 -#: src/view/screens/Search/Search.tsx:853 +#: src/view/screens/Search/Search.tsx:452 +#: src/view/screens/Search/Search.tsx:822 +#: src/view/screens/Search/Search.tsx:850 #: src/view/shell/bottom-bar/BottomBar.tsx:179 #: src/view/shell/desktop/LeftNav.tsx:343 #: src/view/shell/desktop/Search.tsx:194 #: src/view/shell/desktop/Search.tsx:203 -#: src/view/shell/Drawer.tsx:393 #: src/view/shell/Drawer.tsx:394 +#: src/view/shell/Drawer.tsx:395 msgid "Search" msgstr "Haku" @@ -4621,7 +4654,7 @@ msgstr "Haku" msgid "Search for \"{query}\"" msgstr "Haku hakusanalla \"{query}\"" -#: src/view/screens/Search/Search.tsx:909 +#: src/view/screens/Search/Search.tsx:906 msgid "Search for \"{searchText}\"" msgstr "" @@ -4739,7 +4772,7 @@ msgstr "Valitse vaihtoehto {i} / {numItems}" msgid "Select the {emojiName} emoji as your avatar" msgstr "" -#: src/components/ReportDialog/SubmitView.tsx:136 +#: src/components/ReportDialog/SubmitView.tsx:135 msgid "Select the moderation service(s) to report to" msgstr "" @@ -4801,8 +4834,8 @@ msgctxt "action" msgid "Send Email" msgstr "Lähetä sähköposti" -#: src/view/shell/Drawer.tsx:328 -#: src/view/shell/Drawer.tsx:349 +#: src/view/shell/Drawer.tsx:329 +#: src/view/shell/Drawer.tsx:350 msgid "Send feedback" msgstr "Lähetä palautetta" @@ -4811,14 +4844,14 @@ msgstr "Lähetä palautetta" msgid "Send message" msgstr "" -#: src/components/dms/dialogs/ShareViaChatDialog.tsx:47 +#: src/components/dms/dialogs/ShareViaChatDialog.tsx:59 msgid "Send post to..." msgstr "" -#: src/components/dms/ReportDialog.tsx:232 -#: src/components/dms/ReportDialog.tsx:235 -#: src/components/ReportDialog/SubmitView.tsx:216 -#: src/components/ReportDialog/SubmitView.tsx:220 +#: src/components/dms/ReportDialog.tsx:234 +#: src/components/dms/ReportDialog.tsx:237 +#: src/components/ReportDialog/SubmitView.tsx:215 +#: src/components/ReportDialog/SubmitView.tsx:219 msgid "Send report" msgstr "Lähetä raportti" @@ -4831,8 +4864,8 @@ msgstr "" msgid "Send verification email" msgstr "Lähetä vahvistussähköposti" -#: src/view/com/util/forms/PostDropdownBtn.tsx:299 -#: src/view/com/util/forms/PostDropdownBtn.tsx:302 +#: src/view/com/util/forms/PostDropdownBtn.tsx:286 +#: src/view/com/util/forms/PostDropdownBtn.tsx:289 msgid "Send via direct message" msgstr "" @@ -4916,11 +4949,11 @@ msgstr "Asettaa kuvan kuvasuhteen korkeaksi" msgid "Sets image aspect ratio to wide" msgstr "Asettaa kuvan kuvasuhteen leveäksi" -#: src/Navigation.tsx:146 +#: src/Navigation.tsx:145 #: src/view/screens/Settings/index.tsx:332 #: src/view/shell/desktop/LeftNav.tsx:389 -#: src/view/shell/Drawer.tsx:558 #: src/view/shell/Drawer.tsx:559 +#: src/view/shell/Drawer.tsx:560 msgid "Settings" msgstr "Asetukset" @@ -4939,8 +4972,8 @@ msgstr "Jaa" #: src/view/com/profile/ProfileMenu.tsx:217 #: src/view/com/profile/ProfileMenu.tsx:226 -#: src/view/com/util/forms/PostDropdownBtn.tsx:310 -#: src/view/com/util/forms/PostDropdownBtn.tsx:319 +#: src/view/com/util/forms/PostDropdownBtn.tsx:297 +#: src/view/com/util/forms/PostDropdownBtn.tsx:306 #: src/view/com/util/post-ctrls/PostCtrls.tsx:297 #: src/view/screens/ProfileList.tsx:428 msgid "Share" @@ -4955,7 +4988,7 @@ msgid "Share a fun fact!" msgstr "" #: src/view/com/profile/ProfileMenu.tsx:375 -#: src/view/com/util/forms/PostDropdownBtn.tsx:464 +#: src/view/com/util/forms/PostDropdownBtn.tsx:451 #: src/view/com/util/post-ctrls/PostCtrls.tsx:313 msgid "Share anyway" msgstr "Jaa kuitenkin" @@ -5007,7 +5040,7 @@ msgstr "" msgid "Show badge and filter from feeds" msgstr "" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:207 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:211 msgid "Show follows similar to {0}" msgstr "Näytä seurannat samankaltaisilta käyttäjiltä kuin {0}" @@ -5015,19 +5048,19 @@ msgstr "Näytä seurannat samankaltaisilta käyttäjiltä kuin {0}" msgid "Show hidden replies" msgstr "" -#: src/view/com/util/forms/PostDropdownBtn.tsx:349 -#: src/view/com/util/forms/PostDropdownBtn.tsx:351 +#: src/view/com/util/forms/PostDropdownBtn.tsx:336 +#: src/view/com/util/forms/PostDropdownBtn.tsx:338 msgid "Show less like this" msgstr "" -#: src/view/com/post-thread/PostThreadItem.tsx:538 +#: src/view/com/post-thread/PostThreadItem.tsx:532 #: src/view/com/post/Post.tsx:227 #: src/view/com/posts/FeedItem.tsx:392 msgid "Show More" msgstr "Näytä lisää" -#: src/view/com/util/forms/PostDropdownBtn.tsx:341 -#: src/view/com/util/forms/PostDropdownBtn.tsx:343 +#: src/view/com/util/forms/PostDropdownBtn.tsx:328 +#: src/view/com/util/forms/PostDropdownBtn.tsx:330 msgid "Show more like this" msgstr "" @@ -5116,9 +5149,9 @@ msgstr "Näyttää viestit käyttäjältä {0} syötteessäsi" #: src/view/shell/bottom-bar/BottomBar.tsx:312 #: src/view/shell/bottom-bar/BottomBar.tsx:313 #: src/view/shell/bottom-bar/BottomBar.tsx:315 -#: src/view/shell/bottom-bar/BottomBarWeb.tsx:181 -#: src/view/shell/bottom-bar/BottomBarWeb.tsx:182 -#: src/view/shell/bottom-bar/BottomBarWeb.tsx:184 +#: src/view/shell/bottom-bar/BottomBarWeb.tsx:204 +#: src/view/shell/bottom-bar/BottomBarWeb.tsx:205 +#: src/view/shell/bottom-bar/BottomBarWeb.tsx:207 #: src/view/shell/NavSignupCard.tsx:69 #: src/view/shell/NavSignupCard.tsx:70 #: src/view/shell/NavSignupCard.tsx:72 @@ -5149,9 +5182,9 @@ msgstr "Kirjaudu ulos" #: src/view/shell/bottom-bar/BottomBar.tsx:302 #: src/view/shell/bottom-bar/BottomBar.tsx:303 #: src/view/shell/bottom-bar/BottomBar.tsx:305 -#: src/view/shell/bottom-bar/BottomBarWeb.tsx:171 -#: src/view/shell/bottom-bar/BottomBarWeb.tsx:172 -#: src/view/shell/bottom-bar/BottomBarWeb.tsx:174 +#: src/view/shell/bottom-bar/BottomBarWeb.tsx:194 +#: src/view/shell/bottom-bar/BottomBarWeb.tsx:195 +#: src/view/shell/bottom-bar/BottomBarWeb.tsx:197 #: src/view/shell/NavSignupCard.tsx:60 #: src/view/shell/NavSignupCard.tsx:61 #: src/view/shell/NavSignupCard.tsx:63 @@ -5192,7 +5225,7 @@ msgstr "Ohjelmistokehitys" msgid "Some people can reply" msgstr "" -#: src/screens/Messages/Conversation/index.tsx:94 +#: src/screens/Messages/Conversation/index.tsx:106 msgid "Something went wrong" msgstr "" @@ -5224,7 +5257,7 @@ msgstr "Lajittele saman viestin vastaukset seuraavasti:" #~ msgid "Source:" #~ msgstr "Lähde:" -#: src/components/moderation/LabelsOnMeDialog.tsx:170 +#: src/components/moderation/LabelsOnMeDialog.tsx:168 msgid "Source: <0>{0}" msgstr "" @@ -5277,13 +5310,13 @@ msgstr "" msgid "Storage cleared, you need to restart the app now." msgstr "Tallennustila tyhjennetty, sinun on käynnistettävä sovellus uudelleen." -#: src/Navigation.tsx:218 +#: src/Navigation.tsx:224 #: src/view/screens/Settings/index.tsx:863 msgid "Storybook" msgstr "Storybook" -#: src/components/moderation/LabelsOnMeDialog.tsx:292 -#: src/components/moderation/LabelsOnMeDialog.tsx:293 +#: src/components/moderation/LabelsOnMeDialog.tsx:290 +#: src/components/moderation/LabelsOnMeDialog.tsx:291 #: src/screens/Messages/Conversation/ChatDisabled.tsx:142 #: src/screens/Messages/Conversation/ChatDisabled.tsx:143 msgid "Submit" @@ -5314,7 +5347,7 @@ msgstr "" msgid "Subscribe to this list" msgstr "Tilaa tämä lista" -#: src/view/screens/Search/Search.tsx:424 +#: src/view/screens/Search/Search.tsx:425 msgid "Suggested Follows" msgstr "Mahdollisia seurattavia" @@ -5326,7 +5359,7 @@ msgstr "Suositeltua sinulle" msgid "Suggestive" msgstr "Viittaava" -#: src/Navigation.tsx:233 +#: src/Navigation.tsx:239 #: src/view/screens/Support.tsx:30 #: src/view/screens/Support.tsx:33 msgid "Support" @@ -5353,7 +5386,7 @@ msgstr "Järjestelmä" msgid "System log" msgstr "Järjestelmäloki" -#: src/components/dialogs/MutedWords.tsx:325 +#: src/components/dialogs/MutedWords.tsx:323 msgid "tag" msgstr "aihetunniste" @@ -5381,11 +5414,11 @@ msgstr "" msgid "Terms" msgstr "Ehdot" -#: src/Navigation.tsx:243 +#: src/Navigation.tsx:249 #: src/screens/Signup/StepInfo/Policies.tsx:49 #: src/view/screens/Settings/index.tsx:951 #: src/view/screens/TermsOfService.tsx:29 -#: src/view/shell/Drawer.tsx:278 +#: src/view/shell/Drawer.tsx:279 msgid "Terms of Service" msgstr "Käyttöehdot" @@ -5395,17 +5428,17 @@ msgstr "Käyttöehdot" msgid "Terms used violate community standards" msgstr "" -#: src/components/dialogs/MutedWords.tsx:325 +#: src/components/dialogs/MutedWords.tsx:323 msgid "text" msgstr "teksti" -#: src/components/moderation/LabelsOnMeDialog.tsx:256 +#: src/components/moderation/LabelsOnMeDialog.tsx:254 #: src/screens/Messages/Conversation/ChatDisabled.tsx:108 msgid "Text input field" msgstr "Tekstikenttä" -#: src/components/dms/ReportDialog.tsx:132 -#: src/components/ReportDialog/SubmitView.tsx:78 +#: src/components/dms/ReportDialog.tsx:134 +#: src/components/ReportDialog/SubmitView.tsx:77 msgid "Thank you. Your report has been sent." msgstr "Kiitos. Raporttisi on lähetetty." @@ -5417,7 +5450,7 @@ msgstr "Se sisältää seuraavaa:" msgid "That handle is already taken." msgstr "Tuo käyttätunnus on jo käytössä." -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:291 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:305 #: src/view/com/profile/ProfileMenu.tsx:351 msgid "The account will be able to interact with you after unblocking." msgstr "Käyttäjä voi olla vuorovaikutuksessa kanssasi, kun poistat eston." @@ -5438,11 +5471,11 @@ msgstr "Tekijänoikeuskäytäntö on siirretty kohtaan <0/>" msgid "The feed has been replaced with Discover." msgstr "" -#: src/components/moderation/LabelsOnMeDialog.tsx:66 +#: src/components/moderation/LabelsOnMeDialog.tsx:65 msgid "The following labels were applied to your account." msgstr "" -#: src/components/moderation/LabelsOnMeDialog.tsx:67 +#: src/components/moderation/LabelsOnMeDialog.tsx:66 msgid "The following labels were applied to your content." msgstr "" @@ -5480,7 +5513,7 @@ msgstr "" 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." -#: src/view/com/posts/FeedErrorMessage.tsx:146 +#: src/view/com/posts/FeedErrorMessage.tsx:145 msgid "There was an an issue removing this feed. Please check your internet connection and try again." msgstr "Syötteen poistossa on ongelmia. Tarkista internetyhteytesi ja yritä uudelleen." @@ -5508,12 +5541,12 @@ msgstr "Yhteyden muodostamisessa Tenoriin ilmeni ongelma." msgid "There was an issue contacting the server" msgstr "Yhteydenotto palvelimeen epäonnistui" -#: src/view/com/feeds/FeedSourceCard.tsx:120 -#: src/view/com/feeds/FeedSourceCard.tsx:133 +#: src/view/com/feeds/FeedSourceCard.tsx:128 +#: src/view/com/feeds/FeedSourceCard.tsx:141 msgid "There was an issue contacting your server" msgstr "Yhteydenotto palvelimeen epäonnistui" -#: src/view/com/notifications/Feed.tsx:125 +#: src/view/com/notifications/Feed.tsx:126 msgid "There was an issue fetching notifications. Tap here to try again." msgstr "Ongelma ilmoitusten hakemisessa. Napauta tästä yrittääksesi uudelleen." @@ -5530,8 +5563,8 @@ msgstr "Ongelma listan hakemisessa. Napauta tästä yrittääksesi uudelleen." msgid "There was an issue fetching your lists. Tap here to try again." msgstr "Ongelma listojesi hakemisessa. Napauta tästä yrittääksesi uudelleen." -#: src/components/dms/ReportDialog.tsx:220 -#: src/components/ReportDialog/SubmitView.tsx:83 +#: src/components/dms/ReportDialog.tsx:222 +#: src/components/ReportDialog/SubmitView.tsx:82 msgid "There was an issue sending your report. Please check your internet connection." msgstr "Raportin lähettämisessä ilmeni ongelma. Tarkista internet-yhteytesi." @@ -5543,9 +5576,9 @@ msgstr "Raportin lähettämisessä ilmeni ongelma. Tarkista internet-yhteytesi." msgid "There was an issue with fetching your app passwords" msgstr "Sovellussalasanojen hakemisessa tapahtui virhe" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:99 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:121 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:135 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:103 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:125 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:139 #: src/view/com/post-thread/PostThreadFollowBtn.tsx:99 #: src/view/com/post-thread/PostThreadFollowBtn.tsx:111 #: src/view/com/profile/ProfileMenu.tsx:109 @@ -5590,7 +5623,7 @@ msgstr "Tämä käyttäjätili on pyytänyt, että käyttät kirjautuvat sisää msgid "This account is blocked by one or more of your moderation lists. To unblock, please visit the lists directly and remove this user." msgstr "" -#: src/components/moderation/LabelsOnMeDialog.tsx:241 +#: src/components/moderation/LabelsOnMeDialog.tsx:239 msgid "This appeal will be sent to <0>{0}." msgstr "" @@ -5623,28 +5656,37 @@ msgstr "Tämä sisältö on hostattu palvelussa {0}. Haluatko sallia ulkoisen me 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." -#: src/view/com/posts/FeedErrorMessage.tsx:115 +#: src/view/com/posts/FeedErrorMessage.tsx:114 msgid "This content is not viewable without a Bluesky account." msgstr "Tätä sisältöä ei voi katsoa ilman Bluesky-tiliä." +#: src/screens/Messages/List/ChatListItem.tsx:213 +msgid "This conversation is with a deleted or a deactivated account. Press for options." +msgstr "" + #: src/view/screens/Settings/ExportCarDialog.tsx:93 msgid "This feature is in beta. You can read more about repository exports in <0>this blogpost." msgstr "" -#: src/view/com/posts/FeedErrorMessage.tsx:121 +#: src/view/com/posts/FeedErrorMessage.tsx:120 msgid "This feed is currently receiving high traffic and is temporarily unavailable. Please try again later." msgstr "Tämä syöte saa tällä hetkellä paljon liikennettä ja on tilapäisesti pois käytöstä. Yritä uudelleen myöhemmin." #: src/screens/Profile/Sections/Feed.tsx:59 #: src/view/screens/ProfileFeed.tsx:471 #: src/view/screens/ProfileList.tsx:729 -msgid "This feed is empty!" -msgstr "Tämä syöte on tyhjä!" +#~ msgid "This feed is empty!" +#~ msgstr "Tämä syöte on tyhjä!" #: src/view/com/posts/CustomFeedEmptyState.tsx:37 msgid "This feed is empty! You may need to follow more users or tune your language settings." msgstr "Tämä syöte on tyhjä! Sinun on ehkä seurattava useampia käyttäjiä tai säädettävä kieliasetuksiasi." +#: src/view/screens/ProfileFeed.tsx:471 +#: src/view/screens/ProfileList.tsx:729 +msgid "This feed is empty." +msgstr "" + #: src/view/com/posts/FeedShutdownMsg.tsx:97 msgid "This feed is no longer online. We are showing <0>Discover instead." msgstr "" @@ -5673,7 +5715,7 @@ msgstr "" #~ msgid "This label was applied by you" #~ msgstr "" -#: src/components/moderation/LabelsOnMeDialog.tsx:168 +#: src/components/moderation/LabelsOnMeDialog.tsx:166 msgid "This label was applied by you." msgstr "" @@ -5693,20 +5735,20 @@ 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:111 +#: src/view/com/modals/AddAppPasswords.tsx:110 msgid "This name is already in use" msgstr "Tämä nimi on jo käytössä" -#: src/view/com/post-thread/PostThreadItem.tsx:140 +#: src/view/com/post-thread/PostThreadItem.tsx:135 msgid "This post has been deleted." msgstr "Tämä viesti on poistettu." -#: src/view/com/util/forms/PostDropdownBtn.tsx:461 +#: src/view/com/util/forms/PostDropdownBtn.tsx:448 #: src/view/com/util/post-ctrls/PostCtrls.tsx:310 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." -#: src/view/com/util/forms/PostDropdownBtn.tsx:443 +#: src/view/com/util/forms/PostDropdownBtn.tsx:430 msgid "This post will be hidden from feeds." msgstr "Tämä julkaisu piilotetaan syötteistä." @@ -5755,7 +5797,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:285 +#: 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." @@ -5772,7 +5814,7 @@ msgstr "Keskusteluketjun asetukset" msgid "Threaded Mode" msgstr "Ketjumainen näkymä" -#: src/Navigation.tsx:276 +#: src/Navigation.tsx:282 msgid "Threads Preferences" msgstr "Keskusteluketjujen asetukset" @@ -5788,7 +5830,7 @@ msgstr "" 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ä." @@ -5801,7 +5843,7 @@ msgid "Toggle to enable or disable adult content" msgstr "Vaihda ottaaksesi käyttöön tai poistaaksesi käytöstä aikuisille tarkoitettu sisältö." #: src/screens/Hashtag.tsx:88 -#: src/view/screens/Search/Search.tsx:366 +#: src/view/screens/Search/Search.tsx:367 msgid "Top" msgstr "" @@ -5811,10 +5853,10 @@ msgstr "Muutokset" #: src/components/dms/MessageMenu.tsx:103 #: src/components/dms/MessageMenu.tsx:105 -#: src/view/com/post-thread/PostThreadItem.tsx:691 -#: src/view/com/post-thread/PostThreadItem.tsx:693 -#: src/view/com/util/forms/PostDropdownBtn.tsx:280 -#: src/view/com/util/forms/PostDropdownBtn.tsx:282 +#: src/view/com/post-thread/PostThreadItem.tsx:674 +#: src/view/com/post-thread/PostThreadItem.tsx:676 +#: src/view/com/util/forms/PostDropdownBtn.tsx:267 +#: src/view/com/util/forms/PostDropdownBtn.tsx:269 msgid "Translate" msgstr "Käännä" @@ -5856,14 +5898,14 @@ msgstr "Yhteys palveluusi ei onnistu. Tarkista internet-yhteytesi." #: src/components/dms/MessagesListBlockedFooter.tsx:96 #: src/components/dms/MessagesListBlockedFooter.tsx:104 #: src/components/dms/MessagesListBlockedFooter.tsx:111 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:184 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:295 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:188 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:309 #: src/view/com/profile/ProfileMenu.tsx:363 #: src/view/screens/ProfileList.tsx:626 msgid "Unblock" msgstr "Poista esto" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:189 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:193 msgctxt "action" msgid "Unblock" msgstr "Poista esto" @@ -5878,12 +5920,12 @@ msgstr "" msgid "Unblock Account" msgstr "Poista käyttäjätilin esto" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:289 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:303 #: src/view/com/profile/ProfileMenu.tsx:345 msgid "Unblock Account?" msgstr "Poista esto?" -#: src/view/com/util/post-ctrls/RepostButton.tsx:62 +#: src/view/com/util/post-ctrls/RepostButton.tsx:63 #: src/view/com/util/post-ctrls/RepostButton.web.tsx:69 #: src/view/com/util/post-ctrls/RepostButton.web.tsx:73 msgid "Undo repost" @@ -5898,7 +5940,7 @@ msgstr "Lopeta seuraaminen" msgid "Unfollow" msgstr "Älä seuraa" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:229 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:233 msgid "Unfollow {0}" msgstr "Lopeta seuraaminen {0}" @@ -5941,8 +5983,8 @@ msgstr "" #~ msgid "Unmute notifications" #~ msgstr "" -#: src/view/com/util/forms/PostDropdownBtn.tsx:365 -#: src/view/com/util/forms/PostDropdownBtn.tsx:370 +#: src/view/com/util/forms/PostDropdownBtn.tsx:352 +#: src/view/com/util/forms/PostDropdownBtn.tsx:357 msgid "Unmute thread" msgstr "Poista keskusteluketjun hiljennys" @@ -5992,7 +6034,7 @@ msgstr "Päivitä {handle}\"" msgid "Updating..." msgstr "Päivitetään..." -#: src/screens/Onboarding/StepProfile/index.tsx:280 +#: src/screens/Onboarding/StepProfile/index.tsx:281 msgid "Upload a photo instead" msgstr "" @@ -6053,7 +6095,7 @@ msgstr "" msgid "Use the DNS panel" msgstr "" -#: src/view/com/modals/AddAppPasswords.tsx:206 +#: src/view/com/modals/AddAppPasswords.tsx:205 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." @@ -6220,11 +6262,11 @@ msgstr "" #: src/components/ProfileHoverCard/index.web.tsx:396 #: src/components/ProfileHoverCard/index.web.tsx:429 #: src/view/com/posts/AviFollowButton.tsx:58 -#: src/view/com/posts/FeedErrorMessage.tsx:175 +#: src/view/com/posts/FeedErrorMessage.tsx:174 msgid "View profile" msgstr "Katso profiilia" -#: src/view/com/profile/ProfileSubpageHeader.tsx:130 +#: src/view/com/profile/ProfileSubpageHeader.tsx:127 msgid "View the avatar" msgstr "Katso avatar" @@ -6236,6 +6278,11 @@ msgstr "" msgid "View users who like this feed" msgstr "Katso, kuka tykkää tästä syötteestä" +#: src/view/com/home/HomeHeaderLayout.web.tsx:78 +#: src/view/com/home/HomeHeaderLayoutMobile.tsx:84 +msgid "View your feeds and explore more" +msgstr "" + #: src/view/com/modals/LinkWarning.tsx:89 #: src/view/com/modals/LinkWarning.tsx:95 msgid "Visit Site" @@ -6259,7 +6306,7 @@ msgstr "" msgid "We couldn't find any results for that hashtag." msgstr "Emme löytäneet tuloksia tuolla aihetunnisteella." -#: src/screens/Messages/Conversation/index.tsx:95 +#: src/screens/Messages/Conversation/index.tsx:107 msgid "We couldn't load this conversation" msgstr "" @@ -6275,7 +6322,7 @@ msgstr "Toivomme sinulle ihania hetkiä. Muista, että Bluesky on:" msgid "We ran out of posts from your follows. Here's the latest from <0/>." msgstr "Emme enää löytäneet viestejä seurattavilta. Tässä on uusin tekijältä <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 "Suosittelemme välttämään yleisiä sanoja, jotka esiintyvät monissa viesteissä. Se voi johtaa siihen, ettei mitään viestejä näytetä." @@ -6315,14 +6362,18 @@ 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:269 +#: src/view/screens/Search/Search.tsx:270 msgid "We're sorry, but your search could not be completed. Please try again in a few minutes." msgstr "Pahoittelemme, hakuasi ei voitu suorittaa loppuun. Yritä uudelleen muutaman minuutin kuluttua." +#: src/view/com/composer/Composer.tsx:318 +msgid "We're sorry! The post you are replying to has been deleted." +msgstr "" + #: src/components/Lists.tsx:212 #: src/view/screens/NotFound.tsx:48 msgid "We're sorry! We can't find the page you were looking for." @@ -6346,7 +6397,7 @@ msgstr "Mitkä ovat kiinnostuksenkohteesi?" #: src/view/com/auth/SplashScreen.tsx:40 #: src/view/com/auth/SplashScreen.web.tsx:86 -#: src/view/com/composer/Composer.tsx:340 +#: src/view/com/composer/Composer.tsx:359 msgid "What's up?" msgstr "Mitä kuuluu?" @@ -6367,7 +6418,7 @@ msgstr "" msgid "Who can reply" msgstr "Kuka voi vastata" -#: src/screens/Home/NoFeedsPinned.tsx:92 +#: src/screens/Home/NoFeedsPinned.tsx:79 #: src/screens/Messages/List/index.tsx:185 msgid "Whoops!" msgstr "" @@ -6405,11 +6456,11 @@ msgstr "Leveä" msgid "Write a message" msgstr "" -#: src/view/com/composer/Composer.tsx:534 +#: src/view/com/composer/Composer.tsx:549 msgid "Write post" msgstr "Kirjoita viesti" -#: src/view/com/composer/Composer.tsx:339 +#: src/view/com/composer/Composer.tsx:358 #: src/view/com/composer/Prompt.tsx:39 msgid "Write your reply" msgstr "Kirjoita vastauksesi" @@ -6449,8 +6500,8 @@ msgstr "Olet jonossa." msgid "You are not following anyone." msgstr "Et seuraa ketään." -#: src/view/com/posts/FollowingEmptyState.tsx:67 -#: src/view/com/posts/FollowingEndOfFeed.tsx:68 +#: src/view/com/posts/FollowingEmptyState.tsx:63 +#: src/view/com/posts/FollowingEndOfFeed.tsx:64 msgid "You can also discover new Custom Feeds to follow." msgstr "Voit myös selata uusia mukautettuja syötteitä seurattavaksi." @@ -6483,6 +6534,10 @@ msgstr "" msgid "You do not have any followers." msgstr "Sinulla ei ole kyhtään seuraajaa." +#: src/screens/Profile/KnownFollowers.tsx:99 +msgid "You don't follow any users who follow @{name}." +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 "Sinulla ei ole vielä kutsukoodia! Lähetämme sinulle sellaisen, kun olet ollut Bluesky-palvelussa hieman pidempään." @@ -6570,15 +6625,15 @@ msgstr "Et ole hiljentänyt vielä yhtään käyttäjää. Hiljentääksesi käy msgid "You have reached the end" msgstr "" -#: 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:87 +#: src/components/moderation/LabelsOnMeDialog.tsx:86 msgid "You may appeal non-self labels if you feel they were placed in error." msgstr "" -#: src/components/moderation/LabelsOnMeDialog.tsx:92 +#: src/components/moderation/LabelsOnMeDialog.tsx:91 msgid "You may appeal these labels if you feel they were placed in error." msgstr "Voit valittaa näistä merkinnöistä, jos ne ovat mielestäsi virheellisiä." @@ -6590,7 +6645,7 @@ msgstr "Sinun on oltava vähintään 13-vuotias rekisteröityäksesi." #~ msgid "You must be 18 years or older to enable adult content" #~ msgstr "Sinun on oltava vähintään 18-vuotias katsoaksesi aikuissisältöä" -#: src/components/ReportDialog/SubmitView.tsx:206 +#: src/components/ReportDialog/SubmitView.tsx:205 msgid "You must select at least one labeler for a report" msgstr "" @@ -6598,11 +6653,11 @@ msgstr "" msgid "You previously deactivated @{0}." msgstr "" -#: src/view/com/util/forms/PostDropdownBtn.tsx:173 +#: src/view/com/util/forms/PostDropdownBtn.tsx:168 msgid "You will no longer receive notifications for this thread" msgstr "Et enää saa ilmoituksia tästä keskustelusta" -#: src/view/com/util/forms/PostDropdownBtn.tsx:176 +#: src/view/com/util/forms/PostDropdownBtn.tsx:171 msgid "You will now receive notifications for this thread" msgstr "Saat nyt ilmoituksia tästä keskustelusta" @@ -6610,15 +6665,15 @@ msgstr "Saat nyt ilmoituksia tästä keskustelusta" 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/Messages/List/ChatListItem.tsx:113 +#: src/screens/Messages/List/ChatListItem.tsx:114 msgid "You: {0}" msgstr "" -#: src/screens/Messages/List/ChatListItem.tsx:142 +#: src/screens/Messages/List/ChatListItem.tsx:143 msgid "You: {defaultEmbeddedContentMessage}" msgstr "" -#: src/screens/Messages/List/ChatListItem.tsx:135 +#: src/screens/Messages/List/ChatListItem.tsx:136 msgid "You: {short}" msgstr "" @@ -6646,7 +6701,7 @@ msgstr "Olet valmis aloittamaan!" msgid "You've chosen to hide a word or tag within this post." msgstr "Olet halunnut piilottaa sanan tai aihetunnisteen tässä viestissä" -#: src/view/com/posts/FollowingEndOfFeed.tsx:48 +#: src/view/com/posts/FollowingEndOfFeed.tsx:44 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." @@ -6692,7 +6747,7 @@ msgstr "Sähköpostiosoitteesi on päivitetty, mutta sitä ei ole vielä vahvist msgid "Your email has not yet been verified. This is an important security step which we recommend." msgstr "Sähköpostiosoitettasi ei ole vielä vahvistettu. Tämä on tärkeä turvatoimi, jonka suosittelemme suorittamaan." -#: src/view/com/posts/FollowingEmptyState.tsx:47 +#: src/view/com/posts/FollowingEmptyState.tsx:43 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." @@ -6704,7 +6759,7 @@ msgstr "Käyttäjätunnuksesi tulee olemaan" msgid "Your full handle will be <0>@{0}" msgstr "Käyttäjätunnuksesi tulee olemaan <0>@{0}" -#: src/components/dialogs/MutedWords.tsx:221 +#: src/components/dialogs/MutedWords.tsx:220 msgid "Your muted words" msgstr "Hiljentämäsi sanat" @@ -6712,7 +6767,7 @@ msgstr "Hiljentämäsi sanat" msgid "Your password has been changed successfully!" msgstr "Salasanasi on vaihdettu onnistuneesti!" -#: src/view/com/composer/Composer.tsx:330 +#: src/view/com/composer/Composer.tsx:349 msgid "Your post has been published" msgstr "Viestisi on julkaistu" @@ -6728,11 +6783,11 @@ msgstr "Profiilisi" msgid "Your profile, posts, feeds, and lists will no longer be visible to other Bluesky users. You can reactivate your account at any time by logging in." msgstr "" -#: src/view/com/composer/Composer.tsx:329 +#: src/view/com/composer/Composer.tsx:348 msgid "Your reply has been published" msgstr "Vastauksesi on julkaistu" -#: src/components/dms/ReportDialog.tsx:160 +#: src/components/dms/ReportDialog.tsx:162 msgid "Your report will be sent to the Bluesky Moderation Service" msgstr "" diff --git a/src/locale/locales/fr/messages.po b/src/locale/locales/fr/messages.po index 9c4bad49..7a0b67c8 100644 --- a/src/locale/locales/fr/messages.po +++ b/src/locale/locales/fr/messages.po @@ -13,7 +13,7 @@ msgstr "" "Language-Team: Stanislas Signoud (@signez.fr), surfdude29\n" "Plural-Forms: \n" -#: src/screens/Messages/List/ChatListItem.tsx:119 +#: src/screens/Messages/List/ChatListItem.tsx:120 msgid "(contains embedded content)" msgstr "(contient du contenu intégré)" @@ -33,10 +33,14 @@ msgstr "{0, plural, one {# étiquette a été placée sur ce compte} other {# é msgid "{0, plural, one {# label has been placed on this content} other {# labels have been placed on this content}}" msgstr "{0, plural, one {# étiquette a été placée sur ce contenu} other {# étiquettes ont été placées sur ce contenu}}" -#: src/view/com/util/post-ctrls/RepostButton.tsx:64 +#: src/view/com/util/post-ctrls/RepostButton.tsx:65 msgid "{0, plural, one {# repost} other {# reposts}}" msgstr "{0, plural, one {# repost} other {# reposts}}" +#: src/components/KnownFollowers.tsx:179 +msgid "{0, plural, one {and # other} other {and # others}}" +msgstr "" + #: src/components/ProfileHoverCard/index.web.tsx:376 #: src/screens/Profile/Header/Metrics.tsx:23 msgid "{0, plural, one {follower} other {followers}}" @@ -51,11 +55,11 @@ msgstr "{0, plural, one {abonnement} other {abonnements}}" msgid "{0, plural, one {Like (# like)} other {Like (# likes)}}" msgstr "{0, plural, one {Liker (# like)} other {Liker (# likes)}}" -#: src/view/com/post-thread/PostThreadItem.tsx:386 +#: src/view/com/post-thread/PostThreadItem.tsx:380 msgid "{0, plural, one {like} other {likes}}" msgstr "{0, plural, one {like} other {likes}}" -#: src/view/com/feeds/FeedSourceCard.tsx:280 +#: src/view/com/feeds/FeedSourceCard.tsx:301 msgid "{0, plural, one {Liked by # user} other {Liked by # users}}" msgstr "{0, plural, one {Liké par # compte} other {Liké par # comptes}}" @@ -67,7 +71,7 @@ msgstr "{0, plural, one {post} other {posts}}" msgid "{0, plural, one {Reply (# reply)} other {Reply (# replies)}}" msgstr "{0, plural, one {Répondre (# réponse)} other {Répondre (# réponses)}}" -#: src/view/com/post-thread/PostThreadItem.tsx:366 +#: src/view/com/post-thread/PostThreadItem.tsx:360 msgid "{0, plural, one {repost} other {reposts}}" msgstr "{0, plural, one {repost} other {reposts}}" @@ -106,7 +110,7 @@ msgstr "{handle} ne peut être contacté par message" msgid "{likeCount, plural, one {Liked by # user} other {Liked by # users}}" msgstr "{likeCount, plural, one {Liké par # compte} other {Liké par # comptes}}" -#: src/view/shell/Drawer.tsx:461 +#: src/view/shell/Drawer.tsx:462 msgid "{numUnreadNotifications} unread" msgstr "{numUnreadNotifications} non lus" @@ -138,12 +142,12 @@ msgstr "⚠Pseudo invalide" msgid "2FA Confirmation" msgstr "Confirmation 2FA" -#: src/view/com/util/ViewHeader.tsx:92 -#: src/view/screens/Search/Search.tsx:714 +#: src/view/com/util/ViewHeader.tsx:93 +#: src/view/screens/Search/Search.tsx:715 msgid "Access navigation links and settings" msgstr "Accède aux liens de navigation et aux paramètres" -#: src/view/com/home/HomeHeaderLayoutMobile.tsx:54 +#: src/view/com/home/HomeHeaderLayoutMobile.tsx:56 msgid "Access profile and other navigation links" msgstr "Accède au profil et aux autres liens de navigation" @@ -156,7 +160,7 @@ msgstr "Accessibilité" msgid "Accessibility settings" msgstr "Paramètres d’accessibilité" -#: src/Navigation.tsx:290 +#: src/Navigation.tsx:296 #: src/view/screens/AccessibilitySettings.tsx:63 msgid "Accessibility Settings" msgstr "Paramètres d’accessibilité" @@ -196,7 +200,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:131 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:135 #: src/view/com/profile/ProfileMenu.tsx:131 msgid "Account unblocked" msgstr "Compte débloqué" @@ -209,7 +213,7 @@ msgstr "Compte désabonné" msgid "Account unmuted" msgstr "Compte démasqué" -#: src/components/dialogs/MutedWords.tsx:165 +#: src/components/dialogs/MutedWords.tsx:164 #: src/view/com/modals/ListAddRemoveUsers.tsx:268 #: src/view/com/modals/UserAddRemoveLists.tsx:230 #: src/view/screens/ProfileList.tsx:881 @@ -231,9 +235,9 @@ msgstr "Ajouter un compte à cette liste" msgid "Add account" msgstr "Ajouter un compte" -#: src/view/com/composer/GifAltText.tsx:70 -#: src/view/com/composer/GifAltText.tsx:136 -#: src/view/com/composer/GifAltText.tsx:176 +#: src/view/com/composer/GifAltText.tsx:69 +#: src/view/com/composer/GifAltText.tsx:135 +#: src/view/com/composer/GifAltText.tsx:175 #: src/view/com/composer/photos/Gallery.tsx:120 #: src/view/com/composer/photos/Gallery.tsx:187 #: src/view/com/modals/AltImage.tsx:118 @@ -246,15 +250,15 @@ msgstr "Ajouter un texte alt" msgid "Add App Password" msgstr "Ajouter un mot de passe d’application" -#: 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/screens/Home/NoFeedsPinned.tsx:112 +#: src/screens/Home/NoFeedsPinned.tsx:99 msgid "Add recommended feeds" msgstr "Ajouter les fils d’actu recommandés" @@ -271,7 +275,7 @@ msgstr "Ajoutez l’enregistrement DNS suivant à votre domaine :" msgid "Add to Lists" msgstr "Ajouter aux listes" -#: src/view/com/feeds/FeedSourceCard.tsx:246 +#: src/view/com/feeds/FeedSourceCard.tsx:267 msgid "Add to my feeds" msgstr "Ajouter à mes fils d’actu" @@ -280,7 +284,7 @@ msgstr "Ajouter à mes fils d’actu" msgid "Added to list" msgstr "Ajouté à la liste" -#: src/view/com/feeds/FeedSourceCard.tsx:118 +#: src/view/com/feeds/FeedSourceCard.tsx:126 msgid "Added to my feeds" msgstr "Ajouté à mes fils d’actu" @@ -302,12 +306,12 @@ msgstr "Le contenu pour adultes est désactivé." msgid "Advanced" msgstr "Avancé" -#: src/view/screens/Feeds.tsx:798 +#: src/view/screens/Feeds.tsx:771 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/modals/AddAppPasswords.tsx:188 -#: src/view/com/modals/AddAppPasswords.tsx:195 +#: src/view/com/modals/AddAppPasswords.tsx:187 +#: src/view/com/modals/AddAppPasswords.tsx:194 msgid "Allow access to your direct messages" msgstr "Autoriser l’accès à vos messages privés" @@ -325,13 +329,13 @@ msgstr "Avez-vous déjà un code ?" msgid "Already signed in as @{0}" msgstr "Déjà connecté·e en tant que @{0}" -#: src/view/com/composer/GifAltText.tsx:94 +#: src/view/com/composer/GifAltText.tsx:93 #: src/view/com/composer/photos/Gallery.tsx:144 #: src/view/com/util/post-embeds/GifEmbed.tsx:173 msgid "ALT" msgstr "ALT" -#: src/view/com/composer/GifAltText.tsx:145 +#: src/view/com/composer/GifAltText.tsx:144 #: src/view/com/modals/EditImage.tsx:316 #: src/view/screens/AccessibilitySettings.tsx:77 msgid "Alt text" @@ -375,6 +379,7 @@ msgstr "Un problème est survenu, veuillez réessayer." msgid "an unknown error occurred" msgstr "une erreur inconnue s’est produite" +#: src/components/KnownFollowers.tsx:187 #: src/view/com/notifications/FeedItem.tsx:258 #: src/view/com/threadgate/WhoCanReply.tsx:180 msgid "and" @@ -400,11 +405,11 @@ msgstr "Langue de l’application" msgid "App password deleted" msgstr "Mot de passe d’application supprimé" -#: src/view/com/modals/AddAppPasswords.tsx:139 +#: src/view/com/modals/AddAppPasswords.tsx:138 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:104 +#: src/view/com/modals/AddAppPasswords.tsx:103 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." @@ -412,22 +417,22 @@ msgstr "Les noms de mots de passe d’application doivent comporter au moins 4 c msgid "App password settings" msgstr "Paramètres de mot de passe d’application" -#: src/Navigation.tsx:258 +#: src/Navigation.tsx:264 #: src/view/screens/AppPasswords.tsx:192 #: src/view/screens/Settings/index.tsx:706 msgid "App Passwords" msgstr "Mots de passe d’application" -#: src/components/moderation/LabelsOnMeDialog.tsx:153 -#: src/components/moderation/LabelsOnMeDialog.tsx:156 +#: src/components/moderation/LabelsOnMeDialog.tsx:151 +#: src/components/moderation/LabelsOnMeDialog.tsx:154 msgid "Appeal" msgstr "Faire appel" -#: src/components/moderation/LabelsOnMeDialog.tsx:238 +#: src/components/moderation/LabelsOnMeDialog.tsx:236 msgid "Appeal \"{0}\" label" msgstr "Faire appel de l’étiquette « {0} »" -#: src/components/moderation/LabelsOnMeDialog.tsx:229 +#: src/components/moderation/LabelsOnMeDialog.tsx:227 #: src/screens/Messages/Conversation/ChatDisabled.tsx:91 msgid "Appeal submitted" msgstr "Appel soumis" @@ -444,7 +449,7 @@ msgid "Appearance" msgstr "Affichage" #: src/screens/Feeds/NoSavedFeedsOfAnyType.tsx:47 -#: src/screens/Home/NoFeedsPinned.tsx:106 +#: src/screens/Home/NoFeedsPinned.tsx:93 msgid "Apply default recommended feeds" msgstr "Utiliser les fils d’actu recommandés par défaut" @@ -460,15 +465,15 @@ msgstr "Êtes-vous sûr de vouloir supprimer ce message ? Ce message sera suppr msgid "Are you sure you want to leave this conversation? Your messages will be deleted for you, but not for the other participant." msgstr "Êtes-vous sûr de vouloir partir de cette conversation ? Vos messages seront supprimés pour vous, mais pas pour l’autre personne." -#: src/view/com/feeds/FeedSourceCard.tsx:293 +#: src/view/com/feeds/FeedSourceCard.tsx:314 msgid "Are you sure you want to remove {0} from your feeds?" msgstr "Êtes-vous sûr de vouloir supprimer {0} de vos fils d’actu ?" -#: src/view/com/composer/Composer.tsx:617 +#: src/view/com/composer/Composer.tsx:630 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:283 +#: src/components/dialogs/MutedWords.tsx:281 msgid "Are you sure?" msgstr "Vous confirmez ?" @@ -489,8 +494,8 @@ msgid "At least 3 characters" msgstr "Au moins 3 caractères" #: src/components/dms/MessagesListHeader.tsx:75 -#: src/components/moderation/LabelsOnMeDialog.tsx:283 -#: src/components/moderation/LabelsOnMeDialog.tsx:284 +#: src/components/moderation/LabelsOnMeDialog.tsx:281 +#: src/components/moderation/LabelsOnMeDialog.tsx:282 #: src/screens/Login/ChooseAccountForm.tsx:98 #: src/screens/Login/ChooseAccountForm.tsx:103 #: src/screens/Login/ForgotPasswordForm.tsx:129 @@ -503,7 +508,7 @@ msgstr "Au moins 3 caractères" #: src/screens/Messages/Conversation/ChatDisabled.tsx:134 #: src/screens/Profile/Header/Shell.tsx:102 #: src/screens/Signup/index.tsx:193 -#: src/view/com/util/ViewHeader.tsx:90 +#: src/view/com/util/ViewHeader.tsx:91 msgid "Back" msgstr "Arrière" @@ -519,7 +524,7 @@ msgstr "Date de naissance" msgid "Birthday:" msgstr "Date de naissance :" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:295 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:309 #: src/view/com/profile/ProfileMenu.tsx:363 msgid "Block" msgstr "Bloquer" @@ -559,7 +564,7 @@ msgstr "Bloqué" msgid "Blocked accounts" msgstr "Comptes bloqués" -#: src/Navigation.tsx:141 +#: src/Navigation.tsx:140 #: src/view/screens/ModerationBlockedAccounts.tsx:109 msgid "Blocked Accounts" msgstr "Comptes bloqués" @@ -617,8 +622,8 @@ msgstr "Flouter les images et les filtrer des fils d’actu" msgid "Books" msgstr "Livres" -#: src/screens/Home/NoFeedsPinned.tsx:116 -#: src/screens/Home/NoFeedsPinned.tsx:123 +#: src/screens/Home/NoFeedsPinned.tsx:103 +#: src/screens/Home/NoFeedsPinned.tsx:109 msgid "Browse other feeds" msgstr "Parcourir d’autres fils d’actu" @@ -626,7 +631,7 @@ msgstr "Parcourir d’autres fils d’actu" msgid "Business" msgstr "Affaires" -#: src/view/com/profile/ProfileSubpageHeader.tsx:159 +#: src/view/com/profile/ProfileSubpageHeader.tsx:156 msgid "by —" msgstr "par —" @@ -634,7 +639,7 @@ msgstr "par —" msgid "By {0}" msgstr "Par {0}" -#: src/view/com/profile/ProfileSubpageHeader.tsx:163 +#: src/view/com/profile/ProfileSubpageHeader.tsx:160 msgid "by <0/>" msgstr "par <0/>" @@ -642,7 +647,7 @@ msgstr "par <0/>" msgid "By creating an account you agree to the {els}." msgstr "En créant un compte, vous acceptez les {els}." -#: src/view/com/profile/ProfileSubpageHeader.tsx:161 +#: src/view/com/profile/ProfileSubpageHeader.tsx:158 msgid "by you" msgstr "par vous" @@ -650,7 +655,7 @@ msgstr "par vous" msgid "Camera" msgstr "Caméra" -#: src/view/com/modals/AddAppPasswords.tsx:180 +#: src/view/com/modals/AddAppPasswords.tsx:179 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." @@ -659,8 +664,8 @@ msgstr "Ne peut contenir que des lettres, des chiffres, des espaces, des tirets #: src/components/Prompt.tsx:121 #: src/components/TagMenu/index.tsx:268 #: src/screens/Deactivated.tsx:161 -#: src/view/com/composer/Composer.tsx:417 -#: src/view/com/composer/Composer.tsx:423 +#: src/view/com/composer/Composer.tsx:432 +#: src/view/com/composer/Composer.tsx:438 #: src/view/com/modals/ChangeEmail.tsx:213 #: src/view/com/modals/ChangeEmail.tsx:215 #: src/view/com/modals/ChangeHandle.tsx:148 @@ -676,8 +681,8 @@ msgstr "Ne peut contenir que des lettres, des chiffres, des espaces, des tirets #: src/view/com/modals/LinkWarning.tsx:107 #: src/view/com/modals/VerifyEmail.tsx:255 #: src/view/com/modals/VerifyEmail.tsx:261 -#: src/view/com/util/post-ctrls/RepostButton.tsx:136 -#: src/view/screens/Search/Search.tsx:738 +#: src/view/com/util/post-ctrls/RepostButton.tsx:138 +#: src/view/screens/Search/Search.tsx:735 #: src/view/shell/desktop/Search.tsx:218 msgid "Cancel" msgstr "Annuler" @@ -706,7 +711,7 @@ msgstr "Annuler le recadrage de l’image" msgid "Cancel profile editing" msgstr "Annuler la modification du profil" -#: src/view/com/util/post-ctrls/RepostButton.tsx:130 +#: src/view/com/util/post-ctrls/RepostButton.tsx:132 msgid "Cancel quote post" msgstr "Annuler la citation" @@ -762,7 +767,7 @@ msgstr "Modifier la langue de post en {0}" msgid "Change Your Email" msgstr "Modifier votre e-mail" -#: src/Navigation.tsx:302 +#: src/Navigation.tsx:308 #: src/view/shell/bottom-bar/BottomBar.tsx:201 #: src/view/shell/desktop/LeftNav.tsx:295 msgid "Chat" @@ -774,7 +779,7 @@ msgstr "Discussion masquée" #: src/components/dms/ConvoMenu.tsx:112 #: src/components/dms/MessageMenu.tsx:81 -#: src/Navigation.tsx:307 +#: src/Navigation.tsx:313 #: src/screens/Messages/List/index.tsx:88 #: src/view/screens/Settings/index.tsx:638 msgid "Chat settings" @@ -839,7 +844,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:864 +#: src/view/screens/Search/Search.tsx:861 msgid "Clear search query" msgstr "Effacer la recherche" @@ -939,7 +944,7 @@ msgstr "Ferme la barre de navigation du bas" msgid "Closes password update alert" msgstr "Ferme la notification de mise à jour du mot de passe" -#: src/view/com/composer/Composer.tsx:419 +#: src/view/com/composer/Composer.tsx:434 msgid "Closes post composer and discards post draft" msgstr "Ferme la fenêtre de rédaction et supprime le brouillon" @@ -963,7 +968,7 @@ msgstr "Comédie" msgid "Comics" msgstr "Bandes dessinées" -#: src/Navigation.tsx:248 +#: src/Navigation.tsx:254 #: src/view/screens/CommunityGuidelines.tsx:32 msgid "Community Guidelines" msgstr "Directives communautaires" @@ -976,7 +981,7 @@ msgstr "Terminez le didacticiel et commencez à utiliser votre compte" msgid "Complete the challenge" msgstr "Compléter le défi" -#: src/view/com/composer/Composer.tsx:536 +#: src/view/com/composer/Composer.tsx:551 msgid "Compose posts up to {MAX_GRAPHEME_LENGTH} characters in length" msgstr "Permet d’écrire des posts de {MAX_GRAPHEME_LENGTH} caractères maximum" @@ -1077,7 +1082,7 @@ msgid "Context menu backdrop, click to close the menu." msgstr "Menu contextuel en arrière-plan, cliquez pour fermer le menu." #: src/screens/Onboarding/StepInterests/index.tsx:253 -#: src/screens/Onboarding/StepProfile/index.tsx:268 +#: src/screens/Onboarding/StepProfile/index.tsx:269 msgid "Continue" msgstr "Continuer" @@ -1085,13 +1090,17 @@ msgstr "Continuer" msgid "Continue as {0} (currently signed in)" msgstr "Continuer comme {0} (actuellement connecté)" +#: src/view/com/post-thread/PostThreadLoadMore.tsx:52 +msgid "Continue thread..." +msgstr "" + #: src/screens/Onboarding/StepInterests/index.tsx:250 -#: src/screens/Onboarding/StepProfile/index.tsx:265 +#: src/screens/Onboarding/StepProfile/index.tsx:266 #: src/screens/Signup/index.tsx:213 msgid "Continue to next step" msgstr "Passer à l’étape suivante" -#: src/screens/Messages/List/ChatListItem.tsx:153 +#: src/screens/Messages/List/ChatListItem.tsx:154 msgid "Conversation deleted" msgstr "Conversation supprimée" @@ -1099,7 +1108,7 @@ msgstr "Conversation supprimée" msgid "Cooking" msgstr "Cuisine" -#: src/view/com/modals/AddAppPasswords.tsx:221 +#: src/view/com/modals/AddAppPasswords.tsx:220 #: src/view/com/modals/InviteCodes.tsx:183 msgid "Copied" msgstr "Copié" @@ -1109,10 +1118,10 @@ msgid "Copied build version to clipboard" msgstr "Version de build copiée dans le presse-papier" #: src/components/dms/MessageMenu.tsx:57 -#: src/view/com/modals/AddAppPasswords.tsx:81 +#: src/view/com/modals/AddAppPasswords.tsx:80 #: src/view/com/modals/ChangeHandle.tsx:320 #: src/view/com/modals/InviteCodes.tsx:153 -#: src/view/com/util/forms/PostDropdownBtn.tsx:187 +#: src/view/com/util/forms/PostDropdownBtn.tsx:182 msgid "Copied to clipboard" msgstr "Copié dans le presse-papier" @@ -1120,11 +1129,11 @@ msgstr "Copié dans le presse-papier" msgid "Copied!" msgstr "Copié !" -#: src/view/com/modals/AddAppPasswords.tsx:215 +#: src/view/com/modals/AddAppPasswords.tsx:214 msgid "Copies app password" msgstr "Copie le mot de passe d’application" -#: src/view/com/modals/AddAppPasswords.tsx:214 +#: src/view/com/modals/AddAppPasswords.tsx:213 msgid "Copy" msgstr "Copier" @@ -1141,8 +1150,8 @@ msgstr "Copier ce code" msgid "Copy link to list" msgstr "Copier le lien vers la liste" -#: src/view/com/util/forms/PostDropdownBtn.tsx:310 -#: src/view/com/util/forms/PostDropdownBtn.tsx:319 +#: src/view/com/util/forms/PostDropdownBtn.tsx:297 +#: src/view/com/util/forms/PostDropdownBtn.tsx:306 msgid "Copy link to post" msgstr "Copier le lien vers le post" @@ -1151,12 +1160,12 @@ msgstr "Copier le lien vers le post" msgid "Copy message text" msgstr "Copier le texte du message" -#: src/view/com/util/forms/PostDropdownBtn.tsx:288 -#: src/view/com/util/forms/PostDropdownBtn.tsx:290 +#: src/view/com/util/forms/PostDropdownBtn.tsx:275 +#: src/view/com/util/forms/PostDropdownBtn.tsx:277 msgid "Copy post text" msgstr "Copier le texte du post" -#: src/Navigation.tsx:253 +#: src/Navigation.tsx:259 #: src/view/screens/CopyrightPolicy.tsx:29 msgid "Copyright Policy" msgstr "Politique sur les droits d’auteur" @@ -1195,11 +1204,11 @@ msgstr "Créer un compte" msgid "Create an account" msgstr "Créer un compte" -#: src/screens/Onboarding/StepProfile/index.tsx:282 +#: src/screens/Onboarding/StepProfile/index.tsx:283 msgid "Create an avatar instead" msgstr "Créer plutôt un avatar" -#: src/view/com/modals/AddAppPasswords.tsx:243 +#: src/view/com/modals/AddAppPasswords.tsx:242 msgid "Create App Password" msgstr "Créer un mot de passe d’application" @@ -1229,7 +1238,7 @@ msgstr "Personnalisé" msgid "Custom domain" msgstr "Domaine personnalisé" -#: src/view/screens/Feeds.tsx:824 +#: src/view/screens/Feeds.tsx:797 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." @@ -1272,7 +1281,7 @@ msgid "Debug panel" msgstr "Panneau de débug" #: src/components/dms/MessageMenu.tsx:151 -#: src/view/com/util/forms/PostDropdownBtn.tsx:436 +#: src/view/com/util/forms/PostDropdownBtn.tsx:423 #: src/view/screens/AppPasswords.tsx:285 #: src/view/screens/ProfileList.tsx:667 msgid "Delete" @@ -1323,8 +1332,8 @@ msgstr "Supprimer mon compte" msgid "Delete My Account…" msgstr "Supprimer mon compte…" -#: src/view/com/util/forms/PostDropdownBtn.tsx:417 -#: src/view/com/util/forms/PostDropdownBtn.tsx:419 +#: src/view/com/util/forms/PostDropdownBtn.tsx:404 +#: src/view/com/util/forms/PostDropdownBtn.tsx:406 msgid "Delete post" msgstr "Supprimer le post" @@ -1332,7 +1341,7 @@ msgstr "Supprimer le post" msgid "Delete this list?" msgstr "Supprimer cette liste ?" -#: src/view/com/util/forms/PostDropdownBtn.tsx:431 +#: src/view/com/util/forms/PostDropdownBtn.tsx:418 msgid "Delete this post?" msgstr "Supprimer ce post ?" @@ -1355,11 +1364,11 @@ msgstr "Supprime l’enregistrement de déclaration de discussion" msgid "Description" msgstr "Description" -#: src/view/com/composer/GifAltText.tsx:141 +#: src/view/com/composer/GifAltText.tsx:140 msgid "Descriptive alt text" msgstr "Texte alt descriptif" -#: src/view/com/composer/Composer.tsx:264 +#: src/view/com/composer/Composer.tsx:277 msgid "Did you want to say anything?" msgstr "Vous vouliez dire quelque chose ?" @@ -1392,11 +1401,11 @@ msgstr "Désactiver le retour haptique" msgid "Disabled" msgstr "Désactivé" -#: src/view/com/composer/Composer.tsx:619 +#: src/view/com/composer/Composer.tsx:632 msgid "Discard" msgstr "Abandonner" -#: src/view/com/composer/Composer.tsx:616 +#: src/view/com/composer/Composer.tsx:629 msgid "Discard draft?" msgstr "Abandonner le brouillon ?" @@ -1405,12 +1414,12 @@ msgstr "Abandonner le brouillon ?" msgid "Discourage apps from showing my account to logged-out users" msgstr "Empêcher les applis de montrer mon compte aux personnes non connectées" -#: src/view/com/posts/FollowingEmptyState.tsx:74 -#: src/view/com/posts/FollowingEndOfFeed.tsx:75 +#: src/view/com/posts/FollowingEmptyState.tsx:70 +#: src/view/com/posts/FollowingEndOfFeed.tsx:71 msgid "Discover new custom feeds" msgstr "Découvrir des fils d’actu personnalisés" -#: src/view/screens/Feeds.tsx:821 +#: src/view/screens/Feeds.tsx:794 msgid "Discover New Feeds" msgstr "Découvrir de nouveaux fils d’actu" @@ -1446,11 +1455,11 @@ msgstr "Domaine vérifié !" #: src/components/dialogs/BirthDateSettings.tsx:125 #: src/components/forms/DateField/index.tsx:74 #: src/components/forms/DateField/index.tsx:80 -#: src/screens/Onboarding/StepProfile/index.tsx:321 -#: src/screens/Onboarding/StepProfile/index.tsx:324 +#: src/screens/Onboarding/StepProfile/index.tsx:322 +#: src/screens/Onboarding/StepProfile/index.tsx:325 #: src/view/com/auth/server-input/index.tsx:169 #: src/view/com/auth/server-input/index.tsx:170 -#: src/view/com/modals/AddAppPasswords.tsx:243 +#: src/view/com/modals/AddAppPasswords.tsx:242 #: src/view/com/modals/AltImage.tsx:141 #: src/view/com/modals/crop-image/CropImage.web.tsx:177 #: src/view/com/modals/InviteCodes.tsx:81 @@ -1525,6 +1534,11 @@ msgstr "ex. Les comptes qui répondent toujours avec des pubs." 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." +#: src/view/screens/Feeds.tsx:400 +#: src/view/screens/Feeds.tsx:471 +msgid "Edit" +msgstr "" + #: src/view/com/lists/ListMembers.tsx:149 msgctxt "action" msgid "Edit" @@ -1548,8 +1562,9 @@ msgstr "Modifier les infos de la liste" msgid "Edit Moderation List" msgstr "Modifier la liste de modération" -#: src/Navigation.tsx:263 -#: src/view/screens/Feeds.tsx:495 +#: src/Navigation.tsx:269 +#: src/view/screens/Feeds.tsx:398 +#: src/view/screens/Feeds.tsx:469 #: src/view/screens/SavedFeeds.tsx:93 msgid "Edit My Feeds" msgstr "Modifier mes fils d’actu" @@ -1559,19 +1574,19 @@ msgid "Edit my profile" msgstr "Modifier mon profil" #: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:181 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:171 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:175 msgid "Edit profile" msgstr "Modifier le profil" #: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:184 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:174 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:178 msgid "Edit Profile" msgstr "Modifier le profil" #: src/view/com/home/HomeHeaderLayout.web.tsx:76 #: src/view/screens/Feeds.tsx:416 -msgid "Edit Saved Feeds" -msgstr "Modifier les fils d’actu enregistrés" +#~ msgid "Edit Saved Feeds" +#~ msgstr "Modifier les fils d’actu enregistrés" #: src/view/com/modals/CreateOrEditList.tsx:234 msgid "Edit User List" @@ -1624,8 +1639,8 @@ msgid "Embed HTML code" msgstr "Code HTML à intégrer" #: src/components/dialogs/Embed.tsx:97 -#: src/view/com/util/forms/PostDropdownBtn.tsx:327 -#: src/view/com/util/forms/PostDropdownBtn.tsx:329 +#: src/view/com/util/forms/PostDropdownBtn.tsx:314 +#: src/view/com/util/forms/PostDropdownBtn.tsx:316 msgid "Embed post" msgstr "Intégrer le post" @@ -1668,7 +1683,7 @@ msgstr "Activé" msgid "End of feed" msgstr "Fin du fil d’actu" -#: src/view/com/modals/AddAppPasswords.tsx:161 +#: src/view/com/modals/AddAppPasswords.tsx:160 msgid "Enter a name for this App Password" msgstr "Entrer un nom pour ce mot de passe d’application" @@ -1676,8 +1691,8 @@ msgstr "Entrer un nom pour ce mot de passe d’application" msgid "Enter a password" msgstr "Saisir un mot de passe" +#: 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é" @@ -1727,7 +1742,7 @@ msgid "Error receiving captcha response." msgstr "Erreur de réception de la réponse captcha." #: src/screens/Onboarding/StepInterests/index.tsx:192 -#: src/view/screens/Search/Search.tsx:115 +#: src/view/screens/Search/Search.tsx:116 msgid "Error:" msgstr "Erreur :" @@ -1815,7 +1830,7 @@ msgstr "Média externe" msgid "External media may allow websites to collect information about you and your device. No information is sent or requested until you press the \"play\" button." msgstr "Les médias externes peuvent permettre à des sites web de collecter des informations sur vous et votre appareil. Aucune information n’est envoyée ou demandée tant que vous n’appuyez pas sur le bouton de lecture." -#: src/Navigation.tsx:282 +#: src/Navigation.tsx:288 #: src/view/screens/PreferencesExternalEmbeds.tsx:53 #: src/view/screens/Settings/index.tsx:679 msgid "External Media Preferences" @@ -1825,8 +1840,8 @@ 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:120 -#: src/view/com/modals/AddAppPasswords.tsx:124 +#: src/view/com/modals/AddAppPasswords.tsx:119 +#: src/view/com/modals/AddAppPasswords.tsx:123 msgid "Failed to create app password." msgstr "Échec de la création du mot de passe d’application." @@ -1838,7 +1853,7 @@ msgstr "Échec de la création de la liste. Vérifiez votre connexion Internet e msgid "Failed to delete message" msgstr "Échec de la suppression du message" -#: src/view/com/util/forms/PostDropdownBtn.tsx:154 +#: src/view/com/util/forms/PostDropdownBtn.tsx:149 msgid "Failed to delete post, please try again" msgstr "Échec de la suppression du post, veuillez réessayer" @@ -1859,7 +1874,7 @@ msgstr "Échec de l’enregistrement de l’image : {0}" msgid "Failed to send" msgstr "Échec de l’envoi" -#: src/components/moderation/LabelsOnMeDialog.tsx:225 +#: src/components/moderation/LabelsOnMeDialog.tsx:223 #: src/screens/Messages/Conversation/ChatDisabled.tsx:87 msgid "Failed to submit appeal, please try again." msgstr "Échec de l’envoi de l’appel, veuillez réessayer." @@ -1869,30 +1884,29 @@ msgstr "Échec de l’envoi de l’appel, veuillez réessayer." msgid "Failed to update settings" msgstr "Échec de la mise à jour des paramètres" -#: src/Navigation.tsx:203 +#: src/Navigation.tsx:209 msgid "Feed" msgstr "Fil d’actu" -#: src/view/com/feeds/FeedSourceCard.tsx:230 +#: src/view/com/feeds/FeedSourceCard.tsx:251 msgid "Feed by {0}" msgstr "Fil d’actu par {0}" -#: src/view/screens/Feeds.tsx:736 +#: src/view/screens/Feeds.tsx:709 msgid "Feed offline" msgstr "Fil d’actu hors ligne" #: src/view/shell/desktop/RightNav.tsx:66 -#: src/view/shell/Drawer.tsx:344 +#: src/view/shell/Drawer.tsx:345 msgid "Feedback" msgstr "Feedback" -#: src/Navigation.tsx:511 -#: src/view/screens/Feeds.tsx:480 -#: src/view/screens/Feeds.tsx:596 +#: src/view/screens/Feeds.tsx:463 +#: src/view/screens/Feeds.tsx:570 #: src/view/screens/Profile.tsx:197 #: src/view/shell/desktop/LeftNav.tsx:367 -#: src/view/shell/Drawer.tsx:492 #: src/view/shell/Drawer.tsx:493 +#: src/view/shell/Drawer.tsx:494 msgid "Feeds" msgstr "Fils d’actu" @@ -1917,12 +1931,12 @@ msgid "Finalizing" msgstr "Finalisation" #: src/view/com/posts/CustomFeedEmptyState.tsx:47 -#: src/view/com/posts/FollowingEmptyState.tsx:57 -#: src/view/com/posts/FollowingEndOfFeed.tsx:58 +#: src/view/com/posts/FollowingEmptyState.tsx:53 +#: src/view/com/posts/FollowingEndOfFeed.tsx:54 msgid "Find accounts to follow" msgstr "Trouver des comptes à suivre" -#: src/view/screens/Search/Search.tsx:469 +#: src/view/screens/Search/Search.tsx:470 msgid "Find posts and users on Bluesky" msgstr "Trouver des posts et comptes sur Bluesky" @@ -1953,7 +1967,7 @@ msgstr "Miroir vertical" #: src/components/ProfileHoverCard/index.web.tsx:412 #: src/components/ProfileHoverCard/index.web.tsx:423 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:244 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:248 #: src/view/com/post-thread/PostThreadFollowBtn.tsx:146 #: src/view/com/profile/ProfileHeaderSuggestedFollows.tsx:247 msgid "Follow" @@ -1964,7 +1978,7 @@ msgctxt "action" msgid "Follow" msgstr "Suivre" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:230 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:234 #: src/view/com/post-thread/PostThreadFollowBtn.tsx:128 msgid "Follow {0}" msgstr "Suivre {0}" @@ -1982,6 +1996,10 @@ msgstr "Suivre le compte" msgid "Follow Back" msgstr "Suivre en retour" +#: src/components/KnownFollowers.tsx:169 +msgid "Followed by" +msgstr "" + #: src/view/com/profile/ProfileCard.tsx:227 msgid "Followed by {0}" msgstr "Suivi par {0}" @@ -2003,18 +2021,27 @@ msgstr "vous suit" msgid "Followers" msgstr "Abonné·e·s" +#: src/Navigation.tsx:177 +msgid "Followers of @{0} that you know" +msgstr "" + +#: src/screens/Profile/KnownFollowers.tsx:108 +#: src/screens/Profile/KnownFollowers.tsx:118 +msgid "Followers you know" +msgstr "" + #: src/components/ProfileHoverCard/index.web.tsx:411 #: src/components/ProfileHoverCard/index.web.tsx:422 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:242 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:246 #: src/view/com/post-thread/PostThreadFollowBtn.tsx:149 #: src/view/com/profile/ProfileFollows.tsx:104 -#: src/view/screens/Feeds.tsx:683 +#: src/view/screens/Feeds.tsx:656 #: src/view/screens/ProfileFollows.tsx:25 #: src/view/screens/SavedFeeds.tsx:415 msgid "Following" msgstr "Suivi" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:90 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:94 msgid "Following {0}" msgstr "Suit {0}" @@ -2026,9 +2053,7 @@ msgstr "Suit {name}" msgid "Following feed preferences" msgstr "Préférences du fil d’actu « Following »" -#: src/Navigation.tsx:269 -#: src/view/com/home/HomeHeaderLayout.web.tsx:64 -#: src/view/com/home/HomeHeaderLayoutMobile.tsx:87 +#: src/Navigation.tsx:275 #: src/view/screens/PreferencesFollowingFeed.tsx:103 #: src/view/screens/Settings/index.tsx:582 msgid "Following Feed Preferences" @@ -2050,7 +2075,7 @@ msgstr "Nourriture" 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:233 +#: src/view/com/modals/AddAppPasswords.tsx:232 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." @@ -2093,7 +2118,7 @@ msgstr "C’est parti" msgid "Get Started" msgstr "C’est parti" -#: src/screens/Onboarding/StepProfile/index.tsx:224 +#: src/screens/Onboarding/StepProfile/index.tsx:225 msgid "Give your profile a face" msgstr "Donner à votre profil un visage" @@ -2121,9 +2146,9 @@ msgstr "Retour" msgid "Go Back" msgstr "Retour" -#: src/components/dms/ReportDialog.tsx:152 +#: src/components/dms/ReportDialog.tsx:154 #: src/components/ReportDialog/SelectReportOptionView.tsx:77 -#: src/components/ReportDialog/SubmitView.tsx:105 +#: src/components/ReportDialog/SubmitView.tsx:104 #: src/screens/Onboarding/Layout.tsx:102 #: src/screens/Onboarding/Layout.tsx:191 #: src/screens/Signup/index.tsx:187 @@ -2138,7 +2163,7 @@ msgstr "Accéder à l’accueil" msgid "Go Home" msgstr "Accéder à l’accueil" -#: src/screens/Messages/List/ChatListItem.tsx:208 +#: src/screens/Messages/List/ChatListItem.tsx:211 msgid "Go to conversation with {0}" msgstr "Aller à la conversation avec {0}" @@ -2171,7 +2196,7 @@ msgstr "Haptiques" msgid "Harassment, trolling, or intolerance" msgstr "Harcèlement, trolling ou intolérance" -#: src/Navigation.tsx:297 +#: src/Navigation.tsx:303 msgid "Hashtag" msgstr "Mot-clé" @@ -2184,15 +2209,15 @@ msgid "Having trouble?" msgstr "Un souci ?" #: src/view/shell/desktop/RightNav.tsx:95 -#: src/view/shell/Drawer.tsx:354 +#: src/view/shell/Drawer.tsx:355 msgid "Help" msgstr "Aide" -#: src/screens/Onboarding/StepProfile/index.tsx:227 +#: src/screens/Onboarding/StepProfile/index.tsx:228 msgid "Help people know you're not a bot by uploading a picture or creating an avatar." msgstr "Aidez les gens à savoir que vous n’êtes pas un bot en envoyant une image ou en créant un avatar." -#: src/view/com/modals/AddAppPasswords.tsx:204 +#: src/view/com/modals/AddAppPasswords.tsx:203 msgid "Here is your app password." msgstr "Voici le mot de passe de votre appli." @@ -2203,7 +2228,7 @@ msgstr "Voici le mot de passe de votre appli." #: src/lib/moderation/useLabelBehaviorDescription.ts:20 #: src/lib/moderation/useLabelBehaviorDescription.ts:25 #: src/lib/moderation/useLabelBehaviorDescription.ts:30 -#: src/view/com/util/forms/PostDropdownBtn.tsx:445 +#: src/view/com/util/forms/PostDropdownBtn.tsx:432 msgid "Hide" msgstr "Cacher" @@ -2212,8 +2237,8 @@ msgctxt "action" msgid "Hide" msgstr "Cacher" -#: src/view/com/util/forms/PostDropdownBtn.tsx:390 -#: src/view/com/util/forms/PostDropdownBtn.tsx:392 +#: src/view/com/util/forms/PostDropdownBtn.tsx:377 +#: src/view/com/util/forms/PostDropdownBtn.tsx:379 msgid "Hide post" msgstr "Cacher ce post" @@ -2222,7 +2247,7 @@ msgstr "Cacher ce post" msgid "Hide the content" msgstr "Cacher ce contenu" -#: src/view/com/util/forms/PostDropdownBtn.tsx:442 +#: src/view/com/util/forms/PostDropdownBtn.tsx:429 msgid "Hide this post?" msgstr "Cacher ce post ?" @@ -2230,23 +2255,23 @@ msgstr "Cacher ce post ?" msgid "Hide user list" msgstr "Cacher la liste des comptes" -#: src/view/com/posts/FeedErrorMessage.tsx:118 +#: src/view/com/posts/FeedErrorMessage.tsx:117 msgid "Hmm, some kind of issue occurred when contacting the feed server. Please let the feed owner know about this issue." msgstr "Hmm, un problème s’est produit avec le serveur de fils d’actu. Veuillez informer la personne propriétaire du fil d’actu de ce problème." -#: src/view/com/posts/FeedErrorMessage.tsx:106 +#: src/view/com/posts/FeedErrorMessage.tsx:105 msgid "Hmm, the feed server appears to be misconfigured. Please let the feed owner know about this issue." msgstr "Hmm, le serveur du fils d’actu semble être mal configuré. Veuillez informer la personne propriétaire du fil d’actu de ce problème." -#: src/view/com/posts/FeedErrorMessage.tsx:112 +#: src/view/com/posts/FeedErrorMessage.tsx:111 msgid "Hmm, the feed server appears to be offline. Please let the feed owner know about this issue." msgstr "Hmm, le serveur de fils d’actu semble être hors ligne. Veuillez informer la personne propriétaire du fil d’actu de ce problème." -#: src/view/com/posts/FeedErrorMessage.tsx:109 +#: src/view/com/posts/FeedErrorMessage.tsx:108 msgid "Hmm, the feed server gave a bad response. Please let the feed owner know about this issue." msgstr "Hmm, le serveur de fils d’actu ne répond pas. Veuillez informer la personne propriétaire du fil d’actu de ce problème." -#: src/view/com/posts/FeedErrorMessage.tsx:103 +#: src/view/com/posts/FeedErrorMessage.tsx:102 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é." @@ -2258,11 +2283,11 @@ msgstr "Hmm, il semble que nous ayons des difficultés à charger ces données. msgid "Hmmmm, we couldn't load that moderation service." msgstr "Hmm, nous n’avons pas pu charger ce service de modération." -#: src/Navigation.tsx:501 +#: src/Navigation.tsx:489 #: src/view/shell/bottom-bar/BottomBar.tsx:159 #: src/view/shell/desktop/LeftNav.tsx:335 -#: src/view/shell/Drawer.tsx:424 #: src/view/shell/Drawer.tsx:425 +#: src/view/shell/Drawer.tsx:426 msgid "Home" msgstr "Accueil" @@ -2316,7 +2341,7 @@ msgstr "Si vous n’êtes pas encore un adulte selon les lois de votre pays, vos msgid "If you delete this list, you won't be able to recover it." msgstr "Si vous supprimez cette liste, vous ne pourrez pas la récupérer." -#: src/view/com/util/forms/PostDropdownBtn.tsx:433 +#: src/view/com/util/forms/PostDropdownBtn.tsx:420 msgid "If you remove this post, you won't be able to recover it." msgstr "Si vous supprimez ce post, vous ne pourrez pas le récupérer." @@ -2356,7 +2381,7 @@ msgstr "Entrez le code envoyé à votre e-mail pour réinitialiser le mot de pas msgid "Input confirmation code for account deletion" msgstr "Entrez le code de confirmation pour supprimer le compte" -#: src/view/com/modals/AddAppPasswords.tsx:175 +#: src/view/com/modals/AddAppPasswords.tsx:174 msgid "Input name for app password" msgstr "Entrez le nom du mot de passe de l’appli" @@ -2401,7 +2426,7 @@ msgstr "Et voici les Messages Privés" msgid "Invalid 2FA confirmation code." msgstr "Code de confirmation 2FA invalide." -#: src/view/com/post-thread/PostThreadItem.tsx:240 +#: src/view/com/post-thread/PostThreadItem.tsx:235 msgid "Invalid or unsupported post record" msgstr "Enregistrement de post invalide ou non pris en charge" @@ -2453,11 +2478,11 @@ msgstr "Étiquettes" msgid "Labels are annotations on users and content. They can be used to hide, warn, and categorize the network." msgstr "Les étiquettes sont des annotations sur les comptes et le contenu. Elles peuvent être utilisées pour masquer, avertir et catégoriser le réseau." -#: src/components/moderation/LabelsOnMeDialog.tsx:80 +#: src/components/moderation/LabelsOnMeDialog.tsx:79 msgid "Labels on your account" msgstr "Étiquettes sur votre compte" -#: src/components/moderation/LabelsOnMeDialog.tsx:82 +#: src/components/moderation/LabelsOnMeDialog.tsx:81 msgid "Labels on your content" msgstr "Étiquettes sur votre contenu" @@ -2469,7 +2494,7 @@ msgstr "Sélection de la langue" msgid "Language settings" msgstr "Préférences de langue" -#: src/Navigation.tsx:151 +#: src/Navigation.tsx:150 #: src/view/screens/LanguageSettings.tsx:90 msgid "Language Settings" msgstr "Paramètres linguistiques" @@ -2479,7 +2504,7 @@ msgid "Languages" msgstr "Langues" #: src/screens/Hashtag.tsx:99 -#: src/view/screens/Search/Search.tsx:376 +#: src/view/screens/Search/Search.tsx:377 msgid "Latest" msgstr "Dernier" @@ -2557,8 +2582,8 @@ msgid "Like this feed" msgstr "Liker ce fil d’actu" #: src/components/LikesDialog.tsx:87 -#: src/Navigation.tsx:208 -#: src/Navigation.tsx:213 +#: src/Navigation.tsx:214 +#: src/Navigation.tsx:219 msgid "Liked by" msgstr "Liké par" @@ -2580,11 +2605,11 @@ msgstr "liké votre post" msgid "Likes" msgstr "Likes" -#: src/view/com/post-thread/PostThreadItem.tsx:201 +#: src/view/com/post-thread/PostThreadItem.tsx:196 msgid "Likes on this post" msgstr "Likes sur ce post" -#: src/Navigation.tsx:177 +#: src/Navigation.tsx:183 msgid "List" msgstr "Liste" @@ -2596,7 +2621,7 @@ msgstr "Liste des avatars" msgid "List blocked" msgstr "Liste bloquée" -#: src/view/com/feeds/FeedSourceCard.tsx:232 +#: src/view/com/feeds/FeedSourceCard.tsx:253 msgid "List by {0}" msgstr "Liste par {0}" @@ -2620,12 +2645,12 @@ msgstr "Liste débloquée" msgid "List unmuted" msgstr "Liste démasquée" -#: src/Navigation.tsx:121 +#: src/Navigation.tsx:120 #: src/view/screens/Profile.tsx:192 #: src/view/screens/Profile.tsx:198 #: src/view/shell/desktop/LeftNav.tsx:373 -#: src/view/shell/Drawer.tsx:508 #: src/view/shell/Drawer.tsx:509 +#: src/view/shell/Drawer.tsx:510 msgid "Lists" msgstr "Listes" @@ -2633,7 +2658,7 @@ msgstr "Listes" msgid "Lists blocking this user:" msgstr "Listes qui bloquent ce compte :" -#: src/view/screens/Notifications.tsx:168 +#: src/view/screens/Notifications.tsx:184 msgid "Load new notifications" msgstr "Charger les nouvelles notifications" @@ -2648,7 +2673,7 @@ msgstr "Charger les nouveaux posts" msgid "Loading..." msgstr "Chargement…" -#: src/Navigation.tsx:228 +#: src/Navigation.tsx:234 msgid "Log" msgstr "Journaux" @@ -2684,7 +2709,7 @@ msgstr "De la forme XXXXX-XXXXX" msgid "Looks like you haven't saved any feeds! Use our recommendations or browse more below." msgstr "On dirait que vous n’avez plus de fils d’actu enregistrés ! Utilisez nos recommandations ou parcourez en plus ci-dessous." -#: src/screens/Home/NoFeedsPinned.tsx:96 +#: src/screens/Home/NoFeedsPinned.tsx:83 msgid "Looks like you unpinned all your feeds. But don't worry, you can add some below 😄" msgstr "On dirait que vous avez désépinglé tous vos fils d’actu. Mais pas d’inquiétudes : vous pouvez en ajouter ci-dessous 😄" @@ -2696,7 +2721,7 @@ msgstr "On dirait que vous n’avez plus de fil d’actu « Following ». <0>C 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" @@ -2718,8 +2743,8 @@ msgstr "comptes mentionnés" msgid "Mentioned users" msgstr "Comptes mentionnés" -#: src/view/com/util/ViewHeader.tsx:90 -#: src/view/screens/Search/Search.tsx:713 +#: src/view/com/util/ViewHeader.tsx:91 +#: src/view/screens/Search/Search.tsx:714 msgid "Menu" msgstr "Menu" @@ -2728,11 +2753,11 @@ msgid "Message {0}" msgstr "Envoyer un message à {0}" #: src/components/dms/MessageMenu.tsx:72 -#: src/screens/Messages/List/ChatListItem.tsx:154 +#: src/screens/Messages/List/ChatListItem.tsx:155 msgid "Message deleted" msgstr "Message supprimé" -#: src/view/com/posts/FeedErrorMessage.tsx:201 +#: src/view/com/posts/FeedErrorMessage.tsx:200 msgid "Message from server: {0}" msgstr "Message du serveur : {0}" @@ -2749,7 +2774,7 @@ msgstr "Le message est trop long" msgid "Message settings" msgstr "Paramètres des messages" -#: src/Navigation.tsx:521 +#: src/Navigation.tsx:504 #: src/screens/Messages/List/index.tsx:164 #: src/screens/Messages/List/index.tsx:246 #: src/screens/Messages/List/index.tsx:317 @@ -2760,7 +2785,7 @@ msgstr "Messages" msgid "Misleading Account" msgstr "Compte trompeur" -#: src/Navigation.tsx:126 +#: src/Navigation.tsx:125 #: src/screens/Moderation/index.tsx:104 #: src/view/screens/Settings/index.tsx:561 msgid "Moderation" @@ -2797,7 +2822,7 @@ msgstr "Liste de modération mise à jour" msgid "Moderation lists" msgstr "Listes de modération" -#: src/Navigation.tsx:131 +#: src/Navigation.tsx:130 #: src/view/screens/ModerationModlists.tsx:58 msgid "Moderation Lists" msgstr "Listes de modération" @@ -2806,7 +2831,7 @@ msgstr "Listes de modération" msgid "Moderation settings" msgstr "Paramètres de modération" -#: src/Navigation.tsx:223 +#: src/Navigation.tsx:229 msgid "Moderation states" msgstr "États de modération" @@ -2819,7 +2844,7 @@ msgstr "Outils de modération" msgid "Moderator has chosen to set a general warning on the content." msgstr "La modération a choisi d’ajouter un avertissement général sur le contenu." -#: src/view/com/post-thread/PostThreadItem.tsx:572 +#: src/view/com/post-thread/PostThreadItem.tsx:566 msgid "More" msgstr "Plus" @@ -2861,11 +2886,11 @@ msgstr "Masquer tous les posts {displayTag}" msgid "Mute conversation" msgstr "Masquer la conversation" -#: 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" @@ -2877,21 +2902,21 @@ msgstr "Masquer la liste" msgid "Mute these accounts?" msgstr "Masquer ces comptes ?" -#: 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" -#: src/view/com/util/forms/PostDropdownBtn.tsx:365 -#: src/view/com/util/forms/PostDropdownBtn.tsx:371 +#: src/view/com/util/forms/PostDropdownBtn.tsx:352 +#: src/view/com/util/forms/PostDropdownBtn.tsx:358 msgid "Mute thread" msgstr "Masquer ce fil de discussion" -#: src/view/com/util/forms/PostDropdownBtn.tsx:381 -#: src/view/com/util/forms/PostDropdownBtn.tsx:383 +#: src/view/com/util/forms/PostDropdownBtn.tsx:368 +#: src/view/com/util/forms/PostDropdownBtn.tsx:370 msgid "Mute words & tags" msgstr "Masquer les mots et les mots-clés" @@ -2903,7 +2928,7 @@ msgstr "Masqué" msgid "Muted accounts" msgstr "Comptes masqués" -#: src/Navigation.tsx:136 +#: src/Navigation.tsx:135 #: src/view/screens/ModerationMutedAccounts.tsx:109 msgid "Muted Accounts" msgstr "Comptes masqués" @@ -2929,7 +2954,7 @@ msgstr "Ce que vous masquez reste privé. Les comptes masqués peuvent interagir msgid "My Birthday" msgstr "Ma date de naissance" -#: src/view/screens/Feeds.tsx:795 +#: src/view/screens/Feeds.tsx:768 msgid "My Feeds" msgstr "Mes fils d’actu" @@ -2945,7 +2970,7 @@ msgstr "Mes fils d’actu enregistrés" msgid "My Saved Feeds" msgstr "Mes fils d’actu enregistrés" -#: src/view/com/modals/AddAppPasswords.tsx:174 +#: src/view/com/modals/AddAppPasswords.tsx:173 #: src/view/com/modals/CreateOrEditList.tsx:279 msgid "Name" msgstr "Nom" @@ -3022,8 +3047,8 @@ msgctxt "action" msgid "New post" msgstr "Nouveau post" -#: src/view/screens/Feeds.tsx:627 -#: src/view/screens/Notifications.tsx:177 +#: src/view/screens/Feeds.tsx:600 +#: src/view/screens/Notifications.tsx:193 #: src/view/screens/Profile.tsx:464 #: src/view/screens/ProfileFeed.tsx:426 #: src/view/screens/ProfileList.tsx:201 @@ -3088,7 +3113,7 @@ msgstr "Pas de panneau DNS" msgid "No featured GIFs found. There may be an issue with Tenor." msgstr "Aucun GIFs vedettes à afficher. Il y a peut-être un souci chez Tenor." -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:112 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:116 msgid "No longer following {0}" msgstr "Ne suit plus {0}" @@ -3096,7 +3121,7 @@ msgstr "Ne suit plus {0}" msgid "No longer than 253 characters" msgstr "Pas plus de 253 caractères" -#: src/screens/Messages/List/ChatListItem.tsx:105 +#: src/screens/Messages/List/ChatListItem.tsx:106 msgid "No messages yet" msgstr "Pas encore de messages" @@ -3104,7 +3129,7 @@ msgstr "Pas encore de messages" msgid "No more conversations to show" msgstr "Plus aucune conversation à afficher" -#: src/view/com/notifications/Feed.tsx:117 +#: src/view/com/notifications/Feed.tsx:118 msgid "No notifications yet!" msgstr "Pas encore de notifications !" @@ -3132,13 +3157,13 @@ msgstr "Aucun résultat" msgid "No results found" msgstr "Aucun résultat trouvé" -#: src/view/screens/Feeds.tsx:556 +#: src/view/screens/Feeds.tsx:530 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:296 -#: src/view/screens/Search/Search.tsx:335 +#: src/view/screens/Search/Search.tsx:297 +#: src/view/screens/Search/Search.tsx:336 msgid "No results found for {query}" msgstr "Aucun résultat trouvé pour {query}" @@ -3169,7 +3194,7 @@ msgstr "Personne n’a encore liké. Peut-être devriez-vous ouvrir la voie !" msgid "Non-sexual Nudity" msgstr "Nudité non sexuelle" -#: src/Navigation.tsx:116 +#: src/Navigation.tsx:115 #: src/view/screens/Profile.tsx:100 msgid "Not Found" msgstr "Introuvable" @@ -3180,7 +3205,7 @@ msgid "Not right now" msgstr "Pas maintenant" #: src/view/com/profile/ProfileMenu.tsx:370 -#: src/view/com/util/forms/PostDropdownBtn.tsx:459 +#: src/view/com/util/forms/PostDropdownBtn.tsx:446 #: src/view/com/util/post-ctrls/PostCtrls.tsx:308 msgid "Note about sharing" msgstr "Note sur le partage" @@ -3201,13 +3226,13 @@ msgstr "Sons de notification" msgid "Notification Sounds" msgstr "Sons de notification" -#: src/Navigation.tsx:516 -#: src/view/screens/Notifications.tsx:126 -#: src/view/screens/Notifications.tsx:154 +#: src/Navigation.tsx:499 +#: src/view/screens/Notifications.tsx:132 +#: src/view/screens/Notifications.tsx:169 #: src/view/shell/bottom-bar/BottomBar.tsx:227 #: src/view/shell/desktop/LeftNav.tsx:350 -#: src/view/shell/Drawer.tsx:456 #: src/view/shell/Drawer.tsx:457 +#: src/view/shell/Drawer.tsx:458 msgid "Notifications" msgstr "Notifications" @@ -3253,11 +3278,11 @@ msgstr "Plus anciennes réponses en premier" msgid "Onboarding reset" msgstr "Réinitialiser le didacticiel" -#: src/view/com/composer/Composer.tsx:488 +#: src/view/com/composer/Composer.tsx:503 msgid "One or more images is missing alt text." msgstr "Une ou plusieurs images n’ont pas de texte alt." -#: src/screens/Onboarding/StepProfile/index.tsx:116 +#: src/screens/Onboarding/StepProfile/index.tsx:117 msgid "Only .jpg and .png files are supported" msgstr "Seuls les fichiers .jpg et .png sont acceptés" @@ -3287,17 +3312,17 @@ msgstr "Ouvert" msgid "Open {name} profile shortcut menu" msgstr "Ouvre le menu de raccourci du profil de {name}" -#: src/screens/Onboarding/StepProfile/index.tsx:276 +#: src/screens/Onboarding/StepProfile/index.tsx:277 msgid "Open avatar creator" msgstr "Ouvre le créateur d’avatar" -#: src/screens/Messages/List/ChatListItem.tsx:214 -#: src/screens/Messages/List/ChatListItem.tsx:215 +#: src/screens/Messages/List/ChatListItem.tsx:219 +#: src/screens/Messages/List/ChatListItem.tsx:220 msgid "Open conversation options" msgstr "Ouvrir les options de conversation" -#: src/view/com/composer/Composer.tsx:600 -#: src/view/com/composer/Composer.tsx:601 +#: src/view/com/composer/Composer.tsx:613 +#: src/view/com/composer/Composer.tsx:614 msgid "Open emoji picker" msgstr "Ouvrir le sélecteur d’emoji" @@ -3317,11 +3342,11 @@ msgstr "Ouvrir les options de message" msgid "Open muted words and tags settings" msgstr "Ouvrir les paramètres des mots masqués et mots-clés" -#: src/view/com/home/HomeHeaderLayoutMobile.tsx:52 +#: src/view/com/home/HomeHeaderLayoutMobile.tsx:54 msgid "Open navigation" msgstr "Navigation ouverte" -#: src/view/com/util/forms/PostDropdownBtn.tsx:250 +#: src/view/com/util/forms/PostDropdownBtn.tsx:237 msgid "Open post options menu" msgstr "Ouvrir le menu d’options du post" @@ -3426,8 +3451,8 @@ msgstr "Ouvre le formulaire de réinitialisation du mot de passe" #: src/view/com/home/HomeHeaderLayout.web.tsx:77 #: src/view/screens/Feeds.tsx:417 -msgid "Opens screen to edit Saved Feeds" -msgstr "Ouvre l’écran pour modifier les fils d’actu enregistrés" +#~ msgid "Opens screen to edit Saved Feeds" +#~ msgstr "Ouvre l’écran pour modifier les fils d’actu enregistrés" #: src/view/screens/Settings/index.tsx:617 msgid "Opens screen with all saved feeds" @@ -3467,8 +3492,8 @@ msgstr "Ouvre ce profil" msgid "Option {0} of {numItems}" msgstr "Option {0} sur {numItems}" -#: src/components/dms/ReportDialog.tsx:181 -#: src/components/ReportDialog/SubmitView.tsx:163 +#: src/components/dms/ReportDialog.tsx:183 +#: src/components/ReportDialog/SubmitView.tsx:162 msgid "Optionally provide additional information below:" msgstr "Ajoutez des informations supplémentaires ci-dessous (optionnel) :" @@ -3532,15 +3557,15 @@ msgstr "Mot de passe mis à jour !" msgid "Pause" msgstr "Mettre en pause" -#: src/view/screens/Search/Search.tsx:386 +#: src/view/screens/Search/Search.tsx:387 msgid "People" msgstr "Personnes" -#: src/Navigation.tsx:171 +#: src/Navigation.tsx:170 msgid "People followed by @{0}" msgstr "Personnes suivies par @{0}" -#: src/Navigation.tsx:164 +#: src/Navigation.tsx:163 msgid "People following @{0}" msgstr "Personnes qui suivent @{0}" @@ -3614,15 +3639,15 @@ 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:95 +#: src/view/com/modals/AddAppPasswords.tsx:94 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:151 +#: src/view/com/modals/AddAppPasswords.tsx:150 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" @@ -3634,7 +3659,7 @@ msgstr "Veuillez entrer votre e-mail." msgid "Please enter your password as well:" msgstr "Veuillez également entrer votre mot de passe :" -#: src/components/moderation/LabelsOnMeDialog.tsx:258 +#: src/components/moderation/LabelsOnMeDialog.tsx:256 msgid "Please explain why you think this label was incorrectly applied by {0}" msgstr "Veuillez expliquer pourquoi vous pensez que cette étiquette a été appliquée à tort par {0}" @@ -3651,7 +3676,7 @@ msgstr "Veuillez vous identifier comme @{0}" msgid "Please Verify Your Email" msgstr "Veuillez vérifier votre e-mail" -#: src/view/com/composer/Composer.tsx:268 +#: src/view/com/composer/Composer.tsx:281 msgid "Please wait for your link card to finish loading" msgstr "Veuillez patienter le temps que votre carte de lien soit chargée" @@ -3663,28 +3688,28 @@ msgstr "Politique" msgid "Porn" msgstr "Porno" -#: src/view/com/composer/Composer.tsx:462 -#: src/view/com/composer/Composer.tsx:470 +#: src/view/com/composer/Composer.tsx:477 +#: src/view/com/composer/Composer.tsx:485 msgctxt "action" msgid "Post" msgstr "Poster" -#: src/view/com/post-thread/PostThread.tsx:427 +#: src/view/com/post-thread/PostThread.tsx:430 msgctxt "description" msgid "Post" msgstr "Post" -#: src/view/com/post-thread/PostThreadItem.tsx:194 +#: src/view/com/post-thread/PostThreadItem.tsx:189 msgid "Post by {0}" msgstr "Post de {0}" -#: src/Navigation.tsx:183 -#: src/Navigation.tsx:190 -#: src/Navigation.tsx:197 +#: src/Navigation.tsx:189 +#: src/Navigation.tsx:196 +#: src/Navigation.tsx:203 msgid "Post by @{0}" msgstr "Post de @{0}" -#: src/view/com/util/forms/PostDropdownBtn.tsx:134 +#: src/view/com/util/forms/PostDropdownBtn.tsx:129 msgid "Post deleted" msgstr "Post supprimé" @@ -3723,11 +3748,11 @@ msgstr "posts" 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." -#: src/view/com/posts/FeedErrorMessage.tsx:69 +#: src/view/com/posts/FeedErrorMessage.tsx:68 msgid "Posts hidden" msgstr "Posts cachés" @@ -3750,6 +3775,10 @@ msgstr "Appuyer pour changer d’hébergeur" msgid "Press to retry" msgstr "Appuyer pour réessayer" +#: src/components/KnownFollowers.tsx:111 +msgid "Press to view followers of this account that you also follow" +msgstr "" + #: src/view/com/lightbox/Lightbox.web.tsx:150 msgid "Previous image" msgstr "Image précédente" @@ -3767,11 +3796,11 @@ msgstr "Définissez des priorités de vos suivis" msgid "Privacy" msgstr "Vie privée" -#: src/Navigation.tsx:238 +#: src/Navigation.tsx:244 #: src/screens/Signup/StepInfo/Policies.tsx:56 #: src/view/screens/PrivacyPolicy.tsx:29 #: src/view/screens/Settings/index.tsx:957 -#: src/view/shell/Drawer.tsx:284 +#: src/view/shell/Drawer.tsx:285 msgid "Privacy Policy" msgstr "Charte de confidentialité" @@ -3791,8 +3820,8 @@ msgstr "profil" #: src/view/shell/bottom-bar/BottomBar.tsx:272 #: src/view/shell/desktop/LeftNav.tsx:381 #: src/view/shell/Drawer.tsx:78 -#: src/view/shell/Drawer.tsx:541 #: src/view/shell/Drawer.tsx:542 +#: src/view/shell/Drawer.tsx:543 msgid "Profile" msgstr "Profil" @@ -3816,16 +3845,16 @@ 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:447 +#: src/view/com/composer/Composer.tsx:462 msgid "Publish post" msgstr "Publier le post" -#: src/view/com/composer/Composer.tsx:447 +#: src/view/com/composer/Composer.tsx:462 msgid "Publish reply" msgstr "Publier la réponse" -#: src/view/com/util/post-ctrls/RepostButton.tsx:113 -#: src/view/com/util/post-ctrls/RepostButton.tsx:125 +#: src/view/com/util/post-ctrls/RepostButton.tsx:115 +#: src/view/com/util/post-ctrls/RepostButton.tsx:127 #: src/view/com/util/post-ctrls/RepostButton.web.tsx:78 #: src/view/com/util/post-ctrls/RepostButton.web.tsx:81 msgid "Quote post" @@ -3843,11 +3872,11 @@ msgstr "Ratios" msgid "Reactivate your account" msgstr "Réactiver votre compte" -#: src/components/dms/ReportDialog.tsx:172 +#: src/components/dms/ReportDialog.tsx:174 msgid "Reason:" msgstr "Raison :" -#: src/view/screens/Search/Search.tsx:973 +#: src/view/screens/Search/Search.tsx:970 msgid "Recent Searches" msgstr "Recherches récentes" @@ -3859,12 +3888,12 @@ msgstr "Se reconnecter" msgid "Reload conversations" msgstr "Rafraîchir les conversations" -#: src/components/dialogs/MutedWords.tsx:288 -#: src/view/com/feeds/FeedSourceCard.tsx:296 +#: src/components/dialogs/MutedWords.tsx:286 +#: src/view/com/feeds/FeedSourceCard.tsx:317 #: src/view/com/modals/ListAddRemoveUsers.tsx:268 #: src/view/com/modals/SelfLabel.tsx:84 #: src/view/com/modals/UserAddRemoveLists.tsx:230 -#: src/view/com/posts/FeedErrorMessage.tsx:213 +#: src/view/com/posts/FeedErrorMessage.tsx:212 msgid "Remove" msgstr "Supprimer" @@ -3884,25 +3913,25 @@ msgstr "Supprimer l’image d’en-tête" msgid "Remove embed" msgstr "Supprimer l’intégration" -#: src/view/com/posts/FeedErrorMessage.tsx:169 +#: src/view/com/posts/FeedErrorMessage.tsx:168 #: src/view/com/posts/FeedShutdownMsg.tsx:113 #: src/view/com/posts/FeedShutdownMsg.tsx:117 msgid "Remove feed" msgstr "Supprimer le fil d’actu" -#: src/view/com/posts/FeedErrorMessage.tsx:210 +#: src/view/com/posts/FeedErrorMessage.tsx:209 msgid "Remove feed?" msgstr "Supprimer le fil d’actu ?" -#: src/view/com/feeds/FeedSourceCard.tsx:180 -#: src/view/com/feeds/FeedSourceCard.tsx:245 +#: src/view/com/feeds/FeedSourceCard.tsx:188 +#: src/view/com/feeds/FeedSourceCard.tsx:266 #: src/view/screens/ProfileFeed.tsx:330 #: src/view/screens/ProfileFeed.tsx:336 #: src/view/screens/ProfileList.tsx:443 msgid "Remove from my feeds" msgstr "Supprimer de mes fils d’actu" -#: src/view/com/feeds/FeedSourceCard.tsx:291 +#: src/view/com/feeds/FeedSourceCard.tsx:312 msgid "Remove from my feeds?" msgstr "Supprimer de mes fils d’actu ?" @@ -3914,15 +3943,15 @@ msgstr "Supprimer l’image" msgid "Remove image preview" msgstr "Supprimer l’aperçu d’image" -#: src/components/dialogs/MutedWords.tsx:331 +#: src/components/dialogs/MutedWords.tsx:329 msgid "Remove mute word from your list" msgstr "Supprimer le mot masqué de votre liste" -#: src/view/screens/Search/Search.tsx:1014 +#: src/view/screens/Search/Search.tsx:1011 msgid "Remove profile" msgstr "Supprimer le profil" -#: src/view/screens/Search/Search.tsx:1016 +#: src/view/screens/Search/Search.tsx:1013 msgid "Remove profile from search history" msgstr "Supprimer le profil de l’historique de recherche" @@ -3930,12 +3959,12 @@ msgstr "Supprimer le profil de l’historique de recherche" msgid "Remove quote" msgstr "Supprimer la citation" -#: src/view/com/util/post-ctrls/RepostButton.tsx:90 -#: src/view/com/util/post-ctrls/RepostButton.tsx:106 +#: src/view/com/util/post-ctrls/RepostButton.tsx:92 +#: src/view/com/util/post-ctrls/RepostButton.tsx:108 msgid "Remove repost" msgstr "Supprimer le repost" -#: src/view/com/posts/FeedErrorMessage.tsx:211 +#: src/view/com/posts/FeedErrorMessage.tsx:210 msgid "Remove this feed from your saved feeds" msgstr "Supprimer ce fil d’actu de vos fils d’actu enregistrés" @@ -3944,7 +3973,7 @@ msgstr "Supprimer ce fil d’actu de vos fils d’actu enregistrés" msgid "Removed from list" msgstr "Supprimé de la liste" -#: src/view/com/feeds/FeedSourceCard.tsx:131 +#: src/view/com/feeds/FeedSourceCard.tsx:139 msgid "Removed from my feeds" msgstr "Supprimé de mes fils d’actu" @@ -3975,7 +4004,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:460 +#: src/view/com/composer/Composer.tsx:475 msgctxt "action" msgid "Reply" msgstr "Répondre" @@ -4024,8 +4053,8 @@ msgstr "Signaler la liste" msgid "Report message" msgstr "Signaler le message" -#: src/view/com/util/forms/PostDropdownBtn.tsx:407 -#: src/view/com/util/forms/PostDropdownBtn.tsx:409 +#: src/view/com/util/forms/PostDropdownBtn.tsx:394 +#: src/view/com/util/forms/PostDropdownBtn.tsx:396 msgid "Report post" msgstr "Signaler le post" @@ -4041,8 +4070,8 @@ msgstr "Signaler ce fil d’actu" msgid "Report this list" msgstr "Signaler cette liste" -#: src/components/dms/ReportDialog.tsx:47 -#: src/components/dms/ReportDialog.tsx:140 +#: src/components/dms/ReportDialog.tsx:48 +#: src/components/dms/ReportDialog.tsx:142 #: src/components/ReportDialog/SelectReportOptionView.tsx:59 msgid "Report this message" msgstr "Signaler ce message" @@ -4055,9 +4084,9 @@ msgstr "Signaler ce post" msgid "Report this user" msgstr "Signaler ce compte" -#: src/view/com/util/post-ctrls/RepostButton.tsx:63 -#: src/view/com/util/post-ctrls/RepostButton.tsx:91 -#: src/view/com/util/post-ctrls/RepostButton.tsx:107 +#: src/view/com/util/post-ctrls/RepostButton.tsx:64 +#: src/view/com/util/post-ctrls/RepostButton.tsx:93 +#: src/view/com/util/post-ctrls/RepostButton.tsx:109 msgctxt "action" msgid "Repost" msgstr "Republier" @@ -4067,7 +4096,7 @@ msgstr "Republier" msgid "Repost" msgstr "Republier" -#: src/view/com/util/post-ctrls/RepostButton.tsx:83 +#: src/view/com/util/post-ctrls/RepostButton.tsx:85 #: src/view/com/util/post-ctrls/RepostButton.web.tsx:46 #: src/view/com/util/post-ctrls/RepostButton.web.tsx:92 msgid "Repost or quote post" @@ -4089,7 +4118,7 @@ msgstr "Republié par <0><1/>" msgid "reposted your post" msgstr "a republié votre post" -#: src/view/com/post-thread/PostThreadItem.tsx:206 +#: src/view/com/post-thread/PostThreadItem.tsx:201 msgid "Reposts of this post" msgstr "Reposts de ce post" @@ -4188,8 +4217,8 @@ msgid "Returns to previous page" msgstr "Retour à la page précédente" #: src/components/dialogs/BirthDateSettings.tsx:125 -#: src/view/com/composer/GifAltText.tsx:163 -#: src/view/com/composer/GifAltText.tsx:169 +#: src/view/com/composer/GifAltText.tsx:162 +#: src/view/com/composer/GifAltText.tsx:168 #: src/view/com/modals/ChangeHandle.tsx:168 #: src/view/com/modals/CreateOrEditList.tsx:326 #: src/view/com/modals/EditProfile.tsx:225 @@ -4265,20 +4294,20 @@ msgid "Scroll to top" msgstr "Remonter en haut" #: src/components/dms/dialogs/SearchablePeopleList.tsx:504 -#: src/Navigation.tsx:506 +#: src/Navigation.tsx:494 #: 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:451 -#: src/view/screens/Search/Search.tsx:825 -#: src/view/screens/Search/Search.tsx:853 +#: src/view/screens/Search/Search.tsx:452 +#: src/view/screens/Search/Search.tsx:822 +#: src/view/screens/Search/Search.tsx:850 #: src/view/shell/bottom-bar/BottomBar.tsx:179 #: src/view/shell/desktop/LeftNav.tsx:343 #: src/view/shell/desktop/Search.tsx:194 #: src/view/shell/desktop/Search.tsx:203 -#: src/view/shell/Drawer.tsx:393 #: src/view/shell/Drawer.tsx:394 +#: src/view/shell/Drawer.tsx:395 msgid "Search" msgstr "Recherche" @@ -4286,7 +4315,7 @@ msgstr "Recherche" msgid "Search for \"{query}\"" msgstr "Recherche de « {query} »" -#: src/view/screens/Search/Search.tsx:909 +#: src/view/screens/Search/Search.tsx:906 msgid "Search for \"{searchText}\"" msgstr "Recherche de « {searchText} »" @@ -4391,7 +4420,7 @@ msgstr "Sélectionne l’option {i} sur {numItems}" msgid "Select the {emojiName} emoji as your avatar" msgstr "Sélectionner l’emoji {emojiName} comme avatar" -#: src/components/ReportDialog/SubmitView.tsx:136 +#: src/components/ReportDialog/SubmitView.tsx:135 msgid "Select the moderation service(s) to report to" msgstr "Sélectionnez le(s) service(s) de modération destinataires du signalement" @@ -4437,8 +4466,8 @@ msgctxt "action" msgid "Send Email" msgstr "Envoyer l’e-mail" -#: src/view/shell/Drawer.tsx:328 -#: src/view/shell/Drawer.tsx:349 +#: src/view/shell/Drawer.tsx:329 +#: src/view/shell/Drawer.tsx:350 msgid "Send feedback" msgstr "Envoyer des commentaires" @@ -4447,14 +4476,14 @@ msgstr "Envoyer des commentaires" msgid "Send message" msgstr "Envoyer le message" -#: src/components/dms/dialogs/ShareViaChatDialog.tsx:47 +#: src/components/dms/dialogs/ShareViaChatDialog.tsx:59 msgid "Send post to..." msgstr "Envoyer le post à…" -#: src/components/dms/ReportDialog.tsx:232 -#: src/components/dms/ReportDialog.tsx:235 -#: src/components/ReportDialog/SubmitView.tsx:216 -#: src/components/ReportDialog/SubmitView.tsx:220 +#: src/components/dms/ReportDialog.tsx:234 +#: src/components/dms/ReportDialog.tsx:237 +#: src/components/ReportDialog/SubmitView.tsx:215 +#: src/components/ReportDialog/SubmitView.tsx:219 msgid "Send report" msgstr "Envoyer le rapport" @@ -4467,8 +4496,8 @@ msgstr "Envoyer le rapport à {0}" msgid "Send verification email" msgstr "Envoyer l’e-mail de vérification" -#: src/view/com/util/forms/PostDropdownBtn.tsx:299 -#: src/view/com/util/forms/PostDropdownBtn.tsx:302 +#: src/view/com/util/forms/PostDropdownBtn.tsx:286 +#: src/view/com/util/forms/PostDropdownBtn.tsx:289 msgid "Send via direct message" msgstr "Envoyer par message privé" @@ -4552,11 +4581,11 @@ msgstr "Définit le rapport d’aspect de l’image comme portrait" msgid "Sets image aspect ratio to wide" msgstr "Définit le rapport d’aspect de l’image comme paysage" -#: src/Navigation.tsx:146 +#: src/Navigation.tsx:145 #: src/view/screens/Settings/index.tsx:332 #: src/view/shell/desktop/LeftNav.tsx:389 -#: src/view/shell/Drawer.tsx:558 #: src/view/shell/Drawer.tsx:559 +#: src/view/shell/Drawer.tsx:560 msgid "Settings" msgstr "Paramètres" @@ -4575,8 +4604,8 @@ msgstr "Partager" #: src/view/com/profile/ProfileMenu.tsx:217 #: src/view/com/profile/ProfileMenu.tsx:226 -#: src/view/com/util/forms/PostDropdownBtn.tsx:310 -#: src/view/com/util/forms/PostDropdownBtn.tsx:319 +#: src/view/com/util/forms/PostDropdownBtn.tsx:297 +#: src/view/com/util/forms/PostDropdownBtn.tsx:306 #: src/view/com/util/post-ctrls/PostCtrls.tsx:297 #: src/view/screens/ProfileList.tsx:428 msgid "Share" @@ -4591,7 +4620,7 @@ msgid "Share a fun fact!" msgstr "Partagez une anecdote insolite !" #: src/view/com/profile/ProfileMenu.tsx:375 -#: src/view/com/util/forms/PostDropdownBtn.tsx:464 +#: src/view/com/util/forms/PostDropdownBtn.tsx:451 #: src/view/com/util/post-ctrls/PostCtrls.tsx:313 msgid "Share anyway" msgstr "Partager quand même" @@ -4639,7 +4668,7 @@ msgstr "Afficher le badge" msgid "Show badge and filter from feeds" msgstr "Afficher les badges et filtrer des fils d’actu" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:207 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:211 msgid "Show follows similar to {0}" msgstr "Afficher les suivis similaires à {0}" @@ -4647,19 +4676,19 @@ msgstr "Afficher les suivis similaires à {0}" msgid "Show hidden replies" msgstr "Afficher les réponses cachées" -#: src/view/com/util/forms/PostDropdownBtn.tsx:349 -#: src/view/com/util/forms/PostDropdownBtn.tsx:351 +#: src/view/com/util/forms/PostDropdownBtn.tsx:336 +#: src/view/com/util/forms/PostDropdownBtn.tsx:338 msgid "Show less like this" msgstr "En montrer moins comme ça" -#: src/view/com/post-thread/PostThreadItem.tsx:538 +#: src/view/com/post-thread/PostThreadItem.tsx:532 #: src/view/com/post/Post.tsx:227 #: src/view/com/posts/FeedItem.tsx:392 msgid "Show More" msgstr "Voir plus" -#: src/view/com/util/forms/PostDropdownBtn.tsx:341 -#: src/view/com/util/forms/PostDropdownBtn.tsx:343 +#: src/view/com/util/forms/PostDropdownBtn.tsx:328 +#: src/view/com/util/forms/PostDropdownBtn.tsx:330 msgid "Show more like this" msgstr "En montrer plus comme ça" @@ -4716,9 +4745,9 @@ msgstr "Affiche les posts de {0} dans votre fil d’actu" #: src/view/shell/bottom-bar/BottomBar.tsx:312 #: src/view/shell/bottom-bar/BottomBar.tsx:313 #: src/view/shell/bottom-bar/BottomBar.tsx:315 -#: src/view/shell/bottom-bar/BottomBarWeb.tsx:181 -#: src/view/shell/bottom-bar/BottomBarWeb.tsx:182 -#: src/view/shell/bottom-bar/BottomBarWeb.tsx:184 +#: src/view/shell/bottom-bar/BottomBarWeb.tsx:204 +#: src/view/shell/bottom-bar/BottomBarWeb.tsx:205 +#: src/view/shell/bottom-bar/BottomBarWeb.tsx:207 #: src/view/shell/NavSignupCard.tsx:69 #: src/view/shell/NavSignupCard.tsx:70 #: src/view/shell/NavSignupCard.tsx:72 @@ -4749,9 +4778,9 @@ msgstr "Déconnexion" #: src/view/shell/bottom-bar/BottomBar.tsx:302 #: src/view/shell/bottom-bar/BottomBar.tsx:303 #: src/view/shell/bottom-bar/BottomBar.tsx:305 -#: src/view/shell/bottom-bar/BottomBarWeb.tsx:171 -#: src/view/shell/bottom-bar/BottomBarWeb.tsx:172 -#: src/view/shell/bottom-bar/BottomBarWeb.tsx:174 +#: src/view/shell/bottom-bar/BottomBarWeb.tsx:194 +#: src/view/shell/bottom-bar/BottomBarWeb.tsx:195 +#: src/view/shell/bottom-bar/BottomBarWeb.tsx:197 #: src/view/shell/NavSignupCard.tsx:60 #: src/view/shell/NavSignupCard.tsx:61 #: src/view/shell/NavSignupCard.tsx:63 @@ -4792,7 +4821,7 @@ msgstr "Développement de logiciels" msgid "Some people can reply" msgstr "Quelques comptes peuvent répondre" -#: src/screens/Messages/Conversation/index.tsx:94 +#: src/screens/Messages/Conversation/index.tsx:106 msgid "Something went wrong" msgstr "Quelque chose n’a pas marché" @@ -4820,7 +4849,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:170 +#: src/components/moderation/LabelsOnMeDialog.tsx:168 msgid "Source: <0>{0}" msgstr "Source : <0>{0}" @@ -4865,13 +4894,13 @@ msgstr "Étape {0} sur {1}" msgid "Storage cleared, you need to restart the app now." msgstr "Stockage effacé, vous devez redémarrer l’application maintenant." -#: src/Navigation.tsx:218 +#: src/Navigation.tsx:224 #: src/view/screens/Settings/index.tsx:863 msgid "Storybook" msgstr "Historique" -#: src/components/moderation/LabelsOnMeDialog.tsx:292 -#: src/components/moderation/LabelsOnMeDialog.tsx:293 +#: src/components/moderation/LabelsOnMeDialog.tsx:290 +#: src/components/moderation/LabelsOnMeDialog.tsx:291 #: src/screens/Messages/Conversation/ChatDisabled.tsx:142 #: src/screens/Messages/Conversation/ChatDisabled.tsx:143 msgid "Submit" @@ -4897,7 +4926,7 @@ msgstr "S’abonner à cet étiqueteur" msgid "Subscribe to this list" msgstr "S’abonner à cette liste" -#: src/view/screens/Search/Search.tsx:424 +#: src/view/screens/Search/Search.tsx:425 msgid "Suggested Follows" msgstr "Suivis suggérés" @@ -4909,7 +4938,7 @@ msgstr "Suggérés pour vous" msgid "Suggestive" msgstr "Suggestif" -#: src/Navigation.tsx:233 +#: src/Navigation.tsx:239 #: src/view/screens/Support.tsx:30 #: src/view/screens/Support.tsx:33 msgid "Support" @@ -4936,7 +4965,7 @@ msgstr "Système" msgid "System log" msgstr "Journal système" -#: src/components/dialogs/MutedWords.tsx:325 +#: src/components/dialogs/MutedWords.tsx:323 msgid "tag" msgstr "mot-clé" @@ -4964,11 +4993,11 @@ msgstr "Racontez une blague !" msgid "Terms" msgstr "Conditions générales" -#: src/Navigation.tsx:243 +#: src/Navigation.tsx:249 #: src/screens/Signup/StepInfo/Policies.tsx:49 #: src/view/screens/Settings/index.tsx:951 #: src/view/screens/TermsOfService.tsx:29 -#: src/view/shell/Drawer.tsx:278 +#: src/view/shell/Drawer.tsx:279 msgid "Terms of Service" msgstr "Conditions d’utilisation" @@ -4978,17 +5007,17 @@ msgstr "Conditions d’utilisation" msgid "Terms used violate community standards" msgstr "Termes utilisés qui violent les normes de la communauté" -#: src/components/dialogs/MutedWords.tsx:325 +#: src/components/dialogs/MutedWords.tsx:323 msgid "text" msgstr "texte" -#: src/components/moderation/LabelsOnMeDialog.tsx:256 +#: src/components/moderation/LabelsOnMeDialog.tsx:254 #: src/screens/Messages/Conversation/ChatDisabled.tsx:108 msgid "Text input field" msgstr "Champ de saisie de texte" -#: src/components/dms/ReportDialog.tsx:132 -#: src/components/ReportDialog/SubmitView.tsx:78 +#: src/components/dms/ReportDialog.tsx:134 +#: src/components/ReportDialog/SubmitView.tsx:77 msgid "Thank you. Your report has been sent." msgstr "Nous vous remercions. Votre rapport a été envoyé." @@ -5000,7 +5029,7 @@ msgstr "Qui contient les éléments suivants :" msgid "That handle is already taken." msgstr "Ce pseudo est déjà occupé." -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:291 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:305 #: src/view/com/profile/ProfileMenu.tsx:351 msgid "The account will be able to interact with you after unblocking." msgstr "Ce compte pourra interagir avec vous après le déblocage." @@ -5017,11 +5046,11 @@ msgstr "Notre politique de droits d’auteur a été déplacée vers <0/>" msgid "The feed has been replaced with Discover." msgstr "Ce fil d’actu a été remplacé par Discover." -#: src/components/moderation/LabelsOnMeDialog.tsx:66 +#: src/components/moderation/LabelsOnMeDialog.tsx:65 msgid "The following labels were applied to your account." msgstr "Les étiquettes suivantes ont été appliquées à votre compte." -#: src/components/moderation/LabelsOnMeDialog.tsx:67 +#: src/components/moderation/LabelsOnMeDialog.tsx:66 msgid "The following labels were applied to your content." msgstr "Les étiquettes suivantes ont été appliquées à votre contenu." @@ -5055,7 +5084,7 @@ msgstr "Il n’y a pas de limite de temps pour la désactivation du compte, reve 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." -#: src/view/com/posts/FeedErrorMessage.tsx:146 +#: src/view/com/posts/FeedErrorMessage.tsx:145 msgid "There was an an issue removing this feed. Please check your internet connection and try again." msgstr "Il y a eu un problème lors de la suppression du fil, veuillez vérifier votre connexion Internet et réessayez." @@ -5079,12 +5108,12 @@ msgstr "Il y a eu un problème de connexion à Tenor." msgid "There was an issue contacting the server" msgstr "Il y a eu un problème de connexion au serveur" -#: src/view/com/feeds/FeedSourceCard.tsx:120 -#: src/view/com/feeds/FeedSourceCard.tsx:133 +#: src/view/com/feeds/FeedSourceCard.tsx:128 +#: src/view/com/feeds/FeedSourceCard.tsx:141 msgid "There was an issue contacting your server" msgstr "Il y a eu un problème de connexion à votre serveur" -#: src/view/com/notifications/Feed.tsx:125 +#: src/view/com/notifications/Feed.tsx:126 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." @@ -5101,8 +5130,8 @@ msgstr "Il y a eu un problème lors de la récupération de la liste. Appuyez ic msgid "There was an issue fetching your lists. Tap here to try again." msgstr "Il y a eu un problème lors de la récupération de vos listes. Appuyez ici pour réessayer." -#: src/components/dms/ReportDialog.tsx:220 -#: src/components/ReportDialog/SubmitView.tsx:83 +#: src/components/dms/ReportDialog.tsx:222 +#: src/components/ReportDialog/SubmitView.tsx:82 msgid "There was an issue sending your report. Please check your internet connection." msgstr "Il y a eu un problème lors de l’envoi de votre rapport. Veuillez vérifier votre connexion internet." @@ -5110,9 +5139,9 @@ msgstr "Il y a eu un problème lors de l’envoi de votre rapport. Veuillez vér 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:99 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:121 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:135 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:103 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:125 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:139 #: src/view/com/post-thread/PostThreadFollowBtn.tsx:99 #: src/view/com/post-thread/PostThreadFollowBtn.tsx:111 #: src/view/com/profile/ProfileMenu.tsx:109 @@ -5153,7 +5182,7 @@ msgstr "Ce compte a demandé aux personnes de se connecter pour voir son profil. msgid "This account is blocked by one or more of your moderation lists. To unblock, please visit the lists directly and remove this user." msgstr "Ce compte est bloqué par un ou plusieurs de vos listes de modération. Pour le débloquer, veuillez visiter les listes directement et en retirer ce compte." -#: src/components/moderation/LabelsOnMeDialog.tsx:241 +#: src/components/moderation/LabelsOnMeDialog.tsx:239 msgid "This appeal will be sent to <0>{0}." msgstr "Cet appel sera envoyé à <0>{0}." @@ -5182,11 +5211,11 @@ msgstr "Ce contenu est hébergé par {0}. Voulez-vous activer les médias extern 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." -#: src/view/com/posts/FeedErrorMessage.tsx:115 +#: src/view/com/posts/FeedErrorMessage.tsx:114 msgid "This content is not viewable without a Bluesky account." msgstr "Ce contenu n’est pas visible sans un compte Bluesky." -#: src/screens/Messages/List/ChatListItem.tsx:211 +#: src/screens/Messages/List/ChatListItem.tsx:213 msgid "This conversation is with a deleted or a deactivated account. Press for options." msgstr "Cette conversation concerne un compte supprimé ou désactivé. Appuyez pour obtenir des options." @@ -5194,7 +5223,7 @@ msgstr "Cette conversation concerne un compte supprimé ou désactivé. Appuyez msgid "This feature is in beta. You can read more about repository exports in <0>this blogpost." msgstr "Cette fonctionnalité est en version bêta. Vous pouvez en savoir plus sur les exportations de dépôts dans <0>ce blogpost." -#: src/view/com/posts/FeedErrorMessage.tsx:121 +#: src/view/com/posts/FeedErrorMessage.tsx:120 msgid "This feed is currently receiving high traffic and is temporarily unavailable. Please try again later." msgstr "Ce fil d’actu reçoit actuellement un trafic important, il est temporairement indisponible. Veuillez réessayer plus tard." @@ -5227,7 +5256,7 @@ msgstr "Cette étiquette a été apposée par <0>{0}." msgid "This label was applied by the author." msgstr "Cette étiquette a été apposée par l’auteur·ice." -#: src/components/moderation/LabelsOnMeDialog.tsx:168 +#: src/components/moderation/LabelsOnMeDialog.tsx:166 msgid "This label was applied by you." msgstr "Cette étiquette a été apposée par vous." @@ -5247,20 +5276,20 @@ msgstr "Cette liste est vide !" msgid "This moderation service is unavailable. See below for more details. If this issue persists, contact us." msgstr "Ce service de modération n’est pas disponible. Voir ci-dessous pour plus de détails. Si le problème persiste, contactez-nous." -#: src/view/com/modals/AddAppPasswords.tsx:111 +#: src/view/com/modals/AddAppPasswords.tsx:110 msgid "This name is already in use" msgstr "Ce nom est déjà utilisé" -#: src/view/com/post-thread/PostThreadItem.tsx:140 +#: src/view/com/post-thread/PostThreadItem.tsx:135 msgid "This post has been deleted." msgstr "Ce post a été supprimé." -#: src/view/com/util/forms/PostDropdownBtn.tsx:461 +#: src/view/com/util/forms/PostDropdownBtn.tsx:448 #: src/view/com/util/post-ctrls/PostCtrls.tsx:310 msgid "This post is only visible to logged-in users. It won't be visible to people who aren't logged in." msgstr "Ce post n’est visible que pour les personnes connectées. Il ne sera pas visible pour les personnes qui ne sont pas connectées." -#: src/view/com/util/forms/PostDropdownBtn.tsx:443 +#: src/view/com/util/forms/PostDropdownBtn.tsx:430 msgid "This post will be hidden from feeds." msgstr "Ce post sera masqué des fils d’actu." @@ -5305,7 +5334,7 @@ msgstr "Ce compte est inclus dans la liste <0>{0} que vous avez masquée." msgid "This user isn't following anyone." msgstr "Ce compte ne suit personne." -#: src/components/dialogs/MutedWords.tsx:285 +#: 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." @@ -5322,7 +5351,7 @@ msgstr "Préférences des fils de discussion" msgid "Threaded Mode" msgstr "Mode arborescent" -#: src/Navigation.tsx:276 +#: src/Navigation.tsx:282 msgid "Threads Preferences" msgstr "Préférences des fils de discussion" @@ -5338,7 +5367,7 @@ msgstr "Pour signaler une conversation, veuillez signaler un de ses messages via msgid "To whom would you like to send this report?" msgstr "À qui souhaitez-vous envoyer ce rapport ?" -#: 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." @@ -5351,7 +5380,7 @@ msgid "Toggle to enable or disable adult content" msgstr "Activer ou désactiver le contenu pour adultes" #: src/screens/Hashtag.tsx:88 -#: src/view/screens/Search/Search.tsx:366 +#: src/view/screens/Search/Search.tsx:367 msgid "Top" msgstr "Meilleur" @@ -5361,10 +5390,10 @@ msgstr "Transformations" #: src/components/dms/MessageMenu.tsx:103 #: src/components/dms/MessageMenu.tsx:105 -#: src/view/com/post-thread/PostThreadItem.tsx:691 -#: src/view/com/post-thread/PostThreadItem.tsx:693 -#: src/view/com/util/forms/PostDropdownBtn.tsx:280 -#: src/view/com/util/forms/PostDropdownBtn.tsx:282 +#: src/view/com/post-thread/PostThreadItem.tsx:674 +#: src/view/com/post-thread/PostThreadItem.tsx:676 +#: src/view/com/util/forms/PostDropdownBtn.tsx:267 +#: src/view/com/util/forms/PostDropdownBtn.tsx:269 msgid "Translate" msgstr "Traduire" @@ -5406,14 +5435,14 @@ msgstr "Impossible de contacter votre service. Veuillez vérifier votre connexio #: src/components/dms/MessagesListBlockedFooter.tsx:96 #: src/components/dms/MessagesListBlockedFooter.tsx:104 #: src/components/dms/MessagesListBlockedFooter.tsx:111 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:184 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:295 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:188 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:309 #: src/view/com/profile/ProfileMenu.tsx:363 #: src/view/screens/ProfileList.tsx:626 msgid "Unblock" msgstr "Débloquer" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:189 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:193 msgctxt "action" msgid "Unblock" msgstr "Débloquer" @@ -5428,12 +5457,12 @@ msgstr "Débloquer le compte" msgid "Unblock Account" msgstr "Débloquer le compte" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:289 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:303 #: src/view/com/profile/ProfileMenu.tsx:345 msgid "Unblock Account?" msgstr "Débloquer le compte ?" -#: src/view/com/util/post-ctrls/RepostButton.tsx:62 +#: src/view/com/util/post-ctrls/RepostButton.tsx:63 #: src/view/com/util/post-ctrls/RepostButton.web.tsx:69 #: src/view/com/util/post-ctrls/RepostButton.web.tsx:73 msgid "Undo repost" @@ -5448,7 +5477,7 @@ msgstr "Se désabonner" msgid "Unfollow" msgstr "Se désabonner" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:229 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:233 msgid "Unfollow {0}" msgstr "Se désabonner de {0}" @@ -5483,8 +5512,8 @@ msgstr "Réafficher tous les posts {displayTag}" msgid "Unmute conversation" msgstr "Réafficher la conversation" -#: src/view/com/util/forms/PostDropdownBtn.tsx:365 -#: src/view/com/util/forms/PostDropdownBtn.tsx:370 +#: src/view/com/util/forms/PostDropdownBtn.tsx:352 +#: src/view/com/util/forms/PostDropdownBtn.tsx:357 msgid "Unmute thread" msgstr "Réafficher ce fil de discussion" @@ -5530,7 +5559,7 @@ msgstr "Mettre à jour pour {handle}" msgid "Updating..." msgstr "Mise à jour…" -#: src/screens/Onboarding/StepProfile/index.tsx:280 +#: src/screens/Onboarding/StepProfile/index.tsx:281 msgid "Upload a photo instead" msgstr "Envoyer plutôt une photo" @@ -5591,7 +5620,7 @@ msgstr "Utiliser les recommandés" msgid "Use the DNS panel" msgstr "Utiliser le panneau DNS" -#: src/view/com/modals/AddAppPasswords.tsx:206 +#: src/view/com/modals/AddAppPasswords.tsx:205 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." @@ -5750,11 +5779,11 @@ msgstr "Voir les informations sur ces étiquettes" #: src/components/ProfileHoverCard/index.web.tsx:396 #: src/components/ProfileHoverCard/index.web.tsx:429 #: src/view/com/posts/AviFollowButton.tsx:58 -#: src/view/com/posts/FeedErrorMessage.tsx:175 +#: src/view/com/posts/FeedErrorMessage.tsx:174 msgid "View profile" msgstr "Voir le profil" -#: src/view/com/profile/ProfileSubpageHeader.tsx:130 +#: src/view/com/profile/ProfileSubpageHeader.tsx:127 msgid "View the avatar" msgstr "Afficher l’avatar" @@ -5766,6 +5795,11 @@ msgstr "Voir le service d’étiquetage fourni par @{0}" msgid "View users who like this feed" msgstr "Voir les comptes qui a liké ce fil d’actu" +#: src/view/com/home/HomeHeaderLayout.web.tsx:78 +#: src/view/com/home/HomeHeaderLayoutMobile.tsx:84 +msgid "View your feeds and explore more" +msgstr "" + #: src/view/com/modals/LinkWarning.tsx:89 #: src/view/com/modals/LinkWarning.tsx:95 msgid "Visit Site" @@ -5789,7 +5823,7 @@ msgstr "Avertir du contenu et filtrer des fils d’actu" msgid "We couldn't find any results for that hashtag." msgstr "Nous n’avons trouvé aucun résultat pour ce mot-clé." -#: src/screens/Messages/Conversation/index.tsx:95 +#: src/screens/Messages/Conversation/index.tsx:107 msgid "We couldn't load this conversation" msgstr "Nous ne pouvons pas charger cette conversation" @@ -5805,7 +5839,7 @@ 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." @@ -5841,15 +5875,15 @@ 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:269 +#: src/view/screens/Search/Search.tsx:270 msgid "We're sorry, but your search could not be completed. Please try again in a few minutes." msgstr "Nous sommes désolés, mais votre recherche a été annulée. Veuillez réessayer dans quelques minutes." -#: src/view/com/composer/Composer.tsx:311 +#: src/view/com/composer/Composer.tsx:318 msgid "We're sorry! The post you are replying to has been deleted." msgstr "Nous sommes désolés ! Le post auquel vous répondez a été supprimé." @@ -5872,7 +5906,7 @@ msgstr "Quels sont vos centres d’intérêt ?" #: src/view/com/auth/SplashScreen.tsx:40 #: src/view/com/auth/SplashScreen.web.tsx:86 -#: src/view/com/composer/Composer.tsx:340 +#: src/view/com/composer/Composer.tsx:359 msgid "What's up?" msgstr "Quoi de neuf ?" @@ -5893,7 +5927,7 @@ msgstr "Qui peut discuter avec vous ?" msgid "Who can reply" msgstr "Qui peut répondre ?" -#: src/screens/Home/NoFeedsPinned.tsx:92 +#: src/screens/Home/NoFeedsPinned.tsx:79 #: src/screens/Messages/List/index.tsx:185 msgid "Whoops!" msgstr "Oups !" @@ -5931,11 +5965,11 @@ msgstr "Large" msgid "Write a message" msgstr "Écrire un message" -#: src/view/com/composer/Composer.tsx:534 +#: src/view/com/composer/Composer.tsx:549 msgid "Write post" msgstr "Rédiger un post" -#: src/view/com/composer/Composer.tsx:339 +#: src/view/com/composer/Composer.tsx:358 #: src/view/com/composer/Prompt.tsx:39 msgid "Write your reply" msgstr "Rédigez votre réponse" @@ -5975,8 +6009,8 @@ msgstr "Vous êtes dans la file d’attente." msgid "You are not following anyone." msgstr "Vous ne suivez personne." -#: src/view/com/posts/FollowingEmptyState.tsx:67 -#: src/view/com/posts/FollowingEndOfFeed.tsx:68 +#: src/view/com/posts/FollowingEmptyState.tsx:63 +#: src/view/com/posts/FollowingEndOfFeed.tsx:64 msgid "You can also discover new Custom Feeds to follow." msgstr "Vous pouvez aussi découvrir de nouveaux fils d’actu personnalisés à suivre." @@ -6005,6 +6039,10 @@ msgstr "Vous pouvez réactiver votre compte pour continuer à vous connecter. Vo msgid "You do not have any followers." msgstr "Vous n’avez pas d’abonné·e·s." +#: src/screens/Profile/KnownFollowers.tsx:99 +msgid "You don't follow any users who follow @{name}." +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 "Vous n’avez encore aucun code d’invitation ! Nous vous en enverrons lorsque vous serez sur Bluesky depuis un peu plus longtemps." @@ -6084,15 +6122,15 @@ msgstr "Vous n’avez encore masqué aucun compte. Pour masquer un compte, allez msgid "You have reached the end" msgstr "Vous avez atteint la fin" -#: src/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:87 +#: src/components/moderation/LabelsOnMeDialog.tsx:86 msgid "You may appeal non-self labels if you feel they were placed in error." msgstr "Vous pouvez faire appel des étiquettes poseés par des tiers si vous pensez qu’elles ont été appliquées par erreur." -#: src/components/moderation/LabelsOnMeDialog.tsx:92 +#: src/components/moderation/LabelsOnMeDialog.tsx:91 msgid "You may appeal these labels if you feel they were placed in error." msgstr "Vous pouvez faire appel de ces étiquettes si vous estimez qu’elles ont été apposées par erreur." @@ -6100,7 +6138,7 @@ msgstr "Vous pouvez faire appel de ces étiquettes si vous estimez qu’elles on msgid "You must be 13 years of age or older to sign up." msgstr "Vous devez avoir 13 ans ou plus pour vous inscrire." -#: src/components/ReportDialog/SubmitView.tsx:206 +#: src/components/ReportDialog/SubmitView.tsx:205 msgid "You must select at least one labeler for a report" msgstr "Vous devez sélectionner au moins un étiqueteur pour un rapport" @@ -6108,11 +6146,11 @@ msgstr "Vous devez sélectionner au moins un étiqueteur pour un rapport" msgid "You previously deactivated @{0}." msgstr "Vous avez précédemment désactivé @{0}." -#: src/view/com/util/forms/PostDropdownBtn.tsx:173 +#: src/view/com/util/forms/PostDropdownBtn.tsx:168 msgid "You will no longer receive notifications for this thread" msgstr "Vous ne recevrez plus de notifications pour ce fil de discussion" -#: src/view/com/util/forms/PostDropdownBtn.tsx:176 +#: src/view/com/util/forms/PostDropdownBtn.tsx:171 msgid "You will now receive notifications for this thread" msgstr "Vous recevrez désormais des notifications pour ce fil de discussion" @@ -6120,15 +6158,15 @@ msgstr "Vous recevrez désormais des notifications pour ce fil de discussion" msgid "You will receive an email with a \"reset code.\" Enter that code here, then enter your new password." msgstr "Vous recevrez un e-mail contenant un « code de réinitialisation ». Saisissez ce code ici, puis votre nouveau mot de passe." -#: src/screens/Messages/List/ChatListItem.tsx:113 +#: src/screens/Messages/List/ChatListItem.tsx:114 msgid "You: {0}" msgstr "Vous : {0}" -#: src/screens/Messages/List/ChatListItem.tsx:142 +#: src/screens/Messages/List/ChatListItem.tsx:143 msgid "You: {defaultEmbeddedContentMessage}" msgstr "Vous : {defaultEmbeddedContentMessage}" -#: src/screens/Messages/List/ChatListItem.tsx:135 +#: src/screens/Messages/List/ChatListItem.tsx:136 msgid "You: {short}" msgstr "Vous : {short}" @@ -6152,7 +6190,7 @@ msgstr "Vous êtes prêt à partir !" msgid "You've chosen to hide a word or tag within this post." msgstr "Vous avez choisi de masquer un mot ou un mot-clé dans ce post." -#: src/view/com/posts/FollowingEndOfFeed.tsx:48 +#: src/view/com/posts/FollowingEndOfFeed.tsx:44 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." @@ -6194,7 +6232,7 @@ msgstr "Votre e-mail a été mis à jour, mais n’a pas été vérifié. L’é msgid "Your email has not yet been verified. This is an important security step which we recommend." msgstr "Votre e-mail n’a pas encore été vérifié. Il s’agit d’une mesure de sécurité importante que nous recommandons." -#: src/view/com/posts/FollowingEmptyState.tsx:47 +#: src/view/com/posts/FollowingEmptyState.tsx:43 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." @@ -6206,7 +6244,7 @@ msgstr "Votre nom complet sera" msgid "Your full handle will be <0>@{0}" msgstr "Votre pseudo complet sera <0>@{0}" -#: src/components/dialogs/MutedWords.tsx:221 +#: src/components/dialogs/MutedWords.tsx:220 msgid "Your muted words" msgstr "Vos mots masqués" @@ -6214,7 +6252,7 @@ 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:330 +#: src/view/com/composer/Composer.tsx:349 msgid "Your post has been published" msgstr "Votre post a été publié" @@ -6230,11 +6268,11 @@ msgstr "Votre profil" msgid "Your profile, posts, feeds, and lists will no longer be visible to other Bluesky users. You can reactivate your account at any time by logging in." msgstr "Votre profil, vos posts, vos fils d’actu et vos listes ne seront plus visibles par d’autres personnes sur Bluesky. Vous pouvez réactiver votre compte à tout moment en vous connectant." -#: src/view/com/composer/Composer.tsx:329 +#: src/view/com/composer/Composer.tsx:348 msgid "Your reply has been published" msgstr "Votre réponse a été publiée" -#: src/components/dms/ReportDialog.tsx:160 +#: src/components/dms/ReportDialog.tsx:162 msgid "Your report will be sent to the Bluesky Moderation Service" msgstr "Votre rapport sera envoyé au Service de Modération de Bluesky" diff --git a/src/locale/locales/ga/messages.po b/src/locale/locales/ga/messages.po index 3a118de8..015724da 100644 --- a/src/locale/locales/ga/messages.po +++ b/src/locale/locales/ga/messages.po @@ -12,7 +12,7 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=5; plural=n==1 ? 0 : n==2 ? 1 : n<7 ? 2 : n < 11 ? 3 : 4\n" -#: src/screens/Messages/List/ChatListItem.tsx:119 +#: src/screens/Messages/List/ChatListItem.tsx:120 msgid "(contains embedded content)" msgstr "(tá ábhar leabaithe ann)" @@ -24,23 +24,39 @@ msgstr "(gan ríomhphost)" msgid "{0, plural, one {{formattedCount} other} other {{formattedCount} others}}" msgstr "{0, plural, one {duine amháin eile} two {beirt eile} few {{formattedCount} dhuine eile} many {{formattedCount} nduine eile} other {{formattedCount} duine eile}}" +#: src/components/moderation/LabelsOnMe.tsx:55 +#, fuzzy +#~ msgid "{0, plural, one {# label has been placed on this account} other {# labels has been placed on this account}}" +#~ msgstr "{0, plural, one {Cuireadh # lipéad amháin ar an gcuntas seo} two {Cuireadh # lipéad ar an gcuntas seo} few {Cuireadh # lipéad ar an gcuntas seo} many {Cuireadh # lipéad ar an gcuntas seo} other {Cuireadh # lipéad ar an gcuntas seo}}" + #: src/components/moderation/LabelsOnMe.tsx:55 msgid "{0, plural, one {# label has been placed on this account} other {# labels have been placed on this account}}" msgstr "{0, plural, one {Cuireadh lipéad amháin ar an gcuntas seo} two {Cuireadh # lipéad ar an gcuntas seo} few {Cuireadh # lipéad ar an gcuntas seo} many {Cuireadh # lipéad ar an gcuntas seo} other {Cuireadh # lipéad ar an gcuntas seo}}" +#: src/components/moderation/LabelsOnMe.tsx:61 +#, fuzzy +#~ msgid "{0, plural, one {# label has been placed on this content} other {# labels has been placed on this content}}" +#~ msgstr "{0, plural, one {Cuireadh # lipéad amháin ar an ábhar seo} two {Cuireadh # lipéad ar an ábhar seo} few {Cuireadh # lipéad ar an ábhar seo} many {Cuireadh # lipéad ar an ábhar seo} other {Cuireadh # lipéad ar an ábhar seo}}" + #: src/components/moderation/LabelsOnMe.tsx:61 msgid "{0, plural, one {# label has been placed on this content} other {# labels have been placed on this content}}" msgstr "{0, plural, one {Cuireadh lipéad amháin ar an ábhar seo} two {Cuireadh # lipéad ar an ábhar seo} few {Cuireadh # lipéad ar an ábhar seo} many {Cuireadh # lipéad ar an ábhar seo} other {Cuireadh # lipéad ar an ábhar seo}}" -#: src/view/com/util/post-ctrls/RepostButton.tsx:64 +#: src/view/com/util/post-ctrls/RepostButton.tsx:65 msgid "{0, plural, one {# repost} other {# reposts}}" msgstr "{0, plural, one {# athphostáil} two {# athphostáil} few {# athphostáil} many {# n-athphostáil} other {# athphostáil}}" -#: src/components/ProfileHoverCard/index.web.tsx:376 src/screens/Profile/Header/Metrics.tsx:23 +#: src/components/KnownFollowers.tsx:179 +msgid "{0, plural, one {and # other} other {and # others}}" +msgstr "" + +#: src/components/ProfileHoverCard/index.web.tsx:376 +#: src/screens/Profile/Header/Metrics.tsx:23 msgid "{0, plural, one {follower} other {followers}}" msgstr "{0, plural, one {leantóir} two {leantóir} few {leantóir} many {leantóir} other {leantóir}}" -#: src/components/ProfileHoverCard/index.web.tsx:380 src/screens/Profile/Header/Metrics.tsx:27 +#: src/components/ProfileHoverCard/index.web.tsx:380 +#: src/screens/Profile/Header/Metrics.tsx:27 msgid "{0, plural, one {following} other {following}}" msgstr "{0, plural, one {á leanúint} two {á leanúint} few {á leanúint} many {á leanúint} other {á leanúint}}" @@ -48,11 +64,11 @@ msgstr "{0, plural, one {á leanúint} two {á leanúint} few {á leanúint} man msgid "{0, plural, one {Like (# like)} other {Like (# likes)}}" msgstr "{0, plural, one {Mol (# mholadh)} two {Mol (# mholadh)} few {Mol (# mholadh)} many {Mol (# moladh)} other {Mol (# moladh)}}" -#: src/view/com/post-thread/PostThreadItem.tsx:386 +#: src/view/com/post-thread/PostThreadItem.tsx:380 msgid "{0, plural, one {like} other {likes}}" msgstr "{0, plural, one {moladh} two {mholadh} few {mholadh} many {moladh} other {moladh}}" -#: src/view/com/feeds/FeedSourceCard.tsx:280 +#: src/view/com/feeds/FeedSourceCard.tsx:301 msgid "{0, plural, one {Liked by # user} other {Liked by # users}}" msgstr "{0, plural, one {Molta ag úsáideoir amháin} two {Molta ag beirt úsáideoirí} few {Molta ag # úsáideoir} many {Molta ag # n-úsáideoir} other {Molta ag # úsáideoir}}" @@ -64,7 +80,7 @@ msgstr "{0, plural, one {phostáil} two {phostáil} few {phostáil} many {bpost msgid "{0, plural, one {Reply (# reply)} other {Reply (# replies)}}" msgstr "{0, plural, one {Freagair (# fhreagra)} two {Freagair (# fhreagra)} few {Freagair (# fhreagra)} many {Freagair (# bhfreagra)} other {Freagair (# freagra)}}" -#: src/view/com/post-thread/PostThreadItem.tsx:366 +#: src/view/com/post-thread/PostThreadItem.tsx:360 msgid "{0, plural, one {repost} other {reposts}}" msgstr "{0, plural, one {athphostáil} two {athphostáil} few {athphostáil} many {athphostáil} other {athphostáil}}" @@ -72,6 +88,11 @@ msgstr "{0, plural, one {athphostáil} two {athphostáil} few {athphostáil} man msgid "{0, plural, one {Unlike (# like)} other {Unlike (# likes)}}" msgstr "{0, plural, one {Dímhol (# mholadh)} two {Dímhol (# mholadh)} few {Dímhol (# mholadh)} many {Dímhol (# moladh)} other {Dímhol (# moladh)}}" +#: src/view/screens/ProfileList.tsx:286 +#, fuzzy +#~ msgid "{0} your feeds" +#~ msgstr "Sábháilte le mo chuid fothaí" + #: src/view/com/util/UserAvatar.tsx:406 msgid "{0}'s avatar" msgstr "abhatár {0}" @@ -88,7 +109,8 @@ msgstr "{estimatedTimeHrs, plural, one {uair} two {uair} few {uair} many {uair} msgid "{estimatedTimeMins, plural, one {minute} other {minutes}}" msgstr "{estimatedTimeMins, plural, one {nóiméad} two {nóiméad} few {nóiméad} many {nóiméad} other {nóiméad}}" -#: src/components/ProfileHoverCard/index.web.tsx:457 src/screens/Profile/Header/Metrics.tsx:50 +#: src/components/ProfileHoverCard/index.web.tsx:457 +#: src/screens/Profile/Header/Metrics.tsx:50 msgid "{following} following" msgstr "{following} á leanúint" @@ -96,11 +118,13 @@ msgstr "{following} á leanúint" msgid "{handle} can't be messaged" msgstr "Ní féidir TD a chur chuig {handle}" -#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:286 src/screens/Profile/Header/ProfileHeaderLabeler.tsx:299 src/view/screens/ProfileFeed.tsx:585 +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:286 +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:299 +#: src/view/screens/ProfileFeed.tsx:585 msgid "{likeCount, plural, one {Liked by # user} other {Liked by # users}}" msgstr "{likeCount, plural, one {Molta ag úsáideoir amháin} two {Molta ag beirt úsáideoirí} few {Molta ag # úsáideoir} many {Molta ag # n-úsáideoir} other {Molta ag # úsáideoir}}" -#: src/view/shell/Drawer.tsx:461 +#: src/view/shell/Drawer.tsx:462 msgid "{numUnreadNotifications} unread" msgstr "{numUnreadNotifications} gan léamh" @@ -120,10 +144,34 @@ msgstr "<0>{0} {1, plural, one {leantóir} two {leantóir} few {leantóir} m msgid "<0>{0} {1, plural, one {following} other {following}}" msgstr "<0>{0} {1, plural, one {á leanúint} two {á leanúint} few {á leanúint} many {á leanúint} other {á leanúint}}" +#: src/view/shell/Drawer.tsx:96 +#~ msgid "<0>{0} following" +#~ msgstr "<0>{0} á leanúint" + +#: src/components/ProfileHoverCard/index.web.tsx:437 +#~ msgid "<0>{followers} <1>{pluralizedFollowers}" +#~ msgstr "<0>{following} <1>{pluralizedFollowers}" + +#: src/components/ProfileHoverCard/index.web.tsx:NaN +#~ msgid "<0>{following} <1>following" +#~ msgstr "<0>{following} <1>á leanúint" + +#: src/view/com/auth/onboarding/RecommendedFeeds.tsx:31 +#~ msgid "<0>Choose your<1>Recommended<2>Feeds" +#~ msgstr "<0>Roghnaigh do chuid<1>Fothaí<2>Molta" + +#: src/view/com/auth/onboarding/RecommendedFollows.tsx:38 +#~ msgid "<0>Follow some<1>Recommended<2>Users" +#~ msgstr "<0>Lean cúpla<1>Úsáideoirí<2>Molta" + #: src/view/com/modals/SelfLabel.tsx:135 msgid "<0>Not Applicable. This warning is only available for posts with media attached." msgstr "<0>Neamhbhainteach. Níl an rabhadh seo ar fáil ach le haghaidh postálacha a bhfuil meáin ceangailte leo." +#: src/view/com/auth/onboarding/WelcomeDesktop.tsx:21 +#~ msgid "<0>Welcome to<1>Bluesky" +#~ msgstr "<0>Fáilte go<1>Bluesky" + #: src/screens/Profile/Header/Handle.tsx:43 msgid "⚠Invalid Handle" msgstr "⚠Leasainm Neamhbhailí" @@ -132,15 +180,17 @@ msgstr "⚠Leasainm Neamhbhailí" msgid "2FA Confirmation" msgstr "Dearbhú 2FA" -#: src/view/com/util/ViewHeader.tsx:92 src/view/screens/Search/Search.tsx:714 +#: src/view/com/util/ViewHeader.tsx:93 +#: src/view/screens/Search/Search.tsx:715 msgid "Access navigation links and settings" msgstr "Oscail nascanna agus socruithe" -#: src/view/com/home/HomeHeaderLayoutMobile.tsx:54 +#: src/view/com/home/HomeHeaderLayoutMobile.tsx:56 msgid "Access profile and other navigation links" msgstr "Oscail próifíl agus nascanna eile" -#: src/view/com/modals/EditImage.tsx:300 src/view/screens/Settings/index.tsx:518 +#: src/view/com/modals/EditImage.tsx:300 +#: src/view/screens/Settings/index.tsx:518 msgid "Accessibility" msgstr "Inrochtaineacht" @@ -148,11 +198,18 @@ msgstr "Inrochtaineacht" msgid "Accessibility settings" msgstr "Socruithe inrochtaineachta" -#: src/Navigation.tsx:290 src/view/screens/AccessibilitySettings.tsx:63 +#: src/Navigation.tsx:296 +#: src/view/screens/AccessibilitySettings.tsx:63 msgid "Accessibility Settings" msgstr "Socruithe Inrochtaineachta" -#: src/screens/Login/LoginForm.tsx:167 src/view/screens/Settings/index.tsx:345 src/view/screens/Settings/index.tsx:752 +#: src/components/moderation/LabelsOnMe.tsx:42 +#~ msgid "account" +#~ msgstr "cuntas" + +#: src/screens/Login/LoginForm.tsx:167 +#: src/view/screens/Settings/index.tsx:345 +#: src/view/screens/Settings/index.tsx:752 msgid "Account" msgstr "Cuntas" @@ -168,7 +225,8 @@ msgstr "Cuntas leanaithe" msgid "Account muted" msgstr "Cuireadh an cuntas i bhfolach" -#: src/components/moderation/ModerationDetailsDialog.tsx:93 src/lib/moderation/useModerationCauseDescription.ts:93 +#: src/components/moderation/ModerationDetailsDialog.tsx:93 +#: src/lib/moderation/useModerationCauseDescription.ts:93 msgid "Account Muted" msgstr "Cuireadh an cuntas i bhfolach" @@ -184,7 +242,8 @@ msgstr "Roghanna cuntais" msgid "Account removed from quick access" msgstr "Baineadh an cuntas ón mearliosta" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:131 src/view/com/profile/ProfileMenu.tsx:131 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:135 +#: src/view/com/profile/ProfileMenu.tsx:131 msgid "Account unblocked" msgstr "Cuntas díbhlocáilte" @@ -196,7 +255,10 @@ msgstr "Cuntas díleanaithe" msgid "Account unmuted" msgstr "Níl an cuntas i bhfolach a thuilleadh" -#: src/components/dialogs/MutedWords.tsx:165 src/view/com/modals/ListAddRemoveUsers.tsx:268 src/view/com/modals/UserAddRemoveLists.tsx:230 src/view/screens/ProfileList.tsx:881 +#: src/components/dialogs/MutedWords.tsx:164 +#: src/view/com/modals/ListAddRemoveUsers.tsx:268 +#: src/view/com/modals/UserAddRemoveLists.tsx:230 +#: src/view/screens/ProfileList.tsx:881 msgid "Add" msgstr "Cuir leis" @@ -208,27 +270,50 @@ msgstr "Cuir rabhadh faoin ábhar leis" msgid "Add a user to this list" msgstr "Cuir cuntas leis an liosta seo" -#: src/components/dialogs/SwitchAccount.tsx:56 src/screens/Deactivated.tsx:199 src/view/screens/Settings/index.tsx:422 src/view/screens/Settings/index.tsx:431 +#: src/components/dialogs/SwitchAccount.tsx:56 +#: src/screens/Deactivated.tsx:199 +#: src/view/screens/Settings/index.tsx:422 +#: src/view/screens/Settings/index.tsx:431 msgid "Add account" msgstr "Cuir cuntas leis seo" -#: src/view/com/composer/GifAltText.tsx:70 src/view/com/composer/GifAltText.tsx:136 src/view/com/composer/GifAltText.tsx:176 src/view/com/composer/photos/Gallery.tsx:120 src/view/com/composer/photos/Gallery.tsx:187 src/view/com/modals/AltImage.tsx:118 +#: src/view/com/composer/GifAltText.tsx:69 +#: src/view/com/composer/GifAltText.tsx:135 +#: src/view/com/composer/GifAltText.tsx:175 +#: src/view/com/composer/photos/Gallery.tsx:120 +#: src/view/com/composer/photos/Gallery.tsx:187 +#: src/view/com/modals/AltImage.tsx:118 msgid "Add alt text" msgstr "Cuir téacs malartach leis seo" -#: src/view/screens/AppPasswords.tsx:106 src/view/screens/AppPasswords.tsx:148 src/view/screens/AppPasswords.tsx:161 +#: src/view/com/composer/GifAltText.tsx:175 +#, fuzzy +#~ msgid "Add ALT text" +#~ msgstr "Cuir téacs malartach leis seo" + +#: src/view/screens/AppPasswords.tsx:106 +#: src/view/screens/AppPasswords.tsx:148 +#: src/view/screens/AppPasswords.tsx:161 msgid "Add App Password" msgstr "Cuir pasfhocal aipe leis seo" -#: src/components/dialogs/MutedWords.tsx:158 +#: src/view/com/composer/Composer.tsx:467 +#~ msgid "Add link card" +#~ msgstr "Cuir cárta leanúna leis seo" + +#: src/view/com/composer/Composer.tsx:472 +#~ msgid "Add link card:" +#~ msgstr "Cuir cárta leanúna leis seo:" + +#: src/components/dialogs/MutedWords.tsx:157 msgid "Add mute word for configured settings" msgstr "Cuir focal atá le cur i bhfolach anseo le haghaidh socruithe a rinne tú" -#: src/components/dialogs/MutedWords.tsx:87 +#: src/components/dialogs/MutedWords.tsx:86 msgid "Add muted words and tags" msgstr "Cuir focail agus clibeanna a cuireadh i bhfolach leis seo" -#: src/screens/Home/NoFeedsPinned.tsx:112 +#: src/screens/Home/NoFeedsPinned.tsx:99 msgid "Add recommended feeds" msgstr "Cuir fothaí molta leis seo" @@ -240,19 +325,25 @@ msgstr "Ná cuir ach fotha réamhshocraithe de na daoine a leanann tú leis seo" msgid "Add the following DNS record to your domain:" msgstr "Cuir an taifead DNS seo a leanas le d'fhearann:" -#: src/view/com/profile/ProfileMenu.tsx:265 src/view/com/profile/ProfileMenu.tsx:268 +#: src/view/com/profile/ProfileMenu.tsx:265 +#: src/view/com/profile/ProfileMenu.tsx:268 msgid "Add to Lists" msgstr "Cuir le liostaí" -#: src/view/com/feeds/FeedSourceCard.tsx:246 +#: src/view/com/feeds/FeedSourceCard.tsx:267 msgid "Add to my feeds" msgstr "Cuir le mo chuid fothaí" -#: src/view/com/modals/ListAddRemoveUsers.tsx:191 src/view/com/modals/UserAddRemoveLists.tsx:157 +#: src/view/com/auth/onboarding/RecommendedFeedsItem.tsx:139 +#~ msgid "Added" +#~ msgstr "Curtha leis" + +#: src/view/com/modals/ListAddRemoveUsers.tsx:191 +#: src/view/com/modals/UserAddRemoveLists.tsx:157 msgid "Added to list" msgstr "Curtha leis an liosta" -#: src/view/com/feeds/FeedSourceCard.tsx:118 +#: src/view/com/feeds/FeedSourceCard.tsx:126 msgid "Added to my feeds" msgstr "Curtha le mo chuid fothaí" @@ -260,7 +351,8 @@ msgstr "Curtha le mo chuid fothaí" 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/view/com/modals/SelfLabel.tsx:76 +#: src/lib/moderation/useGlobalLabelStrings.ts:34 +#: src/view/com/modals/SelfLabel.tsx:76 msgid "Adult Content" msgstr "Ábhar do dhaoine fásta" @@ -268,23 +360,32 @@ msgstr "Ábhar do dhaoine fásta" msgid "Adult content is disabled." msgstr "Tá ábhar do dhaoine fásta curtha ar ceal." -#: src/screens/Moderation/index.tsx:375 src/view/screens/Settings/index.tsx:686 +#: src/screens/Moderation/index.tsx:375 +#: src/view/screens/Settings/index.tsx:686 msgid "Advanced" msgstr "Ardleibhéal" -#: src/view/screens/Feeds.tsx:798 +#: src/view/screens/Feeds.tsx:771 msgid "All the feeds you've saved, right in one place." msgstr "Na fothaí go léir a shábháil tú, in áit amháin." -#: src/view/com/modals/AddAppPasswords.tsx:188 src/view/com/modals/AddAppPasswords.tsx:195 +#: src/view/com/modals/AddAppPasswords.tsx:187 +#: src/view/com/modals/AddAppPasswords.tsx:194 msgid "Allow access to your direct messages" msgstr "Ceadaigh fáil ar do chuid TDanna" -#: src/screens/Messages/Settings.tsx:62 src/screens/Messages/Settings.tsx:65 +#: src/screens/Messages/Settings.tsx:NaN +#, fuzzy +#~ msgid "Allow messages from" +#~ msgstr "Ceadaigh teachtaireachtaí nua ó" + +#: src/screens/Messages/Settings.tsx:62 +#: src/screens/Messages/Settings.tsx:65 msgid "Allow new messages from" msgstr "Ceadaigh teachtaireachtaí nua ó" -#: src/screens/Login/ForgotPasswordForm.tsx:178 src/view/com/modals/ChangePassword.tsx:171 +#: src/screens/Login/ForgotPasswordForm.tsx:178 +#: src/view/com/modals/ChangePassword.tsx:171 msgid "Already have a code?" msgstr "An bhfuil cód agat cheana?" @@ -292,11 +393,15 @@ msgstr "An bhfuil cód agat cheana?" msgid "Already signed in as @{0}" msgstr "Logáilte isteach cheana mar @{0}" -#: src/view/com/composer/GifAltText.tsx:94 src/view/com/composer/photos/Gallery.tsx:144 src/view/com/util/post-embeds/GifEmbed.tsx:173 +#: src/view/com/composer/GifAltText.tsx:93 +#: src/view/com/composer/photos/Gallery.tsx:144 +#: src/view/com/util/post-embeds/GifEmbed.tsx:173 msgid "ALT" msgstr "ALT" -#: src/view/com/composer/GifAltText.tsx:145 src/view/com/modals/EditImage.tsx:316 src/view/screens/AccessibilitySettings.tsx:77 +#: src/view/com/composer/GifAltText.tsx:144 +#: src/view/com/modals/EditImage.tsx:316 +#: src/view/screens/AccessibilitySettings.tsx:77 msgid "Alt text" msgstr "Téacs malartach" @@ -308,7 +413,8 @@ msgstr "Téacs Malartach" msgid "Alt text describes images for blind and low-vision users, and helps give context to everyone." msgstr "Cuireann an téacs malartach síos ar na híomhánna do dhaoine atá dall nó a bhfuil lagú radhairc orthu agus cuireann sé an comhthéacs ar fáil do chuile dhuine." -#: src/view/com/modals/VerifyEmail.tsx:132 src/view/screens/Settings/DisableEmail2FADialog.tsx:96 +#: src/view/com/modals/VerifyEmail.tsx:132 +#: src/view/screens/Settings/DisableEmail2FADialog.tsx:96 msgid "An email has been sent to {0}. It includes a confirmation code which you can enter below." msgstr "Cuireadh teachtaireacht ríomhphoist chuig {0}. Tá cód dearbhaithe faoi iamh. Is féidir leat an cód a chur isteach thíos anseo." @@ -321,14 +427,19 @@ msgid "An error occured" msgstr "Tharla earráid" #: src/components/dms/MessageMenu.tsx:134 -msgid "An error occurred while trying to delete the message. Please try again." -msgstr "Tharla earráid agus an teachtaireacht á scriosadh. Bain triail eile as." +#~ msgid "An error occurred while trying to delete the message. Please try again." +#~ msgstr "Tharla earráid agus an teachtaireacht á scriosadh. Bain triail eile as." #: src/lib/moderation/useReportOptions.ts:27 msgid "An issue not included in these options" msgstr "Rud nach bhfuil ar fáil sna roghanna seo" -#: src/components/hooks/useFollowMethods.ts:35 src/components/hooks/useFollowMethods.ts:50 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 +#: src/components/hooks/useFollowMethods.ts:35 +#: src/components/hooks/useFollowMethods.ts:50 +#: 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." @@ -336,7 +447,9 @@ msgstr "Tharla fadhb. Déan iarracht eile, le do thoil." msgid "an unknown error occurred" msgstr "tharla earráid nach eol dúinn" -#: src/view/com/notifications/FeedItem.tsx:258 src/view/com/threadgate/WhoCanReply.tsx:180 +#: src/components/KnownFollowers.tsx:187 +#: src/view/com/notifications/FeedItem.tsx:258 +#: src/view/com/threadgate/WhoCanReply.tsx:180 msgid "and" msgstr "agus" @@ -360,11 +473,11 @@ msgstr "Teanga na haipe" msgid "App password deleted" msgstr "Pasfhocal na haipe scriosta" -#: src/view/com/modals/AddAppPasswords.tsx:139 +#: src/view/com/modals/AddAppPasswords.tsx:138 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:104 +#: src/view/com/modals/AddAppPasswords.tsx:103 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." @@ -372,23 +485,34 @@ msgstr "Caithfear 4 charachtar ar a laghad a bheith in ainmneacha phasfhocal na msgid "App password settings" msgstr "Socruithe phasfhocal na haipe" -#: src/Navigation.tsx:258 src/view/screens/AppPasswords.tsx:192 src/view/screens/Settings/index.tsx:706 +#: src/Navigation.tsx:264 +#: src/view/screens/AppPasswords.tsx:192 +#: src/view/screens/Settings/index.tsx:706 msgid "App Passwords" msgstr "Pasfhocal na haipe" -#: src/components/moderation/LabelsOnMeDialog.tsx:153 src/components/moderation/LabelsOnMeDialog.tsx:156 +#: src/components/moderation/LabelsOnMeDialog.tsx:151 +#: src/components/moderation/LabelsOnMeDialog.tsx:154 msgid "Appeal" msgstr "Achomharc" -#: src/components/moderation/LabelsOnMeDialog.tsx:238 +#: src/components/moderation/LabelsOnMeDialog.tsx:236 msgid "Appeal \"{0}\" label" msgstr "Achomharc in aghaidh lipéid \"{0}\"" -#: src/components/moderation/LabelsOnMeDialog.tsx:229 src/screens/Messages/Conversation/ChatDisabled.tsx:91 +#: src/components/moderation/LabelsOnMeDialog.tsx:227 +#: src/screens/Messages/Conversation/ChatDisabled.tsx:91 msgid "Appeal submitted" msgstr "Achomharc déanta" -#: src/screens/Messages/Conversation/ChatDisabled.tsx:51 src/screens/Messages/Conversation/ChatDisabled.tsx:53 src/screens/Messages/Conversation/ChatDisabled.tsx:99 src/screens/Messages/Conversation/ChatDisabled.tsx:101 +#: src/components/moderation/LabelsOnMeDialog.tsx:193 +#~ msgid "Appeal submitted." +#~ msgstr "Achomharc déanta" + +#: src/screens/Messages/Conversation/ChatDisabled.tsx:51 +#: src/screens/Messages/Conversation/ChatDisabled.tsx:53 +#: src/screens/Messages/Conversation/ChatDisabled.tsx:99 +#: src/screens/Messages/Conversation/ChatDisabled.tsx:101 msgid "Appeal this decision" msgstr "Déan achomharc i gcoinne an chinnidh seo" @@ -396,7 +520,8 @@ msgstr "Déan achomharc i gcoinne an chinnidh seo" msgid "Appearance" msgstr "Cuma" -#: src/screens/Feeds/NoSavedFeedsOfAnyType.tsx:47 src/screens/Home/NoFeedsPinned.tsx:106 +#: src/screens/Feeds/NoSavedFeedsOfAnyType.tsx:47 +#: src/screens/Home/NoFeedsPinned.tsx:93 msgid "Apply default recommended feeds" msgstr "Bain úsáid as fothaí réamhshocraithe a moladh" @@ -404,23 +529,33 @@ msgstr "Bain úsáid as fothaí réamhshocraithe a moladh" msgid "Are you sure you want to delete the app password \"{name}\"?" msgstr "An bhfuil tú cinnte gur mhaith leat pasfhocal na haipe “{name}” a scriosadh?" +#: src/components/dms/MessageMenu.tsx:123 +#, fuzzy +#~ msgid "Are you sure you want to delete this message? The message will be deleted for you, but not for other participants." +#~ msgstr "An bhfuil tú cinnte gur mhaith leat an teachtaireacht seo a scrios? Scriosfar duitse í ach ní don duine eile atá páirteach." + #: src/components/dms/MessageMenu.tsx:149 msgid "Are you sure you want to delete this message? The message will be deleted for you, but not for the other participant." msgstr "An bhfuil tú cinnte gur mhaith leat an teachtaireacht seo a scrios? Scriosfar duitse í ach ní don duine eile atá páirteach." +#: src/components/dms/ConvoMenu.tsx:189 +#, fuzzy +#~ msgid "Are you sure you want to leave this conversation? Your messages will be deleted for you, but not for other participants." +#~ msgstr "An bhfuil tú cinnte gur mhaith leat imeacht ón gcomhrá seo? Scriosfar duitse é ach ní don duine eile atá páirteach." + #: src/components/dms/LeaveConvoPrompt.tsx:48 msgid "Are you sure you want to leave this conversation? Your messages will be deleted for you, but not for the other participant." msgstr "An bhfuil tú cinnte gur mhaith leat imeacht ón gcomhrá seo? Scriosfar duitse é ach ní don duine eile atá páirteach." -#: src/view/com/feeds/FeedSourceCard.tsx:293 +#: src/view/com/feeds/FeedSourceCard.tsx:314 msgid "Are you sure you want to remove {0} from your feeds?" msgstr "An bhfuil tú cinnte gur mhaith leat {0} a bhaint de do chuid fothaí?" -#: src/view/com/composer/Composer.tsx:617 +#: src/view/com/composer/Composer.tsx:630 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/components/dialogs/MutedWords.tsx:283 +#: src/components/dialogs/MutedWords.tsx:281 msgid "Are you sure?" msgstr "Lánchinnte?" @@ -440,10 +575,29 @@ msgstr "Lomnochtacht ealaíonta nó gan a bheith gáirsiúil." msgid "At least 3 characters" msgstr "3 charachtar ar a laghad" -#: src/components/dms/MessagesListHeader.tsx:75 src/components/moderation/LabelsOnMeDialog.tsx:283 src/components/moderation/LabelsOnMeDialog.tsx:284 src/screens/Login/ChooseAccountForm.tsx:98 src/screens/Login/ChooseAccountForm.tsx:103 src/screens/Login/ForgotPasswordForm.tsx:129 src/screens/Login/ForgotPasswordForm.tsx:135 src/screens/Login/LoginForm.tsx:275 src/screens/Login/LoginForm.tsx:281 src/screens/Login/SetNewPasswordForm.tsx:160 src/screens/Login/SetNewPasswordForm.tsx:166 src/screens/Messages/Conversation/ChatDisabled.tsx:133 src/screens/Messages/Conversation/ChatDisabled.tsx:134 src/screens/Profile/Header/Shell.tsx:102 src/screens/Signup/index.tsx:193 src/view/com/util/ViewHeader.tsx:90 +#: src/components/dms/MessagesListHeader.tsx:75 +#: src/components/moderation/LabelsOnMeDialog.tsx:281 +#: src/components/moderation/LabelsOnMeDialog.tsx:282 +#: src/screens/Login/ChooseAccountForm.tsx:98 +#: src/screens/Login/ChooseAccountForm.tsx:103 +#: src/screens/Login/ForgotPasswordForm.tsx:129 +#: src/screens/Login/ForgotPasswordForm.tsx:135 +#: src/screens/Login/LoginForm.tsx:275 +#: src/screens/Login/LoginForm.tsx:281 +#: src/screens/Login/SetNewPasswordForm.tsx:160 +#: src/screens/Login/SetNewPasswordForm.tsx:166 +#: src/screens/Messages/Conversation/ChatDisabled.tsx:133 +#: src/screens/Messages/Conversation/ChatDisabled.tsx:134 +#: src/screens/Profile/Header/Shell.tsx:102 +#: src/screens/Signup/index.tsx:193 +#: src/view/com/util/ViewHeader.tsx:91 msgid "Back" msgstr "Ar ais" +#: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:144 +#~ msgid "Based on your interest in {interestsText}" +#~ msgstr "Toisc go bhfuil suim agat in {interestsText}" + #: src/view/screens/Settings/index.tsx:496 msgid "Basics" msgstr "Bunrudaí" @@ -456,15 +610,18 @@ msgstr "Breithlá" msgid "Birthday:" msgstr "Breithlá:" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:295 src/view/com/profile/ProfileMenu.tsx:363 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:309 +#: src/view/com/profile/ProfileMenu.tsx:363 msgid "Block" msgstr "Blocáil" -#: src/components/dms/ConvoMenu.tsx:188 src/components/dms/ConvoMenu.tsx:192 +#: src/components/dms/ConvoMenu.tsx:188 +#: src/components/dms/ConvoMenu.tsx:192 msgid "Block account" msgstr "Blocáil an cuntas seo" -#: src/view/com/profile/ProfileMenu.tsx:302 src/view/com/profile/ProfileMenu.tsx:309 +#: src/view/com/profile/ProfileMenu.tsx:302 +#: src/view/com/profile/ProfileMenu.tsx:309 msgid "Block Account" msgstr "Blocáil an cuntas seo" @@ -484,7 +641,8 @@ msgstr "Liosta blocála" msgid "Block these accounts?" msgstr "An bhfuil fonn ort na cuntais seo a bhlocáil?" -#: src/view/com/lists/ListCard.tsx:112 src/view/com/util/post-embeds/QuoteEmbed.tsx:75 +#: src/view/com/lists/ListCard.tsx:112 +#: src/view/com/util/post-embeds/QuoteEmbed.tsx:75 msgid "Blocked" msgstr "Blocáilte" @@ -492,7 +650,8 @@ msgstr "Blocáilte" msgid "Blocked accounts" msgstr "Cuntais bhlocáilte" -#: src/Navigation.tsx:141 src/view/screens/ModerationBlockedAccounts.tsx:109 +#: src/Navigation.tsx:140 +#: src/view/screens/ModerationBlockedAccounts.tsx:109 msgid "Blocked Accounts" msgstr "Cuntais bhlocáilte" @@ -524,7 +683,8 @@ msgstr "Ní chuirfidh blocáil cosc ar lipéid a bheith curtha ar do chuntas, ac msgid "Blog" msgstr "Blag" -#: src/view/com/auth/server-input/index.tsx:89 src/view/com/auth/server-input/index.tsx:91 +#: src/view/com/auth/server-input/index.tsx:89 +#: src/view/com/auth/server-input/index.tsx:91 msgid "Bluesky" msgstr "Bluesky" @@ -532,6 +692,18 @@ msgstr "Bluesky" 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:NaN +#~ msgid "Bluesky is flexible." +#~ msgstr "Tá Bluesky solúbtha." + +#: src/view/com/auth/onboarding/WelcomeDesktop.tsx:NaN +#~ msgid "Bluesky is open." +#~ msgstr "Tá Bluesky oscailte." + +#: src/view/com/auth/onboarding/WelcomeDesktop.tsx:NaN +#~ msgid "Bluesky is public." +#~ msgstr "Tá Bluesky poiblí." + #: src/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." @@ -548,7 +720,8 @@ msgstr "Déan íomhánna doiléir agus scag ó fhothaí iad" msgid "Books" msgstr "Leabhair" -#: src/screens/Home/NoFeedsPinned.tsx:116 src/screens/Home/NoFeedsPinned.tsx:123 +#: src/screens/Home/NoFeedsPinned.tsx:103 +#: src/screens/Home/NoFeedsPinned.tsx:109 msgid "Browse other feeds" msgstr "Tabhair súil ar fhothaí eile" @@ -556,15 +729,23 @@ msgstr "Tabhair súil ar fhothaí eile" msgid "Business" msgstr "Gnó" -#: src/view/com/profile/ProfileSubpageHeader.tsx:159 +#: src/view/com/profile/ProfileSubpageHeader.tsx:156 msgid "by —" msgstr "le —" +#: src/view/com/auth/onboarding/RecommendedFeedsItem.tsx:100 +#~ msgid "by {0}" +#~ msgstr "le {0}" + #: src/components/LabelingServiceCard/index.tsx:56 msgid "By {0}" msgstr "Le {0}" -#: src/view/com/profile/ProfileSubpageHeader.tsx:163 +#: src/screens/Onboarding/StepAlgoFeeds/FeedCard.tsx:112 +#~ msgid "by @{0}" +#~ msgstr "ag @{0}" + +#: src/view/com/profile/ProfileSubpageHeader.tsx:160 msgid "by <0/>" msgstr "le <0/>" @@ -572,7 +753,7 @@ msgstr "le <0/>" msgid "By creating an account you agree to the {els}." msgstr "Le cruthú an chuntais aontaíonn tú leis na {els}." -#: src/view/com/profile/ProfileSubpageHeader.tsx:161 +#: src/view/com/profile/ProfileSubpageHeader.tsx:158 msgid "by you" msgstr "leat" @@ -580,20 +761,47 @@ msgstr "leat" msgid "Camera" msgstr "Ceamara" -#: src/view/com/modals/AddAppPasswords.tsx:180 +#: src/view/com/modals/AddAppPasswords.tsx:179 msgid "Can only contain letters, numbers, spaces, dashes, and underscores. Must be at least 4 characters long, but no more than 32 characters long." msgstr "Ní féidir ach litreacha, uimhreacha, spásanna, daiseanna agus fostríocanna a bheith ann. Caithfear 4 charachtar ar a laghad a bheith ann agus gan níos mó ná 32 charachtar." -#: src/components/Menu/index.tsx:215 src/components/Prompt.tsx:119 src/components/Prompt.tsx:121 src/components/TagMenu/index.tsx:268 src/screens/Deactivated.tsx:161 src/view/com/composer/Composer.tsx:417 src/view/com/composer/Composer.tsx:423 src/view/com/modals/ChangeEmail.tsx:213 src/view/com/modals/ChangeEmail.tsx:215 src/view/com/modals/ChangeHandle.tsx:148 src/view/com/modals/ChangePassword.tsx:268 src/view/com/modals/ChangePassword.tsx:271 src/view/com/modals/CreateOrEditList.tsx:344 src/view/com/modals/crop-image/CropImage.web.tsx:162 src/view/com/modals/EditImage.tsx:324 src/view/com/modals/EditProfile.tsx:250 src/view/com/modals/InAppBrowserConsent.tsx:78 src/view/com/modals/InAppBrowserConsent.tsx:80 src/view/com/modals/LinkWarning.tsx:105 src/view/com/modals/LinkWarning.tsx:107 src/view/com/modals/VerifyEmail.tsx:255 src/view/com/modals/VerifyEmail.tsx:261 src/view/com/util/post-ctrls/RepostButton.tsx:136 src/view/screens/Search/Search.tsx:738 src/view/shell/desktop/Search.tsx:218 +#: src/components/Menu/index.tsx:215 +#: src/components/Prompt.tsx:119 +#: src/components/Prompt.tsx:121 +#: src/components/TagMenu/index.tsx:268 +#: src/screens/Deactivated.tsx:161 +#: src/view/com/composer/Composer.tsx:432 +#: src/view/com/composer/Composer.tsx:438 +#: src/view/com/modals/ChangeEmail.tsx:213 +#: src/view/com/modals/ChangeEmail.tsx:215 +#: src/view/com/modals/ChangeHandle.tsx:148 +#: src/view/com/modals/ChangePassword.tsx:268 +#: src/view/com/modals/ChangePassword.tsx:271 +#: src/view/com/modals/CreateOrEditList.tsx:344 +#: src/view/com/modals/crop-image/CropImage.web.tsx:162 +#: src/view/com/modals/EditImage.tsx:324 +#: src/view/com/modals/EditProfile.tsx:250 +#: src/view/com/modals/InAppBrowserConsent.tsx:78 +#: src/view/com/modals/InAppBrowserConsent.tsx:80 +#: src/view/com/modals/LinkWarning.tsx:105 +#: src/view/com/modals/LinkWarning.tsx:107 +#: src/view/com/modals/VerifyEmail.tsx:255 +#: src/view/com/modals/VerifyEmail.tsx:261 +#: src/view/com/util/post-ctrls/RepostButton.tsx:138 +#: src/view/screens/Search/Search.tsx:735 +#: src/view/shell/desktop/Search.tsx:218 msgid "Cancel" msgstr "Cealaigh" -#: src/view/com/modals/CreateOrEditList.tsx:349 src/view/com/modals/DeleteAccount.tsx:174 src/view/com/modals/DeleteAccount.tsx:296 +#: src/view/com/modals/CreateOrEditList.tsx:349 +#: src/view/com/modals/DeleteAccount.tsx:174 +#: src/view/com/modals/DeleteAccount.tsx:296 msgctxt "action" msgid "Cancel" msgstr "Cealaigh" -#: src/view/com/modals/DeleteAccount.tsx:170 src/view/com/modals/DeleteAccount.tsx:292 +#: src/view/com/modals/DeleteAccount.tsx:170 +#: src/view/com/modals/DeleteAccount.tsx:292 msgid "Cancel account deletion" msgstr "Ná scrios an chuntas" @@ -609,7 +817,7 @@ msgstr "Cealaigh bearradh na híomhá" msgid "Cancel profile editing" msgstr "Cealaigh eagarthóireacht na próifíle" -#: src/view/com/util/post-ctrls/RepostButton.tsx:130 +#: src/view/com/util/post-ctrls/RepostButton.tsx:132 msgid "Cancel quote post" msgstr "Ná déan athlua na postála" @@ -617,7 +825,8 @@ msgstr "Ná déan athlua na postála" msgid "Cancel reactivation and log out" msgstr "Cuir an t-athghníomhú ar ceal agus logáil amach" -#: src/view/com/modals/ListAddRemoveUsers.tsx:87 src/view/shell/desktop/Search.tsx:214 +#: src/view/com/modals/ListAddRemoveUsers.tsx:87 +#: src/view/shell/desktop/Search.tsx:214 msgid "Cancel search" msgstr "Cealaigh an cuardach" @@ -638,7 +847,8 @@ msgstr "Athraigh" msgid "Change handle" msgstr "Athraigh mo leasainm" -#: src/view/com/modals/ChangeHandle.tsx:156 src/view/screens/Settings/index.tsx:729 +#: src/view/com/modals/ChangeHandle.tsx:156 +#: src/view/screens/Settings/index.tsx:729 msgid "Change Handle" msgstr "Athraigh mo leasainm" @@ -650,7 +860,8 @@ msgstr "Athraigh mo ríomhphost" msgid "Change password" msgstr "Athraigh mo phasfhocal" -#: src/view/com/modals/ChangePassword.tsx:142 src/view/screens/Settings/index.tsx:774 +#: src/view/com/modals/ChangePassword.tsx:142 +#: src/view/screens/Settings/index.tsx:774 msgid "Change Password" msgstr "Athraigh mo phasfhocal" @@ -662,7 +873,9 @@ msgstr "Athraigh an teanga phostála go {0}" msgid "Change Your Email" msgstr "Athraigh do ríomhphost" -#: src/Navigation.tsx:302 src/view/shell/bottom-bar/BottomBar.tsx:201 src/view/shell/desktop/LeftNav.tsx:295 +#: src/Navigation.tsx:308 +#: src/view/shell/bottom-bar/BottomBar.tsx:201 +#: src/view/shell/desktop/LeftNav.tsx:295 msgid "Chat" msgstr "Comhrá" @@ -670,11 +883,16 @@ msgstr "Comhrá" msgid "Chat muted" msgstr "Balbhaíodh an comhrá" -#: src/components/dms/ConvoMenu.tsx:112 src/components/dms/MessageMenu.tsx:81 src/Navigation.tsx:307 src/screens/Messages/List/index.tsx:88 src/view/screens/Settings/index.tsx:638 +#: src/components/dms/ConvoMenu.tsx:112 +#: src/components/dms/MessageMenu.tsx:81 +#: src/Navigation.tsx:313 +#: src/screens/Messages/List/index.tsx:88 +#: src/view/screens/Settings/index.tsx:638 msgid "Chat settings" msgstr "Socruithe comhrá" -#: src/screens/Messages/Settings.tsx:59 src/view/screens/Settings/index.tsx:647 +#: src/screens/Messages/Settings.tsx:59 +#: src/view/screens/Settings/index.tsx:647 msgid "Chat Settings" msgstr "Socruithe Comhrá" @@ -683,13 +901,22 @@ msgid "Chat unmuted" msgstr "Díbhalbhaíodh an comhrá" #: src/screens/Messages/Conversation/index.tsx:26 -msgid "Chat with {chatId}" -msgstr "Comhrá le {chatId}" +#~ msgid "Chat with {chatId}" +#~ msgstr "Comhrá le {chatId}" -#: src/screens/SignupQueued.tsx:78 src/screens/SignupQueued.tsx:82 +#: src/screens/SignupQueued.tsx:78 +#: src/screens/SignupQueued.tsx:82 msgid "Check my status" msgstr "Seiceáil mo stádas" +#: src/view/com/auth/onboarding/RecommendedFeeds.tsx:122 +#~ msgid "Check out some recommended feeds. Tap + to add them to your list of pinned feeds." +#~ msgstr "Cuir súil ar na fothaí seo. Brúigh + len iad a chur le liosta na bhfothaí atá greamaithe agat." + +#: src/view/com/auth/onboarding/RecommendedFollows.tsx:186 +#~ msgid "Check out some recommended users. Follow them to see similar users." +#~ msgstr "Cuir súil ar na húsáideoirí seo. Lean iad le húsáideoirí atá cosúil leo a fheiceáil." + #: src/screens/Login/LoginForm.tsx:268 msgid "Check your email for a login code and enter it here." msgstr "Féach ar do bhosca ríomhphoist le haghaidh cód dearbhaithe agus cuir isteach anseo é." @@ -710,10 +937,18 @@ msgstr "Roghnaigh Seirbhís" msgid "Choose the algorithms that power your custom feeds." msgstr "Roghnaigh na halgartaim le haghaidh do chuid sainfhothaí." +#: src/view/com/auth/onboarding/WelcomeDesktop.tsx:NaN +#~ msgid "Choose the algorithms that power your experience with custom feeds." +#~ msgstr "Roghnaigh na halgartaim a shainíonn an dóigh a n-oibríonn do chuid sainfhothaí." + #: src/screens/Onboarding/StepProfile/AvatarCreatorItems.tsx:107 msgid "Choose this color as your avatar" msgstr "Roghnaigh an dath seo mar abhatár duit" +#: src/screens/Onboarding/StepAlgoFeeds/index.tsx:104 +#~ msgid "Choose your main feeds" +#~ msgstr "Roghnaigh do phríomhfhothaí" + #: src/screens/Signup/StepInfo/index.tsx:114 msgid "Choose your password" msgstr "Roghnaigh do phasfhocal" @@ -734,7 +969,8 @@ msgstr "Glan na sonraí ar fad atá i dtaisce." msgid "Clear all storage data (restart after this)" msgstr "Glan na sonraí ar fad atá i dtaisce. Ansin atosaigh." -#: src/view/com/util/forms/SearchInput.tsx:88 src/view/screens/Search/Search.tsx:864 +#: src/view/com/util/forms/SearchInput.tsx:88 +#: src/view/screens/Search/Search.tsx:861 msgid "Clear search query" msgstr "Glan an cuardach" @@ -758,10 +994,19 @@ msgstr "Cliceáil anseo le tuilleadh a fhoghlaim faoi dhíghníomhú do chuntais msgid "Click here for more information." msgstr "Cliceáil anseo do bhreis eolais." +#: src/screens/Feeds/NoFollowingFeed.tsx:46 +#, fuzzy +#~ msgid "Click here to add one." +#~ msgstr "Cliceáil anseo do bhreis eolais." + #: src/components/TagMenu/index.web.tsx:138 msgid "Click here to open tag menu for {tag}" msgstr "Cliceáil anseo le clár na clibe le haghaidh {tag} a oscailt" +#: src/components/RichText.tsx:198 +#~ msgid "Click here to open tag menu for #{tag}" +#~ msgstr "Cliceáil anseo le clár na clibe le haghaidh #{tag} a oscailt" + #: src/components/dms/MessageItem.tsx:237 msgid "Click to retry failed message" msgstr "Cliceáil le triail eile a bhaint as teachtaireacht ar theip uirthi" @@ -774,11 +1019,17 @@ msgstr "Aeráid" msgid "Clip 🐴 clop 🐴" msgstr "Trup, Trup a Chapaillín 🐴" -#: src/components/dialogs/GifSelect.ios.tsx:250 src/components/dialogs/GifSelect.tsx:268 src/components/dms/dialogs/SearchablePeopleList.tsx:261 src/view/com/modals/ChangePassword.tsx:268 src/view/com/modals/ChangePassword.tsx:271 src/view/com/util/post-embeds/GifEmbed.tsx:185 +#: src/components/dialogs/GifSelect.ios.tsx:250 +#: src/components/dialogs/GifSelect.tsx:268 +#: src/components/dms/dialogs/SearchablePeopleList.tsx:261 +#: src/view/com/modals/ChangePassword.tsx:268 +#: src/view/com/modals/ChangePassword.tsx:271 +#: src/view/com/util/post-embeds/GifEmbed.tsx:185 msgid "Close" msgstr "Dún" -#: src/components/Dialog/index.web.tsx:113 src/components/Dialog/index.web.tsx:251 +#: src/components/Dialog/index.web.tsx:113 +#: src/components/Dialog/index.web.tsx:251 msgid "Close active dialog" msgstr "Dún an dialóg oscailte" @@ -790,7 +1041,8 @@ msgstr "Dún an rabhadh" msgid "Close bottom drawer" msgstr "Dún an tarraiceán íochtair" -#: src/components/dialogs/GifSelect.ios.tsx:244 src/components/dialogs/GifSelect.tsx:262 +#: src/components/dialogs/GifSelect.ios.tsx:244 +#: src/components/dialogs/GifSelect.tsx:262 msgid "Close dialog" msgstr "Dún an dialóg" @@ -814,7 +1066,8 @@ msgstr "Dún an fhuinneog" msgid "Close navigation footer" msgstr "Dún an buntásc" -#: src/components/Menu/index.tsx:209 src/components/TagMenu/index.tsx:262 +#: src/components/Menu/index.tsx:209 +#: src/components/TagMenu/index.tsx:262 msgid "Close this dialog" msgstr "Dún an dialóg seo" @@ -826,7 +1079,7 @@ msgstr "Dúnann sé seo an barra nascleanúna ag an mbun" msgid "Closes password update alert" msgstr "Dúnann sé seo an rabhadh faoi uasdátú an phasfhocail" -#: src/view/com/composer/Composer.tsx:419 +#: src/view/com/composer/Composer.tsx:434 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" @@ -850,7 +1103,8 @@ msgstr "Greann" msgid "Comics" msgstr "Greannáin" -#: src/Navigation.tsx:248 src/view/screens/CommunityGuidelines.tsx:32 +#: src/Navigation.tsx:254 +#: src/view/screens/CommunityGuidelines.tsx:32 msgid "Community Guidelines" msgstr "Treoirlínte an phobail" @@ -862,7 +1116,7 @@ msgstr "Críochnaigh agus tosaigh ag baint úsáide as do chuntas." msgid "Complete the challenge" msgstr "Freagair an dúshlán" -#: src/view/com/composer/Composer.tsx:536 +#: src/view/com/composer/Composer.tsx:551 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" @@ -870,6 +1124,10 @@ 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:81 +#~ msgid "Configure content filtering setting for category: {0}" +#~ msgstr "Socraigh scagadh an ábhair le haghaidh catagóir: {0}" + #: src/components/moderation/LabelPreference.tsx:81 msgid "Configure content filtering setting for category: {name}" msgstr "Socraigh scagadh an ábhair le haghaidh catagóir: {name}" @@ -878,11 +1136,20 @@ msgstr "Socraigh scagadh an ábhair le haghaidh catagóir: {name}" msgid "Configured in <0>moderation settings." msgstr "Le socrú i <0>socruithe na modhnóireachta." -#: src/components/Prompt.tsx:159 src/components/Prompt.tsx:162 src/view/com/modals/SelfLabel.tsx:155 src/view/com/modals/VerifyEmail.tsx:239 src/view/com/modals/VerifyEmail.tsx:241 src/view/screens/PreferencesFollowingFeed.tsx:307 src/view/screens/PreferencesThreads.tsx:159 src/view/screens/Settings/DisableEmail2FADialog.tsx:180 src/view/screens/Settings/DisableEmail2FADialog.tsx:183 +#: src/components/Prompt.tsx:159 +#: src/components/Prompt.tsx:162 +#: src/view/com/modals/SelfLabel.tsx:155 +#: src/view/com/modals/VerifyEmail.tsx:239 +#: src/view/com/modals/VerifyEmail.tsx:241 +#: src/view/screens/PreferencesFollowingFeed.tsx:307 +#: src/view/screens/PreferencesThreads.tsx:159 +#: src/view/screens/Settings/DisableEmail2FADialog.tsx:180 +#: src/view/screens/Settings/DisableEmail2FADialog.tsx:183 msgid "Confirm" msgstr "Dearbhaigh" -#: src/view/com/modals/ChangeEmail.tsx:188 src/view/com/modals/ChangeEmail.tsx:190 +#: src/view/com/modals/ChangeEmail.tsx:188 +#: src/view/com/modals/ChangeEmail.tsx:190 msgid "Confirm Change" msgstr "Dearbhaigh an t-athrú" @@ -902,7 +1169,13 @@ msgstr "Dearbhaigh d'aois:" msgid "Confirm your birthdate" msgstr "Dearbhaigh do bhreithlá" -#: src/screens/Login/LoginForm.tsx:250 src/view/com/modals/ChangeEmail.tsx:152 src/view/com/modals/DeleteAccount.tsx:238 src/view/com/modals/DeleteAccount.tsx:244 src/view/com/modals/VerifyEmail.tsx:173 src/view/screens/Settings/DisableEmail2FADialog.tsx:143 src/view/screens/Settings/DisableEmail2FADialog.tsx:149 +#: src/screens/Login/LoginForm.tsx:250 +#: src/view/com/modals/ChangeEmail.tsx:152 +#: src/view/com/modals/DeleteAccount.tsx:238 +#: src/view/com/modals/DeleteAccount.tsx:244 +#: src/view/com/modals/VerifyEmail.tsx:173 +#: src/view/screens/Settings/DisableEmail2FADialog.tsx:143 +#: src/view/screens/Settings/DisableEmail2FADialog.tsx:149 msgid "Confirmation code" msgstr "Cód dearbhaithe" @@ -914,6 +1187,10 @@ msgstr "Ag nascadh…" msgid "Contact support" msgstr "Teagmháil le Support" +#: src/components/moderation/LabelsOnMe.tsx:42 +#~ msgid "content" +#~ msgstr "ábhar" + #: src/lib/moderation/useGlobalLabelStrings.ts:18 msgid "Content Blocked" msgstr "Ábhar Blocáilte" @@ -922,15 +1199,20 @@ msgstr "Ábhar Blocáilte" msgid "Content filters" msgstr "Scagthaí ábhair" -#: src/view/com/modals/lang-settings/ContentLanguagesSettings.tsx:74 src/view/screens/LanguageSettings.tsx:280 +#: src/view/com/modals/lang-settings/ContentLanguagesSettings.tsx:74 +#: src/view/screens/LanguageSettings.tsx:280 msgid "Content Languages" msgstr "Teangacha ábhair" -#: src/components/moderation/ModerationDetailsDialog.tsx:75 src/lib/moderation/useModerationCauseDescription.ts:77 +#: src/components/moderation/ModerationDetailsDialog.tsx:75 +#: src/lib/moderation/useModerationCauseDescription.ts:77 msgid "Content Not Available" msgstr "Ábhar nach bhfuil ar fáil" -#: src/components/moderation/ModerationDetailsDialog.tsx:46 src/components/moderation/ScreenHider.tsx:99 src/lib/moderation/useGlobalLabelStrings.ts:22 src/lib/moderation/useModerationCauseDescription.ts:40 +#: src/components/moderation/ModerationDetailsDialog.tsx:46 +#: src/components/moderation/ScreenHider.tsx:99 +#: src/lib/moderation/useGlobalLabelStrings.ts:22 +#: src/lib/moderation/useModerationCauseDescription.ts:40 msgid "Content Warning" msgstr "Rabhadh ábhair" @@ -942,7 +1224,8 @@ msgstr "Rabhadh ábhair" msgid "Context menu backdrop, click to close the menu." msgstr "Cúlra an roghchláir comhthéacs, cliceáil chun an roghchlár a dhúnadh." -#: src/screens/Onboarding/StepInterests/index.tsx:253 src/screens/Onboarding/StepProfile/index.tsx:268 +#: src/screens/Onboarding/StepInterests/index.tsx:253 +#: src/screens/Onboarding/StepProfile/index.tsx:269 msgid "Continue" msgstr "Lean ar aghaidh" @@ -950,11 +1233,25 @@ msgstr "Lean ar aghaidh" msgid "Continue as {0} (currently signed in)" msgstr "Lean ort mar {0} (atá logáilte isteach faoi láthair)" -#: src/screens/Onboarding/StepInterests/index.tsx:250 src/screens/Onboarding/StepProfile/index.tsx:265 src/screens/Signup/index.tsx:213 +#: src/view/com/post-thread/PostThreadLoadMore.tsx:52 +msgid "Continue thread..." +msgstr "" + +#: src/screens/Onboarding/StepInterests/index.tsx:250 +#: src/screens/Onboarding/StepProfile/index.tsx:266 +#: src/screens/Signup/index.tsx:213 msgid "Continue to next step" msgstr "Lean ar aghaidh go dtí an chéad chéim eile" -#: src/screens/Messages/List/ChatListItem.tsx:153 +#: src/screens/Onboarding/StepAlgoFeeds/index.tsx:158 +#~ msgid "Continue to the next step" +#~ msgstr "Lean ar aghaidh go dtí an chéad chéim eile" + +#: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:199 +#~ msgid "Continue to the next step without following any accounts" +#~ msgstr "Lean ar aghaidh go dtí an chéad chéim eile gan aon chuntas a leanúint" + +#: src/screens/Messages/List/ChatListItem.tsx:154 msgid "Conversation deleted" msgstr "Scriosadh an comhrá" @@ -962,7 +1259,8 @@ msgstr "Scriosadh an comhrá" msgid "Cooking" msgstr "Cócaireacht" -#: src/view/com/modals/AddAppPasswords.tsx:221 src/view/com/modals/InviteCodes.tsx:183 +#: src/view/com/modals/AddAppPasswords.tsx:220 +#: src/view/com/modals/InviteCodes.tsx:183 msgid "Copied" msgstr "Cóipeáilte" @@ -970,7 +1268,11 @@ msgstr "Cóipeáilte" msgid "Copied build version to clipboard" msgstr "Leagan cóipeáilte sa ghearrthaisce" -#: src/components/dms/MessageMenu.tsx:57 src/view/com/modals/AddAppPasswords.tsx:81 src/view/com/modals/ChangeHandle.tsx:320 src/view/com/modals/InviteCodes.tsx:153 src/view/com/util/forms/PostDropdownBtn.tsx:187 +#: src/components/dms/MessageMenu.tsx:57 +#: src/view/com/modals/AddAppPasswords.tsx:80 +#: src/view/com/modals/ChangeHandle.tsx:320 +#: src/view/com/modals/InviteCodes.tsx:153 +#: src/view/com/util/forms/PostDropdownBtn.tsx:182 msgid "Copied to clipboard" msgstr "Cóipeáilte sa ghearrthaisce" @@ -978,11 +1280,11 @@ msgstr "Cóipeáilte sa ghearrthaisce" msgid "Copied!" msgstr "Cóipeáilte!" -#: src/view/com/modals/AddAppPasswords.tsx:215 +#: src/view/com/modals/AddAppPasswords.tsx:214 msgid "Copies app password" msgstr "Cóipeálann sé seo pasfhocal na haipe" -#: src/view/com/modals/AddAppPasswords.tsx:214 +#: src/view/com/modals/AddAppPasswords.tsx:213 msgid "Copy" msgstr "Cóipeáil" @@ -990,7 +1292,8 @@ msgstr "Cóipeáil" msgid "Copy {0}" msgstr "Cóipeáil {0}" -#: src/components/dialogs/Embed.tsx:120 src/components/dialogs/Embed.tsx:139 +#: src/components/dialogs/Embed.tsx:120 +#: src/components/dialogs/Embed.tsx:139 msgid "Copy code" msgstr "Cóipeáil an cód" @@ -998,19 +1301,23 @@ msgstr "Cóipeáil an cód" msgid "Copy link to list" msgstr "Cóipeáil an nasc leis an liosta" -#: src/view/com/util/forms/PostDropdownBtn.tsx:310 src/view/com/util/forms/PostDropdownBtn.tsx:319 +#: src/view/com/util/forms/PostDropdownBtn.tsx:297 +#: src/view/com/util/forms/PostDropdownBtn.tsx:306 msgid "Copy link to post" msgstr "Cóipeáil an nasc leis an bpostáil" -#: src/components/dms/MessageMenu.tsx:110 src/components/dms/MessageMenu.tsx:112 +#: src/components/dms/MessageMenu.tsx:110 +#: src/components/dms/MessageMenu.tsx:112 msgid "Copy message text" msgstr "Cóipeáil téacs na teachtaireachta" -#: src/view/com/util/forms/PostDropdownBtn.tsx:288 src/view/com/util/forms/PostDropdownBtn.tsx:290 +#: src/view/com/util/forms/PostDropdownBtn.tsx:275 +#: src/view/com/util/forms/PostDropdownBtn.tsx:277 msgid "Copy post text" msgstr "Cóipeáil téacs na postála" -#: src/Navigation.tsx:253 src/view/screens/CopyrightPolicy.tsx:29 +#: src/Navigation.tsx:259 +#: src/view/screens/CopyrightPolicy.tsx:29 msgid "Copyright Policy" msgstr "An polasaí maidir le cóipcheart" @@ -1027,14 +1334,20 @@ msgid "Could not load list" msgstr "Ní féidir an liosta a lódáil" #: src/components/dms/NewChat.tsx:241 -msgid "Could not load profiles. Please try again later." -msgstr "Níorbh fhéidir próifílí a lódáil. Bain triail eile as ar ball." +#~ msgid "Could not load profiles. Please try again later." +#~ msgstr "Níorbh fhéidir próifílí a lódáil. Bain triail eile as ar ball." #: src/components/dms/ConvoMenu.tsx:88 msgid "Could not mute chat" msgstr "Níor éiríodh ar an gcomhrá a bhalbhú" -#: src/view/com/auth/SplashScreen.tsx:57 src/view/com/auth/SplashScreen.web.tsx:106 +#: src/components/dms/ConvoMenu.tsx:68 +#, fuzzy +#~ msgid "Could not unmute chat" +#~ msgstr "Níor éiríodh ar an gcomhrá a bhalbhú" + +#: src/view/com/auth/SplashScreen.tsx:57 +#: src/view/com/auth/SplashScreen.web.tsx:106 msgid "Create a new account" msgstr "Cruthaigh cuntas nua" @@ -1046,19 +1359,21 @@ msgstr "Cruthaigh cuntas nua Bluesky" msgid "Create Account" msgstr "Cruthaigh cuntas" -#: src/components/dialogs/Signin.tsx:86 src/components/dialogs/Signin.tsx:88 +#: src/components/dialogs/Signin.tsx:86 +#: src/components/dialogs/Signin.tsx:88 msgid "Create an account" msgstr "Cruthaigh cuntas" -#: src/screens/Onboarding/StepProfile/index.tsx:282 +#: src/screens/Onboarding/StepProfile/index.tsx:283 msgid "Create an avatar instead" msgstr "Cruthaigh abhatár nua ina ionad sin" -#: src/view/com/modals/AddAppPasswords.tsx:243 +#: src/view/com/modals/AddAppPasswords.tsx:242 msgid "Create App Password" msgstr "Cruthaigh pasfhocal aipe" -#: src/view/com/auth/SplashScreen.tsx:48 src/view/com/auth/SplashScreen.web.tsx:97 +#: src/view/com/auth/SplashScreen.tsx:48 +#: src/view/com/auth/SplashScreen.web.tsx:97 msgid "Create new account" msgstr "Cruthaigh cuntas nua" @@ -1070,11 +1385,16 @@ msgstr "Cruthaigh tuairisc do {0}" msgid "Created {0}" msgstr "Cruthaíodh {0}" +#: src/view/com/composer/Composer.tsx:469 +#~ msgid "Creates a card with a thumbnail. The card links to {url}" +#~ msgstr "Cruthaíonn sé seo cárta le mionsamhail. Nascann an cárta le {url}." + #: src/screens/Onboarding/index.tsx:26 msgid "Culture" msgstr "Cultúr" -#: src/view/com/auth/server-input/index.tsx:97 src/view/com/auth/server-input/index.tsx:99 +#: src/view/com/auth/server-input/index.tsx:97 +#: src/view/com/auth/server-input/index.tsx:99 msgid "Custom" msgstr "Saincheaptha" @@ -1082,7 +1402,7 @@ msgstr "Saincheaptha" msgid "Custom domain" msgstr "Sainfhearann" -#: src/view/screens/Feeds.tsx:824 +#: src/view/screens/Feeds.tsx:797 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" @@ -1090,7 +1410,8 @@ msgstr "Cruthaíonn an pobal fothaí chun eispéiris nua a chur ar fáil duit, a msgid "Customize media from external sites." msgstr "Oiriúnaigh na meáin ó shuíomhanna seachtracha" -#: src/view/screens/Settings/index.tsx:458 src/view/screens/Settings/index.tsx:484 +#: src/view/screens/Settings/index.tsx:458 +#: src/view/screens/Settings/index.tsx:484 msgid "Dark" msgstr "Dorcha" @@ -1106,7 +1427,8 @@ msgstr "Téama Dorcha" msgid "Date of birth" msgstr "Dáta breithe" -#: src/screens/Settings/components/DeactivateAccountDialog.tsx:73 src/view/screens/Settings/index.tsx:806 +#: src/screens/Settings/components/DeactivateAccountDialog.tsx:73 +#: src/view/screens/Settings/index.tsx:806 msgid "Deactivate account" msgstr "Díghníomhaigh mo chuntas" @@ -1122,7 +1444,10 @@ msgstr "Dífhabhtaigh Modhnóireacht" msgid "Debug panel" msgstr "Painéal dífhabhtaithe" -#: src/components/dms/MessageMenu.tsx:151 src/view/com/util/forms/PostDropdownBtn.tsx:436 src/view/screens/AppPasswords.tsx:285 src/view/screens/ProfileList.tsx:667 +#: src/components/dms/MessageMenu.tsx:151 +#: src/view/com/util/forms/PostDropdownBtn.tsx:423 +#: src/view/screens/AppPasswords.tsx:285 +#: src/view/screens/ProfileList.tsx:667 msgid "Delete" msgstr "Scrios" @@ -1130,6 +1455,10 @@ msgstr "Scrios" msgid "Delete account" msgstr "Scrios an cuntas" +#: src/view/com/modals/DeleteAccount.tsx:87 +#~ msgid "Delete Account" +#~ msgstr "Scrios an Cuntas" + #: src/view/com/modals/DeleteAccount.tsx:105 msgid "Delete Account <0>\"<1>{0}<2>\"" msgstr "Scrios Cuntas <0>\"<1>{0}<2>\"" @@ -1142,7 +1471,8 @@ msgstr "Scrios pasfhocal na haipe" msgid "Delete app password?" msgstr "Scrios pasfhocal na haipe?" -#: src/view/screens/Settings/index.tsx:890 src/view/screens/Settings/index.tsx:893 +#: src/view/screens/Settings/index.tsx:890 +#: src/view/screens/Settings/index.tsx:893 msgid "Delete chat declaration record" msgstr "Scrios taifead dearbhaithe comhrá" @@ -1170,7 +1500,8 @@ msgstr "Scrios mo chuntas" msgid "Delete My Account…" msgstr "Scrios mo chuntas…" -#: src/view/com/util/forms/PostDropdownBtn.tsx:417 src/view/com/util/forms/PostDropdownBtn.tsx:419 +#: src/view/com/util/forms/PostDropdownBtn.tsx:404 +#: src/view/com/util/forms/PostDropdownBtn.tsx:406 msgid "Delete post" msgstr "Scrios an phostáil" @@ -1178,7 +1509,7 @@ msgstr "Scrios an phostáil" msgid "Delete this list?" msgstr "An bhfuil fonn ort an liosta seo a scriosadh?" -#: src/view/com/util/forms/PostDropdownBtn.tsx:431 +#: src/view/com/util/forms/PostDropdownBtn.tsx:418 msgid "Delete this post?" msgstr "An bhfuil fonn ort an phostáil seo a scriosadh?" @@ -1194,15 +1525,18 @@ msgstr "Scriosadh an phostáil." msgid "Deletes the chat declaration record" msgstr "Scriosann sé seo an taifead dearbhaithe comhrá" -#: src/view/com/modals/CreateOrEditList.tsx:289 src/view/com/modals/CreateOrEditList.tsx:310 src/view/com/modals/EditProfile.tsx:199 src/view/com/modals/EditProfile.tsx:211 +#: src/view/com/modals/CreateOrEditList.tsx:289 +#: src/view/com/modals/CreateOrEditList.tsx:310 +#: src/view/com/modals/EditProfile.tsx:199 +#: src/view/com/modals/EditProfile.tsx:211 msgid "Description" msgstr "Cur síos" -#: src/view/com/composer/GifAltText.tsx:141 +#: src/view/com/composer/GifAltText.tsx:140 msgid "Descriptive alt text" msgstr "Téacs malartach tuairisciúil" -#: src/view/com/composer/Composer.tsx:264 +#: src/view/com/composer/Composer.tsx:277 msgid "Did you want to say anything?" msgstr "Ar mhaith leat rud éigin a rá?" @@ -1226,27 +1560,42 @@ msgstr "Ná húsáid 2FA trí ríomhphost" msgid "Disable haptic feedback" msgstr "Ná húsáid aiseolas haptach" -#: src/lib/moderation/useLabelBehaviorDescription.ts:32 src/lib/moderation/useLabelBehaviorDescription.ts:42 src/lib/moderation/useLabelBehaviorDescription.ts:68 src/screens/Messages/Settings.tsx:140 src/screens/Messages/Settings.tsx:143 src/screens/Moderation/index.tsx:341 +#: src/view/screens/Settings/index.tsx:697 +#~ msgid "Disable haptics" +#~ msgstr "Ná húsáid aiseolas haptach" + +#: src/view/screens/Settings/index.tsx:697 +#~ msgid "Disable vibrations" +#~ msgstr "Ná húsáid creathadh" + +#: src/lib/moderation/useLabelBehaviorDescription.ts:32 +#: src/lib/moderation/useLabelBehaviorDescription.ts:42 +#: src/lib/moderation/useLabelBehaviorDescription.ts:68 +#: src/screens/Messages/Settings.tsx:140 +#: src/screens/Messages/Settings.tsx:143 +#: src/screens/Moderation/index.tsx:341 msgid "Disabled" msgstr "Díchumasaithe" -#: src/view/com/composer/Composer.tsx:619 +#: src/view/com/composer/Composer.tsx:632 msgid "Discard" msgstr "Ná sábháil" -#: src/view/com/composer/Composer.tsx:616 +#: src/view/com/composer/Composer.tsx:629 msgid "Discard draft?" msgstr "Faigh réidh leis an dréacht?" -#: src/screens/Moderation/index.tsx:518 src/screens/Moderation/index.tsx:522 +#: 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" -#: src/view/com/posts/FollowingEmptyState.tsx:74 src/view/com/posts/FollowingEndOfFeed.tsx:75 +#: src/view/com/posts/FollowingEmptyState.tsx:70 +#: src/view/com/posts/FollowingEndOfFeed.tsx:71 msgid "Discover new custom feeds" msgstr "Aimsigh sainfhothaí nua" -#: src/view/screens/Feeds.tsx:821 +#: src/view/screens/Feeds.tsx:794 msgid "Discover New Feeds" msgstr "Aimsigh Fothaí Nua" @@ -1278,11 +1627,32 @@ msgstr "Luach an Fhearainn" msgid "Domain verified!" msgstr "Fearann dearbhaithe!" -#: src/components/dialogs/BirthDateSettings.tsx:119 src/components/dialogs/BirthDateSettings.tsx:125 src/components/forms/DateField/index.tsx:74 src/components/forms/DateField/index.tsx:80 src/screens/Onboarding/StepProfile/index.tsx:321 src/screens/Onboarding/StepProfile/index.tsx:324 src/view/com/auth/server-input/index.tsx:169 src/view/com/auth/server-input/index.tsx:170 src/view/com/modals/AddAppPasswords.tsx:243 src/view/com/modals/AltImage.tsx:141 src/view/com/modals/crop-image/CropImage.web.tsx:177 src/view/com/modals/InviteCodes.tsx:81 src/view/com/modals/InviteCodes.tsx:124 src/view/com/modals/ListAddRemoveUsers.tsx:142 src/view/screens/PreferencesFollowingFeed.tsx:310 +#: 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/screens/Onboarding/StepProfile/index.tsx:322 +#: src/screens/Onboarding/StepProfile/index.tsx:325 +#: src/view/com/auth/server-input/index.tsx:169 +#: src/view/com/auth/server-input/index.tsx:170 +#: src/view/com/modals/AddAppPasswords.tsx:242 +#: src/view/com/modals/AltImage.tsx:141 +#: src/view/com/modals/crop-image/CropImage.web.tsx:177 +#: src/view/com/modals/InviteCodes.tsx:81 +#: src/view/com/modals/InviteCodes.tsx:124 +#: src/view/com/modals/ListAddRemoveUsers.tsx:142 +#: src/view/screens/PreferencesFollowingFeed.tsx:310 msgid "Done" msgstr "Déanta" -#: src/view/com/modals/EditImage.tsx:334 src/view/com/modals/ListAddRemoveUsers.tsx:144 src/view/com/modals/SelfLabel.tsx:158 src/view/com/modals/Threadgate.tsx:130 src/view/com/modals/Threadgate.tsx:133 src/view/com/modals/UserAddRemoveLists.tsx:108 src/view/com/modals/UserAddRemoveLists.tsx:111 src/view/screens/PreferencesThreads.tsx:162 +#: src/view/com/modals/EditImage.tsx:334 +#: src/view/com/modals/ListAddRemoveUsers.tsx:144 +#: src/view/com/modals/SelfLabel.tsx:158 +#: src/view/com/modals/Threadgate.tsx:130 +#: src/view/com/modals/Threadgate.tsx:133 +#: src/view/com/modals/UserAddRemoveLists.tsx:108 +#: src/view/com/modals/UserAddRemoveLists.tsx:111 +#: src/view/screens/PreferencesThreads.tsx:162 msgctxt "action" msgid "Done" msgstr "Déanta" @@ -1291,7 +1661,8 @@ msgstr "Déanta" msgid "Done{extraText}" msgstr "Déanta{extraText}" -#: src/view/screens/Settings/ExportCarDialog.tsx:77 src/view/screens/Settings/ExportCarDialog.tsx:81 +#: src/view/screens/Settings/ExportCarDialog.tsx:77 +#: src/view/screens/Settings/ExportCarDialog.tsx:81 msgid "Download CAR file" msgstr "Íoslódáil comhad CAR" @@ -1299,6 +1670,10 @@ msgstr "Íoslódáil comhad CAR" msgid "Drop to add images" msgstr "Scaoil anseo chun íomhánna a chur leis" +#: src/screens/Onboarding/StepModeration/AdultContentEnabledPref.tsx:120 +#~ msgid "Due to Apple policies, adult content can only be enabled on the web after completing sign up." +#~ msgstr "De bharr pholasaí Apple, ní féidir ábhar do dhaoine fásta ar an nGréasán a fháil roimh an logáil isteach a chríochnú." + #: src/view/com/modals/ChangeHandle.tsx:252 msgid "e.g. alice" msgstr "m.sh. cáit" @@ -1339,16 +1714,23 @@ msgstr "m.sh. Úsáideoirí a fhreagraíonn le fógraí" msgid "Each code works once. You'll receive more invite codes periodically." msgstr "Oibríonn gach cód uair amháin. Gheobhaidh tú tuilleadh cód go tráthrialta." +#: src/view/screens/Feeds.tsx:400 +#: src/view/screens/Feeds.tsx:471 +msgid "Edit" +msgstr "" + #: src/view/com/lists/ListMembers.tsx:149 msgctxt "action" msgid "Edit" msgstr "Eagar" -#: src/view/com/util/UserAvatar.tsx:312 src/view/com/util/UserBanner.tsx:92 +#: src/view/com/util/UserAvatar.tsx:312 +#: src/view/com/util/UserBanner.tsx:92 msgid "Edit avatar" msgstr "Cuir an t-abhatár in eagar" -#: src/view/com/composer/photos/Gallery.tsx:151 src/view/com/modals/EditImage.tsx:208 +#: src/view/com/composer/photos/Gallery.tsx:151 +#: src/view/com/modals/EditImage.tsx:208 msgid "Edit image" msgstr "Cuir an íomhá seo in eagar" @@ -1360,7 +1742,10 @@ msgstr "Athraigh mionsonraí an liosta" msgid "Edit Moderation List" msgstr "Athraigh liosta na modhnóireachta" -#: src/Navigation.tsx:263 src/view/screens/Feeds.tsx:495 src/view/screens/SavedFeeds.tsx:93 +#: src/Navigation.tsx:269 +#: src/view/screens/Feeds.tsx:398 +#: src/view/screens/Feeds.tsx:469 +#: src/view/screens/SavedFeeds.tsx:93 msgid "Edit My Feeds" msgstr "Athraigh mo chuid fothaí" @@ -1368,17 +1753,19 @@ msgstr "Athraigh mo chuid fothaí" msgid "Edit my profile" msgstr "Athraigh mo phróifíl" -#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:181 src/screens/Profile/Header/ProfileHeaderStandard.tsx:171 +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:181 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:175 msgid "Edit profile" msgstr "Athraigh an phróifíl" -#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:184 src/screens/Profile/Header/ProfileHeaderStandard.tsx:174 +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:184 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:178 msgid "Edit Profile" msgstr "Athraigh an Phróifíl" -#: src/view/com/home/HomeHeaderLayout.web.tsx:76 src/view/screens/Feeds.tsx:416 -msgid "Edit Saved Feeds" -msgstr "Athraigh na fothaí sábháilte" +#: src/view/com/home/HomeHeaderLayout.web.tsx:NaN +#~ msgid "Edit Saved Feeds" +#~ msgstr "Athraigh na fothaí sábháilte" #: src/view/com/modals/CreateOrEditList.tsx:234 msgid "Edit User List" @@ -1396,7 +1783,8 @@ msgstr "Athraigh an cur síos ort sa phróifíl" msgid "Education" msgstr "Oideachas" -#: src/screens/Signup/StepInfo/index.tsx:80 src/view/com/modals/ChangeEmail.tsx:136 +#: src/screens/Signup/StepInfo/index.tsx:80 +#: src/view/com/modals/ChangeEmail.tsx:136 msgid "Email" msgstr "Ríomhphost" @@ -1408,7 +1796,8 @@ msgstr "Níl 2FA trí ríomhphost ar fáil a thuilleadh" msgid "Email address" msgstr "Seoladh ríomhphoist" -#: src/view/com/modals/ChangeEmail.tsx:54 src/view/com/modals/ChangeEmail.tsx:83 +#: src/view/com/modals/ChangeEmail.tsx:54 +#: src/view/com/modals/ChangeEmail.tsx:83 msgid "Email updated" msgstr "Seoladh ríomhphoist uasdátaithe" @@ -1428,7 +1817,9 @@ msgstr "Ríomhphost:" msgid "Embed HTML code" msgstr "Leabaigh an cód HTML" -#: src/components/dialogs/Embed.tsx:97 src/view/com/util/forms/PostDropdownBtn.tsx:327 src/view/com/util/forms/PostDropdownBtn.tsx:329 +#: src/components/dialogs/Embed.tsx:97 +#: src/view/com/util/forms/PostDropdownBtn.tsx:314 +#: src/view/com/util/forms/PostDropdownBtn.tsx:316 msgid "Embed post" msgstr "Leabaigh an phostáil" @@ -1444,7 +1835,16 @@ msgstr "Cuir {0} amháin ar fáil" msgid "Enable adult content" msgstr "Cuir ábhar do dhaoine fásta ar fáil" -#: src/components/dialogs/EmbedConsent.tsx:82 src/components/dialogs/EmbedConsent.tsx:89 +#: src/screens/Onboarding/StepModeration/AdultContentEnabledPref.tsx:94 +#~ msgid "Enable Adult Content" +#~ msgstr "Cuir ábhar do dhaoine fásta ar fáil" + +#: src/screens/Onboarding/StepModeration/AdultContentEnabledPref.tsx:NaN +#~ msgid "Enable adult content in your feeds" +#~ msgstr "Cuir ábhar do dhaoine fásta ar fáil i do chuid fothaí" + +#: src/components/dialogs/EmbedConsent.tsx:82 +#: src/components/dialogs/EmbedConsent.tsx:89 msgid "Enable external media" msgstr "Cuir meáin sheachtracha ar fáil" @@ -1460,7 +1860,9 @@ msgstr "Cuir an socrú seo ar siúl le gan ach freagraí i measc na ndaoine a le msgid "Enable this source only" msgstr "Cuir an foinse seo amháin ar fáil" -#: src/screens/Messages/Settings.tsx:131 src/screens/Messages/Settings.tsx:134 src/screens/Moderation/index.tsx:339 +#: src/screens/Messages/Settings.tsx:131 +#: src/screens/Messages/Settings.tsx:134 +#: src/screens/Moderation/index.tsx:339 msgid "Enabled" msgstr "Cumasaithe" @@ -1468,7 +1870,12 @@ msgstr "Cumasaithe" msgid "End of feed" msgstr "Deireadh an fhotha" -#: src/view/com/modals/AddAppPasswords.tsx:161 +#: src/components/Lists.tsx:52 +#, fuzzy +#~ msgid "End of list" +#~ msgstr "Curtha leis an liosta" + +#: src/view/com/modals/AddAppPasswords.tsx:160 msgid "Enter a name for this App Password" msgstr "Cuir isteach ainm don phasfhocal aipe seo" @@ -1476,7 +1883,8 @@ msgstr "Cuir isteach ainm don phasfhocal aipe seo" msgid "Enter a password" msgstr "Cuir pasfhocal isteach" -#: src/components/dialogs/MutedWords.tsx:100 src/components/dialogs/MutedWords.tsx:101 +#: src/components/dialogs/MutedWords.tsx:99 +#: src/components/dialogs/MutedWords.tsx:100 msgid "Enter a word or tag" msgstr "Cuir focal na clib isteach" @@ -1500,7 +1908,8 @@ msgstr "Cuir isteach an seoladh ríomhphoist a d’úsáid tú le do chuntas a c msgid "Enter your birth date" msgstr "Cuir isteach do bhreithlá" -#: src/screens/Login/ForgotPasswordForm.tsx:105 src/screens/Signup/StepInfo/index.tsx:92 +#: src/screens/Login/ForgotPasswordForm.tsx:105 +#: src/screens/Signup/StepInfo/index.tsx:92 msgid "Enter your email address" msgstr "Cuir isteach do sheoladh ríomhphoist" @@ -1524,7 +1933,8 @@ msgstr "Tharla earráid le linn comhad a shábháil" msgid "Error receiving captcha response." msgstr "Earráid agus an freagra ar an captcha á phróiseáil." -#: src/screens/Onboarding/StepInterests/index.tsx:192 src/view/screens/Search/Search.tsx:115 +#: src/screens/Onboarding/StepInterests/index.tsx:192 +#: src/view/screens/Search/Search.tsx:116 msgid "Error:" msgstr "Earráid:" @@ -1536,7 +1946,10 @@ msgstr "Chuile dhuine" msgid "Everybody can reply" msgstr "Tig le chuile dhuine freagra a thabhairt" -#: src/components/dms/MessagesNUX.tsx:131 src/components/dms/MessagesNUX.tsx:134 src/screens/Messages/Settings.tsx:75 src/screens/Messages/Settings.tsx:78 +#: src/components/dms/MessagesNUX.tsx:131 +#: src/components/dms/MessagesNUX.tsx:134 +#: src/screens/Messages/Settings.tsx:75 +#: src/screens/Messages/Settings.tsx:78 msgid "Everyone" msgstr "Chuile dhuine" @@ -1564,7 +1977,8 @@ msgstr "Fágann sé seo próiseas laghdú an íomhá" 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:215 +#: src/view/com/modals/ListAddRemoveUsers.tsx:88 +#: src/view/shell/desktop/Search.tsx:215 msgid "Exits inputting search query" msgstr "Fágann sé seo an cuardach" @@ -1576,7 +1990,8 @@ msgstr "Taispeáin an téacs malartach ina iomláine" msgid "Expand list of users" msgstr "Leathnaigh an liosta úsáideoirí" -#: src/view/com/composer/ComposerReplyTo.tsx:82 src/view/com/composer/ComposerReplyTo.tsx:85 +#: src/view/com/composer/ComposerReplyTo.tsx:82 +#: src/view/com/composer/ComposerReplyTo.tsx:85 msgid "Expand or collapse the full post you are replying to" msgstr "Leathnaigh nó laghdaigh an téacs iomlán a bhfuil tú ag freagairt" @@ -1592,19 +2007,24 @@ msgstr "Íomhánna gnéasacha." msgid "Export my data" msgstr "Easpórtáil mo chuid sonraí" -#: src/view/screens/Settings/ExportCarDialog.tsx:62 src/view/screens/Settings/index.tsx:797 +#: src/view/screens/Settings/ExportCarDialog.tsx:62 +#: src/view/screens/Settings/index.tsx:797 msgid "Export My Data" msgstr "Easpórtáil mo chuid sonraí" -#: src/components/dialogs/EmbedConsent.tsx:55 src/components/dialogs/EmbedConsent.tsx:59 +#: src/components/dialogs/EmbedConsent.tsx:55 +#: src/components/dialogs/EmbedConsent.tsx:59 msgid "External Media" msgstr "Meáin sheachtracha" -#: src/components/dialogs/EmbedConsent.tsx:71 src/view/screens/PreferencesExternalEmbeds.tsx:67 +#: src/components/dialogs/EmbedConsent.tsx:71 +#: src/view/screens/PreferencesExternalEmbeds.tsx:67 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:282 src/view/screens/PreferencesExternalEmbeds.tsx:53 src/view/screens/Settings/index.tsx:679 +#: src/Navigation.tsx:288 +#: src/view/screens/PreferencesExternalEmbeds.tsx:53 +#: src/view/screens/Settings/index.tsx:679 msgid "External Media Preferences" msgstr "Roghanna maidir le meáin sheachtracha" @@ -1612,7 +2032,8 @@ msgstr "Roghanna maidir le meáin sheachtracha" msgid "External media settings" msgstr "Socruithe maidir le meáin sheachtracha" -#: src/view/com/modals/AddAppPasswords.tsx:120 src/view/com/modals/AddAppPasswords.tsx:124 +#: src/view/com/modals/AddAppPasswords.tsx:119 +#: src/view/com/modals/AddAppPasswords.tsx:123 msgid "Failed to create app password." msgstr "Teip ar phasfhocal aipe a chruthú." @@ -1624,11 +2045,12 @@ msgstr "Teip ar chruthú an liosta. Seiceáil do nasc leis an idirlíon agus dé msgid "Failed to delete message" msgstr "Teip ar theachtaireacht a scriosadh" -#: src/view/com/util/forms/PostDropdownBtn.tsx:154 +#: src/view/com/util/forms/PostDropdownBtn.tsx:149 msgid "Failed to delete post, please try again" msgstr "Teip ar scriosadh na postála. Déan iarracht eile." -#: src/components/dialogs/GifSelect.ios.tsx:196 src/components/dialogs/GifSelect.tsx:212 +#: src/components/dialogs/GifSelect.ios.tsx:196 +#: src/components/dialogs/GifSelect.tsx:212 msgid "Failed to load GIFs" msgstr "Theip ar lódáil na GIFanna" @@ -1636,6 +2058,15 @@ msgstr "Theip ar lódáil na GIFanna" msgid "Failed to load past messages" msgstr "Teip ar theachtaireachtaí roimhe seo a lódáil" +#: src/screens/Messages/Conversation/MessageListError.tsx:28 +#, fuzzy +#~ msgid "Failed to load past messages." +#~ msgstr "Teip ar theachtaireachtaí roimhe seo a lódáil" + +#: src/view/com/auth/onboarding/RecommendedFeeds.tsx:NaN +#~ msgid "Failed to load recommended feeds" +#~ msgstr "Teip ar lódáil na bhfothaí molta" + #: src/view/com/lightbox/Lightbox.tsx:84 msgid "Failed to save image: {0}" msgstr "Níor sábháladh an íomhá: {0}" @@ -1644,38 +2075,59 @@ msgstr "Níor sábháladh an íomhá: {0}" msgid "Failed to send" msgstr "Teip ar sheoladh" -#: src/components/moderation/LabelsOnMeDialog.tsx:225 src/screens/Messages/Conversation/ChatDisabled.tsx:87 +#: src/screens/Messages/Conversation/MessageListError.tsx:29 +#, fuzzy +#~ msgid "Failed to send message(s)." +#~ msgstr "Teip ar theachtaireacht a scriosadh" + +#: src/components/moderation/LabelsOnMeDialog.tsx:223 +#: src/screens/Messages/Conversation/ChatDisabled.tsx:87 msgid "Failed to submit appeal, please try again." msgstr "Teip ar achomharc a dhéanamh, bain triail eile as, le do thoil." -#: src/components/dms/MessagesNUX.tsx:60 src/screens/Messages/Settings.tsx:35 +#: src/components/dms/MessagesNUX.tsx:60 +#: src/screens/Messages/Settings.tsx:35 msgid "Failed to update settings" msgstr "Teip ar shocruithe a uasdátú" -#: src/Navigation.tsx:203 +#: src/Navigation.tsx:209 msgid "Feed" msgstr "Fotha" -#: src/view/com/feeds/FeedSourceCard.tsx:230 +#: src/view/com/feeds/FeedSourceCard.tsx:251 msgid "Feed by {0}" msgstr "Fotha le {0}" -#: src/view/screens/Feeds.tsx:736 +#: src/view/screens/Feeds.tsx:709 msgid "Feed offline" msgstr "Fotha as líne" -#: src/view/shell/desktop/RightNav.tsx:66 src/view/shell/Drawer.tsx:344 +#: src/view/shell/desktop/RightNav.tsx:66 +#: src/view/shell/Drawer.tsx:345 msgid "Feedback" msgstr "Aiseolas" -#: src/Navigation.tsx:511 src/view/screens/Feeds.tsx:480 src/view/screens/Feeds.tsx:596 src/view/screens/Profile.tsx:197 src/view/shell/desktop/LeftNav.tsx:367 src/view/shell/Drawer.tsx:492 src/view/shell/Drawer.tsx:493 +#: src/view/screens/Feeds.tsx:463 +#: src/view/screens/Feeds.tsx:570 +#: src/view/screens/Profile.tsx:197 +#: src/view/shell/desktop/LeftNav.tsx:367 +#: src/view/shell/Drawer.tsx:493 +#: src/view/shell/Drawer.tsx:494 msgid "Feeds" msgstr "Fothaí" +#: src/view/com/auth/onboarding/RecommendedFeeds.tsx:58 +#~ msgid "Feeds are created by users to curate content. Choose some feeds that you find interesting." +#~ msgstr "Is iad na húsáideoirí a chruthaíonn na fothaí le hábhar is spéis leo a chur ar fáil. Roghnaigh cúpla fotha a bhfuil suim agat iontu." + #: src/view/screens/SavedFeeds.tsx:180 msgid "Feeds are custom algorithms that users build with a little coding expertise. <0/> for more information." msgstr "Is sainalgartaim iad na fothaí. Cruthaíonn úsáideoirí a bhfuil beagán taithí acu ar chódáil iad. <0/> le tuilleadh eolais a fháil." +#: src/screens/Onboarding/StepTopicalFeeds.tsx:80 +#~ msgid "Feeds can be topical as well!" +#~ msgstr "Is féidir le fothaí a bheith bunaithe ar chúrsaí reatha freisin!" + #: src/view/com/modals/ChangeHandle.tsx:475 msgid "File Contents" msgstr "Ábhar an Chomhaid" @@ -1692,14 +2144,28 @@ msgstr "Scag ó mo chuid fothaí" msgid "Finalizing" msgstr "Ag cur crích air" -#: src/view/com/posts/CustomFeedEmptyState.tsx:47 src/view/com/posts/FollowingEmptyState.tsx:57 src/view/com/posts/FollowingEndOfFeed.tsx:58 +#: src/view/com/posts/CustomFeedEmptyState.tsx:47 +#: src/view/com/posts/FollowingEmptyState.tsx:53 +#: src/view/com/posts/FollowingEndOfFeed.tsx:54 msgid "Find accounts to follow" msgstr "Aimsigh fothaí le leanúint" -#: src/view/screens/Search/Search.tsx:469 +#: src/view/screens/Search/Search.tsx:470 msgid "Find posts and users on Bluesky" msgstr "Aimsigh postálacha agus úsáideoirí ar Bluesky" +#: src/view/screens/Search/Search.tsx:589 +#~ msgid "Find users on Bluesky" +#~ msgstr "Aimsigh úsáideoirí ar Bluesky" + +#: src/view/screens/Search/Search.tsx:587 +#~ msgid "Find users with the search tool on the right" +#~ msgstr "Aimsigh úsáideoirí leis an uirlis chuardaigh ar dheis" + +#: src/view/com/auth/onboarding/RecommendedFollowsItem.tsx:155 +#~ msgid "Finding similar accounts..." +#~ msgstr "Cuntais eile atá cosúil leis seo á n-aimsiú..." + #: src/view/screens/PreferencesFollowingFeed.tsx:110 msgid "Fine-tune the content you see on your Following feed." msgstr "Mionathraigh an t-ábhar a fheiceann tú ar an bhfotha Following." @@ -1720,11 +2186,16 @@ msgstr "Solúbtha" msgid "Flip horizontal" msgstr "Iompaigh go cothrománach é" -#: src/view/com/modals/EditImage.tsx:121 src/view/com/modals/EditImage.tsx:288 +#: src/view/com/modals/EditImage.tsx:121 +#: src/view/com/modals/EditImage.tsx:288 msgid "Flip vertically" msgstr "Iompaigh go hingearach é" -#: src/components/ProfileHoverCard/index.web.tsx:412 src/components/ProfileHoverCard/index.web.tsx:423 src/screens/Profile/Header/ProfileHeaderStandard.tsx:244 src/view/com/post-thread/PostThreadFollowBtn.tsx:146 src/view/com/profile/ProfileHeaderSuggestedFollows.tsx:247 +#: src/components/ProfileHoverCard/index.web.tsx:412 +#: src/components/ProfileHoverCard/index.web.tsx:423 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:248 +#: src/view/com/post-thread/PostThreadFollowBtn.tsx:146 +#: src/view/com/profile/ProfileHeaderSuggestedFollows.tsx:247 msgid "Follow" msgstr "Lean" @@ -1733,7 +2204,8 @@ msgctxt "action" msgid "Follow" msgstr "Lean" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:230 src/view/com/post-thread/PostThreadFollowBtn.tsx:128 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:234 +#: src/view/com/post-thread/PostThreadFollowBtn.tsx:128 msgid "Follow {0}" msgstr "Lean {0}" @@ -1741,14 +2213,31 @@ msgstr "Lean {0}" msgid "Follow {name}" msgstr "Lean {name}" -#: src/view/com/profile/ProfileMenu.tsx:244 src/view/com/profile/ProfileMenu.tsx:255 +#: src/view/com/profile/ProfileMenu.tsx:244 +#: src/view/com/profile/ProfileMenu.tsx:255 msgid "Follow Account" msgstr "Lean an cuntas seo" +#: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:187 +#~ msgid "Follow All" +#~ msgstr "Lean iad uile" + #: src/view/com/post-thread/PostThreadFollowBtn.tsx:144 msgid "Follow Back" msgstr "Lean Ar Ais" +#: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:182 +#~ msgid "Follow selected accounts and continue to the next step" +#~ msgstr "Lean na cuntais roghnaithe agus téigh ar aghaidh go dtí an chéad chéim eile" + +#: src/view/com/auth/onboarding/RecommendedFollows.tsx:65 +#~ msgid "Follow some users to get started. We can recommend you more users based on who you find interesting." +#~ msgstr "Lean cúpla cuntas mar thosú. Tig linn níos mó úsáideoirí a mholadh duit a mbeadh suim agat iontu." + +#: src/components/KnownFollowers.tsx:169 +msgid "Followed by" +msgstr "" + #: src/view/com/profile/ProfileCard.tsx:227 msgid "Followed by {0}" msgstr "Leanta ag {0}" @@ -1765,15 +2254,32 @@ msgstr "Cuntais a leanann tú amháin" msgid "followed you" msgstr "— lean sé/sí thú" -#: src/view/com/profile/ProfileFollowers.tsx:104 src/view/screens/ProfileFollowers.tsx:25 +#: src/view/com/profile/ProfileFollowers.tsx:104 +#: src/view/screens/ProfileFollowers.tsx:25 msgid "Followers" msgstr "Leantóirí" -#: src/components/ProfileHoverCard/index.web.tsx:411 src/components/ProfileHoverCard/index.web.tsx:422 src/screens/Profile/Header/ProfileHeaderStandard.tsx:242 src/view/com/post-thread/PostThreadFollowBtn.tsx:149 src/view/com/profile/ProfileFollows.tsx:104 src/view/screens/Feeds.tsx:683 src/view/screens/ProfileFollows.tsx:25 src/view/screens/SavedFeeds.tsx:415 +#: src/Navigation.tsx:177 +msgid "Followers of @{0} that you know" +msgstr "" + +#: src/screens/Profile/KnownFollowers.tsx:108 +#: src/screens/Profile/KnownFollowers.tsx:118 +msgid "Followers you know" +msgstr "" + +#: src/components/ProfileHoverCard/index.web.tsx:411 +#: src/components/ProfileHoverCard/index.web.tsx:422 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:246 +#: src/view/com/post-thread/PostThreadFollowBtn.tsx:149 +#: src/view/com/profile/ProfileFollows.tsx:104 +#: src/view/screens/Feeds.tsx:656 +#: src/view/screens/ProfileFollows.tsx:25 +#: src/view/screens/SavedFeeds.tsx:415 msgid "Following" msgstr "Á leanúint" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:90 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:94 msgid "Following {0}" msgstr "Ag leanúint {0}" @@ -1785,7 +2291,9 @@ msgstr "Ag leanacht {name}" msgid "Following feed preferences" msgstr "Roghanna le haghaidh an fhotha Following" -#: src/Navigation.tsx:269 src/view/com/home/HomeHeaderLayout.web.tsx:64 src/view/com/home/HomeHeaderLayoutMobile.tsx:87 src/view/screens/PreferencesFollowingFeed.tsx:103 src/view/screens/Settings/index.tsx:582 +#: src/Navigation.tsx:275 +#: src/view/screens/PreferencesFollowingFeed.tsx:103 +#: src/view/screens/Settings/index.tsx:582 msgid "Following Feed Preferences" msgstr "Roghanna don Fhotha Following" @@ -1805,11 +2313,12 @@ msgstr "Bia" 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:233 +#: src/view/com/modals/AddAppPasswords.tsx:232 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/screens/Login/index.tsx:129 src/screens/Login/index.tsx:144 +#: src/screens/Login/index.tsx:129 +#: src/screens/Login/index.tsx:144 msgid "Forgot Password" msgstr "Pasfhocal dearmadta" @@ -1842,11 +2351,12 @@ msgstr "Gailearaí" msgid "Get started" msgstr "Tús maith" -#: src/view/com/modals/VerifyEmail.tsx:197 src/view/com/modals/VerifyEmail.tsx:199 +#: src/view/com/modals/VerifyEmail.tsx:197 +#: src/view/com/modals/VerifyEmail.tsx:199 msgid "Get Started" msgstr "Ar aghaidh leat anois!" -#: src/screens/Onboarding/StepProfile/index.tsx:224 +#: src/screens/Onboarding/StepProfile/index.tsx:225 msgid "Give your profile a face" msgstr "Tabhair gnúis do do phróifíl" @@ -1854,15 +2364,32 @@ msgstr "Tabhair gnúis do do phróifíl" msgid "Glaring violations of law or terms of service" msgstr "Deargshárú an dlí nó na dtéarmaí seirbhíse" -#: src/components/moderation/ScreenHider.tsx: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/ProfileList.tsx:970 src/view/shell/desktop/LeftNav.tsx:127 +#: 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/ProfileList.tsx:970 +#: src/view/shell/desktop/LeftNav.tsx:127 msgid "Go back" msgstr "Ar ais" -#: src/components/Error.tsx:103 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/ProfileList.tsx:975 +#: src/components/Error.tsx:103 +#: 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/ProfileList.tsx:975 msgid "Go Back" msgstr "Ar ais" -#: src/components/dms/ReportDialog.tsx:152 src/components/ReportDialog/SelectReportOptionView.tsx:77 src/components/ReportDialog/SubmitView.tsx:105 src/screens/Onboarding/Layout.tsx:102 src/screens/Onboarding/Layout.tsx:191 src/screens/Signup/index.tsx:187 +#: src/components/dms/ReportDialog.tsx:154 +#: src/components/ReportDialog/SelectReportOptionView.tsx:77 +#: src/components/ReportDialog/SubmitView.tsx:104 +#: src/screens/Onboarding/Layout.tsx:102 +#: src/screens/Onboarding/Layout.tsx:191 +#: src/screens/Signup/index.tsx:187 msgid "Go back to previous step" msgstr "Fill ar an gcéim roimhe seo" @@ -1874,11 +2401,16 @@ msgstr "Abhaile" msgid "Go Home" msgstr "Abhaile" -#: src/screens/Messages/List/ChatListItem.tsx:208 +#: src/view/screens/Search/Search.tsx:NaN +#~ msgid "Go to @{queryMaybeHandle}" +#~ msgstr "Téigh go dtí @{queryMaybeHandle}" + +#: src/screens/Messages/List/ChatListItem.tsx:211 msgid "Go to conversation with {0}" msgstr "Téigh go comhrá le {0}" -#: src/screens/Login/ForgotPasswordForm.tsx:172 src/view/com/modals/ChangePassword.tsx:168 +#: src/screens/Login/ForgotPasswordForm.tsx:172 +#: src/view/com/modals/ChangePassword.tsx:168 msgid "Go to next" msgstr "Téigh go dtí an chéad rud eile" @@ -1906,7 +2438,7 @@ msgstr "Haptaic" msgid "Harassment, trolling, or intolerance" msgstr "Ciapadh, trolláil, nó éadulaingt" -#: src/Navigation.tsx:297 +#: src/Navigation.tsx:303 msgid "Hashtag" msgstr "Haischlib" @@ -1918,19 +2450,39 @@ msgstr "Haischlib: #{tag}" msgid "Having trouble?" msgstr "Fadhb ort?" -#: src/view/shell/desktop/RightNav.tsx:95 src/view/shell/Drawer.tsx:354 +#: src/view/shell/desktop/RightNav.tsx:95 +#: src/view/shell/Drawer.tsx:355 msgid "Help" msgstr "Cúnamh" -#: src/screens/Onboarding/StepProfile/index.tsx:227 +#: src/screens/Onboarding/StepProfile/index.tsx:228 msgid "Help people know you're not a bot by uploading a picture or creating an avatar." msgstr "Tabhair le fios dúinn nach bot thú trí pictiúr a uaslódáil nó abhatár a chruthú." -#: src/view/com/modals/AddAppPasswords.tsx:204 +#: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:140 +#~ msgid "Here are some accounts for you to follow" +#~ msgstr "Seo cúpla cuntas le leanúint duit" + +#: src/screens/Onboarding/StepTopicalFeeds.tsx:89 +#~ msgid "Here are some popular topical feeds. You can choose to follow as many as you like." +#~ msgstr "Seo cúpla fotha a bhfuil ráchairt orthu. Is féidir leat an méid acu is mian leat a leanúint." + +#: src/screens/Onboarding/StepTopicalFeeds.tsx:84 +#~ msgid "Here are some topical feeds based on your interests: {interestsText}. You can choose to follow as many as you like." +#~ msgstr "Seo cúpla fotha a phléann le rudaí a bhfuil suim agat iontu: {interestsText}. Is féidir leat an méid acu is mian leat a leanúint." + +#: src/view/com/modals/AddAppPasswords.tsx:203 msgid "Here is your app password." msgstr "Seo é do phasfhocal aipe." -#: src/components/moderation/ContentHider.tsx:116 src/components/moderation/LabelPreference.tsx:134 src/components/moderation/PostHider.tsx:121 src/lib/moderation/useLabelBehaviorDescription.ts:15 src/lib/moderation/useLabelBehaviorDescription.ts:20 src/lib/moderation/useLabelBehaviorDescription.ts:25 src/lib/moderation/useLabelBehaviorDescription.ts:30 src/view/com/util/forms/PostDropdownBtn.tsx:445 +#: src/components/moderation/ContentHider.tsx:116 +#: src/components/moderation/LabelPreference.tsx:134 +#: src/components/moderation/PostHider.tsx:121 +#: src/lib/moderation/useLabelBehaviorDescription.ts:15 +#: src/lib/moderation/useLabelBehaviorDescription.ts:20 +#: src/lib/moderation/useLabelBehaviorDescription.ts:25 +#: src/lib/moderation/useLabelBehaviorDescription.ts:30 +#: src/view/com/util/forms/PostDropdownBtn.tsx:432 msgid "Hide" msgstr "Cuir i bhfolach" @@ -1939,15 +2491,17 @@ msgctxt "action" msgid "Hide" msgstr "Cuir i bhfolach" -#: src/view/com/util/forms/PostDropdownBtn.tsx:390 src/view/com/util/forms/PostDropdownBtn.tsx:392 +#: src/view/com/util/forms/PostDropdownBtn.tsx:377 +#: src/view/com/util/forms/PostDropdownBtn.tsx:379 msgid "Hide post" msgstr "Cuir an phostáil seo i bhfolach" -#: src/components/moderation/ContentHider.tsx:68 src/components/moderation/PostHider.tsx:78 +#: src/components/moderation/ContentHider.tsx:68 +#: src/components/moderation/PostHider.tsx:78 msgid "Hide the content" msgstr "Cuir an t-ábhar seo i bhfolach" -#: src/view/com/util/forms/PostDropdownBtn.tsx:442 +#: src/view/com/util/forms/PostDropdownBtn.tsx:429 msgid "Hide this post?" msgstr "An bhfuil fonn ort an phostáil seo a chur i bhfolach?" @@ -1955,23 +2509,23 @@ msgstr "An bhfuil fonn ort an phostáil seo a chur i bhfolach?" msgid "Hide user list" msgstr "Cuir liosta na gcuntas i bhfolach" -#: src/view/com/posts/FeedErrorMessage.tsx:118 +#: src/view/com/posts/FeedErrorMessage.tsx:117 msgid "Hmm, some kind of issue occurred when contacting the feed server. Please let the feed owner know about this issue." msgstr "Hmm. Tharla fadhb éigin sa dul i dteagmháil le freastalaí an fhotha seo. Cuir é seo in iúl d’úinéir an fhotha, le do thoil." -#: src/view/com/posts/FeedErrorMessage.tsx:106 +#: src/view/com/posts/FeedErrorMessage.tsx:105 msgid "Hmm, the feed server appears to be misconfigured. Please let the feed owner know about this issue." msgstr "Hmm. Is cosúil nach bhfuil freastalaí an fhotha seo curtha le chéile i gceart. Cuir é seo in iúl d’úinéir an fhotha, le do thoil." -#: src/view/com/posts/FeedErrorMessage.tsx:112 +#: src/view/com/posts/FeedErrorMessage.tsx:111 msgid "Hmm, the feed server appears to be offline. Please let the feed owner know about this issue." msgstr "Hmm. Is cosúil go bhfuil freastalaí an fhotha as líne. Cuir é seo in iúl d’úinéir an fhotha, le do thoil." -#: src/view/com/posts/FeedErrorMessage.tsx:109 +#: src/view/com/posts/FeedErrorMessage.tsx:108 msgid "Hmm, the feed server gave a bad response. Please let the feed owner know about this issue." msgstr "Hmm. Thug freastalaí an fhotha drochfhreagra. Cuir é seo in iúl d’úinéir an fhotha, le do thoil." -#: src/view/com/posts/FeedErrorMessage.tsx:103 +#: src/view/com/posts/FeedErrorMessage.tsx:102 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 é." @@ -1983,7 +2537,11 @@ msgstr "Hmmm, is cosúil go bhfuil fadhb againn le lódáil na sonraí seo. Féa msgid "Hmmmm, we couldn't load that moderation service." msgstr "Hmmm, ní raibh muid in ann an tseirbhís modhnóireachta sin a lódáil." -#: src/Navigation.tsx:501 src/view/shell/bottom-bar/BottomBar.tsx:159 src/view/shell/desktop/LeftNav.tsx:335 src/view/shell/Drawer.tsx:424 src/view/shell/Drawer.tsx:425 +#: src/Navigation.tsx:489 +#: src/view/shell/bottom-bar/BottomBar.tsx:159 +#: src/view/shell/desktop/LeftNav.tsx:335 +#: src/view/shell/Drawer.tsx:425 +#: src/view/shell/Drawer.tsx:426 msgid "Home" msgstr "Baile" @@ -1991,7 +2549,10 @@ msgstr "Baile" msgid "Host:" msgstr "Óstach:" -#: src/screens/Login/ForgotPasswordForm.tsx:89 src/screens/Login/LoginForm.tsx:157 src/screens/Signup/StepInfo/index.tsx:40 src/view/com/modals/ChangeHandle.tsx:275 +#: src/screens/Login/ForgotPasswordForm.tsx:89 +#: src/screens/Login/LoginForm.tsx:157 +#: src/screens/Signup/StepInfo/index.tsx:40 +#: src/view/com/modals/ChangeHandle.tsx:275 msgid "Hosting provider" msgstr "Soláthraí óstála" @@ -1999,7 +2560,9 @@ msgstr "Soláthraí óstála" msgid "How should we open this link?" msgstr "Conas ar cheart dúinn an nasc seo a oscailt?" -#: src/view/com/modals/VerifyEmail.tsx:222 src/view/screens/Settings/DisableEmail2FADialog.tsx:132 src/view/screens/Settings/DisableEmail2FADialog.tsx:135 +#: src/view/com/modals/VerifyEmail.tsx:222 +#: src/view/screens/Settings/DisableEmail2FADialog.tsx:132 +#: src/view/screens/Settings/DisableEmail2FADialog.tsx:135 msgid "I have a code" msgstr "Tá cód agam" @@ -2011,7 +2574,8 @@ msgstr "Tá cód dearbhaithe agam" msgid "I have my own domain" msgstr "Tá fearann de mo chuid féin agam" -#: src/components/dms/BlockedByListDialog.tsx:56 src/components/dms/ReportConversationPrompt.tsx:22 +#: src/components/dms/BlockedByListDialog.tsx:56 +#: src/components/dms/ReportConversationPrompt.tsx:22 msgid "I understand" msgstr "Tuigim" @@ -2031,7 +2595,7 @@ msgstr "Ní duine fásta thú de réir dhlí do thíre, tá ar do thuismitheoir msgid "If you delete this list, you won't be able to recover it." msgstr "Má scriosann tú an liosta seo, ní bheidh tú in ann é a fháil ar ais." -#: src/view/com/util/forms/PostDropdownBtn.tsx:433 +#: src/view/com/util/forms/PostDropdownBtn.tsx:420 msgid "If you remove this post, you won't be able to recover it." msgstr "Má bhaineann tú an phostáil seo, ní bheidh tú in ann í a fháil ar ais." @@ -2071,7 +2635,7 @@ msgstr "Cuir isteach an cód a seoladh chuig do ríomhphost leis an bpasfhocal a msgid "Input confirmation code for account deletion" msgstr "Cuir isteach an cód dearbhaithe leis an gcuntas a scriosadh" -#: src/view/com/modals/AddAppPasswords.tsx:175 +#: src/view/com/modals/AddAppPasswords.tsx:174 msgid "Input name for app password" msgstr "Cuir isteach an t-ainm le haghaidh phasfhocal na haipe" @@ -2111,11 +2675,12 @@ msgstr "Cuir isteach do leasainm" msgid "Introducing Direct Messages" msgstr "Ag cur Teachtaireachtaí Díreacha in aithne duit" -#: src/screens/Login/LoginForm.tsx:132 src/view/screens/Settings/DisableEmail2FADialog.tsx:70 +#: src/screens/Login/LoginForm.tsx:132 +#: src/view/screens/Settings/DisableEmail2FADialog.tsx:70 msgid "Invalid 2FA confirmation code." msgstr "Tá an cód 2FA seo neamhbhailí." -#: src/view/com/post-thread/PostThreadItem.tsx:240 +#: src/view/com/post-thread/PostThreadItem.tsx:235 msgid "Invalid or unsupported post record" msgstr "Taifead postála atá neamhbhailí nó gan bhunús" @@ -2143,6 +2708,10 @@ msgstr "Cóid chuiridh: {0} ar fáil" msgid "Invite codes: 1 available" msgstr "Cóid chuiridh: 1 ar fáil" +#: 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/SplashScreen.web.tsx:157 msgid "Jobs" msgstr "Jabanna" @@ -2151,6 +2720,10 @@ msgstr "Jabanna" msgid "Journalism" msgstr "Iriseoireacht" +#: src/components/moderation/LabelsOnMe.tsx:59 +#~ msgid "label has been placed on this {labelTarget}" +#~ msgstr "cuireadh lipéad ar an {labelTarget} seo" + #: src/components/moderation/ContentHider.tsx:147 msgid "Labeled by {0}." msgstr "Lipéad curtha ag {0}." @@ -2167,11 +2740,15 @@ msgstr "Lipéid" msgid "Labels are annotations on users and content. They can be used to hide, warn, and categorize the network." msgstr "Nótaí faoi úsáideoirí nó ábhar is ea lipéid. Is féidir úsáid a bhaint astu leis an líonra a cheilt, a chatagóiriú, agus fainic a chur air." -#: src/components/moderation/LabelsOnMeDialog.tsx:80 +#: src/components/moderation/LabelsOnMe.tsx:61 +#~ msgid "labels have been placed on this {labelTarget}" +#~ msgstr "cuireadh lipéid ar an {labelTarget}" + +#: src/components/moderation/LabelsOnMeDialog.tsx:79 msgid "Labels on your account" msgstr "Lipéid ar do chuntas" -#: src/components/moderation/LabelsOnMeDialog.tsx:82 +#: src/components/moderation/LabelsOnMeDialog.tsx:81 msgid "Labels on your content" msgstr "Lipéid ar do chuid ábhair" @@ -2183,7 +2760,8 @@ msgstr "Rogha teanga" msgid "Language settings" msgstr "Socruithe teanga" -#: src/Navigation.tsx:151 src/view/screens/LanguageSettings.tsx:90 +#: src/Navigation.tsx:150 +#: src/view/screens/LanguageSettings.tsx:90 msgid "Language Settings" msgstr "Socruithe teanga" @@ -2191,7 +2769,8 @@ msgstr "Socruithe teanga" msgid "Languages" msgstr "Teangacha" -#: src/screens/Hashtag.tsx:99 src/view/screens/Search/Search.tsx:376 +#: src/screens/Hashtag.tsx:99 +#: src/view/screens/Search/Search.tsx:377 msgid "Latest" msgstr "Is Déanaí" @@ -2199,11 +2778,13 @@ msgstr "Is Déanaí" msgid "Learn More" msgstr "Le tuilleadh a fhoghlaim" -#: src/components/moderation/ContentHider.tsx:66 src/components/moderation/ContentHider.tsx:131 +#: src/components/moderation/ContentHider.tsx:66 +#: src/components/moderation/ContentHider.tsx:131 msgid "Learn more about the moderation applied to this content." msgstr "Foghlaim níos mó faoin modhnóireacht a dhéantar ar an ábhar seo." -#: src/components/moderation/PostHider.tsx:99 src/components/moderation/ScreenHider.tsx:125 +#: src/components/moderation/PostHider.tsx:99 +#: src/components/moderation/ScreenHider.tsx:125 msgid "Learn more about this warning" msgstr "Le tuilleadh a fhoghlaim faoin rabhadh seo" @@ -2219,11 +2800,16 @@ msgstr "Tuilleadh eolais." msgid "Leave" msgstr "Éirigh as" -#: src/components/dms/MessagesListBlockedFooter.tsx:66 src/components/dms/MessagesListBlockedFooter.tsx:73 +#: src/components/dms/MessagesListBlockedFooter.tsx:66 +#: src/components/dms/MessagesListBlockedFooter.tsx:73 msgid "Leave chat" msgstr "Éirigh as an gcomhrá" -#: src/components/dms/ConvoMenu.tsx:138 src/components/dms/ConvoMenu.tsx:141 src/components/dms/ConvoMenu.tsx:208 src/components/dms/ConvoMenu.tsx:211 src/components/dms/LeaveConvoPrompt.tsx:46 +#: src/components/dms/ConvoMenu.tsx:138 +#: src/components/dms/ConvoMenu.tsx:141 +#: src/components/dms/ConvoMenu.tsx:208 +#: src/components/dms/ConvoMenu.tsx:211 +#: src/components/dms/LeaveConvoPrompt.tsx:46 msgid "Leave conversation" msgstr "Éirigh as an gcomhrá" @@ -2243,7 +2829,8 @@ msgstr "le déanamh fós." 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/screens/Login/index.tsx:130 src/screens/Login/index.tsx:145 +#: src/screens/Login/index.tsx:130 +#: src/screens/Login/index.tsx:145 msgid "Let's get your password reset!" msgstr "Socraímis do phasfhocal arís!" @@ -2255,18 +2842,39 @@ msgstr "Ar aghaidh linn!" msgid "Light" msgstr "Sorcha" -#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:267 src/view/screens/ProfileFeed.tsx:570 +#: src/view/com/util/post-ctrls/PostCtrls.tsx:197 +#~ msgid "Like" +#~ msgstr "Mol" + +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:267 +#: src/view/screens/ProfileFeed.tsx:570 msgid "Like this feed" msgstr "Mol an fotha seo" -#: src/components/LikesDialog.tsx:87 src/Navigation.tsx:208 src/Navigation.tsx:213 +#: src/components/LikesDialog.tsx:87 +#: src/Navigation.tsx:214 +#: src/Navigation.tsx:219 msgid "Liked by" msgstr "Molta ag" -#: src/screens/Profile/ProfileLabelerLikedBy.tsx:29 src/view/screens/PostLikedBy.tsx:27 src/view/screens/ProfileFeedLikedBy.tsx:27 +#: 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:268 +#~ msgid "Liked by {0} {1}" +#~ msgstr "Molta ag {0} {1}" + +#: src/components/LabelingServiceCard/index.tsx:72 +#~ msgid "Liked by {count} {0}" +#~ msgstr "Molta ag {count} {0}" + +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:NaN +#~ msgid "Liked by {likeCount} {0}" +#~ msgstr "Molta ag {likeCount} {0}" + #: src/view/com/notifications/FeedItem.tsx:176 msgid "liked your custom feed" msgstr "a mhol do shainfhotha" @@ -2279,11 +2887,11 @@ msgstr "a mhol do phostáil" msgid "Likes" msgstr "Moltaí" -#: src/view/com/post-thread/PostThreadItem.tsx:201 +#: src/view/com/post-thread/PostThreadItem.tsx:196 msgid "Likes on this post" msgstr "Moltaí don phostáil seo" -#: src/Navigation.tsx:177 +#: src/Navigation.tsx:183 msgid "List" msgstr "Liosta" @@ -2295,7 +2903,7 @@ msgstr "Abhatár an Liosta" msgid "List blocked" msgstr "Liosta blocáilte" -#: src/view/com/feeds/FeedSourceCard.tsx:232 +#: src/view/com/feeds/FeedSourceCard.tsx:253 msgid "List by {0}" msgstr "Liosta le {0}" @@ -2319,7 +2927,12 @@ msgstr "Liosta díbhlocáilte" msgid "List unmuted" msgstr "Liosta nach bhfuil balbhaithe níos mó" -#: src/Navigation.tsx:121 src/view/screens/Profile.tsx:192 src/view/screens/Profile.tsx:198 src/view/shell/desktop/LeftNav.tsx:373 src/view/shell/Drawer.tsx:508 src/view/shell/Drawer.tsx:509 +#: src/Navigation.tsx:120 +#: src/view/screens/Profile.tsx:192 +#: src/view/screens/Profile.tsx:198 +#: src/view/shell/desktop/LeftNav.tsx:373 +#: src/view/shell/Drawer.tsx:509 +#: src/view/shell/Drawer.tsx:510 msgid "Lists" msgstr "Liostaí" @@ -2327,11 +2940,14 @@ msgstr "Liostaí" msgid "Lists blocking this user:" msgstr "Liostaí a bhlocálann an t-úsáideoir seo:" -#: src/view/screens/Notifications.tsx:168 +#: src/view/screens/Notifications.tsx:184 msgid "Load new notifications" msgstr "Lódáil fógraí nua" -#: src/screens/Profile/Sections/Feed.tsx:86 src/view/com/feeds/FeedPage.tsx:136 src/view/screens/ProfileFeed.tsx:492 src/view/screens/ProfileList.tsx:749 +#: src/screens/Profile/Sections/Feed.tsx:86 +#: src/view/com/feeds/FeedPage.tsx:136 +#: src/view/screens/ProfileFeed.tsx:492 +#: src/view/screens/ProfileList.tsx:749 msgid "Load new posts" msgstr "Lódáil postálacha nua" @@ -2339,15 +2955,19 @@ msgstr "Lódáil postálacha nua" msgid "Loading..." msgstr "Ag lódáil …" -#: src/Navigation.tsx:228 +#: src/Navigation.tsx:234 msgid "Log" msgstr "Logleabhar" -#: src/screens/Deactivated.tsx:214 src/screens/Deactivated.tsx:220 +#: src/screens/Deactivated.tsx:214 +#: src/screens/Deactivated.tsx:220 msgid "Log in or sign up" msgstr "Logáil isteach nó cláraigh le Bluesky" -#: src/screens/SignupQueued.tsx:155 src/screens/SignupQueued.tsx:158 src/screens/SignupQueued.tsx:184 src/screens/SignupQueued.tsx:187 +#: src/screens/SignupQueued.tsx:155 +#: src/screens/SignupQueued.tsx:158 +#: src/screens/SignupQueued.tsx:184 +#: src/screens/SignupQueued.tsx:187 msgid "Log out" msgstr "Logáil amach" @@ -2371,10 +2991,15 @@ msgstr "Tá cuma XXXXX-XXXXX air" msgid "Looks like you haven't saved any feeds! Use our recommendations or browse more below." msgstr "Is cosúil nár sábháil tú fotha ar bith! Lean na moltaí a rinne muid nó tabhair súil ar a bhfuil thíos anseo." -#: src/screens/Home/NoFeedsPinned.tsx:96 +#: src/screens/Home/NoFeedsPinned.tsx:83 msgid "Looks like you unpinned all your feeds. But don't worry, you can add some below 😄" msgstr "Is cosúil gur éirigh tú as na fothaí uilig a bhí agat. Ná bíodh imní ort. Tig leat fothaí eile a roghnú thíos 😄" +#: src/screens/Feeds/NoFollowingFeed.tsx:38 +#, fuzzy +#~ msgid "Looks like you're missing a following feed." +#~ msgstr "Is cosúil go bhfuil fotha leanúna ar iarraidh ort. <0>Cliceáil anseo le ceann a fháil." + #: src/screens/Feeds/NoFollowingFeed.tsx:37 msgid "Looks like you're missing a following feed. <0>Click here to add one." msgstr "Is cosúil go bhfuil fotha leanúna ar iarraidh ort. <0>Cliceáil anseo le ceann a fháil." @@ -2383,15 +3008,17 @@ msgstr "Is cosúil go bhfuil fotha leanúna ar iarraidh ort. <0>Cliceáil anseo 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/components/dialogs/MutedWords.tsx:83 +#: src/components/dialogs/MutedWords.tsx:82 msgid "Manage your muted words and tags" msgstr "Bainistigh do chuid clibeanna agus na focail a chuir tú i bhfolach" -#: src/components/dms/ConvoMenu.tsx:151 src/components/dms/ConvoMenu.tsx:158 +#: src/components/dms/ConvoMenu.tsx:151 +#: src/components/dms/ConvoMenu.tsx:158 msgid "Mark as read" msgstr "Marcáil léite" -#: src/view/screens/AccessibilitySettings.tsx:89 src/view/screens/Profile.tsx:195 +#: src/view/screens/AccessibilitySettings.tsx:89 +#: src/view/screens/Profile.tsx:195 msgid "Media" msgstr "Meáin" @@ -2403,7 +3030,8 @@ msgstr "úsáideoirí luaite" msgid "Mentioned users" msgstr "Úsáideoirí luaite" -#: src/view/com/util/ViewHeader.tsx:90 src/view/screens/Search/Search.tsx:713 +#: src/view/com/util/ViewHeader.tsx:91 +#: src/view/screens/Search/Search.tsx:714 msgid "Menu" msgstr "Clár" @@ -2411,11 +3039,12 @@ msgstr "Clár" msgid "Message {0}" msgstr "Teachtaireacht {0}" -#: src/components/dms/MessageMenu.tsx:72 src/screens/Messages/List/ChatListItem.tsx:154 +#: src/components/dms/MessageMenu.tsx:72 +#: src/screens/Messages/List/ChatListItem.tsx:155 msgid "Message deleted" msgstr "Scriosadh an teachtaireacht" -#: src/view/com/posts/FeedErrorMessage.tsx:201 +#: src/view/com/posts/FeedErrorMessage.tsx:200 msgid "Message from server: {0}" msgstr "Teachtaireacht ón bhfreastalaí: {0}" @@ -2423,7 +3052,8 @@ msgstr "Teachtaireacht ón bhfreastalaí: {0}" msgid "Message input field" msgstr "Réimse ionchur teachtaireachtaí" -#: src/screens/Messages/Conversation/MessageInput.tsx:70 src/screens/Messages/Conversation/MessageInput.web.tsx:49 +#: src/screens/Messages/Conversation/MessageInput.tsx:70 +#: src/screens/Messages/Conversation/MessageInput.web.tsx:49 msgid "Message is too long" msgstr "Tá an teachtaireacht rófhada" @@ -2431,15 +3061,25 @@ msgstr "Tá an teachtaireacht rófhada" msgid "Message settings" msgstr "Socruithe teachtaireachta" -#: src/Navigation.tsx:521 src/screens/Messages/List/index.tsx:164 src/screens/Messages/List/index.tsx:246 src/screens/Messages/List/index.tsx:317 +#: src/Navigation.tsx:504 +#: src/screens/Messages/List/index.tsx:164 +#: src/screens/Messages/List/index.tsx:246 +#: src/screens/Messages/List/index.tsx:317 msgid "Messages" msgstr "Teachtaireachtaí" +#: src/Navigation.tsx:307 +#, fuzzy +#~ msgid "Messaging settings" +#~ msgstr "Socruithe teachtaireachta" + #: src/lib/moderation/useReportOptions.ts:46 msgid "Misleading Account" msgstr "Cuntas atá Míthreorach" -#: src/Navigation.tsx:126 src/screens/Moderation/index.tsx:104 src/view/screens/Settings/index.tsx:561 +#: src/Navigation.tsx:125 +#: src/screens/Moderation/index.tsx:104 +#: src/view/screens/Settings/index.tsx:561 msgid "Moderation" msgstr "Modhnóireacht" @@ -2447,7 +3087,8 @@ msgstr "Modhnóireacht" msgid "Moderation details" msgstr "Mionsonraí modhnóireachta" -#: src/view/com/lists/ListCard.tsx:95 src/view/com/modals/UserAddRemoveLists.tsx:217 +#: src/view/com/lists/ListCard.tsx:95 +#: src/view/com/modals/UserAddRemoveLists.tsx:217 msgid "Moderation list by {0}" msgstr "Liosta modhnóireachta le {0}" @@ -2455,7 +3096,9 @@ msgstr "Liosta modhnóireachta le {0}" msgid "Moderation list by <0/>" msgstr "Liosta modhnóireachta le <0/>" -#: src/view/com/lists/ListCard.tsx:93 src/view/com/modals/UserAddRemoveLists.tsx:215 src/view/screens/ProfileList.tsx:841 +#: src/view/com/lists/ListCard.tsx:93 +#: src/view/com/modals/UserAddRemoveLists.tsx:215 +#: src/view/screens/ProfileList.tsx:841 msgid "Moderation list by you" msgstr "Liosta modhnóireachta leat" @@ -2471,7 +3114,8 @@ msgstr "Liosta modhnóireachta uasdátaithe" msgid "Moderation lists" msgstr "Liostaí modhnóireachta" -#: src/Navigation.tsx:131 src/view/screens/ModerationModlists.tsx:58 +#: src/Navigation.tsx:130 +#: src/view/screens/ModerationModlists.tsx:58 msgid "Moderation Lists" msgstr "Liostaí modhnóireachta" @@ -2479,7 +3123,7 @@ msgstr "Liostaí modhnóireachta" msgid "Moderation settings" msgstr "Socruithe modhnóireachta" -#: src/Navigation.tsx:223 +#: src/Navigation.tsx:229 msgid "Moderation states" msgstr "Stádais modhnóireachta" @@ -2487,11 +3131,12 @@ msgstr "Stádais modhnóireachta" msgid "Moderation tools" msgstr "Uirlisí modhnóireachta" -#: src/components/moderation/ModerationDetailsDialog.tsx:48 src/lib/moderation/useModerationCauseDescription.ts:42 +#: src/components/moderation/ModerationDetailsDialog.tsx:48 +#: src/lib/moderation/useModerationCauseDescription.ts:42 msgid "Moderator has chosen to set a general warning on the content." msgstr "Chuir an modhnóir rabhadh ginearálta ar an ábhar." -#: src/view/com/post-thread/PostThreadItem.tsx:572 +#: src/view/com/post-thread/PostThreadItem.tsx:566 msgid "More" msgstr "Tuilleadh" @@ -2515,7 +3160,8 @@ msgstr "Cuir i bhfolach" msgid "Mute {truncatedTag}" msgstr "Cuir {truncatedTag} i bhfolach" -#: src/view/com/profile/ProfileMenu.tsx:281 src/view/com/profile/ProfileMenu.tsx:288 +#: src/view/com/profile/ProfileMenu.tsx:281 +#: src/view/com/profile/ProfileMenu.tsx:288 msgid "Mute Account" msgstr "Cuir an cuntas i bhfolach" @@ -2527,15 +3173,16 @@ msgstr "Cuir na cuntais i bhfolach" msgid "Mute all {displayTag} posts" msgstr "Cuir gach postáil {displayTag} i bhfolach" -#: src/components/dms/ConvoMenu.tsx:172 src/components/dms/ConvoMenu.tsx:178 +#: src/components/dms/ConvoMenu.tsx:172 +#: src/components/dms/ConvoMenu.tsx:178 msgid "Mute conversation" msgstr "Balbhaigh an comhrá" -#: src/components/dialogs/MutedWords.tsx:149 +#: src/components/dialogs/MutedWords.tsx:148 msgid "Mute in tags only" msgstr "Ná cuir i bhfolach ach i gclibeanna" -#: src/components/dialogs/MutedWords.tsx:134 +#: src/components/dialogs/MutedWords.tsx:133 msgid "Mute in text & tags" msgstr "Cuir i bhfolach i dtéacs agus i gclibeanna" @@ -2543,23 +3190,30 @@ msgstr "Cuir i bhfolach i dtéacs agus i gclibeanna" msgid "Mute list" msgstr "Cuir an liosta i bhfolach" +#: src/components/dms/ConvoMenu.tsx:NaN +#, fuzzy +#~ msgid "Mute notifications" +#~ msgstr "Fógraí" + #: src/view/screens/ProfileList.tsx:673 msgid "Mute these accounts?" msgstr "An bhfuil fonn ort na cuntais seo a chur i bhfolach" -#: src/components/dialogs/MutedWords.tsx:127 +#: src/components/dialogs/MutedWords.tsx:126 msgid "Mute this word in post text and tags" msgstr "Cuir an focal seo i bhfolach i dtéacs postálacha agus i gclibeanna" -#: src/components/dialogs/MutedWords.tsx:142 +#: src/components/dialogs/MutedWords.tsx:141 msgid "Mute this word in tags only" msgstr "Ná cuir an focal seo i bhfolach ach i gclibeanna" -#: src/view/com/util/forms/PostDropdownBtn.tsx:365 src/view/com/util/forms/PostDropdownBtn.tsx:371 +#: src/view/com/util/forms/PostDropdownBtn.tsx:352 +#: src/view/com/util/forms/PostDropdownBtn.tsx:358 msgid "Mute thread" msgstr "Cuir an snáithe seo i bhfolach" -#: src/view/com/util/forms/PostDropdownBtn.tsx:381 src/view/com/util/forms/PostDropdownBtn.tsx:383 +#: src/view/com/util/forms/PostDropdownBtn.tsx:368 +#: src/view/com/util/forms/PostDropdownBtn.tsx:370 msgid "Mute words & tags" msgstr "Cuir focail ⁊ clibeanna i bhfolach" @@ -2571,7 +3225,8 @@ msgstr "Curtha i bhfolach" msgid "Muted accounts" msgstr "Cuntais a cuireadh i bhfolach" -#: src/Navigation.tsx:136 src/view/screens/ModerationMutedAccounts.tsx:109 +#: src/Navigation.tsx:135 +#: src/view/screens/ModerationMutedAccounts.tsx:109 msgid "Muted Accounts" msgstr "Cuntais a Cuireadh i bhFolach" @@ -2591,11 +3246,12 @@ msgstr "Focail ⁊ clibeanna a cuireadh i bhfolach" 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/components/dialogs/BirthDateSettings.tsx:35 src/components/dialogs/BirthDateSettings.tsx:38 +#: src/components/dialogs/BirthDateSettings.tsx:35 +#: src/components/dialogs/BirthDateSettings.tsx:38 msgid "My Birthday" msgstr "Mo Bhreithlá" -#: src/view/screens/Feeds.tsx:795 +#: src/view/screens/Feeds.tsx:768 msgid "My Feeds" msgstr "Mo Chuid Fothaí" @@ -2611,7 +3267,8 @@ msgstr "Na fothaí a shábháil mé" msgid "My Saved Feeds" msgstr "Na Fothaí a Shábháil Mé" -#: src/view/com/modals/AddAppPasswords.tsx:174 src/view/com/modals/CreateOrEditList.tsx:279 +#: src/view/com/modals/AddAppPasswords.tsx:173 +#: src/view/com/modals/CreateOrEditList.tsx:279 msgid "Name" msgstr "Ainm" @@ -2619,7 +3276,9 @@ msgstr "Ainm" msgid "Name is required" msgstr "Tá an t-ainm riachtanach" -#: src/lib/moderation/useReportOptions.ts:58 src/lib/moderation/useReportOptions.ts:92 src/lib/moderation/useReportOptions.ts:100 +#: src/lib/moderation/useReportOptions.ts:58 +#: src/lib/moderation/useReportOptions.ts:92 +#: src/lib/moderation/useReportOptions.ts:100 msgid "Name or Description Violates Community Standards" msgstr "Sáraíonn an tAinm nó an Cur Síos Caighdeáin an Phobail" @@ -2627,7 +3286,9 @@ msgstr "Sáraíonn an tAinm nó an Cur Síos Caighdeáin an Phobail" msgid "Nature" msgstr "Nádúr" -#: src/screens/Login/ForgotPasswordForm.tsx:173 src/screens/Login/LoginForm.tsx:309 src/view/com/modals/ChangePassword.tsx:169 +#: src/screens/Login/ForgotPasswordForm.tsx:173 +#: src/screens/Login/LoginForm.tsx:309 +#: src/view/com/modals/ChangePassword.tsx:169 msgid "Navigates to the next screen" msgstr "Téann sé seo chuig an gcéad scáileán eile" @@ -2639,6 +3300,10 @@ msgstr "Téann sé seo chuig do phróifíl" msgid "Need to report a copyright violation?" msgstr "An bhfuil tú ag iarraidh sárú cóipchirt a thuairisciú?" +#: src/view/com/auth/onboarding/WelcomeDesktop.tsx:NaN +#~ msgid "Never lose access to your followers and data." +#~ msgstr "Ná bíodh gan fáil ar do chuid leantóirí ná ar do chuid dáta go deo." + #: src/screens/Onboarding/StepFinished.tsx:152 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." @@ -2656,7 +3321,9 @@ msgstr "Nua" msgid "New" msgstr "Nua" -#: src/components/dms/dialogs/NewChatDialog.tsx:52 src/screens/Messages/List/index.tsx:331 src/screens/Messages/List/index.tsx:338 +#: src/components/dms/dialogs/NewChatDialog.tsx:52 +#: src/screens/Messages/List/index.tsx:331 +#: src/screens/Messages/List/index.tsx:338 msgid "New chat" msgstr "Comhrá nua" @@ -2681,7 +3348,13 @@ msgctxt "action" msgid "New post" msgstr "Postáil nua" -#: src/view/screens/Feeds.tsx:627 src/view/screens/Notifications.tsx:177 src/view/screens/Profile.tsx:464 src/view/screens/ProfileFeed.tsx:426 src/view/screens/ProfileList.tsx:201 src/view/screens/ProfileList.tsx:229 src/view/shell/desktop/LeftNav.tsx:271 +#: src/view/screens/Feeds.tsx:600 +#: src/view/screens/Notifications.tsx:193 +#: src/view/screens/Profile.tsx:464 +#: src/view/screens/ProfileFeed.tsx:426 +#: src/view/screens/ProfileList.tsx:201 +#: src/view/screens/ProfileList.tsx:229 +#: src/view/shell/desktop/LeftNav.tsx:271 msgid "New post" msgstr "Postáil nua" @@ -2702,19 +3375,38 @@ msgstr "Na freagraí is déanaí ar dtús" msgid "News" msgstr "Nuacht" -#: src/screens/Login/ForgotPasswordForm.tsx:143 src/screens/Login/ForgotPasswordForm.tsx:150 src/screens/Login/LoginForm.tsx:308 src/screens/Login/LoginForm.tsx:315 src/screens/Login/SetNewPasswordForm.tsx:174 src/screens/Login/SetNewPasswordForm.tsx:180 src/screens/Signup/index.tsx:220 src/view/com/modals/ChangePassword.tsx:254 src/view/com/modals/ChangePassword.tsx:256 +#: src/screens/Login/ForgotPasswordForm.tsx:143 +#: src/screens/Login/ForgotPasswordForm.tsx:150 +#: src/screens/Login/LoginForm.tsx:308 +#: src/screens/Login/LoginForm.tsx:315 +#: src/screens/Login/SetNewPasswordForm.tsx:174 +#: src/screens/Login/SetNewPasswordForm.tsx:180 +#: src/screens/Signup/index.tsx:220 +#: src/view/com/modals/ChangePassword.tsx:254 +#: src/view/com/modals/ChangePassword.tsx:256 msgid "Next" msgstr "Ar aghaidh" +#: src/view/com/auth/onboarding/WelcomeDesktop.tsx:103 +#~ msgctxt "action" +#~ msgid "Next" +#~ msgstr "Ar aghaidh" + #: src/view/com/lightbox/Lightbox.web.tsx:169 msgid "Next image" msgstr "An chéad íomhá eile" -#: src/view/screens/PreferencesFollowingFeed.tsx:128 src/view/screens/PreferencesFollowingFeed.tsx:199 src/view/screens/PreferencesFollowingFeed.tsx:234 src/view/screens/PreferencesFollowingFeed.tsx:271 src/view/screens/PreferencesThreads.tsx:106 src/view/screens/PreferencesThreads.tsx:129 +#: src/view/screens/PreferencesFollowingFeed.tsx:128 +#: src/view/screens/PreferencesFollowingFeed.tsx:199 +#: src/view/screens/PreferencesFollowingFeed.tsx:234 +#: src/view/screens/PreferencesFollowingFeed.tsx:271 +#: src/view/screens/PreferencesThreads.tsx:106 +#: src/view/screens/PreferencesThreads.tsx:129 msgid "No" msgstr "Níl" -#: src/view/screens/ProfileFeed.tsx:559 src/view/screens/ProfileList.tsx:823 +#: src/view/screens/ProfileFeed.tsx:559 +#: src/view/screens/ProfileList.tsx:823 msgid "No description" msgstr "Gan chur síos" @@ -2722,11 +3414,12 @@ msgstr "Gan chur síos" msgid "No DNS Panel" msgstr "Gan Phainéal DNS" -#: src/components/dialogs/GifSelect.ios.tsx:202 src/components/dialogs/GifSelect.tsx:218 +#: src/components/dialogs/GifSelect.ios.tsx:202 +#: src/components/dialogs/GifSelect.tsx:218 msgid "No featured GIFs found. There may be an issue with Tenor." msgstr "Níor aimsíodh GIFanna speisialta. D'fhéadfadh sé gur tharla fadhb le Tenor." -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:112 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:116 msgid "No longer following {0}" msgstr "Ní leantar {0} níos mó" @@ -2734,7 +3427,7 @@ msgstr "Ní leantar {0} níos mó" msgid "No longer than 253 characters" msgstr "Gan a bheith níos faide na 253 charachtar" -#: src/screens/Messages/List/ChatListItem.tsx:105 +#: src/screens/Messages/List/ChatListItem.tsx:106 msgid "No messages yet" msgstr "Níl aon teachtaireacht ann fós" @@ -2742,15 +3435,23 @@ msgstr "Níl aon teachtaireacht ann fós" msgid "No more conversations to show" msgstr "Níl aon chomhráite eile le taispeáint" -#: src/view/com/notifications/Feed.tsx:117 +#: src/view/com/notifications/Feed.tsx:118 msgid "No notifications yet!" msgstr "Níl aon fhógra ann fós!" -#: src/components/dms/MessagesNUX.tsx:149 src/components/dms/MessagesNUX.tsx:152 src/screens/Messages/Settings.tsx:93 src/screens/Messages/Settings.tsx:96 +#: src/components/dms/MessagesNUX.tsx:149 +#: src/components/dms/MessagesNUX.tsx:152 +#: src/screens/Messages/Settings.tsx:93 +#: src/screens/Messages/Settings.tsx:96 msgid "No one" msgstr "Duine ar bith" -#: src/view/com/composer/text-input/mobile/Autocomplete.tsx:101 src/view/com/composer/text-input/web/Autocomplete.tsx:195 +#: src/screens/Profile/Sections/Feed.tsx:59 +msgid "No posts yet." +msgstr "" + +#: src/view/com/composer/text-input/mobile/Autocomplete.tsx:101 +#: src/view/com/composer/text-input/web/Autocomplete.tsx:195 msgid "No result" msgstr "Gan torthaí" @@ -2762,19 +3463,28 @@ msgstr "Toradh ar bith" msgid "No results found" msgstr "Gan torthaí" -#: src/view/screens/Feeds.tsx:556 +#: src/view/screens/Feeds.tsx:530 msgid "No results found for \"{query}\"" msgstr "Gan torthaí ar “{query}”" -#: src/view/com/modals/ListAddRemoveUsers.tsx:127 src/view/screens/Search/Search.tsx:296 src/view/screens/Search/Search.tsx:335 +#: src/view/com/modals/ListAddRemoveUsers.tsx:127 +#: src/view/screens/Search/Search.tsx:297 +#: src/view/screens/Search/Search.tsx:336 msgid "No results found for {query}" msgstr "Gan torthaí ar {query}" -#: src/components/dialogs/GifSelect.ios.tsx:200 src/components/dialogs/GifSelect.tsx:216 +#: src/components/dialogs/GifSelect.ios.tsx:200 +#: src/components/dialogs/GifSelect.tsx:216 msgid "No search results found for \"{search}\"." msgstr "Gan torthaí ar \"{search}\"." -#: src/components/dialogs/EmbedConsent.tsx:105 src/components/dialogs/EmbedConsent.tsx:112 +#: src/components/dms/NewChat.tsx:240 +#, fuzzy +#~ msgid "No search results found for \"{searchText}\"." +#~ msgstr "Gan torthaí ar \"{search}\"." + +#: src/components/dialogs/EmbedConsent.tsx:105 +#: src/components/dialogs/EmbedConsent.tsx:112 msgid "No thanks" msgstr "Níor mhaith liom é sin." @@ -2786,7 +3496,8 @@ msgstr "Duine ar bith" msgid "Nobody can reply" msgstr "Níl cead ag éinne freagra a thabhairt" -#: src/components/LikedByList.tsx:79 src/components/LikesDialog.tsx:99 +#: src/components/LikedByList.tsx:79 +#: src/components/LikesDialog.tsx:99 msgid "Nobody has liked this yet. Maybe you should be the first!" msgstr "Níor mhol éinne fós é. Ar cheart duit tosú?" @@ -2794,15 +3505,23 @@ msgstr "Níor mhol éinne fós é. Ar cheart duit tosú?" msgid "Non-sexual Nudity" msgstr "Lomnochtacht Neamhghnéasach" -#: src/Navigation.tsx:116 src/view/screens/Profile.tsx:100 +#: src/view/com/modals/SelfLabel.tsx:135 +#~ msgid "Not Applicable." +#~ msgstr "Ní bhaineann sé sin le hábhar." + +#: src/Navigation.tsx:115 +#: src/view/screens/Profile.tsx:100 msgid "Not Found" msgstr "Ní bhfuarthas é sin" -#: src/view/com/modals/VerifyEmail.tsx:254 src/view/com/modals/VerifyEmail.tsx:260 +#: src/view/com/modals/VerifyEmail.tsx:254 +#: src/view/com/modals/VerifyEmail.tsx:260 msgid "Not right now" msgstr "Ní anois" -#: src/view/com/profile/ProfileMenu.tsx:370 src/view/com/util/forms/PostDropdownBtn.tsx:459 src/view/com/util/post-ctrls/PostCtrls.tsx:308 +#: src/view/com/profile/ProfileMenu.tsx:370 +#: src/view/com/util/forms/PostDropdownBtn.tsx:446 +#: src/view/com/util/post-ctrls/PostCtrls.tsx:308 msgid "Note about sharing" msgstr "Nóta faoi roinnt" @@ -2822,7 +3541,13 @@ msgstr "Fuaimeanna fógra" msgid "Notification Sounds" msgstr "Fuaimeanna Fógra" -#: src/Navigation.tsx:516 src/view/screens/Notifications.tsx:126 src/view/screens/Notifications.tsx:154 src/view/shell/bottom-bar/BottomBar.tsx:227 src/view/shell/desktop/LeftNav.tsx:350 src/view/shell/Drawer.tsx:456 src/view/shell/Drawer.tsx:457 +#: src/Navigation.tsx:499 +#: src/view/screens/Notifications.tsx:132 +#: src/view/screens/Notifications.tsx:169 +#: src/view/shell/bottom-bar/BottomBar.tsx:227 +#: src/view/shell/desktop/LeftNav.tsx:350 +#: src/view/shell/Drawer.tsx:457 +#: src/view/shell/Drawer.tsx:458 msgid "Notifications" msgstr "Fógraí" @@ -2838,11 +3563,17 @@ msgstr "Lomnochtacht" msgid "Nudity or adult content not labeled as such" msgstr "Lomnochtacht nó ábhar do dhaoine fásta nach bhfuil an lipéad sin air" +#: src/screens/Signup/index.tsx:145 +#~ msgid "of" +#~ msgstr "de" + #: src/lib/moderation/useLabelBehaviorDescription.ts:11 msgid "Off" msgstr "As" -#: src/components/dialogs/GifSelect.ios.tsx:237 src/components/dialogs/GifSelect.tsx:255 src/view/com/util/ErrorBoundary.tsx:55 +#: src/components/dialogs/GifSelect.ios.tsx:237 +#: src/components/dialogs/GifSelect.tsx:255 +#: src/view/com/util/ErrorBoundary.tsx:55 msgid "Oh no!" msgstr "Úps!" @@ -2866,11 +3597,11 @@ msgstr "Na freagraí is sine ar dtús" msgid "Onboarding reset" msgstr "Atosú an chláraithe" -#: src/view/com/composer/Composer.tsx:488 +#: src/view/com/composer/Composer.tsx:503 msgid "One or more images is missing alt text." msgstr "Tá téacs malartach de dhíth ar íomhá amháin nó níos mó acu." -#: src/screens/Onboarding/StepProfile/index.tsx:116 +#: src/screens/Onboarding/StepProfile/index.tsx:117 msgid "Only .jpg and .png files are supported" msgstr "Ní oibríonn ach comhaid .jpg agus .png" @@ -2886,7 +3617,9 @@ msgstr "Níl ann ach litreacha, uimhreacha, agus fleiscíní" msgid "Oops, something went wrong!" msgstr "Úps! Theip ar rud éigin!" -#: src/components/Lists.tsx:191 src/view/screens/AppPasswords.tsx:69 src/view/screens/Profile.tsx:100 +#: src/components/Lists.tsx:191 +#: src/view/screens/AppPasswords.tsx:69 +#: src/view/screens/Profile.tsx:100 msgid "Oops!" msgstr "Úps!" @@ -2898,15 +3631,17 @@ msgstr "Oscail" msgid "Open {name} profile shortcut menu" msgstr "Oscail roghchlár giorrúcháin phróifíl {name}" -#: src/screens/Onboarding/StepProfile/index.tsx:276 +#: src/screens/Onboarding/StepProfile/index.tsx:277 msgid "Open avatar creator" msgstr "Oscail an cruthaitheoir abhatáir" -#: src/screens/Messages/List/ChatListItem.tsx:214 src/screens/Messages/List/ChatListItem.tsx:215 +#: src/screens/Messages/List/ChatListItem.tsx:219 +#: src/screens/Messages/List/ChatListItem.tsx:220 msgid "Open conversation options" msgstr "Oscail na roghanna comhrá" -#: src/view/com/composer/Composer.tsx:600 src/view/com/composer/Composer.tsx:601 +#: src/view/com/composer/Composer.tsx:613 +#: src/view/com/composer/Composer.tsx:614 msgid "Open emoji picker" msgstr "Oscail roghnóir na n-emoji" @@ -2926,15 +3661,16 @@ msgstr "Oscail na roghanna teachtaireachta" msgid "Open muted words and tags settings" msgstr "Oscail suíomhanna na gclibeanna agus na bhfocal a cuireadh i bhfolach" -#: src/view/com/home/HomeHeaderLayoutMobile.tsx:52 +#: src/view/com/home/HomeHeaderLayoutMobile.tsx:54 msgid "Open navigation" msgstr "Oscail an nascleanúint" -#: src/view/com/util/forms/PostDropdownBtn.tsx:250 +#: src/view/com/util/forms/PostDropdownBtn.tsx:237 msgid "Open post options menu" msgstr "Oscail roghchlár na bpostálacha" -#: src/view/screens/Settings/index.tsx:860 src/view/screens/Settings/index.tsx:870 +#: src/view/screens/Settings/index.tsx:860 +#: src/view/screens/Settings/index.tsx:870 msgid "Open storybook page" msgstr "Oscail leathanach an Storybook" @@ -2954,6 +3690,10 @@ msgstr "Osclaíonn sé seo na socruithe inrochtaineachta" msgid "Opens additional details for a debug entry" msgstr "Osclaíonn sé seo tuilleadh sonraí le haghaidh iontráil dífhabhtaithe" +#: src/view/com/notifications/FeedItem.tsx:349 +#~ msgid "Opens an expanded list of users in this notification" +#~ msgstr "Osclaíonn sé seo liosta méadaithe d’úsáideoirí san fhógra seo" + #: src/view/com/composer/photos/OpenCameraBtn.tsx:74 msgid "Opens camera on device" msgstr "Osclaíonn sé seo an ceamara ar an ngléas" @@ -2978,11 +3718,13 @@ msgstr "Osclaíonn sé seo gailearaí na ngrianghraf ar an ngléas" msgid "Opens external embeds settings" msgstr "Osclaíonn sé seo na socruithe le haghaidh leabuithe seachtracha" -#: src/view/com/auth/SplashScreen.tsx:50 src/view/com/auth/SplashScreen.web.tsx:99 +#: src/view/com/auth/SplashScreen.tsx:50 +#: src/view/com/auth/SplashScreen.web.tsx:99 msgid "Opens flow to create a new Bluesky account" msgstr "Osclaíonn sé seo an próiseas le cuntas nua Bluesky a chruthú" -#: src/view/com/auth/SplashScreen.tsx:65 src/view/com/auth/SplashScreen.web.tsx:114 +#: src/view/com/auth/SplashScreen.tsx:65 +#: src/view/com/auth/SplashScreen.web.tsx:114 msgid "Opens flow to sign into your existing Bluesky account" msgstr "Osclaíonn sé seo an síniú isteach ar an gcuntas Bluesky atá agat cheana féin" @@ -3030,9 +3772,9 @@ msgstr "Osclaíonn sé seo socruithe na modhnóireachta" msgid "Opens password reset form" msgstr "Osclaíonn sé seo an fhoirm leis an bpasfhocal a athrú" -#: src/view/com/home/HomeHeaderLayout.web.tsx:77 src/view/screens/Feeds.tsx:417 -msgid "Opens screen to edit Saved Feeds" -msgstr "Osclaíonn sé seo an scáileán leis na fothaí sábháilte a athrú" +#: src/view/com/home/HomeHeaderLayout.web.tsx:NaN +#~ msgid "Opens screen to edit Saved Feeds" +#~ msgstr "Osclaíonn sé seo an scáileán leis na fothaí sábháilte a athrú" #: src/view/screens/Settings/index.tsx:617 msgid "Opens screen with all saved feeds" @@ -3050,7 +3792,13 @@ msgstr "Osclaíonn sé seo roghanna don fhotha Following" msgid "Opens the linked website" msgstr "Osclaíonn sé seo an suíomh gréasáin atá nasctha" -#: src/view/screens/Settings/index.tsx:861 src/view/screens/Settings/index.tsx:871 +#: src/screens/Messages/List/index.tsx:86 +#, fuzzy +#~ msgid "Opens the message settings page" +#~ msgstr "Osclaíonn sé seo logleabhar an chórais" + +#: src/view/screens/Settings/index.tsx:861 +#: src/view/screens/Settings/index.tsx:871 msgid "Opens the storybook page" msgstr "Osclaíonn sé seo leathanach an Storybook" @@ -3062,7 +3810,8 @@ msgstr "Osclaíonn sé seo logleabhar an chórais" msgid "Opens the threads preferences" msgstr "Osclaíonn sé seo roghanna na snáitheanna" -#: src/view/com/notifications/FeedItem.tsx:427 src/view/com/util/UserAvatar.tsx:409 +#: src/view/com/notifications/FeedItem.tsx:427 +#: src/view/com/util/UserAvatar.tsx:409 msgid "Opens this profile" msgstr "Osclaíonn sé an phróifíl seo" @@ -3070,7 +3819,8 @@ msgstr "Osclaíonn sé an phróifíl seo" msgid "Option {0} of {numItems}" msgstr "Rogha {0} as {numItems}" -#: src/components/dms/ReportDialog.tsx:181 src/components/ReportDialog/SubmitView.tsx:163 +#: src/components/dms/ReportDialog.tsx:183 +#: src/components/ReportDialog/SubmitView.tsx:162 msgid "Optionally provide additional information below:" msgstr "Is féidir tuilleadh eolais a chur ar fáil thíos:" @@ -3102,7 +3852,8 @@ msgstr "Eile…" msgid "Our moderators have reviewed reports and decided to disable your access to chats on Bluesky." msgstr "Ta ár modhnóirí tar éis athbhreithniú a dhéanamh ar thuairiscí. Chinn siad gan ligean duit comhráite a úsáid ar Bluesky." -#: src/components/Lists.tsx:208 src/view/screens/NotFound.tsx:45 +#: src/components/Lists.tsx:208 +#: src/view/screens/NotFound.tsx:45 msgid "Page not found" msgstr "Leathanach gan aimsiú" @@ -3110,7 +3861,10 @@ msgstr "Leathanach gan aimsiú" msgid "Page Not Found" msgstr "Leathanach gan aimsiú" -#: src/screens/Login/LoginForm.tsx:201 src/screens/Signup/StepInfo/index.tsx:102 src/view/com/modals/DeleteAccount.tsx:257 src/view/com/modals/DeleteAccount.tsx:264 +#: src/screens/Login/LoginForm.tsx:201 +#: src/screens/Signup/StepInfo/index.tsx:102 +#: src/view/com/modals/DeleteAccount.tsx:257 +#: src/view/com/modals/DeleteAccount.tsx:264 msgid "Password" msgstr "Pasfhocal" @@ -3130,15 +3884,15 @@ msgstr "Pasfhocal uasdátaithe!" msgid "Pause" msgstr "Sos" -#: src/view/screens/Search/Search.tsx:386 +#: src/view/screens/Search/Search.tsx:387 msgid "People" msgstr "Daoine" -#: src/Navigation.tsx:171 +#: src/Navigation.tsx:170 msgid "People followed by @{0}" msgstr "Na daoine atá leanta ag @{0}" -#: src/Navigation.tsx:164 +#: src/Navigation.tsx:163 msgid "People following @{0}" msgstr "Na leantóirí atá ag @{0}" @@ -3158,7 +3912,8 @@ msgstr "Peataí" msgid "Pictures meant for adults." msgstr "Pictiúir le haghaidh daoine fásta." -#: src/view/screens/ProfileFeed.tsx:287 src/view/screens/ProfileList.tsx:617 +#: src/view/screens/ProfileFeed.tsx:287 +#: src/view/screens/ProfileList.tsx:617 msgid "Pin to home" msgstr "Greamaigh le baile" @@ -3182,11 +3937,17 @@ msgstr "Seinn" msgid "Play {0}" msgstr "Seinn {0}" +#: src/screens/Messages/Settings.tsx:NaN +#, fuzzy +#~ msgid "Play notification sounds" +#~ msgstr "Fuaimeanna fógra" + #: src/view/com/util/post-embeds/GifEmbed.tsx:35 msgid "Play or pause the GIF" msgstr "Seinn nó stop an GIF" -#: src/view/com/util/post-embeds/ExternalPlayerEmbed.tsx:57 src/view/com/util/post-embeds/ExternalPlayerEmbed.tsx:58 +#: src/view/com/util/post-embeds/ExternalPlayerEmbed.tsx:57 +#: src/view/com/util/post-embeds/ExternalPlayerEmbed.tsx:58 msgid "Play Video" msgstr "Seinn an físeán" @@ -3210,15 +3971,15 @@ 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:95 +#: src/view/com/modals/AddAppPasswords.tsx:94 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." -#: src/view/com/modals/AddAppPasswords.tsx:151 +#: src/view/com/modals/AddAppPasswords.tsx:150 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:68 +#: src/components/dialogs/MutedWords.tsx:67 msgid "Please enter a valid word, tag, or phrase to mute" msgstr "Cuir focal, clib, nó frása inghlactha isteach le cur i bhfolach" @@ -3230,7 +3991,7 @@ msgstr "Cuir isteach do sheoladh ríomhphoist, le do thoil." msgid "Please enter your password as well:" msgstr "Cuir isteach do phasfhocal freisin, le do thoil." -#: src/components/moderation/LabelsOnMeDialog.tsx:258 +#: src/components/moderation/LabelsOnMeDialog.tsx:256 msgid "Please explain why you think this label was incorrectly applied by {0}" msgstr "Abair linn, le do thoil, cén fáth a gcreideann tú gur chuir {0} an lipéad seo i bhfeidhm go mícheart" @@ -3238,7 +3999,8 @@ msgstr "Abair linn, le do thoil, cén fáth a gcreideann tú gur chuir {0} an li msgid "Please explain why you think your chats were incorrectly disabled" msgstr "Mínigh, le do thoil, an fáth a gcreideann tú go bhfuil sé mícheart nach ligtear duit comhráite a úsáid" -#: src/lib/hooks/useAccountSwitcher.ts:48 src/lib/hooks/useAccountSwitcher.ts:58 +#: src/lib/hooks/useAccountSwitcher.ts:48 +#: src/lib/hooks/useAccountSwitcher.ts:58 msgid "Please sign in as @{0}" msgstr "Logáil isteach mar @{0}" @@ -3246,7 +4008,7 @@ msgstr "Logáil isteach mar @{0}" msgid "Please Verify Your Email" msgstr "Dearbhaigh do ríomhphost, le do thoil." -#: src/view/com/composer/Composer.tsx:268 +#: src/view/com/composer/Composer.tsx:281 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." @@ -3258,25 +4020,28 @@ msgstr "Polaitíocht" msgid "Porn" msgstr "Pornagrafaíocht" -#: src/view/com/composer/Composer.tsx:462 src/view/com/composer/Composer.tsx:470 +#: src/view/com/composer/Composer.tsx:477 +#: src/view/com/composer/Composer.tsx:485 msgctxt "action" msgid "Post" msgstr "Postáil" -#: src/view/com/post-thread/PostThread.tsx:427 +#: src/view/com/post-thread/PostThread.tsx:430 msgctxt "description" msgid "Post" msgstr "Postáil" -#: src/view/com/post-thread/PostThreadItem.tsx:194 +#: src/view/com/post-thread/PostThreadItem.tsx:189 msgid "Post by {0}" msgstr "Postáil ó {0}" -#: src/Navigation.tsx:183 src/Navigation.tsx:190 src/Navigation.tsx:197 +#: src/Navigation.tsx:189 +#: src/Navigation.tsx:196 +#: src/Navigation.tsx:203 msgid "Post by @{0}" msgstr "Postáil ó @{0}" -#: src/view/com/util/forms/PostDropdownBtn.tsx:134 +#: src/view/com/util/forms/PostDropdownBtn.tsx:129 msgid "Post deleted" msgstr "Scriosadh an phostáil" @@ -3284,11 +4049,13 @@ msgstr "Scriosadh an phostáil" msgid "Post hidden" msgstr "Cuireadh an phostáil i bhfolach" -#: src/components/moderation/ModerationDetailsDialog.tsx:97 src/lib/moderation/useModerationCauseDescription.ts:101 +#: src/components/moderation/ModerationDetailsDialog.tsx:97 +#: src/lib/moderation/useModerationCauseDescription.ts:101 msgid "Post Hidden by Muted Word" msgstr "Postáil nach bhfuil le feiceáil de bharr focail a cuireadh i bhfolach" -#: src/components/moderation/ModerationDetailsDialog.tsx:100 src/lib/moderation/useModerationCauseDescription.ts:110 +#: src/components/moderation/ModerationDetailsDialog.tsx:100 +#: src/lib/moderation/useModerationCauseDescription.ts:110 msgid "Post Hidden by You" msgstr "Postáil a chuir tú i bhfolach" @@ -3300,7 +4067,8 @@ msgstr "Teanga postála" msgid "Post Languages" msgstr "Teangacha postála" -#: src/view/com/post-thread/PostThread.tsx:188 src/view/com/post-thread/PostThread.tsx:200 +#: src/view/com/post-thread/PostThread.tsx:188 +#: src/view/com/post-thread/PostThread.tsx:200 msgid "Post not found" msgstr "Ní bhfuarthas an phostáil" @@ -3312,11 +4080,11 @@ msgstr "postálacha" msgid "Posts" msgstr "Postálacha" -#: 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 "Is féidir postálacha a chuir i bhfolach de bharr a gcuid téacs, a gcuid clibeanna, nó an dá rud." -#: src/view/com/posts/FeedErrorMessage.tsx:69 +#: src/view/com/posts/FeedErrorMessage.tsx:68 msgid "Posts hidden" msgstr "Cuireadh na postálacha i bhfolach" @@ -3332,10 +4100,22 @@ msgstr "Brúigh le iarracht a thabhairt ar nascadh arís" msgid "Press to change hosting provider" msgstr "Brúigh leis an soláthraí óstála a athrú" -#: src/components/Error.tsx:85 src/components/Lists.tsx:93 src/screens/Messages/Conversation/MessageListError.tsx:24 src/screens/Signup/index.tsx:200 +#: src/components/Error.tsx:85 +#: src/components/Lists.tsx:93 +#: src/screens/Messages/Conversation/MessageListError.tsx:24 +#: src/screens/Signup/index.tsx:200 msgid "Press to retry" msgstr "Brúigh le iarracht eile a dhéanamh" +#: src/screens/Messages/Conversation/MessagesList.tsx:NaN +#, fuzzy +#~ msgid "Press to Retry" +#~ msgstr "Brúigh le iarracht eile a dhéanamh" + +#: src/components/KnownFollowers.tsx:111 +msgid "Press to view followers of this account that you also follow" +msgstr "" + #: src/view/com/lightbox/Lightbox.web.tsx:150 msgid "Previous image" msgstr "An íomhá roimhe seo" @@ -3348,11 +4128,16 @@ msgstr "Príomhtheanga" msgid "Prioritize Your Follows" msgstr "Tabhair Tosaíocht do Do Chuid Leantóirí" -#: src/view/screens/Settings/index.tsx:654 src/view/shell/desktop/RightNav.tsx:77 +#: src/view/screens/Settings/index.tsx:654 +#: src/view/shell/desktop/RightNav.tsx:77 msgid "Privacy" msgstr "Príobháideacht" -#: src/Navigation.tsx:238 src/screens/Signup/StepInfo/Policies.tsx:56 src/view/screens/PrivacyPolicy.tsx:29 src/view/screens/Settings/index.tsx:957 src/view/shell/Drawer.tsx:284 +#: src/Navigation.tsx:244 +#: src/screens/Signup/StepInfo/Policies.tsx:56 +#: src/view/screens/PrivacyPolicy.tsx:29 +#: src/view/screens/Settings/index.tsx:957 +#: src/view/shell/Drawer.tsx:285 msgid "Privacy Policy" msgstr "Polasaí príobháideachta" @@ -3364,11 +4149,16 @@ msgstr "Roinn TDanna príobháideacha le úsáideoirí eile." msgid "Processing..." msgstr "Á phróiseáil..." -#: src/view/screens/DebugMod.tsx:894 src/view/screens/Profile.tsx:345 +#: src/view/screens/DebugMod.tsx:894 +#: src/view/screens/Profile.tsx:345 msgid "profile" msgstr "próifíl" -#: src/view/shell/bottom-bar/BottomBar.tsx:272 src/view/shell/desktop/LeftNav.tsx:381 src/view/shell/Drawer.tsx:78 src/view/shell/Drawer.tsx:541 src/view/shell/Drawer.tsx:542 +#: src/view/shell/bottom-bar/BottomBar.tsx:272 +#: src/view/shell/desktop/LeftNav.tsx:381 +#: src/view/shell/Drawer.tsx:78 +#: src/view/shell/Drawer.tsx:542 +#: src/view/shell/Drawer.tsx:543 msgid "Profile" msgstr "Próifíl" @@ -3392,18 +4182,31 @@ 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:447 +#: src/view/com/composer/Composer.tsx:462 msgid "Publish post" msgstr "Foilsigh an phostáil" -#: src/view/com/composer/Composer.tsx:447 +#: src/view/com/composer/Composer.tsx:462 msgid "Publish reply" msgstr "Foilsigh an freagra" -#: src/view/com/util/post-ctrls/RepostButton.tsx:113 src/view/com/util/post-ctrls/RepostButton.tsx:125 src/view/com/util/post-ctrls/RepostButton.web.tsx:78 src/view/com/util/post-ctrls/RepostButton.web.tsx:81 +#: src/view/com/util/post-ctrls/RepostButton.tsx:115 +#: src/view/com/util/post-ctrls/RepostButton.tsx:127 +#: src/view/com/util/post-ctrls/RepostButton.web.tsx:78 +#: src/view/com/util/post-ctrls/RepostButton.web.tsx:81 msgid "Quote post" msgstr "Postáil athluaite" +#: src/view/com/modals/Repost.tsx:66 +#~ msgctxt "action" +#~ msgid "Quote post" +#~ msgstr "Luaigh an phostáil seo" + +#: src/view/com/modals/Repost.tsx:71 +#~ msgctxt "action" +#~ msgid "Quote Post" +#~ msgstr "Luaigh an phostáil seo" + #: src/view/screens/PreferencesThreads.tsx:86 msgid "Random (aka \"Poster's Roulette\")" msgstr "Randamach" @@ -3416,14 +4219,27 @@ msgstr "Cóimheasa" msgid "Reactivate your account" msgstr "Athghníomhaigh do chuntas" -#: src/components/dms/ReportDialog.tsx:172 +#: src/components/dms/ReportDialog.tsx:174 msgid "Reason:" msgstr "Fáth:" -#: src/view/screens/Search/Search.tsx:973 +#: src/components/dms/MessageReportDialog.tsx:149 +#, fuzzy +#~ msgid "Reason: {0}" +#~ msgstr "Fáth:" + +#: src/view/screens/Search/Search.tsx:970 msgid "Recent Searches" msgstr "Cuardaigh a Rinneadh le Déanaí" +#: src/view/com/auth/onboarding/RecommendedFeeds.tsx:117 +#~ msgid "Recommended Feeds" +#~ msgstr "Fothaí molta" + +#: src/view/com/auth/onboarding/RecommendedFollows.tsx:181 +#~ msgid "Recommended Users" +#~ msgstr "Cuntais mholta" + #: src/screens/Messages/Conversation/MessageListError.tsx:20 msgid "Reconnect" msgstr "Athnasc" @@ -3432,7 +4248,12 @@ msgstr "Athnasc" msgid "Reload conversations" msgstr "Athlódáil comhráite" -#: src/components/dialogs/MutedWords.tsx:288 src/view/com/feeds/FeedSourceCard.tsx:296 src/view/com/modals/ListAddRemoveUsers.tsx:268 src/view/com/modals/SelfLabel.tsx:84 src/view/com/modals/UserAddRemoveLists.tsx:230 src/view/com/posts/FeedErrorMessage.tsx:213 +#: src/components/dialogs/MutedWords.tsx:286 +#: src/view/com/feeds/FeedSourceCard.tsx:317 +#: src/view/com/modals/ListAddRemoveUsers.tsx:268 +#: src/view/com/modals/SelfLabel.tsx:84 +#: src/view/com/modals/UserAddRemoveLists.tsx:230 +#: src/view/com/posts/FeedErrorMessage.tsx:212 msgid "Remove" msgstr "Scrios" @@ -3452,19 +4273,25 @@ msgstr "Bain an Fógra Meirge Amach" msgid "Remove embed" msgstr "Bain an leabú" -#: src/view/com/posts/FeedErrorMessage.tsx:169 src/view/com/posts/FeedShutdownMsg.tsx:113 src/view/com/posts/FeedShutdownMsg.tsx:117 +#: src/view/com/posts/FeedErrorMessage.tsx:168 +#: src/view/com/posts/FeedShutdownMsg.tsx:113 +#: src/view/com/posts/FeedShutdownMsg.tsx:117 msgid "Remove feed" msgstr "Bain an fotha de" -#: src/view/com/posts/FeedErrorMessage.tsx:210 +#: src/view/com/posts/FeedErrorMessage.tsx:209 msgid "Remove feed?" msgstr "An bhfuil fonn ort an fotha a bhaint?" -#: src/view/com/feeds/FeedSourceCard.tsx:180 src/view/com/feeds/FeedSourceCard.tsx:245 src/view/screens/ProfileFeed.tsx:330 src/view/screens/ProfileFeed.tsx:336 src/view/screens/ProfileList.tsx:443 +#: src/view/com/feeds/FeedSourceCard.tsx:188 +#: src/view/com/feeds/FeedSourceCard.tsx:266 +#: src/view/screens/ProfileFeed.tsx:330 +#: src/view/screens/ProfileFeed.tsx:336 +#: src/view/screens/ProfileList.tsx:443 msgid "Remove from my feeds" msgstr "Bain de mo chuid fothaí" -#: src/view/com/feeds/FeedSourceCard.tsx:291 +#: src/view/com/feeds/FeedSourceCard.tsx:312 msgid "Remove from my feeds?" msgstr "É sin a bhaint de mo chuid fothaí?" @@ -3476,15 +4303,15 @@ msgstr "Bain an íomhá de" msgid "Remove image preview" msgstr "Bain réamhléiriú den íomhá" -#: src/components/dialogs/MutedWords.tsx:331 +#: src/components/dialogs/MutedWords.tsx:329 msgid "Remove mute word from your list" msgstr "Bain focal folaigh de do liosta" -#: src/view/screens/Search/Search.tsx:1014 +#: src/view/screens/Search/Search.tsx:1011 msgid "Remove profile" msgstr "Bain an phróifíl" -#: src/view/screens/Search/Search.tsx:1016 +#: src/view/screens/Search/Search.tsx:1013 msgid "Remove profile from search history" msgstr "Bain an phróifíl seo as an stair cuardaigh" @@ -3492,23 +4319,27 @@ msgstr "Bain an phróifíl seo as an stair cuardaigh" msgid "Remove quote" msgstr "Bain an t-athfhriotal de" -#: src/view/com/util/post-ctrls/RepostButton.tsx:90 src/view/com/util/post-ctrls/RepostButton.tsx:106 +#: src/view/com/util/post-ctrls/RepostButton.tsx:92 +#: src/view/com/util/post-ctrls/RepostButton.tsx:108 msgid "Remove repost" msgstr "Scrios an athphostáil" -#: src/view/com/posts/FeedErrorMessage.tsx:211 +#: src/view/com/posts/FeedErrorMessage.tsx:210 msgid "Remove this feed from your saved feeds" msgstr "Bain an fotha seo de do chuid fothaí sábháilte" -#: src/view/com/modals/ListAddRemoveUsers.tsx:199 src/view/com/modals/UserAddRemoveLists.tsx:165 +#: src/view/com/modals/ListAddRemoveUsers.tsx:199 +#: src/view/com/modals/UserAddRemoveLists.tsx:165 msgid "Removed from list" msgstr "Baineadh den liosta é" -#: src/view/com/feeds/FeedSourceCard.tsx:131 +#: src/view/com/feeds/FeedSourceCard.tsx:139 msgid "Removed from my feeds" msgstr "Baineadh de do chuid fothaí é" -#: src/view/com/posts/FeedShutdownMsg.tsx:44 src/view/screens/ProfileFeed.tsx:191 src/view/screens/ProfileList.tsx:320 +#: src/view/com/posts/FeedShutdownMsg.tsx:44 +#: src/view/screens/ProfileFeed.tsx:191 +#: src/view/screens/ProfileList.tsx:320 msgid "Removed from your feeds" msgstr "Baineadh de do chuid fothaí é" @@ -3520,7 +4351,8 @@ msgstr "Baineann sé seo an mhionsamhail réamhshocraithe de {0}" msgid "Removes quoted post" msgstr "Baineann sé seo an t-athfhriotal" -#: src/view/com/posts/FeedShutdownMsg.tsx:126 src/view/com/posts/FeedShutdownMsg.tsx:130 +#: src/view/com/posts/FeedShutdownMsg.tsx:126 +#: src/view/com/posts/FeedShutdownMsg.tsx:130 msgid "Replace with Discover" msgstr "Cuir an fotha Discover ina áit" @@ -3532,7 +4364,7 @@ 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:460 +#: src/view/com/composer/Composer.tsx:475 msgctxt "action" msgid "Reply" msgstr "Freagair" @@ -3541,20 +4373,36 @@ msgstr "Freagair" msgid "Reply Filters" msgstr "Scagairí freagra" -#: src/view/com/post/Post.tsx:190 src/view/com/posts/FeedItem.tsx:427 +#: src/view/com/post/Post.tsx:NaN +#~ msgctxt "description" +#~ msgid "Reply to <0/>" +#~ msgstr "Freagra ar <0/>" + +#: src/view/com/post/Post.tsx:190 +#: src/view/com/posts/FeedItem.tsx:427 msgctxt "description" msgid "Reply to <0><1/>" msgstr "Freagra ar <0><1/>" -#: src/components/dms/MessageMenu.tsx:132 src/components/dms/MessagesListBlockedFooter.tsx:77 src/components/dms/MessagesListBlockedFooter.tsx:84 +#: src/components/dms/MessageMenu.tsx:132 +#: src/components/dms/MessagesListBlockedFooter.tsx:77 +#: src/components/dms/MessagesListBlockedFooter.tsx:84 msgid "Report" msgstr "Tuairiscigh" -#: src/view/com/profile/ProfileMenu.tsx:321 src/view/com/profile/ProfileMenu.tsx:324 +#: src/components/dms/ConvoMenu.tsx:NaN +#, fuzzy +#~ msgid "Report account" +#~ msgstr "Déan gearán faoi chuntas" + +#: src/view/com/profile/ProfileMenu.tsx:321 +#: src/view/com/profile/ProfileMenu.tsx:324 msgid "Report Account" msgstr "Déan gearán faoi chuntas" -#: src/components/dms/ConvoMenu.tsx:197 src/components/dms/ConvoMenu.tsx:200 src/components/dms/ReportConversationPrompt.tsx:18 +#: src/components/dms/ConvoMenu.tsx:197 +#: src/components/dms/ConvoMenu.tsx:200 +#: src/components/dms/ReportConversationPrompt.tsx:18 msgid "Report conversation" msgstr "Tuairiscigh an comhrá seo" @@ -3562,7 +4410,8 @@ msgstr "Tuairiscigh an comhrá seo" msgid "Report dialog" msgstr "Tuairiscigh comhrá" -#: src/view/screens/ProfileFeed.tsx:347 src/view/screens/ProfileFeed.tsx:349 +#: src/view/screens/ProfileFeed.tsx:347 +#: src/view/screens/ProfileFeed.tsx:349 msgid "Report feed" msgstr "Déan gearán faoi fhotha" @@ -3574,7 +4423,8 @@ msgstr "Déan gearán faoi liosta" msgid "Report message" msgstr "Tuairiscigh an teachtaireacht seo" -#: src/view/com/util/forms/PostDropdownBtn.tsx:407 src/view/com/util/forms/PostDropdownBtn.tsx:409 +#: src/view/com/util/forms/PostDropdownBtn.tsx:394 +#: src/view/com/util/forms/PostDropdownBtn.tsx:396 msgid "Report post" msgstr "Déan gearán faoi phostáil" @@ -3590,7 +4440,9 @@ msgstr "Déan gearán faoin fhotha seo" msgid "Report this list" msgstr "Déan gearán faoin liosta seo" -#: src/components/dms/ReportDialog.tsx:47 src/components/dms/ReportDialog.tsx:140 src/components/ReportDialog/SelectReportOptionView.tsx:59 +#: src/components/dms/ReportDialog.tsx:48 +#: src/components/dms/ReportDialog.tsx:142 +#: src/components/ReportDialog/SelectReportOptionView.tsx:59 msgid "Report this message" msgstr "Tuairiscigh an teachtaireacht seo" @@ -3602,16 +4454,21 @@ msgstr "Déan gearán faoin phostáil seo" msgid "Report this user" msgstr "Déan gearán faoin úsáideoir seo" -#: src/view/com/util/post-ctrls/RepostButton.tsx:63 src/view/com/util/post-ctrls/RepostButton.tsx:91 src/view/com/util/post-ctrls/RepostButton.tsx:107 +#: src/view/com/util/post-ctrls/RepostButton.tsx:64 +#: src/view/com/util/post-ctrls/RepostButton.tsx:93 +#: src/view/com/util/post-ctrls/RepostButton.tsx:109 msgctxt "action" msgid "Repost" msgstr "Athphostáil" -#: src/view/com/util/post-ctrls/RepostButton.web.tsx:69 src/view/com/util/post-ctrls/RepostButton.web.tsx:73 +#: src/view/com/util/post-ctrls/RepostButton.web.tsx:69 +#: src/view/com/util/post-ctrls/RepostButton.web.tsx:73 msgid "Repost" msgstr "Athphostáil" -#: src/view/com/util/post-ctrls/RepostButton.tsx:83 src/view/com/util/post-ctrls/RepostButton.web.tsx:46 src/view/com/util/post-ctrls/RepostButton.web.tsx:92 +#: src/view/com/util/post-ctrls/RepostButton.tsx:85 +#: src/view/com/util/post-ctrls/RepostButton.web.tsx:46 +#: src/view/com/util/post-ctrls/RepostButton.web.tsx:92 msgid "Repost or quote post" msgstr "Athphostáil nó luaigh postáil" @@ -3623,6 +4480,10 @@ msgstr "Athphostáilte ag" msgid "Reposted by {0}" msgstr "Athphostáilte ag {0}" +#: src/view/com/posts/FeedItem.tsx:214 +#~ msgid "Reposted by <0/>" +#~ msgstr "Athphostáilte ag <0/>" + #: src/view/com/posts/FeedItem.tsx:265 msgid "Reposted by <0><1/>" msgstr "Athphostáilte ag <0><1/>" @@ -3631,15 +4492,17 @@ msgstr "Athphostáilte ag <0><1/>" msgid "reposted your post" msgstr "— d'athphostáil sé/sí do phostáil" -#: src/view/com/post-thread/PostThreadItem.tsx:206 +#: src/view/com/post-thread/PostThreadItem.tsx:201 msgid "Reposts of this post" msgstr "Athphostálacha den phostáil seo" -#: src/view/com/modals/ChangeEmail.tsx:176 src/view/com/modals/ChangeEmail.tsx:178 +#: src/view/com/modals/ChangeEmail.tsx:176 +#: src/view/com/modals/ChangeEmail.tsx:178 msgid "Request Change" msgstr "Iarr Athrú" -#: src/view/com/modals/ChangePassword.tsx:242 src/view/com/modals/ChangePassword.tsx:244 +#: src/view/com/modals/ChangePassword.tsx:242 +#: src/view/com/modals/ChangePassword.tsx:244 msgid "Request Code" msgstr "Iarr Cód" @@ -3655,7 +4518,8 @@ msgstr "Bíodh cód ríomhphoist ag teastáil chun logáil isteach" msgid "Required for this provider" msgstr "Riachtanach don soláthraí seo" -#: src/view/screens/Settings/DisableEmail2FADialog.tsx:168 src/view/screens/Settings/DisableEmail2FADialog.tsx:171 +#: src/view/screens/Settings/DisableEmail2FADialog.tsx:168 +#: src/view/screens/Settings/DisableEmail2FADialog.tsx:171 msgid "Resend email" msgstr "Athsheol an ríomhphost" @@ -3667,7 +4531,8 @@ msgstr "Cód athshocraithe" msgid "Reset Code" msgstr "Cód Athshocraithe" -#: src/view/screens/Settings/index.tsx:900 src/view/screens/Settings/index.tsx:903 +#: src/view/screens/Settings/index.tsx:900 +#: src/view/screens/Settings/index.tsx:903 msgid "Reset onboarding state" msgstr "Athshocraigh an próiseas cláraithe" @@ -3675,7 +4540,8 @@ msgstr "Athshocraigh an próiseas cláraithe" msgid "Reset password" msgstr "Athshocraigh an pasfhocal" -#: src/view/screens/Settings/index.tsx:880 src/view/screens/Settings/index.tsx:883 +#: src/view/screens/Settings/index.tsx:880 +#: src/view/screens/Settings/index.tsx:883 msgid "Reset preferences state" msgstr "Athshocraigh na roghanna" @@ -3691,15 +4557,32 @@ msgstr "Athshocraíonn sé seo na roghanna" msgid "Retries login" msgstr "Baineann sé seo triail eile as an logáil isteach" -#: src/view/com/util/error/ErrorMessage.tsx:57 src/view/com/util/error/ErrorScreen.tsx:74 +#: src/view/com/util/error/ErrorMessage.tsx:57 +#: src/view/com/util/error/ErrorScreen.tsx:74 msgid "Retries the last action, which errored out" msgstr "Baineann sé seo triail eile as an ngníomh is déanaí, ar theip air" -#: src/components/dms/MessageItem.tsx:241 src/components/Error.tsx:90 src/components/Lists.tsx:104 src/screens/Login/LoginForm.tsx:288 src/screens/Login/LoginForm.tsx:295 src/screens/Messages/Conversation/MessageListError.tsx:25 src/screens/Onboarding/StepInterests/index.tsx:226 src/screens/Onboarding/StepInterests/index.tsx:229 src/screens/Signup/index.tsx:207 src/view/com/util/error/ErrorMessage.tsx:55 src/view/com/util/error/ErrorScreen.tsx:72 +#: src/components/dms/MessageItem.tsx:241 +#: src/components/Error.tsx:90 +#: src/components/Lists.tsx:104 +#: src/screens/Login/LoginForm.tsx:288 +#: src/screens/Login/LoginForm.tsx:295 +#: src/screens/Messages/Conversation/MessageListError.tsx:25 +#: src/screens/Onboarding/StepInterests/index.tsx:226 +#: src/screens/Onboarding/StepInterests/index.tsx:229 +#: src/screens/Signup/index.tsx:207 +#: src/view/com/util/error/ErrorMessage.tsx:55 +#: src/view/com/util/error/ErrorScreen.tsx:72 msgid "Retry" msgstr "Bain triail eile as" -#: src/components/Error.tsx:98 src/view/screens/ProfileList.tsx:971 +#: src/screens/Messages/Conversation/MessageListError.tsx:54 +#, fuzzy +#~ msgid "Retry." +#~ msgstr "Bain triail eile as" + +#: src/components/Error.tsx:98 +#: src/view/screens/ProfileList.tsx:971 msgid "Return to previous page" msgstr "Fill ar an leathanach roimhe seo" @@ -3707,15 +4590,22 @@ msgstr "Fill ar an leathanach roimhe seo" msgid "Returns to home page" msgstr "Filleann sé seo abhaile" -#: src/view/screens/NotFound.tsx:58 src/view/screens/ProfileFeed.tsx:112 +#: src/view/screens/NotFound.tsx:58 +#: src/view/screens/ProfileFeed.tsx:112 msgid "Returns to previous page" msgstr "Filleann sé seo ar an leathanach roimhe seo" -#: src/components/dialogs/BirthDateSettings.tsx:125 src/view/com/composer/GifAltText.tsx:163 src/view/com/composer/GifAltText.tsx:169 src/view/com/modals/ChangeHandle.tsx:168 src/view/com/modals/CreateOrEditList.tsx:326 src/view/com/modals/EditProfile.tsx:225 +#: src/components/dialogs/BirthDateSettings.tsx:125 +#: src/view/com/composer/GifAltText.tsx:162 +#: src/view/com/composer/GifAltText.tsx:168 +#: src/view/com/modals/ChangeHandle.tsx:168 +#: src/view/com/modals/CreateOrEditList.tsx:326 +#: src/view/com/modals/EditProfile.tsx:225 msgid "Save" msgstr "Sábháil" -#: src/view/com/lightbox/Lightbox.tsx:133 src/view/com/modals/CreateOrEditList.tsx:334 +#: src/view/com/lightbox/Lightbox.tsx:133 +#: src/view/com/modals/CreateOrEditList.tsx:334 msgctxt "action" msgid "Save" msgstr "Sábháil" @@ -3740,7 +4630,8 @@ msgstr "Sábháil an leasainm nua" msgid "Save image crop" msgstr "Sábháil an pictiúr bearrtha" -#: src/view/screens/ProfileFeed.tsx:331 src/view/screens/ProfileFeed.tsx:337 +#: src/view/screens/ProfileFeed.tsx:331 +#: src/view/screens/ProfileFeed.tsx:337 msgid "Save to my feeds" msgstr "Sábháil i mo chuid fothaí" @@ -3752,7 +4643,12 @@ msgstr "Fothaí Sábháilte" msgid "Saved to your camera roll" msgstr "Sábháladh i do rolla ceamara é" -#: src/view/screens/ProfileFeed.tsx:200 src/view/screens/ProfileList.tsx:300 +#: src/view/com/lightbox/Lightbox.tsx:81 +#~ msgid "Saved to your camera roll." +#~ msgstr "Sábháilte i do rolla ceamara." + +#: src/view/screens/ProfileFeed.tsx:200 +#: src/view/screens/ProfileList.tsx:300 msgid "Saved to your feeds" msgstr "Sábháilte le mo chuid fothaí" @@ -3780,7 +4676,21 @@ msgstr "Eolaíocht" msgid "Scroll to top" msgstr "Fill ar an mbarr" -#: src/components/dms/dialogs/SearchablePeopleList.tsx:504 src/Navigation.tsx:506 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:451 src/view/screens/Search/Search.tsx:825 src/view/screens/Search/Search.tsx:853 src/view/shell/bottom-bar/BottomBar.tsx:179 src/view/shell/desktop/LeftNav.tsx:343 src/view/shell/desktop/Search.tsx:194 src/view/shell/desktop/Search.tsx:203 src/view/shell/Drawer.tsx:393 src/view/shell/Drawer.tsx:394 +#: src/components/dms/dialogs/SearchablePeopleList.tsx:504 +#: src/Navigation.tsx:494 +#: 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:452 +#: src/view/screens/Search/Search.tsx:822 +#: src/view/screens/Search/Search.tsx:850 +#: src/view/shell/bottom-bar/BottomBar.tsx:179 +#: src/view/shell/desktop/LeftNav.tsx:343 +#: src/view/shell/desktop/Search.tsx:194 +#: src/view/shell/desktop/Search.tsx:203 +#: src/view/shell/Drawer.tsx:394 +#: src/view/shell/Drawer.tsx:395 msgid "Search" msgstr "Cuardaigh" @@ -3788,7 +4698,7 @@ msgstr "Cuardaigh" msgid "Search for \"{query}\"" msgstr "Déan cuardach ar “{query}”" -#: src/view/screens/Search/Search.tsx:909 +#: src/view/screens/Search/Search.tsx:906 msgid "Search for \"{searchText}\"" msgstr "Déan cuardach ar \"{searchText}\"" @@ -3801,22 +4711,27 @@ msgid "Search for all posts with tag {displayTag}" msgstr "Lorg na postálacha uile leis an gclib {displayTag}" #: src/components/dms/NewChat.tsx:226 -msgid "Search for someone to start a conversation with." -msgstr "Lorg duine éigin le comhrá a dhéanamh leo." +#~ msgid "Search for someone to start a conversation with." +#~ msgstr "Lorg duine éigin le comhrá a dhéanamh leo." -#: src/view/com/auth/LoggedOut.tsx:105 src/view/com/auth/LoggedOut.tsx:106 src/view/com/modals/ListAddRemoveUsers.tsx:70 +#: 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í" -#: src/components/dialogs/GifSelect.ios.tsx:159 src/components/dialogs/GifSelect.tsx:169 +#: src/components/dialogs/GifSelect.ios.tsx:159 +#: src/components/dialogs/GifSelect.tsx:169 msgid "Search GIFs" msgstr "Cuardaigh GIFanna" -#: src/components/dms/dialogs/SearchablePeopleList.tsx:524 src/components/dms/dialogs/SearchablePeopleList.tsx:525 +#: src/components/dms/dialogs/SearchablePeopleList.tsx:524 +#: src/components/dms/dialogs/SearchablePeopleList.tsx:525 msgid "Search profiles" msgstr "Cuardaigh próifílí" -#: src/components/dialogs/GifSelect.ios.tsx:160 src/components/dialogs/GifSelect.tsx:170 +#: src/components/dialogs/GifSelect.ios.tsx:160 +#: src/components/dialogs/GifSelect.tsx:170 msgid "Search Tenor" msgstr "Cuardaigh Tenor" @@ -3840,10 +4755,18 @@ msgstr "Féach na postálacha <0>{displayTag}" msgid "See <0>{displayTag} posts by this user" msgstr "Féach na postálacha <0>{displayTag} leis an úsáideoir seo" +#: src/view/com/notifications/FeedItem.tsx:NaN +#~ msgid "See profile" +#~ msgstr "Féach ar an bpróifíl" + #: src/view/screens/SavedFeeds.tsx:187 msgid "See this guide" msgstr "Féach ar an treoirleabhar seo" +#: src/view/com/auth/HomeLoggedOutCTA.tsx:40 +#~ msgid "See what's next" +#~ msgstr "Féach an chéad rud eile" + #: src/view/com/util/Selector.tsx:106 msgid "Select {item}" msgstr "Roghnaigh {item}" @@ -3888,11 +4811,15 @@ msgstr "Roghnaigh modhnóir" msgid "Select option {i} of {numItems}" msgstr "Roghnaigh rogha {i} as {numItems}" +#: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:52 +#~ msgid "Select some accounts below to follow" +#~ msgstr "Roghnaigh cúpla cuntas le leanúint" + #: src/screens/Onboarding/StepProfile/AvatarCreatorItems.tsx:83 msgid "Select the {emojiName} emoji as your avatar" msgstr "Roghnaigh an emoji {emojiName} mar abhatár" -#: src/components/ReportDialog/SubmitView.tsx:136 +#: src/components/ReportDialog/SubmitView.tsx:135 msgid "Select the moderation service(s) to report to" msgstr "Roghnaigh na seirbhísí modhnóireachta le tuairisciú chuige" @@ -3900,6 +4827,14 @@ msgstr "Roghnaigh na seirbhísí modhnóireachta le tuairisciú chuige" msgid "Select the service that hosts your data." msgstr "Roghnaigh an tseirbhís a óstálann do chuid sonraí." +#: src/screens/Onboarding/StepTopicalFeeds.tsx:100 +#~ msgid "Select topical feeds to follow from the list below" +#~ msgstr "Roghnaigh fothaí le leanúint ón liosta thíos" + +#: src/screens/Onboarding/StepModeration/index.tsx:63 +#~ msgid "Select what you want to see (or not see), and we’ll handle the rest." +#~ msgstr "Roghnaigh na rudaí ba mhaith leat a fheiceáil (nó gan a fheiceáil), agus leanfaimid ar aghaidh as sin" + #: src/view/screens/LanguageSettings.tsx:283 msgid "Select which languages you want your subscribed feeds to include. If none are selected, all languages will be shown." msgstr "Roghnaigh na teangacha ba mhaith leat a fheiceáil i do chuid fothaí. Mura roghnaíonn tú, taispeánfar ábhar i ngach teanga duit." @@ -3920,11 +4855,20 @@ msgstr "Roghnaigh na rudaí a bhfuil suim agat iontu as na roghanna thíos" msgid "Select your preferred language for translations in your feed." msgstr "Do rogha teanga nuair a dhéanfar aistriúchán ar ábhar i d'fhotha." +#: src/screens/Onboarding/StepAlgoFeeds/index.tsx:117 +#~ msgid "Select your primary algorithmic feeds" +#~ msgstr "Roghnaigh do phríomhfhothaí algartamacha" + +#: src/screens/Onboarding/StepAlgoFeeds/index.tsx:133 +#~ msgid "Select your secondary algorithmic feeds" +#~ msgstr "Roghnaigh do chuid fothaí algartamacha tánaisteacha" + #: src/components/dms/ChatEmptyPill.tsx:38 msgid "Send a neat website!" msgstr "Seol suíomh gréasáin spéisiúil!" -#: src/view/com/modals/VerifyEmail.tsx:210 src/view/com/modals/VerifyEmail.tsx:212 +#: src/view/com/modals/VerifyEmail.tsx:210 +#: src/view/com/modals/VerifyEmail.tsx:212 msgid "Send Confirmation Email" msgstr "Seol ríomhphost dearbhaithe" @@ -3937,19 +4881,24 @@ msgctxt "action" msgid "Send Email" msgstr "Seol ríomhphost" -#: src/view/shell/Drawer.tsx:328 src/view/shell/Drawer.tsx:349 +#: src/view/shell/Drawer.tsx:329 +#: src/view/shell/Drawer.tsx:350 msgid "Send feedback" msgstr "Seol aiseolas" -#: src/screens/Messages/Conversation/MessageInput.tsx:163 src/screens/Messages/Conversation/MessageInput.web.tsx:155 +#: src/screens/Messages/Conversation/MessageInput.tsx:163 +#: src/screens/Messages/Conversation/MessageInput.web.tsx:155 msgid "Send message" msgstr "Seol teachtaireacht" -#: src/components/dms/dialogs/ShareViaChatDialog.tsx:47 +#: src/components/dms/dialogs/ShareViaChatDialog.tsx:59 msgid "Send post to..." msgstr "Seol an phostáil seo chuig..." -#: src/components/dms/ReportDialog.tsx:232 src/components/dms/ReportDialog.tsx:235 src/components/ReportDialog/SubmitView.tsx:216 src/components/ReportDialog/SubmitView.tsx:220 +#: src/components/dms/ReportDialog.tsx:234 +#: src/components/dms/ReportDialog.tsx:237 +#: src/components/ReportDialog/SubmitView.tsx:215 +#: src/components/ReportDialog/SubmitView.tsx:219 msgid "Send report" msgstr "Seol an tuairisc" @@ -3957,11 +4906,13 @@ msgstr "Seol an tuairisc" msgid "Send report to {0}" msgstr "Seol an tuairisc chuig {0}" -#: src/view/screens/Settings/DisableEmail2FADialog.tsx:119 src/view/screens/Settings/DisableEmail2FADialog.tsx:122 +#: src/view/screens/Settings/DisableEmail2FADialog.tsx:119 +#: src/view/screens/Settings/DisableEmail2FADialog.tsx:122 msgid "Send verification email" msgstr "Seol ríomhphost dearbhaithe" -#: src/view/com/util/forms/PostDropdownBtn.tsx:299 src/view/com/util/forms/PostDropdownBtn.tsx:302 +#: src/view/com/util/forms/PostDropdownBtn.tsx:286 +#: src/view/com/util/forms/PostDropdownBtn.tsx:289 msgid "Send via direct message" msgstr "Seol mar theachtaireacht dhíreach" @@ -4045,7 +4996,11 @@ msgstr "Socraíonn sé seo cóimheas treoíochta na híomhá go hard" msgid "Sets image aspect ratio to wide" msgstr "Socraíonn sé seo cóimheas treoíochta na híomhá go leathan" -#: src/Navigation.tsx:146 src/view/screens/Settings/index.tsx:332 src/view/shell/desktop/LeftNav.tsx:389 src/view/shell/Drawer.tsx:558 src/view/shell/Drawer.tsx:559 +#: src/Navigation.tsx:145 +#: src/view/screens/Settings/index.tsx:332 +#: src/view/shell/desktop/LeftNav.tsx:389 +#: src/view/shell/Drawer.tsx:559 +#: src/view/shell/Drawer.tsx:560 msgid "Settings" msgstr "Socruithe" @@ -4062,7 +5017,12 @@ msgctxt "action" msgid "Share" msgstr "Comhroinn" -#: src/view/com/profile/ProfileMenu.tsx:217 src/view/com/profile/ProfileMenu.tsx:226 src/view/com/util/forms/PostDropdownBtn.tsx:310 src/view/com/util/forms/PostDropdownBtn.tsx:319 src/view/com/util/post-ctrls/PostCtrls.tsx:297 src/view/screens/ProfileList.tsx:428 +#: src/view/com/profile/ProfileMenu.tsx:217 +#: src/view/com/profile/ProfileMenu.tsx:226 +#: src/view/com/util/forms/PostDropdownBtn.tsx:297 +#: src/view/com/util/forms/PostDropdownBtn.tsx:306 +#: src/view/com/util/post-ctrls/PostCtrls.tsx:297 +#: src/view/screens/ProfileList.tsx:428 msgid "Share" msgstr "Comhroinn" @@ -4074,15 +5034,19 @@ msgstr "Inis scéal suimiúil!" msgid "Share a fun fact!" msgstr "Roinn rud éigin fútsa féin!" -#: src/view/com/profile/ProfileMenu.tsx:375 src/view/com/util/forms/PostDropdownBtn.tsx:464 src/view/com/util/post-ctrls/PostCtrls.tsx:313 +#: src/view/com/profile/ProfileMenu.tsx:375 +#: src/view/com/util/forms/PostDropdownBtn.tsx:451 +#: src/view/com/util/post-ctrls/PostCtrls.tsx:313 msgid "Share anyway" msgstr "Comhroinn mar sin féin" -#: src/view/screens/ProfileFeed.tsx:357 src/view/screens/ProfileFeed.tsx:359 +#: src/view/screens/ProfileFeed.tsx:357 +#: src/view/screens/ProfileFeed.tsx:359 msgid "Share feed" msgstr "Comhroinn an fotha" -#: src/view/com/modals/LinkWarning.tsx:89 src/view/com/modals/LinkWarning.tsx:95 +#: src/view/com/modals/LinkWarning.tsx:89 +#: src/view/com/modals/LinkWarning.tsx:95 msgid "Share Link" msgstr "Comhroinn Nasc" @@ -4094,19 +5058,28 @@ msgstr "Roinn an fotha is fearr leat!" msgid "Shares the linked website" msgstr "Roinneann sé seo na suíomh gréasáin atá nasctha" -#: src/components/moderation/ContentHider.tsx:116 src/components/moderation/LabelPreference.tsx:136 src/components/moderation/PostHider.tsx:121 src/view/screens/Settings/index.tsx:381 +#: src/components/moderation/ContentHider.tsx:116 +#: src/components/moderation/LabelPreference.tsx:136 +#: src/components/moderation/PostHider.tsx:121 +#: src/view/screens/Settings/index.tsx:381 msgid "Show" msgstr "Taispeáin" +#: src/view/screens/PreferencesFollowingFeed.tsx:68 +#~ msgid "Show all replies" +#~ msgstr "Taispeáin gach freagra" + #: src/view/com/util/post-embeds/GifEmbed.tsx:167 msgid "Show alt text" msgstr "Taispeáin an téacs malartach" -#: src/components/moderation/ScreenHider.tsx:169 src/components/moderation/ScreenHider.tsx:172 +#: 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 +#: src/lib/moderation/useLabelBehaviorDescription.ts:27 +#: src/lib/moderation/useLabelBehaviorDescription.ts:63 msgid "Show badge" msgstr "Taispeáin suaitheantas" @@ -4114,7 +5087,7 @@ msgstr "Taispeáin suaitheantas" msgid "Show badge and filter from feeds" msgstr "Taispeáin suaitheantas agus scag ó na fothaí é" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:207 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:211 msgid "Show follows similar to {0}" msgstr "Taispeáin cuntais cosúil le {0}" @@ -4122,15 +5095,19 @@ msgstr "Taispeáin cuntais cosúil le {0}" msgid "Show hidden replies" msgstr "Taispeáin freagraí i bhfolach" -#: src/view/com/util/forms/PostDropdownBtn.tsx:349 src/view/com/util/forms/PostDropdownBtn.tsx:351 +#: src/view/com/util/forms/PostDropdownBtn.tsx:336 +#: src/view/com/util/forms/PostDropdownBtn.tsx:338 msgid "Show less like this" msgstr "Níos lú den sórt seo" -#: src/view/com/post-thread/PostThreadItem.tsx:538 src/view/com/post/Post.tsx:227 src/view/com/posts/FeedItem.tsx:392 +#: src/view/com/post-thread/PostThreadItem.tsx:532 +#: src/view/com/post/Post.tsx:227 +#: src/view/com/posts/FeedItem.tsx:392 msgid "Show More" msgstr "Tuilleadh" -#: src/view/com/util/forms/PostDropdownBtn.tsx:341 src/view/com/util/forms/PostDropdownBtn.tsx:343 +#: src/view/com/util/forms/PostDropdownBtn.tsx:328 +#: src/view/com/util/forms/PostDropdownBtn.tsx:330 msgid "Show more like this" msgstr "Níos mó den sórt seo" @@ -4146,6 +5123,18 @@ msgstr "Taispeáin postálacha ó mo chuid fothaí" msgid "Show Quote Posts" msgstr "Taispeáin postálacha athluaite" +#: src/screens/Onboarding/StepFollowingFeed.tsx:119 +#~ msgid "Show quote-posts in Following feed" +#~ msgstr "Taispeáin postálacha athluaite san fhotha “Á Leanúint”" + +#: src/screens/Onboarding/StepFollowingFeed.tsx:135 +#~ msgid "Show quotes in Following" +#~ msgstr "Taispeáin postálacha athluaite san fhotha “Á Leanúint”" + +#: src/screens/Onboarding/StepFollowingFeed.tsx:95 +#~ msgid "Show re-posts in Following feed" +#~ msgstr "Taispeáin athphostálacha san fhotha “Á Leanúint”" + #: src/view/screens/PreferencesFollowingFeed.tsx:118 msgid "Show Replies" msgstr "Taispeáin freagraí" @@ -4154,14 +5143,35 @@ msgstr "Taispeáin freagraí" msgid "Show replies by people you follow before all other replies." msgstr "Taispeáin freagraí ó na daoine a leanann tú roimh aon fhreagra eile." +#: src/screens/Onboarding/StepFollowingFeed.tsx:87 +#~ msgid "Show replies in Following" +#~ msgstr "Taispeáin freagraí san fhotha “Á Leanúint”" + +#: src/screens/Onboarding/StepFollowingFeed.tsx:71 +#~ msgid "Show replies in Following feed" +#~ msgstr "Taispeáin freagraí san fhotha “Á Leanúint”" + +#: src/view/screens/PreferencesFollowingFeed.tsx:70 +#~ msgid "Show replies with at least {value} {0}" +#~ msgstr "Taispeáin freagraí a bhfuil ar a laghad {value} {0} acu" + #: src/view/screens/PreferencesFollowingFeed.tsx:187 msgid "Show Reposts" msgstr "Taispeáin athphostálacha" -#: src/components/moderation/ContentHider.tsx:69 src/components/moderation/PostHider.tsx:78 +#: src/screens/Onboarding/StepFollowingFeed.tsx:111 +#~ msgid "Show reposts in Following" +#~ msgstr "Taispeáin athphostálacha san fhotha “Á Leanúint”" + +#: src/components/moderation/ContentHider.tsx:69 +#: src/components/moderation/PostHider.tsx:78 msgid "Show the content" msgstr "Taispeáin an t-ábhar" +#: src/view/com/notifications/FeedItem.tsx:347 +#~ msgid "Show users" +#~ msgstr "Taispeáin úsáideoirí" + #: src/lib/moderation/useLabelBehaviorDescription.ts:58 msgid "Show warning" msgstr "Taispeáin rabhadh" @@ -4174,7 +5184,24 @@ msgstr "Taispeáin rabhadh agus scag ó na fothaí é" msgid "Shows posts from {0} in your feed" msgstr "Taispeánann sé seo postálacha ó {0} i d'fhotha" -#: src/components/dialogs/Signin.tsx:97 src/components/dialogs/Signin.tsx:99 src/screens/Login/index.tsx:100 src/screens/Login/index.tsx:119 src/screens/Login/LoginForm.tsx:154 src/view/com/auth/SplashScreen.tsx:63 src/view/com/auth/SplashScreen.tsx:72 src/view/com/auth/SplashScreen.web.tsx:112 src/view/com/auth/SplashScreen.web.tsx:121 src/view/shell/bottom-bar/BottomBar.tsx:312 src/view/shell/bottom-bar/BottomBar.tsx:313 src/view/shell/bottom-bar/BottomBar.tsx:315 src/view/shell/bottom-bar/BottomBarWeb.tsx:181 src/view/shell/bottom-bar/BottomBarWeb.tsx:182 src/view/shell/bottom-bar/BottomBarWeb.tsx:184 src/view/shell/NavSignupCard.tsx:69 src/view/shell/NavSignupCard.tsx:70 src/view/shell/NavSignupCard.tsx:72 +#: src/components/dialogs/Signin.tsx:97 +#: src/components/dialogs/Signin.tsx:99 +#: src/screens/Login/index.tsx:100 +#: src/screens/Login/index.tsx:119 +#: src/screens/Login/LoginForm.tsx:154 +#: src/view/com/auth/SplashScreen.tsx:63 +#: src/view/com/auth/SplashScreen.tsx:72 +#: src/view/com/auth/SplashScreen.web.tsx:112 +#: src/view/com/auth/SplashScreen.web.tsx:121 +#: src/view/shell/bottom-bar/BottomBar.tsx:312 +#: src/view/shell/bottom-bar/BottomBar.tsx:313 +#: src/view/shell/bottom-bar/BottomBar.tsx:315 +#: src/view/shell/bottom-bar/BottomBarWeb.tsx:204 +#: src/view/shell/bottom-bar/BottomBarWeb.tsx:205 +#: src/view/shell/bottom-bar/BottomBarWeb.tsx:207 +#: src/view/shell/NavSignupCard.tsx:69 +#: src/view/shell/NavSignupCard.tsx:70 +#: src/view/shell/NavSignupCard.tsx:72 msgid "Sign in" msgstr "Logáil isteach" @@ -4194,11 +5221,20 @@ msgstr "Logáil isteach nó cláraigh chun páirt a ghlacadh sa chomhrá!" msgid "Sign into Bluesky or create a new account" msgstr "Logáil isteach i Bluesky nó cruthaigh cuntas nua" -#: src/view/screens/Settings/index.tsx:129 src/view/screens/Settings/index.tsx:133 +#: src/view/screens/Settings/index.tsx:129 +#: src/view/screens/Settings/index.tsx:133 msgid "Sign out" msgstr "Logáil amach" -#: src/view/shell/bottom-bar/BottomBar.tsx:302 src/view/shell/bottom-bar/BottomBar.tsx:303 src/view/shell/bottom-bar/BottomBar.tsx:305 src/view/shell/bottom-bar/BottomBarWeb.tsx:171 src/view/shell/bottom-bar/BottomBarWeb.tsx:172 src/view/shell/bottom-bar/BottomBarWeb.tsx:174 src/view/shell/NavSignupCard.tsx:60 src/view/shell/NavSignupCard.tsx:61 src/view/shell/NavSignupCard.tsx:63 +#: src/view/shell/bottom-bar/BottomBar.tsx:302 +#: src/view/shell/bottom-bar/BottomBar.tsx:303 +#: src/view/shell/bottom-bar/BottomBar.tsx:305 +#: src/view/shell/bottom-bar/BottomBarWeb.tsx:194 +#: src/view/shell/bottom-bar/BottomBarWeb.tsx:195 +#: src/view/shell/bottom-bar/BottomBarWeb.tsx:197 +#: src/view/shell/NavSignupCard.tsx:60 +#: src/view/shell/NavSignupCard.tsx:61 +#: src/view/shell/NavSignupCard.tsx:63 msgid "Sign up" msgstr "Cláraigh" @@ -4206,7 +5242,8 @@ msgstr "Cláraigh" msgid "Sign up or sign in to join the conversation" msgstr "Cláraigh nó logáil isteach chun páirt a ghlacadh sa chomhrá" -#: src/components/moderation/ScreenHider.tsx:97 src/lib/moderation/useGlobalLabelStrings.ts:28 +#: src/components/moderation/ScreenHider.tsx:97 +#: src/lib/moderation/useGlobalLabelStrings.ts:28 msgid "Sign-in Required" msgstr "Caithfidh tú logáil isteach" @@ -4214,7 +5251,8 @@ msgstr "Caithfidh tú logáil isteach" msgid "Signed in as" msgstr "Logáilte isteach mar" -#: src/lib/hooks/useAccountSwitcher.ts:44 src/screens/Login/ChooseAccountForm.tsx:60 +#: src/lib/hooks/useAccountSwitcher.ts:44 +#: src/screens/Login/ChooseAccountForm.tsx:60 msgid "Signed in as @{0}" msgstr "Logáilte isteach mar @{0}" @@ -4234,19 +5272,23 @@ msgstr "Forbairt Bogearraí" msgid "Some people can reply" msgstr "Tá daoine áirithe in ann freagra a thabhairt" -#: src/screens/Messages/Conversation/index.tsx:94 +#: src/screens/Messages/Conversation/index.tsx:106 msgid "Something went wrong" msgstr "Theip ar rud éigin" -#: src/screens/Deactivated.tsx:94 src/screens/Settings/components/DeactivateAccountDialog.tsx:59 +#: src/screens/Deactivated.tsx:94 +#: src/screens/Settings/components/DeactivateAccountDialog.tsx:59 msgid "Something went wrong, please try again" msgstr "Chuaigh rud éigin amú, bain triail eile as" -#: src/components/ReportDialog/index.tsx:59 src/screens/Moderation/index.tsx:114 src/screens/Profile/Sections/Labels.tsx:87 +#: src/components/ReportDialog/index.tsx:59 +#: src/screens/Moderation/index.tsx:114 +#: src/screens/Profile/Sections/Labels.tsx:87 msgid "Something went wrong, please try again." msgstr "Chuaigh rud éigin ó rath. Bain triail eile as." -#: src/App.native.tsx:85 src/App.web.tsx:74 +#: src/App.native.tsx:85 +#: src/App.web.tsx:74 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." @@ -4258,11 +5300,16 @@ 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:170 +#: src/components/moderation/LabelsOnMeDialog.tsx:168 +#~ msgid "Source:" +#~ msgstr "Foinse:" + +#: src/components/moderation/LabelsOnMeDialog.tsx:168 msgid "Source: <0>{0}" msgstr "Foinse: <0>{0}" -#: src/lib/moderation/useReportOptions.ts:66 src/lib/moderation/useReportOptions.ts:79 +#: src/lib/moderation/useReportOptions.ts:66 +#: src/lib/moderation/useReportOptions.ts:79 msgid "Spam" msgstr "Turscar" @@ -4290,10 +5337,18 @@ msgstr "Tosaigh comhrá le {displayName}" msgid "Start chatting" msgstr "Tosaigh ag comhrá" +#: src/view/screens/Settings/index.tsx:862 +#~ msgid "Status page" +#~ msgstr "Leathanach stádais" + #: src/view/screens/Settings/index.tsx:963 msgid "Status Page" msgstr "Leathanach Stádais" +#: src/screens/Signup/index.tsx:145 +#~ msgid "Step" +#~ msgstr "Céim" + #: src/screens/Signup/index.tsx:154 msgid "Step {0} of {1}" msgstr "Céim {0} as {1}" @@ -4302,11 +5357,15 @@ msgstr "Céim {0} as {1}" msgid "Storage cleared, you need to restart the app now." msgstr "Stóráil scriosta, tá ort an aip a atosú anois." -#: src/Navigation.tsx:218 src/view/screens/Settings/index.tsx:863 +#: src/Navigation.tsx:224 +#: src/view/screens/Settings/index.tsx:863 msgid "Storybook" msgstr "Storybook" -#: src/components/moderation/LabelsOnMeDialog.tsx:292 src/components/moderation/LabelsOnMeDialog.tsx:293 src/screens/Messages/Conversation/ChatDisabled.tsx:142 src/screens/Messages/Conversation/ChatDisabled.tsx:143 +#: src/components/moderation/LabelsOnMeDialog.tsx:290 +#: src/components/moderation/LabelsOnMeDialog.tsx:291 +#: src/screens/Messages/Conversation/ChatDisabled.tsx:142 +#: src/screens/Messages/Conversation/ChatDisabled.tsx:143 msgid "Submit" msgstr "Seol" @@ -4322,6 +5381,10 @@ msgstr "Glac síntiús le @{0} leis na lipéid seo a úsáid:" msgid "Subscribe to Labeler" msgstr "Glac síntiús le lipéadóir" +#: src/screens/Onboarding/StepAlgoFeeds/FeedCard.tsx:NaN +#~ msgid "Subscribe to the {0} feed" +#~ msgstr "Liostáil leis an bhfotha {0}" + #: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:194 msgid "Subscribe to this labeler" msgstr "Glac síntiús leis an lipéadóir seo" @@ -4330,7 +5393,7 @@ msgstr "Glac síntiús leis an lipéadóir seo" msgid "Subscribe to this list" msgstr "Liostáil leis an liosta seo" -#: src/view/screens/Search/Search.tsx:424 +#: src/view/screens/Search/Search.tsx:425 msgid "Suggested Follows" msgstr "Cuntais le leanúint" @@ -4342,11 +5405,14 @@ msgstr "Molta duit" msgid "Suggestive" msgstr "Gáirsiúil" -#: src/Navigation.tsx:233 src/view/screens/Support.tsx:30 src/view/screens/Support.tsx:33 +#: src/Navigation.tsx:239 +#: src/view/screens/Support.tsx:30 +#: src/view/screens/Support.tsx:33 msgid "Support" msgstr "Tacaíocht" -#: src/components/dialogs/SwitchAccount.tsx:47 src/components/dialogs/SwitchAccount.tsx:50 +#: src/components/dialogs/SwitchAccount.tsx:47 +#: src/components/dialogs/SwitchAccount.tsx:50 msgid "Switch Account" msgstr "Athraigh an cuntas" @@ -4366,7 +5432,7 @@ msgstr "Córas" msgid "System log" msgstr "Logleabhar an chórais" -#: src/components/dialogs/MutedWords.tsx:325 +#: src/components/dialogs/MutedWords.tsx:323 msgid "tag" msgstr "clib" @@ -4394,23 +5460,31 @@ msgstr "Inis scéal grinn!" msgid "Terms" msgstr "Téarmaí" -#: src/Navigation.tsx:243 src/screens/Signup/StepInfo/Policies.tsx:49 src/view/screens/Settings/index.tsx:951 src/view/screens/TermsOfService.tsx:29 src/view/shell/Drawer.tsx:278 +#: src/Navigation.tsx:249 +#: src/screens/Signup/StepInfo/Policies.tsx:49 +#: src/view/screens/Settings/index.tsx:951 +#: src/view/screens/TermsOfService.tsx:29 +#: src/view/shell/Drawer.tsx:279 msgid "Terms of Service" msgstr "Téarmaí Seirbhíse" -#: src/lib/moderation/useReportOptions.ts:59 src/lib/moderation/useReportOptions.ts:93 src/lib/moderation/useReportOptions.ts:101 +#: src/lib/moderation/useReportOptions.ts:59 +#: src/lib/moderation/useReportOptions.ts:93 +#: src/lib/moderation/useReportOptions.ts:101 msgid "Terms used violate community standards" msgstr "Sárú ar chaighdeáin an phobail atá sna téarmaí a úsáideadh" -#: src/components/dialogs/MutedWords.tsx:325 +#: src/components/dialogs/MutedWords.tsx:323 msgid "text" msgstr "téacs" -#: src/components/moderation/LabelsOnMeDialog.tsx:256 src/screens/Messages/Conversation/ChatDisabled.tsx:108 +#: src/components/moderation/LabelsOnMeDialog.tsx:254 +#: src/screens/Messages/Conversation/ChatDisabled.tsx:108 msgid "Text input field" msgstr "Réimse téacs" -#: src/components/dms/ReportDialog.tsx:132 src/components/ReportDialog/SubmitView.tsx:78 +#: src/components/dms/ReportDialog.tsx:134 +#: src/components/ReportDialog/SubmitView.tsx:77 msgid "Thank you. Your report has been sent." msgstr "Go raibh maith agat. Seoladh do thuairisc." @@ -4422,10 +5496,15 @@ msgstr "Ina bhfuil an méid seo a leanas:" msgid "That handle is already taken." msgstr "Tá an leasainm sin in úsáid cheana féin." -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:291 src/view/com/profile/ProfileMenu.tsx:351 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:305 +#: src/view/com/profile/ProfileMenu.tsx:351 msgid "The account will be able to interact with you after unblocking." msgstr "Beidh an cuntas seo in ann caidreamh a dhéanamh leat tar éis duit é a dhíbhlocáil" +#: src/components/moderation/ModerationDetailsDialog.tsx:127 +#~ msgid "the author" +#~ msgstr "an t-údar" + #: src/view/screens/CommunityGuidelines.tsx:36 msgid "The Community Guidelines have been moved to <0/>" msgstr "Bogadh Treoirlínte an Phobail go dtí <0/>" @@ -4438,11 +5517,11 @@ msgstr "Bogadh an Polasaí Cóipchirt go dtí <0/>" msgid "The feed has been replaced with Discover." msgstr "Tá Discover curtha in áit an fhotha seo." -#: src/components/moderation/LabelsOnMeDialog.tsx:66 +#: src/components/moderation/LabelsOnMeDialog.tsx:65 msgid "The following labels were applied to your account." msgstr "Cuireadh na lipéid seo a leanas le do chuntas." -#: src/components/moderation/LabelsOnMeDialog.tsx:67 +#: src/components/moderation/LabelsOnMeDialog.tsx:66 msgid "The following labels were applied to your content." msgstr "Cuireadh na lipéid seo a leanas le do chuid ábhair." @@ -4450,7 +5529,8 @@ msgstr "Cuireadh na lipéid seo a leanas le do chuid ábhair." msgid "The following steps will help customize your Bluesky experience." msgstr "Cuideoidh na céimeanna seo a leanas leat Bluesky a chur in oiriúint duit féin." -#: src/view/com/post-thread/PostThread.tsx:189 src/view/com/post-thread/PostThread.tsx:201 +#: src/view/com/post-thread/PostThread.tsx:189 +#: src/view/com/post-thread/PostThread.tsx:201 msgid "The post may have been deleted." msgstr "Is féidir gur scriosadh an phostáil seo." @@ -4466,35 +5546,54 @@ msgstr "Bogadh an fhoirm tacaíochta go dtí <0/>. Má tá cuidiú ag teastáil msgid "The Terms of Service have been moved to" msgstr "Bogadh ár dTéarmaí Seirbhíse go dtí" +#: src/screens/Onboarding/StepAlgoFeeds/index.tsx:141 +#~ msgid "There are many feeds to try:" +#~ msgstr "Tá a lán fothaí ann le blaiseadh:" + #: src/screens/Settings/components/DeactivateAccountDialog.tsx:86 msgid "There is no time limit for account deactivation, come back any time." msgstr "Níl srian ama le díghníomhú cuntais, fill uair ar bith." -#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:115 src/view/screens/ProfileFeed.tsx:541 +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:115 +#: src/view/screens/ProfileFeed.tsx:541 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:146 +#: src/view/com/posts/FeedErrorMessage.tsx:145 msgid "There was an an issue removing this feed. Please check your internet connection and try again." msgstr "Bhí fadhb ann maidir leis an bhfotha seo a bhaint. Seiceáil do cheangal leis an idirlíon agus bain triail eile as, le do thoil." -#: src/view/com/posts/FeedShutdownMsg.tsx:52 src/view/com/posts/FeedShutdownMsg.tsx:70 src/view/screens/ProfileFeed.tsx:205 +#: src/view/com/posts/FeedShutdownMsg.tsx:52 +#: src/view/com/posts/FeedShutdownMsg.tsx:70 +#: src/view/screens/ProfileFeed.tsx:205 msgid "There was an an issue updating your feeds, please check your internet connection and try again." msgstr "Bhí fadhb ann maidir le huasdátú do chuid fothaí. Seiceáil do cheangal leis an idirlíon agus bain triail eile as, le do thoil." -#: src/components/dialogs/GifSelect.ios.tsx:197 src/components/dialogs/GifSelect.tsx:213 +#: src/components/dialogs/GifSelect.ios.tsx:197 +#: src/components/dialogs/GifSelect.tsx:213 msgid "There was an issue connecting to Tenor." msgstr "Bhí fadhb ann maidir le teagmháil a dhéanamh le Tenor." -#: src/view/screens/ProfileFeed.tsx:233 src/view/screens/ProfileList.tsx:303 src/view/screens/ProfileList.tsx:322 src/view/screens/SavedFeeds.tsx:237 src/view/screens/SavedFeeds.tsx:263 src/view/screens/SavedFeeds.tsx:289 +#: src/screens/Messages/Conversation/MessageListError.tsx:23 +#, fuzzy +#~ msgid "There was an issue connecting to the chat." +#~ msgstr "Bhí fadhb ann maidir le teagmháil a dhéanamh le Tenor." + +#: src/view/screens/ProfileFeed.tsx:233 +#: src/view/screens/ProfileList.tsx:303 +#: src/view/screens/ProfileList.tsx:322 +#: src/view/screens/SavedFeeds.tsx:237 +#: src/view/screens/SavedFeeds.tsx:263 +#: src/view/screens/SavedFeeds.tsx:289 msgid "There was an issue contacting the server" msgstr "Bhí fadhb ann maidir le teagmháil a dhéanamh leis an bhfreastalaí" -#: src/view/com/feeds/FeedSourceCard.tsx:120 src/view/com/feeds/FeedSourceCard.tsx:133 +#: src/view/com/feeds/FeedSourceCard.tsx:128 +#: src/view/com/feeds/FeedSourceCard.tsx:141 msgid "There was an issue contacting your server" msgstr "Bhí fadhb ann maidir le teagmháil a dhéanamh le do fhreastálaí" -#: src/view/com/notifications/Feed.tsx:125 +#: src/view/com/notifications/Feed.tsx:126 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." @@ -4506,27 +5605,48 @@ msgstr "Bhí fadhb ann maidir le postálacha a fháil. Tapáil anseo le triail e msgid "There was an issue fetching the list. Tap here to try again." msgstr "Bhí fadhb ann maidir leis an liosta a fháil. Tapáil anseo le triail eile a bhaint as." -#: src/view/com/feeds/ProfileFeedgens.tsx:153 src/view/com/lists/ProfileLists.tsx:160 +#: src/view/com/feeds/ProfileFeedgens.tsx:153 +#: src/view/com/lists/ProfileLists.tsx:160 msgid "There was an issue fetching your lists. Tap here to try again." msgstr "Bhí fadhb ann maidir le do chuid liostaí a fháil. Tapáil anseo le triail eile a bhaint as." -#: src/components/dms/ReportDialog.tsx:220 src/components/ReportDialog/SubmitView.tsx:83 +#: src/components/dms/ReportDialog.tsx:222 +#: src/components/ReportDialog/SubmitView.tsx:82 msgid "There was an issue sending your report. Please check your internet connection." msgstr "Níor seoladh do thuairisc. Seiceáil do nasc leis an idirlíon, le do thoil." +#: src/screens/Onboarding/StepModeration/AdultContentEnabledPref.tsx:65 +#~ msgid "There was an issue syncing your preferences with the server" +#~ msgstr "Bhí fadhb ann maidir le do chuid roghanna a shioncronú leis an bhfreastalaí" + #: src/view/screens/AppPasswords.tsx:70 msgid "There was an issue with fetching your app passwords" msgstr "Bhí fadhb ann maidir le do chuid pasfhocal don aip a fháil" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:99 src/screens/Profile/Header/ProfileHeaderStandard.tsx:121 src/screens/Profile/Header/ProfileHeaderStandard.tsx:135 src/view/com/post-thread/PostThreadFollowBtn.tsx:99 src/view/com/post-thread/PostThreadFollowBtn.tsx:111 src/view/com/profile/ProfileMenu.tsx:109 src/view/com/profile/ProfileMenu.tsx:120 src/view/com/profile/ProfileMenu.tsx:135 src/view/com/profile/ProfileMenu.tsx:146 src/view/com/profile/ProfileMenu.tsx:160 src/view/com/profile/ProfileMenu.tsx:173 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:103 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:125 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:139 +#: src/view/com/post-thread/PostThreadFollowBtn.tsx:99 +#: src/view/com/post-thread/PostThreadFollowBtn.tsx:111 +#: src/view/com/profile/ProfileMenu.tsx:109 +#: src/view/com/profile/ProfileMenu.tsx:120 +#: src/view/com/profile/ProfileMenu.tsx:135 +#: src/view/com/profile/ProfileMenu.tsx:146 +#: src/view/com/profile/ProfileMenu.tsx:160 +#: src/view/com/profile/ProfileMenu.tsx:173 msgid "There was an issue! {0}" msgstr "Bhí fadhb ann! {0}" -#: src/view/screens/ProfileList.tsx:335 src/view/screens/ProfileList.tsx:349 src/view/screens/ProfileList.tsx:363 src/view/screens/ProfileList.tsx:377 +#: src/view/screens/ProfileList.tsx:335 +#: src/view/screens/ProfileList.tsx:349 +#: src/view/screens/ProfileList.tsx:363 +#: src/view/screens/ProfileList.tsx:377 msgid "There was an issue. Please check your internet connection and try again." msgstr "Bhí fadhb ann. Seiceáil do cheangal leis an idirlíon, le do thoil, agus bain triail eile as." -#: src/components/dialogs/GifSelect.ios.tsx:239 src/components/dialogs/GifSelect.tsx:257 src/view/com/util/ErrorBoundary.tsx:57 +#: src/components/dialogs/GifSelect.ios.tsx:239 +#: src/components/dialogs/GifSelect.tsx:257 +#: src/view/com/util/ErrorBoundary.tsx:57 msgid "There was an unexpected issue in the application. Please let us know if this happened to you!" msgstr "D’éirigh fadhb gan choinne leis an aip. Abair linn, le do thoil, má tharla sé sin duit!" @@ -4534,6 +5654,10 @@ msgstr "D’éirigh fadhb gan choinne leis an aip. Abair linn, le do thoil, má msgid "There's been a rush of new users to Bluesky! We'll activate your account as soon as we can." msgstr "Tá ráchairt ar Bluesky le déanaí! Cuirfidh muid do chuntas ag obair chomh luath agus is féidir." +#: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:146 +#~ msgid "These are popular accounts you might like:" +#~ msgstr "Is cuntais iad seo a bhfuil a lán leantóirí acu. Is féidir go dtaitneoidh siad leat." + #: src/components/moderation/ScreenHider.tsx:116 msgid "This {screenDescription} has been flagged:" msgstr "Cuireadh bratach leis an {screenDescription} seo:" @@ -4546,7 +5670,7 @@ msgstr "Ní mór duit logáil isteach le próifíl an chuntais seo a fheiceáil. msgid "This account is blocked by one or more of your moderation lists. To unblock, please visit the lists directly and remove this user." msgstr "Tá an cuntas seo blocáilte i liosta modhnóireachta amháin ar a laghad de do chuid. Chun é a díbhlocáil bain an t-úsáideoir de na liostaí sin." -#: src/components/moderation/LabelsOnMeDialog.tsx:241 +#: src/components/moderation/LabelsOnMeDialog.tsx:239 msgid "This appeal will be sent to <0>{0}." msgstr "Cuirfear an t-achomharc seo chuig <0>{0}." @@ -4558,6 +5682,11 @@ msgstr "Seolfar an t-achomharc seo go dtí seirbhís modhnóireachta Bluesky." msgid "This chat was disconnected" msgstr "Dínascadh an comhrá seo" +#: src/screens/Messages/Conversation/MessageListError.tsx:26 +#, fuzzy +#~ msgid "This chat was disconnected due to a network error." +#~ msgstr "Dínascadh an comhrá seo" + #: src/lib/moderation/useGlobalLabelStrings.ts:19 msgid "This content has been hidden by the moderators." msgstr "Chuir na modhnóirí an t-ábhar seo i bhfolach." @@ -4570,30 +5699,40 @@ msgstr "Chuir na modhnóirí foláireamh ginearálta leis an ábhar seo." msgid "This content is hosted by {0}. Do you want to enable external media?" msgstr "Tá an t-ábhar seo ar fáil ó {0}. An bhfuil fonn ort na meáin sheachtracha a thaispeáint?" -#: src/components/moderation/ModerationDetailsDialog.tsx:77 src/lib/moderation/useModerationCauseDescription.ts:79 +#: src/components/moderation/ModerationDetailsDialog.tsx:77 +#: src/lib/moderation/useModerationCauseDescription.ts:79 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." -#: src/view/com/posts/FeedErrorMessage.tsx:115 +#: src/view/com/posts/FeedErrorMessage.tsx:114 msgid "This content is not viewable without a Bluesky account." msgstr "Níl an t-ábhar seo le feiceáil gan chuntas Bluesky." +#: src/screens/Messages/List/ChatListItem.tsx:213 +msgid "This conversation is with a deleted or a deactivated account. Press for options." +msgstr "" + #: src/view/screens/Settings/ExportCarDialog.tsx:93 msgid "This feature is in beta. You can read more about repository exports in <0>this blogpost." msgstr "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." -#: src/view/com/posts/FeedErrorMessage.tsx:121 +#: src/view/com/posts/FeedErrorMessage.tsx:120 msgid "This feed is currently receiving high traffic and is temporarily unavailable. Please try again later." msgstr "Tá ráchairt an-mhór ar an bhfotha seo faoi láthair. Níl sé ar fáil anois díreach dá bhrí sin. Bain triail eile as níos déanaí, le do thoil." -#: src/screens/Profile/Sections/Feed.tsx:59 src/view/screens/ProfileFeed.tsx:471 src/view/screens/ProfileList.tsx:729 -msgid "This feed is empty!" -msgstr "Tá an fotha seo folamh!" +#: src/screens/Profile/Sections/Feed.tsx:NaN +#~ msgid "This feed is empty!" +#~ msgstr "Tá an fotha seo folamh!" #: src/view/com/posts/CustomFeedEmptyState.tsx:37 msgid "This feed is empty! You may need to follow more users or tune your language settings." msgstr "Tá an fotha seo folamh! Is féidir go mbeidh ort tuilleadh úsáideoirí a leanúint nó do shocruithe teanga a athrú." +#: src/view/screens/ProfileFeed.tsx:471 +#: src/view/screens/ProfileList.tsx:729 +msgid "This feed is empty." +msgstr "" + #: src/view/com/posts/FeedShutdownMsg.tsx:97 msgid "This feed is no longer online. We are showing <0>Discover instead." msgstr "Níl an fotha seo ar líne níos mó. Tá <0>Discover á thaispeáint againn ina ionad." @@ -4606,6 +5745,10 @@ msgstr "Ní roinntear an t-eolas seo le húsáideoirí eile." msgid "This is important in case you ever need to change your email or reset your password." msgstr "Tá sé seo tábhachtach má bhíonn ort do ríomhphost nó do phasfhocal a athrú." +#: src/components/moderation/ModerationDetailsDialog.tsx:124 +#~ msgid "This label was applied by {0}." +#~ msgstr "Cuireadh an lipéad seo ag {0}." + #: src/components/moderation/ModerationDetailsDialog.tsx:127 msgid "This label was applied by <0>{0}." msgstr "Chuir <0>{0} an lipéad seo leis." @@ -4614,7 +5757,12 @@ msgstr "Chuir <0>{0} an lipéad seo leis." msgid "This label was applied by the author." msgstr "Chuir an t-údar an lipéad seo leis." -#: src/components/moderation/LabelsOnMeDialog.tsx:168 +#: src/components/moderation/LabelsOnMeDialog.tsx:165 +#, fuzzy +#~ msgid "This label was applied by you" +#~ msgstr "Chuir tusa an lipéad seo leis." + +#: src/components/moderation/LabelsOnMeDialog.tsx:166 msgid "This label was applied by you." msgstr "Chuir tusa an lipéad seo leis." @@ -4634,19 +5782,20 @@ msgstr "Tá an liosta seo folamh!" msgid "This moderation service is unavailable. See below for more details. If this issue persists, contact us." msgstr "Níl an tseirbhís modhnóireachta ar fáil. Féach tuilleadh sonraí thíos. Má mhaireann an fhadhb seo, téigh i dteagmháil linn." -#: src/view/com/modals/AddAppPasswords.tsx:111 +#: src/view/com/modals/AddAppPasswords.tsx:110 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:140 +#: src/view/com/post-thread/PostThreadItem.tsx:135 msgid "This post has been deleted." msgstr "Scriosadh an phostáil seo." -#: src/view/com/util/forms/PostDropdownBtn.tsx:461 src/view/com/util/post-ctrls/PostCtrls.tsx:310 +#: src/view/com/util/forms/PostDropdownBtn.tsx:448 +#: src/view/com/util/post-ctrls/PostCtrls.tsx:310 msgid "This post is only visible to logged-in users. It won't be visible to people who aren't logged in." msgstr "Níl an phostáil seo le feiceáil ach ag úsáideoirí atá logáilte isteach. Ní bheidh daoine nach bhfuil logáilte isteach in ann í a fheiceáil." -#: src/view/com/util/forms/PostDropdownBtn.tsx:443 +#: src/view/com/util/forms/PostDropdownBtn.tsx:430 msgid "This post will be hidden from feeds." msgstr "Ní bheidh an phostáil seo le feiceáil ar do chuid fothaí." @@ -4670,7 +5819,8 @@ msgstr "Níl aon leantóirí ag an úsáideoir seo." msgid "This user has blocked you" msgstr "Tá tú blocáilte ag an úsáideoir seo." -#: src/components/moderation/ModerationDetailsDialog.tsx:72 src/lib/moderation/useModerationCauseDescription.ts:70 +#: src/components/moderation/ModerationDetailsDialog.tsx:72 +#: src/lib/moderation/useModerationCauseDescription.ts:70 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." @@ -4690,7 +5840,11 @@ msgstr "Tá an t-úsáideoir seo ar an liosta <0>{0} a chuir tú i bhfolach. msgid "This user isn't following anyone." msgstr "Níl éinne á leanúint ag an úsáideoir seo." -#: src/components/dialogs/MutedWords.tsx:285 +#: src/view/com/modals/SelfLabel.tsx:137 +#~ msgid "This warning is only available for posts with media attached." +#~ msgstr "Níl an rabhadh seo ar fáil ach le haghaidh postálacha a bhfuil meáin ceangailte leo." + +#: src/components/dialogs/MutedWords.tsx:283 msgid "This will delete {0} from your muted words. You can always add it back later." msgstr "Bainfidh sé seo {0} de do chuid focal i bhfolach. Tig leat é a chur ar ais níos déanaí." @@ -4698,7 +5852,8 @@ msgstr "Bainfidh sé seo {0} de do chuid focal i bhfolach. Tig leat é a chur ar msgid "Thread preferences" msgstr "Roghanna snáitheanna" -#: src/view/screens/PreferencesThreads.tsx:53 src/view/screens/Settings/index.tsx:604 +#: src/view/screens/PreferencesThreads.tsx:53 +#: src/view/screens/Settings/index.tsx:604 msgid "Thread Preferences" msgstr "Roghanna Snáitheanna" @@ -4706,7 +5861,7 @@ msgstr "Roghanna Snáitheanna" msgid "Threaded Mode" msgstr "Modh Snáithithe" -#: src/Navigation.tsx:276 +#: src/Navigation.tsx:282 msgid "Threads Preferences" msgstr "Roghanna Snáitheanna" @@ -4722,7 +5877,7 @@ msgstr "Chun comhrá a thuairisciú, tuairiscigh teachtaireacht amháin as tríd msgid "To whom would you like to send this report?" msgstr "Cé chuige ar mhaith leat an tuairisc seo a sheoladh?" -#: src/components/dialogs/MutedWords.tsx:113 +#: src/components/dialogs/MutedWords.tsx:112 msgid "Toggle between muted word options." msgstr "Scoránaigh idir na roghanna maidir le focail atá le cur i bhfolach." @@ -4734,7 +5889,8 @@ msgstr "Scoránaigh an bosca anuas" msgid "Toggle to enable or disable adult content" msgstr "Scoránaigh le ábhar do dhaoine fásta a cheadú nó gan a cheadú" -#: src/screens/Hashtag.tsx:88 src/view/screens/Search/Search.tsx:366 +#: src/screens/Hashtag.tsx:88 +#: src/view/screens/Search/Search.tsx:367 msgid "Top" msgstr "Barr" @@ -4742,7 +5898,12 @@ msgstr "Barr" msgid "Transformations" msgstr "Trasfhoirmithe" -#: src/components/dms/MessageMenu.tsx:103 src/components/dms/MessageMenu.tsx:105 src/view/com/post-thread/PostThreadItem.tsx:691 src/view/com/post-thread/PostThreadItem.tsx:693 src/view/com/util/forms/PostDropdownBtn.tsx:280 src/view/com/util/forms/PostDropdownBtn.tsx:282 +#: src/components/dms/MessageMenu.tsx:103 +#: src/components/dms/MessageMenu.tsx:105 +#: src/view/com/post-thread/PostThreadItem.tsx:674 +#: src/view/com/post-thread/PostThreadItem.tsx:676 +#: src/view/com/util/forms/PostDropdownBtn.tsx:267 +#: src/view/com/util/forms/PostDropdownBtn.tsx:269 msgid "Translate" msgstr "Aistrigh" @@ -4771,32 +5932,49 @@ msgstr "Díbhlocáil an liosta" msgid "Un-mute list" msgstr "Ná coinnigh an liosta sin i bhfolach níos mó" -#: src/screens/Login/ForgotPasswordForm.tsx:74 src/screens/Login/index.tsx:78 src/screens/Login/LoginForm.tsx:142 src/screens/Login/SetNewPasswordForm.tsx:77 src/screens/Signup/index.tsx:66 src/view/com/modals/ChangePassword.tsx:71 +#: src/screens/Login/ForgotPasswordForm.tsx:74 +#: src/screens/Login/index.tsx:78 +#: src/screens/Login/LoginForm.tsx:142 +#: src/screens/Login/SetNewPasswordForm.tsx:77 +#: src/screens/Signup/index.tsx:66 +#: src/view/com/modals/ChangePassword.tsx:71 msgid "Unable to contact your service. Please check your Internet connection." msgstr "Ní féidir teagmháil a dhéanamh le do sheirbhís. Seiceáil do cheangal leis an idirlíon, le do thoil." -#: src/components/dms/MessagesListBlockedFooter.tsx:89 src/components/dms/MessagesListBlockedFooter.tsx:96 src/components/dms/MessagesListBlockedFooter.tsx:104 src/components/dms/MessagesListBlockedFooter.tsx:111 src/screens/Profile/Header/ProfileHeaderStandard.tsx:184 src/screens/Profile/Header/ProfileHeaderStandard.tsx:295 src/view/com/profile/ProfileMenu.tsx:363 src/view/screens/ProfileList.tsx:626 +#: src/components/dms/MessagesListBlockedFooter.tsx:89 +#: src/components/dms/MessagesListBlockedFooter.tsx:96 +#: src/components/dms/MessagesListBlockedFooter.tsx:104 +#: src/components/dms/MessagesListBlockedFooter.tsx:111 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:188 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:309 +#: src/view/com/profile/ProfileMenu.tsx:363 +#: src/view/screens/ProfileList.tsx:626 msgid "Unblock" msgstr "Díbhlocáil" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:189 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:193 msgctxt "action" msgid "Unblock" msgstr "Díbhlocáil" -#: src/components/dms/ConvoMenu.tsx:188 src/components/dms/ConvoMenu.tsx:192 +#: src/components/dms/ConvoMenu.tsx:188 +#: src/components/dms/ConvoMenu.tsx:192 msgid "Unblock account" msgstr "Díbhlocáil an cuntas" -#: src/view/com/profile/ProfileMenu.tsx:301 src/view/com/profile/ProfileMenu.tsx:307 +#: src/view/com/profile/ProfileMenu.tsx:301 +#: src/view/com/profile/ProfileMenu.tsx:307 msgid "Unblock Account" msgstr "Díbhlocáil an cuntas" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:289 src/view/com/profile/ProfileMenu.tsx:345 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:303 +#: src/view/com/profile/ProfileMenu.tsx:345 msgid "Unblock Account?" msgstr "An bhfuil fonn ort an cuntas seo a dhíbhlocáil?" -#: src/view/com/util/post-ctrls/RepostButton.tsx:62 src/view/com/util/post-ctrls/RepostButton.web.tsx:69 src/view/com/util/post-ctrls/RepostButton.web.tsx:73 +#: src/view/com/util/post-ctrls/RepostButton.tsx:63 +#: src/view/com/util/post-ctrls/RepostButton.web.tsx:69 +#: src/view/com/util/post-ctrls/RepostButton.web.tsx:73 msgid "Undo repost" msgstr "Cuir stop leis an athphostáil" @@ -4809,19 +5987,25 @@ msgstr "Dílean" msgid "Unfollow" msgstr "Dílean" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:229 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:233 msgid "Unfollow {0}" msgstr "Dílean {0}" -#: src/view/com/profile/ProfileMenu.tsx:243 src/view/com/profile/ProfileMenu.tsx:253 +#: src/view/com/profile/ProfileMenu.tsx:243 +#: src/view/com/profile/ProfileMenu.tsx:253 msgid "Unfollow Account" msgstr "Dílean an cuntas seo" +#: src/view/com/util/post-ctrls/PostCtrls.tsx:197 +#~ msgid "Unlike" +#~ msgstr "Dímhol" + #: src/view/screens/ProfileFeed.tsx:570 msgid "Unlike this feed" msgstr "Dímhol an fotha seo" -#: src/components/TagMenu/index.tsx:249 src/view/screens/ProfileList.tsx:633 +#: src/components/TagMenu/index.tsx:249 +#: src/view/screens/ProfileList.tsx:633 msgid "Unmute" msgstr "Ná coinnigh i bhfolach" @@ -4829,7 +6013,8 @@ msgstr "Ná coinnigh i bhfolach" msgid "Unmute {truncatedTag}" msgstr "Ná coinnigh {truncatedTag} i bhfolach" -#: src/view/com/profile/ProfileMenu.tsx:280 src/view/com/profile/ProfileMenu.tsx:286 +#: src/view/com/profile/ProfileMenu.tsx:280 +#: src/view/com/profile/ProfileMenu.tsx:286 msgid "Unmute Account" msgstr "Ná coinnigh an cuntas seo i bhfolach níos mó" @@ -4841,11 +6026,18 @@ msgstr "Ná coinnigh aon phostáil {displayTag} i bhfolach" msgid "Unmute conversation" msgstr "Díbhalbhaigh an comhrá seo" -#: src/view/com/util/forms/PostDropdownBtn.tsx:365 src/view/com/util/forms/PostDropdownBtn.tsx:370 +#: src/components/dms/ConvoMenu.tsx:140 +#, fuzzy +#~ msgid "Unmute notifications" +#~ msgstr "Lódáil fógraí nua" + +#: src/view/com/util/forms/PostDropdownBtn.tsx:352 +#: src/view/com/util/forms/PostDropdownBtn.tsx:357 msgid "Unmute thread" msgstr "Ná coinnigh an snáithe seo i bhfolach níos mó" -#: src/view/screens/ProfileFeed.tsx:290 src/view/screens/ProfileList.tsx:617 +#: src/view/screens/ProfileFeed.tsx:290 +#: src/view/screens/ProfileList.tsx:617 msgid "Unpin" msgstr "Díghreamaigh" @@ -4869,7 +6061,13 @@ msgstr "Díliostáil" msgid "Unsubscribe from this labeler" msgstr "Díliostáil ón lipéadóir seo" -#: src/lib/moderation/useReportOptions.ts:71 src/lib/moderation/useReportOptions.ts:84 +#: src/lib/moderation/useReportOptions.ts:85 +#, fuzzy +#~ msgid "Unwanted sexual content" +#~ msgstr "Ábhar graosta nach mian liom" + +#: src/lib/moderation/useReportOptions.ts:71 +#: src/lib/moderation/useReportOptions.ts:84 msgid "Unwanted Sexual Content" msgstr "Ábhar graosta nach mian liom" @@ -4885,7 +6083,7 @@ msgstr "Déan uasdátú go {handle}" msgid "Updating..." msgstr "Á uasdátú…" -#: src/screens/Onboarding/StepProfile/index.tsx:280 +#: src/screens/Onboarding/StepProfile/index.tsx:281 msgid "Upload a photo instead" msgstr "Uaslódáil grianghraf in ionad" @@ -4893,15 +6091,22 @@ msgstr "Uaslódáil grianghraf in ionad" msgid "Upload a text file to:" msgstr "Uaslódáil comhad téacs chuig:" -#: src/view/com/util/UserAvatar.tsx:339 src/view/com/util/UserAvatar.tsx:342 src/view/com/util/UserBanner.tsx:123 src/view/com/util/UserBanner.tsx:126 +#: src/view/com/util/UserAvatar.tsx:339 +#: src/view/com/util/UserAvatar.tsx:342 +#: src/view/com/util/UserBanner.tsx:123 +#: src/view/com/util/UserBanner.tsx:126 msgid "Upload from Camera" msgstr "Uaslódáil ó Cheamara" -#: src/view/com/util/UserAvatar.tsx:356 src/view/com/util/UserBanner.tsx:140 +#: src/view/com/util/UserAvatar.tsx:356 +#: src/view/com/util/UserBanner.tsx:140 msgid "Upload from Files" msgstr "Uaslódáil ó Chomhaid" -#: src/view/com/util/UserAvatar.tsx:350 src/view/com/util/UserAvatar.tsx:354 src/view/com/util/UserBanner.tsx:134 src/view/com/util/UserBanner.tsx:138 +#: src/view/com/util/UserAvatar.tsx:350 +#: src/view/com/util/UserAvatar.tsx:354 +#: src/view/com/util/UserBanner.tsx:134 +#: src/view/com/util/UserBanner.tsx:138 msgid "Upload from Library" msgstr "Uaslódáil ó Leabharlann" @@ -4921,11 +6126,13 @@ msgstr "Bain feidhm as bsky.social mar sholáthraí óstála" msgid "Use default provider" msgstr "Úsáid an soláthraí réamhshocraithe" -#: src/view/com/modals/InAppBrowserConsent.tsx:56 src/view/com/modals/InAppBrowserConsent.tsx:58 +#: src/view/com/modals/InAppBrowserConsent.tsx:56 +#: src/view/com/modals/InAppBrowserConsent.tsx:58 msgid "Use in-app browser" msgstr "Úsáid an brabhsálaí san aip seo" -#: src/view/com/modals/InAppBrowserConsent.tsx:66 src/view/com/modals/InAppBrowserConsent.tsx:68 +#: src/view/com/modals/InAppBrowserConsent.tsx:66 +#: src/view/com/modals/InAppBrowserConsent.tsx:68 msgid "Use my default browser" msgstr "Úsáid an brabhsálaí réamhshocraithe atá agam" @@ -4937,7 +6144,7 @@ msgstr "Úsáid an ceann molta" msgid "Use the DNS panel" msgstr "Bain feidhm as an bpainéal DNS" -#: src/view/com/modals/AddAppPasswords.tsx:206 +#: src/view/com/modals/AddAppPasswords.tsx:205 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." @@ -4945,7 +6152,8 @@ msgstr "Úsáid é seo le logáil isteach ar an aip eile in éindí le do leasai msgid "Used by:" msgstr "In úsáid ag:" -#: src/components/moderation/ModerationDetailsDialog.tsx:64 src/lib/moderation/useModerationCauseDescription.ts:58 +#: src/components/moderation/ModerationDetailsDialog.tsx:64 +#: src/lib/moderation/useModerationCauseDescription.ts:58 msgid "User Blocked" msgstr "Úsáideoir blocáilte" @@ -4969,7 +6177,8 @@ msgstr "Úsáideoir a bhlocálann thú" msgid "User Blocks You" msgstr "Blocálann an t-úsáideoir seo thú" -#: src/view/com/lists/ListCard.tsx:87 src/view/com/modals/UserAddRemoveLists.tsx:209 +#: src/view/com/lists/ListCard.tsx:87 +#: src/view/com/modals/UserAddRemoveLists.tsx:209 msgid "User list by {0}" msgstr "Liosta úsáideoirí le {0}" @@ -4977,7 +6186,9 @@ msgstr "Liosta úsáideoirí le {0}" msgid "User list by <0/>" msgstr "Liosta úsáideoirí le <0/>" -#: src/view/com/lists/ListCard.tsx:85 src/view/com/modals/UserAddRemoveLists.tsx:207 src/view/screens/ProfileList.tsx:829 +#: src/view/com/lists/ListCard.tsx:85 +#: src/view/com/modals/UserAddRemoveLists.tsx:207 +#: src/view/screens/ProfileList.tsx:829 msgid "User list by you" msgstr "Liosta úsáideoirí leat" @@ -5005,7 +6216,10 @@ msgstr "Úsáideoirí" msgid "users followed by <0/>" msgstr "Úsáideoirí a bhfuil <0/> á leanúint" -#: src/components/dms/MessagesNUX.tsx:140 src/components/dms/MessagesNUX.tsx:143 src/screens/Messages/Settings.tsx:84 src/screens/Messages/Settings.tsx:87 +#: src/components/dms/MessagesNUX.tsx:140 +#: src/components/dms/MessagesNUX.tsx:143 +#: src/screens/Messages/Settings.tsx:84 +#: src/screens/Messages/Settings.tsx:87 msgid "Users I follow" msgstr "Úsáideoirí a leanaim" @@ -5021,6 +6235,10 @@ msgstr "Úsáideoirí ar thaitin an t-ábhar nó an próifíl seo leo" msgid "Value:" msgstr "Luach:" +#: src/view/com/modals/ChangeHandle.tsx:510 +#~ msgid "Verify {0}" +#~ msgstr "Dearbhaigh {0}" + #: src/view/com/modals/ChangeHandle.tsx:504 msgid "Verify DNS Record" msgstr "Dearbhaigh taifead DNS" @@ -5037,7 +6255,8 @@ msgstr "Dearbhaigh mo ríomhphost" msgid "Verify My Email" msgstr "Dearbhaigh Mo Ríomhphost" -#: src/view/com/modals/ChangeEmail.tsx:200 src/view/com/modals/ChangeEmail.tsx:202 +#: src/view/com/modals/ChangeEmail.tsx:200 +#: src/view/com/modals/ChangeEmail.tsx:202 msgid "Verify New Email" msgstr "Dearbhaigh an Ríomhphost Nua" @@ -5049,6 +6268,10 @@ msgstr "Dearbhaigh comhad téacs" msgid "Verify Your Email" msgstr "Dearbhaigh Do Ríomhphost" +#: src/view/screens/Settings/index.tsx:852 +#~ msgid "Version {0}" +#~ msgstr "Leagan {0}" + #: src/view/screens/Settings/index.tsx:935 msgid "Version {appVersion} {bundleInfo}" msgstr "Leagan {appVersion} {bundleInfo}" @@ -5085,11 +6308,14 @@ msgstr "Féach ar an snáithe iomlán" msgid "View information about these labels" msgstr "Féach ar eolas faoi na lipéid seo" -#: src/components/ProfileHoverCard/index.web.tsx:396 src/components/ProfileHoverCard/index.web.tsx:429 src/view/com/posts/AviFollowButton.tsx:58 src/view/com/posts/FeedErrorMessage.tsx:175 +#: src/components/ProfileHoverCard/index.web.tsx:396 +#: src/components/ProfileHoverCard/index.web.tsx:429 +#: src/view/com/posts/AviFollowButton.tsx:58 +#: src/view/com/posts/FeedErrorMessage.tsx:174 msgid "View profile" msgstr "Féach ar an bpróifíl" -#: src/view/com/profile/ProfileSubpageHeader.tsx:130 +#: src/view/com/profile/ProfileSubpageHeader.tsx:127 msgid "View the avatar" msgstr "Féach ar an abhatár" @@ -5101,11 +6327,19 @@ msgstr "Féach ar an tseirbhís lipéadaithe atá curtha ar fáil ag @{0}" msgid "View users who like this feed" msgstr "Féach ar úsáideoirí ar thaitin an fotha seo leo" -#: src/view/com/modals/LinkWarning.tsx:89 src/view/com/modals/LinkWarning.tsx:95 +#: src/view/com/home/HomeHeaderLayout.web.tsx:78 +#: src/view/com/home/HomeHeaderLayoutMobile.tsx:84 +msgid "View your feeds and explore more" +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/components/moderation/LabelPreference.tsx:135 src/lib/moderation/useLabelBehaviorDescription.ts:17 src/lib/moderation/useLabelBehaviorDescription.ts:22 +#: src/components/moderation/LabelPreference.tsx:135 +#: src/lib/moderation/useLabelBehaviorDescription.ts:17 +#: src/lib/moderation/useLabelBehaviorDescription.ts:22 msgid "Warn" msgstr "Rabhadh" @@ -5121,7 +6355,7 @@ msgstr "Tabhair foláireamh faoi ábhar agus scag as fothaí" msgid "We couldn't find any results for that hashtag." msgstr "Níor aimsigh muid toradh ar bith don haischlib sin." -#: src/screens/Messages/Conversation/index.tsx:95 +#: src/screens/Messages/Conversation/index.tsx:107 msgid "We couldn't load this conversation" msgstr "Theip orainn an comhrá seo a lódáil" @@ -5137,10 +6371,14 @@ msgstr "Tá súil againn go mbeidh an-chraic agat anseo. Ná déan dearmad go bh msgid "We ran out of posts from your follows. Here's the latest from <0/>." msgstr "Níl aon ábhar nua le taispeáint ó na cuntais a leanann tú. Seo duit an t-ábhar is déanaí ó <0/>." -#: src/components/dialogs/MutedWords.tsx: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 "Molaimid focail choitianta a bhíonn i go leor póstálacha a sheachaint, toisc gur féidir nach dtaispeánfaí aon phostáil dá bharr." +#: src/screens/Onboarding/StepAlgoFeeds/index.tsx:125 +#~ msgid "We recommend our \"Discover\" feed:" +#~ msgstr "Molaimid an fotha “Discover”." + #: src/components/dialogs/BirthDateSettings.tsx:52 msgid "We were unable to load your birth date preferences. Please try again." msgstr "Theip orainn do rogha maidir le dáta breithe a lódáil. Bain triail as arís." @@ -5173,15 +6411,20 @@ msgstr "Tá muid an-sásta go bhfuil tú linn!" 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/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 "Tá brón orainn, ach theip orainn na focail a chuir tú i bhfolach a lódáil an uair seo. Bain triail as arís." -#: src/view/screens/Search/Search.tsx:269 +#: src/view/screens/Search/Search.tsx:270 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:212 src/view/screens/NotFound.tsx:48 +#: src/view/com/composer/Composer.tsx:318 +msgid "We're sorry! The post you are replying to has been deleted." +msgstr "" + +#: src/components/Lists.tsx:212 +#: 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ú." @@ -5193,11 +6436,17 @@ msgstr "Tá brón orainn! Ní féidir síntiúis a ghlacadh ach le deich lipéad msgid "Welcome back!" msgstr "Fáilte ar ais!" +#: src/view/com/auth/onboarding/WelcomeMobile.tsx:48 +#~ msgid "Welcome to <0>Bluesky" +#~ msgstr "Fáilte go <0>Bluesky" + #: src/screens/Onboarding/StepInterests/index.tsx:135 msgid "What are your interests?" msgstr "Cad iad na rudaí a bhfuil suim agat iontu?" -#: src/view/com/auth/SplashScreen.tsx:40 src/view/com/auth/SplashScreen.web.tsx:86 src/view/com/composer/Composer.tsx:340 +#: src/view/com/auth/SplashScreen.tsx:40 +#: src/view/com/auth/SplashScreen.web.tsx:86 +#: src/view/com/composer/Composer.tsx:359 msgid "What's up?" msgstr "Aon scéal?" @@ -5209,7 +6458,8 @@ msgstr "Cad iad na teangacha sa phostáil seo?" msgid "Which languages would you like to see in your algorithmic feeds?" msgstr "Cad iad na teangacha ba mhaith leat a fheiceáil i do chuid fothaí algartamacha?" -#: src/components/dms/MessagesNUX.tsx:110 src/components/dms/MessagesNUX.tsx:124 +#: src/components/dms/MessagesNUX.tsx:110 +#: src/components/dms/MessagesNUX.tsx:124 msgid "Who can message you?" msgstr "Cé ar féidir leo teachtaireacht a sheoladh chugat?" @@ -5217,7 +6467,8 @@ msgstr "Cé ar féidir leo teachtaireacht a sheoladh chugat?" msgid "Who can reply" msgstr "Cé atá in ann freagra a thabhairt" -#: src/screens/Home/NoFeedsPinned.tsx:92 src/screens/Messages/List/index.tsx:185 +#: src/screens/Home/NoFeedsPinned.tsx:79 +#: src/screens/Messages/List/index.tsx:185 msgid "Whoops!" msgstr "Úps!" @@ -5249,15 +6500,17 @@ msgstr "Cén fáth gur cheart athbhreithniú a dhéanamh ar an úsáideoir seo?" msgid "Wide" msgstr "Leathan" -#: src/screens/Messages/Conversation/MessageInput.tsx:140 src/screens/Messages/Conversation/MessageInput.web.tsx:134 +#: src/screens/Messages/Conversation/MessageInput.tsx:140 +#: src/screens/Messages/Conversation/MessageInput.web.tsx:134 msgid "Write a message" msgstr "Scríobh teachtaireacht" -#: src/view/com/composer/Composer.tsx:534 +#: src/view/com/composer/Composer.tsx:549 msgid "Write post" msgstr "Scríobh postáil" -#: src/view/com/composer/Composer.tsx:339 src/view/com/composer/Prompt.tsx:39 +#: src/view/com/composer/Composer.tsx:358 +#: src/view/com/composer/Prompt.tsx:39 msgid "Write your reply" msgstr "Scríobh freagra" @@ -5265,11 +6518,18 @@ msgstr "Scríobh freagra" msgid "Writers" msgstr "Scríbhneoirí" -#: src/view/com/composer/select-language/SuggestedLanguage.tsx:77 src/view/screens/PreferencesFollowingFeed.tsx:128 src/view/screens/PreferencesFollowingFeed.tsx:200 src/view/screens/PreferencesFollowingFeed.tsx:235 src/view/screens/PreferencesFollowingFeed.tsx:270 src/view/screens/PreferencesThreads.tsx:106 src/view/screens/PreferencesThreads.tsx:129 +#: src/view/com/composer/select-language/SuggestedLanguage.tsx:77 +#: src/view/screens/PreferencesFollowingFeed.tsx:128 +#: src/view/screens/PreferencesFollowingFeed.tsx:200 +#: src/view/screens/PreferencesFollowingFeed.tsx:235 +#: src/view/screens/PreferencesFollowingFeed.tsx:270 +#: src/view/screens/PreferencesThreads.tsx:106 +#: src/view/screens/PreferencesThreads.tsx:129 msgid "Yes" msgstr "Tá" -#: src/screens/Settings/components/DeactivateAccountDialog.tsx:106 src/screens/Settings/components/DeactivateAccountDialog.tsx:108 +#: src/screens/Settings/components/DeactivateAccountDialog.tsx:106 +#: src/screens/Settings/components/DeactivateAccountDialog.tsx:108 msgid "Yes, deactivate" msgstr "Tá, díghníomhaigh" @@ -5289,7 +6549,8 @@ msgstr "Tá tú sa scuaine." msgid "You are not following anyone." msgstr "Níl éinne á leanúint agat." -#: src/view/com/posts/FollowingEmptyState.tsx:67 src/view/com/posts/FollowingEndOfFeed.tsx:68 +#: src/view/com/posts/FollowingEmptyState.tsx:63 +#: src/view/com/posts/FollowingEndOfFeed.tsx:64 msgid "You can also discover new Custom Feeds to follow." msgstr "Is féidir leat sainfhothaí nua a aimsiú le leanúint." @@ -5297,6 +6558,10 @@ msgstr "Is féidir leat sainfhothaí nua a aimsiú le leanúint." msgid "You can also temporarily deactivate your account instead, and reactivate it at any time." msgstr "Is féidir leat do chuntas a dhíghníomhú go sealadach, agus é a athghníomhú uair ar bith." +#: src/screens/Onboarding/StepFollowingFeed.tsx:143 +#~ msgid "You can change these settings later." +#~ msgstr "Is féidir leat na socruithe seo a athrú níos déanaí." + #: src/components/dms/MessagesNUX.tsx:119 msgid "You can change this at any time." msgstr "Is féidir leat é seo a athrú uair ar bith." @@ -5305,7 +6570,8 @@ msgstr "Is féidir leat é seo a athrú uair ar bith." msgid "You can continue ongoing conversations regardless of which setting you choose." msgstr "Is féidir leat leanacht le comhráite beag beann ar cén socrú a roghnaíonn tú." -#: src/screens/Login/index.tsx:158 src/screens/Login/PasswordUpdatedForm.tsx:33 +#: src/screens/Login/index.tsx:158 +#: src/screens/Login/PasswordUpdatedForm.tsx:33 msgid "You can now sign in with your new password." msgstr "Is féidir leat logáil isteach le do phasfhocal nua anois." @@ -5317,6 +6583,10 @@ msgstr "Is féidir leat do chuntas a athghníomhú chun leanacht ort ag logáil msgid "You do not have any followers." msgstr "Níl aon leantóir agat." +#: src/screens/Profile/KnownFollowers.tsx:99 +msgid "You don't follow any users who follow @{name}." +msgstr "" + #: 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." @@ -5325,6 +6595,10 @@ msgstr "Níl aon chóid chuiridh agat fós! Cuirfidh muid cúpla cód chugat tar msgid "You don't have any pinned feeds." msgstr "Níl aon fhothaí greamaithe agat." +#: src/view/screens/Feeds.tsx:477 +#~ msgid "You don't have any saved feeds!" +#~ msgstr "Níl aon fhothaí sábháilte agat!" + #: src/view/screens/SavedFeeds.tsx:158 msgid "You don't have any saved feeds." msgstr "Níl aon fhothaí sábháilte agat." @@ -5337,11 +6611,16 @@ msgstr "Bhlocáil tú an t-údar nó tá tú blocáilte ag an údar." msgid "You have blocked this user" msgstr "Bhlocáil tú an t-úsáideoir seo" -#: src/components/moderation/ModerationDetailsDialog.tsx:66 src/lib/moderation/useModerationCauseDescription.ts:52 src/lib/moderation/useModerationCauseDescription.ts:60 +#: src/components/moderation/ModerationDetailsDialog.tsx:66 +#: src/lib/moderation/useModerationCauseDescription.ts:52 +#: src/lib/moderation/useModerationCauseDescription.ts:60 msgid "You have blocked this user. You cannot view their content." msgstr "Bhlocáil tú an cuntas seo. Ní féidir leat a gcuid ábhar a fheiceáil." -#: src/screens/Login/SetNewPasswordForm.tsx:54 src/screens/Login/SetNewPasswordForm.tsx:91 src/view/com/modals/ChangePassword.tsx:88 src/view/com/modals/ChangePassword.tsx:122 +#: src/screens/Login/SetNewPasswordForm.tsx:54 +#: src/screens/Login/SetNewPasswordForm.tsx:91 +#: src/view/com/modals/ChangePassword.tsx:88 +#: src/view/com/modals/ChangePassword.tsx:122 msgid "You have entered an invalid code. It should look like XXXXX-XXXXX." msgstr "Tá tú tar éis cód míchruinn a chur isteach. Ba cheart an cruth seo a bheith air: XXXXX-XXXXX." @@ -5353,7 +6632,8 @@ msgstr "Chuir tú an phostáil seo i bhfolach" msgid "You have hidden this post." msgstr "Chuir tú an phostáil seo i bhfolach." -#: src/components/moderation/ModerationDetailsDialog.tsx:94 src/lib/moderation/useModerationCauseDescription.ts:94 +#: src/components/moderation/ModerationDetailsDialog.tsx:94 +#: src/lib/moderation/useModerationCauseDescription.ts:94 msgid "You have muted this account." msgstr "Chuir tú an cuntas seo i bhfolach." @@ -5369,10 +6649,16 @@ msgstr "Níl comhrá ar bith agat fós. Tosaigh ceann!" msgid "You have no feeds." msgstr "Níl aon fhothaí agat." -#: src/view/com/lists/MyLists.tsx:90 src/view/com/lists/ProfileLists.tsx:145 +#: src/view/com/lists/MyLists.tsx:90 +#: src/view/com/lists/ProfileLists.tsx:145 msgid "You have no lists." msgstr "Níl aon liostaí agat." +#: src/screens/Messages/List/index.tsx:200 +#, fuzzy +#~ msgid "You have no messages yet. Start a conversation with someone!" +#~ msgstr "Níl comhrá ar bith agat fós. Tosaigh ceann!" + #: src/view/screens/ModerationBlockedAccounts.tsx:134 msgid "You have not blocked any accounts yet. To block an account, go to their profile and select \"Block account\" from the menu on their account." msgstr "Níor bhlocáil tú aon chuntas fós. Le cuntas a bhlocáil, téigh go dtí a bpróifíl agus roghnaigh “Blocáil an cuntas seo” ar an gclár ansin." @@ -5389,15 +6675,15 @@ msgstr "Níor chuir tú aon chuntas i bhfolach fós. Le cuntas a chur i bhfolach msgid "You have reached the end" msgstr "Tá deireadh sroichte agat" -#: src/components/dialogs/MutedWords.tsx:250 +#: src/components/dialogs/MutedWords.tsx:249 msgid "You haven't muted any words or tags yet" msgstr "Níor chuir tú aon fhocal ná clib i bhfolach fós" -#: src/components/moderation/LabelsOnMeDialog.tsx:87 +#: src/components/moderation/LabelsOnMeDialog.tsx:86 msgid "You may appeal non-self labels if you feel they were placed in error." msgstr "Is féidir leat achomharc a dhéanamh maidir le lipéid nár chuir tú féin má shíleann tú iad a bheith in earráid." -#: src/components/moderation/LabelsOnMeDialog.tsx:92 +#: src/components/moderation/LabelsOnMeDialog.tsx:91 msgid "You may appeal these labels if you feel they were placed in error." msgstr "Is féidir leat achomharc a dhéanamh maidir leis na lipéad seo má shíleann tú gur cuireadh in earráid iad." @@ -5405,7 +6691,11 @@ msgstr "Is féidir leat achomharc a dhéanamh maidir leis na lipéad seo má sh msgid "You must be 13 years of age or older to sign up." msgstr "Caithfidh tú a bheith 13 bliana d’aois nó níos sine le clárú." -#: src/components/ReportDialog/SubmitView.tsx:206 +#: src/screens/Onboarding/StepModeration/AdultContentEnabledPref.tsx:110 +#~ msgid "You must be 18 years or older to enable adult content" +#~ msgstr "Caithfidh tú a bheith 18 mbliana d’aois nó níos sine le hábhar do dhaoine fásta a fháil." + +#: src/components/ReportDialog/SubmitView.tsx:205 msgid "You must select at least one labeler for a report" msgstr "Caithfidh tú ar a laghad lipéadóir amháin a roghnú do thuairisc" @@ -5413,11 +6703,11 @@ msgstr "Caithfidh tú ar a laghad lipéadóir amháin a roghnú do thuairisc" msgid "You previously deactivated @{0}." msgstr "Rinne tú díghníomhú ar @{0} cheana." -#: src/view/com/util/forms/PostDropdownBtn.tsx:173 +#: src/view/com/util/forms/PostDropdownBtn.tsx:168 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:176 +#: src/view/com/util/forms/PostDropdownBtn.tsx:171 msgid "You will now receive notifications for this thread" msgstr "Gheobhaidh tú fógraí don snáithe seo anois." @@ -5425,23 +6715,30 @@ msgstr "Gheobhaidh tú fógraí don snáithe seo anois." 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/Messages/List/ChatListItem.tsx:113 +#: src/screens/Messages/List/ChatListItem.tsx:114 msgid "You: {0}" msgstr "Tusa {0}" -#: src/screens/Messages/List/ChatListItem.tsx:142 +#: src/screens/Messages/List/ChatListItem.tsx:143 msgid "You: {defaultEmbeddedContentMessage}" msgstr "Tusa: {defaultEmbeddedContentMessage}" -#: src/screens/Messages/List/ChatListItem.tsx:135 +#: src/screens/Messages/List/ChatListItem.tsx:136 msgid "You: {short}" msgstr "Tusa: {short}" -#: src/screens/SignupQueued.tsx:93 src/screens/SignupQueued.tsx:94 src/screens/SignupQueued.tsx:109 +#: src/screens/Onboarding/StepModeration/index.tsx:60 +#~ msgid "You're in control" +#~ msgstr "Tá sé faoi do stiúir" + +#: src/screens/SignupQueued.tsx:93 +#: src/screens/SignupQueued.tsx:94 +#: src/screens/SignupQueued.tsx:109 msgid "You're in line" msgstr "Tá tú sa scuaine" -#: src/screens/Deactivated.tsx:89 src/screens/Settings/components/DeactivateAccountDialog.tsx:54 +#: src/screens/Deactivated.tsx:89 +#: src/screens/Settings/components/DeactivateAccountDialog.tsx:54 msgid "You're logged in with an App Password. Please log in with your main password to continue deactivating your account." msgstr "Tá tú logáilte isteach le pasfhocal aipe. Logáil isteach le do phríomh-phasfhocal chun dul ar aghaidh le díghníomhú do chuntais." @@ -5449,11 +6746,12 @@ msgstr "Tá tú logáilte isteach le pasfhocal aipe. Logáil isteach le do phrí msgid "You're ready to go!" msgstr "Tá tú réidh!" -#: src/components/moderation/ModerationDetailsDialog.tsx:98 src/lib/moderation/useModerationCauseDescription.ts:103 +#: src/components/moderation/ModerationDetailsDialog.tsx:98 +#: src/lib/moderation/useModerationCauseDescription.ts:103 msgid "You've chosen to hide a word or tag within this post." msgstr "Roghnaigh tú focal nó clib atá sa phostáil seo a chur i bhfolach." -#: src/view/com/posts/FollowingEndOfFeed.tsx:48 +#: src/view/com/posts/FollowingEndOfFeed.tsx:44 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." @@ -5481,7 +6779,13 @@ msgstr "Cuireadh do chuid comhráite ar ceal" msgid "Your choice will be saved, but can be changed later in settings." msgstr "Sábhálfar do rogha, ach is féidir é athrú níos déanaí sna socruithe." -#: src/screens/Login/ForgotPasswordForm.tsx:57 src/screens/Signup/state.ts:220 src/view/com/modals/ChangePassword.tsx:55 +#: src/screens/Onboarding/StepFollowingFeed.tsx:62 +#~ msgid "Your default feed is \"Following\"" +#~ msgstr "Is é “Following” d’fhotha réamhshocraithe" + +#: src/screens/Login/ForgotPasswordForm.tsx:57 +#: src/screens/Signup/state.ts:220 +#: src/view/com/modals/ChangePassword.tsx:55 msgid "Your email appears to be invalid." msgstr "Is cosúil go bhfuil do ríomhphost neamhbhailí." @@ -5493,7 +6797,7 @@ msgstr "Uasdátaíodh do sheoladh ríomhphoist ach níor dearbhaíodh é. An ch msgid "Your email has not yet been verified. This is an important security step which we recommend." msgstr "Níor dearbhaíodh do sheoladh ríomhphoist fós. Is tábhachtach an chéim shábháilteachta é sin agus molaimid é." -#: src/view/com/posts/FollowingEmptyState.tsx:47 +#: src/view/com/posts/FollowingEmptyState.tsx:43 msgid "Your following feed is empty! Follow more users to see what's happening." msgstr "Tá an fotha de na daoine a leanann tú folamh! Lean tuilleadh úsáideoirí le feiceáil céard atá ar siúl." @@ -5505,7 +6809,7 @@ msgstr "Do leasainm iomlán anseo:" msgid "Your full handle will be <0>@{0}" msgstr "Do leasainm iomlán anseo: <0>@{0}" -#: src/components/dialogs/MutedWords.tsx:221 +#: src/components/dialogs/MutedWords.tsx:220 msgid "Your muted words" msgstr "Na focail a chuir tú i bhfolach" @@ -5513,7 +6817,7 @@ msgstr "Na focail a chuir tú i bhfolach" msgid "Your password has been changed successfully!" msgstr "Athraíodh do phasfhocal!" -#: src/view/com/composer/Composer.tsx:330 +#: src/view/com/composer/Composer.tsx:349 msgid "Your post has been published" msgstr "Foilsíodh do phostáil" @@ -5529,562 +6833,14 @@ msgstr "Do phróifíl" msgid "Your profile, posts, feeds, and lists will no longer be visible to other Bluesky users. You can reactivate your account at any time by logging in." msgstr "Ní bheidh do phróifíl, postálacha, fothaí ná liostaí infheicthe ag úsáideoirí eile Bluesky. Is féidir leat do chuntas a athghníomhú uair ar bith trí logáil isteach." -#: src/view/com/composer/Composer.tsx:329 +#: src/view/com/composer/Composer.tsx:348 msgid "Your reply has been published" msgstr "Foilsíodh do fhreagra" -#: src/components/dms/ReportDialog.tsx:160 +#: src/components/dms/ReportDialog.tsx:162 msgid "Your report will be sent to the Bluesky Moderation Service" msgstr "Seolfar do thuairisc go dtí Seirbhís Modhnóireachta Bluesky" #: src/screens/Signup/index.tsx:166 msgid "Your user handle" msgstr "Do leasainm" - -#: src/components/moderation/LabelsOnMe.tsx:55 -#, fuzzy -#~ msgid "{0, plural, one {# label has been placed on this account} other {# labels has been placed on this account}}" -#~ msgstr "{0, plural, one {Cuireadh # lipéad amháin ar an gcuntas seo} two {Cuireadh # lipéad ar an gcuntas seo} few {Cuireadh # lipéad ar an gcuntas seo} many {Cuireadh # lipéad ar an gcuntas seo} other {Cuireadh # lipéad ar an gcuntas seo}}" - -#: src/components/moderation/LabelsOnMe.tsx:61 -#, fuzzy -#~ msgid "{0, plural, one {# label has been placed on this content} other {# labels has been placed on this content}}" -#~ msgstr "{0, plural, one {Cuireadh # lipéad amháin ar an ábhar seo} two {Cuireadh # lipéad ar an ábhar seo} few {Cuireadh # lipéad ar an ábhar seo} many {Cuireadh # lipéad ar an ábhar seo} other {Cuireadh # lipéad ar an ábhar seo}}" - -#: src/view/screens/ProfileList.tsx:286 -#, fuzzy -#~ msgid "{0} your feeds" -#~ msgstr "Sábháilte le mo chuid fothaí" - -#: src/view/shell/Drawer.tsx:96 -#~ msgid "<0>{0} following" -#~ msgstr "<0>{0} á leanúint" - -#: src/components/ProfileHoverCard/index.web.tsx:437 -#~ msgid "<0>{followers} <1>{pluralizedFollowers}" -#~ msgstr "<0>{following} <1>{pluralizedFollowers}" - -#: src/components/ProfileHoverCard/index.web.tsx:449 src/screens/Profile/Header/Metrics.tsx:45 -#~ msgid "<0>{following} <1>following" -#~ msgstr "<0>{following} <1>á leanúint" - -#: src/view/com/auth/onboarding/RecommendedFeeds.tsx:31 -#~ msgid "<0>Choose your<1>Recommended<2>Feeds" -#~ msgstr "<0>Roghnaigh do chuid<1>Fothaí<2>Molta" - -#: src/view/com/auth/onboarding/RecommendedFollows.tsx:38 -#~ msgid "<0>Follow some<1>Recommended<2>Users" -#~ msgstr "<0>Lean cúpla<1>Úsáideoirí<2>Molta" - -#: src/view/com/auth/onboarding/WelcomeDesktop.tsx:21 -#~ msgid "<0>Welcome to<1>Bluesky" -#~ msgstr "<0>Fáilte go<1>Bluesky" - -#: src/components/moderation/LabelsOnMe.tsx:42 -#~ msgid "account" -#~ msgstr "cuntas" - -#: src/view/com/composer/GifAltText.tsx:175 -#, fuzzy -#~ msgid "Add ALT text" -#~ msgstr "Cuir téacs malartach leis seo" - -#: src/view/com/composer/Composer.tsx:467 -#~ msgid "Add link card" -#~ msgstr "Cuir cárta leanúna leis seo" - -#: src/view/com/composer/Composer.tsx:472 -#~ msgid "Add link card:" -#~ msgstr "Cuir cárta leanúna leis seo:" - -#: src/view/com/auth/onboarding/RecommendedFeedsItem.tsx:139 -#~ msgid "Added" -#~ msgstr "Curtha leis" - -#: src/screens/Messages/Settings.tsx:61 src/screens/Messages/Settings.tsx:64 -#, fuzzy -#~ msgid "Allow messages from" -#~ msgstr "Ceadaigh teachtaireachtaí nua ó" - -#: src/components/moderation/LabelsOnMeDialog.tsx:193 -#~ msgid "Appeal submitted." -#~ msgstr "Achomharc déanta" - -#: src/components/dms/MessageMenu.tsx:123 -#, fuzzy -#~ msgid "Are you sure you want to delete this message? The message will be deleted for you, but not for other participants." -#~ msgstr "An bhfuil tú cinnte gur mhaith leat an teachtaireacht seo a scrios? Scriosfar duitse í ach ní don duine eile atá páirteach." - -#: src/components/dms/ConvoMenu.tsx:189 -#, fuzzy -#~ msgid "Are you sure you want to leave this conversation? Your messages will be deleted for you, but not for other participants." -#~ msgstr "An bhfuil tú cinnte gur mhaith leat imeacht ón gcomhrá seo? Scriosfar duitse é ach ní don duine eile atá páirteach." - -#: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:144 -#~ msgid "Based on your interest in {interestsText}" -#~ msgstr "Toisc go bhfuil suim agat in {interestsText}" - -#: src/view/com/auth/onboarding/WelcomeDesktop.tsx:80 src/view/com/auth/onboarding/WelcomeMobile.tsx:82 -#~ msgid "Bluesky is flexible." -#~ msgstr "Tá Bluesky solúbtha." - -#: src/view/com/auth/onboarding/WelcomeDesktop.tsx:69 src/view/com/auth/onboarding/WelcomeMobile.tsx:71 -#~ msgid "Bluesky is open." -#~ msgstr "Tá Bluesky oscailte." - -#: src/view/com/auth/onboarding/WelcomeDesktop.tsx:56 src/view/com/auth/onboarding/WelcomeMobile.tsx:58 -#~ msgid "Bluesky is public." -#~ msgstr "Tá Bluesky poiblí." - -#: src/view/com/auth/onboarding/RecommendedFeedsItem.tsx:100 -#~ msgid "by {0}" -#~ msgstr "le {0}" - -#: src/screens/Onboarding/StepAlgoFeeds/FeedCard.tsx:112 -#~ msgid "by @{0}" -#~ msgstr "ag @{0}" - -#: src/view/com/auth/onboarding/RecommendedFeeds.tsx:122 -#~ msgid "Check out some recommended feeds. Tap + to add them to your list of pinned feeds." -#~ msgstr "Cuir súil ar na fothaí seo. Brúigh + len iad a chur le liosta na bhfothaí atá greamaithe agat." - -#: src/view/com/auth/onboarding/RecommendedFollows.tsx:186 -#~ msgid "Check out some recommended users. Follow them to see similar users." -#~ msgstr "Cuir súil ar na húsáideoirí seo. Lean iad le húsáideoirí atá cosúil leo a fheiceáil." - -#: src/view/com/auth/onboarding/WelcomeDesktop.tsx:83 src/view/com/auth/onboarding/WelcomeMobile.tsx:85 -#~ msgid "Choose the algorithms that power your experience with custom feeds." -#~ msgstr "Roghnaigh na halgartaim a shainíonn an dóigh a n-oibríonn do chuid sainfhothaí." - -#: src/screens/Onboarding/StepAlgoFeeds/index.tsx:104 -#~ msgid "Choose your main feeds" -#~ msgstr "Roghnaigh do phríomhfhothaí" - -#: src/screens/Feeds/NoFollowingFeed.tsx:46 -#, fuzzy -#~ msgid "Click here to add one." -#~ msgstr "Cliceáil anseo do bhreis eolais." - -#: src/components/RichText.tsx:198 -#~ msgid "Click here to open tag menu for #{tag}" -#~ msgstr "Cliceáil anseo le clár na clibe le haghaidh #{tag} a oscailt" - -#: src/screens/Onboarding/StepModeration/ModerationOption.tsx:81 -#~ msgid "Configure content filtering setting for category: {0}" -#~ msgstr "Socraigh scagadh an ábhair le haghaidh catagóir: {0}" - -#: src/components/moderation/LabelsOnMe.tsx:42 -#~ msgid "content" -#~ msgstr "ábhar" - -#: src/screens/Onboarding/StepAlgoFeeds/index.tsx:158 -#~ msgid "Continue to the next step" -#~ msgstr "Lean ar aghaidh go dtí an chéad chéim eile" - -#: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:199 -#~ msgid "Continue to the next step without following any accounts" -#~ msgstr "Lean ar aghaidh go dtí an chéad chéim eile gan aon chuntas a leanúint" - -#: src/components/dms/ConvoMenu.tsx:68 -#, fuzzy -#~ msgid "Could not unmute chat" -#~ msgstr "Níor éiríodh ar an gcomhrá a bhalbhú" - -#: src/view/com/composer/Composer.tsx:469 -#~ msgid "Creates a card with a thumbnail. The card links to {url}" -#~ msgstr "Cruthaíonn sé seo cárta le mionsamhail. Nascann an cárta le {url}." - -#: src/view/com/modals/DeleteAccount.tsx:87 -#~ msgid "Delete Account" -#~ msgstr "Scrios an Cuntas" - -#: src/view/screens/Settings/index.tsx:697 -#~ msgid "Disable haptics" -#~ msgstr "Ná húsáid aiseolas haptach" - -#: src/view/screens/Settings/index.tsx:697 -#~ msgid "Disable vibrations" -#~ msgstr "Ná húsáid creathadh" - -#: src/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/screens/Onboarding/StepModeration/AdultContentEnabledPref.tsx:94 -#~ msgid "Enable Adult Content" -#~ msgstr "Cuir ábhar do dhaoine fásta ar fáil" - -#: src/screens/Onboarding/StepModeration/AdultContentEnabledPref.tsx:78 src/screens/Onboarding/StepModeration/AdultContentEnabledPref.tsx:79 -#~ msgid "Enable adult content in your feeds" -#~ msgstr "Cuir ábhar do dhaoine fásta ar fáil i do chuid fothaí" - -#: src/components/Lists.tsx:52 -#, fuzzy -#~ msgid "End of list" -#~ msgstr "Curtha leis an liosta" - -#: src/screens/Messages/Conversation/MessageListError.tsx:28 -#, fuzzy -#~ msgid "Failed to load past messages." -#~ msgstr "Teip ar theachtaireachtaí roimhe seo a lódáil" - -#: src/view/com/auth/onboarding/RecommendedFeeds.tsx:110 src/view/com/auth/onboarding/RecommendedFeeds.tsx:143 -#~ msgid "Failed to load recommended feeds" -#~ msgstr "Teip ar lódáil na bhfothaí molta" - -#: src/screens/Messages/Conversation/MessageListError.tsx:29 -#, fuzzy -#~ msgid "Failed to send message(s)." -#~ msgstr "Teip ar theachtaireacht a scriosadh" - -#: src/view/com/auth/onboarding/RecommendedFeeds.tsx:58 -#~ msgid "Feeds are created by users to curate content. Choose some feeds that you find interesting." -#~ msgstr "Is iad na húsáideoirí a chruthaíonn na fothaí le hábhar is spéis leo a chur ar fáil. Roghnaigh cúpla fotha a bhfuil suim agat iontu." - -#: src/screens/Onboarding/StepTopicalFeeds.tsx:80 -#~ msgid "Feeds can be topical as well!" -#~ msgstr "Is féidir le fothaí a bheith bunaithe ar chúrsaí reatha freisin!" - -#: src/view/screens/Search/Search.tsx:589 -#~ msgid "Find users on Bluesky" -#~ msgstr "Aimsigh úsáideoirí ar Bluesky" - -#: src/view/screens/Search/Search.tsx:587 -#~ msgid "Find users with the search tool on the right" -#~ msgstr "Aimsigh úsáideoirí leis an uirlis chuardaigh ar dheis" - -#: src/view/com/auth/onboarding/RecommendedFollowsItem.tsx:155 -#~ msgid "Finding similar accounts..." -#~ msgstr "Cuntais eile atá cosúil leis seo á n-aimsiú..." - -#: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:187 -#~ msgid "Follow All" -#~ msgstr "Lean iad uile" - -#: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:182 -#~ msgid "Follow selected accounts and continue to the next step" -#~ msgstr "Lean na cuntais roghnaithe agus téigh ar aghaidh go dtí an chéad chéim eile" - -#: src/view/com/auth/onboarding/RecommendedFollows.tsx:65 -#~ msgid "Follow some users to get started. We can recommend you more users based on who you find interesting." -#~ msgstr "Lean cúpla cuntas mar thosú. Tig linn níos mó úsáideoirí a mholadh duit a mbeadh suim agat iontu." - -#: src/view/screens/Search/Search.tsx:827 src/view/shell/desktop/Search.tsx:263 -#~ msgid "Go to @{queryMaybeHandle}" -#~ msgstr "Téigh go dtí @{queryMaybeHandle}" - -#: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:140 -#~ msgid "Here are some accounts for you to follow" -#~ msgstr "Seo cúpla cuntas le leanúint duit" - -#: src/screens/Onboarding/StepTopicalFeeds.tsx:89 -#~ msgid "Here are some popular topical feeds. You can choose to follow as many as you like." -#~ msgstr "Seo cúpla fotha a bhfuil ráchairt orthu. Is féidir leat an méid acu is mian leat a leanúint." - -#: src/screens/Onboarding/StepTopicalFeeds.tsx:84 -#~ msgid "Here are some topical feeds based on your interests: {interestsText}. You can choose to follow as many as you like." -#~ msgstr "Seo cúpla fotha a phléann le rudaí a bhfuil suim agat iontu: {interestsText}. Is féidir leat an méid acu is mian leat a leanúint." - -#: src/screens/Onboarding/StepFollowingFeed.tsx:65 -#~ msgid "It shows posts from the people you follow as they happen." -#~ msgstr "Taispeánann sé postálacha ó na daoine a leanann tú nuair a fhoilsítear iad." - -#: src/components/moderation/LabelsOnMe.tsx:59 -#~ msgid "label has been placed on this {labelTarget}" -#~ msgstr "cuireadh lipéad ar an {labelTarget} seo" - -#: src/components/moderation/LabelsOnMe.tsx:61 -#~ msgid "labels have been placed on this {labelTarget}" -#~ msgstr "cuireadh lipéid ar an {labelTarget}" - -#: src/view/com/util/post-ctrls/PostCtrls.tsx:197 -#~ msgid "Like" -#~ msgstr "Mol" - -#: src/view/com/feeds/FeedSourceCard.tsx:268 -#~ msgid "Liked by {0} {1}" -#~ msgstr "Molta ag {0} {1}" - -#: src/components/LabelingServiceCard/index.tsx:72 -#~ msgid "Liked by {count} {0}" -#~ msgstr "Molta ag {count} {0}" - -#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:287 src/screens/Profile/Header/ProfileHeaderLabeler.tsx:301 src/view/screens/ProfileFeed.tsx:600 -#~ msgid "Liked by {likeCount} {0}" -#~ msgstr "Molta ag {likeCount} {0}" - -#: src/screens/Feeds/NoFollowingFeed.tsx:38 -#, fuzzy -#~ msgid "Looks like you're missing a following feed." -#~ msgstr "Is cosúil go bhfuil fotha leanúna ar iarraidh ort. <0>Cliceáil anseo le ceann a fháil." - -#: src/Navigation.tsx:307 -#, fuzzy -#~ msgid "Messaging settings" -#~ msgstr "Socruithe teachtaireachta" - -#: src/components/dms/ConvoMenu.tsx:136 src/components/dms/ConvoMenu.tsx:142 -#, fuzzy -#~ msgid "Mute notifications" -#~ msgstr "Fógraí" - -#: src/view/com/auth/onboarding/WelcomeDesktop.tsx:72 src/view/com/auth/onboarding/WelcomeMobile.tsx:74 -#~ msgid "Never lose access to your followers and data." -#~ msgstr "Ná bíodh gan fáil ar do chuid leantóirí ná ar do chuid dáta go deo." - -#: src/view/com/auth/onboarding/WelcomeDesktop.tsx:103 -#~ msgctxt "action" -#~ msgid "Next" -#~ msgstr "Ar aghaidh" - -#: src/components/dms/NewChat.tsx:240 -#, fuzzy -#~ msgid "No search results found for \"{searchText}\"." -#~ msgstr "Gan torthaí ar \"{search}\"." - -#: src/view/com/modals/SelfLabel.tsx:135 -#~ msgid "Not Applicable." -#~ msgstr "Ní bhaineann sé sin le hábhar." - -#: src/screens/Signup/index.tsx:145 -#~ msgid "of" -#~ msgstr "de" - -#: src/view/com/notifications/FeedItem.tsx:349 -#~ msgid "Opens an expanded list of users in this notification" -#~ msgstr "Osclaíonn sé seo liosta méadaithe d’úsáideoirí san fhógra seo" - -#: src/screens/Messages/List/index.tsx:86 -#, fuzzy -#~ msgid "Opens the message settings page" -#~ msgstr "Osclaíonn sé seo logleabhar an chórais" - -#: src/screens/Messages/Settings.tsx:97 src/screens/Messages/Settings.tsx:104 -#, fuzzy -#~ msgid "Play notification sounds" -#~ msgstr "Fuaimeanna fógra" - -#: src/screens/Messages/Conversation/MessagesList.tsx:47 src/screens/Messages/Conversation/MessagesList.tsx:53 -#, fuzzy -#~ msgid "Press to Retry" -#~ msgstr "Brúigh le iarracht eile a dhéanamh" - -#: src/view/com/modals/Repost.tsx:66 -#~ msgctxt "action" -#~ msgid "Quote post" -#~ msgstr "Luaigh an phostáil seo" - -#: src/view/com/modals/Repost.tsx:71 -#~ msgctxt "action" -#~ msgid "Quote Post" -#~ msgstr "Luaigh an phostáil seo" - -#: src/components/dms/MessageReportDialog.tsx:149 -#, fuzzy -#~ msgid "Reason: {0}" -#~ msgstr "Fáth:" - -#: src/view/com/auth/onboarding/RecommendedFeeds.tsx:117 -#~ msgid "Recommended Feeds" -#~ msgstr "Fothaí molta" - -#: src/view/com/auth/onboarding/RecommendedFollows.tsx:181 -#~ msgid "Recommended Users" -#~ msgstr "Cuntais mholta" - -#: src/view/com/post/Post.tsx:177 src/view/com/posts/FeedItem.tsx:285 -#~ msgctxt "description" -#~ msgid "Reply to <0/>" -#~ msgstr "Freagra ar <0/>" - -#: src/components/dms/ConvoMenu.tsx:146 src/components/dms/ConvoMenu.tsx:150 -#, fuzzy -#~ msgid "Report account" -#~ msgstr "Déan gearán faoi chuntas" - -#: src/view/com/posts/FeedItem.tsx:214 -#~ msgid "Reposted by <0/>" -#~ msgstr "Athphostáilte ag <0/>" - -#: src/screens/Messages/Conversation/MessageListError.tsx:54 -#, fuzzy -#~ msgid "Retry." -#~ msgstr "Bain triail eile as" - -#: src/view/com/lightbox/Lightbox.tsx:81 -#~ msgid "Saved to your camera roll." -#~ msgstr "Sábháilte i do rolla ceamara." - -#: src/view/com/notifications/FeedItem.tsx:411 src/view/com/util/UserAvatar.tsx:402 -#~ msgid "See profile" -#~ msgstr "Féach ar an bpróifíl" - -#: src/view/com/auth/HomeLoggedOutCTA.tsx:40 -#~ msgid "See what's next" -#~ msgstr "Féach an chéad rud eile" - -#: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:52 -#~ msgid "Select some accounts below to follow" -#~ msgstr "Roghnaigh cúpla cuntas le leanúint" - -#: src/screens/Onboarding/StepTopicalFeeds.tsx:100 -#~ msgid "Select topical feeds to follow from the list below" -#~ msgstr "Roghnaigh fothaí le leanúint ón liosta thíos" - -#: src/screens/Onboarding/StepModeration/index.tsx:63 -#~ msgid "Select what you want to see (or not see), and we’ll handle the rest." -#~ msgstr "Roghnaigh na rudaí ba mhaith leat a fheiceáil (nó gan a fheiceáil), agus leanfaimid ar aghaidh as sin" - -#: src/screens/Onboarding/StepAlgoFeeds/index.tsx:117 -#~ msgid "Select your primary algorithmic feeds" -#~ msgstr "Roghnaigh do phríomhfhothaí algartamacha" - -#: src/screens/Onboarding/StepAlgoFeeds/index.tsx:133 -#~ msgid "Select your secondary algorithmic feeds" -#~ msgstr "Roghnaigh do chuid fothaí algartamacha tánaisteacha" - -#: src/view/screens/PreferencesFollowingFeed.tsx:68 -#~ msgid "Show all replies" -#~ msgstr "Taispeáin gach freagra" - -#: src/screens/Onboarding/StepFollowingFeed.tsx:119 -#~ msgid "Show quote-posts in Following feed" -#~ msgstr "Taispeáin postálacha athluaite san fhotha “Á Leanúint”" - -#: src/screens/Onboarding/StepFollowingFeed.tsx:135 -#~ msgid "Show quotes in Following" -#~ msgstr "Taispeáin postálacha athluaite san fhotha “Á Leanúint”" - -#: src/screens/Onboarding/StepFollowingFeed.tsx:95 -#~ msgid "Show re-posts in Following feed" -#~ msgstr "Taispeáin athphostálacha san fhotha “Á Leanúint”" - -#: src/screens/Onboarding/StepFollowingFeed.tsx:87 -#~ msgid "Show replies in Following" -#~ msgstr "Taispeáin freagraí san fhotha “Á Leanúint”" - -#: src/screens/Onboarding/StepFollowingFeed.tsx:71 -#~ msgid "Show replies in Following feed" -#~ msgstr "Taispeáin freagraí san fhotha “Á Leanúint”" - -#: src/view/screens/PreferencesFollowingFeed.tsx:70 -#~ msgid "Show replies with at least {value} {0}" -#~ msgstr "Taispeáin freagraí a bhfuil ar a laghad {value} {0} acu" - -#: src/screens/Onboarding/StepFollowingFeed.tsx:111 -#~ msgid "Show reposts in Following" -#~ msgstr "Taispeáin athphostálacha san fhotha “Á Leanúint”" - -#: src/view/com/notifications/FeedItem.tsx:347 -#~ msgid "Show users" -#~ msgstr "Taispeáin úsáideoirí" - -#: src/components/moderation/LabelsOnMeDialog.tsx:168 -#~ msgid "Source:" -#~ msgstr "Foinse:" - -#: src/view/screens/Settings/index.tsx:862 -#~ msgid "Status page" -#~ msgstr "Leathanach stádais" - -#: src/screens/Signup/index.tsx:145 -#~ msgid "Step" -#~ msgstr "Céim" - -#: src/screens/Onboarding/StepAlgoFeeds/FeedCard.tsx:172 src/screens/Onboarding/StepAlgoFeeds/FeedCard.tsx:307 -#~ msgid "Subscribe to the {0} feed" -#~ msgstr "Liostáil leis an bhfotha {0}" - -#: src/components/moderation/ModerationDetailsDialog.tsx:127 -#~ msgid "the author" -#~ msgstr "an t-údar" - -#: src/screens/Onboarding/StepAlgoFeeds/index.tsx:141 -#~ msgid "There are many feeds to try:" -#~ msgstr "Tá a lán fothaí ann le blaiseadh:" - -#: src/screens/Messages/Conversation/MessageListError.tsx:23 -#, fuzzy -#~ msgid "There was an issue connecting to the chat." -#~ msgstr "Bhí fadhb ann maidir le teagmháil a dhéanamh le Tenor." - -#: src/screens/Onboarding/StepModeration/AdultContentEnabledPref.tsx:65 -#~ msgid "There was an issue syncing your preferences with the server" -#~ msgstr "Bhí fadhb ann maidir le do chuid roghanna a shioncronú leis an bhfreastalaí" - -#: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:146 -#~ msgid "These are popular accounts you might like:" -#~ msgstr "Is cuntais iad seo a bhfuil a lán leantóirí acu. Is féidir go dtaitneoidh siad leat." - -#: src/screens/Messages/Conversation/MessageListError.tsx:26 -#, fuzzy -#~ msgid "This chat was disconnected due to a network error." -#~ msgstr "Dínascadh an comhrá seo" - -#: src/components/moderation/ModerationDetailsDialog.tsx:124 -#~ msgid "This label was applied by {0}." -#~ msgstr "Cuireadh an lipéad seo ag {0}." - -#: src/components/moderation/LabelsOnMeDialog.tsx:165 -#, fuzzy -#~ msgid "This label was applied by you" -#~ msgstr "Chuir tusa an lipéad seo leis." - -#: src/view/com/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/view/com/util/post-ctrls/PostCtrls.tsx:197 -#~ msgid "Unlike" -#~ msgstr "Dímhol" - -#: src/components/dms/ConvoMenu.tsx:140 -#, fuzzy -#~ msgid "Unmute notifications" -#~ msgstr "Lódáil fógraí nua" - -#: src/lib/moderation/useReportOptions.ts:85 -#, fuzzy -#~ msgid "Unwanted sexual content" -#~ msgstr "Ábhar graosta nach mian liom" - -#: src/view/com/modals/ChangeHandle.tsx:510 -#~ msgid "Verify {0}" -#~ msgstr "Dearbhaigh {0}" - -#: src/view/screens/Settings/index.tsx:852 -#~ msgid "Version {0}" -#~ msgstr "Leagan {0}" - -#: src/screens/Onboarding/StepAlgoFeeds/index.tsx:125 -#~ msgid "We recommend our \"Discover\" feed:" -#~ msgstr "Molaimid an fotha “Discover”." - -#: src/view/com/auth/onboarding/WelcomeMobile.tsx:48 -#~ msgid "Welcome to <0>Bluesky" -#~ msgstr "Fáilte go <0>Bluesky" - -#: src/screens/Onboarding/StepFollowingFeed.tsx:143 -#~ msgid "You can change these settings later." -#~ msgstr "Is féidir leat na socruithe seo a athrú níos déanaí." - -#: src/view/screens/Feeds.tsx:477 -#~ msgid "You don't have any saved feeds!" -#~ msgstr "Níl aon fhothaí sábháilte agat!" - -#: src/screens/Messages/List/index.tsx:200 -#, fuzzy -#~ msgid "You have no messages yet. Start a conversation with someone!" -#~ msgstr "Níl comhrá ar bith agat fós. Tosaigh ceann!" - -#: src/screens/Onboarding/StepModeration/AdultContentEnabledPref.tsx:110 -#~ msgid "You must be 18 years or older to enable adult content" -#~ msgstr "Caithfidh tú a bheith 18 mbliana d’aois nó níos sine le hábhar do dhaoine fásta a fháil." - -#: src/screens/Onboarding/StepModeration/index.tsx:60 -#~ msgid "You're in control" -#~ msgstr "Tá sé faoi do stiúir" - -#: src/screens/Onboarding/StepFollowingFeed.tsx:62 -#~ msgid "Your default feed is \"Following\"" -#~ msgstr "Is é “Following” d’fhotha réamhshocraithe" diff --git a/src/locale/locales/hi/messages.po b/src/locale/locales/hi/messages.po index b0327d64..9544ed9e 100644 --- a/src/locale/locales/hi/messages.po +++ b/src/locale/locales/hi/messages.po @@ -13,7 +13,7 @@ msgstr "" "Language-Team: \n" "Plural-Forms: \n" -#: src/screens/Messages/List/ChatListItem.tsx:119 +#: src/screens/Messages/List/ChatListItem.tsx:120 msgid "(contains embedded content)" msgstr "" @@ -45,10 +45,14 @@ msgstr "" msgid "{0, plural, one {# label has been placed on this content} other {# labels have been placed on this content}}" msgstr "" -#: src/view/com/util/post-ctrls/RepostButton.tsx:64 +#: src/view/com/util/post-ctrls/RepostButton.tsx:65 msgid "{0, plural, one {# repost} other {# reposts}}" msgstr "" +#: src/components/KnownFollowers.tsx:179 +msgid "{0, plural, one {and # other} other {and # others}}" +msgstr "" + #: src/components/ProfileHoverCard/index.web.tsx:376 #: src/screens/Profile/Header/Metrics.tsx:23 msgid "{0, plural, one {follower} other {followers}}" @@ -63,11 +67,11 @@ msgstr "" msgid "{0, plural, one {Like (# like)} other {Like (# likes)}}" msgstr "" -#: src/view/com/post-thread/PostThreadItem.tsx:386 +#: src/view/com/post-thread/PostThreadItem.tsx:380 msgid "{0, plural, one {like} other {likes}}" msgstr "" -#: src/view/com/feeds/FeedSourceCard.tsx:280 +#: src/view/com/feeds/FeedSourceCard.tsx:301 msgid "{0, plural, one {Liked by # user} other {Liked by # users}}" msgstr "" @@ -79,7 +83,7 @@ msgstr "" msgid "{0, plural, one {Reply (# reply)} other {Reply (# replies)}}" msgstr "" -#: src/view/com/post-thread/PostThreadItem.tsx:366 +#: src/view/com/post-thread/PostThreadItem.tsx:360 msgid "{0, plural, one {repost} other {reposts}}" msgstr "" @@ -136,7 +140,7 @@ msgstr "" msgid "{likeCount, plural, one {Liked by # user} other {Liked by # users}}" msgstr "" -#: src/view/shell/Drawer.tsx:461 +#: src/view/shell/Drawer.tsx:462 msgid "{numUnreadNotifications} unread" msgstr "" @@ -205,12 +209,12 @@ msgstr "" #~ msgid "A new version of the app is available. Please update to continue using the app." #~ msgstr "ऐप का एक नया संस्करण उपलब्ध है. कृपया ऐप का उपयोग जारी रखने के लिए अपडेट करें।" -#: src/view/com/util/ViewHeader.tsx:92 -#: src/view/screens/Search/Search.tsx:714 +#: src/view/com/util/ViewHeader.tsx:93 +#: src/view/screens/Search/Search.tsx:715 msgid "Access navigation links and settings" msgstr "" -#: src/view/com/home/HomeHeaderLayoutMobile.tsx:54 +#: src/view/com/home/HomeHeaderLayoutMobile.tsx:56 msgid "Access profile and other navigation links" msgstr "" @@ -223,7 +227,7 @@ msgstr "प्रवेर्शयोग्यता" msgid "Accessibility settings" msgstr "" -#: src/Navigation.tsx:290 +#: src/Navigation.tsx:296 #: src/view/screens/AccessibilitySettings.tsx:63 msgid "Accessibility Settings" msgstr "" @@ -267,7 +271,7 @@ msgstr "अकाउंट के विकल्प" msgid "Account removed from quick access" msgstr "" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:131 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:135 #: src/view/com/profile/ProfileMenu.tsx:131 msgid "Account unblocked" msgstr "" @@ -280,7 +284,7 @@ msgstr "" msgid "Account unmuted" msgstr "" -#: src/components/dialogs/MutedWords.tsx:165 +#: src/components/dialogs/MutedWords.tsx:164 #: src/view/com/modals/ListAddRemoveUsers.tsx:268 #: src/view/com/modals/UserAddRemoveLists.tsx:230 #: src/view/screens/ProfileList.tsx:881 @@ -302,9 +306,9 @@ msgstr "इस सूची में किसी को जोड़ें" msgid "Add account" msgstr "अकाउंट जोड़ें" -#: src/view/com/composer/GifAltText.tsx:70 -#: src/view/com/composer/GifAltText.tsx:136 -#: src/view/com/composer/GifAltText.tsx:176 +#: src/view/com/composer/GifAltText.tsx:69 +#: src/view/com/composer/GifAltText.tsx:135 +#: src/view/com/composer/GifAltText.tsx:175 #: src/view/com/composer/photos/Gallery.tsx:120 #: src/view/com/composer/photos/Gallery.tsx:187 #: src/view/com/modals/AltImage.tsx:118 @@ -338,15 +342,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/screens/Home/NoFeedsPinned.tsx:112 +#: src/screens/Home/NoFeedsPinned.tsx:99 msgid "Add recommended feeds" msgstr "" @@ -363,7 +367,7 @@ msgstr "अपने डोमेन में निम्नलिखित DN msgid "Add to Lists" msgstr "सूचियों में जोड़ें" -#: src/view/com/feeds/FeedSourceCard.tsx:246 +#: src/view/com/feeds/FeedSourceCard.tsx:267 msgid "Add to my feeds" msgstr "इस फ़ीड को सहेजें" @@ -376,7 +380,7 @@ msgstr "इस फ़ीड को सहेजें" msgid "Added to list" msgstr "" -#: src/view/com/feeds/FeedSourceCard.tsx:118 +#: src/view/com/feeds/FeedSourceCard.tsx:126 msgid "Added to my feeds" msgstr "" @@ -406,12 +410,12 @@ msgstr "" msgid "Advanced" msgstr "विकसित" -#: src/view/screens/Feeds.tsx:798 +#: src/view/screens/Feeds.tsx:771 msgid "All the feeds you've saved, right in one place." msgstr "" -#: src/view/com/modals/AddAppPasswords.tsx:188 -#: src/view/com/modals/AddAppPasswords.tsx:195 +#: src/view/com/modals/AddAppPasswords.tsx:187 +#: src/view/com/modals/AddAppPasswords.tsx:194 msgid "Allow access to your direct messages" msgstr "" @@ -434,13 +438,13 @@ msgstr "" msgid "Already signed in as @{0}" msgstr "" -#: src/view/com/composer/GifAltText.tsx:94 +#: src/view/com/composer/GifAltText.tsx:93 #: src/view/com/composer/photos/Gallery.tsx:144 #: src/view/com/util/post-embeds/GifEmbed.tsx:173 msgid "ALT" msgstr "ALT" -#: src/view/com/composer/GifAltText.tsx:145 +#: src/view/com/composer/GifAltText.tsx:144 #: src/view/com/modals/EditImage.tsx:316 #: src/view/screens/AccessibilitySettings.tsx:77 msgid "Alt text" @@ -488,6 +492,7 @@ msgstr "" msgid "an unknown error occurred" msgstr "" +#: src/components/KnownFollowers.tsx:187 #: src/view/com/notifications/FeedItem.tsx:258 #: src/view/com/threadgate/WhoCanReply.tsx:180 msgid "and" @@ -513,11 +518,11 @@ msgstr "ऐप भाषा" msgid "App password deleted" msgstr "" -#: src/view/com/modals/AddAppPasswords.tsx:139 +#: src/view/com/modals/AddAppPasswords.tsx:138 msgid "App Password names can only contain letters, numbers, spaces, dashes, and underscores." msgstr "" -#: src/view/com/modals/AddAppPasswords.tsx:104 +#: src/view/com/modals/AddAppPasswords.tsx:103 msgid "App Password names must be at least 4 characters long." msgstr "" @@ -529,18 +534,18 @@ msgstr "" #~ msgid "App passwords" #~ msgstr "ऐप पासवर्ड" -#: src/Navigation.tsx:258 +#: src/Navigation.tsx:264 #: src/view/screens/AppPasswords.tsx:192 #: src/view/screens/Settings/index.tsx:706 msgid "App Passwords" msgstr "ऐप पासवर्ड" -#: src/components/moderation/LabelsOnMeDialog.tsx:153 -#: src/components/moderation/LabelsOnMeDialog.tsx:156 +#: src/components/moderation/LabelsOnMeDialog.tsx:151 +#: src/components/moderation/LabelsOnMeDialog.tsx:154 msgid "Appeal" msgstr "" -#: src/components/moderation/LabelsOnMeDialog.tsx:238 +#: src/components/moderation/LabelsOnMeDialog.tsx:236 msgid "Appeal \"{0}\" label" msgstr "" @@ -553,7 +558,7 @@ msgstr "" #~ msgid "Appeal Content Warning" #~ msgstr "" -#: src/components/moderation/LabelsOnMeDialog.tsx:229 +#: src/components/moderation/LabelsOnMeDialog.tsx:227 #: src/screens/Messages/Conversation/ChatDisabled.tsx:91 msgid "Appeal submitted" msgstr "" @@ -578,7 +583,7 @@ msgid "Appearance" msgstr "दिखावट" #: src/screens/Feeds/NoSavedFeedsOfAnyType.tsx:47 -#: src/screens/Home/NoFeedsPinned.tsx:106 +#: src/screens/Home/NoFeedsPinned.tsx:93 msgid "Apply default recommended feeds" msgstr "" @@ -602,15 +607,15 @@ msgstr "" msgid "Are you sure you want to leave this conversation? Your messages will be deleted for you, but not for the other participant." msgstr "" -#: src/view/com/feeds/FeedSourceCard.tsx:293 +#: src/view/com/feeds/FeedSourceCard.tsx:314 msgid "Are you sure you want to remove {0} from your feeds?" msgstr "" -#: src/view/com/composer/Composer.tsx:617 +#: src/view/com/composer/Composer.tsx:630 msgid "Are you sure you'd like to discard this draft?" msgstr "क्या आप वाकई इस ड्राफ्ट को हटाना करना चाहेंगे?" -#: src/components/dialogs/MutedWords.tsx:283 +#: src/components/dialogs/MutedWords.tsx:281 msgid "Are you sure?" msgstr "क्या आप वास्तव में इसे करना चाहते हैं?" @@ -635,8 +640,8 @@ msgid "At least 3 characters" msgstr "" #: src/components/dms/MessagesListHeader.tsx:75 -#: src/components/moderation/LabelsOnMeDialog.tsx:283 -#: src/components/moderation/LabelsOnMeDialog.tsx:284 +#: src/components/moderation/LabelsOnMeDialog.tsx:281 +#: src/components/moderation/LabelsOnMeDialog.tsx:282 #: src/screens/Login/ChooseAccountForm.tsx:98 #: src/screens/Login/ChooseAccountForm.tsx:103 #: src/screens/Login/ForgotPasswordForm.tsx:129 @@ -649,7 +654,7 @@ msgstr "" #: src/screens/Messages/Conversation/ChatDisabled.tsx:134 #: src/screens/Profile/Header/Shell.tsx:102 #: src/screens/Signup/index.tsx:193 -#: src/view/com/util/ViewHeader.tsx:90 +#: src/view/com/util/ViewHeader.tsx:91 msgid "Back" msgstr "वापस" @@ -674,7 +679,7 @@ msgstr "जन्मदिन" msgid "Birthday:" msgstr "जन्मदिन:" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:295 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:309 #: src/view/com/profile/ProfileMenu.tsx:363 msgid "Block" msgstr "" @@ -718,7 +723,7 @@ msgstr "" msgid "Blocked accounts" msgstr "ब्लॉक किए गए खाते" -#: src/Navigation.tsx:141 +#: src/Navigation.tsx:140 #: src/view/screens/ModerationBlockedAccounts.tsx:109 msgid "Blocked Accounts" msgstr "ब्लॉक किए गए खाते" @@ -799,8 +804,8 @@ msgstr "" msgid "Books" msgstr "" -#: src/screens/Home/NoFeedsPinned.tsx:116 -#: src/screens/Home/NoFeedsPinned.tsx:123 +#: src/screens/Home/NoFeedsPinned.tsx:103 +#: src/screens/Home/NoFeedsPinned.tsx:109 msgid "Browse other feeds" msgstr "" @@ -816,7 +821,7 @@ msgstr "" #~ msgid "Button disabled. Input custom domain to proceed." #~ msgstr "" -#: src/view/com/profile/ProfileSubpageHeader.tsx:159 +#: src/view/com/profile/ProfileSubpageHeader.tsx:156 msgid "by —" msgstr "" @@ -832,7 +837,7 @@ msgstr "" #~ msgid "by @{0}" #~ msgstr "" -#: src/view/com/profile/ProfileSubpageHeader.tsx:163 +#: src/view/com/profile/ProfileSubpageHeader.tsx:160 msgid "by <0/>" msgstr "" @@ -840,7 +845,7 @@ msgstr "" msgid "By creating an account you agree to the {els}." msgstr "" -#: src/view/com/profile/ProfileSubpageHeader.tsx:161 +#: src/view/com/profile/ProfileSubpageHeader.tsx:158 msgid "by you" msgstr "" @@ -848,7 +853,7 @@ msgstr "" msgid "Camera" msgstr "कैमरा" -#: src/view/com/modals/AddAppPasswords.tsx:180 +#: src/view/com/modals/AddAppPasswords.tsx:179 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 अक्षरों से अधिक लंबा नहीं होना चाहिए।।" @@ -857,8 +862,8 @@ msgstr "केवल अक्षर, संख्या, रिक्त स् #: src/components/Prompt.tsx:121 #: src/components/TagMenu/index.tsx:268 #: src/screens/Deactivated.tsx:161 -#: src/view/com/composer/Composer.tsx:417 -#: src/view/com/composer/Composer.tsx:423 +#: src/view/com/composer/Composer.tsx:432 +#: src/view/com/composer/Composer.tsx:438 #: src/view/com/modals/ChangeEmail.tsx:213 #: src/view/com/modals/ChangeEmail.tsx:215 #: src/view/com/modals/ChangeHandle.tsx:148 @@ -874,8 +879,8 @@ msgstr "केवल अक्षर, संख्या, रिक्त स् #: src/view/com/modals/LinkWarning.tsx:107 #: src/view/com/modals/VerifyEmail.tsx:255 #: src/view/com/modals/VerifyEmail.tsx:261 -#: src/view/com/util/post-ctrls/RepostButton.tsx:136 -#: src/view/screens/Search/Search.tsx:738 +#: src/view/com/util/post-ctrls/RepostButton.tsx:138 +#: src/view/screens/Search/Search.tsx:735 #: src/view/shell/desktop/Search.tsx:218 msgid "Cancel" msgstr "कैंसिल" @@ -904,7 +909,7 @@ msgstr "तस्वीर को क्रॉप मत करो" msgid "Cancel profile editing" msgstr "प्रोफ़ाइल संपादन मत करो" -#: src/view/com/util/post-ctrls/RepostButton.tsx:130 +#: src/view/com/util/post-ctrls/RepostButton.tsx:132 msgid "Cancel quote post" msgstr "कोटे पोस्ट मत करो" @@ -968,7 +973,7 @@ msgstr "" msgid "Change Your Email" msgstr "मेरा ईमेल बदलें" -#: src/Navigation.tsx:302 +#: src/Navigation.tsx:308 #: src/view/shell/bottom-bar/BottomBar.tsx:201 #: src/view/shell/desktop/LeftNav.tsx:295 msgid "Chat" @@ -980,7 +985,7 @@ msgstr "" #: src/components/dms/ConvoMenu.tsx:112 #: src/components/dms/MessageMenu.tsx:81 -#: src/Navigation.tsx:307 +#: src/Navigation.tsx:313 #: src/screens/Messages/List/index.tsx:88 #: src/view/screens/Settings/index.tsx:638 msgid "Chat settings" @@ -1074,7 +1079,7 @@ msgid "Clear all storage data (restart after this)" msgstr "" #: src/view/com/util/forms/SearchInput.tsx:88 -#: src/view/screens/Search/Search.tsx:864 +#: src/view/screens/Search/Search.tsx:861 msgid "Clear search query" msgstr "खोज क्वेरी साफ़ करें" @@ -1182,7 +1187,7 @@ msgstr "" msgid "Closes password update alert" msgstr "" -#: src/view/com/composer/Composer.tsx:419 +#: src/view/com/composer/Composer.tsx:434 msgid "Closes post composer and discards post draft" msgstr "" @@ -1206,7 +1211,7 @@ msgstr "" msgid "Comics" msgstr "" -#: src/Navigation.tsx:248 +#: src/Navigation.tsx:254 #: src/view/screens/CommunityGuidelines.tsx:32 msgid "Community Guidelines" msgstr "समुदाय दिशानिर्देश" @@ -1219,7 +1224,7 @@ msgstr "" msgid "Complete the challenge" msgstr "" -#: src/view/com/composer/Composer.tsx:536 +#: src/view/com/composer/Composer.tsx:551 msgid "Compose posts up to {MAX_GRAPHEME_LENGTH} characters in length" msgstr "" @@ -1350,7 +1355,7 @@ msgid "Context menu backdrop, click to close the menu." msgstr "" #: src/screens/Onboarding/StepInterests/index.tsx:253 -#: src/screens/Onboarding/StepProfile/index.tsx:268 +#: src/screens/Onboarding/StepProfile/index.tsx:269 msgid "Continue" msgstr "आगे बढ़ें" @@ -1358,8 +1363,12 @@ msgstr "आगे बढ़ें" msgid "Continue as {0} (currently signed in)" msgstr "" +#: src/view/com/post-thread/PostThreadLoadMore.tsx:52 +msgid "Continue thread..." +msgstr "" + #: src/screens/Onboarding/StepInterests/index.tsx:250 -#: src/screens/Onboarding/StepProfile/index.tsx:265 +#: src/screens/Onboarding/StepProfile/index.tsx:266 #: src/screens/Signup/index.tsx:213 msgid "Continue to next step" msgstr "" @@ -1372,7 +1381,7 @@ msgstr "" #~ msgid "Continue to the next step without following any accounts" #~ msgstr "" -#: src/screens/Messages/List/ChatListItem.tsx:153 +#: src/screens/Messages/List/ChatListItem.tsx:154 msgid "Conversation deleted" msgstr "" @@ -1380,7 +1389,7 @@ msgstr "" msgid "Cooking" msgstr "" -#: src/view/com/modals/AddAppPasswords.tsx:221 +#: src/view/com/modals/AddAppPasswords.tsx:220 #: src/view/com/modals/InviteCodes.tsx:183 msgid "Copied" msgstr "कॉपी कर ली" @@ -1390,10 +1399,10 @@ msgid "Copied build version to clipboard" msgstr "" #: src/components/dms/MessageMenu.tsx:57 -#: src/view/com/modals/AddAppPasswords.tsx:81 +#: src/view/com/modals/AddAppPasswords.tsx:80 #: src/view/com/modals/ChangeHandle.tsx:320 #: src/view/com/modals/InviteCodes.tsx:153 -#: src/view/com/util/forms/PostDropdownBtn.tsx:187 +#: src/view/com/util/forms/PostDropdownBtn.tsx:182 msgid "Copied to clipboard" msgstr "" @@ -1401,11 +1410,11 @@ msgstr "" msgid "Copied!" msgstr "" -#: src/view/com/modals/AddAppPasswords.tsx:215 +#: src/view/com/modals/AddAppPasswords.tsx:214 msgid "Copies app password" msgstr "" -#: src/view/com/modals/AddAppPasswords.tsx:214 +#: src/view/com/modals/AddAppPasswords.tsx:213 msgid "Copy" msgstr "कॉपी" @@ -1422,8 +1431,8 @@ msgstr "" msgid "Copy link to list" msgstr "" -#: src/view/com/util/forms/PostDropdownBtn.tsx:310 -#: src/view/com/util/forms/PostDropdownBtn.tsx:319 +#: src/view/com/util/forms/PostDropdownBtn.tsx:297 +#: src/view/com/util/forms/PostDropdownBtn.tsx:306 msgid "Copy link to post" msgstr "" @@ -1436,12 +1445,12 @@ msgstr "" msgid "Copy message text" msgstr "" -#: src/view/com/util/forms/PostDropdownBtn.tsx:288 -#: src/view/com/util/forms/PostDropdownBtn.tsx:290 +#: src/view/com/util/forms/PostDropdownBtn.tsx:275 +#: src/view/com/util/forms/PostDropdownBtn.tsx:277 msgid "Copy post text" msgstr "पोस्ट टेक्स्ट कॉपी करें" -#: src/Navigation.tsx:253 +#: src/Navigation.tsx:259 #: src/view/screens/CopyrightPolicy.tsx:29 msgid "Copyright Policy" msgstr "कॉपीराइट नीति" @@ -1492,11 +1501,11 @@ msgstr "खाता बनाएँ" msgid "Create an account" msgstr "" -#: src/screens/Onboarding/StepProfile/index.tsx:282 +#: src/screens/Onboarding/StepProfile/index.tsx:283 msgid "Create an avatar instead" msgstr "" -#: src/view/com/modals/AddAppPasswords.tsx:243 +#: src/view/com/modals/AddAppPasswords.tsx:242 msgid "Create App Password" msgstr "" @@ -1538,7 +1547,7 @@ msgstr "" msgid "Custom domain" msgstr "कस्टम डोमेन" -#: src/view/screens/Feeds.tsx:824 +#: src/view/screens/Feeds.tsx:797 msgid "Custom feeds built by the community bring you new experiences and help you find the content you love." msgstr "" @@ -1585,7 +1594,7 @@ msgid "Debug panel" msgstr "" #: src/components/dms/MessageMenu.tsx:151 -#: src/view/com/util/forms/PostDropdownBtn.tsx:436 +#: src/view/com/util/forms/PostDropdownBtn.tsx:423 #: src/view/screens/AppPasswords.tsx:285 #: src/view/screens/ProfileList.tsx:667 msgid "Delete" @@ -1644,8 +1653,8 @@ msgstr "मेरा खाता हटाएं" msgid "Delete My Account…" msgstr "" -#: src/view/com/util/forms/PostDropdownBtn.tsx:417 -#: src/view/com/util/forms/PostDropdownBtn.tsx:419 +#: src/view/com/util/forms/PostDropdownBtn.tsx:404 +#: src/view/com/util/forms/PostDropdownBtn.tsx:406 msgid "Delete post" msgstr "पोस्ट को हटाएं" @@ -1653,7 +1662,7 @@ msgstr "पोस्ट को हटाएं" msgid "Delete this list?" msgstr "" -#: src/view/com/util/forms/PostDropdownBtn.tsx:431 +#: src/view/com/util/forms/PostDropdownBtn.tsx:418 msgid "Delete this post?" msgstr "इस पोस्ट को डीलीट करें?" @@ -1676,7 +1685,7 @@ msgstr "" msgid "Description" msgstr "विवरण" -#: src/view/com/composer/GifAltText.tsx:141 +#: src/view/com/composer/GifAltText.tsx:140 msgid "Descriptive alt text" msgstr "" @@ -1684,7 +1693,7 @@ msgstr "" #~ msgid "Developer Tools" #~ msgstr "डेवलपर उपकरण" -#: src/view/com/composer/Composer.tsx:264 +#: src/view/com/composer/Composer.tsx:277 msgid "Did you want to say anything?" msgstr "" @@ -1725,7 +1734,7 @@ msgstr "" msgid "Disabled" msgstr "" -#: src/view/com/composer/Composer.tsx:619 +#: src/view/com/composer/Composer.tsx:632 msgid "Discard" msgstr "" @@ -1733,7 +1742,7 @@ msgstr "" #~ msgid "Discard draft" #~ msgstr "ड्राफ्ट हटाएं" -#: src/view/com/composer/Composer.tsx:616 +#: src/view/com/composer/Composer.tsx:629 msgid "Discard draft?" msgstr "" @@ -1742,8 +1751,8 @@ msgstr "" msgid "Discourage apps from showing my account to logged-out users" msgstr "" -#: src/view/com/posts/FollowingEmptyState.tsx:74 -#: src/view/com/posts/FollowingEndOfFeed.tsx:75 +#: src/view/com/posts/FollowingEmptyState.tsx:70 +#: src/view/com/posts/FollowingEndOfFeed.tsx:71 msgid "Discover new custom feeds" msgstr "" @@ -1751,7 +1760,7 @@ msgstr "" #~ msgid "Discover new feeds" #~ msgstr "नए फ़ीड की खोज करें" -#: src/view/screens/Feeds.tsx:821 +#: src/view/screens/Feeds.tsx:794 msgid "Discover New Feeds" msgstr "" @@ -1791,11 +1800,11 @@ msgstr "डोमेन सत्यापित!" #: src/components/dialogs/BirthDateSettings.tsx:125 #: src/components/forms/DateField/index.tsx:74 #: src/components/forms/DateField/index.tsx:80 -#: src/screens/Onboarding/StepProfile/index.tsx:321 -#: src/screens/Onboarding/StepProfile/index.tsx:324 +#: src/screens/Onboarding/StepProfile/index.tsx:322 +#: src/screens/Onboarding/StepProfile/index.tsx:325 #: src/view/com/auth/server-input/index.tsx:169 #: src/view/com/auth/server-input/index.tsx:170 -#: src/view/com/modals/AddAppPasswords.tsx:243 +#: src/view/com/modals/AddAppPasswords.tsx:242 #: src/view/com/modals/AltImage.tsx:141 #: src/view/com/modals/crop-image/CropImage.web.tsx:177 #: src/view/com/modals/InviteCodes.tsx:81 @@ -1882,6 +1891,11 @@ msgstr "" msgid "Each code works once. You'll receive more invite codes periodically." msgstr "प्रत्येक कोड एक बार काम करता है। आपको समय-समय पर अधिक आमंत्रण कोड प्राप्त होंगे।" +#: src/view/screens/Feeds.tsx:400 +#: src/view/screens/Feeds.tsx:471 +msgid "Edit" +msgstr "" + #: src/view/com/lists/ListMembers.tsx:149 msgctxt "action" msgid "Edit" @@ -1905,8 +1919,9 @@ msgstr "सूची विवरण संपादित करें" msgid "Edit Moderation List" msgstr "" -#: src/Navigation.tsx:263 -#: src/view/screens/Feeds.tsx:495 +#: src/Navigation.tsx:269 +#: src/view/screens/Feeds.tsx:398 +#: src/view/screens/Feeds.tsx:469 #: src/view/screens/SavedFeeds.tsx:93 msgid "Edit My Feeds" msgstr "मेरी फ़ीड संपादित करें" @@ -1916,19 +1931,19 @@ msgid "Edit my profile" msgstr "मेरी प्रोफ़ाइल संपादित करें" #: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:181 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:171 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:175 msgid "Edit profile" msgstr "मेरी प्रोफ़ाइल संपादित करें" #: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:184 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:174 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:178 msgid "Edit Profile" msgstr "मेरी प्रोफ़ाइल संपादित करें" #: src/view/com/home/HomeHeaderLayout.web.tsx:76 #: src/view/screens/Feeds.tsx:416 -msgid "Edit Saved Feeds" -msgstr "एडिट सेव्ड फीड" +#~ msgid "Edit Saved Feeds" +#~ msgstr "एडिट सेव्ड फीड" #: src/view/com/modals/CreateOrEditList.tsx:234 msgid "Edit User List" @@ -1981,8 +1996,8 @@ msgid "Embed HTML code" msgstr "" #: src/components/dialogs/Embed.tsx:97 -#: src/view/com/util/forms/PostDropdownBtn.tsx:327 -#: src/view/com/util/forms/PostDropdownBtn.tsx:329 +#: src/view/com/util/forms/PostDropdownBtn.tsx:314 +#: src/view/com/util/forms/PostDropdownBtn.tsx:316 msgid "Embed post" msgstr "" @@ -2042,7 +2057,7 @@ msgstr "" #~ msgid "End of list" #~ msgstr "" -#: src/view/com/modals/AddAppPasswords.tsx:161 +#: src/view/com/modals/AddAppPasswords.tsx:160 msgid "Enter a name for this App Password" msgstr "" @@ -2050,8 +2065,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 "" @@ -2109,7 +2124,7 @@ msgid "Error receiving captcha response." msgstr "" #: src/screens/Onboarding/StepInterests/index.tsx:192 -#: src/view/screens/Search/Search.tsx:115 +#: src/view/screens/Search/Search.tsx:116 msgid "Error:" msgstr "" @@ -2201,7 +2216,7 @@ msgstr "" msgid "External media may allow websites to collect information about you and your device. No information is sent or requested until you press the \"play\" button." msgstr "" -#: src/Navigation.tsx:282 +#: src/Navigation.tsx:288 #: src/view/screens/PreferencesExternalEmbeds.tsx:53 #: src/view/screens/Settings/index.tsx:679 msgid "External Media Preferences" @@ -2211,8 +2226,8 @@ msgstr "" msgid "External media settings" msgstr "" -#: src/view/com/modals/AddAppPasswords.tsx:120 -#: src/view/com/modals/AddAppPasswords.tsx:124 +#: src/view/com/modals/AddAppPasswords.tsx:119 +#: src/view/com/modals/AddAppPasswords.tsx:123 msgid "Failed to create app password." msgstr "" @@ -2224,7 +2239,7 @@ msgstr "" msgid "Failed to delete message" msgstr "" -#: src/view/com/util/forms/PostDropdownBtn.tsx:154 +#: src/view/com/util/forms/PostDropdownBtn.tsx:149 msgid "Failed to delete post, please try again" msgstr "" @@ -2258,7 +2273,7 @@ msgstr "" #~ msgid "Failed to send message(s)." #~ msgstr "" -#: src/components/moderation/LabelsOnMeDialog.tsx:225 +#: src/components/moderation/LabelsOnMeDialog.tsx:223 #: src/screens/Messages/Conversation/ChatDisabled.tsx:87 msgid "Failed to submit appeal, please try again." msgstr "" @@ -2268,15 +2283,15 @@ msgstr "" msgid "Failed to update settings" msgstr "" -#: src/Navigation.tsx:203 +#: src/Navigation.tsx:209 msgid "Feed" msgstr "" -#: src/view/com/feeds/FeedSourceCard.tsx:230 +#: src/view/com/feeds/FeedSourceCard.tsx:251 msgid "Feed by {0}" msgstr "" -#: src/view/screens/Feeds.tsx:736 +#: src/view/screens/Feeds.tsx:709 msgid "Feed offline" msgstr "फ़ीड ऑफ़लाइन है" @@ -2285,17 +2300,16 @@ msgstr "फ़ीड ऑफ़लाइन है" #~ msgstr "फ़ीड प्राथमिकता" #: src/view/shell/desktop/RightNav.tsx:66 -#: src/view/shell/Drawer.tsx:344 +#: src/view/shell/Drawer.tsx:345 msgid "Feedback" msgstr "प्रतिक्रिया" -#: src/Navigation.tsx:511 -#: src/view/screens/Feeds.tsx:480 -#: src/view/screens/Feeds.tsx:596 +#: src/view/screens/Feeds.tsx:463 +#: src/view/screens/Feeds.tsx:570 #: src/view/screens/Profile.tsx:197 #: src/view/shell/desktop/LeftNav.tsx:367 -#: src/view/shell/Drawer.tsx:492 #: src/view/shell/Drawer.tsx:493 +#: src/view/shell/Drawer.tsx:494 msgid "Feeds" msgstr "सभी फ़ीड" @@ -2336,12 +2350,12 @@ msgid "Finalizing" msgstr "" #: src/view/com/posts/CustomFeedEmptyState.tsx:47 -#: src/view/com/posts/FollowingEmptyState.tsx:57 -#: src/view/com/posts/FollowingEndOfFeed.tsx:58 +#: src/view/com/posts/FollowingEmptyState.tsx:53 +#: src/view/com/posts/FollowingEndOfFeed.tsx:54 msgid "Find accounts to follow" msgstr "" -#: src/view/screens/Search/Search.tsx:469 +#: src/view/screens/Search/Search.tsx:470 msgid "Find posts and users on Bluesky" msgstr "" @@ -2388,7 +2402,7 @@ msgstr "" #: src/components/ProfileHoverCard/index.web.tsx:412 #: src/components/ProfileHoverCard/index.web.tsx:423 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:244 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:248 #: src/view/com/post-thread/PostThreadFollowBtn.tsx:146 #: src/view/com/profile/ProfileHeaderSuggestedFollows.tsx:247 msgid "Follow" @@ -2399,7 +2413,7 @@ msgctxt "action" msgid "Follow" msgstr "" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:230 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:234 #: src/view/com/post-thread/PostThreadFollowBtn.tsx:128 msgid "Follow {0}" msgstr "" @@ -2429,6 +2443,10 @@ msgstr "" #~ msgid "Follow some users to get started. We can recommend you more users based on who you find interesting." #~ msgstr "आरंभ करने के लिए कुछ उपयोगकर्ताओं का अनुसरण करें. आपको कौन दिलचस्प लगता है, इसके आधार पर हम आपको और अधिक उपयोगकर्ताओं की अनुशंसा कर सकते हैं।" +#: src/components/KnownFollowers.tsx:169 +msgid "Followed by" +msgstr "" + #: src/view/com/profile/ProfileCard.tsx:227 msgid "Followed by {0}" msgstr "" @@ -2450,18 +2468,27 @@ msgstr "" msgid "Followers" msgstr "यह यूजर आपका फ़ोलो करता है" +#: src/Navigation.tsx:177 +msgid "Followers of @{0} that you know" +msgstr "" + +#: src/screens/Profile/KnownFollowers.tsx:108 +#: src/screens/Profile/KnownFollowers.tsx:118 +msgid "Followers you know" +msgstr "" + #: src/components/ProfileHoverCard/index.web.tsx:411 #: src/components/ProfileHoverCard/index.web.tsx:422 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:242 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:246 #: src/view/com/post-thread/PostThreadFollowBtn.tsx:149 #: src/view/com/profile/ProfileFollows.tsx:104 -#: src/view/screens/Feeds.tsx:683 +#: src/view/screens/Feeds.tsx:656 #: src/view/screens/ProfileFollows.tsx:25 #: src/view/screens/SavedFeeds.tsx:415 msgid "Following" msgstr "फोल्लोविंग" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:90 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:94 msgid "Following {0}" msgstr "" @@ -2473,9 +2500,7 @@ msgstr "" msgid "Following feed preferences" msgstr "" -#: src/Navigation.tsx:269 -#: src/view/com/home/HomeHeaderLayout.web.tsx:64 -#: src/view/com/home/HomeHeaderLayoutMobile.tsx:87 +#: src/Navigation.tsx:275 #: src/view/screens/PreferencesFollowingFeed.tsx:103 #: src/view/screens/Settings/index.tsx:582 msgid "Following Feed Preferences" @@ -2497,7 +2522,7 @@ msgstr "" msgid "For security reasons, we'll need to send a confirmation code to your email address." msgstr "सुरक्षा कारणों के लिए, हमें आपके ईमेल पते पर एक OTP कोड भेजने की आवश्यकता होगी।।" -#: src/view/com/modals/AddAppPasswords.tsx:233 +#: src/view/com/modals/AddAppPasswords.tsx:232 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 "सुरक्षा कारणों के लिए, आप इसे फिर से देखने में सक्षम नहीं होंगे। यदि आप इस पासवर्ड को खो देते हैं, तो आपको एक नया उत्पन्न करना होगा।।" @@ -2548,7 +2573,7 @@ msgstr "" msgid "Get Started" msgstr "प्रारंभ करें" -#: src/screens/Onboarding/StepProfile/index.tsx:224 +#: src/screens/Onboarding/StepProfile/index.tsx:225 msgid "Give your profile a face" msgstr "" @@ -2576,9 +2601,9 @@ msgstr "वापस जाओ" msgid "Go Back" msgstr "वापस जाओ" -#: src/components/dms/ReportDialog.tsx:152 +#: src/components/dms/ReportDialog.tsx:154 #: src/components/ReportDialog/SelectReportOptionView.tsx:77 -#: src/components/ReportDialog/SubmitView.tsx:105 +#: src/components/ReportDialog/SubmitView.tsx:104 #: src/screens/Onboarding/Layout.tsx:102 #: src/screens/Onboarding/Layout.tsx:191 #: src/screens/Signup/index.tsx:187 @@ -2598,7 +2623,7 @@ msgstr "" #~ msgid "Go to @{queryMaybeHandle}" #~ msgstr "" -#: src/screens/Messages/List/ChatListItem.tsx:208 +#: src/screens/Messages/List/ChatListItem.tsx:211 msgid "Go to conversation with {0}" msgstr "" @@ -2631,7 +2656,7 @@ msgstr "" msgid "Harassment, trolling, or intolerance" msgstr "" -#: src/Navigation.tsx:297 +#: src/Navigation.tsx:303 msgid "Hashtag" msgstr "" @@ -2648,11 +2673,11 @@ msgid "Having trouble?" msgstr "" #: src/view/shell/desktop/RightNav.tsx:95 -#: src/view/shell/Drawer.tsx:354 +#: src/view/shell/Drawer.tsx:355 msgid "Help" msgstr "सहायता" -#: src/screens/Onboarding/StepProfile/index.tsx:227 +#: src/screens/Onboarding/StepProfile/index.tsx:228 msgid "Help people know you're not a bot by uploading a picture or creating an avatar." msgstr "" @@ -2668,7 +2693,7 @@ msgstr "" #~ 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:204 +#: src/view/com/modals/AddAppPasswords.tsx:203 msgid "Here is your app password." msgstr "यहां आपका ऐप पासवर्ड है." @@ -2679,7 +2704,7 @@ msgstr "यहां आपका ऐप पासवर्ड है." #: src/lib/moderation/useLabelBehaviorDescription.ts:20 #: src/lib/moderation/useLabelBehaviorDescription.ts:25 #: src/lib/moderation/useLabelBehaviorDescription.ts:30 -#: src/view/com/util/forms/PostDropdownBtn.tsx:445 +#: src/view/com/util/forms/PostDropdownBtn.tsx:432 msgid "Hide" msgstr "इसे छिपाएं" @@ -2688,8 +2713,8 @@ msgctxt "action" msgid "Hide" msgstr "" -#: src/view/com/util/forms/PostDropdownBtn.tsx:390 -#: src/view/com/util/forms/PostDropdownBtn.tsx:392 +#: src/view/com/util/forms/PostDropdownBtn.tsx:377 +#: src/view/com/util/forms/PostDropdownBtn.tsx:379 msgid "Hide post" msgstr "" @@ -2698,7 +2723,7 @@ msgstr "" msgid "Hide the content" msgstr "" -#: src/view/com/util/forms/PostDropdownBtn.tsx:442 +#: src/view/com/util/forms/PostDropdownBtn.tsx:429 msgid "Hide this post?" msgstr "" @@ -2710,23 +2735,23 @@ msgstr "उपयोगकर्ता सूची छुपाएँ" #~ msgid "Hides posts from {0} in your feed" #~ msgstr "" -#: src/view/com/posts/FeedErrorMessage.tsx:118 +#: src/view/com/posts/FeedErrorMessage.tsx:117 msgid "Hmm, some kind of issue occurred when contacting the feed server. Please let the feed owner know about this issue." msgstr "" -#: src/view/com/posts/FeedErrorMessage.tsx:106 +#: src/view/com/posts/FeedErrorMessage.tsx:105 msgid "Hmm, the feed server appears to be misconfigured. Please let the feed owner know about this issue." msgstr "" -#: src/view/com/posts/FeedErrorMessage.tsx:112 +#: src/view/com/posts/FeedErrorMessage.tsx:111 msgid "Hmm, the feed server appears to be offline. Please let the feed owner know about this issue." msgstr "" -#: src/view/com/posts/FeedErrorMessage.tsx:109 +#: src/view/com/posts/FeedErrorMessage.tsx:108 msgid "Hmm, the feed server gave a bad response. Please let the feed owner know about this issue." msgstr "" -#: src/view/com/posts/FeedErrorMessage.tsx:103 +#: src/view/com/posts/FeedErrorMessage.tsx:102 msgid "Hmm, we're having trouble finding this feed. It may have been deleted." msgstr "" @@ -2738,11 +2763,11 @@ msgstr "" msgid "Hmmmm, we couldn't load that moderation service." msgstr "" -#: src/Navigation.tsx:501 +#: src/Navigation.tsx:489 #: src/view/shell/bottom-bar/BottomBar.tsx:159 #: src/view/shell/desktop/LeftNav.tsx:335 -#: src/view/shell/Drawer.tsx:424 #: src/view/shell/Drawer.tsx:425 +#: src/view/shell/Drawer.tsx:426 msgid "Home" msgstr "होम फीड" @@ -2803,7 +2828,7 @@ msgstr "" msgid "If you delete this list, you won't be able to recover it." msgstr "" -#: src/view/com/util/forms/PostDropdownBtn.tsx:433 +#: src/view/com/util/forms/PostDropdownBtn.tsx:420 msgid "If you remove this post, you won't be able to recover it." msgstr "" @@ -2856,7 +2881,7 @@ msgstr "" #~ msgid "Input invite code to proceed" #~ msgstr "" -#: src/view/com/modals/AddAppPasswords.tsx:175 +#: src/view/com/modals/AddAppPasswords.tsx:174 msgid "Input name for app password" msgstr "" @@ -2913,7 +2938,7 @@ msgstr "" msgid "Invalid 2FA confirmation code." msgstr "" -#: src/view/com/post-thread/PostThreadItem.tsx:240 +#: src/view/com/post-thread/PostThreadItem.tsx:235 msgid "Invalid or unsupported post record" msgstr "" @@ -2998,11 +3023,11 @@ msgstr "" #~ msgid "labels have been placed on this {labelTarget}" #~ msgstr "" -#: src/components/moderation/LabelsOnMeDialog.tsx:80 +#: src/components/moderation/LabelsOnMeDialog.tsx:79 msgid "Labels on your account" msgstr "" -#: src/components/moderation/LabelsOnMeDialog.tsx:82 +#: src/components/moderation/LabelsOnMeDialog.tsx:81 msgid "Labels on your content" msgstr "" @@ -3014,7 +3039,7 @@ msgstr "अपनी भाषा चुने" msgid "Language settings" msgstr "" -#: src/Navigation.tsx:151 +#: src/Navigation.tsx:150 #: src/view/screens/LanguageSettings.tsx:90 msgid "Language Settings" msgstr "भाषा सेटिंग्स" @@ -3028,7 +3053,7 @@ msgstr "भाषा" #~ msgstr "" #: src/screens/Hashtag.tsx:99 -#: src/view/screens/Search/Search.tsx:376 +#: src/view/screens/Search/Search.tsx:377 msgid "Latest" msgstr "" @@ -3119,8 +3144,8 @@ msgid "Like this feed" msgstr "इस फ़ीड को लाइक करो" #: src/components/LikesDialog.tsx:87 -#: src/Navigation.tsx:208 -#: src/Navigation.tsx:213 +#: src/Navigation.tsx:214 +#: src/Navigation.tsx:219 msgid "Liked by" msgstr "इन यूजर ने लाइक किया है" @@ -3156,11 +3181,11 @@ msgstr "" msgid "Likes" msgstr "" -#: src/view/com/post-thread/PostThreadItem.tsx:201 +#: src/view/com/post-thread/PostThreadItem.tsx:196 msgid "Likes on this post" msgstr "" -#: src/Navigation.tsx:177 +#: src/Navigation.tsx:183 msgid "List" msgstr "" @@ -3172,7 +3197,7 @@ msgstr "सूची अवतार" msgid "List blocked" msgstr "" -#: src/view/com/feeds/FeedSourceCard.tsx:232 +#: src/view/com/feeds/FeedSourceCard.tsx:253 msgid "List by {0}" msgstr "" @@ -3196,12 +3221,12 @@ msgstr "" msgid "List unmuted" msgstr "" -#: src/Navigation.tsx:121 +#: src/Navigation.tsx:120 #: src/view/screens/Profile.tsx:192 #: src/view/screens/Profile.tsx:198 #: src/view/shell/desktop/LeftNav.tsx:373 -#: src/view/shell/Drawer.tsx:508 #: src/view/shell/Drawer.tsx:509 +#: src/view/shell/Drawer.tsx:510 msgid "Lists" msgstr "सूची" @@ -3214,7 +3239,7 @@ msgstr "" #~ msgid "Load more posts" #~ msgstr "अधिक पोस्ट लोड करें" -#: src/view/screens/Notifications.tsx:168 +#: src/view/screens/Notifications.tsx:184 msgid "Load new notifications" msgstr "नई सूचनाएं लोड करें" @@ -3233,7 +3258,7 @@ msgstr "" #~ msgid "Local dev server" #~ msgstr "स्थानीय देव सर्वर" -#: src/Navigation.tsx:228 +#: src/Navigation.tsx:234 msgid "Log" msgstr "" @@ -3269,7 +3294,7 @@ msgstr "" msgid "Looks like you haven't saved any feeds! Use our recommendations or browse more below." msgstr "" -#: src/screens/Home/NoFeedsPinned.tsx:96 +#: src/screens/Home/NoFeedsPinned.tsx:83 msgid "Looks like you unpinned all your feeds. But don't worry, you can add some below 😄" msgstr "" @@ -3285,7 +3310,7 @@ msgstr "" 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 "" @@ -3315,8 +3340,8 @@ msgstr "" msgid "Mentioned users" msgstr "" -#: src/view/com/util/ViewHeader.tsx:90 -#: src/view/screens/Search/Search.tsx:713 +#: src/view/com/util/ViewHeader.tsx:91 +#: src/view/screens/Search/Search.tsx:714 msgid "Menu" msgstr "मेनू" @@ -3325,11 +3350,11 @@ msgid "Message {0}" msgstr "" #: src/components/dms/MessageMenu.tsx:72 -#: src/screens/Messages/List/ChatListItem.tsx:154 +#: src/screens/Messages/List/ChatListItem.tsx:155 msgid "Message deleted" msgstr "" -#: src/view/com/posts/FeedErrorMessage.tsx:201 +#: src/view/com/posts/FeedErrorMessage.tsx:200 msgid "Message from server: {0}" msgstr "" @@ -3346,7 +3371,7 @@ msgstr "" msgid "Message settings" msgstr "" -#: src/Navigation.tsx:521 +#: src/Navigation.tsx:504 #: src/screens/Messages/List/index.tsx:164 #: src/screens/Messages/List/index.tsx:246 #: src/screens/Messages/List/index.tsx:317 @@ -3361,7 +3386,7 @@ msgstr "" msgid "Misleading Account" msgstr "" -#: src/Navigation.tsx:126 +#: src/Navigation.tsx:125 #: src/screens/Moderation/index.tsx:104 #: src/view/screens/Settings/index.tsx:561 msgid "Moderation" @@ -3398,7 +3423,7 @@ msgstr "" msgid "Moderation lists" msgstr "मॉडरेशन सूचियाँ" -#: src/Navigation.tsx:131 +#: src/Navigation.tsx:130 #: src/view/screens/ModerationModlists.tsx:58 msgid "Moderation Lists" msgstr "" @@ -3407,7 +3432,7 @@ msgstr "" msgid "Moderation settings" msgstr "" -#: src/Navigation.tsx:223 +#: src/Navigation.tsx:229 msgid "Moderation states" msgstr "" @@ -3420,7 +3445,7 @@ msgstr "" msgid "Moderator has chosen to set a general warning on the content." msgstr "" -#: src/view/com/post-thread/PostThreadItem.tsx:572 +#: src/view/com/post-thread/PostThreadItem.tsx:566 msgid "More" msgstr "" @@ -3474,11 +3499,11 @@ msgstr "" msgid "Mute conversation" 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 "" @@ -3499,21 +3524,21 @@ 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 "" -#: src/view/com/util/forms/PostDropdownBtn.tsx:365 -#: src/view/com/util/forms/PostDropdownBtn.tsx:371 +#: src/view/com/util/forms/PostDropdownBtn.tsx:352 +#: src/view/com/util/forms/PostDropdownBtn.tsx:358 msgid "Mute thread" msgstr "थ्रेड म्यूट करें" -#: src/view/com/util/forms/PostDropdownBtn.tsx:381 -#: src/view/com/util/forms/PostDropdownBtn.tsx:383 +#: src/view/com/util/forms/PostDropdownBtn.tsx:368 +#: src/view/com/util/forms/PostDropdownBtn.tsx:370 msgid "Mute words & tags" msgstr "" @@ -3525,7 +3550,7 @@ msgstr "" msgid "Muted accounts" msgstr "म्यूट किए गए खाते" -#: src/Navigation.tsx:136 +#: src/Navigation.tsx:135 #: src/view/screens/ModerationMutedAccounts.tsx:109 msgid "Muted Accounts" msgstr "म्यूट किए गए खाते" @@ -3551,7 +3576,7 @@ msgstr "म्यूट करना निजी है. म्यूट कि msgid "My Birthday" msgstr "जन्मदिन" -#: src/view/screens/Feeds.tsx:795 +#: src/view/screens/Feeds.tsx:768 msgid "My Feeds" msgstr "मेरी फ़ीड" @@ -3571,7 +3596,7 @@ msgstr "मेरी फ़ीड" #~ msgid "my-server.com" #~ msgstr "" -#: src/view/com/modals/AddAppPasswords.tsx:174 +#: src/view/com/modals/AddAppPasswords.tsx:173 #: src/view/com/modals/CreateOrEditList.tsx:279 msgid "Name" msgstr "नाम" @@ -3662,8 +3687,8 @@ msgctxt "action" msgid "New post" msgstr "" -#: src/view/screens/Feeds.tsx:627 -#: src/view/screens/Notifications.tsx:177 +#: src/view/screens/Feeds.tsx:600 +#: src/view/screens/Notifications.tsx:193 #: src/view/screens/Profile.tsx:464 #: src/view/screens/ProfileFeed.tsx:426 #: src/view/screens/ProfileList.tsx:201 @@ -3733,7 +3758,7 @@ msgstr "" msgid "No featured GIFs found. There may be an issue with Tenor." msgstr "" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:112 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:116 msgid "No longer following {0}" msgstr "" @@ -3741,7 +3766,7 @@ msgstr "" msgid "No longer than 253 characters" msgstr "" -#: src/screens/Messages/List/ChatListItem.tsx:105 +#: src/screens/Messages/List/ChatListItem.tsx:106 msgid "No messages yet" msgstr "" @@ -3749,7 +3774,7 @@ msgstr "" msgid "No more conversations to show" msgstr "" -#: src/view/com/notifications/Feed.tsx:117 +#: src/view/com/notifications/Feed.tsx:118 msgid "No notifications yet!" msgstr "" @@ -3760,6 +3785,10 @@ msgstr "" msgid "No one" msgstr "" +#: src/screens/Profile/Sections/Feed.tsx:59 +msgid "No posts yet." +msgstr "" + #: src/view/com/composer/text-input/mobile/Autocomplete.tsx:101 #: src/view/com/composer/text-input/web/Autocomplete.tsx:195 msgid "No result" @@ -3773,13 +3802,13 @@ msgstr "" msgid "No results found" msgstr "" -#: src/view/screens/Feeds.tsx:556 +#: src/view/screens/Feeds.tsx:530 msgid "No results found for \"{query}\"" msgstr "\"{query}\" के लिए कोई परिणाम नहीं मिला" #: src/view/com/modals/ListAddRemoveUsers.tsx:127 -#: src/view/screens/Search/Search.tsx:296 -#: src/view/screens/Search/Search.tsx:335 +#: src/view/screens/Search/Search.tsx:297 +#: src/view/screens/Search/Search.tsx:336 msgid "No results found for {query}" msgstr "{query} के लिए कोई परिणाम नहीं मिला\"" @@ -3818,7 +3847,7 @@ msgstr "" #~ msgid "Not Applicable." #~ msgstr "लागू नहीं।" -#: src/Navigation.tsx:116 +#: src/Navigation.tsx:115 #: src/view/screens/Profile.tsx:100 msgid "Not Found" msgstr "" @@ -3829,7 +3858,7 @@ msgid "Not right now" msgstr "" #: src/view/com/profile/ProfileMenu.tsx:370 -#: src/view/com/util/forms/PostDropdownBtn.tsx:459 +#: src/view/com/util/forms/PostDropdownBtn.tsx:446 #: src/view/com/util/post-ctrls/PostCtrls.tsx:308 msgid "Note about sharing" msgstr "" @@ -3850,13 +3879,13 @@ msgstr "" msgid "Notification Sounds" msgstr "" -#: src/Navigation.tsx:516 -#: src/view/screens/Notifications.tsx:126 -#: src/view/screens/Notifications.tsx:154 +#: src/Navigation.tsx:499 +#: src/view/screens/Notifications.tsx:132 +#: src/view/screens/Notifications.tsx:169 #: src/view/shell/bottom-bar/BottomBar.tsx:227 #: src/view/shell/desktop/LeftNav.tsx:350 -#: src/view/shell/Drawer.tsx:456 #: src/view/shell/Drawer.tsx:457 +#: src/view/shell/Drawer.tsx:458 msgid "Notifications" msgstr "सूचनाएं" @@ -3910,11 +3939,11 @@ msgstr "" msgid "Onboarding reset" msgstr "" -#: src/view/com/composer/Composer.tsx:488 +#: src/view/com/composer/Composer.tsx:503 msgid "One or more images is missing alt text." msgstr "एक या अधिक छवियाँ alt पाठ याद आती हैं।।" -#: src/screens/Onboarding/StepProfile/index.tsx:116 +#: src/screens/Onboarding/StepProfile/index.tsx:117 msgid "Only .jpg and .png files are supported" msgstr "" @@ -3944,7 +3973,7 @@ msgstr "" msgid "Open {name} profile shortcut menu" msgstr "" -#: src/screens/Onboarding/StepProfile/index.tsx:276 +#: src/screens/Onboarding/StepProfile/index.tsx:277 msgid "Open avatar creator" msgstr "" @@ -3952,13 +3981,13 @@ msgstr "" #~ msgid "Open content filtering settings" #~ msgstr "" -#: src/screens/Messages/List/ChatListItem.tsx:214 -#: src/screens/Messages/List/ChatListItem.tsx:215 +#: src/screens/Messages/List/ChatListItem.tsx:219 +#: src/screens/Messages/List/ChatListItem.tsx:220 msgid "Open conversation options" msgstr "" -#: src/view/com/composer/Composer.tsx:600 -#: src/view/com/composer/Composer.tsx:601 +#: src/view/com/composer/Composer.tsx:613 +#: src/view/com/composer/Composer.tsx:614 msgid "Open emoji picker" msgstr "" @@ -3982,11 +4011,11 @@ msgstr "" #~ msgid "Open muted words settings" #~ msgstr "" -#: src/view/com/home/HomeHeaderLayoutMobile.tsx:52 +#: src/view/com/home/HomeHeaderLayoutMobile.tsx:54 msgid "Open navigation" msgstr "ओपन नेविगेशन" -#: src/view/com/util/forms/PostDropdownBtn.tsx:250 +#: src/view/com/util/forms/PostDropdownBtn.tsx:237 msgid "Open post options menu" msgstr "" @@ -4115,8 +4144,8 @@ msgstr "" #: src/view/com/home/HomeHeaderLayout.web.tsx:77 #: src/view/screens/Feeds.tsx:417 -msgid "Opens screen to edit Saved Feeds" -msgstr "" +#~ msgid "Opens screen to edit Saved Feeds" +#~ msgstr "" #: src/view/screens/Settings/index.tsx:617 msgid "Opens screen with all saved feeds" @@ -4168,8 +4197,8 @@ msgstr "" msgid "Option {0} of {numItems}" msgstr "" -#: src/components/dms/ReportDialog.tsx:181 -#: src/components/ReportDialog/SubmitView.tsx:163 +#: src/components/dms/ReportDialog.tsx:183 +#: src/components/ReportDialog/SubmitView.tsx:162 msgid "Optionally provide additional information below:" msgstr "" @@ -4241,15 +4270,15 @@ msgstr "पासवर्ड अद्यतन!" msgid "Pause" msgstr "" -#: src/view/screens/Search/Search.tsx:386 +#: src/view/screens/Search/Search.tsx:387 msgid "People" msgstr "" -#: src/Navigation.tsx:171 +#: src/Navigation.tsx:170 msgid "People followed by @{0}" msgstr "" -#: src/Navigation.tsx:164 +#: src/Navigation.tsx:163 msgid "People following @{0}" msgstr "" @@ -4332,7 +4361,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:95 +#: src/view/com/modals/AddAppPasswords.tsx:94 msgid "Please enter a name for your app password. All spaces is not allowed." msgstr "" @@ -4340,11 +4369,11 @@ msgstr "" #~ msgid "Please enter a phone number that can receive SMS text messages." #~ msgstr "" -#: src/view/com/modals/AddAppPasswords.tsx:151 +#: src/view/com/modals/AddAppPasswords.tsx:150 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 "" @@ -4364,7 +4393,7 @@ msgstr "" msgid "Please enter your password as well:" msgstr "कृपया अपना पासवर्ड भी दर्ज करें:" -#: src/components/moderation/LabelsOnMeDialog.tsx:258 +#: src/components/moderation/LabelsOnMeDialog.tsx:256 msgid "Please explain why you think this label was incorrectly applied by {0}" msgstr "" @@ -4386,7 +4415,7 @@ msgstr "" msgid "Please Verify Your Email" msgstr "" -#: src/view/com/composer/Composer.tsx:268 +#: src/view/com/composer/Composer.tsx:281 msgid "Please wait for your link card to finish loading" msgstr "" @@ -4402,28 +4431,28 @@ msgstr "" #~ msgid "Pornography" #~ msgstr "" -#: src/view/com/composer/Composer.tsx:462 -#: src/view/com/composer/Composer.tsx:470 +#: src/view/com/composer/Composer.tsx:477 +#: src/view/com/composer/Composer.tsx:485 msgctxt "action" msgid "Post" msgstr "" -#: src/view/com/post-thread/PostThread.tsx:427 +#: src/view/com/post-thread/PostThread.tsx:430 msgctxt "description" msgid "Post" msgstr "पोस्ट" -#: src/view/com/post-thread/PostThreadItem.tsx:194 +#: src/view/com/post-thread/PostThreadItem.tsx:189 msgid "Post by {0}" msgstr "" -#: src/Navigation.tsx:183 -#: src/Navigation.tsx:190 -#: src/Navigation.tsx:197 +#: src/Navigation.tsx:189 +#: src/Navigation.tsx:196 +#: src/Navigation.tsx:203 msgid "Post by @{0}" msgstr "" -#: src/view/com/util/forms/PostDropdownBtn.tsx:134 +#: src/view/com/util/forms/PostDropdownBtn.tsx:129 msgid "Post deleted" msgstr "" @@ -4462,11 +4491,11 @@ 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 "" -#: src/view/com/posts/FeedErrorMessage.tsx:69 +#: src/view/com/posts/FeedErrorMessage.tsx:68 msgid "Posts hidden" msgstr "" @@ -4494,6 +4523,10 @@ msgstr "" #~ msgid "Press to Retry" #~ msgstr "" +#: src/components/KnownFollowers.tsx:111 +msgid "Press to view followers of this account that you also follow" +msgstr "" + #: src/view/com/lightbox/Lightbox.web.tsx:150 msgid "Previous image" msgstr "पिछली छवि" @@ -4511,11 +4544,11 @@ msgstr "अपने फ़ॉलोअर्स को प्राथमिक msgid "Privacy" msgstr "गोपनीयता" -#: src/Navigation.tsx:238 +#: src/Navigation.tsx:244 #: src/screens/Signup/StepInfo/Policies.tsx:56 #: src/view/screens/PrivacyPolicy.tsx:29 #: src/view/screens/Settings/index.tsx:957 -#: src/view/shell/Drawer.tsx:284 +#: src/view/shell/Drawer.tsx:285 msgid "Privacy Policy" msgstr "गोपनीयता नीति" @@ -4535,8 +4568,8 @@ msgstr "" #: src/view/shell/bottom-bar/BottomBar.tsx:272 #: src/view/shell/desktop/LeftNav.tsx:381 #: src/view/shell/Drawer.tsx:78 -#: src/view/shell/Drawer.tsx:541 #: src/view/shell/Drawer.tsx:542 +#: src/view/shell/Drawer.tsx:543 msgid "Profile" msgstr "प्रोफ़ाइल" @@ -4560,16 +4593,16 @@ msgstr "" msgid "Public, shareable lists which can drive feeds." msgstr "सार्वजनिक, साझा करने योग्य सूचियाँ जो फ़ीड चला सकती हैं।" -#: src/view/com/composer/Composer.tsx:447 +#: src/view/com/composer/Composer.tsx:462 msgid "Publish post" msgstr "" -#: src/view/com/composer/Composer.tsx:447 +#: src/view/com/composer/Composer.tsx:462 msgid "Publish reply" msgstr "" -#: src/view/com/util/post-ctrls/RepostButton.tsx:113 -#: src/view/com/util/post-ctrls/RepostButton.tsx:125 +#: src/view/com/util/post-ctrls/RepostButton.tsx:115 +#: src/view/com/util/post-ctrls/RepostButton.tsx:127 #: src/view/com/util/post-ctrls/RepostButton.web.tsx:78 #: src/view/com/util/post-ctrls/RepostButton.web.tsx:81 msgid "Quote post" @@ -4597,7 +4630,7 @@ msgstr "अनुपात" msgid "Reactivate your account" msgstr "" -#: src/components/dms/ReportDialog.tsx:172 +#: src/components/dms/ReportDialog.tsx:174 msgid "Reason:" msgstr "" @@ -4605,7 +4638,7 @@ msgstr "" #~ msgid "Reason: {0}" #~ msgstr "" -#: src/view/screens/Search/Search.tsx:973 +#: src/view/screens/Search/Search.tsx:970 msgid "Recent Searches" msgstr "" @@ -4625,12 +4658,12 @@ msgstr "" msgid "Reload conversations" msgstr "" -#: src/components/dialogs/MutedWords.tsx:288 -#: src/view/com/feeds/FeedSourceCard.tsx:296 +#: src/components/dialogs/MutedWords.tsx:286 +#: src/view/com/feeds/FeedSourceCard.tsx:317 #: src/view/com/modals/ListAddRemoveUsers.tsx:268 #: src/view/com/modals/SelfLabel.tsx:84 #: src/view/com/modals/UserAddRemoveLists.tsx:230 -#: src/view/com/posts/FeedErrorMessage.tsx:213 +#: src/view/com/posts/FeedErrorMessage.tsx:212 msgid "Remove" msgstr "निकालें" @@ -4654,25 +4687,25 @@ msgstr "" msgid "Remove embed" msgstr "" -#: src/view/com/posts/FeedErrorMessage.tsx:169 +#: src/view/com/posts/FeedErrorMessage.tsx:168 #: src/view/com/posts/FeedShutdownMsg.tsx:113 #: src/view/com/posts/FeedShutdownMsg.tsx:117 msgid "Remove feed" msgstr "फ़ीड हटाएँ" -#: src/view/com/posts/FeedErrorMessage.tsx:210 +#: src/view/com/posts/FeedErrorMessage.tsx:209 msgid "Remove feed?" msgstr "" -#: src/view/com/feeds/FeedSourceCard.tsx:180 -#: src/view/com/feeds/FeedSourceCard.tsx:245 +#: src/view/com/feeds/FeedSourceCard.tsx:188 +#: src/view/com/feeds/FeedSourceCard.tsx:266 #: src/view/screens/ProfileFeed.tsx:330 #: src/view/screens/ProfileFeed.tsx:336 #: src/view/screens/ProfileList.tsx:443 msgid "Remove from my feeds" msgstr "मेरे फ़ीड से हटाएँ" -#: src/view/com/feeds/FeedSourceCard.tsx:291 +#: src/view/com/feeds/FeedSourceCard.tsx:312 msgid "Remove from my feeds?" msgstr "" @@ -4684,15 +4717,15 @@ msgstr "छवि निकालें" msgid "Remove image preview" msgstr "छवि पूर्वावलोकन निकालें" -#: src/components/dialogs/MutedWords.tsx:331 +#: src/components/dialogs/MutedWords.tsx:329 msgid "Remove mute word from your list" msgstr "" -#: src/view/screens/Search/Search.tsx:1014 +#: src/view/screens/Search/Search.tsx:1011 msgid "Remove profile" msgstr "" -#: src/view/screens/Search/Search.tsx:1016 +#: src/view/screens/Search/Search.tsx:1013 msgid "Remove profile from search history" msgstr "" @@ -4700,8 +4733,8 @@ msgstr "" msgid "Remove quote" msgstr "" -#: src/view/com/util/post-ctrls/RepostButton.tsx:90 -#: src/view/com/util/post-ctrls/RepostButton.tsx:106 +#: src/view/com/util/post-ctrls/RepostButton.tsx:92 +#: src/view/com/util/post-ctrls/RepostButton.tsx:108 msgid "Remove repost" msgstr "" @@ -4709,7 +4742,7 @@ msgstr "" #~ msgid "Remove this feed from my feeds?" #~ msgstr "" -#: src/view/com/posts/FeedErrorMessage.tsx:211 +#: src/view/com/posts/FeedErrorMessage.tsx:210 msgid "Remove this feed from your saved feeds" msgstr "" @@ -4722,7 +4755,7 @@ msgstr "" msgid "Removed from list" msgstr "" -#: src/view/com/feeds/FeedSourceCard.tsx:131 +#: src/view/com/feeds/FeedSourceCard.tsx:139 msgid "Removed from my feeds" msgstr "" @@ -4753,7 +4786,7 @@ msgstr "" msgid "Replies to this thread are disabled" msgstr "" -#: src/view/com/composer/Composer.tsx:460 +#: src/view/com/composer/Composer.tsx:475 msgctxt "action" msgid "Reply" msgstr "" @@ -4817,8 +4850,8 @@ msgstr "रिपोर्ट सूची" msgid "Report message" msgstr "" -#: src/view/com/util/forms/PostDropdownBtn.tsx:407 -#: src/view/com/util/forms/PostDropdownBtn.tsx:409 +#: src/view/com/util/forms/PostDropdownBtn.tsx:394 +#: src/view/com/util/forms/PostDropdownBtn.tsx:396 msgid "Report post" msgstr "रिपोर्ट पोस्ट" @@ -4834,8 +4867,8 @@ msgstr "" msgid "Report this list" msgstr "" -#: src/components/dms/ReportDialog.tsx:47 -#: src/components/dms/ReportDialog.tsx:140 +#: src/components/dms/ReportDialog.tsx:48 +#: src/components/dms/ReportDialog.tsx:142 #: src/components/ReportDialog/SelectReportOptionView.tsx:59 msgid "Report this message" msgstr "" @@ -4848,9 +4881,9 @@ msgstr "" msgid "Report this user" msgstr "" -#: src/view/com/util/post-ctrls/RepostButton.tsx:63 -#: src/view/com/util/post-ctrls/RepostButton.tsx:91 -#: src/view/com/util/post-ctrls/RepostButton.tsx:107 +#: src/view/com/util/post-ctrls/RepostButton.tsx:64 +#: src/view/com/util/post-ctrls/RepostButton.tsx:93 +#: src/view/com/util/post-ctrls/RepostButton.tsx:109 msgctxt "action" msgid "Repost" msgstr "" @@ -4860,7 +4893,7 @@ msgstr "" msgid "Repost" msgstr "पुन: पोस्ट" -#: src/view/com/util/post-ctrls/RepostButton.tsx:83 +#: src/view/com/util/post-ctrls/RepostButton.tsx:85 #: src/view/com/util/post-ctrls/RepostButton.web.tsx:46 #: src/view/com/util/post-ctrls/RepostButton.web.tsx:92 msgid "Repost or quote post" @@ -4886,7 +4919,7 @@ msgstr "" msgid "reposted your post" msgstr "" -#: src/view/com/post-thread/PostThreadItem.tsx:206 +#: src/view/com/post-thread/PostThreadItem.tsx:201 msgid "Reposts of this post" msgstr "" @@ -5005,8 +5038,8 @@ msgstr "" #~ msgstr "" #: src/components/dialogs/BirthDateSettings.tsx:125 -#: src/view/com/composer/GifAltText.tsx:163 -#: src/view/com/composer/GifAltText.tsx:169 +#: src/view/com/composer/GifAltText.tsx:162 +#: src/view/com/composer/GifAltText.tsx:168 #: src/view/com/modals/ChangeHandle.tsx:168 #: src/view/com/modals/CreateOrEditList.tsx:326 #: src/view/com/modals/EditProfile.tsx:225 @@ -5086,20 +5119,20 @@ msgid "Scroll to top" msgstr "" #: src/components/dms/dialogs/SearchablePeopleList.tsx:504 -#: src/Navigation.tsx:506 +#: src/Navigation.tsx:494 #: 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:451 -#: src/view/screens/Search/Search.tsx:825 -#: src/view/screens/Search/Search.tsx:853 +#: src/view/screens/Search/Search.tsx:452 +#: src/view/screens/Search/Search.tsx:822 +#: src/view/screens/Search/Search.tsx:850 #: src/view/shell/bottom-bar/BottomBar.tsx:179 #: src/view/shell/desktop/LeftNav.tsx:343 #: src/view/shell/desktop/Search.tsx:194 #: src/view/shell/desktop/Search.tsx:203 -#: src/view/shell/Drawer.tsx:393 #: src/view/shell/Drawer.tsx:394 +#: src/view/shell/Drawer.tsx:395 msgid "Search" msgstr "खोज" @@ -5107,7 +5140,7 @@ msgstr "खोज" msgid "Search for \"{query}\"" msgstr "" -#: src/view/screens/Search/Search.tsx:909 +#: src/view/screens/Search/Search.tsx:906 msgid "Search for \"{searchText}\"" msgstr "" @@ -5254,7 +5287,7 @@ msgstr "" msgid "Select the {emojiName} emoji as your avatar" msgstr "" -#: src/components/ReportDialog/SubmitView.tsx:136 +#: src/components/ReportDialog/SubmitView.tsx:135 msgid "Select the moderation service(s) to report to" msgstr "" @@ -5328,8 +5361,8 @@ msgctxt "action" msgid "Send Email" msgstr "ईमेल भेजें" -#: src/view/shell/Drawer.tsx:328 -#: src/view/shell/Drawer.tsx:349 +#: src/view/shell/Drawer.tsx:329 +#: src/view/shell/Drawer.tsx:350 msgid "Send feedback" msgstr "प्रतिक्रिया भेजें" @@ -5338,14 +5371,14 @@ msgstr "प्रतिक्रिया भेजें" msgid "Send message" msgstr "" -#: src/components/dms/dialogs/ShareViaChatDialog.tsx:47 +#: src/components/dms/dialogs/ShareViaChatDialog.tsx:59 msgid "Send post to..." msgstr "" -#: src/components/dms/ReportDialog.tsx:232 -#: src/components/dms/ReportDialog.tsx:235 -#: src/components/ReportDialog/SubmitView.tsx:216 -#: src/components/ReportDialog/SubmitView.tsx:220 +#: src/components/dms/ReportDialog.tsx:234 +#: src/components/dms/ReportDialog.tsx:237 +#: src/components/ReportDialog/SubmitView.tsx:215 +#: src/components/ReportDialog/SubmitView.tsx:219 msgid "Send report" msgstr "" @@ -5362,8 +5395,8 @@ msgstr "" msgid "Send verification email" msgstr "" -#: src/view/com/util/forms/PostDropdownBtn.tsx:299 -#: src/view/com/util/forms/PostDropdownBtn.tsx:302 +#: src/view/com/util/forms/PostDropdownBtn.tsx:286 +#: src/view/com/util/forms/PostDropdownBtn.tsx:289 msgid "Send via direct message" msgstr "" @@ -5494,11 +5527,11 @@ msgstr "" #~ msgid "Sets server for the Bluesky client" #~ msgstr "" -#: src/Navigation.tsx:146 +#: src/Navigation.tsx:145 #: src/view/screens/Settings/index.tsx:332 #: src/view/shell/desktop/LeftNav.tsx:389 -#: src/view/shell/Drawer.tsx:558 #: src/view/shell/Drawer.tsx:559 +#: src/view/shell/Drawer.tsx:560 msgid "Settings" msgstr "सेटिंग्स" @@ -5517,8 +5550,8 @@ msgstr "" #: src/view/com/profile/ProfileMenu.tsx:217 #: src/view/com/profile/ProfileMenu.tsx:226 -#: src/view/com/util/forms/PostDropdownBtn.tsx:310 -#: src/view/com/util/forms/PostDropdownBtn.tsx:319 +#: src/view/com/util/forms/PostDropdownBtn.tsx:297 +#: src/view/com/util/forms/PostDropdownBtn.tsx:306 #: src/view/com/util/post-ctrls/PostCtrls.tsx:297 #: src/view/screens/ProfileList.tsx:428 msgid "Share" @@ -5533,7 +5566,7 @@ msgid "Share a fun fact!" msgstr "" #: src/view/com/profile/ProfileMenu.tsx:375 -#: src/view/com/util/forms/PostDropdownBtn.tsx:464 +#: src/view/com/util/forms/PostDropdownBtn.tsx:451 #: src/view/com/util/post-ctrls/PostCtrls.tsx:313 msgid "Share anyway" msgstr "" @@ -5589,7 +5622,7 @@ msgstr "" #~ msgid "Show embeds from {0}" #~ msgstr "" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:207 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:211 msgid "Show follows similar to {0}" msgstr "" @@ -5597,19 +5630,19 @@ msgstr "" msgid "Show hidden replies" msgstr "" -#: src/view/com/util/forms/PostDropdownBtn.tsx:349 -#: src/view/com/util/forms/PostDropdownBtn.tsx:351 +#: src/view/com/util/forms/PostDropdownBtn.tsx:336 +#: src/view/com/util/forms/PostDropdownBtn.tsx:338 msgid "Show less like this" msgstr "" -#: src/view/com/post-thread/PostThreadItem.tsx:538 +#: src/view/com/post-thread/PostThreadItem.tsx:532 #: src/view/com/post/Post.tsx:227 #: src/view/com/posts/FeedItem.tsx:392 msgid "Show More" msgstr "" -#: src/view/com/util/forms/PostDropdownBtn.tsx:341 -#: src/view/com/util/forms/PostDropdownBtn.tsx:343 +#: src/view/com/util/forms/PostDropdownBtn.tsx:328 +#: src/view/com/util/forms/PostDropdownBtn.tsx:330 msgid "Show more like this" msgstr "" @@ -5702,9 +5735,9 @@ msgstr "" #: src/view/shell/bottom-bar/BottomBar.tsx:312 #: src/view/shell/bottom-bar/BottomBar.tsx:313 #: src/view/shell/bottom-bar/BottomBar.tsx:315 -#: src/view/shell/bottom-bar/BottomBarWeb.tsx:181 -#: src/view/shell/bottom-bar/BottomBarWeb.tsx:182 -#: src/view/shell/bottom-bar/BottomBarWeb.tsx:184 +#: src/view/shell/bottom-bar/BottomBarWeb.tsx:204 +#: src/view/shell/bottom-bar/BottomBarWeb.tsx:205 +#: src/view/shell/bottom-bar/BottomBarWeb.tsx:207 #: src/view/shell/NavSignupCard.tsx:69 #: src/view/shell/NavSignupCard.tsx:70 #: src/view/shell/NavSignupCard.tsx:72 @@ -5745,9 +5778,9 @@ msgstr "साइन आउट" #: src/view/shell/bottom-bar/BottomBar.tsx:302 #: src/view/shell/bottom-bar/BottomBar.tsx:303 #: src/view/shell/bottom-bar/BottomBar.tsx:305 -#: src/view/shell/bottom-bar/BottomBarWeb.tsx:171 -#: src/view/shell/bottom-bar/BottomBarWeb.tsx:172 -#: src/view/shell/bottom-bar/BottomBarWeb.tsx:174 +#: src/view/shell/bottom-bar/BottomBarWeb.tsx:194 +#: src/view/shell/bottom-bar/BottomBarWeb.tsx:195 +#: src/view/shell/bottom-bar/BottomBarWeb.tsx:197 #: src/view/shell/NavSignupCard.tsx:60 #: src/view/shell/NavSignupCard.tsx:61 #: src/view/shell/NavSignupCard.tsx:63 @@ -5796,7 +5829,7 @@ msgstr "" msgid "Some people can reply" msgstr "" -#: src/screens/Messages/Conversation/index.tsx:94 +#: src/screens/Messages/Conversation/index.tsx:106 msgid "Something went wrong" msgstr "" @@ -5840,7 +5873,7 @@ msgstr "उसी पोस्ट के उत्तरों को इस प #~ msgid "Source:" #~ msgstr "" -#: src/components/moderation/LabelsOnMeDialog.tsx:170 +#: src/components/moderation/LabelsOnMeDialog.tsx:168 msgid "Source: <0>{0}" msgstr "" @@ -5901,13 +5934,13 @@ msgstr "" msgid "Storage cleared, you need to restart the app now." msgstr "" -#: src/Navigation.tsx:218 +#: src/Navigation.tsx:224 #: src/view/screens/Settings/index.tsx:863 msgid "Storybook" msgstr "Storybook" -#: src/components/moderation/LabelsOnMeDialog.tsx:292 -#: src/components/moderation/LabelsOnMeDialog.tsx:293 +#: src/components/moderation/LabelsOnMeDialog.tsx:290 +#: src/components/moderation/LabelsOnMeDialog.tsx:291 #: src/screens/Messages/Conversation/ChatDisabled.tsx:142 #: src/screens/Messages/Conversation/ChatDisabled.tsx:143 msgid "Submit" @@ -5938,7 +5971,7 @@ msgstr "" msgid "Subscribe to this list" msgstr "इस सूची को सब्सक्राइब करें" -#: src/view/screens/Search/Search.tsx:424 +#: src/view/screens/Search/Search.tsx:425 msgid "Suggested Follows" msgstr "अनुशंसित लोग" @@ -5950,7 +5983,7 @@ msgstr "" msgid "Suggestive" msgstr "" -#: src/Navigation.tsx:233 +#: src/Navigation.tsx:239 #: src/view/screens/Support.tsx:30 #: src/view/screens/Support.tsx:33 msgid "Support" @@ -5981,7 +6014,7 @@ msgstr "प्रणाली" msgid "System log" msgstr "सिस्टम लॉग" -#: src/components/dialogs/MutedWords.tsx:325 +#: src/components/dialogs/MutedWords.tsx:323 msgid "tag" msgstr "" @@ -6013,11 +6046,11 @@ msgstr "" msgid "Terms" msgstr "शर्तें" -#: src/Navigation.tsx:243 +#: src/Navigation.tsx:249 #: src/screens/Signup/StepInfo/Policies.tsx:49 #: src/view/screens/Settings/index.tsx:951 #: src/view/screens/TermsOfService.tsx:29 -#: src/view/shell/Drawer.tsx:278 +#: src/view/shell/Drawer.tsx:279 msgid "Terms of Service" msgstr "सेवा की शर्तें" @@ -6027,17 +6060,17 @@ msgstr "सेवा की शर्तें" msgid "Terms used violate community standards" msgstr "" -#: src/components/dialogs/MutedWords.tsx:325 +#: src/components/dialogs/MutedWords.tsx:323 msgid "text" msgstr "" -#: src/components/moderation/LabelsOnMeDialog.tsx:256 +#: src/components/moderation/LabelsOnMeDialog.tsx:254 #: src/screens/Messages/Conversation/ChatDisabled.tsx:108 msgid "Text input field" msgstr "पाठ इनपुट फ़ील्ड" -#: src/components/dms/ReportDialog.tsx:132 -#: src/components/ReportDialog/SubmitView.tsx:78 +#: src/components/dms/ReportDialog.tsx:134 +#: src/components/ReportDialog/SubmitView.tsx:77 msgid "Thank you. Your report has been sent." msgstr "" @@ -6049,7 +6082,7 @@ msgstr "" msgid "That handle is already taken." msgstr "" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:291 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:305 #: src/view/com/profile/ProfileMenu.tsx:351 msgid "The account will be able to interact with you after unblocking." msgstr "अनब्लॉक करने के बाद अकाउंट आपसे इंटरैक्ट कर सकेगा।" @@ -6070,11 +6103,11 @@ msgstr "कॉपीराइट नीति को <0/> पर स्थान msgid "The feed has been replaced with Discover." msgstr "" -#: src/components/moderation/LabelsOnMeDialog.tsx:66 +#: src/components/moderation/LabelsOnMeDialog.tsx:65 msgid "The following labels were applied to your account." msgstr "" -#: src/components/moderation/LabelsOnMeDialog.tsx:67 +#: src/components/moderation/LabelsOnMeDialog.tsx:66 msgid "The following labels were applied to your content." msgstr "" @@ -6112,7 +6145,7 @@ msgstr "" msgid "There was an an issue contacting the server, please check your internet connection and try again." msgstr "" -#: src/view/com/posts/FeedErrorMessage.tsx:146 +#: src/view/com/posts/FeedErrorMessage.tsx:145 msgid "There was an an issue removing this feed. Please check your internet connection and try again." msgstr "" @@ -6140,12 +6173,12 @@ msgstr "" msgid "There was an issue contacting the server" msgstr "" -#: src/view/com/feeds/FeedSourceCard.tsx:120 -#: src/view/com/feeds/FeedSourceCard.tsx:133 +#: src/view/com/feeds/FeedSourceCard.tsx:128 +#: src/view/com/feeds/FeedSourceCard.tsx:141 msgid "There was an issue contacting your server" msgstr "" -#: src/view/com/notifications/Feed.tsx:125 +#: src/view/com/notifications/Feed.tsx:126 msgid "There was an issue fetching notifications. Tap here to try again." msgstr "" @@ -6162,8 +6195,8 @@ msgstr "" msgid "There was an issue fetching your lists. Tap here to try again." msgstr "" -#: src/components/dms/ReportDialog.tsx:220 -#: src/components/ReportDialog/SubmitView.tsx:83 +#: src/components/dms/ReportDialog.tsx:222 +#: src/components/ReportDialog/SubmitView.tsx:82 msgid "There was an issue sending your report. Please check your internet connection." msgstr "" @@ -6175,9 +6208,9 @@ msgstr "" msgid "There was an issue with fetching your app passwords" msgstr "" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:99 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:121 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:135 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:103 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:125 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:139 #: src/view/com/post-thread/PostThreadFollowBtn.tsx:99 #: src/view/com/post-thread/PostThreadFollowBtn.tsx:111 #: src/view/com/profile/ProfileMenu.tsx:109 @@ -6226,7 +6259,7 @@ msgstr "" msgid "This account is blocked by one or more of your moderation lists. To unblock, please visit the lists directly and remove this user." msgstr "" -#: src/components/moderation/LabelsOnMeDialog.tsx:241 +#: src/components/moderation/LabelsOnMeDialog.tsx:239 msgid "This appeal will be sent to <0>{0}." msgstr "" @@ -6259,10 +6292,14 @@ msgstr "" msgid "This content is not available because one of the users involved has blocked the other." msgstr "" -#: src/view/com/posts/FeedErrorMessage.tsx:115 +#: src/view/com/posts/FeedErrorMessage.tsx:114 msgid "This content is not viewable without a Bluesky account." msgstr "" +#: src/screens/Messages/List/ChatListItem.tsx:213 +msgid "This conversation is with a deleted or a deactivated account. Press for options." +msgstr "" + #: src/view/screens/Settings/ExportCarDialog.tsx:75 #~ msgid "This feature is in beta. You can read more about repository exports in <0>this blogpost." #~ msgstr "" @@ -6271,20 +6308,25 @@ msgstr "" msgid "This feature is in beta. You can read more about repository exports in <0>this blogpost." msgstr "" -#: src/view/com/posts/FeedErrorMessage.tsx:121 +#: src/view/com/posts/FeedErrorMessage.tsx:120 msgid "This feed is currently receiving high traffic and is temporarily unavailable. Please try again later." msgstr "" #: src/screens/Profile/Sections/Feed.tsx:59 #: src/view/screens/ProfileFeed.tsx:471 #: src/view/screens/ProfileList.tsx:729 -msgid "This feed is empty!" -msgstr "" +#~ msgid "This feed is empty!" +#~ msgstr "" #: src/view/com/posts/CustomFeedEmptyState.tsx:37 msgid "This feed is empty! You may need to follow more users or tune your language settings." msgstr "" +#: src/view/screens/ProfileFeed.tsx:471 +#: src/view/screens/ProfileList.tsx:729 +msgid "This feed is empty." +msgstr "" + #: src/view/com/posts/FeedShutdownMsg.tsx:97 msgid "This feed is no longer online. We are showing <0>Discover instead." msgstr "" @@ -6313,7 +6355,7 @@ msgstr "" #~ msgid "This label was applied by you" #~ msgstr "" -#: src/components/moderation/LabelsOnMeDialog.tsx:168 +#: src/components/moderation/LabelsOnMeDialog.tsx:166 msgid "This label was applied by you." msgstr "" @@ -6333,20 +6375,20 @@ 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:111 +#: src/view/com/modals/AddAppPasswords.tsx:110 msgid "This name is already in use" msgstr "" -#: src/view/com/post-thread/PostThreadItem.tsx:140 +#: src/view/com/post-thread/PostThreadItem.tsx:135 msgid "This post has been deleted." msgstr "इस पोस्ट को हटा दिया गया है।।" -#: src/view/com/util/forms/PostDropdownBtn.tsx:461 +#: src/view/com/util/forms/PostDropdownBtn.tsx:448 #: src/view/com/util/post-ctrls/PostCtrls.tsx:310 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:443 +#: src/view/com/util/forms/PostDropdownBtn.tsx:430 msgid "This post will be hidden from feeds." msgstr "" @@ -6407,7 +6449,7 @@ msgstr "" #~ msgid "This warning is only available for posts with media attached." #~ msgstr "यह चेतावनी केवल मीडिया संलग्न पोस्ट के लिए उपलब्ध है।" -#: src/components/dialogs/MutedWords.tsx:285 +#: src/components/dialogs/MutedWords.tsx:283 msgid "This will delete {0} from your muted words. You can always add it back later." msgstr "" @@ -6428,7 +6470,7 @@ msgstr "थ्रेड प्राथमिकता" msgid "Threaded Mode" msgstr "थ्रेड मोड" -#: src/Navigation.tsx:276 +#: src/Navigation.tsx:282 msgid "Threads Preferences" msgstr "" @@ -6444,7 +6486,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 "" @@ -6457,7 +6499,7 @@ msgid "Toggle to enable or disable adult content" msgstr "" #: src/screens/Hashtag.tsx:88 -#: src/view/screens/Search/Search.tsx:366 +#: src/view/screens/Search/Search.tsx:367 msgid "Top" msgstr "" @@ -6467,10 +6509,10 @@ msgstr "परिवर्तन" #: src/components/dms/MessageMenu.tsx:103 #: src/components/dms/MessageMenu.tsx:105 -#: src/view/com/post-thread/PostThreadItem.tsx:691 -#: src/view/com/post-thread/PostThreadItem.tsx:693 -#: src/view/com/util/forms/PostDropdownBtn.tsx:280 -#: src/view/com/util/forms/PostDropdownBtn.tsx:282 +#: src/view/com/post-thread/PostThreadItem.tsx:674 +#: src/view/com/post-thread/PostThreadItem.tsx:676 +#: src/view/com/util/forms/PostDropdownBtn.tsx:267 +#: src/view/com/util/forms/PostDropdownBtn.tsx:269 msgid "Translate" msgstr "अनुवाद" @@ -6512,14 +6554,14 @@ msgstr "आपकी सेवा से संपर्क करने मे #: src/components/dms/MessagesListBlockedFooter.tsx:96 #: src/components/dms/MessagesListBlockedFooter.tsx:104 #: src/components/dms/MessagesListBlockedFooter.tsx:111 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:184 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:295 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:188 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:309 #: src/view/com/profile/ProfileMenu.tsx:363 #: src/view/screens/ProfileList.tsx:626 msgid "Unblock" msgstr "अनब्लॉक" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:189 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:193 msgctxt "action" msgid "Unblock" msgstr "" @@ -6534,12 +6576,12 @@ msgstr "" msgid "Unblock Account" msgstr "अनब्लॉक खाता" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:289 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:303 #: src/view/com/profile/ProfileMenu.tsx:345 msgid "Unblock Account?" msgstr "" -#: src/view/com/util/post-ctrls/RepostButton.tsx:62 +#: src/view/com/util/post-ctrls/RepostButton.tsx:63 #: src/view/com/util/post-ctrls/RepostButton.web.tsx:69 #: src/view/com/util/post-ctrls/RepostButton.web.tsx:73 msgid "Undo repost" @@ -6554,7 +6596,7 @@ msgstr "" msgid "Unfollow" msgstr "" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:229 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:233 msgid "Unfollow {0}" msgstr "" @@ -6605,8 +6647,8 @@ msgstr "" #~ msgid "Unmute notifications" #~ msgstr "" -#: src/view/com/util/forms/PostDropdownBtn.tsx:365 -#: src/view/com/util/forms/PostDropdownBtn.tsx:370 +#: src/view/com/util/forms/PostDropdownBtn.tsx:352 +#: src/view/com/util/forms/PostDropdownBtn.tsx:357 msgid "Unmute thread" msgstr "थ्रेड को अनम्यूट करें" @@ -6664,7 +6706,7 @@ msgstr "" msgid "Updating..." msgstr "अद्यतन..।" -#: src/screens/Onboarding/StepProfile/index.tsx:280 +#: src/screens/Onboarding/StepProfile/index.tsx:281 msgid "Upload a photo instead" msgstr "" @@ -6725,7 +6767,7 @@ msgstr "" msgid "Use the DNS panel" msgstr "" -#: src/view/com/modals/AddAppPasswords.tsx:206 +#: src/view/com/modals/AddAppPasswords.tsx:205 msgid "Use this to sign into the other app along with your handle." msgstr "अपने हैंडल के साथ दूसरे ऐप में साइन इन करने के लिए इसका उपयोग करें।" @@ -6904,11 +6946,11 @@ msgstr "" #: src/components/ProfileHoverCard/index.web.tsx:396 #: src/components/ProfileHoverCard/index.web.tsx:429 #: src/view/com/posts/AviFollowButton.tsx:58 -#: src/view/com/posts/FeedErrorMessage.tsx:175 +#: src/view/com/posts/FeedErrorMessage.tsx:174 msgid "View profile" msgstr "" -#: src/view/com/profile/ProfileSubpageHeader.tsx:130 +#: src/view/com/profile/ProfileSubpageHeader.tsx:127 msgid "View the avatar" msgstr "अवतार देखें" @@ -6920,6 +6962,11 @@ msgstr "" msgid "View users who like this feed" msgstr "" +#: src/view/com/home/HomeHeaderLayout.web.tsx:78 +#: src/view/com/home/HomeHeaderLayoutMobile.tsx:84 +msgid "View your feeds and explore more" +msgstr "" + #: src/view/com/modals/LinkWarning.tsx:89 #: src/view/com/modals/LinkWarning.tsx:95 msgid "Visit Site" @@ -6947,7 +6994,7 @@ msgstr "" msgid "We couldn't find any results for that hashtag." msgstr "" -#: src/screens/Messages/Conversation/index.tsx:95 +#: src/screens/Messages/Conversation/index.tsx:107 msgid "We couldn't load this conversation" msgstr "" @@ -6967,7 +7014,7 @@ 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 "" @@ -7011,14 +7058,18 @@ 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:269 +#: src/view/screens/Search/Search.tsx:270 msgid "We're sorry, but your search could not be completed. Please try again in a few minutes." msgstr "" +#: src/view/com/composer/Composer.tsx:318 +msgid "We're sorry! The post you are replying to has been deleted." +msgstr "" + #: src/components/Lists.tsx:212 #: src/view/screens/NotFound.tsx:48 msgid "We're sorry! We can't find the page you were looking for." @@ -7046,7 +7097,7 @@ msgstr "" #: src/view/com/auth/SplashScreen.tsx:40 #: src/view/com/auth/SplashScreen.web.tsx:86 -#: src/view/com/composer/Composer.tsx:340 +#: src/view/com/composer/Composer.tsx:359 msgid "What's up?" msgstr "" @@ -7067,7 +7118,7 @@ msgstr "" msgid "Who can reply" msgstr "" -#: src/screens/Home/NoFeedsPinned.tsx:92 +#: src/screens/Home/NoFeedsPinned.tsx:79 #: src/screens/Messages/List/index.tsx:185 msgid "Whoops!" msgstr "" @@ -7105,11 +7156,11 @@ msgstr "चौड़ा" msgid "Write a message" msgstr "" -#: src/view/com/composer/Composer.tsx:534 +#: src/view/com/composer/Composer.tsx:549 msgid "Write post" msgstr "पोस्ट लिखो" -#: src/view/com/composer/Composer.tsx:339 +#: src/view/com/composer/Composer.tsx:358 #: src/view/com/composer/Prompt.tsx:39 msgid "Write your reply" msgstr "अपना जवाब दें" @@ -7157,8 +7208,8 @@ msgstr "" msgid "You are not following anyone." msgstr "" -#: src/view/com/posts/FollowingEmptyState.tsx:67 -#: src/view/com/posts/FollowingEndOfFeed.tsx:68 +#: src/view/com/posts/FollowingEmptyState.tsx:63 +#: src/view/com/posts/FollowingEndOfFeed.tsx:64 msgid "You can also discover new Custom Feeds to follow." msgstr "" @@ -7195,6 +7246,10 @@ msgstr "" msgid "You do not have any followers." msgstr "" +#: src/screens/Profile/KnownFollowers.tsx:99 +msgid "You don't follow any users who follow @{name}." +msgstr "" + #: 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 पर रहेंगे तो हम आपको कुछ भेजेंगे।" @@ -7294,15 +7349,15 @@ msgstr "" msgid "You have reached the end" 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:87 +#: src/components/moderation/LabelsOnMeDialog.tsx:86 msgid "You may appeal non-self labels if you feel they were placed in error." msgstr "" -#: src/components/moderation/LabelsOnMeDialog.tsx:92 +#: src/components/moderation/LabelsOnMeDialog.tsx:91 msgid "You may appeal these labels if you feel they were placed in error." msgstr "" @@ -7318,7 +7373,7 @@ msgstr "" #~ msgid "You must be 18 years or older to enable adult content" #~ msgstr "" -#: src/components/ReportDialog/SubmitView.tsx:206 +#: src/components/ReportDialog/SubmitView.tsx:205 msgid "You must select at least one labeler for a report" msgstr "" @@ -7326,11 +7381,11 @@ msgstr "" msgid "You previously deactivated @{0}." msgstr "" -#: src/view/com/util/forms/PostDropdownBtn.tsx:173 +#: src/view/com/util/forms/PostDropdownBtn.tsx:168 msgid "You will no longer receive notifications for this thread" msgstr "" -#: src/view/com/util/forms/PostDropdownBtn.tsx:176 +#: src/view/com/util/forms/PostDropdownBtn.tsx:171 msgid "You will now receive notifications for this thread" msgstr "" @@ -7338,15 +7393,15 @@ msgstr "" msgid "You will receive an email with a \"reset code.\" Enter that code here, then enter your new password." msgstr "आपको \"reset code\" के साथ एक ईमेल प्राप्त होगा। उस कोड को यहाँ दर्ज करें, फिर अपना नया पासवर्ड दर्ज करें।।" -#: src/screens/Messages/List/ChatListItem.tsx:113 +#: src/screens/Messages/List/ChatListItem.tsx:114 msgid "You: {0}" msgstr "" -#: src/screens/Messages/List/ChatListItem.tsx:142 +#: src/screens/Messages/List/ChatListItem.tsx:143 msgid "You: {defaultEmbeddedContentMessage}" msgstr "" -#: src/screens/Messages/List/ChatListItem.tsx:135 +#: src/screens/Messages/List/ChatListItem.tsx:136 msgid "You: {short}" msgstr "" @@ -7374,7 +7429,7 @@ msgstr "" msgid "You've chosen to hide a word or tag within this post." msgstr "" -#: src/view/com/posts/FollowingEndOfFeed.tsx:48 +#: src/view/com/posts/FollowingEndOfFeed.tsx:44 msgid "You've reached the end of your feed! Find some more accounts to follow." msgstr "" @@ -7424,7 +7479,7 @@ msgstr "आपका ईमेल अद्यतन किया गया ह msgid "Your email has not yet been verified. This is an important security step which we recommend." msgstr "आपका ईमेल अभी तक सत्यापित नहीं हुआ है। यह एक महत्वपूर्ण सुरक्षा कदम है जिसे हम अनुशंसा करते हैं।।" -#: src/view/com/posts/FollowingEmptyState.tsx:47 +#: src/view/com/posts/FollowingEmptyState.tsx:43 msgid "Your following feed is empty! Follow more users to see what's happening." msgstr "" @@ -7442,7 +7497,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 "" @@ -7450,7 +7505,7 @@ msgstr "" msgid "Your password has been changed successfully!" msgstr "" -#: src/view/com/composer/Composer.tsx:330 +#: src/view/com/composer/Composer.tsx:349 msgid "Your post has been published" msgstr "" @@ -7466,11 +7521,11 @@ msgstr "आपकी प्रोफ़ाइल" msgid "Your profile, posts, feeds, and lists will no longer be visible to other Bluesky users. You can reactivate your account at any time by logging in." msgstr "" -#: src/view/com/composer/Composer.tsx:329 +#: src/view/com/composer/Composer.tsx:348 msgid "Your reply has been published" msgstr "" -#: src/components/dms/ReportDialog.tsx:160 +#: src/components/dms/ReportDialog.tsx:162 msgid "Your report will be sent to the Bluesky Moderation Service" msgstr "" diff --git a/src/locale/locales/id/messages.po b/src/locale/locales/id/messages.po index 1287207c..f6186e9b 100644 --- a/src/locale/locales/id/messages.po +++ b/src/locale/locales/id/messages.po @@ -18,7 +18,7 @@ msgstr "" "X-Crowdin-File: /main/src/locale/locales/en/messages.po\n" "X-Crowdin-File-ID: 12\n" -#: src/screens/Messages/List/ChatListItem.tsx:119 +#: src/screens/Messages/List/ChatListItem.tsx:120 msgid "(contains embedded content)" msgstr "" @@ -46,10 +46,14 @@ msgstr "{0, plural, other {# label telah diterapkan pada akun ini}}" msgid "{0, plural, one {# label has been placed on this content} other {# labels have been placed on this content}}" msgstr "{0, plural, other {# label telah diterapkan pada konten ini}}" -#: src/view/com/util/post-ctrls/RepostButton.tsx:64 +#: src/view/com/util/post-ctrls/RepostButton.tsx:65 msgid "{0, plural, one {# repost} other {# reposts}}" msgstr "{0, plural, other {# postingan ulang}}" +#: src/components/KnownFollowers.tsx:179 +msgid "{0, plural, one {and # other} other {and # others}}" +msgstr "" + #: src/components/ProfileHoverCard/index.web.tsx:376 #: src/screens/Profile/Header/Metrics.tsx:23 msgid "{0, plural, one {follower} other {followers}}" @@ -64,11 +68,11 @@ msgstr "{0, plural, other {mengikuti}}" msgid "{0, plural, one {Like (# like)} other {Like (# likes)}}" msgstr "{0, plural, other {Suka (# menyukai)}}" -#: src/view/com/post-thread/PostThreadItem.tsx:386 +#: src/view/com/post-thread/PostThreadItem.tsx:380 msgid "{0, plural, one {like} other {likes}}" msgstr "{0, plural, other {suka}}" -#: src/view/com/feeds/FeedSourceCard.tsx:280 +#: src/view/com/feeds/FeedSourceCard.tsx:301 msgid "{0, plural, one {Liked by # user} other {Liked by # users}}" msgstr "{0, plural, other {Disukai oleh # pengguna}}" @@ -80,7 +84,7 @@ msgstr "{0, plural, other {postingan}}" msgid "{0, plural, one {Reply (# reply)} other {Reply (# replies)}}" msgstr "{0, plural, other {Balas (# balasan)}}" -#: src/view/com/post-thread/PostThreadItem.tsx:366 +#: src/view/com/post-thread/PostThreadItem.tsx:360 msgid "{0, plural, one {repost} other {reposts}}" msgstr "{0, plural, other {posting ulang}}" @@ -123,7 +127,7 @@ msgstr "{handle} tidak dapat dikirimi pesan" msgid "{likeCount, plural, one {Liked by # user} other {Liked by # users}}" msgstr "{likeCount, plural, other {Disukai oleh # pengguna}}" -#: src/view/shell/Drawer.tsx:461 +#: src/view/shell/Drawer.tsx:462 msgid "{numUnreadNotifications} unread" msgstr "{numUnreadNotifications} belum dibaca" @@ -180,12 +184,12 @@ msgstr "⚠Handle Tidak Valid" msgid "2FA Confirmation" msgstr "Konfirmasi 2FA" -#: src/view/com/util/ViewHeader.tsx:92 -#: src/view/screens/Search/Search.tsx:714 +#: src/view/com/util/ViewHeader.tsx:93 +#: src/view/screens/Search/Search.tsx:715 msgid "Access navigation links and settings" msgstr "Akses tautan navigasi dan pengaturan" -#: src/view/com/home/HomeHeaderLayoutMobile.tsx:54 +#: src/view/com/home/HomeHeaderLayoutMobile.tsx:56 msgid "Access profile and other navigation links" msgstr "Akses profil dan tautan navigasi lain" @@ -198,7 +202,7 @@ msgstr "Aksesibilitas" msgid "Accessibility settings" msgstr "Pengaturan aksesibilitas" -#: src/Navigation.tsx:290 +#: src/Navigation.tsx:296 #: src/view/screens/AccessibilitySettings.tsx:63 msgid "Accessibility Settings" msgstr "Pengaturan Aksesibilitas" @@ -242,7 +246,7 @@ msgstr "Pengaturan akun" msgid "Account removed from quick access" msgstr "Akun dihapus dari akses cepat" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:131 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:135 #: src/view/com/profile/ProfileMenu.tsx:131 msgid "Account unblocked" msgstr "Akun batal diblokir" @@ -255,7 +259,7 @@ msgstr "Akun batal diikuti" msgid "Account unmuted" msgstr "Akun batal dibisukan" -#: src/components/dialogs/MutedWords.tsx:165 +#: src/components/dialogs/MutedWords.tsx:164 #: src/view/com/modals/ListAddRemoveUsers.tsx:268 #: src/view/com/modals/UserAddRemoveLists.tsx:230 #: src/view/screens/ProfileList.tsx:881 @@ -277,9 +281,9 @@ msgstr "Tambahkan pengguna ke daftar ini" msgid "Add account" msgstr "Tambahkan akun" -#: src/view/com/composer/GifAltText.tsx:70 -#: src/view/com/composer/GifAltText.tsx:136 -#: src/view/com/composer/GifAltText.tsx:176 +#: src/view/com/composer/GifAltText.tsx:69 +#: src/view/com/composer/GifAltText.tsx:135 +#: src/view/com/composer/GifAltText.tsx:175 #: src/view/com/composer/photos/Gallery.tsx:120 #: src/view/com/composer/photos/Gallery.tsx:187 #: src/view/com/modals/AltImage.tsx:118 @@ -304,15 +308,15 @@ msgstr "Tambahkan Kata Sandi Aplikasi" #~ 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 "Tambahkan kata yang akan dibisukan ke pengaturan terpilih" -#: src/components/dialogs/MutedWords.tsx:87 +#: src/components/dialogs/MutedWords.tsx:86 msgid "Add muted words and tags" msgstr "Tambah kata dan tagar untuk dibisukan" -#: src/screens/Home/NoFeedsPinned.tsx:112 +#: src/screens/Home/NoFeedsPinned.tsx:99 msgid "Add recommended feeds" msgstr "Tambahkan feed rekomendasi" @@ -329,7 +333,7 @@ msgstr "Tambahkan catatan DNS berikut ke domain Anda:" msgid "Add to Lists" msgstr "Tambahkan ke Daftar" -#: src/view/com/feeds/FeedSourceCard.tsx:246 +#: src/view/com/feeds/FeedSourceCard.tsx:267 msgid "Add to my feeds" msgstr "Tambakan ke feed saya" @@ -342,7 +346,7 @@ msgstr "Tambakan ke feed saya" msgid "Added to list" msgstr "Ditambahkan ke daftar" -#: src/view/com/feeds/FeedSourceCard.tsx:118 +#: src/view/com/feeds/FeedSourceCard.tsx:126 msgid "Added to my feeds" msgstr "Ditambahkan ke feed saya" @@ -364,12 +368,12 @@ msgstr "Konten dewasa dinonaktifkan." msgid "Advanced" msgstr "Lanjutan" -#: src/view/screens/Feeds.tsx:798 +#: src/view/screens/Feeds.tsx:771 msgid "All the feeds you've saved, right in one place." msgstr "Berisi semua feed yang telah Anda simpan dalam satu tempat." -#: src/view/com/modals/AddAppPasswords.tsx:188 -#: src/view/com/modals/AddAppPasswords.tsx:195 +#: src/view/com/modals/AddAppPasswords.tsx:187 +#: src/view/com/modals/AddAppPasswords.tsx:194 msgid "Allow access to your direct messages" msgstr "" @@ -392,13 +396,13 @@ msgstr "Sudah memiliki kode?" msgid "Already signed in as @{0}" msgstr "Sudah masuk sebagai @{0}" -#: src/view/com/composer/GifAltText.tsx:94 +#: src/view/com/composer/GifAltText.tsx:93 #: src/view/com/composer/photos/Gallery.tsx:144 #: src/view/com/util/post-embeds/GifEmbed.tsx:173 msgid "ALT" msgstr "ALT" -#: src/view/com/composer/GifAltText.tsx:145 +#: src/view/com/composer/GifAltText.tsx:144 #: src/view/com/modals/EditImage.tsx:316 #: src/view/screens/AccessibilitySettings.tsx:77 msgid "Alt text" @@ -446,6 +450,7 @@ msgstr "Terjadi masalah, silakan coba lagi." msgid "an unknown error occurred" msgstr "terjadi kesalahan yang tidak diketahui" +#: src/components/KnownFollowers.tsx:187 #: src/view/com/notifications/FeedItem.tsx:258 #: src/view/com/threadgate/WhoCanReply.tsx:180 msgid "and" @@ -471,11 +476,11 @@ msgstr "Bahasa Aplikasi" msgid "App password deleted" msgstr "Kata sandi aplikasi dihapus" -#: src/view/com/modals/AddAppPasswords.tsx:139 +#: src/view/com/modals/AddAppPasswords.tsx:138 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:104 +#: src/view/com/modals/AddAppPasswords.tsx:103 msgid "App Password names must be at least 4 characters long." msgstr "Nama Kata Sandi Aplikasi harus terdiri dari minimal 4 karakter." @@ -483,22 +488,22 @@ msgstr "Nama Kata Sandi Aplikasi harus terdiri dari minimal 4 karakter." msgid "App password settings" msgstr "Pengaturan kata sandi aplikasi" -#: src/Navigation.tsx:258 +#: src/Navigation.tsx:264 #: src/view/screens/AppPasswords.tsx:192 #: src/view/screens/Settings/index.tsx:706 msgid "App Passwords" msgstr "Kata sandi Aplikasi" -#: src/components/moderation/LabelsOnMeDialog.tsx:153 -#: src/components/moderation/LabelsOnMeDialog.tsx:156 +#: src/components/moderation/LabelsOnMeDialog.tsx:151 +#: src/components/moderation/LabelsOnMeDialog.tsx:154 msgid "Appeal" msgstr "Ajukan Banding" -#: src/components/moderation/LabelsOnMeDialog.tsx:238 +#: src/components/moderation/LabelsOnMeDialog.tsx:236 msgid "Appeal \"{0}\" label" msgstr "Banding label \"{0}\"" -#: src/components/moderation/LabelsOnMeDialog.tsx:229 +#: src/components/moderation/LabelsOnMeDialog.tsx:227 #: src/screens/Messages/Conversation/ChatDisabled.tsx:91 msgid "Appeal submitted" msgstr "Banding diajukan" @@ -519,7 +524,7 @@ msgid "Appearance" msgstr "Tampilan" #: src/screens/Feeds/NoSavedFeedsOfAnyType.tsx:47 -#: src/screens/Home/NoFeedsPinned.tsx:106 +#: src/screens/Home/NoFeedsPinned.tsx:93 msgid "Apply default recommended feeds" msgstr "Tambahkan feed yang direkomendasikan secara default" @@ -543,15 +548,15 @@ msgstr "Anda yakin ingin menghapus pesan ini? Pesan akan dihapus untuk Anda, tet msgid "Are you sure you want to leave this conversation? Your messages will be deleted for you, but not for the other participant." msgstr "Anda yakin ingin meninggalkan percakapan ini? Pesan akan dihapus untuk Anda, tetapi tidak untuk partisipan lain." -#: src/view/com/feeds/FeedSourceCard.tsx:293 +#: src/view/com/feeds/FeedSourceCard.tsx:314 msgid "Are you sure you want to remove {0} from your feeds?" msgstr "Apakah Anda yakin ingin menghapus {0} dari daftar feed Anda?" -#: src/view/com/composer/Composer.tsx:617 +#: src/view/com/composer/Composer.tsx:630 msgid "Are you sure you'd like to discard this draft?" msgstr "Anda yakin untuk membuang draf ini?" -#: src/components/dialogs/MutedWords.tsx:283 +#: src/components/dialogs/MutedWords.tsx:281 msgid "Are you sure?" msgstr "Anda yakin?" @@ -572,8 +577,8 @@ msgid "At least 3 characters" msgstr "Minimal 3 karakter" #: src/components/dms/MessagesListHeader.tsx:75 -#: src/components/moderation/LabelsOnMeDialog.tsx:283 -#: src/components/moderation/LabelsOnMeDialog.tsx:284 +#: src/components/moderation/LabelsOnMeDialog.tsx:281 +#: src/components/moderation/LabelsOnMeDialog.tsx:282 #: src/screens/Login/ChooseAccountForm.tsx:98 #: src/screens/Login/ChooseAccountForm.tsx:103 #: src/screens/Login/ForgotPasswordForm.tsx:129 @@ -586,7 +591,7 @@ msgstr "Minimal 3 karakter" #: src/screens/Messages/Conversation/ChatDisabled.tsx:134 #: src/screens/Profile/Header/Shell.tsx:102 #: src/screens/Signup/index.tsx:193 -#: src/view/com/util/ViewHeader.tsx:90 +#: src/view/com/util/ViewHeader.tsx:91 msgid "Back" msgstr "Kembali" @@ -606,7 +611,7 @@ msgstr "Tanggal lahir" msgid "Birthday:" msgstr "Tanggal lahir:" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:295 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:309 #: src/view/com/profile/ProfileMenu.tsx:363 msgid "Block" msgstr "Blokir" @@ -646,7 +651,7 @@ msgstr "Diblokir" msgid "Blocked accounts" msgstr "Akun yang diblokir" -#: src/Navigation.tsx:141 +#: src/Navigation.tsx:140 #: src/view/screens/ModerationBlockedAccounts.tsx:109 msgid "Blocked Accounts" msgstr "Akun yang diblokir" @@ -719,8 +724,8 @@ msgstr "Buramkan gambar dan saring dari feed" msgid "Books" msgstr "Buku" -#: src/screens/Home/NoFeedsPinned.tsx:116 -#: src/screens/Home/NoFeedsPinned.tsx:123 +#: src/screens/Home/NoFeedsPinned.tsx:103 +#: src/screens/Home/NoFeedsPinned.tsx:109 msgid "Browse other feeds" msgstr "Telusuri feed lain" @@ -728,7 +733,7 @@ msgstr "Telusuri feed lain" msgid "Business" msgstr "Bisnis" -#: src/view/com/profile/ProfileSubpageHeader.tsx:159 +#: src/view/com/profile/ProfileSubpageHeader.tsx:156 msgid "by —" msgstr "oleh —" @@ -744,7 +749,7 @@ msgstr "Oleh {0}" #~ msgid "by @{0}" #~ msgstr "oleh @{0}" -#: src/view/com/profile/ProfileSubpageHeader.tsx:163 +#: src/view/com/profile/ProfileSubpageHeader.tsx:160 msgid "by <0/>" msgstr "oleh <0/>" @@ -752,7 +757,7 @@ msgstr "oleh <0/>" msgid "By creating an account you agree to the {els}." msgstr "Dengan membuat akun berarti Anda setuju dengan {els}." -#: src/view/com/profile/ProfileSubpageHeader.tsx:161 +#: src/view/com/profile/ProfileSubpageHeader.tsx:158 msgid "by you" msgstr "oleh Anda" @@ -760,7 +765,7 @@ msgstr "oleh Anda" msgid "Camera" msgstr "Kamera" -#: src/view/com/modals/AddAppPasswords.tsx:180 +#: src/view/com/modals/AddAppPasswords.tsx:179 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." @@ -769,8 +774,8 @@ msgstr "Hanya dapat terdiri dari huruf, angka, spasi, tanda hubung dan garis baw #: src/components/Prompt.tsx:121 #: src/components/TagMenu/index.tsx:268 #: src/screens/Deactivated.tsx:161 -#: src/view/com/composer/Composer.tsx:417 -#: src/view/com/composer/Composer.tsx:423 +#: src/view/com/composer/Composer.tsx:432 +#: src/view/com/composer/Composer.tsx:438 #: src/view/com/modals/ChangeEmail.tsx:213 #: src/view/com/modals/ChangeEmail.tsx:215 #: src/view/com/modals/ChangeHandle.tsx:148 @@ -786,8 +791,8 @@ msgstr "Hanya dapat terdiri dari huruf, angka, spasi, tanda hubung dan garis baw #: src/view/com/modals/LinkWarning.tsx:107 #: src/view/com/modals/VerifyEmail.tsx:255 #: src/view/com/modals/VerifyEmail.tsx:261 -#: src/view/com/util/post-ctrls/RepostButton.tsx:136 -#: src/view/screens/Search/Search.tsx:738 +#: src/view/com/util/post-ctrls/RepostButton.tsx:138 +#: src/view/screens/Search/Search.tsx:735 #: src/view/shell/desktop/Search.tsx:218 msgid "Cancel" msgstr "Batal" @@ -816,7 +821,7 @@ msgstr "Batal memotong gambar" msgid "Cancel profile editing" msgstr "Batal mengedit profil" -#: src/view/com/util/post-ctrls/RepostButton.tsx:130 +#: src/view/com/util/post-ctrls/RepostButton.tsx:132 msgid "Cancel quote post" msgstr "Batal mengutip postingan" @@ -872,7 +877,7 @@ msgstr "Ubah bahasa postingan menjadi {0}" msgid "Change Your Email" msgstr "Ubah Email Anda" -#: src/Navigation.tsx:302 +#: src/Navigation.tsx:308 #: src/view/shell/bottom-bar/BottomBar.tsx:201 #: src/view/shell/desktop/LeftNav.tsx:295 msgid "Chat" @@ -884,7 +889,7 @@ msgstr "Obrolan dibisukan" #: src/components/dms/ConvoMenu.tsx:112 #: src/components/dms/MessageMenu.tsx:81 -#: src/Navigation.tsx:307 +#: src/Navigation.tsx:313 #: src/screens/Messages/List/index.tsx:88 #: src/view/screens/Settings/index.tsx:638 msgid "Chat settings" @@ -970,7 +975,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:864 +#: src/view/screens/Search/Search.tsx:861 msgid "Clear search query" msgstr "Hapus kueri pencarian" @@ -1078,7 +1083,7 @@ msgstr "Menutup bilah navigasi bawah" msgid "Closes password update alert" msgstr "Menutup peringatan pembaruan kata sandi" -#: src/view/com/composer/Composer.tsx:419 +#: src/view/com/composer/Composer.tsx:434 msgid "Closes post composer and discards post draft" msgstr "Menutup penyusun postingan dan membuang draf" @@ -1102,7 +1107,7 @@ msgstr "Komedi" msgid "Comics" msgstr "Komik" -#: src/Navigation.tsx:248 +#: src/Navigation.tsx:254 #: src/view/screens/CommunityGuidelines.tsx:32 msgid "Community Guidelines" msgstr "Panduan Komunitas" @@ -1115,7 +1120,7 @@ msgstr "Selesaikan onboarding dan mulai menggunakan akun Anda" msgid "Complete the challenge" msgstr "Selesaikan tantangan" -#: src/view/com/composer/Composer.tsx:536 +#: src/view/com/composer/Composer.tsx:551 msgid "Compose posts up to {MAX_GRAPHEME_LENGTH} characters in length" msgstr "Buat postingan dengan panjang hingga {MAX_GRAPHEME_LENGTH} karakter" @@ -1224,7 +1229,7 @@ msgid "Context menu backdrop, click to close the menu." msgstr "Latar menu konteks, klik untuk menutup menu." #: src/screens/Onboarding/StepInterests/index.tsx:253 -#: src/screens/Onboarding/StepProfile/index.tsx:268 +#: src/screens/Onboarding/StepProfile/index.tsx:269 msgid "Continue" msgstr "Lanjutkan" @@ -1232,8 +1237,12 @@ msgstr "Lanjutkan" msgid "Continue as {0} (currently signed in)" msgstr "Lanjutkan sebagai {0} (sudah masuk)" +#: src/view/com/post-thread/PostThreadLoadMore.tsx:52 +msgid "Continue thread..." +msgstr "" + #: src/screens/Onboarding/StepInterests/index.tsx:250 -#: src/screens/Onboarding/StepProfile/index.tsx:265 +#: src/screens/Onboarding/StepProfile/index.tsx:266 #: src/screens/Signup/index.tsx:213 msgid "Continue to next step" msgstr "Lanjutkan ke langkah berikutnya" @@ -1246,7 +1255,7 @@ msgstr "Lanjutkan ke langkah berikutnya" #~ msgid "Continue to the next step without following any accounts" #~ msgstr "Lanjutkan ke langkah berikutnya tanpa mengikuti akun apa pun" -#: src/screens/Messages/List/ChatListItem.tsx:153 +#: src/screens/Messages/List/ChatListItem.tsx:154 msgid "Conversation deleted" msgstr "Percakapan dihapus" @@ -1254,7 +1263,7 @@ msgstr "Percakapan dihapus" msgid "Cooking" msgstr "Memasak" -#: src/view/com/modals/AddAppPasswords.tsx:221 +#: src/view/com/modals/AddAppPasswords.tsx:220 #: src/view/com/modals/InviteCodes.tsx:183 msgid "Copied" msgstr "Disalin" @@ -1264,10 +1273,10 @@ msgid "Copied build version to clipboard" msgstr "Menyalin versi build ke papan klip" #: src/components/dms/MessageMenu.tsx:57 -#: src/view/com/modals/AddAppPasswords.tsx:81 +#: src/view/com/modals/AddAppPasswords.tsx:80 #: src/view/com/modals/ChangeHandle.tsx:320 #: src/view/com/modals/InviteCodes.tsx:153 -#: src/view/com/util/forms/PostDropdownBtn.tsx:187 +#: src/view/com/util/forms/PostDropdownBtn.tsx:182 msgid "Copied to clipboard" msgstr "Disalin ke papan klip" @@ -1275,11 +1284,11 @@ msgstr "Disalin ke papan klip" msgid "Copied!" msgstr "Tersalin!" -#: src/view/com/modals/AddAppPasswords.tsx:215 +#: src/view/com/modals/AddAppPasswords.tsx:214 msgid "Copies app password" msgstr "Menyalin kata sandi aplikasi" -#: src/view/com/modals/AddAppPasswords.tsx:214 +#: src/view/com/modals/AddAppPasswords.tsx:213 msgid "Copy" msgstr "Salin" @@ -1296,8 +1305,8 @@ msgstr "Salin kode" msgid "Copy link to list" msgstr "Salin tautan daftar" -#: src/view/com/util/forms/PostDropdownBtn.tsx:310 -#: src/view/com/util/forms/PostDropdownBtn.tsx:319 +#: src/view/com/util/forms/PostDropdownBtn.tsx:297 +#: src/view/com/util/forms/PostDropdownBtn.tsx:306 msgid "Copy link to post" msgstr "Salin tautan postingan" @@ -1306,12 +1315,12 @@ msgstr "Salin tautan postingan" msgid "Copy message text" msgstr "Salin teks pesan" -#: src/view/com/util/forms/PostDropdownBtn.tsx:288 -#: src/view/com/util/forms/PostDropdownBtn.tsx:290 +#: src/view/com/util/forms/PostDropdownBtn.tsx:275 +#: src/view/com/util/forms/PostDropdownBtn.tsx:277 msgid "Copy post text" msgstr "Salin teks postingan" -#: src/Navigation.tsx:253 +#: src/Navigation.tsx:259 #: src/view/screens/CopyrightPolicy.tsx:29 msgid "Copyright Policy" msgstr "Kebijakan Hak Cipta" @@ -1358,11 +1367,11 @@ msgstr "Buat Akun" msgid "Create an account" msgstr "Buat akun" -#: src/screens/Onboarding/StepProfile/index.tsx:282 +#: src/screens/Onboarding/StepProfile/index.tsx:283 msgid "Create an avatar instead" msgstr "Buat avatar saja" -#: src/view/com/modals/AddAppPasswords.tsx:243 +#: src/view/com/modals/AddAppPasswords.tsx:242 msgid "Create App Password" msgstr "Buat Kata Sandi Aplikasi" @@ -1396,7 +1405,7 @@ msgstr "Kustom" msgid "Custom domain" msgstr "Domain kustom" -#: src/view/screens/Feeds.tsx:824 +#: src/view/screens/Feeds.tsx:797 msgid "Custom feeds built by the community bring you new experiences and help you find the content you love." msgstr "Feed kustom yang dibangun oleh komunitas memberikan pengalaman baru dan membantu Anda menemukan konten yang Anda sukai." @@ -1439,7 +1448,7 @@ msgid "Debug panel" msgstr "Panel awakutu" #: src/components/dms/MessageMenu.tsx:151 -#: src/view/com/util/forms/PostDropdownBtn.tsx:436 +#: src/view/com/util/forms/PostDropdownBtn.tsx:423 #: src/view/screens/AppPasswords.tsx:285 #: src/view/screens/ProfileList.tsx:667 msgid "Delete" @@ -1494,8 +1503,8 @@ msgstr "Hapus akun saya" msgid "Delete My Account…" msgstr "Hapus Akun Saya…" -#: src/view/com/util/forms/PostDropdownBtn.tsx:417 -#: src/view/com/util/forms/PostDropdownBtn.tsx:419 +#: src/view/com/util/forms/PostDropdownBtn.tsx:404 +#: src/view/com/util/forms/PostDropdownBtn.tsx:406 msgid "Delete post" msgstr "Hapus postingan" @@ -1503,7 +1512,7 @@ msgstr "Hapus postingan" msgid "Delete this list?" msgstr "Hapus daftar ini?" -#: src/view/com/util/forms/PostDropdownBtn.tsx:431 +#: src/view/com/util/forms/PostDropdownBtn.tsx:418 msgid "Delete this post?" msgstr "Hapus postingan ini?" @@ -1526,11 +1535,11 @@ msgstr "Hapus catatan deklarasi obrolan" msgid "Description" msgstr "Deskripsi" -#: src/view/com/composer/GifAltText.tsx:141 +#: src/view/com/composer/GifAltText.tsx:140 msgid "Descriptive alt text" msgstr "Teks alt deskriptif" -#: src/view/com/composer/Composer.tsx:264 +#: src/view/com/composer/Composer.tsx:277 msgid "Did you want to say anything?" msgstr "Apakah Anda ingin mengatakan sesuatu?" @@ -1571,11 +1580,11 @@ msgstr "Matikan respons haptik" msgid "Disabled" msgstr "Dinonaktifkan" -#: src/view/com/composer/Composer.tsx:619 +#: src/view/com/composer/Composer.tsx:632 msgid "Discard" msgstr "Buang" -#: src/view/com/composer/Composer.tsx:616 +#: src/view/com/composer/Composer.tsx:629 msgid "Discard draft?" msgstr "Buang draf?" @@ -1584,12 +1593,12 @@ msgstr "Buang draf?" msgid "Discourage apps from showing my account to logged-out users" msgstr "Cegah aplikasi untuk menampilkan akun saya ke pengguna yang tidak login" -#: src/view/com/posts/FollowingEmptyState.tsx:74 -#: src/view/com/posts/FollowingEndOfFeed.tsx:75 +#: src/view/com/posts/FollowingEmptyState.tsx:70 +#: src/view/com/posts/FollowingEndOfFeed.tsx:71 msgid "Discover new custom feeds" msgstr "Temukan feed kustom baru" -#: src/view/screens/Feeds.tsx:821 +#: src/view/screens/Feeds.tsx:794 msgid "Discover New Feeds" msgstr "Temukan Feed Baru" @@ -1625,11 +1634,11 @@ msgstr "Domain terverifikasi!" #: src/components/dialogs/BirthDateSettings.tsx:125 #: src/components/forms/DateField/index.tsx:74 #: src/components/forms/DateField/index.tsx:80 -#: src/screens/Onboarding/StepProfile/index.tsx:321 -#: src/screens/Onboarding/StepProfile/index.tsx:324 +#: src/screens/Onboarding/StepProfile/index.tsx:322 +#: src/screens/Onboarding/StepProfile/index.tsx:325 #: src/view/com/auth/server-input/index.tsx:169 #: src/view/com/auth/server-input/index.tsx:170 -#: src/view/com/modals/AddAppPasswords.tsx:243 +#: src/view/com/modals/AddAppPasswords.tsx:242 #: src/view/com/modals/AltImage.tsx:141 #: src/view/com/modals/crop-image/CropImage.web.tsx:177 #: src/view/com/modals/InviteCodes.tsx:81 @@ -1708,6 +1717,11 @@ msgstr "contoh: Pengguna yang membalas dengan iklan secara berulang." 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." +#: src/view/screens/Feeds.tsx:400 +#: src/view/screens/Feeds.tsx:471 +msgid "Edit" +msgstr "" + #: src/view/com/lists/ListMembers.tsx:149 msgctxt "action" msgid "Edit" @@ -1731,8 +1745,9 @@ msgstr "Edit detail daftar" msgid "Edit Moderation List" msgstr "Ubah Daftar Moderasi" -#: src/Navigation.tsx:263 -#: src/view/screens/Feeds.tsx:495 +#: src/Navigation.tsx:269 +#: src/view/screens/Feeds.tsx:398 +#: src/view/screens/Feeds.tsx:469 #: src/view/screens/SavedFeeds.tsx:93 msgid "Edit My Feeds" msgstr "Edit Feed Saya" @@ -1742,19 +1757,19 @@ msgid "Edit my profile" msgstr "Edit profil saya" #: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:181 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:171 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:175 msgid "Edit profile" msgstr "Edit profil" #: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:184 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:174 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:178 msgid "Edit Profile" msgstr "Edit Profil" #: src/view/com/home/HomeHeaderLayout.web.tsx:76 #: src/view/screens/Feeds.tsx:416 -msgid "Edit Saved Feeds" -msgstr "Edit Feed Tersimpan" +#~ msgid "Edit Saved Feeds" +#~ msgstr "Edit Feed Tersimpan" #: src/view/com/modals/CreateOrEditList.tsx:234 msgid "Edit User List" @@ -1807,8 +1822,8 @@ msgid "Embed HTML code" msgstr "Sematkan kode HTML" #: src/components/dialogs/Embed.tsx:97 -#: src/view/com/util/forms/PostDropdownBtn.tsx:327 -#: src/view/com/util/forms/PostDropdownBtn.tsx:329 +#: src/view/com/util/forms/PostDropdownBtn.tsx:314 +#: src/view/com/util/forms/PostDropdownBtn.tsx:316 msgid "Embed post" msgstr "Sematkan postingan" @@ -1864,7 +1879,7 @@ msgstr "Akhir feed" #~ msgid "End of list" #~ msgstr "" -#: src/view/com/modals/AddAppPasswords.tsx:161 +#: src/view/com/modals/AddAppPasswords.tsx:160 msgid "Enter a name for this App Password" msgstr "Masukkan nama untuk Sandi Aplikasi ini" @@ -1872,8 +1887,8 @@ msgstr "Masukkan nama untuk Sandi Aplikasi ini" msgid "Enter a password" msgstr "Masukkan kata sandi" +#: 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 "Masukkan kata atau tagar" @@ -1923,7 +1938,7 @@ msgid "Error receiving captcha response." msgstr "Gagal menerima respons captcha." #: src/screens/Onboarding/StepInterests/index.tsx:192 -#: src/view/screens/Search/Search.tsx:115 +#: src/view/screens/Search/Search.tsx:116 msgid "Error:" msgstr "Eror:" @@ -2011,7 +2026,7 @@ msgstr "Media Eksternal" msgid "External media may allow websites to collect information about you and your device. No information is sent or requested until you press the \"play\" button." msgstr "Media eksternal memungkinkan situs web untuk mengumpulkan informasi tentang Anda dan perangkat Anda. Tidak ada informasi yang dikirim atau diminta hingga Anda menekan tombol \"play\"." -#: src/Navigation.tsx:282 +#: src/Navigation.tsx:288 #: src/view/screens/PreferencesExternalEmbeds.tsx:53 #: src/view/screens/Settings/index.tsx:679 msgid "External Media Preferences" @@ -2021,8 +2036,8 @@ msgstr "Preferensi Media Eksternal" msgid "External media settings" msgstr "Pengaturan media eksternal" -#: src/view/com/modals/AddAppPasswords.tsx:120 -#: src/view/com/modals/AddAppPasswords.tsx:124 +#: src/view/com/modals/AddAppPasswords.tsx:119 +#: src/view/com/modals/AddAppPasswords.tsx:123 msgid "Failed to create app password." msgstr "Gagal membuat kata sandi aplikasi." @@ -2034,7 +2049,7 @@ msgstr "Gagal membuat daftar. Periksa koneksi internet Anda dan coba lagi." msgid "Failed to delete message" msgstr "Gagal menghapus pesan" -#: src/view/com/util/forms/PostDropdownBtn.tsx:154 +#: src/view/com/util/forms/PostDropdownBtn.tsx:149 msgid "Failed to delete post, please try again" msgstr "Gagal menghapus postingan, silakan coba lagi" @@ -2068,7 +2083,7 @@ msgstr "Gagal mengirim" #~ msgid "Failed to send message(s)." #~ msgstr "" -#: src/components/moderation/LabelsOnMeDialog.tsx:225 +#: src/components/moderation/LabelsOnMeDialog.tsx:223 #: src/screens/Messages/Conversation/ChatDisabled.tsx:87 msgid "Failed to submit appeal, please try again." msgstr "Gagal mengirimkan banding, silakan coba lagi." @@ -2078,30 +2093,29 @@ msgstr "Gagal mengirimkan banding, silakan coba lagi." msgid "Failed to update settings" msgstr "Gagal memperbarui pengaturan" -#: src/Navigation.tsx:203 +#: src/Navigation.tsx:209 msgid "Feed" msgstr "Feed" -#: src/view/com/feeds/FeedSourceCard.tsx:230 +#: src/view/com/feeds/FeedSourceCard.tsx:251 msgid "Feed by {0}" msgstr "Feed {0}" -#: src/view/screens/Feeds.tsx:736 +#: src/view/screens/Feeds.tsx:709 msgid "Feed offline" msgstr "Feed offline" #: src/view/shell/desktop/RightNav.tsx:66 -#: src/view/shell/Drawer.tsx:344 +#: src/view/shell/Drawer.tsx:345 msgid "Feedback" msgstr "Masukan" -#: src/Navigation.tsx:511 -#: src/view/screens/Feeds.tsx:480 -#: src/view/screens/Feeds.tsx:596 +#: src/view/screens/Feeds.tsx:463 +#: src/view/screens/Feeds.tsx:570 #: src/view/screens/Profile.tsx:197 #: src/view/shell/desktop/LeftNav.tsx:367 -#: src/view/shell/Drawer.tsx:492 #: src/view/shell/Drawer.tsx:493 +#: src/view/shell/Drawer.tsx:494 msgid "Feeds" msgstr "Feed" @@ -2134,12 +2148,12 @@ msgid "Finalizing" msgstr "Menyelesaikan" #: src/view/com/posts/CustomFeedEmptyState.tsx:47 -#: src/view/com/posts/FollowingEmptyState.tsx:57 -#: src/view/com/posts/FollowingEndOfFeed.tsx:58 +#: src/view/com/posts/FollowingEmptyState.tsx:53 +#: src/view/com/posts/FollowingEndOfFeed.tsx:54 msgid "Find accounts to follow" msgstr "Temukan akun untuk diikuti" -#: src/view/screens/Search/Search.tsx:469 +#: src/view/screens/Search/Search.tsx:470 msgid "Find posts and users on Bluesky" msgstr "Temukan postingan dan pengguna di Bluesky" @@ -2182,7 +2196,7 @@ msgstr "Balik secara vertikal" #: src/components/ProfileHoverCard/index.web.tsx:412 #: src/components/ProfileHoverCard/index.web.tsx:423 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:244 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:248 #: src/view/com/post-thread/PostThreadFollowBtn.tsx:146 #: src/view/com/profile/ProfileHeaderSuggestedFollows.tsx:247 msgid "Follow" @@ -2193,7 +2207,7 @@ msgctxt "action" msgid "Follow" msgstr "Ikuti" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:230 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:234 #: src/view/com/post-thread/PostThreadFollowBtn.tsx:128 msgid "Follow {0}" msgstr "Ikuti {0}" @@ -2223,6 +2237,10 @@ msgstr "Ikuti Balik" #~ msgid "Follow some users to get started. We can recommend you more users based on who you find interesting." #~ msgstr "" +#: src/components/KnownFollowers.tsx:169 +msgid "Followed by" +msgstr "" + #: src/view/com/profile/ProfileCard.tsx:227 msgid "Followed by {0}" msgstr "Diikuti oleh {0}" @@ -2244,18 +2262,27 @@ msgstr "mengikuti Anda" msgid "Followers" msgstr "Pengikut" +#: src/Navigation.tsx:177 +msgid "Followers of @{0} that you know" +msgstr "" + +#: src/screens/Profile/KnownFollowers.tsx:108 +#: src/screens/Profile/KnownFollowers.tsx:118 +msgid "Followers you know" +msgstr "" + #: src/components/ProfileHoverCard/index.web.tsx:411 #: src/components/ProfileHoverCard/index.web.tsx:422 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:242 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:246 #: src/view/com/post-thread/PostThreadFollowBtn.tsx:149 #: src/view/com/profile/ProfileFollows.tsx:104 -#: src/view/screens/Feeds.tsx:683 +#: src/view/screens/Feeds.tsx:656 #: src/view/screens/ProfileFollows.tsx:25 #: src/view/screens/SavedFeeds.tsx:415 msgid "Following" msgstr "Mengikuti" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:90 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:94 msgid "Following {0}" msgstr "Mengikuti {0}" @@ -2267,9 +2294,7 @@ msgstr "" msgid "Following feed preferences" msgstr "Preferensi feed Mengikuti" -#: src/Navigation.tsx:269 -#: src/view/com/home/HomeHeaderLayout.web.tsx:64 -#: src/view/com/home/HomeHeaderLayoutMobile.tsx:87 +#: src/Navigation.tsx:275 #: src/view/screens/PreferencesFollowingFeed.tsx:103 #: src/view/screens/Settings/index.tsx:582 msgid "Following Feed Preferences" @@ -2291,7 +2316,7 @@ msgstr "Makanan" 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:233 +#: src/view/com/modals/AddAppPasswords.tsx:232 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." @@ -2334,7 +2359,7 @@ msgstr "Memulai" msgid "Get Started" msgstr "Memulai" -#: src/screens/Onboarding/StepProfile/index.tsx:224 +#: src/screens/Onboarding/StepProfile/index.tsx:225 msgid "Give your profile a face" msgstr "Beri wajah pada profil Anda" @@ -2362,9 +2387,9 @@ msgstr "Kembali" msgid "Go Back" msgstr "Kembali" -#: src/components/dms/ReportDialog.tsx:152 +#: src/components/dms/ReportDialog.tsx:154 #: src/components/ReportDialog/SelectReportOptionView.tsx:77 -#: src/components/ReportDialog/SubmitView.tsx:105 +#: src/components/ReportDialog/SubmitView.tsx:104 #: src/screens/Onboarding/Layout.tsx:102 #: src/screens/Onboarding/Layout.tsx:191 #: src/screens/Signup/index.tsx:187 @@ -2384,7 +2409,7 @@ msgstr "Ke Beranda" #~ msgid "Go to @{queryMaybeHandle}" #~ msgstr "" -#: src/screens/Messages/List/ChatListItem.tsx:208 +#: src/screens/Messages/List/ChatListItem.tsx:211 msgid "Go to conversation with {0}" msgstr "Buka percakapan dengan {0}" @@ -2417,7 +2442,7 @@ msgstr "Haptik" msgid "Harassment, trolling, or intolerance" msgstr "Pelecehan, unggah sulut, atau intoleransi" -#: src/Navigation.tsx:297 +#: src/Navigation.tsx:303 msgid "Hashtag" msgstr "Tagar" @@ -2430,11 +2455,11 @@ msgid "Having trouble?" msgstr "Mengalami masalah?" #: src/view/shell/desktop/RightNav.tsx:95 -#: src/view/shell/Drawer.tsx:354 +#: src/view/shell/Drawer.tsx:355 msgid "Help" msgstr "Bantuan" -#: src/screens/Onboarding/StepProfile/index.tsx:227 +#: src/screens/Onboarding/StepProfile/index.tsx:228 msgid "Help people know you're not a bot by uploading a picture or creating an avatar." msgstr "Beri tahu orang-orang bahwa Anda bukan bot dengan mengunggah gambar atau membuat avatar." @@ -2450,7 +2475,7 @@ msgstr "Beri tahu orang-orang bahwa Anda bukan bot dengan mengunggah gambar atau #~ 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 topikal berdasarkan minat Anda: {interestsText}. Anda dapat memilih untuk mengikuti sebanyak yang Anda suka." -#: src/view/com/modals/AddAppPasswords.tsx:204 +#: src/view/com/modals/AddAppPasswords.tsx:203 msgid "Here is your app password." msgstr "Berikut kata sandi aplikasi Anda." @@ -2461,7 +2486,7 @@ msgstr "Berikut kata sandi aplikasi Anda." #: src/lib/moderation/useLabelBehaviorDescription.ts:20 #: src/lib/moderation/useLabelBehaviorDescription.ts:25 #: src/lib/moderation/useLabelBehaviorDescription.ts:30 -#: src/view/com/util/forms/PostDropdownBtn.tsx:445 +#: src/view/com/util/forms/PostDropdownBtn.tsx:432 msgid "Hide" msgstr "Sembunyikan" @@ -2470,8 +2495,8 @@ msgctxt "action" msgid "Hide" msgstr "Sembunyikan" -#: src/view/com/util/forms/PostDropdownBtn.tsx:390 -#: src/view/com/util/forms/PostDropdownBtn.tsx:392 +#: src/view/com/util/forms/PostDropdownBtn.tsx:377 +#: src/view/com/util/forms/PostDropdownBtn.tsx:379 msgid "Hide post" msgstr "Sembunyikan postingan" @@ -2480,7 +2505,7 @@ msgstr "Sembunyikan postingan" msgid "Hide the content" msgstr "Sembunyikan konten" -#: src/view/com/util/forms/PostDropdownBtn.tsx:442 +#: src/view/com/util/forms/PostDropdownBtn.tsx:429 msgid "Hide this post?" msgstr "Sembunyikan postingan ini?" @@ -2488,23 +2513,23 @@ msgstr "Sembunyikan postingan ini?" msgid "Hide user list" msgstr "Sembunyikan daftar pengguna" -#: src/view/com/posts/FeedErrorMessage.tsx:118 +#: src/view/com/posts/FeedErrorMessage.tsx:117 msgid "Hmm, some kind of issue occurred when contacting the feed server. Please let the feed owner know about this issue." msgstr "Hmm, terjadi masalah saat menghubungi server feed. Harap beri tahu pemilik feed tentang masalah ini." -#: src/view/com/posts/FeedErrorMessage.tsx:106 +#: src/view/com/posts/FeedErrorMessage.tsx:105 msgid "Hmm, the feed server appears to be misconfigured. Please let the feed owner know about this issue." msgstr "Hmm, server feed tampaknya salah konfigurasi. Harap beri tahu pemilik feed tentang masalah ini." -#: src/view/com/posts/FeedErrorMessage.tsx:112 +#: src/view/com/posts/FeedErrorMessage.tsx:111 msgid "Hmm, the feed server appears to be offline. Please let the feed owner know about this issue." msgstr "Hmm, server feed tampaknya sedang offline. Harap beri tahu pemilik feed tentang masalah ini." -#: src/view/com/posts/FeedErrorMessage.tsx:109 +#: src/view/com/posts/FeedErrorMessage.tsx:108 msgid "Hmm, the feed server gave a bad response. Please let the feed owner know about this issue." msgstr "Hmm, server feed memberikan respons yang buruk. Harap beri tahu pemilik feed tentang masalah ini." -#: src/view/com/posts/FeedErrorMessage.tsx:103 +#: src/view/com/posts/FeedErrorMessage.tsx:102 msgid "Hmm, we're having trouble finding this feed. It may have been deleted." msgstr "Hmm, kami kesulitan menemukan feed ini. Mungkin sudah dihapus." @@ -2516,11 +2541,11 @@ msgstr "Hmmmm, tampaknya kami mengalami kesulitan memuat data ini. Lihat detail msgid "Hmmmm, we couldn't load that moderation service." msgstr "Hmmmm, kami tidak dapat memuat layanan moderasi." -#: src/Navigation.tsx:501 +#: src/Navigation.tsx:489 #: src/view/shell/bottom-bar/BottomBar.tsx:159 #: src/view/shell/desktop/LeftNav.tsx:335 -#: src/view/shell/Drawer.tsx:424 #: src/view/shell/Drawer.tsx:425 +#: src/view/shell/Drawer.tsx:426 msgid "Home" msgstr "Beranda" @@ -2574,7 +2599,7 @@ msgstr "Jika Anda belum berusia dewasa menurut hukum negara Anda, orang tua atau msgid "If you delete this list, you won't be able to recover it." msgstr "Jika Anda menghapus daftar ini, Anda tidak dapat memulihkannya lagi." -#: src/view/com/util/forms/PostDropdownBtn.tsx:433 +#: src/view/com/util/forms/PostDropdownBtn.tsx:420 msgid "If you remove this post, you won't be able to recover it." msgstr "Jika Anda menghapus postingan ini, Anda tidak dapat memulihkannya lagi." @@ -2614,7 +2639,7 @@ msgstr "Masukkan kode yang dikirim ke email Anda untuk pengaturan ulang kata san msgid "Input confirmation code for account deletion" msgstr "Masukkan kode konfirmasi untuk penghapusan akun" -#: src/view/com/modals/AddAppPasswords.tsx:175 +#: src/view/com/modals/AddAppPasswords.tsx:174 msgid "Input name for app password" msgstr "Masukkan nama untuk kata sandi aplikasi" @@ -2659,7 +2684,7 @@ msgstr "Memperkenalkan Pesan Langsung" msgid "Invalid 2FA confirmation code." msgstr "Kode konfirmasi 2FA tidak valid." -#: src/view/com/post-thread/PostThreadItem.tsx:240 +#: src/view/com/post-thread/PostThreadItem.tsx:235 msgid "Invalid or unsupported post record" msgstr "Catatan posting tidak valid atau tidak didukung" @@ -2723,11 +2748,11 @@ msgstr "Label adalah anotasi yang diterapkan pada pengguna dan konten. Label dap #~ msgid "labels have been placed on this {labelTarget}" #~ msgstr "" -#: src/components/moderation/LabelsOnMeDialog.tsx:80 +#: src/components/moderation/LabelsOnMeDialog.tsx:79 msgid "Labels on your account" msgstr "Label pada akun Anda" -#: src/components/moderation/LabelsOnMeDialog.tsx:82 +#: src/components/moderation/LabelsOnMeDialog.tsx:81 msgid "Labels on your content" msgstr "Label pada konten Anda" @@ -2739,7 +2764,7 @@ msgstr "Pilih bahasa" msgid "Language settings" msgstr "Pengaturan bahasa" -#: src/Navigation.tsx:151 +#: src/Navigation.tsx:150 #: src/view/screens/LanguageSettings.tsx:90 msgid "Language Settings" msgstr "Pengaturan Bahasa" @@ -2749,7 +2774,7 @@ msgid "Languages" msgstr "Bahasa" #: src/screens/Hashtag.tsx:99 -#: src/view/screens/Search/Search.tsx:376 +#: src/view/screens/Search/Search.tsx:377 msgid "Latest" msgstr "Terbaru" @@ -2831,8 +2856,8 @@ msgid "Like this feed" msgstr "Suka feed ini" #: src/components/LikesDialog.tsx:87 -#: src/Navigation.tsx:208 -#: src/Navigation.tsx:213 +#: src/Navigation.tsx:214 +#: src/Navigation.tsx:219 msgid "Liked by" msgstr "Disukai oleh" @@ -2868,11 +2893,11 @@ msgstr "menyukai postingan Anda" msgid "Likes" msgstr "Suka" -#: src/view/com/post-thread/PostThreadItem.tsx:201 +#: src/view/com/post-thread/PostThreadItem.tsx:196 msgid "Likes on this post" msgstr "Suka pada postingan ini" -#: src/Navigation.tsx:177 +#: src/Navigation.tsx:183 msgid "List" msgstr "Daftar" @@ -2884,7 +2909,7 @@ msgstr "Avatar Daftar" msgid "List blocked" msgstr "Daftar diblokir" -#: src/view/com/feeds/FeedSourceCard.tsx:232 +#: src/view/com/feeds/FeedSourceCard.tsx:253 msgid "List by {0}" msgstr "Daftar {0}" @@ -2908,12 +2933,12 @@ msgstr "Daftar tidak diblokir" msgid "List unmuted" msgstr "Daftar tidak dibisukan" -#: src/Navigation.tsx:121 +#: src/Navigation.tsx:120 #: src/view/screens/Profile.tsx:192 #: src/view/screens/Profile.tsx:198 #: src/view/shell/desktop/LeftNav.tsx:373 -#: src/view/shell/Drawer.tsx:508 #: src/view/shell/Drawer.tsx:509 +#: src/view/shell/Drawer.tsx:510 msgid "Lists" msgstr "Daftar" @@ -2921,7 +2946,7 @@ msgstr "Daftar" msgid "Lists blocking this user:" msgstr "Daftar yang memblokir pengguna ini:" -#: src/view/screens/Notifications.tsx:168 +#: src/view/screens/Notifications.tsx:184 msgid "Load new notifications" msgstr "Muat notifikasi baru" @@ -2936,7 +2961,7 @@ msgstr "Muat postingan baru" msgid "Loading..." msgstr "Memuat..." -#: src/Navigation.tsx:228 +#: src/Navigation.tsx:234 msgid "Log" msgstr "Catatan" @@ -2972,7 +2997,7 @@ msgstr "Seperti XXXXX-XXXXX" msgid "Looks like you haven't saved any feeds! Use our recommendations or browse more below." msgstr "Sepertinya Anda belum menyimpan feed apa pun! Gunakan rekomendasi kami atau telusuri lebih banyak di bawah ini." -#: src/screens/Home/NoFeedsPinned.tsx:96 +#: src/screens/Home/NoFeedsPinned.tsx:83 msgid "Looks like you unpinned all your feeds. But don't worry, you can add some below 😄" msgstr "Sepertinya Anda menghapus semua feed tersemat. Tapi jangan khawatir, Anda dapat menambahkan beberapa feed di bawah ini 😄" @@ -2988,7 +3013,7 @@ msgstr "Sepertinya Anda kehilangan feed mengikuti. <0>Klik di sini untuk menamba msgid "Make sure this is where you intend to go!" msgstr "Pastikan ini adalah situs web yang Anda tuju!" -#: src/components/dialogs/MutedWords.tsx:83 +#: src/components/dialogs/MutedWords.tsx:82 msgid "Manage your muted words and tags" msgstr "Kelola kata dan tagar yang dibisukan" @@ -3010,8 +3035,8 @@ msgstr "pengguna yang disebutkan" msgid "Mentioned users" msgstr "Pengguna yang Anda sebut" -#: src/view/com/util/ViewHeader.tsx:90 -#: src/view/screens/Search/Search.tsx:713 +#: src/view/com/util/ViewHeader.tsx:91 +#: src/view/screens/Search/Search.tsx:714 msgid "Menu" msgstr "Menu" @@ -3020,11 +3045,11 @@ msgid "Message {0}" msgstr "Kirim pesan ke {0}" #: src/components/dms/MessageMenu.tsx:72 -#: src/screens/Messages/List/ChatListItem.tsx:154 +#: src/screens/Messages/List/ChatListItem.tsx:155 msgid "Message deleted" msgstr "Pesan dihapus" -#: src/view/com/posts/FeedErrorMessage.tsx:201 +#: src/view/com/posts/FeedErrorMessage.tsx:200 msgid "Message from server: {0}" msgstr "Pesan dari server: {0}" @@ -3041,7 +3066,7 @@ msgstr "Pesan terlalu panjang" msgid "Message settings" msgstr "Pengaturan pesan" -#: src/Navigation.tsx:521 +#: src/Navigation.tsx:504 #: src/screens/Messages/List/index.tsx:164 #: src/screens/Messages/List/index.tsx:246 #: src/screens/Messages/List/index.tsx:317 @@ -3056,7 +3081,7 @@ msgstr "Pesan" msgid "Misleading Account" msgstr "Akun Menyesatkan" -#: src/Navigation.tsx:126 +#: src/Navigation.tsx:125 #: src/screens/Moderation/index.tsx:104 #: src/view/screens/Settings/index.tsx:561 msgid "Moderation" @@ -3093,7 +3118,7 @@ msgstr "Daftar moderasi diperbarui" msgid "Moderation lists" msgstr "Daftar moderasi" -#: src/Navigation.tsx:131 +#: src/Navigation.tsx:130 #: src/view/screens/ModerationModlists.tsx:58 msgid "Moderation Lists" msgstr "Daftar Moderasi" @@ -3102,7 +3127,7 @@ msgstr "Daftar Moderasi" msgid "Moderation settings" msgstr "Pengaturan moderasi" -#: src/Navigation.tsx:223 +#: src/Navigation.tsx:229 msgid "Moderation states" msgstr "Status moderasi" @@ -3115,7 +3140,7 @@ msgstr "Alat moderasi" msgid "Moderator has chosen to set a general warning on the content." msgstr "Moderator telah memilih untuk menetapkan peringatan umum pada konten." -#: src/view/com/post-thread/PostThreadItem.tsx:572 +#: src/view/com/post-thread/PostThreadItem.tsx:566 msgid "More" msgstr "Lebih lanjut" @@ -3157,11 +3182,11 @@ msgstr "Bisukan semua postingan {displayTag}" msgid "Mute conversation" msgstr "Bisukan percakapan" -#: src/components/dialogs/MutedWords.tsx:149 +#: src/components/dialogs/MutedWords.tsx:148 msgid "Mute in tags only" msgstr "Bisukan di tagar saja" -#: src/components/dialogs/MutedWords.tsx:134 +#: src/components/dialogs/MutedWords.tsx:133 msgid "Mute in text & tags" msgstr "Bisukan di teks & tagar" @@ -3178,21 +3203,21 @@ msgstr "Bisukan daftar" msgid "Mute these accounts?" msgstr "Bisukan akun-akun ini?" -#: src/components/dialogs/MutedWords.tsx:127 +#: src/components/dialogs/MutedWords.tsx:126 msgid "Mute this word in post text and tags" msgstr "Bisukan kata ini di teks postingan dan tagar" -#: src/components/dialogs/MutedWords.tsx:142 +#: src/components/dialogs/MutedWords.tsx:141 msgid "Mute this word in tags only" msgstr "Bisukan kata ini hanya dalam tagar" -#: src/view/com/util/forms/PostDropdownBtn.tsx:365 -#: src/view/com/util/forms/PostDropdownBtn.tsx:371 +#: src/view/com/util/forms/PostDropdownBtn.tsx:352 +#: src/view/com/util/forms/PostDropdownBtn.tsx:358 msgid "Mute thread" msgstr "Bisukan utasan" -#: src/view/com/util/forms/PostDropdownBtn.tsx:381 -#: src/view/com/util/forms/PostDropdownBtn.tsx:383 +#: src/view/com/util/forms/PostDropdownBtn.tsx:368 +#: src/view/com/util/forms/PostDropdownBtn.tsx:370 msgid "Mute words & tags" msgstr "Bisukan kata & tagar" @@ -3204,7 +3229,7 @@ msgstr "Dibisukan" msgid "Muted accounts" msgstr "Akun yang dibisukan" -#: src/Navigation.tsx:136 +#: src/Navigation.tsx:135 #: src/view/screens/ModerationMutedAccounts.tsx:109 msgid "Muted Accounts" msgstr "Akun yang Dibisukan" @@ -3230,7 +3255,7 @@ msgstr "Pembisuan bersifat privat. Akun yang dibisukan tetap dapat berinteraksi msgid "My Birthday" msgstr "Tanggal Lahir Saya" -#: src/view/screens/Feeds.tsx:795 +#: src/view/screens/Feeds.tsx:768 msgid "My Feeds" msgstr "Feed Saya" @@ -3246,7 +3271,7 @@ msgstr "Feed tersimpan saya" msgid "My Saved Feeds" msgstr "Feed Tersimpan Saya" -#: src/view/com/modals/AddAppPasswords.tsx:174 +#: src/view/com/modals/AddAppPasswords.tsx:173 #: src/view/com/modals/CreateOrEditList.tsx:279 msgid "Name" msgstr "Nama" @@ -3328,8 +3353,8 @@ msgctxt "action" msgid "New post" msgstr "Postingan baru" -#: src/view/screens/Feeds.tsx:627 -#: src/view/screens/Notifications.tsx:177 +#: src/view/screens/Feeds.tsx:600 +#: src/view/screens/Notifications.tsx:193 #: src/view/screens/Profile.tsx:464 #: src/view/screens/ProfileFeed.tsx:426 #: src/view/screens/ProfileList.tsx:201 @@ -3399,7 +3424,7 @@ msgstr "Tanpa Panel DNS" msgid "No featured GIFs found. There may be an issue with Tenor." msgstr "GIF tidak ditemukan. Mungkin ada masalah dengan Tenor." -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:112 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:116 msgid "No longer following {0}" msgstr "Tidak lagi mengikuti {0}" @@ -3407,7 +3432,7 @@ msgstr "Tidak lagi mengikuti {0}" msgid "No longer than 253 characters" msgstr "Tidak lebih dari 253 karakter" -#: src/screens/Messages/List/ChatListItem.tsx:105 +#: src/screens/Messages/List/ChatListItem.tsx:106 msgid "No messages yet" msgstr "Belum ada pesan" @@ -3415,7 +3440,7 @@ msgstr "Belum ada pesan" msgid "No more conversations to show" msgstr "Tidak ada percakapan lain untuk ditampilkan" -#: src/view/com/notifications/Feed.tsx:117 +#: src/view/com/notifications/Feed.tsx:118 msgid "No notifications yet!" msgstr "Belum ada notifikasi!" @@ -3426,6 +3451,10 @@ msgstr "Belum ada notifikasi!" msgid "No one" msgstr "Tidak seorang pun" +#: src/screens/Profile/Sections/Feed.tsx:59 +msgid "No posts yet." +msgstr "" + #: src/view/com/composer/text-input/mobile/Autocomplete.tsx:101 #: src/view/com/composer/text-input/web/Autocomplete.tsx:195 msgid "No result" @@ -3439,13 +3468,13 @@ msgstr "Tidak ada hasil" msgid "No results found" msgstr "Tidak ditemukan hasil" -#: src/view/screens/Feeds.tsx:556 +#: src/view/screens/Feeds.tsx:530 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:296 -#: src/view/screens/Search/Search.tsx:335 +#: src/view/screens/Search/Search.tsx:297 +#: src/view/screens/Search/Search.tsx:336 msgid "No results found for {query}" msgstr "Tidak ada hasil ditemukan untuk {query}" @@ -3484,7 +3513,7 @@ msgstr "Ketelanjangan Non-Seksual" #~ msgid "Not Applicable." #~ msgstr "" -#: src/Navigation.tsx:116 +#: src/Navigation.tsx:115 #: src/view/screens/Profile.tsx:100 msgid "Not Found" msgstr "Tidak ditemukan" @@ -3495,7 +3524,7 @@ msgid "Not right now" msgstr "Jangan sekarang" #: src/view/com/profile/ProfileMenu.tsx:370 -#: src/view/com/util/forms/PostDropdownBtn.tsx:459 +#: src/view/com/util/forms/PostDropdownBtn.tsx:446 #: src/view/com/util/post-ctrls/PostCtrls.tsx:308 msgid "Note about sharing" msgstr "Catatan tentang berbagi" @@ -3516,13 +3545,13 @@ msgstr "Suara notifikasi" msgid "Notification Sounds" msgstr "Suara Notifikasi" -#: src/Navigation.tsx:516 -#: src/view/screens/Notifications.tsx:126 -#: src/view/screens/Notifications.tsx:154 +#: src/Navigation.tsx:499 +#: src/view/screens/Notifications.tsx:132 +#: src/view/screens/Notifications.tsx:169 #: src/view/shell/bottom-bar/BottomBar.tsx:227 #: src/view/shell/desktop/LeftNav.tsx:350 -#: src/view/shell/Drawer.tsx:456 #: src/view/shell/Drawer.tsx:457 +#: src/view/shell/Drawer.tsx:458 msgid "Notifications" msgstr "Notifikasi" @@ -3572,11 +3601,11 @@ msgstr "Balasan terlama terlebih dahulu" msgid "Onboarding reset" msgstr "Atur ulang orientasi" -#: src/view/com/composer/Composer.tsx:488 +#: src/view/com/composer/Composer.tsx:503 msgid "One or more images is missing alt text." msgstr "Satu atau lebih gambar belum ada teks alt." -#: src/screens/Onboarding/StepProfile/index.tsx:116 +#: src/screens/Onboarding/StepProfile/index.tsx:117 msgid "Only .jpg and .png files are supported" msgstr "Hanya mendukung berkas .jpg dan .png" @@ -3606,17 +3635,17 @@ msgstr "Buka" msgid "Open {name} profile shortcut menu" msgstr "" -#: src/screens/Onboarding/StepProfile/index.tsx:276 +#: src/screens/Onboarding/StepProfile/index.tsx:277 msgid "Open avatar creator" msgstr "Buka pembuat avatar" -#: src/screens/Messages/List/ChatListItem.tsx:214 -#: src/screens/Messages/List/ChatListItem.tsx:215 +#: src/screens/Messages/List/ChatListItem.tsx:219 +#: src/screens/Messages/List/ChatListItem.tsx:220 msgid "Open conversation options" msgstr "Buka opsi percakapan" -#: src/view/com/composer/Composer.tsx:600 -#: src/view/com/composer/Composer.tsx:601 +#: src/view/com/composer/Composer.tsx:613 +#: src/view/com/composer/Composer.tsx:614 msgid "Open emoji picker" msgstr "Buka pemilih emoji" @@ -3636,11 +3665,11 @@ msgstr "Buka opsi pesan" msgid "Open muted words and tags settings" msgstr "Buka pengaturan kata dan tagar yang dibisukan" -#: src/view/com/home/HomeHeaderLayoutMobile.tsx:52 +#: src/view/com/home/HomeHeaderLayoutMobile.tsx:54 msgid "Open navigation" msgstr "Buka navigasi" -#: src/view/com/util/forms/PostDropdownBtn.tsx:250 +#: src/view/com/util/forms/PostDropdownBtn.tsx:237 msgid "Open post options menu" msgstr "Buka menu opsi postingan" @@ -3749,8 +3778,8 @@ msgstr "Membuka formulir pengaturan ulang kata sandi" #: src/view/com/home/HomeHeaderLayout.web.tsx:77 #: src/view/screens/Feeds.tsx:417 -msgid "Opens screen to edit Saved Feeds" -msgstr "Membuka layar untuk mengedit Feed Tersimpan" +#~ msgid "Opens screen to edit Saved Feeds" +#~ msgstr "Membuka layar untuk mengedit Feed Tersimpan" #: src/view/screens/Settings/index.tsx:617 msgid "Opens screen with all saved feeds" @@ -3794,8 +3823,8 @@ msgstr "" msgid "Option {0} of {numItems}" msgstr "Opsi {0} dari {numItems}" -#: src/components/dms/ReportDialog.tsx:181 -#: src/components/ReportDialog/SubmitView.tsx:163 +#: src/components/dms/ReportDialog.tsx:183 +#: src/components/ReportDialog/SubmitView.tsx:162 msgid "Optionally provide additional information below:" msgstr "Jika perlu, berikan informasi tambahan di bawah ini:" @@ -3859,15 +3888,15 @@ msgstr "Kata sandi diganti!" msgid "Pause" msgstr "Jeda" -#: src/view/screens/Search/Search.tsx:386 +#: src/view/screens/Search/Search.tsx:387 msgid "People" msgstr "Orang" -#: src/Navigation.tsx:171 +#: src/Navigation.tsx:170 msgid "People followed by @{0}" msgstr "Orang yang diikuti oleh @{0}" -#: src/Navigation.tsx:164 +#: src/Navigation.tsx:163 msgid "People following @{0}" msgstr "Orang yang mengikuti @{0}" @@ -3946,15 +3975,15 @@ msgstr "Mohon selesaikan verifikasi 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 "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:95 +#: src/view/com/modals/AddAppPasswords.tsx:94 msgid "Please enter a name for your app password. All spaces is not allowed." msgstr "Masukkan nama untuk kata sandi aplikasi Anda. Tidak diperbolehkan menggunakan spasi." -#: src/view/com/modals/AddAppPasswords.tsx:151 +#: src/view/com/modals/AddAppPasswords.tsx:150 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 "Silakan masukkan kata, tagar, atau frasa yang valid untuk dibisukan" @@ -3966,7 +3995,7 @@ msgstr "Masukkan email Anda." msgid "Please enter your password as well:" msgstr "Masukkan juga kata sandi Anda:" -#: src/components/moderation/LabelsOnMeDialog.tsx:258 +#: src/components/moderation/LabelsOnMeDialog.tsx:256 msgid "Please explain why you think this label was incorrectly applied by {0}" msgstr "Jelaskan menurut Anda mengapa {0} salah menerapkan label ini" @@ -3983,7 +4012,7 @@ msgstr "Silakan masuk sebagai @{0}" msgid "Please Verify Your Email" msgstr "Mohon Verifikasi Email Anda" -#: src/view/com/composer/Composer.tsx:268 +#: src/view/com/composer/Composer.tsx:281 msgid "Please wait for your link card to finish loading" msgstr "Harap tunggu hingga kartu tautan Anda selesai dimuat" @@ -3995,28 +4024,28 @@ msgstr "Politik" msgid "Porn" msgstr "Pornografi" -#: src/view/com/composer/Composer.tsx:462 -#: src/view/com/composer/Composer.tsx:470 +#: src/view/com/composer/Composer.tsx:477 +#: src/view/com/composer/Composer.tsx:485 msgctxt "action" msgid "Post" msgstr "Posting" -#: src/view/com/post-thread/PostThread.tsx:427 +#: src/view/com/post-thread/PostThread.tsx:430 msgctxt "description" msgid "Post" msgstr "Postingan" -#: src/view/com/post-thread/PostThreadItem.tsx:194 +#: src/view/com/post-thread/PostThreadItem.tsx:189 msgid "Post by {0}" msgstr "Postingan oleh {0}" -#: src/Navigation.tsx:183 -#: src/Navigation.tsx:190 -#: src/Navigation.tsx:197 +#: src/Navigation.tsx:189 +#: src/Navigation.tsx:196 +#: src/Navigation.tsx:203 msgid "Post by @{0}" msgstr "Postingan oleh @{0}" -#: src/view/com/util/forms/PostDropdownBtn.tsx:134 +#: src/view/com/util/forms/PostDropdownBtn.tsx:129 msgid "Post deleted" msgstr "Postingan dihapus" @@ -4055,11 +4084,11 @@ msgstr "postingan" 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 "Postingan dapat dibisukan berdasarkan teks, tagar mereka, atau keduanya." -#: src/view/com/posts/FeedErrorMessage.tsx:69 +#: src/view/com/posts/FeedErrorMessage.tsx:68 msgid "Posts hidden" msgstr "Postingan disembunyikan" @@ -4087,6 +4116,10 @@ msgstr "Tekan untuk mengulangi" #~ msgid "Press to Retry" #~ msgstr "" +#: src/components/KnownFollowers.tsx:111 +msgid "Press to view followers of this account that you also follow" +msgstr "" + #: src/view/com/lightbox/Lightbox.web.tsx:150 msgid "Previous image" msgstr "Gambar sebelumnya" @@ -4104,11 +4137,11 @@ msgstr "Prioritaskan Pengikut Anda" msgid "Privacy" msgstr "Privasi" -#: src/Navigation.tsx:238 +#: src/Navigation.tsx:244 #: src/screens/Signup/StepInfo/Policies.tsx:56 #: src/view/screens/PrivacyPolicy.tsx:29 #: src/view/screens/Settings/index.tsx:957 -#: src/view/shell/Drawer.tsx:284 +#: src/view/shell/Drawer.tsx:285 msgid "Privacy Policy" msgstr "Kebijakan Privasi" @@ -4128,8 +4161,8 @@ msgstr "profil" #: src/view/shell/bottom-bar/BottomBar.tsx:272 #: src/view/shell/desktop/LeftNav.tsx:381 #: src/view/shell/Drawer.tsx:78 -#: src/view/shell/Drawer.tsx:541 #: src/view/shell/Drawer.tsx:542 +#: src/view/shell/Drawer.tsx:543 msgid "Profile" msgstr "Profil" @@ -4153,16 +4186,16 @@ msgstr "Daftar publik yang dapat dibagikan untuk memblokir atau membisukan pengg msgid "Public, shareable lists which can drive feeds." msgstr "Daftar bersifat publik yang dapat dibagikan dan digunakan sebagai feed." -#: src/view/com/composer/Composer.tsx:447 +#: src/view/com/composer/Composer.tsx:462 msgid "Publish post" msgstr "Publikasikan postingan" -#: src/view/com/composer/Composer.tsx:447 +#: src/view/com/composer/Composer.tsx:462 msgid "Publish reply" msgstr "Publikasikan balasan" -#: src/view/com/util/post-ctrls/RepostButton.tsx:113 -#: src/view/com/util/post-ctrls/RepostButton.tsx:125 +#: src/view/com/util/post-ctrls/RepostButton.tsx:115 +#: src/view/com/util/post-ctrls/RepostButton.tsx:127 #: src/view/com/util/post-ctrls/RepostButton.web.tsx:78 #: src/view/com/util/post-ctrls/RepostButton.web.tsx:81 msgid "Quote post" @@ -4190,7 +4223,7 @@ msgstr "Rasio" msgid "Reactivate your account" msgstr "" -#: src/components/dms/ReportDialog.tsx:172 +#: src/components/dms/ReportDialog.tsx:174 msgid "Reason:" msgstr "Alasan:" @@ -4198,7 +4231,7 @@ msgstr "Alasan:" #~ msgid "Reason: {0}" #~ msgstr "" -#: src/view/screens/Search/Search.tsx:973 +#: src/view/screens/Search/Search.tsx:970 msgid "Recent Searches" msgstr "Pencarian Terakhir" @@ -4218,12 +4251,12 @@ msgstr "Hubungkan kembali" msgid "Reload conversations" msgstr "Memuat ulang percakapan" -#: src/components/dialogs/MutedWords.tsx:288 -#: src/view/com/feeds/FeedSourceCard.tsx:296 +#: src/components/dialogs/MutedWords.tsx:286 +#: src/view/com/feeds/FeedSourceCard.tsx:317 #: src/view/com/modals/ListAddRemoveUsers.tsx:268 #: src/view/com/modals/SelfLabel.tsx:84 #: src/view/com/modals/UserAddRemoveLists.tsx:230 -#: src/view/com/posts/FeedErrorMessage.tsx:213 +#: src/view/com/posts/FeedErrorMessage.tsx:212 msgid "Remove" msgstr "Hapus" @@ -4243,25 +4276,25 @@ msgstr "Hapus Spanduk" msgid "Remove embed" msgstr "" -#: src/view/com/posts/FeedErrorMessage.tsx:169 +#: src/view/com/posts/FeedErrorMessage.tsx:168 #: src/view/com/posts/FeedShutdownMsg.tsx:113 #: src/view/com/posts/FeedShutdownMsg.tsx:117 msgid "Remove feed" msgstr "Hapus feed" -#: src/view/com/posts/FeedErrorMessage.tsx:210 +#: src/view/com/posts/FeedErrorMessage.tsx:209 msgid "Remove feed?" msgstr "Hapus feed?" -#: src/view/com/feeds/FeedSourceCard.tsx:180 -#: src/view/com/feeds/FeedSourceCard.tsx:245 +#: src/view/com/feeds/FeedSourceCard.tsx:188 +#: src/view/com/feeds/FeedSourceCard.tsx:266 #: src/view/screens/ProfileFeed.tsx:330 #: src/view/screens/ProfileFeed.tsx:336 #: src/view/screens/ProfileList.tsx:443 msgid "Remove from my feeds" msgstr "Hapus dari feed saya" -#: src/view/com/feeds/FeedSourceCard.tsx:291 +#: src/view/com/feeds/FeedSourceCard.tsx:312 msgid "Remove from my feeds?" msgstr "Hapus dari feed saya?" @@ -4273,15 +4306,15 @@ msgstr "Hapus gambar" msgid "Remove image preview" msgstr "Hapus pratinjau gambar" -#: src/components/dialogs/MutedWords.tsx:331 +#: src/components/dialogs/MutedWords.tsx:329 msgid "Remove mute word from your list" msgstr "Hapus kata yang dibisukan dari daftar Anda" -#: src/view/screens/Search/Search.tsx:1014 +#: src/view/screens/Search/Search.tsx:1011 msgid "Remove profile" msgstr "" -#: src/view/screens/Search/Search.tsx:1016 +#: src/view/screens/Search/Search.tsx:1013 msgid "Remove profile from search history" msgstr "" @@ -4289,12 +4322,12 @@ msgstr "" msgid "Remove quote" msgstr "Hapus kutipan" -#: src/view/com/util/post-ctrls/RepostButton.tsx:90 -#: src/view/com/util/post-ctrls/RepostButton.tsx:106 +#: src/view/com/util/post-ctrls/RepostButton.tsx:92 +#: src/view/com/util/post-ctrls/RepostButton.tsx:108 msgid "Remove repost" msgstr "Hapus postingan ulang" -#: src/view/com/posts/FeedErrorMessage.tsx:211 +#: src/view/com/posts/FeedErrorMessage.tsx:210 msgid "Remove this feed from your saved feeds" msgstr "Hapus feed ini dari feed tersimpan Anda" @@ -4303,7 +4336,7 @@ msgstr "Hapus feed ini dari feed tersimpan Anda" msgid "Removed from list" msgstr "Dihapus dari daftar" -#: src/view/com/feeds/FeedSourceCard.tsx:131 +#: src/view/com/feeds/FeedSourceCard.tsx:139 msgid "Removed from my feeds" msgstr "Dihapus dari feed saya" @@ -4334,7 +4367,7 @@ msgstr "Balasan" msgid "Replies to this thread are disabled" msgstr "Balasan ke utas ini dinonaktifkan" -#: src/view/com/composer/Composer.tsx:460 +#: src/view/com/composer/Composer.tsx:475 msgctxt "action" msgid "Reply" msgstr "Balas" @@ -4394,8 +4427,8 @@ msgstr "Laporkan Daftar" msgid "Report message" msgstr "Laporkan pesan" -#: src/view/com/util/forms/PostDropdownBtn.tsx:407 -#: src/view/com/util/forms/PostDropdownBtn.tsx:409 +#: src/view/com/util/forms/PostDropdownBtn.tsx:394 +#: src/view/com/util/forms/PostDropdownBtn.tsx:396 msgid "Report post" msgstr "Laporkan postingan" @@ -4411,8 +4444,8 @@ msgstr "Laporkan feed ini" msgid "Report this list" msgstr "Laporkan daftar ini" -#: src/components/dms/ReportDialog.tsx:47 -#: src/components/dms/ReportDialog.tsx:140 +#: src/components/dms/ReportDialog.tsx:48 +#: src/components/dms/ReportDialog.tsx:142 #: src/components/ReportDialog/SelectReportOptionView.tsx:59 msgid "Report this message" msgstr "Laporkan pesan ini" @@ -4425,9 +4458,9 @@ msgstr "Laporkan postingan ini" msgid "Report this user" msgstr "Laporkan pengguna ini" -#: src/view/com/util/post-ctrls/RepostButton.tsx:63 -#: src/view/com/util/post-ctrls/RepostButton.tsx:91 -#: src/view/com/util/post-ctrls/RepostButton.tsx:107 +#: src/view/com/util/post-ctrls/RepostButton.tsx:64 +#: src/view/com/util/post-ctrls/RepostButton.tsx:93 +#: src/view/com/util/post-ctrls/RepostButton.tsx:109 msgctxt "action" msgid "Repost" msgstr "Posting ulang" @@ -4437,7 +4470,7 @@ msgstr "Posting ulang" msgid "Repost" msgstr "Posting ulang" -#: src/view/com/util/post-ctrls/RepostButton.tsx:83 +#: src/view/com/util/post-ctrls/RepostButton.tsx:85 #: src/view/com/util/post-ctrls/RepostButton.web.tsx:46 #: src/view/com/util/post-ctrls/RepostButton.web.tsx:92 msgid "Repost or quote post" @@ -4463,7 +4496,7 @@ msgstr "Diposting ulang oleh <0><1/>" msgid "reposted your post" msgstr "memposting ulang postingan Anda" -#: src/view/com/post-thread/PostThreadItem.tsx:206 +#: src/view/com/post-thread/PostThreadItem.tsx:201 msgid "Reposts of this post" msgstr "Posting ulang postingan ini" @@ -4566,8 +4599,8 @@ msgid "Returns to previous page" msgstr "Kembali ke halaman sebelumnya" #: src/components/dialogs/BirthDateSettings.tsx:125 -#: src/view/com/composer/GifAltText.tsx:163 -#: src/view/com/composer/GifAltText.tsx:169 +#: src/view/com/composer/GifAltText.tsx:162 +#: src/view/com/composer/GifAltText.tsx:168 #: src/view/com/modals/ChangeHandle.tsx:168 #: src/view/com/modals/CreateOrEditList.tsx:326 #: src/view/com/modals/EditProfile.tsx:225 @@ -4647,20 +4680,20 @@ msgid "Scroll to top" msgstr "Gulir ke atas" #: src/components/dms/dialogs/SearchablePeopleList.tsx:504 -#: src/Navigation.tsx:506 +#: src/Navigation.tsx:494 #: 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:451 -#: src/view/screens/Search/Search.tsx:825 -#: src/view/screens/Search/Search.tsx:853 +#: src/view/screens/Search/Search.tsx:452 +#: src/view/screens/Search/Search.tsx:822 +#: src/view/screens/Search/Search.tsx:850 #: src/view/shell/bottom-bar/BottomBar.tsx:179 #: src/view/shell/desktop/LeftNav.tsx:343 #: src/view/shell/desktop/Search.tsx:194 #: src/view/shell/desktop/Search.tsx:203 -#: src/view/shell/Drawer.tsx:393 #: src/view/shell/Drawer.tsx:394 +#: src/view/shell/Drawer.tsx:395 msgid "Search" msgstr "Cari" @@ -4668,7 +4701,7 @@ msgstr "Cari" msgid "Search for \"{query}\"" msgstr "Cari \"{query}\"" -#: src/view/screens/Search/Search.tsx:909 +#: src/view/screens/Search/Search.tsx:906 msgid "Search for \"{searchText}\"" msgstr "Cari \"{searchText}\"" @@ -4790,7 +4823,7 @@ msgstr "Pilih opsi {i} dari {numItems}" msgid "Select the {emojiName} emoji as your avatar" msgstr "Pilih emoji {emojiName} sebagai avatar Anda" -#: src/components/ReportDialog/SubmitView.tsx:136 +#: src/components/ReportDialog/SubmitView.tsx:135 msgid "Select the moderation service(s) to report to" msgstr "Pilih layanan moderasi untuk melaporkan" @@ -4852,8 +4885,8 @@ msgctxt "action" msgid "Send Email" msgstr "Kirim Email" -#: src/view/shell/Drawer.tsx:328 -#: src/view/shell/Drawer.tsx:349 +#: src/view/shell/Drawer.tsx:329 +#: src/view/shell/Drawer.tsx:350 msgid "Send feedback" msgstr "Kirim masukan" @@ -4862,14 +4895,14 @@ msgstr "Kirim masukan" msgid "Send message" msgstr "Kirim pesan" -#: src/components/dms/dialogs/ShareViaChatDialog.tsx:47 +#: src/components/dms/dialogs/ShareViaChatDialog.tsx:59 msgid "Send post to..." msgstr "" -#: src/components/dms/ReportDialog.tsx:232 -#: src/components/dms/ReportDialog.tsx:235 -#: src/components/ReportDialog/SubmitView.tsx:216 -#: src/components/ReportDialog/SubmitView.tsx:220 +#: src/components/dms/ReportDialog.tsx:234 +#: src/components/dms/ReportDialog.tsx:237 +#: src/components/ReportDialog/SubmitView.tsx:215 +#: src/components/ReportDialog/SubmitView.tsx:219 msgid "Send report" msgstr "Kirim laporan" @@ -4882,8 +4915,8 @@ msgstr "Kirim laporan ke {0}" msgid "Send verification email" msgstr "Kirim email verifikasi" -#: src/view/com/util/forms/PostDropdownBtn.tsx:299 -#: src/view/com/util/forms/PostDropdownBtn.tsx:302 +#: src/view/com/util/forms/PostDropdownBtn.tsx:286 +#: src/view/com/util/forms/PostDropdownBtn.tsx:289 msgid "Send via direct message" msgstr "" @@ -4967,11 +5000,11 @@ msgstr "Mengatur aspek rasio gambar menjadi tinggi" msgid "Sets image aspect ratio to wide" msgstr "Mengatur aspek rasio gambar menjadi lebar" -#: src/Navigation.tsx:146 +#: src/Navigation.tsx:145 #: src/view/screens/Settings/index.tsx:332 #: src/view/shell/desktop/LeftNav.tsx:389 -#: src/view/shell/Drawer.tsx:558 #: src/view/shell/Drawer.tsx:559 +#: src/view/shell/Drawer.tsx:560 msgid "Settings" msgstr "Pengaturan" @@ -4990,8 +5023,8 @@ msgstr "Bagikan" #: src/view/com/profile/ProfileMenu.tsx:217 #: src/view/com/profile/ProfileMenu.tsx:226 -#: src/view/com/util/forms/PostDropdownBtn.tsx:310 -#: src/view/com/util/forms/PostDropdownBtn.tsx:319 +#: src/view/com/util/forms/PostDropdownBtn.tsx:297 +#: src/view/com/util/forms/PostDropdownBtn.tsx:306 #: src/view/com/util/post-ctrls/PostCtrls.tsx:297 #: src/view/screens/ProfileList.tsx:428 msgid "Share" @@ -5006,7 +5039,7 @@ msgid "Share a fun fact!" msgstr "Bagikan fakta menarik!" #: src/view/com/profile/ProfileMenu.tsx:375 -#: src/view/com/util/forms/PostDropdownBtn.tsx:464 +#: src/view/com/util/forms/PostDropdownBtn.tsx:451 #: src/view/com/util/post-ctrls/PostCtrls.tsx:313 msgid "Share anyway" msgstr "Tetap bagikan" @@ -5058,7 +5091,7 @@ msgstr "Tampilkan lencana" msgid "Show badge and filter from feeds" msgstr "Tampilkan lencana dan saring dari feed" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:207 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:211 msgid "Show follows similar to {0}" msgstr "Tampilkan pengguna lain yang serupa dengan {0}" @@ -5066,19 +5099,19 @@ msgstr "Tampilkan pengguna lain yang serupa dengan {0}" msgid "Show hidden replies" msgstr "" -#: src/view/com/util/forms/PostDropdownBtn.tsx:349 -#: src/view/com/util/forms/PostDropdownBtn.tsx:351 +#: src/view/com/util/forms/PostDropdownBtn.tsx:336 +#: src/view/com/util/forms/PostDropdownBtn.tsx:338 msgid "Show less like this" msgstr "Tampilkan lebih sedikit" -#: src/view/com/post-thread/PostThreadItem.tsx:538 +#: src/view/com/post-thread/PostThreadItem.tsx:532 #: src/view/com/post/Post.tsx:227 #: src/view/com/posts/FeedItem.tsx:392 msgid "Show More" msgstr "Tampilkan Lebih Lanjut" -#: src/view/com/util/forms/PostDropdownBtn.tsx:341 -#: src/view/com/util/forms/PostDropdownBtn.tsx:343 +#: src/view/com/util/forms/PostDropdownBtn.tsx:328 +#: src/view/com/util/forms/PostDropdownBtn.tsx:330 msgid "Show more like this" msgstr "Tampilkan lebih banyak" @@ -5167,9 +5200,9 @@ msgstr "Tampilkan postingan dari {0} di feed Anda" #: src/view/shell/bottom-bar/BottomBar.tsx:312 #: src/view/shell/bottom-bar/BottomBar.tsx:313 #: src/view/shell/bottom-bar/BottomBar.tsx:315 -#: src/view/shell/bottom-bar/BottomBarWeb.tsx:181 -#: src/view/shell/bottom-bar/BottomBarWeb.tsx:182 -#: src/view/shell/bottom-bar/BottomBarWeb.tsx:184 +#: src/view/shell/bottom-bar/BottomBarWeb.tsx:204 +#: src/view/shell/bottom-bar/BottomBarWeb.tsx:205 +#: src/view/shell/bottom-bar/BottomBarWeb.tsx:207 #: src/view/shell/NavSignupCard.tsx:69 #: src/view/shell/NavSignupCard.tsx:70 #: src/view/shell/NavSignupCard.tsx:72 @@ -5200,9 +5233,9 @@ msgstr "Keluar" #: src/view/shell/bottom-bar/BottomBar.tsx:302 #: src/view/shell/bottom-bar/BottomBar.tsx:303 #: src/view/shell/bottom-bar/BottomBar.tsx:305 -#: src/view/shell/bottom-bar/BottomBarWeb.tsx:171 -#: src/view/shell/bottom-bar/BottomBarWeb.tsx:172 -#: src/view/shell/bottom-bar/BottomBarWeb.tsx:174 +#: src/view/shell/bottom-bar/BottomBarWeb.tsx:194 +#: src/view/shell/bottom-bar/BottomBarWeb.tsx:195 +#: src/view/shell/bottom-bar/BottomBarWeb.tsx:197 #: src/view/shell/NavSignupCard.tsx:60 #: src/view/shell/NavSignupCard.tsx:61 #: src/view/shell/NavSignupCard.tsx:63 @@ -5243,7 +5276,7 @@ msgstr "Pengembang Perangkat Lunak" msgid "Some people can reply" msgstr "Beberapa orang dapat membalas" -#: src/screens/Messages/Conversation/index.tsx:94 +#: src/screens/Messages/Conversation/index.tsx:106 msgid "Something went wrong" msgstr "Terjadi kesalahan" @@ -5275,7 +5308,7 @@ msgstr "Urutkan balasan ke postingan yang sama berdasarkan:" #~ msgid "Source:" #~ msgstr "" -#: src/components/moderation/LabelsOnMeDialog.tsx:170 +#: src/components/moderation/LabelsOnMeDialog.tsx:168 msgid "Source: <0>{0}" msgstr "Sumber: <0>{0}" @@ -5328,13 +5361,13 @@ msgstr "Langkah {0} dari {1}" msgid "Storage cleared, you need to restart the app now." msgstr "Penyimpanan dihapus, Anda perlu memulai ulang aplikasi sekarang." -#: src/Navigation.tsx:218 +#: src/Navigation.tsx:224 #: src/view/screens/Settings/index.tsx:863 msgid "Storybook" msgstr "Storybook" -#: src/components/moderation/LabelsOnMeDialog.tsx:292 -#: src/components/moderation/LabelsOnMeDialog.tsx:293 +#: src/components/moderation/LabelsOnMeDialog.tsx:290 +#: src/components/moderation/LabelsOnMeDialog.tsx:291 #: src/screens/Messages/Conversation/ChatDisabled.tsx:142 #: src/screens/Messages/Conversation/ChatDisabled.tsx:143 msgid "Submit" @@ -5365,7 +5398,7 @@ msgstr "Berlangganan pelabel ini" msgid "Subscribe to this list" msgstr "Berlangganan ke daftar ini" -#: src/view/screens/Search/Search.tsx:424 +#: src/view/screens/Search/Search.tsx:425 msgid "Suggested Follows" msgstr "Disarankan untuk Mengikuti" @@ -5377,7 +5410,7 @@ msgstr "Disarankan untuk Anda" msgid "Suggestive" msgstr "Sugestif" -#: src/Navigation.tsx:233 +#: src/Navigation.tsx:239 #: src/view/screens/Support.tsx:30 #: src/view/screens/Support.tsx:33 msgid "Support" @@ -5404,7 +5437,7 @@ msgstr "Sistem" msgid "System log" msgstr "Log sistem" -#: src/components/dialogs/MutedWords.tsx:325 +#: src/components/dialogs/MutedWords.tsx:323 msgid "tag" msgstr "tagar" @@ -5432,11 +5465,11 @@ msgstr "Ceritakan sebuah lelucon!" msgid "Terms" msgstr "Ketentuan" -#: src/Navigation.tsx:243 +#: src/Navigation.tsx:249 #: src/screens/Signup/StepInfo/Policies.tsx:49 #: src/view/screens/Settings/index.tsx:951 #: src/view/screens/TermsOfService.tsx:29 -#: src/view/shell/Drawer.tsx:278 +#: src/view/shell/Drawer.tsx:279 msgid "Terms of Service" msgstr "Ketentuan Layanan" @@ -5446,17 +5479,17 @@ msgstr "Ketentuan Layanan" msgid "Terms used violate community standards" msgstr "Istilah yang digunakan melanggar standar komunitas" -#: src/components/dialogs/MutedWords.tsx:325 +#: src/components/dialogs/MutedWords.tsx:323 msgid "text" msgstr "teks" -#: src/components/moderation/LabelsOnMeDialog.tsx:256 +#: src/components/moderation/LabelsOnMeDialog.tsx:254 #: src/screens/Messages/Conversation/ChatDisabled.tsx:108 msgid "Text input field" msgstr "Area input teks" -#: src/components/dms/ReportDialog.tsx:132 -#: src/components/ReportDialog/SubmitView.tsx:78 +#: src/components/dms/ReportDialog.tsx:134 +#: src/components/ReportDialog/SubmitView.tsx:77 msgid "Thank you. Your report has been sent." msgstr "Terima kasih. Laporan Anda telah terkirim." @@ -5468,7 +5501,7 @@ msgstr "Berisi hal berikut:" msgid "That handle is already taken." msgstr "Handle telah terpakai." -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:291 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:305 #: src/view/com/profile/ProfileMenu.tsx:351 msgid "The account will be able to interact with you after unblocking." msgstr "Akun ini dapat berinteraksi kembali dengan Anda setelah pemblokiran dibuka." @@ -5489,11 +5522,11 @@ msgstr "Kebijakan Hak Cipta telah dipindahkan ke <0/>" msgid "The feed has been replaced with Discover." msgstr "Feed telah diganti dengan Discover." -#: src/components/moderation/LabelsOnMeDialog.tsx:66 +#: src/components/moderation/LabelsOnMeDialog.tsx:65 msgid "The following labels were applied to your account." msgstr "Label berikut telah diterapkan pada akun Anda." -#: src/components/moderation/LabelsOnMeDialog.tsx:67 +#: src/components/moderation/LabelsOnMeDialog.tsx:66 msgid "The following labels were applied to your content." msgstr "Label berikut telah diterapkan pada konten Anda." @@ -5531,7 +5564,7 @@ msgstr "" 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." -#: src/view/com/posts/FeedErrorMessage.tsx:146 +#: src/view/com/posts/FeedErrorMessage.tsx:145 msgid "There was an an issue removing this feed. Please check your internet connection and try again." msgstr "Ada masalah saat menghapus feed ini. Periksa koneksi internet Anda dan coba lagi." @@ -5559,12 +5592,12 @@ msgstr "Ada masalah saat menghubungkan ke Tenor." msgid "There was an issue contacting the server" msgstr "Ada masalah saat menghubungi server" -#: src/view/com/feeds/FeedSourceCard.tsx:120 -#: src/view/com/feeds/FeedSourceCard.tsx:133 +#: src/view/com/feeds/FeedSourceCard.tsx:128 +#: src/view/com/feeds/FeedSourceCard.tsx:141 msgid "There was an issue contacting your server" msgstr "Ada masalah saat menghubungi server Anda" -#: src/view/com/notifications/Feed.tsx:125 +#: src/view/com/notifications/Feed.tsx:126 msgid "There was an issue fetching notifications. Tap here to try again." msgstr "Ada masalah saat mengambil notifikasi. Ketuk di sini untuk mencoba lagi." @@ -5581,8 +5614,8 @@ msgstr "Ada masalah saat mengambil daftar. Ketuk di sini untuk mencoba lagi." msgid "There was an issue fetching your lists. Tap here to try again." msgstr "Ada masalah saat mengambil daftar Anda. Ketuk di sini untuk mencoba lagi." -#: src/components/dms/ReportDialog.tsx:220 -#: src/components/ReportDialog/SubmitView.tsx:83 +#: src/components/dms/ReportDialog.tsx:222 +#: src/components/ReportDialog/SubmitView.tsx:82 msgid "There was an issue sending your report. Please check your internet connection." msgstr "Ada masalah saat mengirimkan laporan. Silakan periksa koneksi internet Anda." @@ -5594,9 +5627,9 @@ msgstr "Ada masalah saat mengirimkan laporan. Silakan periksa koneksi internet A 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:99 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:121 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:135 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:103 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:125 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:139 #: src/view/com/post-thread/PostThreadFollowBtn.tsx:99 #: src/view/com/post-thread/PostThreadFollowBtn.tsx:111 #: src/view/com/profile/ProfileMenu.tsx:109 @@ -5641,7 +5674,7 @@ msgstr "Akun ini mewajibkan pengguna untuk masuk agar bisa melihat profilnya." msgid "This account is blocked by one or more of your moderation lists. To unblock, please visit the lists directly and remove this user." msgstr "Akun ini diblokir oleh satu atau lebih daftar moderasi Anda. Untuk membuka blokir, silakan kunjungi daftar tersebut secara langsung dan hapus pengguna ini." -#: src/components/moderation/LabelsOnMeDialog.tsx:241 +#: src/components/moderation/LabelsOnMeDialog.tsx:239 msgid "This appeal will be sent to <0>{0}." msgstr "Banding ini akan dikirim ke <0>{0}." @@ -5674,28 +5707,37 @@ msgstr "Konten ini disediakan oleh {0}. Apakah Anda ingin mengaktifkan media eks 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." -#: src/view/com/posts/FeedErrorMessage.tsx:115 +#: src/view/com/posts/FeedErrorMessage.tsx:114 msgid "This content is not viewable without a Bluesky account." msgstr "Konten ini tidak dapat dilihat tanpa akun Bluesky." +#: src/screens/Messages/List/ChatListItem.tsx:213 +msgid "This conversation is with a deleted or a deactivated account. Press for options." +msgstr "" + #: src/view/screens/Settings/ExportCarDialog.tsx:93 msgid "This feature is in beta. You can read more about repository exports in <0>this blogpost." msgstr "Fitur ini masih dalam versi beta. Anda dapat membaca lebih lanjut tentang ekspor repositori di <0>postingan blog ini." -#: src/view/com/posts/FeedErrorMessage.tsx:121 +#: src/view/com/posts/FeedErrorMessage.tsx:120 msgid "This feed is currently receiving high traffic and is temporarily unavailable. Please try again later." msgstr "Feed ini sedang menerima terlalu banyak trafik dan sementara tidak tersedia. Silakan coba lagi nanti." #: src/screens/Profile/Sections/Feed.tsx:59 #: src/view/screens/ProfileFeed.tsx:471 #: src/view/screens/ProfileList.tsx:729 -msgid "This feed is empty!" -msgstr "Feed ini kosong!" +#~ msgid "This feed is empty!" +#~ msgstr "Feed ini kosong!" #: src/view/com/posts/CustomFeedEmptyState.tsx:37 msgid "This feed is empty! You may need to follow more users or tune your language settings." msgstr "Feed ini kosong! Anda mungkin perlu mengikuti lebih banyak pengguna atau menyesuaikan pengaturan bahasa Anda." +#: src/view/screens/ProfileFeed.tsx:471 +#: src/view/screens/ProfileList.tsx:729 +msgid "This feed is empty." +msgstr "" + #: src/view/com/posts/FeedShutdownMsg.tsx:97 msgid "This feed is no longer online. We are showing <0>Discover instead." msgstr "Feed ini tidak lagi online. Kami akan menampilkan <0>Discover sebagai gantinya." @@ -5724,7 +5766,7 @@ msgstr "Label ini diterapkan oleh pemosting." #~ msgid "This label was applied by you" #~ msgstr "" -#: src/components/moderation/LabelsOnMeDialog.tsx:168 +#: src/components/moderation/LabelsOnMeDialog.tsx:166 msgid "This label was applied by you." msgstr "Label ini diterapkan oleh Anda." @@ -5744,20 +5786,20 @@ msgstr "Daftar ini kosong!" msgid "This moderation service is unavailable. See below for more details. If this issue persists, contact us." msgstr "Layanan moderasi ini tidak tersedia. Lihat detail lebih lanjut di bawah. Jika masalah berlanjut, hubungi kami." -#: src/view/com/modals/AddAppPasswords.tsx:111 +#: src/view/com/modals/AddAppPasswords.tsx:110 msgid "This name is already in use" msgstr "Nama ini sudah digunakan" -#: src/view/com/post-thread/PostThreadItem.tsx:140 +#: src/view/com/post-thread/PostThreadItem.tsx:135 msgid "This post has been deleted." msgstr "Postingan ini telah dihapus." -#: src/view/com/util/forms/PostDropdownBtn.tsx:461 +#: src/view/com/util/forms/PostDropdownBtn.tsx:448 #: src/view/com/util/post-ctrls/PostCtrls.tsx:310 msgid "This post is only visible to logged-in users. It won't be visible to people who aren't logged in." msgstr "Postingan ini hanya dapat dilihat oleh pengguna yang masuk. Ini tidak akan terlihat bagi pengguna yang belum masuk." -#: src/view/com/util/forms/PostDropdownBtn.tsx:443 +#: src/view/com/util/forms/PostDropdownBtn.tsx:430 msgid "This post will be hidden from feeds." msgstr "Postingan ini akan disembunyikan dari feed." @@ -5806,7 +5848,7 @@ msgstr "Pengguna ini tidak mengikuti siapa pun." #~ msgid "This warning is only available for posts with media attached." #~ msgstr "" -#: src/components/dialogs/MutedWords.tsx:285 +#: src/components/dialogs/MutedWords.tsx:283 msgid "This will delete {0} from your muted words. You can always add it back later." msgstr "Ini akan menghapus {0} dari daftar kata yang Anda bisukan. Anda tetap dapat menambahkannya lagi nanti." @@ -5823,7 +5865,7 @@ msgstr "Preferensi Utasan" msgid "Threaded Mode" msgstr "Mode Utasan" -#: src/Navigation.tsx:276 +#: src/Navigation.tsx:282 msgid "Threads Preferences" msgstr "Preferensi Utas" @@ -5839,7 +5881,7 @@ msgstr "Untuk melaporkan percakapan, silakan laporkan salah satu pesannya melalu msgid "To whom would you like to send this report?" msgstr "Kepada siapa Anda ingin mengirimkan laporan ini?" -#: src/components/dialogs/MutedWords.tsx:113 +#: src/components/dialogs/MutedWords.tsx:112 msgid "Toggle between muted word options." msgstr "Beralih antara opsi kata yang dibisukan." @@ -5852,7 +5894,7 @@ msgid "Toggle to enable or disable adult content" msgstr "Beralih untuk mengaktifkan atau menonaktifkan konten dewasa" #: src/screens/Hashtag.tsx:88 -#: src/view/screens/Search/Search.tsx:366 +#: src/view/screens/Search/Search.tsx:367 msgid "Top" msgstr "Teratas" @@ -5862,10 +5904,10 @@ msgstr "Transformasi" #: src/components/dms/MessageMenu.tsx:103 #: src/components/dms/MessageMenu.tsx:105 -#: src/view/com/post-thread/PostThreadItem.tsx:691 -#: src/view/com/post-thread/PostThreadItem.tsx:693 -#: src/view/com/util/forms/PostDropdownBtn.tsx:280 -#: src/view/com/util/forms/PostDropdownBtn.tsx:282 +#: src/view/com/post-thread/PostThreadItem.tsx:674 +#: src/view/com/post-thread/PostThreadItem.tsx:676 +#: src/view/com/util/forms/PostDropdownBtn.tsx:267 +#: src/view/com/util/forms/PostDropdownBtn.tsx:269 msgid "Translate" msgstr "Terjemahkan" @@ -5907,14 +5949,14 @@ msgstr "Tidak dapat terhubung ke layanan. Mohon periksa koneksi internet Anda." #: src/components/dms/MessagesListBlockedFooter.tsx:96 #: src/components/dms/MessagesListBlockedFooter.tsx:104 #: src/components/dms/MessagesListBlockedFooter.tsx:111 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:184 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:295 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:188 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:309 #: src/view/com/profile/ProfileMenu.tsx:363 #: src/view/screens/ProfileList.tsx:626 msgid "Unblock" msgstr "Buka blokir" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:189 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:193 msgctxt "action" msgid "Unblock" msgstr "Buka blokir" @@ -5929,12 +5971,12 @@ msgstr "Buka blokir akun" msgid "Unblock Account" msgstr "Buka blokir Akun" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:289 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:303 #: src/view/com/profile/ProfileMenu.tsx:345 msgid "Unblock Account?" msgstr "Buka Blokir Akun?" -#: src/view/com/util/post-ctrls/RepostButton.tsx:62 +#: src/view/com/util/post-ctrls/RepostButton.tsx:63 #: src/view/com/util/post-ctrls/RepostButton.web.tsx:69 #: src/view/com/util/post-ctrls/RepostButton.web.tsx:73 msgid "Undo repost" @@ -5949,7 +5991,7 @@ msgstr "Berhenti mengikuti" msgid "Unfollow" msgstr "Batal ikuti" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:229 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:233 msgid "Unfollow {0}" msgstr "Berhenti mengikuti {0}" @@ -5992,8 +6034,8 @@ msgstr "Bunyikan percakapan" #~ msgid "Unmute notifications" #~ msgstr "" -#: src/view/com/util/forms/PostDropdownBtn.tsx:365 -#: src/view/com/util/forms/PostDropdownBtn.tsx:370 +#: src/view/com/util/forms/PostDropdownBtn.tsx:352 +#: src/view/com/util/forms/PostDropdownBtn.tsx:357 msgid "Unmute thread" msgstr "Bunyikan utasan" @@ -6043,7 +6085,7 @@ msgstr "Ubah ke {handle}" msgid "Updating..." msgstr "Memperbarui..." -#: src/screens/Onboarding/StepProfile/index.tsx:280 +#: src/screens/Onboarding/StepProfile/index.tsx:281 msgid "Upload a photo instead" msgstr "Unggah foto saja" @@ -6104,7 +6146,7 @@ msgstr "Gunakan rekomendasi" msgid "Use the DNS panel" msgstr "Gunakan panel DNS" -#: src/view/com/modals/AddAppPasswords.tsx:206 +#: src/view/com/modals/AddAppPasswords.tsx:205 msgid "Use this to sign into the other app along with your handle." msgstr "Gunakan ini untuk masuk ke aplikasi lain dengan handle Anda." @@ -6271,11 +6313,11 @@ msgstr "Lihat informasi tentang label ini" #: src/components/ProfileHoverCard/index.web.tsx:396 #: src/components/ProfileHoverCard/index.web.tsx:429 #: src/view/com/posts/AviFollowButton.tsx:58 -#: src/view/com/posts/FeedErrorMessage.tsx:175 +#: src/view/com/posts/FeedErrorMessage.tsx:174 msgid "View profile" msgstr "Lihat profil" -#: src/view/com/profile/ProfileSubpageHeader.tsx:130 +#: src/view/com/profile/ProfileSubpageHeader.tsx:127 msgid "View the avatar" msgstr "Lihat avatar" @@ -6287,6 +6329,11 @@ msgstr "Lihat layanan pelabelan yang disediakan oleh @{0}" msgid "View users who like this feed" msgstr "Lihat pengguna yang menyukai feed ini" +#: src/view/com/home/HomeHeaderLayout.web.tsx:78 +#: src/view/com/home/HomeHeaderLayoutMobile.tsx:84 +msgid "View your feeds and explore more" +msgstr "" + #: src/view/com/modals/LinkWarning.tsx:89 #: src/view/com/modals/LinkWarning.tsx:95 msgid "Visit Site" @@ -6310,7 +6357,7 @@ msgstr "Peringatkan konten dan saring dari feed" msgid "We couldn't find any results for that hashtag." msgstr "Kami tidak dapat menemukan hasil apa pun untuk tagar tersebut." -#: src/screens/Messages/Conversation/index.tsx:95 +#: src/screens/Messages/Conversation/index.tsx:107 msgid "We couldn't load this conversation" msgstr "Kami tidak dapat memuat percakapan ini" @@ -6326,7 +6373,7 @@ msgstr "Semoga Anda senang dan betah di sini. Ingat, Bluesky adalah:" msgid "We ran out of posts from your follows. Here's the latest from <0/>." msgstr "Kami kehabisan postingan dari akun yang Anda ikuti. Inilah yang terbaru dari <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 "Sebaiknya hindari kata-kata umum yang muncul dalam postingan, karena dapat mengakibatkan tidak adanya postingan yang ditampilkan." @@ -6366,14 +6413,18 @@ 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 "Mohon maaf, untuk saat ini kami tidak dapat memuat kata yang Anda bisukan. Silakan coba lagi." -#: src/view/screens/Search/Search.tsx:269 +#: src/view/screens/Search/Search.tsx:270 msgid "We're sorry, but your search could not be completed. Please try again in a few minutes." msgstr "Maaf, pencarian Anda tidak dapat dilakukan. Mohon coba lagi dalam beberapa menit." +#: src/view/com/composer/Composer.tsx:318 +msgid "We're sorry! The post you are replying to has been deleted." +msgstr "" + #: src/components/Lists.tsx:212 #: src/view/screens/NotFound.tsx:48 msgid "We're sorry! We can't find the page you were looking for." @@ -6397,7 +6448,7 @@ msgstr "Apa saja minat Anda?" #: src/view/com/auth/SplashScreen.tsx:40 #: src/view/com/auth/SplashScreen.web.tsx:86 -#: src/view/com/composer/Composer.tsx:340 +#: src/view/com/composer/Composer.tsx:359 msgid "What's up?" msgstr "Apa kabar?" @@ -6418,7 +6469,7 @@ msgstr "Siapa yang dapat mengirim pesan kepada Anda?" msgid "Who can reply" msgstr "Siapa yang dapat membalas" -#: src/screens/Home/NoFeedsPinned.tsx:92 +#: src/screens/Home/NoFeedsPinned.tsx:79 #: src/screens/Messages/List/index.tsx:185 msgid "Whoops!" msgstr "Waduh!" @@ -6456,11 +6507,11 @@ msgstr "Lebar" msgid "Write a message" msgstr "Tulis pesan" -#: src/view/com/composer/Composer.tsx:534 +#: src/view/com/composer/Composer.tsx:549 msgid "Write post" msgstr "Tulis postingan" -#: src/view/com/composer/Composer.tsx:339 +#: src/view/com/composer/Composer.tsx:358 #: src/view/com/composer/Prompt.tsx:39 msgid "Write your reply" msgstr "Tulis balasan Anda" @@ -6500,8 +6551,8 @@ msgstr "Anda sedang dalam antrian." msgid "You are not following anyone." msgstr "Anda tidak mengikuti siapa pun." -#: src/view/com/posts/FollowingEmptyState.tsx:67 -#: src/view/com/posts/FollowingEndOfFeed.tsx:68 +#: src/view/com/posts/FollowingEmptyState.tsx:63 +#: src/view/com/posts/FollowingEndOfFeed.tsx:64 msgid "You can also discover new Custom Feeds to follow." msgstr "Anda juga bisa menemukan Feed Kustom baru untuk diikuti." @@ -6534,6 +6585,10 @@ msgstr "" msgid "You do not have any followers." msgstr "Anda tidak memiliki pengikut." +#: src/screens/Profile/KnownFollowers.tsx:99 +msgid "You don't follow any users who follow @{name}." +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 "Anda belum memiliki kode undangan! Kami akan mengirimkan kode saat Anda sudah sedikit lama di Bluesky." @@ -6621,15 +6676,15 @@ msgstr "Anda belum membisukan akun apa pun. Untuk membisukan akun, buka profil m msgid "You have reached the end" msgstr "Anda telah mencapai akhir" -#: src/components/dialogs/MutedWords.tsx:250 +#: src/components/dialogs/MutedWords.tsx:249 msgid "You haven't muted any words or tags yet" msgstr "Anda belum membisukan kata atau tagar apa pun" -#: src/components/moderation/LabelsOnMeDialog.tsx:87 +#: src/components/moderation/LabelsOnMeDialog.tsx:86 msgid "You may appeal non-self labels if you feel they were placed in error." msgstr "Anda dapat mengajukan banding atas label non-mandiri jika Anda merasa label tersebut ditempatkan secara tidak tepat." -#: src/components/moderation/LabelsOnMeDialog.tsx:92 +#: src/components/moderation/LabelsOnMeDialog.tsx:91 msgid "You may appeal these labels if you feel they were placed in error." msgstr "Anda dapat mengajukan banding atas label ini jika Anda merasa label tersebut ditempatkan secara tidak tepat." @@ -6641,7 +6696,7 @@ msgstr "Anda harus berusia 13 tahun atau lebih untuk mendaftar." #~ msgid "You must be 18 years or older to enable adult content" #~ msgstr "Anda harus berusia 18 tahun atau lebih untuk mengaktifkan konten dewasa" -#: src/components/ReportDialog/SubmitView.tsx:206 +#: src/components/ReportDialog/SubmitView.tsx:205 msgid "You must select at least one labeler for a report" msgstr "Anda harus memilih setidaknya satu pelabel untuk sebuah laporan" @@ -6649,11 +6704,11 @@ msgstr "Anda harus memilih setidaknya satu pelabel untuk sebuah laporan" msgid "You previously deactivated @{0}." msgstr "" -#: src/view/com/util/forms/PostDropdownBtn.tsx:173 +#: src/view/com/util/forms/PostDropdownBtn.tsx:168 msgid "You will no longer receive notifications for this thread" msgstr "Anda tidak akan lagi menerima notifikasi untuk utas ini" -#: src/view/com/util/forms/PostDropdownBtn.tsx:176 +#: src/view/com/util/forms/PostDropdownBtn.tsx:171 msgid "You will now receive notifications for this thread" msgstr "Anda sekarang akan menerima notifikasi untuk utas ini" @@ -6661,15 +6716,15 @@ msgstr "Anda sekarang akan menerima notifikasi untuk utas ini" msgid "You will receive an email with a \"reset code.\" Enter that code here, then enter your new password." msgstr "Anda akan menerima email berisikan \"kode reset\". Masukkan kode tersebut di sini, lalu masukkan kata sandi baru." -#: src/screens/Messages/List/ChatListItem.tsx:113 +#: src/screens/Messages/List/ChatListItem.tsx:114 msgid "You: {0}" msgstr "Anda: {0}" -#: src/screens/Messages/List/ChatListItem.tsx:142 +#: src/screens/Messages/List/ChatListItem.tsx:143 msgid "You: {defaultEmbeddedContentMessage}" msgstr "" -#: src/screens/Messages/List/ChatListItem.tsx:135 +#: src/screens/Messages/List/ChatListItem.tsx:136 msgid "You: {short}" msgstr "" @@ -6697,7 +6752,7 @@ msgstr "Anda siap untuk mulai!" msgid "You've chosen to hide a word or tag within this post." msgstr "Anda telah memilih untuk menyembunyikan kata atau tagar dalam postingan ini." -#: src/view/com/posts/FollowingEndOfFeed.tsx:48 +#: src/view/com/posts/FollowingEndOfFeed.tsx:44 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." @@ -6743,7 +6798,7 @@ msgstr "Alamat email Anda telah diperbarui namun belum diverifikasi. Silakan ver msgid "Your email has not yet been verified. This is an important security step which we recommend." msgstr "Alamat email Anda belum diverifikasi. Ini merupakan langkah keamanan penting yang kami rekomendasikan." -#: src/view/com/posts/FollowingEmptyState.tsx:47 +#: src/view/com/posts/FollowingEmptyState.tsx:43 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." @@ -6755,7 +6810,7 @@ msgstr "Handle lengkap Anda akan menjadi" msgid "Your full handle will be <0>@{0}" msgstr "Handle lengkap Anda akan menjadi <0>@{0}" -#: src/components/dialogs/MutedWords.tsx:221 +#: src/components/dialogs/MutedWords.tsx:220 msgid "Your muted words" msgstr "Kata yang Anda bisukan" @@ -6763,7 +6818,7 @@ msgstr "Kata yang Anda bisukan" msgid "Your password has been changed successfully!" msgstr "Kata sandi Anda telah berhasil diubah!" -#: src/view/com/composer/Composer.tsx:330 +#: src/view/com/composer/Composer.tsx:349 msgid "Your post has been published" msgstr "Postingan Anda telah dipublikasikan" @@ -6779,11 +6834,11 @@ msgstr "Profil Anda" msgid "Your profile, posts, feeds, and lists will no longer be visible to other Bluesky users. You can reactivate your account at any time by logging in." msgstr "" -#: src/view/com/composer/Composer.tsx:329 +#: src/view/com/composer/Composer.tsx:348 msgid "Your reply has been published" msgstr "Balasan Anda telah dipublikasikan" -#: src/components/dms/ReportDialog.tsx:160 +#: src/components/dms/ReportDialog.tsx:162 msgid "Your report will be sent to the Bluesky Moderation Service" msgstr "Laporan Anda akan dikirim ke Layanan Moderasi Bluesky" diff --git a/src/locale/locales/it/messages.po b/src/locale/locales/it/messages.po index 63ab49a3..e2c2bdb3 100644 --- a/src/locale/locales/it/messages.po +++ b/src/locale/locales/it/messages.po @@ -14,7 +14,7 @@ msgstr "" "X-Generator: Poedit 3.4.4\n" "X-Poedit-SourceCharset: UTF-8\n" -#: src/screens/Messages/List/ChatListItem.tsx:119 +#: src/screens/Messages/List/ChatListItem.tsx:120 msgid "(contains embedded content)" msgstr "" @@ -26,6 +26,9 @@ msgstr "(no email)" msgid "{0, plural, one {{formattedCount} other} other {{formattedCount} others}}" msgstr "" +#~ msgid "{0, plural, one {# invite code available} other {# invite codes available}}" +#~ msgstr "{0, plural, one {# codice d'invito disponibile} other {# codici d'inviti disponibili}}" + #: src/components/moderation/LabelsOnMe.tsx:55 msgid "{0, plural, one {# label has been placed on this account} other {# labels have been placed on this account}}" msgstr "{0, plural, one {# un etichetta è stata applicata a questo account} other {# etichette sono stata applicate a questo account}}" @@ -34,16 +37,20 @@ msgstr "{0, plural, one {# un etichetta è stata applicata a questo account} oth msgid "{0, plural, one {# label has been placed on this content} other {# labels have been placed on this content}}" msgstr "{0, plural, one {# un etichetta è stata applicata a questo contenuto} other {# etichette sono state applicate a questo contenuto}}" -#: src/view/com/util/post-ctrls/RepostButton.tsx:64 +#: src/view/com/util/post-ctrls/RepostButton.tsx:65 msgid "{0, plural, one {# repost} other {# reposts}}" msgstr "{0, plural, one {# ripubblicazione} other {# ripubblicazioni}}" -#: src/components/ProfileHoverCard/index.web.tsx:377 +#: src/components/KnownFollowers.tsx:179 +msgid "{0, plural, one {and # other} other {and # others}}" +msgstr "" + +#: src/components/ProfileHoverCard/index.web.tsx:376 #: src/screens/Profile/Header/Metrics.tsx:23 msgid "{0, plural, one {follower} other {followers}}" msgstr "" -#: src/components/ProfileHoverCard/index.web.tsx:381 +#: src/components/ProfileHoverCard/index.web.tsx:380 #: src/screens/Profile/Header/Metrics.tsx:27 msgid "{0, plural, one {following} other {following}}" msgstr "" @@ -52,11 +59,11 @@ msgstr "" msgid "{0, plural, one {Like (# like)} other {Like (# likes)}}" msgstr "" -#: src/view/com/post-thread/PostThreadItem.tsx:386 +#: src/view/com/post-thread/PostThreadItem.tsx:380 msgid "{0, plural, one {like} other {likes}}" msgstr "" -#: src/view/com/feeds/FeedSourceCard.tsx:280 +#: src/view/com/feeds/FeedSourceCard.tsx:301 msgid "{0, plural, one {Liked by # user} other {Liked by # users}}" msgstr "" @@ -68,7 +75,7 @@ msgstr "" msgid "{0, plural, one {Reply (# reply)} other {Reply (# replies)}}" msgstr "" -#: src/view/com/post-thread/PostThreadItem.tsx:366 +#: src/view/com/post-thread/PostThreadItem.tsx:360 msgid "{0, plural, one {repost} other {reposts}}" msgstr "" @@ -82,9 +89,8 @@ msgstr "" #~ msgid "{0} {purposeLabel} List" #~ msgstr "Lista {purposeLabel} {0}" -#: src/view/screens/ProfileList.tsx:286 #~ msgid "{0} your feeds" -#~ msgstr "" +#~ msgstr "{0} tuoi feed" #: src/view/com/util/UserAvatar.tsx:406 msgid "{0}'s avatar" @@ -102,7 +108,7 @@ msgstr "" msgid "{estimatedTimeMins, plural, one {minute} other {minutes}}" msgstr "" -#: src/components/ProfileHoverCard/index.web.tsx:458 +#: src/components/ProfileHoverCard/index.web.tsx:457 #: src/screens/Profile/Header/Metrics.tsx:50 msgid "{following} following" msgstr "{following} following" @@ -111,13 +117,25 @@ msgstr "{following} following" msgid "{handle} can't be messaged" msgstr "{handle} non può ricevere messaggi" +#~ msgid "{invitesAvailable, plural, one {Invite codes: # available} other {Invite codes: # available}}" +#~ msgstr "{invitesAvailable, plural, one {Codici d'invito: # available} other {Codici d'invito: # available}}" + +#~ msgid "{invitesAvailable} invite code available" +#~ msgstr "{invitesAvailable} codice d'invito disponibile" + +#~ msgid "{invitesAvailable} invite codes available" +#~ msgstr "{invitesAvailable} codici d'invito disponibili" + #: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:286 #: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:299 #: src/view/screens/ProfileFeed.tsx:585 msgid "{likeCount, plural, one {Liked by # user} other {Liked by # users}}" msgstr "" -#: src/view/shell/Drawer.tsx:461 +#~ msgid "{message}" +#~ msgstr "{message}" + +#: src/view/shell/Drawer.tsx:462 msgid "{numUnreadNotifications} unread" msgstr "{numUnreadNotifications} non letto" @@ -137,15 +155,33 @@ msgstr "" msgid "<0>{0} {1, plural, one {following} other {following}}" msgstr "" +#~ msgid "<0>{0} following" +#~ msgstr "<0>{0} following" + +#~ msgid "<0>{followers} <1>{pluralizedFollowers}" +#~ msgstr "<0>{followers} <1>{pluralizedFollowers}" + +#~ msgid "<0>{following} <1>following" +#~ msgstr "<0>{following} <1>following" + +#~ msgid "<0>Choose your<1>Recommended<2>Feeds" +#~ msgstr "<0>Scegli i tuoi<1>feeds<2>consigliati" + +#~ msgid "<0>Follow some<1>Recommended<2>Users" +#~ msgstr "<0>Segui alcuni<1>utenti<2>consigliati" + #: src/view/com/modals/SelfLabel.tsx:135 msgid "<0>Not Applicable. This warning is only available for posts with media attached." msgstr "<0>Non applicabile. Questo avviso è disponibile solo per i post che contengono media." +#~ msgid "<0>Welcome to<1>Bluesky" +#~ msgstr "<0>Ti diamo il benvenuto su<1>Bluesky" + #: src/screens/Profile/Header/Handle.tsx:43 msgid "⚠Invalid Handle" msgstr "⚠Nome utente non valido" -#: src/screens/Login/LoginForm.tsx:241 +#: src/screens/Login/LoginForm.tsx:244 msgid "2FA Confirmation" msgstr "Conferma 2FA" @@ -155,12 +191,12 @@ msgstr "Conferma 2FA" #~ 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:92 -#: src/view/screens/Search/Search.tsx:714 +#: src/view/com/util/ViewHeader.tsx:93 +#: src/view/screens/Search/Search.tsx:715 msgid "Access navigation links and settings" msgstr "Accedi alle impostazioni di navigazione" -#: src/view/com/home/HomeHeaderLayoutMobile.tsx:54 +#: src/view/com/home/HomeHeaderLayoutMobile.tsx:56 msgid "Access profile and other navigation links" msgstr "Accedi al profilo e ad altre impostazioni di navigazione" @@ -173,11 +209,11 @@ msgstr "Accessibilità" msgid "Accessibility settings" msgstr "Impostazioni di accessibilità" -#: src/Navigation.tsx:290 src/view/screens/AccessibilitySettings.tsx:63 +#: src/Navigation.tsx:296 +#: src/view/screens/AccessibilitySettings.tsx:63 msgid "Accessibility Settings" msgstr "Impostazioni di Accessibilità" -#: src/components/moderation/LabelsOnMe.tsx:42 #~ msgid "account" #~ msgstr "account" @@ -216,7 +252,7 @@ msgstr "Opzioni dell'account" msgid "Account removed from quick access" msgstr "Account rimosso dall'accesso immediato" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:131 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:135 #: src/view/com/profile/ProfileMenu.tsx:131 msgid "Account unblocked" msgstr "Account sbloccato" @@ -256,15 +292,31 @@ msgstr "Aggiungi account" #: src/view/com/composer/GifAltText.tsx:175 #: src/view/com/composer/photos/Gallery.tsx:120 #: src/view/com/composer/photos/Gallery.tsx:187 -#: src/view/com/modals/AltImage.tsx:117 +#: src/view/com/modals/AltImage.tsx:118 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:158 +#~ msgid "Add ALT text" +#~ msgstr "Agguingo del testo descrittivo" + +#: src/view/screens/AppPasswords.tsx:106 +#: src/view/screens/AppPasswords.tsx:148 +#: src/view/screens/AppPasswords.tsx:161 msgid "Add App Password" msgstr "Aggiungi la Password per l'App" +#~ msgid "Add details" +#~ msgstr "Aggiungi i dettagli" + +#~ msgid "Add details to report" +#~ msgstr "Aggiungi dettagli da segnalare" + +#~ msgid "Add link card" +#~ msgstr "Aggiungi anteprima del link" + +#~ msgid "Add link card:" +#~ msgstr "Aggiungi anteprima del link:" + #: src/components/dialogs/MutedWords.tsx:157 msgid "Add mute word for configured settings" msgstr "Aggiungi parola silenziata alle impostazioni configurate" @@ -273,7 +325,7 @@ msgstr "Aggiungi parola silenziata alle impostazioni configurate" msgid "Add muted words and tags" msgstr "Aggiungi parole silenziate e tags" -#: src/screens/Home/NoFeedsPinned.tsx:112 +#: src/screens/Home/NoFeedsPinned.tsx:99 msgid "Add recommended feeds" msgstr "Aggiungi feed raccomandati" @@ -290,16 +342,19 @@ msgstr "Aggiungi il seguente record DNS al tuo dominio:" msgid "Add to Lists" msgstr "Aggiungi alle Liste" -#: src/view/com/feeds/FeedSourceCard.tsx:246 +#: src/view/com/feeds/FeedSourceCard.tsx:267 msgid "Add to my feeds" msgstr "Aggiungi ai miei feed" +#~ msgid "Added" +#~ msgstr "Aggiunto" + #: src/view/com/modals/ListAddRemoveUsers.tsx:191 #: src/view/com/modals/UserAddRemoveLists.tsx:157 msgid "Added to list" msgstr "Aggiunto alla lista" -#: src/view/com/feeds/FeedSourceCard.tsx:118 +#: src/view/com/feeds/FeedSourceCard.tsx:126 msgid "Added to my feeds" msgstr "Aggiunto ai miei feeds" @@ -312,6 +367,9 @@ msgstr "Modifica il numero di \"Mi piace\" che una risposta deve avere per esser msgid "Adult Content" msgstr "Contenuto per adulti" +#~ 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." @@ -321,13 +379,23 @@ msgstr "Il contenuto per adulti è disattivato." msgid "Advanced" msgstr "Avanzato" -#: src/view/screens/Feeds.tsx:798 +#: src/view/screens/Feeds.tsx:771 msgid "All the feeds you've saved, right in one place." msgstr "Tutti i feed che hai salvato, in un unico posto." -#: src/screens/Messages/Settings.tsx:61 src/screens/Messages/Settings.tsx:64 -msgid "Allow messages from" -msgstr "Permetti tutti i messaggi di" +#: src/view/com/modals/AddAppPasswords.tsx:187 +#: src/view/com/modals/AddAppPasswords.tsx:194 +msgid "Allow access to your direct messages" +msgstr "" + +#: src/screens/Messages/Settings.tsx:NaN +#~ msgid "Allow messages from" +#~ msgstr "Permetti tutti i messaggi di" + +#: src/screens/Messages/Settings.tsx:62 +#: src/screens/Messages/Settings.tsx:65 +msgid "Allow new messages from" +msgstr "" #: src/screens/Login/ForgotPasswordForm.tsx:178 #: src/view/com/modals/ChangePassword.tsx:171 @@ -371,6 +439,9 @@ msgstr "Una email è stata inviata al tuo indirizzo precedente, {0}. Include un msgid "An error occured" msgstr "Si è verificato un errore" +#~ msgid "An error occurred while trying to delete the message. Please try again." +#~ msgstr "È avvenuto un errore durante la cancellazione del messaggio. Riprovare un altra volta" + #: src/lib/moderation/useReportOptions.ts:27 msgid "An issue not included in these options" msgstr "Un problema non incluso in queste opzioni" @@ -388,6 +459,7 @@ msgstr "Si è verificato un problema, riprova un'altra volta." msgid "an unknown error occurred" msgstr "si è verificato un errore sconosciuto" +#: src/components/KnownFollowers.tsx:187 #: src/view/com/notifications/FeedItem.tsx:258 #: src/view/com/threadgate/WhoCanReply.tsx:180 msgid "and" @@ -409,15 +481,15 @@ msgstr "Comportamento antisociale" msgid "App Language" msgstr "Lingua dell'app" -#: src/view/screens/AppPasswords.tsx:223 +#: src/view/screens/AppPasswords.tsx:228 msgid "App password deleted" msgstr "Password dell'app eliminata" -#: src/view/com/modals/AddAppPasswords.tsx:135 +#: src/view/com/modals/AddAppPasswords.tsx:138 msgid "App Password names can only contain letters, numbers, spaces, dashes, and underscores." msgstr "Le password dell'app possono contenere solo lettere, numeri, spazi, trattini e trattini bassi." -#: src/view/com/modals/AddAppPasswords.tsx:100 +#: src/view/com/modals/AddAppPasswords.tsx:103 msgid "App Password names must be at least 4 characters long." msgstr "Le password delle app devono contenere almeno 4 caratteri." @@ -428,26 +500,38 @@ msgstr "Impostazioni della password dell'app" #~ msgid "App passwords" #~ msgstr "Passwords dell'app" -#: src/Navigation.tsx:258 +#: src/Navigation.tsx:264 #: src/view/screens/AppPasswords.tsx:192 #: src/view/screens/Settings/index.tsx:706 msgid "App Passwords" msgstr "Password dell'App" -#: src/components/moderation/LabelsOnMeDialog.tsx:152 -#: src/components/moderation/LabelsOnMeDialog.tsx:155 +#: src/components/moderation/LabelsOnMeDialog.tsx:151 +#: src/components/moderation/LabelsOnMeDialog.tsx:154 msgid "Appeal" msgstr "Ricorso" -#: src/components/moderation/LabelsOnMeDialog.tsx:237 +#: src/components/moderation/LabelsOnMeDialog.tsx:236 msgid "Appeal \"{0}\" label" msgstr "Etichetta \"{0}\" del ricorso" -#: src/components/moderation/LabelsOnMeDialog.tsx:228 +#~ 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:227 #: src/screens/Messages/Conversation/ChatDisabled.tsx:91 msgid "Appeal submitted" msgstr "Appello inviato" +#~ msgid "Appeal submitted." +#~ msgstr "Ricorso presentato." + #: src/screens/Messages/Conversation/ChatDisabled.tsx:51 #: src/screens/Messages/Conversation/ChatDisabled.tsx:53 #: src/screens/Messages/Conversation/ChatDisabled.tsx:99 @@ -463,11 +547,11 @@ msgid "Appearance" msgstr "Aspetto" #: src/screens/Feeds/NoSavedFeedsOfAnyType.tsx:47 -#: src/screens/Home/NoFeedsPinned.tsx:106 +#: src/screens/Home/NoFeedsPinned.tsx:93 msgid "Apply default recommended feeds" msgstr "Applica i feed raccomandati predefiniti" -#: src/view/screens/AppPasswords.tsx:265 +#: src/view/screens/AppPasswords.tsx:282 msgid "Are you sure you want to delete the app password \"{name}\"?" msgstr "Confermi di voler eliminare la password dell'app \"{name}\"?" @@ -483,11 +567,11 @@ msgstr "Sei sicuro di voler cancellare questo messaggio? Il messaggio verrà can msgid "Are you sure you want to leave this conversation? Your messages will be deleted for you, but not for the other participant." msgstr "Sei sicuro di voler abbandonare questa conversazione? I messaggi verranno cancellati per te, ma non per gli altri partecipanti." -#: src/view/com/feeds/FeedSourceCard.tsx:293 +#: src/view/com/feeds/FeedSourceCard.tsx:314 msgid "Are you sure you want to remove {0} from your feeds?" msgstr "Confermi di voler rimuovere {0} dai tuoi feed?" -#: src/view/com/composer/Composer.tsx:617 +#: src/view/com/composer/Composer.tsx:630 msgid "Are you sure you'd like to discard this draft?" msgstr "Confermi di voler eliminare questa bozza?" @@ -495,6 +579,9 @@ msgstr "Confermi di voler eliminare questa bozza?" 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}?" msgstr "Stai scrivendo in <0>{0}?" @@ -512,22 +599,28 @@ msgid "At least 3 characters" msgstr "Almeno 3 caratteri" #: src/components/dms/MessagesListHeader.tsx:75 -#: src/components/moderation/LabelsOnMeDialog.tsx:283 +#: src/components/moderation/LabelsOnMeDialog.tsx:281 +#: src/components/moderation/LabelsOnMeDialog.tsx:282 #: src/screens/Login/ChooseAccountForm.tsx:98 #: src/screens/Login/ChooseAccountForm.tsx:103 #: src/screens/Login/ForgotPasswordForm.tsx:129 #: src/screens/Login/ForgotPasswordForm.tsx:135 -#: src/screens/Login/LoginForm.tsx:272 src/screens/Login/LoginForm.tsx:278 +#: src/screens/Login/LoginForm.tsx:275 +#: src/screens/Login/LoginForm.tsx:281 #: src/screens/Login/SetNewPasswordForm.tsx:160 #: src/screens/Login/SetNewPasswordForm.tsx:166 #: src/screens/Messages/Conversation/ChatDisabled.tsx:133 #: src/screens/Messages/Conversation/ChatDisabled.tsx:134 #: src/screens/Profile/Header/Shell.tsx:102 #: src/screens/Signup/index.tsx:193 -#: src/view/com/util/ViewHeader.tsx:90 +#: src/view/com/util/ViewHeader.tsx:91 msgid "Back" msgstr "Indietro" +#~ 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}" @@ -544,7 +637,7 @@ msgstr "Compleanno" msgid "Birthday:" msgstr "Compleanno:" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:295 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:309 #: src/view/com/profile/ProfileMenu.tsx:363 msgid "Block" msgstr "Blocca" @@ -587,7 +680,8 @@ msgstr "Bloccato" msgid "Blocked accounts" msgstr "Accounts bloccati" -#: src/Navigation.tsx:141 src/view/screens/ModerationBlockedAccounts.tsx:109 +#: src/Navigation.tsx:140 +#: src/view/screens/ModerationBlockedAccounts.tsx:109 msgid "Blocked Accounts" msgstr "Accounts bloccati" @@ -628,10 +722,25 @@ msgstr "Bluesky" 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." +#~ msgid "Bluesky is flexible." +#~ msgstr "Bluesky è flessibile." + +#~ msgid "Bluesky is open." +#~ msgstr "Bluesky è aperto." + +#~ msgid "Bluesky is public." +#~ msgstr "Bluesky è pubblico." + +#~ 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" @@ -644,11 +753,14 @@ msgstr "Sfoca le immagini e filtra dai feed" msgid "Books" msgstr "Libri" -#: src/screens/Home/NoFeedsPinned.tsx:116 -#: src/screens/Home/NoFeedsPinned.tsx:123 +#: src/screens/Home/NoFeedsPinned.tsx:103 +#: src/screens/Home/NoFeedsPinned.tsx:109 msgid "Browse other feeds" msgstr "Cerca altri feed" +#~ msgid "Build version {0} {1}" +#~ msgstr "Versione {0} {1}" + #: src/view/com/auth/SplashScreen.web.tsx:151 msgid "Business" msgstr "Attività commerciale" @@ -656,10 +768,13 @@ 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:159 +#: src/view/com/profile/ProfileSubpageHeader.tsx:156 msgid "by —" msgstr "da —" +#~ msgid "by {0}" +#~ msgstr "di {0}" + #: src/components/LabelingServiceCard/index.tsx:56 msgid "By {0}" msgstr "Di {0}" @@ -668,7 +783,7 @@ msgstr "Di {0}" #~ msgid "by @{0}" #~ msgstr "" -#: src/view/com/profile/ProfileSubpageHeader.tsx:163 +#: src/view/com/profile/ProfileSubpageHeader.tsx:160 msgid "by <0/>" msgstr "di <0/>" @@ -676,7 +791,7 @@ msgstr "di <0/>" msgid "By creating an account you agree to the {els}." msgstr "Creando un account accetti i {els}." -#: src/view/com/profile/ProfileSubpageHeader.tsx:161 +#: src/view/com/profile/ProfileSubpageHeader.tsx:158 msgid "by you" msgstr "da te" @@ -684,7 +799,7 @@ msgstr "da te" msgid "Camera" msgstr "Fotocamera" -#: src/view/com/modals/AddAppPasswords.tsx:217 +#: src/view/com/modals/AddAppPasswords.tsx:179 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." @@ -693,8 +808,8 @@ msgstr "Può contenere solo lettere, numeri, spazi, trattini e trattini bassi. D #: src/components/Prompt.tsx:121 #: src/components/TagMenu/index.tsx:268 #: src/screens/Deactivated.tsx:161 -#: src/view/com/composer/Composer.tsx:417 -#: src/view/com/composer/Composer.tsx:423 +#: src/view/com/composer/Composer.tsx:432 +#: src/view/com/composer/Composer.tsx:438 #: src/view/com/modals/ChangeEmail.tsx:213 #: src/view/com/modals/ChangeEmail.tsx:215 #: src/view/com/modals/ChangeHandle.tsx:148 @@ -710,8 +825,8 @@ msgstr "Può contenere solo lettere, numeri, spazi, trattini e trattini bassi. D #: src/view/com/modals/LinkWarning.tsx:107 #: src/view/com/modals/VerifyEmail.tsx:255 #: src/view/com/modals/VerifyEmail.tsx:261 -#: src/view/com/util/post-ctrls/RepostButton.tsx:136 -#: src/view/screens/Search/Search.tsx:738 +#: src/view/com/util/post-ctrls/RepostButton.tsx:138 +#: src/view/screens/Search/Search.tsx:735 #: src/view/shell/desktop/Search.tsx:218 msgid "Cancel" msgstr "Cancella" @@ -728,6 +843,9 @@ msgstr "Cancella" msgid "Cancel account deletion" msgstr "Annulla la cancellazione dell'account" +#~ msgid "Cancel add image alt text" +#~ msgstr "Cancel·la afegir text a la imatge" + #: src/view/com/modals/ChangeHandle.tsx:144 msgid "Cancel change handle" msgstr "Annulla il cambio del tuo nome utente" @@ -740,7 +858,7 @@ msgstr "Annulla il ritaglio dell'immagine" msgid "Cancel profile editing" msgstr "Annulla la modifica del profilo" -#: src/view/com/util/post-ctrls/RepostButton.tsx:130 +#: src/view/com/util/post-ctrls/RepostButton.tsx:132 msgid "Cancel quote post" msgstr "Annnulla la citazione del post" @@ -753,6 +871,9 @@ msgstr "" msgid "Cancel search" msgstr "Annulla la ricerca" +#~ 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" @@ -792,11 +913,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:104 msgid "Change Your Email" msgstr "Cambia la tua email" -#: src/Navigation.tsx:302 src/view/shell/bottom-bar/BottomBar.tsx:201 +#: src/Navigation.tsx:308 +#: src/view/shell/bottom-bar/BottomBar.tsx:201 #: src/view/shell/desktop/LeftNav.tsx:295 msgid "Chat" msgstr "Messaggi" @@ -807,7 +932,7 @@ msgstr "Conversazione silenziata" #: src/components/dms/ConvoMenu.tsx:112 #: src/components/dms/MessageMenu.tsx:81 -#: src/Navigation.tsx:307 +#: src/Navigation.tsx:313 #: src/screens/Messages/List/index.tsx:88 #: src/view/screens/Settings/index.tsx:638 msgid "Chat settings" @@ -831,7 +956,13 @@ msgstr "Conversizione non silenziata" msgid "Check my status" msgstr "Verifica il mio stato" -#: src/screens/Login/LoginForm.tsx:265 +#~ msgid "Check out some recommended feeds. Tap + to add them to your list of pinned feeds." +#~ msgstr "Dai un'occhiata ad alcuni feed consigliati. Clicca + per aggiungerli al tuo elenco dei feed." + +#~ msgid "Check out some recommended users. Follow them to see similar users." +#~ msgstr "Scopri alcuni utenti consigliati. Seguili per vedere utenti simili." + +#: src/screens/Login/LoginForm.tsx:268 msgid "Check your email for a login code and enter it here." msgstr "Controlla la tua email per il codice di accesso e inseriscilo qui." @@ -843,6 +974,9 @@ 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" @@ -851,6 +985,9 @@ msgstr "Scegli il servizio" msgid "Choose the algorithms that power your custom feeds." 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/StepProfile/AvatarCreatorItems.tsx:107 msgid "Choose this color as your avatar" msgstr "Scegli questo colore per il tuo avatar" @@ -880,7 +1017,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:864 +#: src/view/screens/Search/Search.tsx:861 msgid "Clear search query" msgstr "Annulla la ricerca" @@ -974,7 +1111,8 @@ msgstr "Chiudi finestra" msgid "Close navigation footer" msgstr "Chiudi la navigazione del footer" -#: src/components/Menu/index.tsx:209 src/components/TagMenu/index.tsx:262 +#: src/components/Menu/index.tsx:209 +#: src/components/TagMenu/index.tsx:262 msgid "Close this dialog" msgstr "Chiudi la finestra" @@ -986,7 +1124,7 @@ msgstr "Chiude la barra di navigazione in basso" msgid "Closes password update alert" msgstr "Chiude l'avviso di aggiornamento della password" -#: src/view/com/composer/Composer.tsx:419 +#: src/view/com/composer/Composer.tsx:434 msgid "Closes post composer and discards post draft" msgstr "Chiude l'editore del post ed elimina la bozza del post" @@ -1010,7 +1148,8 @@ msgstr "Commedia" msgid "Comics" msgstr "Fumetti" -#: src/Navigation.tsx:248 src/view/screens/CommunityGuidelines.tsx:32 +#: src/Navigation.tsx:254 +#: src/view/screens/CommunityGuidelines.tsx:32 msgid "Community Guidelines" msgstr "Linee guida della community" @@ -1022,7 +1161,7 @@ msgstr "Completa l'incorporazione e inizia a utilizzare il tuo account" msgid "Complete the challenge" msgstr "Completa la challenge" -#: src/view/com/composer/Composer.tsx:536 +#: src/view/com/composer/Composer.tsx:551 msgid "Compose posts up to {MAX_GRAPHEME_LENGTH} characters in length" msgstr "Componi un post fino a {MAX_GRAPHEME_LENGTH} caratteri" @@ -1042,7 +1181,8 @@ msgstr "Configura l'impostazione del filtro dei contenuti per la categoria: {nam msgid "Configured in <0>moderation settings." msgstr "Configurato nelle <0>impostazioni di moderazione." -#: src/components/Prompt.tsx:159 src/components/Prompt.tsx:162 +#: src/components/Prompt.tsx:159 +#: src/components/Prompt.tsx:162 #: src/view/com/modals/SelfLabel.tsx:155 #: src/view/com/modals/VerifyEmail.tsx:239 #: src/view/com/modals/VerifyEmail.tsx:241 @@ -1053,6 +1193,10 @@ msgstr "Configurato nelle <0>impostazioni di moderazione." msgid "Confirm" msgstr "Conferma" +#~ msgctxt "action" +#~ msgid "Confirm" +#~ msgstr "Conferma" + #: src/view/com/modals/ChangeEmail.tsx:188 #: src/view/com/modals/ChangeEmail.tsx:190 msgid "Confirm Change" @@ -1066,6 +1210,9 @@ msgstr "Conferma le impostazioni della lingua del contenuto" msgid "Confirm delete account" msgstr "Conferma l'eliminazione dell'account" +#~ 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à:" @@ -1084,7 +1231,10 @@ msgstr "Conferma la tua data di nascita" msgid "Confirmation code" msgstr "Codice di conferma" -#: src/screens/Login/LoginForm.tsx:299 +#~ msgid "Confirms signing up {email} to the waitlist" +#~ msgstr "Conferma l'iscrizione di {email} alla lista d'attesa" + +#: src/screens/Login/LoginForm.tsx:302 msgid "Connecting..." msgstr "Connessione in corso..." @@ -1092,10 +1242,19 @@ msgstr "Connessione in corso..." msgid "Contact support" msgstr "Contatta il supporto" +#~ msgid "content" +#~ msgstr "contenuto" + #: src/lib/moderation/useGlobalLabelStrings.ts:18 msgid "Content Blocked" msgstr "Contenuto Bloccato" +#~ 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" @@ -1126,7 +1285,7 @@ msgid "Context menu backdrop, click to close the menu." msgstr "Sfondo del menu contestuale, clicca per chiudere il menu." #: src/screens/Onboarding/StepInterests/index.tsx:253 -#: src/screens/Onboarding/StepProfile/index.tsx:268 +#: src/screens/Onboarding/StepProfile/index.tsx:269 msgid "Continue" msgstr "Continua" @@ -1134,8 +1293,12 @@ msgstr "Continua" msgid "Continue as {0} (currently signed in)" msgstr "Continua come {0} (attualmente connesso)" +#: src/view/com/post-thread/PostThreadLoadMore.tsx:52 +msgid "Continue thread..." +msgstr "" + #: src/screens/Onboarding/StepInterests/index.tsx:250 -#: src/screens/Onboarding/StepProfile/index.tsx:265 +#: src/screens/Onboarding/StepProfile/index.tsx:266 #: src/screens/Signup/index.tsx:213 msgid "Continue to next step" msgstr "Vai al passaggio successivo" @@ -1148,7 +1311,7 @@ msgstr "Vai al passaggio successivo" #~ msgid "Continue to the next step without following any accounts" #~ msgstr "Vai al passaggio successivo senza seguire nessun account" -#: src/screens/Messages/List/ChatListItem.tsx:153 +#: src/screens/Messages/List/ChatListItem.tsx:154 msgid "Conversation deleted" msgstr "Conversazione cancellata" @@ -1156,7 +1319,7 @@ msgstr "Conversazione cancellata" msgid "Cooking" msgstr "Cucina" -#: src/view/com/modals/AddAppPasswords.tsx:196 +#: src/view/com/modals/AddAppPasswords.tsx:220 #: src/view/com/modals/InviteCodes.tsx:183 msgid "Copied" msgstr "Copiato" @@ -1166,10 +1329,10 @@ msgid "Copied build version to clipboard" msgstr "Versione di build copiata nella clipboard" #: src/components/dms/MessageMenu.tsx:57 -#: src/view/com/modals/AddAppPasswords.tsx:81 +#: src/view/com/modals/AddAppPasswords.tsx:80 #: src/view/com/modals/ChangeHandle.tsx:320 #: src/view/com/modals/InviteCodes.tsx:153 -#: src/view/com/util/forms/PostDropdownBtn.tsx:187 +#: src/view/com/util/forms/PostDropdownBtn.tsx:182 msgid "Copied to clipboard" msgstr "Copiato nel clipboard" @@ -1177,11 +1340,11 @@ msgstr "Copiato nel clipboard" msgid "Copied!" msgstr "Copiato!" -#: src/view/com/modals/AddAppPasswords.tsx:190 +#: src/view/com/modals/AddAppPasswords.tsx:214 msgid "Copies app password" msgstr "Copia la password dell'app" -#: src/view/com/modals/AddAppPasswords.tsx:189 +#: src/view/com/modals/AddAppPasswords.tsx:213 msgid "Copy" msgstr "Copia" @@ -1189,7 +1352,8 @@ msgstr "Copia" msgid "Copy {0}" msgstr "Copia {0}" -#: src/components/dialogs/Embed.tsx:120 src/components/dialogs/Embed.tsx:139 +#: src/components/dialogs/Embed.tsx:120 +#: src/components/dialogs/Embed.tsx:139 msgid "Copy code" msgstr "Copia il codice" @@ -1197,8 +1361,8 @@ msgstr "Copia il codice" msgid "Copy link to list" msgstr "Copia il link alla lista" -#: src/view/com/util/forms/PostDropdownBtn.tsx:310 -#: src/view/com/util/forms/PostDropdownBtn.tsx:319 +#: src/view/com/util/forms/PostDropdownBtn.tsx:297 +#: src/view/com/util/forms/PostDropdownBtn.tsx:306 msgid "Copy link to post" msgstr "Copia il link al post" @@ -1210,12 +1374,13 @@ msgstr "Copia il link al post" msgid "Copy message text" msgstr "Copia il testo del messaggio" -#: src/view/com/util/forms/PostDropdownBtn.tsx:288 -#: src/view/com/util/forms/PostDropdownBtn.tsx:290 +#: src/view/com/util/forms/PostDropdownBtn.tsx:275 +#: src/view/com/util/forms/PostDropdownBtn.tsx:277 msgid "Copy post text" msgstr "Copia il testo del post" -#: src/Navigation.tsx:253 src/view/screens/CopyrightPolicy.tsx:29 +#: src/Navigation.tsx:259 +#: src/view/screens/CopyrightPolicy.tsx:29 msgid "Copyright Policy" msgstr "Politica sul diritto d'autore" @@ -1239,6 +1404,9 @@ msgstr "No si è potuto caricare la lista" msgid "Could not mute chat" msgstr "Errore nel silenziare la conversazione" +#~ msgid "Country" +#~ msgstr "Paese" + #: src/view/com/auth/SplashScreen.tsx:57 #: src/view/com/auth/SplashScreen.web.tsx:106 msgid "Create a new account" @@ -1252,15 +1420,16 @@ msgstr "Crea un nuovo Bluesky account" msgid "Create Account" msgstr "Crea un account" -#: src/components/dialogs/Signin.tsx:86 src/components/dialogs/Signin.tsx:88 +#: src/components/dialogs/Signin.tsx:86 +#: src/components/dialogs/Signin.tsx:88 msgid "Create an account" msgstr "Crea un account" -#: src/screens/Onboarding/StepProfile/index.tsx:282 +#: src/screens/Onboarding/StepProfile/index.tsx:283 msgid "Create an avatar instead" msgstr "In alternativa crea un avatar" -#: src/view/com/modals/AddAppPasswords.tsx:227 +#: src/view/com/modals/AddAppPasswords.tsx:242 msgid "Create App Password" msgstr "Crea un password per l'app" @@ -1273,7 +1442,7 @@ msgstr "Crea un nuovo account" msgid "Create report for {0}" msgstr "Crea un report per {0}" -#: src/view/screens/AppPasswords.tsx:246 +#: src/view/screens/AppPasswords.tsx:251 msgid "Created {0}" msgstr "Creato {0}" @@ -1299,7 +1468,7 @@ msgstr "Personalizzato" msgid "Custom domain" msgstr "Dominio personalizzato" -#: src/view/screens/Feeds.tsx:824 +#: src/view/screens/Feeds.tsx:797 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." @@ -1345,7 +1514,7 @@ msgid "Debug panel" msgstr "Pannello per il debug" #: src/components/dms/MessageMenu.tsx:151 -#: src/view/com/util/forms/PostDropdownBtn.tsx:436 +#: src/view/com/util/forms/PostDropdownBtn.tsx:423 #: src/view/screens/AppPasswords.tsx:285 #: src/view/screens/ProfileList.tsx:667 msgid "Delete" @@ -1355,7 +1524,6 @@ msgstr "Elimina" msgid "Delete account" msgstr "Elimina l'account" -#: src/view/com/modals/DeleteAccount.tsx:87 #~ msgid "Delete Account" #~ msgstr "Elimina l'Account" @@ -1363,11 +1531,11 @@ msgstr "Elimina l'account" msgid "Delete Account <0>\"<1>{0}<2>\"" msgstr "Cancella l'account <0>\"<1>{0}<2>\"" -#: src/view/screens/AppPasswords.tsx:239 +#: src/view/screens/AppPasswords.tsx:244 msgid "Delete app password" msgstr "Elimina la password dell'app" -#: src/view/screens/AppPasswords.tsx:263 +#: src/view/screens/AppPasswords.tsx:280 msgid "Delete app password?" msgstr "Eliminare la password dell'app?" @@ -1403,8 +1571,8 @@ msgstr "Cancellare account" msgid "Delete My Account…" msgstr "Cancellare Account…" -#: src/view/com/util/forms/PostDropdownBtn.tsx:417 -#: src/view/com/util/forms/PostDropdownBtn.tsx:419 +#: src/view/com/util/forms/PostDropdownBtn.tsx:404 +#: src/view/com/util/forms/PostDropdownBtn.tsx:406 msgid "Delete post" msgstr "Elimina il post" @@ -1412,7 +1580,7 @@ msgstr "Elimina il post" msgid "Delete this list?" msgstr "Elimina questa lista?" -#: src/view/com/util/forms/PostDropdownBtn.tsx:431 +#: src/view/com/util/forms/PostDropdownBtn.tsx:418 msgid "Delete this post?" msgstr "Eliminare questo post?" @@ -1439,7 +1607,13 @@ msgstr "Descrizione" msgid "Descriptive alt text" msgstr "Testo descrittivo alternativo" -#: src/view/com/composer/Composer.tsx:264 +#~ msgid "Dev Server" +#~ msgstr "Server di sviluppo" + +#~ msgid "Developer Tools" +#~ msgstr "Strumenti per sviluppatori" + +#: src/view/com/composer/Composer.tsx:277 msgid "Did you want to say anything?" msgstr "Volevi dire qualcosa?" @@ -1466,35 +1640,37 @@ msgstr "Disattiva il feedback tattile" #: src/lib/moderation/useLabelBehaviorDescription.ts:32 #: src/lib/moderation/useLabelBehaviorDescription.ts:42 #: src/lib/moderation/useLabelBehaviorDescription.ts:68 -#: src/screens/Messages/Settings.tsx:124 src/screens/Messages/Settings.tsx:127 +#: src/screens/Messages/Settings.tsx:140 +#: src/screens/Messages/Settings.tsx:143 #: src/screens/Moderation/index.tsx:341 msgid "Disabled" msgstr "Disabilitato" -#: src/view/com/composer/Composer.tsx:619 +#: src/view/com/composer/Composer.tsx:632 msgid "Discard" msgstr "Scartare" #~ msgid "Discard draft" #~ msgstr "Scarta la bozza" -#: src/view/com/composer/Composer.tsx:616 +#: src/view/com/composer/Composer.tsx:629 msgid "Discard draft?" msgstr "Scartare la bozza?" -#: src/screens/Moderation/index.tsx:518 src/screens/Moderation/index.tsx:522 +#: 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" -#: src/view/com/posts/FollowingEmptyState.tsx:74 -#: src/view/com/posts/FollowingEndOfFeed.tsx:75 +#: src/view/com/posts/FollowingEmptyState.tsx:70 +#: src/view/com/posts/FollowingEndOfFeed.tsx:71 msgid "Discover new custom feeds" msgstr "Scopri nuovi feeds personalizzati" #~ msgid "Discover new feeds" #~ msgstr "Scopri nuovi feeds" -#: src/view/screens/Feeds.tsx:821 +#: src/view/screens/Feeds.tsx:794 msgid "Discover New Feeds" msgstr "Scopri nuovi feeds" @@ -1526,16 +1702,19 @@ msgstr "Valore del dominio" 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/components/forms/DateField/index.tsx:74 #: src/components/forms/DateField/index.tsx:80 -#: src/screens/Onboarding/StepProfile/index.tsx:321 -#: src/screens/Onboarding/StepProfile/index.tsx:324 +#: src/screens/Onboarding/StepProfile/index.tsx:322 +#: src/screens/Onboarding/StepProfile/index.tsx:325 #: src/view/com/auth/server-input/index.tsx:169 #: src/view/com/auth/server-input/index.tsx:170 -#: src/view/com/modals/AddAppPasswords.tsx:227 -#: src/view/com/modals/AltImage.tsx:140 +#: src/view/com/modals/AddAppPasswords.tsx:242 +#: src/view/com/modals/AltImage.tsx:141 #: src/view/com/modals/crop-image/CropImage.web.tsx:177 #: src/view/com/modals/InviteCodes.tsx:81 #: src/view/com/modals/InviteCodes.tsx:124 @@ -1619,6 +1798,11 @@ msgstr "e.g. Utenti che rispondono ripetutamente con annunci." 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." +#: src/view/screens/Feeds.tsx:400 +#: src/view/screens/Feeds.tsx:471 +msgid "Edit" +msgstr "" + #: src/view/com/lists/ListMembers.tsx:149 msgctxt "action" msgid "Edit" @@ -1642,8 +1826,9 @@ msgstr "Modifica i dettagli della lista" msgid "Edit Moderation List" msgstr "Modifica l'elenco di moderazione" -#: src/Navigation.tsx:263 -#: src/view/screens/Feeds.tsx:495 +#: src/Navigation.tsx:269 +#: src/view/screens/Feeds.tsx:398 +#: src/view/screens/Feeds.tsx:469 #: src/view/screens/SavedFeeds.tsx:93 msgid "Edit My Feeds" msgstr "Modifica i miei feeds" @@ -1653,19 +1838,19 @@ msgid "Edit my profile" msgstr "Modifica il mio profilo" #: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:181 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:176 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:175 msgid "Edit profile" msgstr "Modifica il profilo" #: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:184 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:179 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:178 msgid "Edit Profile" msgstr "Modifica il Profilo" #: src/view/com/home/HomeHeaderLayout.web.tsx:76 #: src/view/screens/Feeds.tsx:416 -msgid "Edit Saved Feeds" -msgstr "Modifica i feeds memorizzati" +#~ msgid "Edit Saved Feeds" +#~ msgstr "Modifica i feeds memorizzati" #: src/view/com/modals/CreateOrEditList.tsx:234 msgid "Edit User List" @@ -1718,8 +1903,8 @@ msgid "Embed HTML code" msgstr "Incorpora il codice HTML" #: src/components/dialogs/Embed.tsx:97 -#: src/view/com/util/forms/PostDropdownBtn.tsx:327 -#: src/view/com/util/forms/PostDropdownBtn.tsx:329 +#: src/view/com/util/forms/PostDropdownBtn.tsx:314 +#: src/view/com/util/forms/PostDropdownBtn.tsx:316 msgid "Embed post" msgstr "Incorpora il post" @@ -1749,6 +1934,9 @@ msgstr "Attiva il contenuto per adulti" msgid "Enable external media" msgstr "Abilita i media esterni" +#~ msgid "Enable External Media" +#~ msgstr "Attiva Media Esterna" + #: src/view/screens/PreferencesExternalEmbeds.tsx:76 msgid "Enable media players for" msgstr "Attiva i lettori multimediali per" @@ -1761,7 +1949,8 @@ msgstr "Abilita questa impostazione per vedere solo le risposte delle persone ch msgid "Enable this source only" msgstr "Abilita solo questa fonte" -#: src/screens/Messages/Settings.tsx:115 src/screens/Messages/Settings.tsx:118 +#: src/screens/Messages/Settings.tsx:131 +#: src/screens/Messages/Settings.tsx:134 #: src/screens/Moderation/index.tsx:339 msgid "Enabled" msgstr "Abilitato" @@ -1770,7 +1959,7 @@ msgstr "Abilitato" msgid "End of feed" msgstr "Fine del feed" -#: src/view/com/modals/AddAppPasswords.tsx:167 +#: src/view/com/modals/AddAppPasswords.tsx:160 msgid "Enter a name for this App Password" msgstr "Inserisci un nome per questa password dell'app" @@ -1806,6 +1995,9 @@ msgstr "Inserisci l'e-mail che hai utilizzato per creare il tuo account. Ti invi msgid "Enter your birth date" msgstr "Inserisci la tua data di nascita" +#~ msgid "Enter your email" +#~ msgstr "Inserisci la tua email" + #: src/screens/Login/ForgotPasswordForm.tsx:105 #: src/screens/Signup/StepInfo/index.tsx:92 msgid "Enter your email address" @@ -1819,6 +2011,9 @@ msgstr "Inserisci la tua nuova email qui sopra" msgid "Enter your new email address below." msgstr "Inserisci il tuo nuovo indirizzo email qui sotto." +#~ 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" @@ -1832,7 +2027,7 @@ msgid "Error receiving captcha response." msgstr "Errore nella risposta del captcha." #: src/screens/Onboarding/StepInterests/index.tsx:192 -#: src/view/screens/Search/Search.tsx:115 +#: src/view/screens/Search/Search.tsx:116 msgid "Error:" msgstr "Errore:" @@ -1845,8 +2040,9 @@ msgid "Everybody can reply" msgstr "Tutti possono rispondere" #: src/components/dms/MessagesNUX.tsx:131 -#: src/components/dms/MessagesNUX.tsx:134 src/screens/Messages/Settings.tsx:74 -#: src/screens/Messages/Settings.tsx:77 +#: src/components/dms/MessagesNUX.tsx:134 +#: src/screens/Messages/Settings.tsx:75 +#: src/screens/Messages/Settings.tsx:78 msgid "Everyone" msgstr "Tutti" @@ -1879,6 +2075,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" @@ -1919,7 +2118,7 @@ msgstr "Media esterni" msgid "External media may allow websites to collect information about you and your device. No information is sent or requested until you press the \"play\" button." msgstr "I 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:282 +#: src/Navigation.tsx:288 #: src/view/screens/PreferencesExternalEmbeds.tsx:53 #: src/view/screens/Settings/index.tsx:679 msgid "External Media Preferences" @@ -1929,8 +2128,8 @@ msgstr "Preferenze multimediali esterni" msgid "External media settings" msgstr "Impostazioni multimediali esterni" -#: src/view/com/modals/AddAppPasswords.tsx:116 -#: src/view/com/modals/AddAppPasswords.tsx:120 +#: src/view/com/modals/AddAppPasswords.tsx:119 +#: src/view/com/modals/AddAppPasswords.tsx:123 msgid "Failed to create app password." msgstr "Impossibile creare la password dell'app." @@ -1942,7 +2141,7 @@ msgstr "Impossibile creare l'elenco. Controlla la connessione Internet e riprova msgid "Failed to delete message" msgstr "Errore nel cancellare il messaggio" -#: src/view/com/util/forms/PostDropdownBtn.tsx:154 +#: src/view/com/util/forms/PostDropdownBtn.tsx:149 msgid "Failed to delete post, please try again" msgstr "Non possiamo eliminare il post, riprova di nuovo" @@ -1955,6 +2154,9 @@ msgstr "Ha fallito il Il caricamento delle GIF's" msgid "Failed to load past messages" msgstr "Errore nel caricare i vecchi messaggi" +#~ msgid "Failed to load recommended feeds" +#~ msgstr "Non possiamo caricare i feed consigliati" + #: src/view/com/lightbox/Lightbox.tsx:84 msgid "Failed to save image: {0}" msgstr "Non è possibile salvare l'immagine: {0}" @@ -1963,24 +2165,25 @@ msgstr "Non è possibile salvare l'immagine: {0}" msgid "Failed to send" msgstr "Errore nell'invio" -#: src/components/moderation/LabelsOnMeDialog.tsx:224 +#: src/components/moderation/LabelsOnMeDialog.tsx:223 #: src/screens/Messages/Conversation/ChatDisabled.tsx:87 msgid "Failed to submit appeal, please try again." msgstr "Errore nel invio dell'appello, si prega di riprovare." -#: src/components/dms/MessagesNUX.tsx:60 src/screens/Messages/Settings.tsx:34 +#: src/components/dms/MessagesNUX.tsx:60 +#: src/screens/Messages/Settings.tsx:35 msgid "Failed to update settings" msgstr "Errore nell'aggiornamento delle impostazioni" -#: src/Navigation.tsx:203 +#: src/Navigation.tsx:209 msgid "Feed" msgstr "Feed" -#: src/view/com/feeds/FeedSourceCard.tsx:230 +#: src/view/com/feeds/FeedSourceCard.tsx:251 msgid "Feed by {0}" msgstr "Feed fatto da {0}" -#: src/view/screens/Feeds.tsx:736 +#: src/view/screens/Feeds.tsx:709 msgid "Feed offline" msgstr "Feed offline" @@ -1988,21 +2191,19 @@ msgstr "Feed offline" #~ msgstr "Preferenze del feed" #: src/view/shell/desktop/RightNav.tsx:66 -#: src/view/shell/Drawer.tsx:344 +#: src/view/shell/Drawer.tsx:345 msgid "Feedback" msgstr "Commenti" -#: src/Navigation.tsx:511 -#: src/view/screens/Feeds.tsx:480 -#: src/view/screens/Feeds.tsx:596 +#: src/view/screens/Feeds.tsx:463 +#: src/view/screens/Feeds.tsx:570 #: src/view/screens/Profile.tsx:197 #: src/view/shell/desktop/LeftNav.tsx:367 -#: src/view/shell/Drawer.tsx:492 #: src/view/shell/Drawer.tsx:493 +#: src/view/shell/Drawer.tsx:494 msgid "Feeds" msgstr "Feeds" -#: src/view/com/auth/onboarding/RecommendedFeeds.tsx:58 #~ msgid "Feeds are created by users to curate content. Choose some feeds that you find interesting." #~ msgstr "I feed vengono creati dagli utenti per curare i contenuti. Scegli alcuni feed che ritieni interessanti." @@ -2031,19 +2232,31 @@ msgid "Finalizing" msgstr "Finalizzando" #: src/view/com/posts/CustomFeedEmptyState.tsx:47 -#: src/view/com/posts/FollowingEmptyState.tsx:57 -#: src/view/com/posts/FollowingEndOfFeed.tsx:58 +#: src/view/com/posts/FollowingEmptyState.tsx:53 +#: src/view/com/posts/FollowingEndOfFeed.tsx:54 msgid "Find accounts to follow" msgstr "Trova account da seguire" -#: src/view/screens/Search/Search.tsx:469 +#: src/view/screens/Search/Search.tsx:470 msgid "Find posts and users on Bluesky" msgstr "Trova post e utenti su Bluesky" +#~ msgid "Find users on Bluesky" +#~ msgstr "Trova utenti su Bluesky" + +#~ msgid "Find users with the search tool on the right" +#~ msgstr "Trova gli utenti con lo strumento di ricerca sulla destra" + +#~ msgid "Finding similar accounts..." +#~ msgstr "Trovare account simili…" + #: src/view/screens/PreferencesFollowingFeed.tsx:110 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." @@ -2060,13 +2273,14 @@ msgstr "Flessibile" msgid "Flip horizontal" msgstr "Gira in orizzontale" -#: src/view/com/modals/EditImage.tsx:121 src/view/com/modals/EditImage.tsx:288 +#: src/view/com/modals/EditImage.tsx:121 +#: src/view/com/modals/EditImage.tsx:288 msgid "Flip vertically" msgstr "Gira in verticale" #: src/components/ProfileHoverCard/index.web.tsx:412 #: src/components/ProfileHoverCard/index.web.tsx:423 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:244 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:248 #: src/view/com/post-thread/PostThreadFollowBtn.tsx:146 #: src/view/com/profile/ProfileHeaderSuggestedFollows.tsx:247 msgid "Follow" @@ -2077,7 +2291,7 @@ msgctxt "action" msgid "Follow" msgstr "Segui" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:230 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:234 #: src/view/com/post-thread/PostThreadFollowBtn.tsx:128 msgid "Follow {0}" msgstr "Segui {0}" @@ -2103,10 +2317,13 @@ msgstr "Seguire" #~ msgid "Follow selected accounts and continue to the next step" #~ msgstr "Segui gli account selezionati e vai al passaggio successivo" -#: src/view/com/auth/onboarding/RecommendedFollows.tsx:65 #~ msgid "Follow some users to get started. We can recommend you more users based on who you find interesting." #~ msgstr "Segui alcuni utenti per iniziare. Possiamo consigliarti più utenti in base a chi trovi interessante." +#: src/components/KnownFollowers.tsx:169 +msgid "Followed by" +msgstr "" + #: src/view/com/profile/ProfileCard.tsx:227 msgid "Followed by {0}" msgstr "Seguito da {0}" @@ -2128,18 +2345,30 @@ msgstr "ti segue" msgid "Followers" msgstr "Followers" -#: src/components/ProfileHoverCard/index.web.tsx:412 -#: src/components/ProfileHoverCard/index.web.tsx:423 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:247 +#: src/Navigation.tsx:177 +msgid "Followers of @{0} that you know" +msgstr "" + +#: src/screens/Profile/KnownFollowers.tsx:108 +#: src/screens/Profile/KnownFollowers.tsx:118 +msgid "Followers you know" +msgstr "" + +#~ msgid "following" +#~ msgstr "following" + +#: src/components/ProfileHoverCard/index.web.tsx:411 +#: src/components/ProfileHoverCard/index.web.tsx:422 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:246 #: src/view/com/post-thread/PostThreadFollowBtn.tsx:149 #: src/view/com/profile/ProfileFollows.tsx:104 -#: src/view/screens/Feeds.tsx:683 +#: src/view/screens/Feeds.tsx:656 #: src/view/screens/ProfileFollows.tsx:25 #: src/view/screens/SavedFeeds.tsx:415 msgid "Following" msgstr "Following" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:92 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:94 msgid "Following {0}" msgstr "Seguiti {0}" @@ -2151,8 +2380,7 @@ msgstr "" msgid "Following feed preferences" msgstr "Preferenze del Following feed" -#: src/Navigation.tsx:269 src/view/com/home/HomeHeaderLayout.web.tsx:64 -#: src/view/com/home/HomeHeaderLayoutMobile.tsx:87 +#: src/Navigation.tsx:275 #: src/view/screens/PreferencesFollowingFeed.tsx:103 #: src/view/screens/Settings/index.tsx:582 msgid "Following Feed Preferences" @@ -2174,19 +2402,26 @@ msgstr "Gastronomia" 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:210 +#: src/view/com/modals/AddAppPasswords.tsx:232 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/screens/Login/index.tsx:129 src/screens/Login/index.tsx:144 +#~ msgid "Forgot" +#~ msgstr "Dimenticato" + +#~ msgid "Forgot password" +#~ msgstr "Ho dimenticato il password" + +#: src/screens/Login/index.tsx:129 +#: src/screens/Login/index.tsx:144 msgid "Forgot Password" msgstr "Hai dimenticato la Password" -#: src/screens/Login/LoginForm.tsx:221 +#: src/screens/Login/LoginForm.tsx:224 msgid "Forgot password?" msgstr "Hai dimenticato la password?" -#: src/screens/Login/LoginForm.tsx:232 +#: src/screens/Login/LoginForm.tsx:235 msgid "Forgot?" msgstr "Hai dimenticato?" @@ -2216,7 +2451,7 @@ msgstr "Iniziamo" msgid "Get Started" msgstr "Inizia" -#: src/screens/Onboarding/StepProfile/index.tsx:224 +#: src/screens/Onboarding/StepProfile/index.tsx:225 msgid "Give your profile a face" msgstr "Dai un volto al tuo profilo" @@ -2244,10 +2479,11 @@ msgstr "Torna indietro" msgid "Go Back" msgstr "Torna Indietro" -#: src/components/dms/ReportDialog.tsx:152 +#: src/components/dms/ReportDialog.tsx:154 #: src/components/ReportDialog/SelectReportOptionView.tsx:77 #: src/components/ReportDialog/SubmitView.tsx:104 -#: src/screens/Onboarding/Layout.tsx:102 src/screens/Onboarding/Layout.tsx:191 +#: src/screens/Onboarding/Layout.tsx:102 +#: src/screens/Onboarding/Layout.tsx:191 #: src/screens/Signup/index.tsx:187 msgid "Go back to previous step" msgstr "Torna al passaggio precedente" @@ -2260,11 +2496,10 @@ msgstr "Torna Home" msgid "Go Home" msgstr "Torna Home" -#: src/view/screens/Search/Search.tsx:NaN #~ msgid "Go to @{queryMaybeHandle}" #~ msgstr "Vai a @{queryMaybeHandle}" -#: src/screens/Messages/List/ChatListItem.tsx:208 +#: src/screens/Messages/List/ChatListItem.tsx:211 msgid "Go to conversation with {0}" msgstr "Vai alla conversazione con {0}" @@ -2297,7 +2532,7 @@ msgstr "Aptica" msgid "Harassment, trolling, or intolerance" msgstr "Molestie, trolling o intolleranza" -#: src/Navigation.tsx:297 +#: src/Navigation.tsx:303 msgid "Hashtag" msgstr "Hashtag" @@ -2310,11 +2545,11 @@ msgid "Having trouble?" msgstr "Ci sono problemi?" #: src/view/shell/desktop/RightNav.tsx:95 -#: src/view/shell/Drawer.tsx:354 +#: src/view/shell/Drawer.tsx:355 msgid "Help" msgstr "Aiuto" -#: src/screens/Onboarding/StepProfile/index.tsx:227 +#: src/screens/Onboarding/StepProfile/index.tsx:228 msgid "Help people know you're not a bot by uploading a picture or creating an avatar." msgstr "Aiuta le persone a sapere che tu non sei un bot caricando una immagine o creando un avatar." @@ -2330,7 +2565,7 @@ msgstr "Aiuta le persone a sapere che tu non sei un bot caricando una immagine o #~ 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:154 +#: src/view/com/modals/AddAppPasswords.tsx:203 msgid "Here is your app password." msgstr "Ecco la password dell'app." @@ -2341,7 +2576,7 @@ msgstr "Ecco la password dell'app." #: src/lib/moderation/useLabelBehaviorDescription.ts:20 #: src/lib/moderation/useLabelBehaviorDescription.ts:25 #: src/lib/moderation/useLabelBehaviorDescription.ts:30 -#: src/view/com/util/forms/PostDropdownBtn.tsx:445 +#: src/view/com/util/forms/PostDropdownBtn.tsx:432 msgid "Hide" msgstr "Nascondi" @@ -2350,8 +2585,8 @@ msgctxt "action" msgid "Hide" msgstr "Nascondi" -#: src/view/com/util/forms/PostDropdownBtn.tsx:390 -#: src/view/com/util/forms/PostDropdownBtn.tsx:392 +#: src/view/com/util/forms/PostDropdownBtn.tsx:377 +#: src/view/com/util/forms/PostDropdownBtn.tsx:379 msgid "Hide post" msgstr "Nascondi il messaggio" @@ -2360,7 +2595,7 @@ msgstr "Nascondi il messaggio" msgid "Hide the content" msgstr "Nascondere il contenuto" -#: src/view/com/util/forms/PostDropdownBtn.tsx:442 +#: src/view/com/util/forms/PostDropdownBtn.tsx:429 msgid "Hide this post?" msgstr "Vuoi nascondere questo post?" @@ -2368,23 +2603,26 @@ msgstr "Vuoi nascondere questo post?" msgid "Hide user list" msgstr "Nascondi elenco utenti" -#: src/view/com/posts/FeedErrorMessage.tsx:118 +#~ msgid "Hides posts from {0} in your feed" +#~ msgstr "Nasconde i post di {0} nel tuo feed" + +#: src/view/com/posts/FeedErrorMessage.tsx:117 msgid "Hmm, some kind of issue occurred when contacting the feed server. Please let the feed owner know about this issue." msgstr "Si è verificato un problema durante il contatto con il server del feed. Informa il proprietario del feed del problema." -#: src/view/com/posts/FeedErrorMessage.tsx:106 +#: src/view/com/posts/FeedErrorMessage.tsx:105 msgid "Hmm, the feed server appears to be misconfigured. Please let the feed owner know about this issue." msgstr "Il server del feed sembra non è configurato correttamente. Informa il proprietario del feed del problema." -#: src/view/com/posts/FeedErrorMessage.tsx:112 +#: src/view/com/posts/FeedErrorMessage.tsx:111 msgid "Hmm, the feed server appears to be offline. Please let the feed owner know about this issue." msgstr "Il server del feed sembra essere offline. Informa il proprietario del feed di questo problema." -#: src/view/com/posts/FeedErrorMessage.tsx:109 +#: src/view/com/posts/FeedErrorMessage.tsx:108 msgid "Hmm, the feed server gave a bad response. Please let the feed owner know about this issue." msgstr "Il server del feed ha dato una risposta negativa. Informa il proprietario del feed di questo problema." -#: src/view/com/posts/FeedErrorMessage.tsx:103 +#: src/view/com/posts/FeedErrorMessage.tsx:102 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." @@ -2396,24 +2634,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:501 +#: src/Navigation.tsx:489 #: src/view/shell/bottom-bar/BottomBar.tsx:159 #: src/view/shell/desktop/LeftNav.tsx:335 -#: src/view/shell/Drawer.tsx:424 #: src/view/shell/Drawer.tsx:425 +#: src/view/shell/Drawer.tsx:426 msgid "Home" msgstr "Home" +#~ msgid "Home Feed Preferences" +#~ msgstr "Preferenze per i feed per la pagina d'inizio" + #: src/view/com/modals/ChangeHandle.tsx:414 msgid "Host:" msgstr "Hosting:" #: src/screens/Login/ForgotPasswordForm.tsx:89 -#: src/screens/Login/LoginForm.tsx:154 src/screens/Signup/StepInfo/index.tsx:40 +#: src/screens/Login/LoginForm.tsx:157 +#: src/screens/Signup/StepInfo/index.tsx:40 #: src/view/com/modals/ChangeHandle.tsx:275 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?" @@ -2453,7 +2698,7 @@ msgstr "Se non sei ancora maggiorenne secondo le leggi del tuo Paese, il tuo gen msgid "If you delete this list, you won't be able to recover it." msgstr "Se elimini questa lista, non potrai recuperarla." -#: src/view/com/util/forms/PostDropdownBtn.tsx:433 +#: src/view/com/util/forms/PostDropdownBtn.tsx:420 msgid "If you remove this post, you won't be able to recover it." msgstr "Se rimuovi questo post, non potrai recuperarlo." @@ -2473,10 +2718,13 @@ msgstr "Illegale e Urgente" msgid "Image" msgstr "Immagine" -#: src/view/com/modals/AltImage.tsx:121 +#: src/view/com/modals/AltImage.tsx:122 msgid "Image alt text" msgstr "Testo alternativo dell'immagine" +#~ msgid "Image options" +#~ msgstr "Opzioni per l'immagine" + #: src/lib/moderation/useReportOptions.ts:48 msgid "Impersonation or false claims about identity or affiliation" msgstr "Furto d'identità o false affermazioni sull'identità o sull'affiliazione" @@ -2493,7 +2741,13 @@ msgstr "Inserisci il codice inviato alla tua email per reimpostare la password" msgid "Input confirmation code for account deletion" msgstr "Inserisci il codice di conferma per la cancellazione dell'account" -#: src/view/com/modals/AddAppPasswords.tsx:181 +#~ msgid "Input email for Bluesky account" +#~ msgstr "Inserisci l'e-mail per l'account di Bluesky" + +#~ msgid "Input invite code to proceed" +#~ msgstr "Inserisci il codice di invito per procedere" + +#: src/view/com/modals/AddAppPasswords.tsx:174 msgid "Input name for app password" msgstr "Inserisci il nome per la password dell'app" @@ -2505,19 +2759,28 @@ msgstr "Inserisci la nuova password" msgid "Input password for account deletion" msgstr "Inserisci la password per la cancellazione dell'account" -#: src/screens/Login/LoginForm.tsx:260 +#~ msgid "Input phone number for SMS verification" +#~ msgstr "Inserisci il numero di telefono per la verifica via SMS" + +#: src/screens/Login/LoginForm.tsx:263 msgid "Input the code which has been emailed to you" msgstr "Inserisci il codice che ti è stato inviato via email" -#: src/screens/Login/LoginForm.tsx:215 +#: src/screens/Login/LoginForm.tsx:218 msgid "Input the password tied to {identifier}" msgstr "Inserisci la password relazionata a {identifier}" -#: src/screens/Login/LoginForm.tsx:188 +#: src/screens/Login/LoginForm.tsx:191 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/screens/Login/LoginForm.tsx:214 +#~ 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:217 msgid "Input your password" msgstr "Inserisci la tua password" @@ -2533,19 +2796,22 @@ msgstr "Inserisci il tuo identificatore" msgid "Introducing Direct Messages" msgstr "Introduzione ai Messaggi Diretti" -#: src/screens/Login/LoginForm.tsx:129 +#: src/screens/Login/LoginForm.tsx:132 #: src/view/screens/Settings/DisableEmail2FADialog.tsx:70 msgid "Invalid 2FA confirmation code." msgstr "Codice di conferma 2FA non valido." -#: src/view/com/post-thread/PostThreadItem.tsx:240 +#: src/view/com/post-thread/PostThreadItem.tsx:235 msgid "Invalid or unsupported post record" msgstr "Protocollo del post non valido o non supportato" -#: src/screens/Login/LoginForm.tsx:134 +#: src/screens/Login/LoginForm.tsx:137 msgid "Invalid username or password" msgstr "Nome dell'utente o password errato" +#~ msgid "Invite" +#~ msgstr "Invita" + #: src/view/com/modals/InviteCodes.tsx:94 msgid "Invite a Friend" msgstr "Invita un amico" @@ -2562,6 +2828,9 @@ msgstr "Codice invito non accettato. Controlla di averlo inserito correttamente msgid "Invite codes: {0} available" msgstr "Codici di invito: {0} disponibili" +#~ 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" @@ -2587,7 +2856,6 @@ msgstr "Lavori" msgid "Journalism" msgstr "Giornalismo" -#: src/components/moderation/LabelsOnMe.tsx:59 #~ msgid "label has been placed on this {labelTarget}" #~ msgstr "l'etichetta è stata inserita su questo {labelTarget}" @@ -2607,6 +2875,9 @@ msgstr "Etichette" 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." +#~ msgid "labels have been placed on this {labelTarget}" +#~ msgstr "le etichette sono state inserite su questo {labelTarget}" + #: src/components/moderation/LabelsOnMeDialog.tsx:79 msgid "Labels on your account" msgstr "Etichette sul tuo account" @@ -2623,7 +2894,7 @@ msgstr "Seleziona la lingua" msgid "Language settings" msgstr "Impostazione delle lingue" -#: src/Navigation.tsx:151 +#: src/Navigation.tsx:150 #: src/view/screens/LanguageSettings.tsx:90 msgid "Language Settings" msgstr "Impostazione delle Lingue" @@ -2636,10 +2907,13 @@ msgstr "Lingue" #~ msgstr "Ultimo passo!" #: src/screens/Hashtag.tsx:99 -#: src/view/screens/Search/Search.tsx:376 +#: src/view/screens/Search/Search.tsx:377 msgid "Latest" msgstr "Ultime" +#~ msgid "Learn more" +#~ msgstr "Ulteriori informazioni" + #: src/components/moderation/ScreenHider.tsx:136 msgid "Learn More" msgstr "Ulteriori Informazioni" @@ -2695,7 +2969,8 @@ msgstr "mancano." msgid "Legacy storage cleared, you need to restart the app now." msgstr "L'archivio legacy è stato cancellato, riattiva la app." -#: src/screens/Login/index.tsx:130 src/screens/Login/index.tsx:145 +#: src/screens/Login/index.tsx:130 +#: src/screens/Login/index.tsx:145 msgid "Let's get your password reset!" msgstr "Reimpostazione della password!" @@ -2710,13 +2985,17 @@ msgstr "Andiamo!" msgid "Light" msgstr "Chiaro" +#~ msgid "Like" +#~ msgstr "Mi piace" + #: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:267 #: src/view/screens/ProfileFeed.tsx:570 msgid "Like this feed" msgstr "Metti mi piace a questo feed" -#: src/components/LikesDialog.tsx:87 src/Navigation.tsx:208 -#: src/Navigation.tsx:213 +#: src/components/LikesDialog.tsx:87 +#: src/Navigation.tsx:214 +#: src/Navigation.tsx:219 msgid "Liked by" msgstr "Piace a" @@ -2726,17 +3005,12 @@ msgstr "Piace a" msgid "Liked By" msgstr "Piace A" -#: src/view/com/feeds/FeedSourceCard.tsx:268 #~ msgid "Liked by {0} {1}" #~ msgstr "Piace a {0} {1}" -#: src/components/LabelingServiceCard/index.tsx:72 #~ msgid "Liked by {count} {0}" #~ msgstr "È piaciuto a {count} {0}" -#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:287 -#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:301 -#: src/view/screens/ProfileFeed.tsx:600 #~ msgid "Liked by {likeCount} {0}" #~ msgstr "Piace a {likeCount} {0}" @@ -2755,11 +3029,11 @@ msgstr "piace il tuo post" msgid "Likes" msgstr "Mi piace" -#: src/view/com/post-thread/PostThreadItem.tsx:201 +#: src/view/com/post-thread/PostThreadItem.tsx:196 msgid "Likes on this post" msgstr "Mi Piace in questo post" -#: src/Navigation.tsx:177 +#: src/Navigation.tsx:183 msgid "List" msgstr "Lista" @@ -2771,7 +3045,7 @@ msgstr "Lista avatar" msgid "List blocked" msgstr "Lista bloccata" -#: src/view/com/feeds/FeedSourceCard.tsx:232 +#: src/view/com/feeds/FeedSourceCard.tsx:253 msgid "List by {0}" msgstr "Lista di {0}" @@ -2795,9 +3069,12 @@ msgstr "Lista sbloccata" msgid "List unmuted" msgstr "Lista non mutata" -#: src/Navigation.tsx:121 src/view/screens/Profile.tsx:192 -#: src/view/screens/Profile.tsx:198 src/view/shell/desktop/LeftNav.tsx:373 -#: src/view/shell/Drawer.tsx:508 src/view/shell/Drawer.tsx:509 +#: src/Navigation.tsx:120 +#: src/view/screens/Profile.tsx:192 +#: src/view/screens/Profile.tsx:198 +#: src/view/shell/desktop/LeftNav.tsx:373 +#: src/view/shell/Drawer.tsx:509 +#: src/view/shell/Drawer.tsx:510 msgid "Lists" msgstr "Liste" @@ -2805,7 +3082,10 @@ msgstr "Liste" msgid "Lists blocking this user:" msgstr "Liste che bloccano questo utente:" -#: src/view/screens/Notifications.tsx:168 +#~ msgid "Load more posts" +#~ msgstr "Carica più post" + +#: src/view/screens/Notifications.tsx:184 msgid "Load new notifications" msgstr "Carica più notifiche" @@ -2820,7 +3100,10 @@ msgstr "Carica nuovi posts" msgid "Loading..." msgstr "Caricamento..." -#: src/Navigation.tsx:228 +#~ msgid "Local dev server" +#~ msgstr "Server di sviluppo locale" + +#: src/Navigation.tsx:234 msgid "Log" msgstr "Log" @@ -2848,6 +3131,9 @@ msgstr "Accedi all'account che non è nella lista" msgid "Long press to open tag menu for #{tag}" msgstr "Tieni premutoper aprire il menu dei tag per #{tag}" +#~ 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 "Sembra XXXX-XXXXX" @@ -2856,7 +3142,7 @@ msgstr "Sembra XXXX-XXXXX" msgid "Looks like you haven't saved any feeds! Use our recommendations or browse more below." msgstr "Sembra che tu non abbia salvato nessun feed! Usa le nostre raccomandazioni o cerca qui sotto." -#: src/screens/Home/NoFeedsPinned.tsx:96 +#: src/screens/Home/NoFeedsPinned.tsx:83 msgid "Looks like you unpinned all your feeds. But don't worry, you can add some below 😄" msgstr "Sembra che tu non abbia più feed fissati. Ma non ti preoccupare, puoi aggiungerne qualcuno di quelli qui sotto 😄" @@ -2877,6 +3163,12 @@ msgstr "Gestisci le parole mute e i tags" msgid "Mark as read" msgstr "Segna come letto" +#~ msgid "May not be longer than 253 characters" +#~ msgstr "Non può contenere più di 253 caratteri" + +#~ msgid "May only contain letters and numbers" +#~ msgstr "Può contenere solo lettere e numeri" + #: src/view/screens/AccessibilitySettings.tsx:89 #: src/view/screens/Profile.tsx:195 msgid "Media" @@ -2890,8 +3182,8 @@ msgstr "utenti menzionati" msgid "Mentioned users" msgstr "Utenti menzionati" -#: src/view/com/util/ViewHeader.tsx:90 -#: src/view/screens/Search/Search.tsx:713 +#: src/view/com/util/ViewHeader.tsx:91 +#: src/view/screens/Search/Search.tsx:714 msgid "Menu" msgstr "Menù" @@ -2900,11 +3192,14 @@ msgid "Message {0}" msgstr "Messaggio {0}" #: src/components/dms/MessageMenu.tsx:72 -#: src/screens/Messages/List/ChatListItem.tsx:154 +#: src/screens/Messages/List/ChatListItem.tsx:155 msgid "Message deleted" msgstr "Messaggio cancellato" -#: src/view/com/posts/FeedErrorMessage.tsx:201 +#~ msgid "Message from server" +#~ msgstr "Messaggio dal server" + +#: src/view/com/posts/FeedErrorMessage.tsx:200 msgid "Message from server: {0}" msgstr "Messaggio dal server: {0}" @@ -2917,11 +3212,11 @@ msgstr "" msgid "Message is too long" msgstr "Il messaggio è troppo lungo" -#: src/screens/Messages/List/index.tsx:301 +#: src/screens/Messages/List/index.tsx:321 msgid "Message settings" msgstr "Impostazione messaggio" -#: src/Navigation.tsx:521 +#: src/Navigation.tsx:504 #: src/screens/Messages/List/index.tsx:164 #: src/screens/Messages/List/index.tsx:246 #: src/screens/Messages/List/index.tsx:317 @@ -2932,7 +3227,7 @@ msgstr "Messaggi" msgid "Misleading Account" msgstr "Account Ingannevole" -#: src/Navigation.tsx:126 +#: src/Navigation.tsx:125 #: src/screens/Moderation/index.tsx:104 #: src/view/screens/Settings/index.tsx:561 msgid "Moderation" @@ -2969,7 +3264,8 @@ msgstr "Lista di moderazione aggiornata" msgid "Moderation lists" msgstr "Liste di moderazione" -#: src/Navigation.tsx:131 src/view/screens/ModerationModlists.tsx:58 +#: src/Navigation.tsx:130 +#: src/view/screens/ModerationModlists.tsx:58 msgid "Moderation Lists" msgstr "Liste di Moderazione" @@ -2977,7 +3273,7 @@ msgstr "Liste di Moderazione" msgid "Moderation settings" msgstr "Impostazioni di moderazione" -#: src/Navigation.tsx:223 +#: src/Navigation.tsx:229 msgid "Moderation states" msgstr "Stati di moderazione" @@ -2990,7 +3286,7 @@ msgstr "Strumenti di moderazione" msgid "Moderator has chosen to set a general warning on the content." msgstr "Il moderatore ha scelto di mettere un avviso generale sul contenuto." -#: src/view/com/post-thread/PostThreadItem.tsx:572 +#: src/view/com/post-thread/PostThreadItem.tsx:566 msgid "More" msgstr "Di più" @@ -3002,10 +3298,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" +#~ msgid "Must be at least 3 characters" +#~ msgstr "Deve contenere almeno 3 caratteri" + #: src/components/TagMenu/index.tsx:249 msgid "Mute" msgstr "Silenzia" @@ -3053,6 +3355,9 @@ msgstr "Silenziare la lista" msgid "Mute these accounts?" msgstr "Vuoi silenziare queste liste?" +#~ 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" @@ -3061,13 +3366,13 @@ msgstr "Silenzia questa parola nel testo e nei tag del post" msgid "Mute this word in tags only" msgstr "Siilenzia questa parola solo nei tags" -#: src/view/com/util/forms/PostDropdownBtn.tsx:365 -#: src/view/com/util/forms/PostDropdownBtn.tsx:371 +#: src/view/com/util/forms/PostDropdownBtn.tsx:352 +#: src/view/com/util/forms/PostDropdownBtn.tsx:358 msgid "Mute thread" msgstr "Silenzia questa discussione" -#: src/view/com/util/forms/PostDropdownBtn.tsx:381 -#: src/view/com/util/forms/PostDropdownBtn.tsx:383 +#: src/view/com/util/forms/PostDropdownBtn.tsx:368 +#: src/view/com/util/forms/PostDropdownBtn.tsx:370 msgid "Mute words & tags" msgstr "Silenzia parole & tags" @@ -3079,7 +3384,8 @@ msgstr "Silenziato" msgid "Muted accounts" msgstr "Account silenziato" -#: src/Navigation.tsx:136 src/view/screens/ModerationMutedAccounts.tsx:109 +#: src/Navigation.tsx:135 +#: src/view/screens/ModerationMutedAccounts.tsx:109 msgid "Muted Accounts" msgstr "Accounts Silenziati" @@ -3104,7 +3410,7 @@ msgstr "Silenziare un account è privato. Gli account silenziati possono interag msgid "My Birthday" msgstr "Il mio Compleanno" -#: src/view/screens/Feeds.tsx:795 +#: src/view/screens/Feeds.tsx:768 msgid "My Feeds" msgstr "I miei Feeds" @@ -3123,7 +3429,7 @@ msgstr "I miei Feeds Salvati" #~ msgid "my-server.com" #~ msgstr "my-server.com" -#: src/view/com/modals/AddAppPasswords.tsx:174 +#: src/view/com/modals/AddAppPasswords.tsx:173 #: src/view/com/modals/CreateOrEditList.tsx:279 msgid "Name" msgstr "Nome" @@ -3159,8 +3465,6 @@ msgstr "Hai bisogno di segnalare una violazione del copyright?" #~ 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." @@ -3208,8 +3512,8 @@ msgctxt "action" msgid "New post" msgstr "Nuovo Post" -#: src/view/screens/Feeds.tsx:627 -#: src/view/screens/Notifications.tsx:177 +#: src/view/screens/Feeds.tsx:600 +#: src/view/screens/Notifications.tsx:193 #: src/view/screens/Profile.tsx:464 #: src/view/screens/ProfileFeed.tsx:426 #: src/view/screens/ProfileList.tsx:201 @@ -3240,7 +3544,8 @@ msgstr "Notizie" #: src/screens/Login/ForgotPasswordForm.tsx:143 #: src/screens/Login/ForgotPasswordForm.tsx:150 -#: src/screens/Login/LoginForm.tsx:305 src/screens/Login/LoginForm.tsx:312 +#: src/screens/Login/LoginForm.tsx:308 +#: src/screens/Login/LoginForm.tsx:315 #: src/screens/Login/SetNewPasswordForm.tsx:174 #: src/screens/Login/SetNewPasswordForm.tsx:180 #: src/screens/Signup/index.tsx:220 @@ -3249,6 +3554,10 @@ msgstr "Notizie" msgid "Next" msgstr "Seguente" +#~ msgctxt "action" +#~ msgid "Next" +#~ msgstr "Seguente" + #: src/view/com/lightbox/Lightbox.web.tsx:169 msgid "Next image" msgstr "Immagine seguente" @@ -3276,7 +3585,7 @@ msgstr "Nessun pannello DNS" msgid "No featured GIFs found. There may be an issue with Tenor." msgstr "Non si è trovata nessuna GIF in primo piano. Potrebbe esserci un problema con Tenor." -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:117 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:116 msgid "No longer following {0}" msgstr "Non segui più {0}" @@ -3284,24 +3593,29 @@ msgstr "Non segui più {0}" msgid "No longer than 253 characters" msgstr "Non più di 253 caratteri" -#: src/screens/Messages/List/ChatListItem.tsx:105 +#: src/screens/Messages/List/ChatListItem.tsx:106 msgid "No messages yet" msgstr "Ancora nessun messaggio" -#: src/screens/Messages/List/index.tsx:254 +#: src/screens/Messages/List/index.tsx:274 msgid "No more conversations to show" msgstr "Nessuna conversazione da visualizzare" -#: src/view/com/notifications/Feed.tsx:117 +#: src/view/com/notifications/Feed.tsx:118 msgid "No notifications yet!" msgstr "Ancora nessuna notifica!" #: src/components/dms/MessagesNUX.tsx:149 -#: src/components/dms/MessagesNUX.tsx:152 src/screens/Messages/Settings.tsx:92 -#: src/screens/Messages/Settings.tsx:95 +#: src/components/dms/MessagesNUX.tsx:152 +#: src/screens/Messages/Settings.tsx:93 +#: src/screens/Messages/Settings.tsx:96 msgid "No one" msgstr "Nessuno" +#: src/screens/Profile/Sections/Feed.tsx:59 +msgid "No posts yet." +msgstr "" + #: src/view/com/composer/text-input/mobile/Autocomplete.tsx:101 #: src/view/com/composer/text-input/web/Autocomplete.tsx:195 msgid "No result" @@ -3315,13 +3629,13 @@ msgstr "Nessun risultato" msgid "No results found" msgstr "Non si è trovato nessun risultato" -#: src/view/screens/Feeds.tsx:556 +#: src/view/screens/Feeds.tsx:530 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:296 -#: src/view/screens/Search/Search.tsx:335 +#: src/view/screens/Search/Search.tsx:297 +#: src/view/screens/Search/Search.tsx:336 msgid "No results found for {query}" msgstr "Nessun risultato trovato per {query}" @@ -3343,7 +3657,8 @@ msgstr "Nessuno" msgid "Nobody can reply" msgstr "Nessuno puo rispondere" -#: src/components/LikedByList.tsx:79 src/components/LikesDialog.tsx:99 +#: src/components/LikedByList.tsx:79 +#: src/components/LikesDialog.tsx:99 msgid "Nobody has liked this yet. Maybe you should be the first!" msgstr "Nessuno ha fatto ancora un like. Fai il primo tu!" @@ -3351,7 +3666,11 @@ msgstr "Nessuno ha fatto ancora un like. Fai il primo tu!" msgid "Non-sexual Nudity" msgstr "Nudità non sessuale" -#: src/Navigation.tsx:116 src/view/screens/Profile.tsx:100 +#~ msgid "Not Applicable." +#~ msgstr "Non applicabile." + +#: src/Navigation.tsx:115 +#: src/view/screens/Profile.tsx:100 msgid "Not Found" msgstr "Non trovato" @@ -3361,7 +3680,7 @@ msgid "Not right now" msgstr "Non adesso" #: src/view/com/profile/ProfileMenu.tsx:370 -#: src/view/com/util/forms/PostDropdownBtn.tsx:459 +#: src/view/com/util/forms/PostDropdownBtn.tsx:446 #: src/view/com/util/post-ctrls/PostCtrls.tsx:308 msgid "Note about sharing" msgstr "Nota sulla condivisione" @@ -3370,24 +3689,25 @@ msgstr "Nota sulla condivisione" 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/screens/Messages/List/index.tsx:195 +#: src/screens/Messages/List/index.tsx:215 msgid "Nothing here" msgstr "Nulla qui" -#: src/screens/Messages/Settings.tsx:108 +#: src/screens/Messages/Settings.tsx:124 msgid "Notification sounds" msgstr "Suoni di notifica" -#: src/screens/Messages/Settings.tsx:105 +#: src/screens/Messages/Settings.tsx:121 msgid "Notification Sounds" msgstr "Suoni di notifica" -#: src/Navigation.tsx:516 -#: src/view/screens/Notifications.tsx:126 -#: src/view/screens/Notifications.tsx:154 +#: src/Navigation.tsx:499 +#: src/view/screens/Notifications.tsx:132 +#: src/view/screens/Notifications.tsx:169 #: src/view/shell/bottom-bar/BottomBar.tsx:227 -#: src/view/shell/desktop/LeftNav.tsx:350 src/view/shell/Drawer.tsx:456 +#: src/view/shell/desktop/LeftNav.tsx:350 #: src/view/shell/Drawer.tsx:457 +#: src/view/shell/Drawer.tsx:458 msgid "Notifications" msgstr "Notifiche" @@ -3403,6 +3723,12 @@ msgstr "Nudità" msgid "Nudity or adult content not labeled as such" msgstr "Nudità o contenuti per adulti non etichettati come tali" +#~ msgid "Nudity or pornography not labeled as such" +#~ msgstr "Nudità o pornografia non etichettata come tale" + +#~ msgid "of" +#~ msgstr "spento" + #: src/lib/moderation/useLabelBehaviorDescription.ts:11 msgid "Off" msgstr "Spento" @@ -3433,11 +3759,11 @@ msgstr "Mostrare prima le risposte più vecchie" msgid "Onboarding reset" msgstr "Reimpostazione dell'onboarding" -#: src/view/com/composer/Composer.tsx:488 +#: src/view/com/composer/Composer.tsx:503 msgid "One or more images is missing alt text." msgstr "A una o più immagini manca il testo alternativo." -#: src/screens/Onboarding/StepProfile/index.tsx:116 +#: src/screens/Onboarding/StepProfile/index.tsx:117 msgid "Only .jpg and .png files are supported" msgstr "Solo i file .jpg e .png sono supportati" @@ -3453,7 +3779,8 @@ msgstr "Contiene solo lettere, numeri e trattini" msgid "Oops, something went wrong!" msgstr "Ops! Qualcosa è andato male!" -#: src/components/Lists.tsx:191 src/view/screens/AppPasswords.tsx:67 +#: src/components/Lists.tsx:191 +#: src/view/screens/AppPasswords.tsx:69 #: src/view/screens/Profile.tsx:100 msgid "Oops!" msgstr "Ops!" @@ -3466,17 +3793,17 @@ msgstr "Apri" msgid "Open {name} profile shortcut menu" msgstr "" -#: src/screens/Onboarding/StepProfile/index.tsx:276 +#: src/screens/Onboarding/StepProfile/index.tsx:277 msgid "Open avatar creator" msgstr "Apri il generatore di avatar" -#: src/screens/Messages/List/ChatListItem.tsx:214 -#: src/screens/Messages/List/ChatListItem.tsx:215 +#: src/screens/Messages/List/ChatListItem.tsx:219 +#: src/screens/Messages/List/ChatListItem.tsx:220 msgid "Open conversation options" msgstr "Apri opzioni conversazione" -#: src/view/com/composer/Composer.tsx:600 -#: src/view/com/composer/Composer.tsx:601 +#: src/view/com/composer/Composer.tsx:613 +#: src/view/com/composer/Composer.tsx:614 msgid "Open emoji picker" msgstr "Apri il selettore emoji" @@ -3496,11 +3823,11 @@ msgstr "Apri opzioni messaggio" msgid "Open muted words and tags settings" msgstr "Apri le impostazioni delle parole e dei tag silenziati" -#: src/view/com/home/HomeHeaderLayoutMobile.tsx:52 +#: src/view/com/home/HomeHeaderLayoutMobile.tsx:54 msgid "Open navigation" msgstr "Apri la navigazione" -#: src/view/com/util/forms/PostDropdownBtn.tsx:250 +#: src/view/com/util/forms/PostDropdownBtn.tsx:237 msgid "Open post options menu" msgstr "Apri il menu delle opzioni del post" @@ -3576,6 +3903,9 @@ msgstr "Apre il procedimento per accedere al tuo account esistente di Bluesky" msgid "Opens GIF select dialog" msgstr "Apre la finestra per selezionare i GIF" +#~ 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" @@ -3615,14 +3945,14 @@ msgstr "Apre il modal per l'utilizzo del dominio personalizzato" msgid "Opens moderation settings" msgstr "Apre le impostazioni di moderazione" -#: src/screens/Login/LoginForm.tsx:222 +#: src/screens/Login/LoginForm.tsx:225 msgid "Opens password reset form" msgstr "Apre il modulo di reimpostazione della password" #: src/view/com/home/HomeHeaderLayout.web.tsx:77 #: src/view/screens/Feeds.tsx:417 -msgid "Opens screen to edit Saved Feeds" -msgstr "Apre la schermata per modificare i feed salvati" +#~ msgid "Opens screen to edit Saved Feeds" +#~ msgstr "Apre la schermata per modificare i feed salvati" #: src/view/screens/Settings/index.tsx:617 msgid "Opens screen with all saved feeds" @@ -3639,6 +3969,9 @@ msgstr "Apre le impostazioni della password dell'app" msgid "Opens the Following feed preferences" msgstr "Apre le preferenze del feed Following" +#~ 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" @@ -3669,7 +4002,7 @@ msgstr "" msgid "Option {0} of {numItems}" msgstr "Opzione {0} di {numItems}" -#: src/components/dms/ReportDialog.tsx:181 +#: src/components/dms/ReportDialog.tsx:183 #: src/components/ReportDialog/SubmitView.tsx:162 msgid "Optionally provide additional information below:" msgstr "Facoltativamente, fornisci ulteriori informazioni di seguito:" @@ -3705,7 +4038,8 @@ msgstr "Altro..." msgid "Our moderators have reviewed reports and decided to disable your access to chats on Bluesky." msgstr "I nostri moderatori hanno revisionato i report e deciso di disabilitare il tuo accesso ai messaggi su Bluesky." -#: src/components/Lists.tsx:208 src/view/screens/NotFound.tsx:45 +#: src/components/Lists.tsx:208 +#: src/view/screens/NotFound.tsx:45 msgid "Page not found" msgstr "Pagina non trovata" @@ -3713,7 +4047,7 @@ msgstr "Pagina non trovata" msgid "Page Not Found" msgstr "Pagina non trovata" -#: src/screens/Login/LoginForm.tsx:198 +#: src/screens/Login/LoginForm.tsx:201 #: src/screens/Signup/StepInfo/index.tsx:102 #: src/view/com/modals/DeleteAccount.tsx:257 #: src/view/com/modals/DeleteAccount.tsx:264 @@ -3736,15 +4070,15 @@ msgstr "Password aggiornata!" msgid "Pause" msgstr "Pausa" -#: src/view/screens/Search/Search.tsx:386 +#: src/view/screens/Search/Search.tsx:387 msgid "People" msgstr "Gente" -#: src/Navigation.tsx:171 +#: src/Navigation.tsx:170 msgid "People followed by @{0}" msgstr "Persone seguite da @{0}" -#: src/Navigation.tsx:164 +#: src/Navigation.tsx:163 msgid "People following @{0}" msgstr "Persone che seguono @{0}" @@ -3760,6 +4094,9 @@ 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:122 msgid "Pictures meant for adults." msgstr "Immagini per adulti." @@ -3818,11 +4155,14 @@ 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:91 +#: src/view/com/modals/AddAppPasswords.tsx:94 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:146 +#~ 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:150 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." @@ -3830,6 +4170,12 @@ msgstr "Inserisci un nome unico per la password dell'app o utilizzane uno genera msgid "Please enter a valid word, tag, or phrase to mute" msgstr "Inserisci una parola, un tag o una frase valida da silenziare" +#~ 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:213 msgid "Please enter your email." msgstr "Inserisci la tua email." @@ -3838,7 +4184,7 @@ msgstr "Inserisci la tua email." msgid "Please enter your password as well:" msgstr "Inserisci anche la tua password:" -#: src/components/moderation/LabelsOnMeDialog.tsx:257 +#: src/components/moderation/LabelsOnMeDialog.tsx:256 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}" @@ -3851,11 +4197,17 @@ msgstr "Per favore spiega perché pensi che i tuoi messaggi siano stati erroneam msgid "Please sign in as @{0}" msgstr "Accedi come @{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:109 msgid "Please Verify Your Email" msgstr "Verifica la tua email" -#: src/view/com/composer/Composer.tsx:268 +#: src/view/com/composer/Composer.tsx:281 msgid "Please wait for your link card to finish loading" msgstr "Attendi il caricamento della scheda di collegamento" @@ -3870,13 +4222,13 @@ msgstr "Porno" #~ msgid "Pornography" #~ msgstr "Pornografia" -#: src/view/com/composer/Composer.tsx:462 -#: src/view/com/composer/Composer.tsx:470 +#: src/view/com/composer/Composer.tsx:477 +#: src/view/com/composer/Composer.tsx:485 msgctxt "action" msgid "Post" msgstr "Post" -#: src/view/com/post-thread/PostThread.tsx:427 +#: src/view/com/post-thread/PostThread.tsx:430 msgctxt "description" msgid "Post" msgstr "Post" @@ -3884,19 +4236,21 @@ msgstr "Post" #~ msgid "Post" #~ msgstr "Post" -#: src/view/com/post-thread/PostThreadItem.tsx:194 +#: src/view/com/post-thread/PostThreadItem.tsx:189 msgid "Post by {0}" msgstr "Pubblicato da {0}" -#: src/Navigation.tsx:183 src/Navigation.tsx:190 src/Navigation.tsx:197 +#: src/Navigation.tsx:189 +#: src/Navigation.tsx:196 +#: src/Navigation.tsx:203 msgid "Post by @{0}" msgstr "Pubblicato da @{0}" -#: src/view/com/util/forms/PostDropdownBtn.tsx:134 +#: src/view/com/util/forms/PostDropdownBtn.tsx:129 msgid "Post deleted" msgstr "Post eliminato" -#: src/view/com/post-thread/PostThread.tsx:157 +#: src/view/com/post-thread/PostThread.tsx:193 msgid "Post hidden" msgstr "Post nascosto" @@ -3918,8 +4272,8 @@ msgstr "Lingua del post" msgid "Post Languages" msgstr "Lingue del post" -#: src/view/com/post-thread/PostThread.tsx:152 -#: src/view/com/post-thread/PostThread.tsx:164 +#: src/view/com/post-thread/PostThread.tsx:188 +#: src/view/com/post-thread/PostThread.tsx:200 msgid "Post not found" msgstr "Post non trovato" @@ -3935,7 +4289,7 @@ msgstr "Post" 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." -#: src/view/com/posts/FeedErrorMessage.tsx:69 +#: src/view/com/posts/FeedErrorMessage.tsx:68 msgid "Posts hidden" msgstr "Post nascosto" @@ -3951,12 +4305,17 @@ msgstr "Premere per tentare di riconnetterti" msgid "Press to change hosting provider" msgstr "Premi per cambiare provider di hosting" -#: src/components/Error.tsx:85 src/components/Lists.tsx:93 +#: src/components/Error.tsx:85 +#: src/components/Lists.tsx:93 #: src/screens/Messages/Conversation/MessageListError.tsx:24 #: src/screens/Signup/index.tsx:200 msgid "Press to retry" msgstr "Premere per riprovare" +#: src/components/KnownFollowers.tsx:111 +msgid "Press to view followers of this account that you also follow" +msgstr "" + #: src/view/com/lightbox/Lightbox.web.tsx:150 msgid "Previous image" msgstr "Immagine precedente" @@ -3974,10 +4333,11 @@ msgstr "Dai priorità a quelli che segui" msgid "Privacy" msgstr "Privacy" -#: src/Navigation.tsx:238 src/screens/Signup/StepInfo/Policies.tsx:56 +#: src/Navigation.tsx:244 +#: src/screens/Signup/StepInfo/Policies.tsx:56 #: src/view/screens/PrivacyPolicy.tsx:29 #: src/view/screens/Settings/index.tsx:957 -#: src/view/shell/Drawer.tsx:284 +#: src/view/shell/Drawer.tsx:285 msgid "Privacy Policy" msgstr "Informativa sulla privacy" @@ -3989,13 +4349,16 @@ msgstr "Messaggia privatamente con altri utenti." msgid "Processing..." msgstr "Elaborazione in corso…" -#: src/view/screens/DebugMod.tsx:889 src/view/screens/Profile.tsx:345 +#: src/view/screens/DebugMod.tsx:894 +#: src/view/screens/Profile.tsx:345 msgid "profile" msgstr "profilo" #: src/view/shell/bottom-bar/BottomBar.tsx:272 -#: src/view/shell/desktop/LeftNav.tsx:381 src/view/shell/Drawer.tsx:78 -#: src/view/shell/Drawer.tsx:541 src/view/shell/Drawer.tsx:542 +#: src/view/shell/desktop/LeftNav.tsx:381 +#: src/view/shell/Drawer.tsx:78 +#: src/view/shell/Drawer.tsx:542 +#: src/view/shell/Drawer.tsx:543 msgid "Profile" msgstr "Profilo" @@ -4019,16 +4382,16 @@ 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:447 +#: src/view/com/composer/Composer.tsx:462 msgid "Publish post" msgstr "Pubblica il post" -#: src/view/com/composer/Composer.tsx:447 +#: src/view/com/composer/Composer.tsx:462 msgid "Publish reply" msgstr "Pubblica la risposta" -#: src/view/com/util/post-ctrls/RepostButton.tsx:113 -#: src/view/com/util/post-ctrls/RepostButton.tsx:125 +#: src/view/com/util/post-ctrls/RepostButton.tsx:115 +#: src/view/com/util/post-ctrls/RepostButton.tsx:127 #: src/view/com/util/post-ctrls/RepostButton.web.tsx:78 #: src/view/com/util/post-ctrls/RepostButton.web.tsx:81 msgid "Quote post" @@ -4044,6 +4407,9 @@ msgstr "Cita il post" #~ 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\")" @@ -4056,31 +4422,40 @@ msgstr "Rapporti" msgid "Reactivate your account" msgstr "" -#: src/components/dms/ReportDialog.tsx:172 +#: src/components/dms/ReportDialog.tsx:174 msgid "Reason:" msgstr "Motivazione:" -#: src/view/screens/Search/Search.tsx:973 +#: src/view/screens/Search/Search.tsx:970 msgid "Recent Searches" msgstr "Ricerche recenti" +#~ msgid "Recommended Feeds" +#~ msgstr "Feeds consigliati" + +#~ msgid "Recommended Users" +#~ msgstr "Utenti consigliati" + #: src/screens/Messages/Conversation/MessageListError.tsx:20 msgid "Reconnect" msgstr "Riconnetti" -#: src/screens/Messages/List/index.tsx:180 +#: src/screens/Messages/List/index.tsx:200 msgid "Reload conversations" msgstr "Ricarica conversazioni" -#: src/components/dialogs/MutedWords.tsx:288 -#: src/view/com/feeds/FeedSourceCard.tsx:296 +#: src/components/dialogs/MutedWords.tsx:286 +#: src/view/com/feeds/FeedSourceCard.tsx:317 #: src/view/com/modals/ListAddRemoveUsers.tsx:268 #: src/view/com/modals/SelfLabel.tsx:84 #: src/view/com/modals/UserAddRemoveLists.tsx:230 -#: src/view/com/posts/FeedErrorMessage.tsx:213 +#: src/view/com/posts/FeedErrorMessage.tsx:212 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" @@ -4097,25 +4472,25 @@ msgstr "Rimuovi il Banner" msgid "Remove embed" msgstr "" -#: src/view/com/posts/FeedErrorMessage.tsx:169 +#: src/view/com/posts/FeedErrorMessage.tsx:168 #: src/view/com/posts/FeedShutdownMsg.tsx:113 #: src/view/com/posts/FeedShutdownMsg.tsx:117 msgid "Remove feed" msgstr "Rimuovi il feed" -#: src/view/com/posts/FeedErrorMessage.tsx:210 +#: src/view/com/posts/FeedErrorMessage.tsx:209 msgid "Remove feed?" msgstr "Rimuovere il feed?" -#: src/view/com/feeds/FeedSourceCard.tsx:180 -#: src/view/com/feeds/FeedSourceCard.tsx:245 +#: src/view/com/feeds/FeedSourceCard.tsx:188 +#: src/view/com/feeds/FeedSourceCard.tsx:266 #: src/view/screens/ProfileFeed.tsx:330 #: src/view/screens/ProfileFeed.tsx:336 #: src/view/screens/ProfileList.tsx:443 msgid "Remove from my feeds" msgstr "Rimuovi dai miei feed" -#: src/view/com/feeds/FeedSourceCard.tsx:291 +#: src/view/com/feeds/FeedSourceCard.tsx:312 msgid "Remove from my feeds?" msgstr "Rimuovere dai miei feed?" @@ -4131,11 +4506,11 @@ msgstr "Rimuovi l'anteprima dell'immagine" msgid "Remove mute word from your list" msgstr "Rimuovi la parola silenziata dalla tua lista" -#: src/view/screens/Search/Search.tsx:1014 +#: src/view/screens/Search/Search.tsx:1011 msgid "Remove profile" msgstr "" -#: src/view/screens/Search/Search.tsx:1016 +#: src/view/screens/Search/Search.tsx:1013 msgid "Remove profile from search history" msgstr "" @@ -4143,21 +4518,27 @@ msgstr "" msgid "Remove quote" msgstr "Rimuovi citazione" -#: src/view/com/util/post-ctrls/RepostButton.tsx:90 -#: src/view/com/util/post-ctrls/RepostButton.tsx:106 +#: src/view/com/util/post-ctrls/RepostButton.tsx:92 +#: src/view/com/util/post-ctrls/RepostButton.tsx:108 msgid "Remove repost" msgstr "Rimuovi la ripubblicazione" -#: src/view/com/posts/FeedErrorMessage.tsx:211 +#~ msgid "Remove this feed from my feeds?" +#~ msgstr "Rimuovere questo feed dai miei feeds?" + +#: src/view/com/posts/FeedErrorMessage.tsx:210 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:165 msgid "Removed from list" msgstr "Elimina dalla lista" -#: src/view/com/feeds/FeedSourceCard.tsx:131 +#: src/view/com/feeds/FeedSourceCard.tsx:139 msgid "Removed from my feeds" msgstr "Rimuovere dai miei feeds" @@ -4188,7 +4569,7 @@ msgstr "Risposte" msgid "Replies to this thread are disabled" msgstr "Le risposte a questo thread sono disabilitate" -#: src/view/com/composer/Composer.tsx:460 +#: src/view/com/composer/Composer.tsx:475 msgctxt "action" msgid "Reply" msgstr "Risposta" @@ -4213,6 +4594,9 @@ msgstr "Rispondi a <0><1/>" msgid "Report" msgstr "Segnala" +#~ msgid "Report {collectionName}" +#~ msgstr "Segnala {collectionName}" + #: src/view/com/profile/ProfileMenu.tsx:321 #: src/view/com/profile/ProfileMenu.tsx:324 msgid "Report Account" @@ -4228,7 +4612,8 @@ msgstr "Segnala la conversazione" msgid "Report dialog" msgstr "Segnala il dialogo" -#: src/view/screens/ProfileFeed.tsx:347 src/view/screens/ProfileFeed.tsx:349 +#: src/view/screens/ProfileFeed.tsx:347 +#: src/view/screens/ProfileFeed.tsx:349 msgid "Report feed" msgstr "Segnala il feed" @@ -4240,8 +4625,8 @@ msgstr "Segnala la lista" msgid "Report message" msgstr "Segnala il messaggio" -#: src/view/com/util/forms/PostDropdownBtn.tsx:407 -#: src/view/com/util/forms/PostDropdownBtn.tsx:409 +#: src/view/com/util/forms/PostDropdownBtn.tsx:394 +#: src/view/com/util/forms/PostDropdownBtn.tsx:396 msgid "Report post" msgstr "Segnala il post" @@ -4257,8 +4642,8 @@ msgstr "Segnala questo feed" msgid "Report this list" msgstr "Segnala questa lista" -#: src/components/dms/ReportDialog.tsx:47 -#: src/components/dms/ReportDialog.tsx:140 +#: src/components/dms/ReportDialog.tsx:48 +#: src/components/dms/ReportDialog.tsx:142 #: src/components/ReportDialog/SelectReportOptionView.tsx:59 msgid "Report this message" msgstr "Segnala questo messaggio" @@ -4271,9 +4656,9 @@ msgstr "Segnala questo post" msgid "Report this user" msgstr "Segnala questo utente" -#: src/view/com/util/post-ctrls/RepostButton.tsx:63 -#: src/view/com/util/post-ctrls/RepostButton.tsx:91 -#: src/view/com/util/post-ctrls/RepostButton.tsx:107 +#: src/view/com/util/post-ctrls/RepostButton.tsx:64 +#: src/view/com/util/post-ctrls/RepostButton.tsx:93 +#: src/view/com/util/post-ctrls/RepostButton.tsx:109 msgctxt "action" msgid "Repost" msgstr "Ripubblicare" @@ -4283,12 +4668,15 @@ msgstr "Ripubblicare" msgid "Repost" msgstr "Ripubblicare" -#: src/view/com/util/post-ctrls/RepostButton.tsx:83 +#: src/view/com/util/post-ctrls/RepostButton.tsx:85 #: src/view/com/util/post-ctrls/RepostButton.web.tsx:46 #: src/view/com/util/post-ctrls/RepostButton.web.tsx:92 msgid "Repost or quote post" msgstr "Ripubblica o cita il post" +#~ msgid "Reposted by" +#~ msgstr "Repost di" + #: src/view/screens/PostRepostedBy.tsx:27 msgid "Reposted By" msgstr "Ripubblicato da" @@ -4311,7 +4699,7 @@ msgstr "Ripubblicato da <0><1/>" msgid "reposted your post" msgstr "ripubblicato il tuo post" -#: src/view/com/post-thread/PostThreadItem.tsx:206 +#: src/view/com/post-thread/PostThreadItem.tsx:201 msgid "Reposts of this post" msgstr "Ripubblicazioni di questo post" @@ -4381,7 +4769,7 @@ msgstr "Reimposta lo stato dell'incorporazione" msgid "Resets the preferences state" msgstr "Reimposta lo stato delle preferenze" -#: src/screens/Login/LoginForm.tsx:286 +#: src/screens/Login/LoginForm.tsx:289 msgid "Retries login" msgstr "Ritenta l'accesso" @@ -4404,7 +4792,6 @@ msgstr "Ritenta l'ultima azione che ha generato un errore" msgid "Retry" msgstr "Riprova" -#: src/screens/Messages/Conversation/MessageListError.tsx:54 #~ msgid "Retry." #~ msgstr "Riprova." @@ -4417,10 +4804,14 @@ 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:112 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/composer/GifAltText.tsx:162 #: src/view/com/composer/GifAltText.tsx:168 @@ -4436,7 +4827,7 @@ msgctxt "action" msgid "Save" msgstr "Salva" -#: src/view/com/modals/AltImage.tsx:131 +#: src/view/com/modals/AltImage.tsx:132 msgid "Save alt text" msgstr "Salva il testo alternativo" @@ -4456,7 +4847,8 @@ msgstr "Salva la modifica del tuo identificatore" msgid "Save image crop" msgstr "Salva il ritaglio dell'immagine" -#: src/view/screens/ProfileFeed.tsx:331 src/view/screens/ProfileFeed.tsx:337 +#: src/view/screens/ProfileFeed.tsx:331 +#: src/view/screens/ProfileFeed.tsx:337 msgid "Save to my feeds" msgstr "Salva nei miei feed" @@ -4468,7 +4860,6 @@ msgstr "Canali salvati" msgid "Saved to your camera roll" msgstr "Salvata nella tua galleria" -#: src/view/com/lightbox/Lightbox.tsx:81 #~ msgid "Saved to your camera roll." #~ msgstr "Salvato nel rullino fotografico." @@ -4502,18 +4893,20 @@ msgid "Scroll to top" msgstr "Scorri verso l'alto" #: src/components/dms/dialogs/SearchablePeopleList.tsx:504 -#: src/Navigation.tsx:506 +#: src/Navigation.tsx:494 #: 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:451 -#: src/view/screens/Search/Search.tsx:825 -#: src/view/screens/Search/Search.tsx:853 +#: src/view/screens/Search/Search.tsx:452 +#: src/view/screens/Search/Search.tsx:822 +#: src/view/screens/Search/Search.tsx:850 #: src/view/shell/bottom-bar/BottomBar.tsx:179 -#: src/view/shell/desktop/LeftNav.tsx:343 src/view/shell/desktop/Search.tsx:194 -#: src/view/shell/desktop/Search.tsx:203 src/view/shell/Drawer.tsx:393 +#: src/view/shell/desktop/LeftNav.tsx:343 +#: src/view/shell/desktop/Search.tsx:194 +#: src/view/shell/desktop/Search.tsx:203 #: src/view/shell/Drawer.tsx:394 +#: src/view/shell/Drawer.tsx:395 msgid "Search" msgstr "Cerca" @@ -4521,7 +4914,7 @@ msgstr "Cerca" msgid "Search for \"{query}\"" msgstr "Cerca \"{query}\"" -#: src/view/screens/Search/Search.tsx:909 +#: src/view/screens/Search/Search.tsx:906 msgid "Search for \"{searchText}\"" msgstr "Cerca \"{searchText}\"" @@ -4533,7 +4926,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:105 src/view/com/auth/LoggedOut.tsx:106 +#: 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" @@ -4582,6 +4976,9 @@ msgstr "Vedi <0>{displayTag} posts di questo utente" msgid "See this guide" msgstr "Consulta questa guida" +#~ msgid "See what's next" +#~ msgstr "Scopri cosa c'è dopo" + #: src/view/com/util/Selector.tsx:106 msgid "Select {item}" msgstr "Seleziona {item}" @@ -4602,6 +4999,9 @@ msgstr "Scegli un avatar" msgid "Select an emoji" msgstr "Scegli un emoji" +#~ 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" @@ -4626,6 +5026,9 @@ msgstr "Seleziona moderatore" msgid "Select option {i} of {numItems}" msgstr "Seleziona l'opzione {i} di {numItems}" +#~ msgid "Select service" +#~ msgstr "Selecciona el servei" + #: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:52 #~ msgid "Select some accounts below to follow" #~ msgstr "Seleziona alcuni account da seguire qui giù" @@ -4702,7 +5105,11 @@ msgctxt "action" msgid "Send Email" msgstr "Invia email" -#: src/view/shell/Drawer.tsx:328 src/view/shell/Drawer.tsx:349 +#~ msgid "Send Email" +#~ msgstr "Envia Email" + +#: src/view/shell/Drawer.tsx:329 +#: src/view/shell/Drawer.tsx:350 msgid "Send feedback" msgstr "Invia feedback" @@ -4711,17 +5118,20 @@ msgstr "Invia feedback" msgid "Send message" msgstr "Invia messaggio" -#: src/components/dms/dialogs/ShareViaChatDialog.tsx:47 +#: src/components/dms/dialogs/ShareViaChatDialog.tsx:59 msgid "Send post to..." msgstr "" -#: src/components/dms/ReportDialog.tsx:232 -#: src/components/dms/ReportDialog.tsx:235 +#: src/components/dms/ReportDialog.tsx:234 +#: src/components/dms/ReportDialog.tsx:237 #: src/components/ReportDialog/SubmitView.tsx:215 #: src/components/ReportDialog/SubmitView.tsx:219 msgid "Send report" msgstr "Invia la segnalazione" +#~ msgid "Send Report" +#~ msgstr "Invia segnalazione" + #: src/components/ReportDialog/SelectLabelerView.tsx:44 msgid "Send report to {0}" msgstr "Invia la segnalazione a {0}" @@ -4731,8 +5141,8 @@ msgstr "Invia la segnalazione a {0}" msgid "Send verification email" msgstr "Invia la email di verifica" -#: src/view/com/util/forms/PostDropdownBtn.tsx:299 -#: src/view/com/util/forms/PostDropdownBtn.tsx:302 +#: src/view/com/util/forms/PostDropdownBtn.tsx:286 +#: src/view/com/util/forms/PostDropdownBtn.tsx:289 msgid "Send via direct message" msgstr "" @@ -4744,14 +5154,39 @@ msgstr "Invia un'email con il codice di conferma per la cancellazione dell'accou msgid "Server address" msgstr "Indirizzo del server" +#~ 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" +#~ 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" +#~ msgid "Set password" +#~ msgstr "Imposta la password" + #: src/view/screens/PreferencesFollowingFeed.tsx:224 msgid "Set this setting to \"No\" to hide all quote posts from your feed. Reposts will still be visible." msgstr "Seleziona \"No\" per nascondere tutti i post con le citazioni dal tuo feed. I repost saranno ancora visibili." @@ -4768,6 +5203,9 @@ 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:260 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." @@ -4804,6 +5242,9 @@ msgstr "Imposta il tema scuro sul tema semi fosco" msgid "Sets email for password reset" msgstr "Imposta l'email 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:146 msgid "Sets image aspect ratio to square" msgstr "Imposta le proporzioni quadrate sull'immagine" @@ -4819,11 +5260,11 @@ msgstr "Imposta l'amplio sulle proporzioni dell'immagine" #~ msgid "Sets server for the Bluesky client" #~ msgstr "Imposta il server per il client Bluesky" -#: src/Navigation.tsx:146 +#: src/Navigation.tsx:145 #: src/view/screens/Settings/index.tsx:332 #: src/view/shell/desktop/LeftNav.tsx:389 -#: src/view/shell/Drawer.tsx:558 #: src/view/shell/Drawer.tsx:559 +#: src/view/shell/Drawer.tsx:560 msgid "Settings" msgstr "Impostazioni" @@ -4842,8 +5283,8 @@ msgstr "Condividi" #: src/view/com/profile/ProfileMenu.tsx:217 #: src/view/com/profile/ProfileMenu.tsx:226 -#: src/view/com/util/forms/PostDropdownBtn.tsx:310 -#: src/view/com/util/forms/PostDropdownBtn.tsx:319 +#: src/view/com/util/forms/PostDropdownBtn.tsx:297 +#: src/view/com/util/forms/PostDropdownBtn.tsx:306 #: src/view/com/util/post-ctrls/PostCtrls.tsx:297 #: src/view/screens/ProfileList.tsx:428 msgid "Share" @@ -4858,12 +5299,13 @@ msgid "Share a fun fact!" msgstr "Condividi un fatto divertente!" #: src/view/com/profile/ProfileMenu.tsx:375 -#: src/view/com/util/forms/PostDropdownBtn.tsx:464 +#: src/view/com/util/forms/PostDropdownBtn.tsx:451 #: src/view/com/util/post-ctrls/PostCtrls.tsx:313 msgid "Share anyway" msgstr "Condividi comunque" -#: src/view/screens/ProfileFeed.tsx:357 src/view/screens/ProfileFeed.tsx:359 +#: src/view/screens/ProfileFeed.tsx:357 +#: src/view/screens/ProfileFeed.tsx:359 msgid "Share feed" msgstr "Condividi il feed" @@ -4887,6 +5329,9 @@ msgstr "Condivide il sito Web nel link" msgid "Show" msgstr "Mostra" +#~ msgid "Show all replies" +#~ msgstr "Mostra tutte le repliche" + #: src/view/com/util/post-embeds/GifEmbed.tsx:167 msgid "Show alt text" msgstr "Mostra testo alternativo" @@ -4905,7 +5350,10 @@ msgstr "Mostra badge" msgid "Show badge and filter from feeds" msgstr "Mostra badge e filtra dai feed" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:212 +#~ msgid "Show embeds from {0}" +#~ msgstr "Mostra incorporamenti di {0}" + +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:211 msgid "Show follows similar to {0}" msgstr "Mostra follows simile a {0}" @@ -4913,19 +5361,19 @@ msgstr "Mostra follows simile a {0}" msgid "Show hidden replies" msgstr "" -#: src/view/com/util/forms/PostDropdownBtn.tsx:349 -#: src/view/com/util/forms/PostDropdownBtn.tsx:351 +#: src/view/com/util/forms/PostDropdownBtn.tsx:336 +#: src/view/com/util/forms/PostDropdownBtn.tsx:338 msgid "Show less like this" msgstr "Mostra meno come questo" -#: src/view/com/post-thread/PostThreadItem.tsx:538 +#: src/view/com/post-thread/PostThreadItem.tsx:532 #: src/view/com/post/Post.tsx:227 #: src/view/com/posts/FeedItem.tsx:392 msgid "Show More" msgstr "Mostra di più" -#: src/view/com/util/forms/PostDropdownBtn.tsx:341 -#: src/view/com/util/forms/PostDropdownBtn.tsx:343 +#: src/view/com/util/forms/PostDropdownBtn.tsx:328 +#: src/view/com/util/forms/PostDropdownBtn.tsx:330 msgid "Show more like this" msgstr "" @@ -4969,6 +5417,9 @@ msgstr "Mostra le risposte delle persone che segui prima delle altre risposte." #~ msgid "Show replies in Following feed" #~ msgstr "Mostra le risposte nel feed Seguiti" +#~ msgid "Show replies with at least {value} {0}" +#~ msgstr "Mostra risposte con almeno {value} {0}" + #: src/view/screens/PreferencesFollowingFeed.tsx:187 msgid "Show Reposts" msgstr "Mostra ripubblicazioni" @@ -4994,27 +5445,37 @@ msgstr "Mostra avviso" msgid "Show warning and filter from feeds" msgstr "Mostra avviso e filtra dai feed" +#~ msgid "Shows a list of users similar to this user." +#~ msgstr "Mostra un elenco di utenti simili a questo utente." + #: src/view/com/post-thread/PostThreadFollowBtn.tsx:130 msgid "Shows posts from {0} in your feed" msgstr "Mostra i post di {0} nel tuo feed" -#: src/components/dialogs/Signin.tsx:97 src/components/dialogs/Signin.tsx:99 -#: src/screens/Login/index.tsx:100 src/screens/Login/index.tsx:119 -#: src/screens/Login/LoginForm.tsx:151 src/view/com/auth/SplashScreen.tsx:63 +#: src/components/dialogs/Signin.tsx:97 +#: src/components/dialogs/Signin.tsx:99 +#: src/screens/Login/index.tsx:100 +#: src/screens/Login/index.tsx:119 +#: src/screens/Login/LoginForm.tsx:154 +#: src/view/com/auth/SplashScreen.tsx:63 #: src/view/com/auth/SplashScreen.tsx:72 #: src/view/com/auth/SplashScreen.web.tsx:112 #: src/view/com/auth/SplashScreen.web.tsx:121 #: src/view/shell/bottom-bar/BottomBar.tsx:312 #: src/view/shell/bottom-bar/BottomBar.tsx:313 #: src/view/shell/bottom-bar/BottomBar.tsx:315 -#: src/view/shell/bottom-bar/BottomBarWeb.tsx:181 -#: src/view/shell/bottom-bar/BottomBarWeb.tsx:182 -#: src/view/shell/bottom-bar/BottomBarWeb.tsx:184 -#: src/view/shell/NavSignupCard.tsx:69 src/view/shell/NavSignupCard.tsx:70 +#: src/view/shell/bottom-bar/BottomBarWeb.tsx:204 +#: src/view/shell/bottom-bar/BottomBarWeb.tsx:205 +#: src/view/shell/bottom-bar/BottomBarWeb.tsx:207 +#: src/view/shell/NavSignupCard.tsx:69 +#: src/view/shell/NavSignupCard.tsx:70 #: src/view/shell/NavSignupCard.tsx:72 msgid "Sign in" msgstr "Accedi" +#~ msgid "Sign In" +#~ msgstr "Accedi" + #: src/components/AccountList.tsx:114 msgid "Sign in as {0}" msgstr "Accedi come... {0}" @@ -5027,6 +5488,9 @@ msgstr "Accedi come..." msgid "Sign in or create your account to join the conversation!" msgstr "Accedi o crea il tuo account per partecipare alla conversazione!" +#~ msgid "Sign into" +#~ msgstr "Accedere a" + #: src/components/dialogs/Signin.tsx:46 msgid "Sign into Bluesky or create a new account" msgstr "Accedi a Bluesky o crea un nuovo account" @@ -5039,10 +5503,11 @@ msgstr "Disconnetta" #: src/view/shell/bottom-bar/BottomBar.tsx:302 #: src/view/shell/bottom-bar/BottomBar.tsx:303 #: src/view/shell/bottom-bar/BottomBar.tsx:305 -#: src/view/shell/bottom-bar/BottomBarWeb.tsx:171 -#: src/view/shell/bottom-bar/BottomBarWeb.tsx:172 -#: src/view/shell/bottom-bar/BottomBarWeb.tsx:174 -#: src/view/shell/NavSignupCard.tsx:60 src/view/shell/NavSignupCard.tsx:61 +#: src/view/shell/bottom-bar/BottomBarWeb.tsx:194 +#: src/view/shell/bottom-bar/BottomBarWeb.tsx:195 +#: src/view/shell/bottom-bar/BottomBarWeb.tsx:197 +#: src/view/shell/NavSignupCard.tsx:60 +#: src/view/shell/NavSignupCard.tsx:61 #: src/view/shell/NavSignupCard.tsx:63 msgid "Sign up" msgstr "Iscrizione" @@ -5087,10 +5552,13 @@ msgstr "Sviluppo Software" msgid "Some people can reply" msgstr "Solo alcune persone possono rispondere" -#: src/screens/Messages/Conversation/index.tsx:94 +#: src/screens/Messages/Conversation/index.tsx:106 msgid "Something went wrong" msgstr "Qualcosa è andato storto" +#~ msgid "Something went wrong and we're not sure what." +#~ msgstr "Qualcosa è andato storto ma non siamo sicuri di cosa." + #: src/screens/Deactivated.tsx:94 #: src/screens/Settings/components/DeactivateAccountDialog.tsx:59 msgid "Something went wrong, please try again" @@ -5102,7 +5570,11 @@ msgstr "" msgid "Something went wrong, please try again." msgstr "Qualcosa è andato male, prova di nuovo." -#: src/App.native.tsx:85 src/App.web.tsx:73 +#~ msgid "Something went wrong. Check your email and try again." +#~ msgstr "Qualcosa è andato storto. Controlla la tua email e riprova." + +#: src/App.native.tsx:85 +#: src/App.web.tsx:74 msgid "Sorry! Your session expired. Please log in again." msgstr "Scusa! La tua sessione è scaduta. Per favore accedi di nuovo." @@ -5114,7 +5586,10 @@ 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:169 +#~ msgid "Source:" +#~ msgstr "Origine:" + +#: src/components/moderation/LabelsOnMeDialog.tsx:168 msgid "Source: <0>{0}" msgstr "Fonte: <0>{0}" @@ -5150,7 +5625,6 @@ msgstr "Avvia conversazione con {displayName}" msgid "Start chatting" msgstr "Iniza a conversare" -#: src/view/screens/Settings/index.tsx:862 #~ msgid "Status page" #~ msgstr "Pagina di stato" @@ -5158,21 +5632,27 @@ msgstr "Iniza a conversare" msgid "Status Page" msgstr "Pagina di stato" +#~ msgid "Step" +#~ msgstr "Passo" + #: src/screens/Signup/index.tsx:154 msgid "Step {0} of {1}" msgstr "Step {0} di {1}" +#~ msgid "Step {0} of {numSteps}" +#~ msgstr "Passo {0} di {numSteps}" + #: src/view/screens/Settings/index.tsx:304 msgid "Storage cleared, you need to restart the app now." msgstr "Spazio di archiviazione eliminato. Riavvia l'app." -#: src/Navigation.tsx:218 +#: src/Navigation.tsx:224 #: src/view/screens/Settings/index.tsx:863 msgid "Storybook" msgstr "Cronologia" +#: src/components/moderation/LabelsOnMeDialog.tsx:290 #: src/components/moderation/LabelsOnMeDialog.tsx:291 -#: src/components/moderation/LabelsOnMeDialog.tsx:292 #: src/screens/Messages/Conversation/ChatDisabled.tsx:142 #: src/screens/Messages/Conversation/ChatDisabled.tsx:143 msgid "Submit" @@ -5203,7 +5683,7 @@ msgstr "Iscriviti a questo labeler" msgid "Subscribe to this list" msgstr "Iscriviti alla lista" -#: src/view/screens/Search/Search.tsx:424 +#: src/view/screens/Search/Search.tsx:425 msgid "Suggested Follows" msgstr "Accounts da seguire" @@ -5215,11 +5695,15 @@ msgstr "Suggerito per te" msgid "Suggestive" msgstr "Suggestivo" -#: src/Navigation.tsx:233 src/view/screens/Support.tsx:30 +#: src/Navigation.tsx:239 +#: src/view/screens/Support.tsx:30 #: src/view/screens/Support.tsx:33 msgid "Support" msgstr "Supporto" +#~ msgid "Swipe up to see more" +#~ msgstr "Scorri verso l'alto per vedere di più" + #: src/components/dialogs/SwitchAccount.tsx:47 #: src/components/dialogs/SwitchAccount.tsx:50 msgid "Switch Account" @@ -5269,11 +5753,11 @@ msgstr "Racconta una barzalletta!" msgid "Terms" msgstr "Termini" -#: src/Navigation.tsx:243 +#: src/Navigation.tsx:249 #: src/screens/Signup/StepInfo/Policies.tsx:49 #: src/view/screens/Settings/index.tsx:951 #: src/view/screens/TermsOfService.tsx:29 -#: src/view/shell/Drawer.tsx:278 +#: src/view/shell/Drawer.tsx:279 msgid "Terms of Service" msgstr "Termini di servizio" @@ -5287,12 +5771,12 @@ msgstr "I termini utilizzati violano gli standard della comunità" msgid "text" msgstr "testo" -#: src/components/moderation/LabelsOnMeDialog.tsx:255 +#: src/components/moderation/LabelsOnMeDialog.tsx:254 #: src/screens/Messages/Conversation/ChatDisabled.tsx:108 msgid "Text input field" msgstr "Campo di testo" -#: src/components/dms/ReportDialog.tsx:132 +#: src/components/dms/ReportDialog.tsx:134 #: src/components/ReportDialog/SubmitView.tsx:77 msgid "Thank you. Your report has been sent." msgstr "Grazie. La tua segnalazione è stata inviata." @@ -5305,11 +5789,14 @@ msgstr "Che contiene il seguente:" msgid "That handle is already taken." msgstr "Questo handle è già stato preso." -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:291 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:305 #: src/view/com/profile/ProfileMenu.tsx:351 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." +#~ msgid "the author" +#~ msgstr "l'autore" + #: src/view/screens/CommunityGuidelines.tsx:36 msgid "The Community Guidelines have been moved to <0/>" msgstr "Le Linee guida della community sono state spostate a<0/>" @@ -5334,8 +5821,8 @@ msgstr "Ai tuoi contenuti sono state applicate le seguenti etichette." msgid "The following steps will help customize your Bluesky experience." msgstr "I passaggi seguenti ti aiuteranno a personalizzare la tua esperienza con Bluesky." -#: src/view/com/post-thread/PostThread.tsx:153 -#: src/view/com/post-thread/PostThread.tsx:165 +#: src/view/com/post-thread/PostThread.tsx:189 +#: src/view/com/post-thread/PostThread.tsx:201 msgid "The post may have been deleted." msgstr "Il post potrebbe essere stato cancellato." @@ -5347,6 +5834,9 @@ 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" @@ -5364,7 +5854,7 @@ msgstr "" 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." -#: src/view/com/posts/FeedErrorMessage.tsx:146 +#: src/view/com/posts/FeedErrorMessage.tsx:145 msgid "There was an an issue removing this feed. Please check your internet connection and try again." msgstr "Si è verificato un problema durante la rimozione di questo feed. Per favore controlla la tua connessione Internet e prova di nuovo." @@ -5392,12 +5882,12 @@ msgstr "Si è verificato un problema durante la connessione a Tenor." msgid "There was an issue contacting the server" msgstr "Si è verificato un problema durante il contatto con il server" -#: src/view/com/feeds/FeedSourceCard.tsx:120 -#: src/view/com/feeds/FeedSourceCard.tsx:133 +#: src/view/com/feeds/FeedSourceCard.tsx:128 +#: src/view/com/feeds/FeedSourceCard.tsx:141 msgid "There was an issue contacting your server" msgstr "Si è verificato un problema durante il contatto con il tuo server" -#: src/view/com/notifications/Feed.tsx:125 +#: src/view/com/notifications/Feed.tsx:126 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." @@ -5414,7 +5904,7 @@ msgstr "Si è verificato un problema durante il recupero dell'elenco. Tocca qui msgid "There was an issue fetching your lists. Tap here to try again." msgstr "Si è verificato un problema durante il recupero delle tue liste. Tocca qui per riprovare." -#: src/components/dms/ReportDialog.tsx:220 +#: src/components/dms/ReportDialog.tsx:222 #: src/components/ReportDialog/SubmitView.tsx:82 msgid "There was an issue sending your report. Please check your internet connection." msgstr "Si è verificato un problema durante l'invio della segnalazione. Per favore controlla la tua connessione Internet." @@ -5423,13 +5913,13 @@ msgstr "Si è verificato un problema durante l'invio della segnalazione. Per fav #~ msgid "There was an issue syncing your preferences with the server" #~ msgstr "Si è verificato un problema durante la sincronizzazione delle tue preferenze con il server" -#: src/view/screens/AppPasswords.tsx:68 +#: src/view/screens/AppPasswords.tsx:70 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:104 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:126 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:140 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:103 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:125 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:139 #: src/view/com/post-thread/PostThreadFollowBtn.tsx:99 #: src/view/com/post-thread/PostThreadFollowBtn.tsx:111 #: src/view/com/profile/ProfileMenu.tsx:109 @@ -5458,10 +5948,16 @@ 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." +#~ 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:" +#~ 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:" @@ -5474,7 +5970,7 @@ msgstr "Questo account ha richiesto agli utenti di accedere Bluesky per visualiz msgid "This account is blocked by one or more of your moderation lists. To unblock, please visit the lists directly and remove this user." msgstr "Questo account è bloccato da uno o più appartenente alle tue liste di moderazione. Per sbloccare, visista le liste direttamente e rimuovi l'utente." -#: src/components/moderation/LabelsOnMeDialog.tsx:240 +#: src/components/moderation/LabelsOnMeDialog.tsx:239 msgid "This appeal will be sent to <0>{0}." msgstr "Questo ricorso verrà inviato a <0>{0}." @@ -5503,10 +5999,14 @@ msgstr "Questo contenuto è hosted da {0}. Vuoi abilitare i media esterni?" 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." -#: src/view/com/posts/FeedErrorMessage.tsx:115 +#: src/view/com/posts/FeedErrorMessage.tsx:114 msgid "This content is not viewable without a Bluesky account." msgstr "Questo contenuto non è visualizzabile senza un account Bluesky." +#: src/screens/Messages/List/ChatListItem.tsx:213 +msgid "This conversation is with a deleted or a deactivated account. Press for options." +msgstr "" + #~ msgid "This feature is in beta. You can read more about repository exports in <0>this blogpost." #~ msgstr "Questa funzionalità è in versione beta. Puoi leggere ulteriori informazioni sulle esportazioni dell' archivio in <0>questo post del blog." @@ -5514,20 +6014,25 @@ 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." msgstr "Questa funzionalità è in versione beta. Puoi leggere ulteriori informazioni sulle esportazioni del repository in <0>questo post del blog." -#: src/view/com/posts/FeedErrorMessage.tsx:121 +#: src/view/com/posts/FeedErrorMessage.tsx:120 msgid "This feed is currently receiving high traffic and is temporarily unavailable. Please try again later." msgstr "Questo canale al momento sta ricevendo molte visite ed è temporaneamente non disponibile. Riprova più tardi." #: src/screens/Profile/Sections/Feed.tsx:59 #: src/view/screens/ProfileFeed.tsx:471 #: src/view/screens/ProfileList.tsx:729 -msgid "This feed is empty!" -msgstr "Questo feed è vuoto!" +#~ msgid "This feed is empty!" +#~ msgstr "Questo feed è vuoto!" #: src/view/com/posts/CustomFeedEmptyState.tsx:37 msgid "This feed is empty! You may need to follow more users or tune your language settings." msgstr "Questo feed è vuoto! Prova a seguire più utenti o ottimizza le impostazioni della lingua." +#: src/view/screens/ProfileFeed.tsx:471 +#: src/view/screens/ProfileList.tsx:729 +msgid "This feed is empty." +msgstr "" + #: src/view/com/posts/FeedShutdownMsg.tsx:97 msgid "This feed is no longer online. We are showing <0>Discover instead." msgstr "Questo feed non è più online. Stiamo mostrando <0>Discover al suo posto." @@ -5540,6 +6045,12 @@ 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." +#~ msgid "This is the service that keeps you online." +#~ msgstr "Questo è il servizio che ti mantiene online." + +#~ msgid "This label was applied by {0}." +#~ msgstr "Questa etichetta è stata applicata da {0}." + #: src/components/moderation/ModerationDetailsDialog.tsx:127 msgid "This label was applied by <0>{0}." msgstr "Questa etichetta è stata applicata da <0>{0}." @@ -5548,7 +6059,7 @@ msgstr "Questa etichetta è stata applicata da <0>{0}." msgid "This label was applied by the author." msgstr "Questa etichetta è stata applicata dall'autore." -#: src/components/moderation/LabelsOnMeDialog.tsx:167 +#: src/components/moderation/LabelsOnMeDialog.tsx:166 msgid "This label was applied by you." msgstr "Questa etichetta è stata applicata da te." @@ -5568,20 +6079,20 @@ 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:107 +#: src/view/com/modals/AddAppPasswords.tsx:110 msgid "This name is already in use" msgstr "Questo nome è già in uso" -#: src/view/com/post-thread/PostThreadItem.tsx:140 +#: src/view/com/post-thread/PostThreadItem.tsx:135 msgid "This post has been deleted." msgstr "Questo post è stato cancellato." -#: src/view/com/util/forms/PostDropdownBtn.tsx:461 +#: src/view/com/util/forms/PostDropdownBtn.tsx:448 #: src/view/com/util/post-ctrls/PostCtrls.tsx:310 msgid "This post is only visible to logged-in users. It won't be visible to people who aren't logged in." msgstr "Questo post è visibile solo agli utenti registrati. Non sarà visibile alle persone che non hanno effettuato l'accesso." -#: src/view/com/util/forms/PostDropdownBtn.tsx:443 +#: src/view/com/util/forms/PostDropdownBtn.tsx:430 msgid "This post will be hidden from feeds." msgstr "Questo post verrà nascosto dai feed." @@ -5614,6 +6125,12 @@ 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." +#~ 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} list which you have blocked." msgstr "Questo utente è incluso nell'elenco <0>{0} che hai bloccato." @@ -5622,10 +6139,16 @@ msgstr "Questo utente è incluso nell'elenco <0>{0} che hai bloccato." msgid "This user is included in the <0>{0} list which you have muted." msgstr "Questo utente è incluso nell'elenco <0>{0} che hai silenziato." +#~ 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." +#~ 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: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." @@ -5646,7 +6169,7 @@ msgstr "Preferenze delle Discussioni" msgid "Threaded Mode" msgstr "Modalità discussione" -#: src/Navigation.tsx:276 +#: src/Navigation.tsx:282 msgid "Threads Preferences" msgstr "Preferenze per le discussioni" @@ -5675,7 +6198,7 @@ msgid "Toggle to enable or disable adult content" msgstr "Seleziona per abilitare o disabilitare i contenuti per adulti" #: src/screens/Hashtag.tsx:88 -#: src/view/screens/Search/Search.tsx:366 +#: src/view/screens/Search/Search.tsx:367 msgid "Top" msgstr "Top" @@ -5685,10 +6208,10 @@ msgstr "Trasformazioni" #: src/components/dms/MessageMenu.tsx:103 #: src/components/dms/MessageMenu.tsx:105 -#: src/view/com/post-thread/PostThreadItem.tsx:691 -#: src/view/com/post-thread/PostThreadItem.tsx:693 -#: src/view/com/util/forms/PostDropdownBtn.tsx:280 -#: src/view/com/util/forms/PostDropdownBtn.tsx:282 +#: src/view/com/post-thread/PostThreadItem.tsx:674 +#: src/view/com/post-thread/PostThreadItem.tsx:676 +#: src/view/com/util/forms/PostDropdownBtn.tsx:267 +#: src/view/com/util/forms/PostDropdownBtn.tsx:269 msgid "Translate" msgstr "Tradurre" @@ -5733,14 +6256,14 @@ msgstr "Impossibile contattare il servizio. Per favore controlla la tua connessi #: src/components/dms/MessagesListBlockedFooter.tsx:96 #: src/components/dms/MessagesListBlockedFooter.tsx:104 #: src/components/dms/MessagesListBlockedFooter.tsx:111 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:184 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:295 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:188 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:309 #: src/view/com/profile/ProfileMenu.tsx:363 #: src/view/screens/ProfileList.tsx:626 msgid "Unblock" msgstr "Sblocca" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:194 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:193 msgctxt "action" msgid "Unblock" msgstr "Sblocca" @@ -5755,12 +6278,12 @@ msgstr "Sblocca l'account" msgid "Unblock Account" msgstr "Sblocca Account" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:289 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:303 #: src/view/com/profile/ProfileMenu.tsx:345 msgid "Unblock Account?" msgstr "Sblocca Account?" -#: src/view/com/util/post-ctrls/RepostButton.tsx:62 +#: src/view/com/util/post-ctrls/RepostButton.tsx:63 #: src/view/com/util/post-ctrls/RepostButton.web.tsx:69 #: src/view/com/util/post-ctrls/RepostButton.web.tsx:73 msgid "Undo repost" @@ -5775,7 +6298,7 @@ msgstr "Smetti di seguire" msgid "Unfollow" msgstr "Smetti di seguire" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:234 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:233 msgid "Unfollow {0}" msgstr "Smetti di seguire {0}" @@ -5784,6 +6307,12 @@ msgstr "Smetti di seguire {0}" msgid "Unfollow Account" msgstr "Smetti di seguire questo account" +#~ msgid "Unfortunately, you do not meet the requirements to create an account." +#~ msgstr "Sfortunatamente, non soddisfi i requisiti per creare un account." + +#~ msgid "Unlike" +#~ msgstr "Togli Mi piace" + #: src/view/screens/ProfileFeed.tsx:570 msgid "Unlike this feed" msgstr "Togli il like a questo feed" @@ -5810,8 +6339,8 @@ msgstr "Riattiva tutti i post di {displayTag}" msgid "Unmute conversation" msgstr "Riattiva conversazione" -#: src/view/com/util/forms/PostDropdownBtn.tsx:365 -#: src/view/com/util/forms/PostDropdownBtn.tsx:370 +#: src/view/com/util/forms/PostDropdownBtn.tsx:352 +#: src/view/com/util/forms/PostDropdownBtn.tsx:357 msgid "Unmute thread" msgstr "Riattiva questa discussione" @@ -5832,6 +6361,9 @@ msgstr "Stacca la lista di moderazione" msgid "Unpinned from your feeds" msgstr "Sblocca dai tuoi feed" +#~ msgid "Unsave" +#~ msgstr "Rimuovi" + #: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:228 msgid "Unsubscribe" msgstr "Annulla l'iscrizione" @@ -5849,6 +6381,9 @@ msgstr "Contenuti Sessuali Indesiderati" msgid "Update {displayName} in Lists" msgstr "Aggiorna {displayName} negli elenchi" +#~ msgid "Update Available" +#~ msgstr "Aggiornamento disponibile" + #: src/view/com/modals/ChangeHandle.tsx:502 msgid "Update to {handle}" msgstr "Aggiorna a {handle}" @@ -5857,7 +6392,7 @@ msgstr "Aggiorna a {handle}" msgid "Updating..." msgstr "In aggiornamento..." -#: src/screens/Onboarding/StepProfile/index.tsx:280 +#: src/screens/Onboarding/StepProfile/index.tsx:281 msgid "Upload a photo instead" msgstr "Alternativamente carica una foto" @@ -5888,7 +6423,7 @@ msgstr "Carica dalla Libreria" msgid "Use a file on your server" msgstr "Utilizza un file sul tuo server" -#: src/view/screens/AppPasswords.tsx:197 +#: src/view/screens/AppPasswords.tsx:200 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." @@ -5918,10 +6453,13 @@ msgstr "Usa consigliati" msgid "Use the DNS panel" msgstr "Utilizza il pannello DNS" -#: src/view/com/modals/AddAppPasswords.tsx:156 +#: src/view/com/modals/AddAppPasswords.tsx:205 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." +#~ 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:" @@ -5981,7 +6519,7 @@ msgstr "Lista aggiornata" msgid "User Lists" msgstr "Liste publiche" -#: src/screens/Login/LoginForm.tsx:171 +#: src/screens/Login/LoginForm.tsx:174 msgid "Username or email address" msgstr "Nome utente o indirizzo Email" @@ -5994,8 +6532,9 @@ msgid "users followed by <0/>" msgstr "utenti seguiti da <0/>" #: src/components/dms/MessagesNUX.tsx:140 -#: src/components/dms/MessagesNUX.tsx:143 src/screens/Messages/Settings.tsx:83 -#: src/screens/Messages/Settings.tsx:86 +#: src/components/dms/MessagesNUX.tsx:143 +#: src/screens/Messages/Settings.tsx:84 +#: src/screens/Messages/Settings.tsx:87 msgid "Users I follow" msgstr "Utenti che seguo" @@ -6011,6 +6550,12 @@ msgstr "Utenti a cui è piaciuto questo contenuto o profilo" msgid "Value:" msgstr "Valore:" +#~ msgid "Verification code" +#~ msgstr "Codice di verifica" + +#~ msgid "Verify {0}" +#~ msgstr "Verifica {0}" + #: src/view/com/modals/ChangeHandle.tsx:504 msgid "Verify DNS Record" msgstr "Verifica record DNS" @@ -6040,7 +6585,6 @@ msgstr "" msgid "Verify Your Email" msgstr "Verifica la tua email" -#: src/view/screens/Settings/index.tsx:852 #~ msgid "Version {0}" #~ msgstr "Versione {0}" @@ -6083,11 +6627,11 @@ msgstr "Visualizza le informazioni su queste etichette" #: src/components/ProfileHoverCard/index.web.tsx:396 #: src/components/ProfileHoverCard/index.web.tsx:429 #: src/view/com/posts/AviFollowButton.tsx:58 -#: src/view/com/posts/FeedErrorMessage.tsx:175 +#: src/view/com/posts/FeedErrorMessage.tsx:174 msgid "View profile" msgstr "Vedi il profilo" -#: src/view/com/profile/ProfileSubpageHeader.tsx:130 +#: src/view/com/profile/ProfileSubpageHeader.tsx:127 msgid "View the avatar" msgstr "Vedi l'avatar" @@ -6099,6 +6643,11 @@ msgstr "Visualizza il servizio di etichettatura fornito da @{0}" msgid "View users who like this feed" msgstr "Visualizza gli utenti a cui piace questo feed" +#: src/view/com/home/HomeHeaderLayout.web.tsx:78 +#: src/view/com/home/HomeHeaderLayoutMobile.tsx:84 +msgid "View your feeds and explore more" +msgstr "" + #: src/view/com/modals/LinkWarning.tsx:89 #: src/view/com/modals/LinkWarning.tsx:95 msgid "Visit Site" @@ -6118,11 +6667,14 @@ msgstr "Avvisa il contenuto" msgid "Warn content and filter from feeds" msgstr "Avvisa i contenuti e filtra dai feed" +#~ msgid "We also think you'll like \"For You\" by Skygaze:" +#~ msgstr "Pensiamo che ti piacerà anche \"Per Te\" di Skygaze:" + #: src/screens/Hashtag.tsx:210 msgid "We couldn't find any results for that hashtag." msgstr "Non siamo riusciti a trovare alcun risultato per quell'hashtag." -#: src/screens/Messages/Conversation/index.tsx:95 +#: src/screens/Messages/Conversation/index.tsx:107 msgid "We couldn't load this conversation" msgstr "Non riusciamo a caricare questa conversazione" @@ -6185,11 +6737,16 @@ msgstr "Siamo spiacenti, ma non siamo riusciti a risolvere questa lista. Se il p 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:269 +#: src/view/screens/Search/Search.tsx:270 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:212 src/view/screens/NotFound.tsx:48 +#: src/view/com/composer/Composer.tsx:318 +msgid "We're sorry! The post you are replying to has been deleted." +msgstr "" + +#: src/components/Lists.tsx:212 +#: 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." @@ -6201,7 +6758,6 @@ msgstr "Ci dispiace! Puoi abbonarti solo a dieci etichettatori e hai raggiunto i msgid "Welcome back!" msgstr "" -#: src/view/com/auth/onboarding/WelcomeMobile.tsx:48 #~ msgid "Welcome to <0>Bluesky" #~ msgstr "Ti diamo il benvenuto a <0>Bluesky" @@ -6209,9 +6765,15 @@ msgstr "" msgid "What are your interests?" msgstr "Quali sono i tuoi interessi?" +#~ 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:40 #: src/view/com/auth/SplashScreen.web.tsx:86 -#: src/view/com/composer/Composer.tsx:340 +#: src/view/com/composer/Composer.tsx:359 msgid "What's up?" msgstr "Come va?" @@ -6232,8 +6794,8 @@ msgstr "Chi puoi inviarti messaggi?" msgid "Who can reply" msgstr "Chi può rispondere" -#: src/screens/Home/NoFeedsPinned.tsx:92 -#: src/screens/Messages/List/index.tsx:165 +#: src/screens/Home/NoFeedsPinned.tsx:79 +#: src/screens/Messages/List/index.tsx:185 msgid "Whoops!" msgstr "Ops!" @@ -6270,11 +6832,11 @@ msgstr "Largo" msgid "Write a message" msgstr "Scrivi un messaggio" -#: src/view/com/composer/Composer.tsx:534 +#: src/view/com/composer/Composer.tsx:549 msgid "Write post" msgstr "Scrivi un post" -#: src/view/com/composer/Composer.tsx:339 +#: src/view/com/composer/Composer.tsx:358 #: src/view/com/composer/Prompt.tsx:39 msgid "Write your reply" msgstr "Scrivi la tua risposta" @@ -6283,6 +6845,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:128 #: src/view/screens/PreferencesFollowingFeed.tsx:200 @@ -6314,8 +6879,8 @@ msgstr "Sei nella fila." msgid "You are not following anyone." msgstr "Non stai seguendo nessuno." -#: src/view/com/posts/FollowingEmptyState.tsx:67 -#: src/view/com/posts/FollowingEndOfFeed.tsx:68 +#: src/view/com/posts/FollowingEmptyState.tsx:63 +#: src/view/com/posts/FollowingEndOfFeed.tsx:64 msgid "You can also discover new Custom Feeds to follow." msgstr "Puoi anche scoprire nuovi feed personalizzati da seguire." @@ -6334,7 +6899,12 @@ msgstr "" msgid "You can change this at any time." msgstr "Puoi modificarlo in qualsiasi momento." -#: src/screens/Login/index.tsx:158 src/screens/Login/PasswordUpdatedForm.tsx:33 +#: src/screens/Messages/Settings.tsx:111 +msgid "You can continue ongoing conversations regardless of which setting you choose." +msgstr "" + +#: src/screens/Login/index.tsx:158 +#: src/screens/Login/PasswordUpdatedForm.tsx:33 msgid "You can now sign in with your new password." msgstr "Adesso puoi accedere con la tua nuova password." @@ -6346,6 +6916,10 @@ msgstr "" msgid "You do not have any followers." msgstr "Non hai follower." +#: src/screens/Profile/KnownFollowers.tsx:99 +msgid "You don't follow any users who follow @{name}." +msgstr "" + #: 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." @@ -6354,7 +6928,6 @@ msgstr "Non hai ancora alcun codice di invito! Te ne invieremo alcuni quando uti msgid "You don't have any pinned feeds." msgstr "Non hai fissato nessun feed." -#: src/view/screens/Feeds.tsx:477 #~ msgid "You don't have any saved feeds!" #~ msgstr "Non hai salvato nessun feed!" @@ -6362,7 +6935,7 @@ msgstr "Non hai fissato nessun feed." msgid "You don't have any saved feeds." msgstr "Non hai salvato nessun feed." -#: src/view/com/post-thread/PostThread.tsx:159 +#: src/view/com/post-thread/PostThread.tsx:195 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." @@ -6400,7 +6973,10 @@ msgstr "Hai silenziato questo account." msgid "You have muted this user" msgstr "Hai silenziato questo utente" -#: src/screens/Messages/List/index.tsx:205 +#~ msgid "You have muted this user." +#~ msgstr "Hai disattivato questo utente." + +#: src/screens/Messages/List/index.tsx:225 msgid "You have no conversations yet. Start one!" msgstr "Non hai ancora nessuna conversazione. Avviane una!" @@ -6417,7 +6993,10 @@ 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." -#: src/view/screens/AppPasswords.tsx:89 +#~ msgid "You have not blocked any accounts yet. To block an account, go to their profile and selected \"Block account\" from the menu on their account." +#~ msgstr "Non hai ancora bloccato nessun conto. Per bloccare un conto, vai al profilo e seleziona \"Blocca conto\" dal menu del suo conto." + +#: src/view/screens/AppPasswords.tsx:91 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." @@ -6425,6 +7004,9 @@ 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." +#~ 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/Lists.tsx:52 msgid "You have reached the end" msgstr "Hai raggiunto la fine" @@ -6445,6 +7027,9 @@ msgstr "Puoi presentare ricorso contro queste etichette se ritieni che siano sta msgid "You must be 13 years of age or older to sign up." msgstr "Per iscriverti devi avere almeno 13 anni." +#~ 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" @@ -6457,11 +7042,11 @@ msgstr "È necessario selezionare almeno un'etichettatore per un report" msgid "You previously deactivated @{0}." msgstr "" -#: src/view/com/util/forms/PostDropdownBtn.tsx:173 +#: src/view/com/util/forms/PostDropdownBtn.tsx:168 msgid "You will no longer receive notifications for this thread" msgstr "Non riceverai più notifiche per questo filo di discussione" -#: src/view/com/util/forms/PostDropdownBtn.tsx:176 +#: src/view/com/util/forms/PostDropdownBtn.tsx:171 msgid "You will now receive notifications for this thread" msgstr "Adesso riceverai le notifiche per questa discussione" @@ -6469,15 +7054,15 @@ msgstr "Adesso riceverai le notifiche per questa discussione" 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/Messages/List/ChatListItem.tsx:113 +#: src/screens/Messages/List/ChatListItem.tsx:114 msgid "You: {0}" msgstr "Tu: {0}" -#: src/screens/Messages/List/ChatListItem.tsx:142 +#: src/screens/Messages/List/ChatListItem.tsx:143 msgid "You: {defaultEmbeddedContentMessage}" msgstr "" -#: src/screens/Messages/List/ChatListItem.tsx:135 +#: src/screens/Messages/List/ChatListItem.tsx:136 msgid "You: {short}" msgstr "" @@ -6505,7 +7090,7 @@ msgstr "Sei pronto per iniziare!" 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." -#: src/view/com/posts/FollowingEndOfFeed.tsx:48 +#: src/view/com/posts/FollowingEndOfFeed.tsx:44 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." @@ -6543,6 +7128,9 @@ msgstr "La tua scelta verrà salvata, ma potrà essere modificata successivament 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:120 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." @@ -6551,7 +7139,7 @@ msgstr "La tua email è stata aggiornata ma non verificata. Come passo successiv msgid "Your email has not yet been verified. This is an important security step which we recommend." msgstr "La tua email non è stata ancora verificata. Ti consigliamo di fare questo importante passo per la sicurezza del tuo account." -#: src/view/com/posts/FollowingEmptyState.tsx:47 +#: src/view/com/posts/FollowingEmptyState.tsx:43 msgid "Your following feed is empty! Follow more users to see what's happening." msgstr "Il tuo feed seguente è vuoto! Segui più utenti per vedere cosa sta succedendo." @@ -6563,6 +7151,12 @@ msgstr "Il tuo nome di utente completo sarà" msgid "Your full handle will be <0>@{0}" msgstr "Il tuo nome di utente completo sarà <0>@{0}" +#~ 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" @@ -6571,7 +7165,7 @@ 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:330 +#: src/view/com/composer/Composer.tsx:349 msgid "Your post has been published" msgstr "Il tuo post è stato pubblicato" @@ -6587,718 +7181,14 @@ msgstr "Il tuo profilo" msgid "Your profile, posts, feeds, and lists will no longer be visible to other Bluesky users. You can reactivate your account at any time by logging in." msgstr "" -#: src/view/com/composer/Composer.tsx:329 +#: src/view/com/composer/Composer.tsx:348 msgid "Your reply has been published" msgstr "La tua risposta è stata pubblicata" -#: src/components/dms/ReportDialog.tsx:160 +#: src/components/dms/ReportDialog.tsx:162 msgid "Your report will be sent to the Bluesky Moderation Service" msgstr "La tua segnalazione verrà inviata al Servizio Moderazione di Bluesky" #: src/screens/Signup/index.tsx:166 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 "{0} your feeds" -#~ msgstr "{0} tuoi feed" - -#~ 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 "<0>{0} following" -#~ msgstr "<0>{0} following" - -#~ msgid "<0>{followers} <1>{pluralizedFollowers}" -#~ msgstr "<0>{followers} <1>{pluralizedFollowers}" - -#~ msgid "<0>{following} <1>following" -#~ msgstr "<0>{following} <1>following" - -#~ msgid "<0>Choose your<1>Recommended<2>Feeds" -#~ msgstr "<0>Scegli i tuoi<1>feeds<2>consigliati" - -#~ msgid "<0>Follow some<1>Recommended<2>Users" -#~ msgstr "<0>Segui alcuni<1>utenti<2>consigliati" - -#~ msgid "<0>Welcome to<1>Bluesky" -#~ msgstr "<0>Ti diamo il benvenuto su<1>Bluesky" - -#~ 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 "account" -#~ msgstr "account" - -#~ msgid "Add ALT text" -#~ msgstr "Agguingo del testo descrittivo" - -#~ msgid "Add details" -#~ msgstr "Aggiungi i dettagli" - -#~ msgid "Add details to report" -#~ msgstr "Aggiungi dettagli da segnalare" - -#~ msgid "Add link card" -#~ msgstr "Aggiungi anteprima del link" - -#~ msgid "Add link card:" -#~ msgstr "Aggiungi anteprima del link:" - -#~ msgid "Added" -#~ msgstr "Aggiunto" - -#~ 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 "An error occurred while trying to delete the message. Please try again." -#~ msgstr "È avvenuto un errore durante la cancellazione del messaggio. Riprovare un altra volta" - -#~ 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 submitted." -#~ msgstr "Ricorso presentato." - -#~ 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 is flexible." -#~ msgstr "Bluesky è flessibile." - -#~ msgid "Bluesky is open." -#~ msgstr "Bluesky è aperto." - -#~ msgid "Bluesky is public." -#~ msgstr "Bluesky è pubblico." - -#~ 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 "Build version {0} {1}" -#~ msgstr "Versione {0} {1}" - -#~ msgid "Button disabled. Input custom domain to proceed." -#~ msgstr "Pulsante disabilitato. Inserisci il dominio personalizzato per procedere." - -#~ msgid "by {0}" -#~ msgstr "di {0}" - -#~ 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 "Check out some recommended feeds. Tap + to add them to your list of pinned feeds." -#~ msgstr "Dai un'occhiata ad alcuni feed consigliati. Clicca + per aggiungerli al tuo elenco dei feed." - -#~ msgid "Check out some recommended users. Follow them to see similar users." -#~ msgstr "Scopri alcuni utenti consigliati. Seguili per vedere utenti simili." - -#~ msgid "Choose a new Bluesky username or create" -#~ msgstr "Scegli un nuovo nome utente Bluesky o creane uno" - -#~ msgid "Choose the algorithms that power your experience with custom feeds." -#~ msgstr "Scegli gli algoritmi che migliorano la tua esperienza con i feed personalizzati." - -#~ msgid "Click here to open tag menu for #{tag}" -#~ msgstr "Clicca qui per aprire il menu per #{tag}" - -#~ 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" -#~ msgstr "contenuto" - -#~ 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 "Creates a card with a thumbnail. The card links to {url}" -#~ msgstr "Crea una scheda con una miniatura. La scheda si collega a {url}" - -#~ msgid "Danger Zone" -#~ msgstr "Zona di Pericolo" - -#~ msgid "Delete Account" -#~ msgstr "Elimina l'Account" - -#~ 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 "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)" - -#~ msgid "Enable External Media" -#~ msgstr "Attiva Media Esterna" - -#~ 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 "Failed to load recommended feeds" -#~ msgstr "Non possiamo caricare i feed consigliati" - -#~ msgid "Feed Preferences" -#~ msgstr "Preferenze del feed" - -#~ msgid "Feeds are created by users to curate content. Choose some feeds that you find interesting." -#~ msgstr "I feed vengono creati dagli utenti per curare i contenuti. Scegli alcuni feed che ritieni interessanti." - -#~ msgid "Find users on Bluesky" -#~ msgstr "Trova utenti su Bluesky" - -#~ msgid "Find users with the search tool on the right" -#~ msgstr "Trova gli utenti con lo strumento di ricerca sulla destra" - -#~ msgid "Finding similar accounts..." -#~ msgstr "Trovare account simili…" - -#~ msgid "Fine-tune the content you see on your home screen." -#~ msgstr "Ottimizza il contenuto che vedi nella pagina d'inizio." - -#~ msgid "Follow some users to get started. We can recommend you more users based on who you find interesting." -#~ msgstr "Segui alcuni utenti per iniziare. Possiamo consigliarti più utenti in base a chi trovi interessante." - -#~ msgid "following" -#~ msgstr "following" - -#~ msgid "Forgot" -#~ msgstr "Dimenticato" - -#~ msgid "Forgot password" -#~ msgstr "Ho dimenticato il password" - -#~ msgid "Go to @{queryMaybeHandle}" -#~ msgstr "Vai a @{queryMaybeHandle}" - -#~ 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 email for Bluesky account" -#~ msgstr "Inserisci l'e-mail per l'account di Bluesky" - -#~ msgid "Input invite code to proceed" -#~ msgstr "Inserisci il codice di invito per procedere" - -#~ 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 "label has been placed on this {labelTarget}" -#~ msgstr "l'etichetta è stata inserita su questo {labelTarget}" - -#~ msgid "labels have been placed on this {labelTarget}" -#~ msgstr "le etichette sono state inserite su questo {labelTarget}" - -#~ msgid "Last step!" -#~ msgstr "Ultimo passo!" - -#~ msgid "Learn more" -#~ msgstr "Ulteriori informazioni" - -#~ msgid "Library" -#~ msgstr "Biblioteca" - -#~ msgid "Like" -#~ msgstr "Mi piace" - -#~ msgid "Liked by {0} {1}" -#~ msgstr "Piace a {0} {1}" - -#~ msgid "Liked by {count} {0}" -#~ msgstr "È piaciuto a {count} {0}" - -#~ msgid "Liked by {likeCount} {0}" -#~ msgstr "Piace a {likeCount} {0}" - -#~ 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 "May not be longer than 253 characters" -#~ msgstr "Non può contenere più di 253 caratteri" - -#~ msgid "May only contain letters and numbers" -#~ msgstr "Può contenere solo lettere e numeri" - -#~ msgid "Message from server" -#~ msgstr "Messaggio dal server" - -#~ msgid "More post options" -#~ msgstr "Altre impostazioni per il post" - -#~ msgid "Must be at least 3 characters" -#~ msgstr "Deve contenere almeno 3 caratteri" - -#~ msgid "Mute this List" -#~ msgstr "Silenzia questa Lista" - -#~ msgid "my-server.com" -#~ msgstr "my-server.com" - -#~ msgid "Never load embeds from {0}" -#~ msgstr "Non caricare mai gli inserimenti di {0}" - -#~ msgid "Never lose access to your followers and data." -#~ msgstr "Non perdere mai l'accesso ai tuoi follower e ai tuoi dati." - -#~ msgid "New Post" -#~ msgstr "Nuovo Post" - -#~ msgctxt "action" -#~ msgid "Next" -#~ msgstr "Seguente" - -#~ msgid "Not Applicable." -#~ msgstr "Non applicabile." - -#~ msgid "Nudity or pornography not labeled as such" -#~ msgstr "Nudità o pornografia non etichettata come tale" - -#~ msgid "of" -#~ msgstr "spento" - -#~ 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 "Pornography" -#~ msgstr "Pornografia" - -#~ msgid "Post" -#~ msgstr "Post" - -#~ msgid "Quote Post" -#~ msgstr "Cita il post" - -#~ msgid "Recommended Feeds" -#~ msgstr "Feeds consigliati" - -#~ msgid "Recommended Users" -#~ msgstr "Utenti consigliati" - -#~ 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?" - -#~ msgctxt "description" -#~ msgid "Reply to <0/>" -#~ msgstr "In risposta a <0/>" - -#~ msgid "Report {collectionName}" -#~ msgstr "Segnala {collectionName}" - -#~ msgid "Reposted by" -#~ msgstr "Repost di" - -#~ msgid "Reposted by {0})" -#~ msgstr "Repost di {0})" - -#~ 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 "Saved to your camera roll." -#~ msgstr "Salvato nel rullino fotografico." - -#~ msgid "See what's next" -#~ msgstr "Scopri cosa c'è dopo" - -#~ msgid "Select Bluesky Social" -#~ msgstr "Seleziona Bluesky Social" - -#~ msgid "Select service" -#~ msgstr "Selecciona el servei" - -#~ 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 password" -#~ msgstr "Imposta la password" - -#~ 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 "Sets hosting provider for password reset" -#~ msgstr "Imposta il provider del hosting per la reimpostazione della password" - -#~ msgid "Sets server for the Bluesky client" -#~ msgstr "Imposta il server per il client Bluesky" - -#~ msgid "Show all replies" -#~ msgstr "Mostra tutte le repliche" - -#~ msgid "Show embeds from {0}" -#~ msgstr "Mostra incorporamenti di {0}" - -#~ msgid "Show replies with at least {value} {0}" -#~ msgstr "Mostra risposte con almeno {value} {0}" - -#~ msgid "Shows a list of users similar to this user." -#~ msgstr "Mostra un elenco di utenti simili a questo utente." - -#~ msgid "Sign In" -#~ msgstr "Accedi" - -#~ msgid "Sign into" -#~ msgstr "Accedere a" - -#~ msgid "Signs {0} out of Bluesky" -#~ msgstr "{0} esce da Bluesky" - -#~ 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 "Source:" -#~ msgstr "Origine:" - -#~ msgid "Staging" -#~ msgstr "Allestimento" - -#~ msgid "Status page" -#~ msgstr "Pagina di stato" - -#~ msgid "Step" -#~ msgstr "Passo" - -#~ msgid "Step {0} of {numSteps}" -#~ msgstr "Passo {0} di {numSteps}" - -#~ msgid "Swipe up to see more" -#~ msgstr "Scorri verso l'alto per vedere di più" - -#~ msgid "the author" -#~ msgstr "l'autore" - -#~ 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." -#~ msgstr "Questa funzionalità è in versione beta. Puoi leggere ulteriori informazioni sulle esportazioni dell' archivio in <0>questo post del blog." - -#~ msgid "This is the service that keeps you online." -#~ msgstr "Questo è il servizio che ti mantiene online." - -#~ msgid "This label was applied by {0}." -#~ msgstr "Questa etichetta è stata applicata da {0}." - -#~ 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 warning is only available for posts with media attached." -#~ msgstr "Questo avviso è disponibile solo per i post con contenuti multimediali allegati." - -#~ 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 "Unfortunately, you do not meet the requirements to create an account." -#~ msgstr "Sfortunatamente, non soddisfi i requisiti per creare un account." - -#~ msgid "Unlike" -#~ msgstr "Togli Mi piace" - -#~ 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 "User handle" -#~ msgstr "Handle dell'utente" - -#~ msgid "Verification code" -#~ msgstr "Codice di verifica" - -#~ msgid "Verify {0}" -#~ msgstr "Verifica {0}" - -#~ msgid "Version {0}" -#~ msgstr "Versione {0}" - -#~ msgid "We also think you'll like \"For You\" by Skygaze:" -#~ msgstr "Pensiamo che ti piacerà anche \"Per Te\" di Skygaze:" - -#~ msgid "We'll look into your appeal promptly." -#~ msgstr "Esamineremo il tuo ricorso al più presto." - -#~ msgid "Welcome to <0>Bluesky" -#~ msgstr "Ti diamo il benvenuto a <0>Bluesky" - -#~ 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 don't have any saved feeds!" -#~ msgstr "Non hai salvato nessun feed!" - -#~ 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 e8eac165..e8dc12ce 100644 --- a/src/locale/locales/ja/messages.po +++ b/src/locale/locales/ja/messages.po @@ -13,7 +13,7 @@ msgstr "" "Language-Team: Hima-Zinn, tkusano, dolciss, oboenikui, noritada, middlingphys, hibiki, reindex-ot, haoyayoi, vyv03354\n" "Plural-Forms: \n" -#: src/screens/Messages/List/ChatListItem.tsx:119 +#: src/screens/Messages/List/ChatListItem.tsx:120 msgid "(contains embedded content)" msgstr "(埋め込みコンテンツあり)" @@ -33,10 +33,14 @@ msgstr "{0, plural, other {#個のラベルがこのアカウントに適用さ msgid "{0, plural, one {# label has been placed on this content} other {# labels have been placed on this content}}" msgstr "{0, plural, other {#個のラベルがこのコンテンツに適用されています}}" -#: src/view/com/util/post-ctrls/RepostButton.tsx:64 +#: src/view/com/util/post-ctrls/RepostButton.tsx:65 msgid "{0, plural, one {# repost} other {# reposts}}" msgstr "{0, plural, other {#回のリポスト}}" +#: src/components/KnownFollowers.tsx:179 +msgid "{0, plural, one {and # other} other {and # others}}" +msgstr "" + #: src/components/ProfileHoverCard/index.web.tsx:376 #: src/screens/Profile/Header/Metrics.tsx:23 msgid "{0, plural, one {follower} other {followers}}" @@ -51,11 +55,11 @@ msgstr "{0, plural, other {フォロー中}}" msgid "{0, plural, one {Like (# like)} other {Like (# likes)}}" msgstr "{0, plural, other {いいね(#個のいいね)}}" -#: src/view/com/post-thread/PostThreadItem.tsx:386 +#: src/view/com/post-thread/PostThreadItem.tsx:380 msgid "{0, plural, one {like} other {likes}}" msgstr "{0, plural, other {いいね}}" -#: src/view/com/feeds/FeedSourceCard.tsx:280 +#: src/view/com/feeds/FeedSourceCard.tsx:301 msgid "{0, plural, one {Liked by # user} other {Liked by # users}}" msgstr "{0, plural, other {#人のユーザーがいいね}}" @@ -67,7 +71,7 @@ msgstr "{0, plural, other {投稿}}" msgid "{0, plural, one {Reply (# reply)} other {Reply (# replies)}}" msgstr "{0, plural, other {返信(#件の返信)}}" -#: src/view/com/post-thread/PostThreadItem.tsx:366 +#: src/view/com/post-thread/PostThreadItem.tsx:360 msgid "{0, plural, one {repost} other {reposts}}" msgstr "{0, plural, other {リポスト}}" @@ -106,7 +110,7 @@ msgstr "{handle}にメッセージを送れません" msgid "{likeCount, plural, one {Liked by # user} other {Liked by # users}}" msgstr "{likeCount, plural, other {#人のユーザーがいいね}}" -#: src/view/shell/Drawer.tsx:461 +#: src/view/shell/Drawer.tsx:462 msgid "{numUnreadNotifications} unread" msgstr "{numUnreadNotifications}件の未読" @@ -138,12 +142,12 @@ msgstr "⚠無効なハンドル" msgid "2FA Confirmation" msgstr "2要素認証の確認" -#: src/view/com/util/ViewHeader.tsx:92 -#: src/view/screens/Search/Search.tsx:714 +#: src/view/com/util/ViewHeader.tsx:93 +#: src/view/screens/Search/Search.tsx:715 msgid "Access navigation links and settings" msgstr "ナビゲーションリンクと設定にアクセス" -#: src/view/com/home/HomeHeaderLayoutMobile.tsx:54 +#: src/view/com/home/HomeHeaderLayoutMobile.tsx:56 msgid "Access profile and other navigation links" msgstr "プロフィールと他のナビゲーションリンクにアクセス" @@ -156,7 +160,7 @@ msgstr "アクセシビリティ" msgid "Accessibility settings" msgstr "アクセシビリティの設定" -#: src/Navigation.tsx:290 +#: src/Navigation.tsx:296 #: src/view/screens/AccessibilitySettings.tsx:63 msgid "Accessibility Settings" msgstr "アクセシビリティの設定" @@ -196,7 +200,7 @@ msgstr "アカウントオプション" msgid "Account removed from quick access" msgstr "クイックアクセスからアカウントを解除" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:131 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:135 #: src/view/com/profile/ProfileMenu.tsx:131 msgid "Account unblocked" msgstr "アカウントのブロックを解除しました" @@ -209,7 +213,7 @@ msgstr "アカウントのフォローを解除しました" msgid "Account unmuted" msgstr "アカウントのミュートを解除しました" -#: src/components/dialogs/MutedWords.tsx:165 +#: src/components/dialogs/MutedWords.tsx:164 #: src/view/com/modals/ListAddRemoveUsers.tsx:268 #: src/view/com/modals/UserAddRemoveLists.tsx:230 #: src/view/screens/ProfileList.tsx:881 @@ -231,9 +235,9 @@ msgstr "リストにユーザーを追加" msgid "Add account" msgstr "アカウントを追加" -#: src/view/com/composer/GifAltText.tsx:70 -#: src/view/com/composer/GifAltText.tsx:136 -#: src/view/com/composer/GifAltText.tsx:176 +#: src/view/com/composer/GifAltText.tsx:69 +#: src/view/com/composer/GifAltText.tsx:135 +#: src/view/com/composer/GifAltText.tsx:175 #: src/view/com/composer/photos/Gallery.tsx:120 #: src/view/com/composer/photos/Gallery.tsx:187 #: src/view/com/modals/AltImage.tsx:118 @@ -246,15 +250,15 @@ msgstr "ALTテキストを追加" msgid "Add App Password" 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/screens/Home/NoFeedsPinned.tsx:112 +#: src/screens/Home/NoFeedsPinned.tsx:99 msgid "Add recommended feeds" msgstr "おすすめのフィードを追加" @@ -271,7 +275,7 @@ msgstr "次のDNSレコードをドメインに追加してください:" msgid "Add to Lists" msgstr "リストに追加" -#: src/view/com/feeds/FeedSourceCard.tsx:246 +#: src/view/com/feeds/FeedSourceCard.tsx:267 msgid "Add to my feeds" msgstr "マイフィードに追加" @@ -280,7 +284,7 @@ msgstr "マイフィードに追加" msgid "Added to list" msgstr "リストに追加" -#: src/view/com/feeds/FeedSourceCard.tsx:118 +#: src/view/com/feeds/FeedSourceCard.tsx:126 msgid "Added to my feeds" msgstr "マイフィードに追加" @@ -302,12 +306,12 @@ msgstr "成人向けコンテンツは無効になっています。" msgid "Advanced" msgstr "高度な設定" -#: src/view/screens/Feeds.tsx:798 +#: src/view/screens/Feeds.tsx:771 msgid "All the feeds you've saved, right in one place." msgstr "保存したすべてのフィードを1箇所にまとめます。" -#: src/view/com/modals/AddAppPasswords.tsx:188 -#: src/view/com/modals/AddAppPasswords.tsx:195 +#: src/view/com/modals/AddAppPasswords.tsx:187 +#: src/view/com/modals/AddAppPasswords.tsx:194 msgid "Allow access to your direct messages" msgstr "ダイレクトメッセージへのアクセスを許可" @@ -325,13 +329,13 @@ msgstr "コードをすでに持っていますか?" msgid "Already signed in as @{0}" msgstr "@{0}としてすでにサインイン済み" -#: src/view/com/composer/GifAltText.tsx:94 +#: src/view/com/composer/GifAltText.tsx:93 #: src/view/com/composer/photos/Gallery.tsx:144 #: src/view/com/util/post-embeds/GifEmbed.tsx:173 msgid "ALT" msgstr "ALT" -#: src/view/com/composer/GifAltText.tsx:145 +#: src/view/com/composer/GifAltText.tsx:144 #: src/view/com/modals/EditImage.tsx:316 #: src/view/screens/AccessibilitySettings.tsx:77 msgid "Alt text" @@ -375,6 +379,7 @@ msgstr "問題が発生しました。もう一度お試しください。" msgid "an unknown error occurred" msgstr "何らかのエラーが発生しました" +#: src/components/KnownFollowers.tsx:187 #: src/view/com/notifications/FeedItem.tsx:258 #: src/view/com/threadgate/WhoCanReply.tsx:180 msgid "and" @@ -400,11 +405,11 @@ msgstr "アプリの言語" msgid "App password deleted" msgstr "アプリパスワードを削除しました" -#: src/view/com/modals/AddAppPasswords.tsx:139 +#: src/view/com/modals/AddAppPasswords.tsx:138 msgid "App Password names can only contain letters, numbers, spaces, dashes, and underscores." msgstr "アプリパスワードの名前には、英数字、スペース、ハイフン、アンダースコアのみが使用可能です。" -#: src/view/com/modals/AddAppPasswords.tsx:104 +#: src/view/com/modals/AddAppPasswords.tsx:103 msgid "App Password names must be at least 4 characters long." msgstr "アプリパスワードの名前は長さが4文字以上である必要があります。" @@ -412,22 +417,22 @@ msgstr "アプリパスワードの名前は長さが4文字以上である必 msgid "App password settings" msgstr "アプリパスワードの設定" -#: src/Navigation.tsx:258 +#: src/Navigation.tsx:264 #: src/view/screens/AppPasswords.tsx:192 #: src/view/screens/Settings/index.tsx:706 msgid "App Passwords" msgstr "アプリパスワード" -#: src/components/moderation/LabelsOnMeDialog.tsx:153 -#: src/components/moderation/LabelsOnMeDialog.tsx:156 +#: src/components/moderation/LabelsOnMeDialog.tsx:151 +#: src/components/moderation/LabelsOnMeDialog.tsx:154 msgid "Appeal" msgstr "異議を申し立てる" -#: src/components/moderation/LabelsOnMeDialog.tsx:238 +#: src/components/moderation/LabelsOnMeDialog.tsx:236 msgid "Appeal \"{0}\" label" msgstr "「{0}」のラベルに異議を申し立てる" -#: src/components/moderation/LabelsOnMeDialog.tsx:229 +#: src/components/moderation/LabelsOnMeDialog.tsx:227 #: src/screens/Messages/Conversation/ChatDisabled.tsx:91 msgid "Appeal submitted" msgstr "異議申し立てを提出しました" @@ -444,7 +449,7 @@ msgid "Appearance" msgstr "背景" #: src/screens/Feeds/NoSavedFeedsOfAnyType.tsx:47 -#: src/screens/Home/NoFeedsPinned.tsx:106 +#: src/screens/Home/NoFeedsPinned.tsx:93 msgid "Apply default recommended feeds" msgstr "デフォルトのおすすめフィードを追加" @@ -460,15 +465,15 @@ msgstr "このメッセージを本当に削除しますか?このメッセー msgid "Are you sure you want to leave this conversation? Your messages will be deleted for you, but not for the other participant." msgstr "この会話から退出しますか?あなたのメッセージはあなたからは削除したように見えますが、他の参加者からは削除されません。" -#: src/view/com/feeds/FeedSourceCard.tsx:293 +#: src/view/com/feeds/FeedSourceCard.tsx:314 msgid "Are you sure you want to remove {0} from your feeds?" msgstr "あなたのフィードから{0}を削除してもよろしいですか?" -#: src/view/com/composer/Composer.tsx:617 +#: src/view/com/composer/Composer.tsx:630 msgid "Are you sure you'd like to discard this draft?" msgstr "本当にこの下書きを破棄しますか?" -#: src/components/dialogs/MutedWords.tsx:283 +#: src/components/dialogs/MutedWords.tsx:281 msgid "Are you sure?" msgstr "本当によろしいですか?" @@ -489,8 +494,8 @@ msgid "At least 3 characters" msgstr "少なくとも3文字" #: src/components/dms/MessagesListHeader.tsx:75 -#: src/components/moderation/LabelsOnMeDialog.tsx:283 -#: src/components/moderation/LabelsOnMeDialog.tsx:284 +#: src/components/moderation/LabelsOnMeDialog.tsx:281 +#: src/components/moderation/LabelsOnMeDialog.tsx:282 #: src/screens/Login/ChooseAccountForm.tsx:98 #: src/screens/Login/ChooseAccountForm.tsx:103 #: src/screens/Login/ForgotPasswordForm.tsx:129 @@ -503,7 +508,7 @@ msgstr "少なくとも3文字" #: src/screens/Messages/Conversation/ChatDisabled.tsx:134 #: src/screens/Profile/Header/Shell.tsx:102 #: src/screens/Signup/index.tsx:193 -#: src/view/com/util/ViewHeader.tsx:90 +#: src/view/com/util/ViewHeader.tsx:91 msgid "Back" msgstr "戻る" @@ -519,7 +524,7 @@ msgstr "生年月日" msgid "Birthday:" msgstr "生年月日:" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:295 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:309 #: src/view/com/profile/ProfileMenu.tsx:363 msgid "Block" msgstr "ブロック" @@ -559,7 +564,7 @@ msgstr "ブロックされています" msgid "Blocked accounts" msgstr "ブロック中のアカウント" -#: src/Navigation.tsx:141 +#: src/Navigation.tsx:140 #: src/view/screens/ModerationBlockedAccounts.tsx:109 msgid "Blocked Accounts" msgstr "ブロック中のアカウント" @@ -617,8 +622,8 @@ msgstr "画像のぼかしとフィードからのフィルタリング" msgid "Books" msgstr "書籍" -#: src/screens/Home/NoFeedsPinned.tsx:116 -#: src/screens/Home/NoFeedsPinned.tsx:123 +#: src/screens/Home/NoFeedsPinned.tsx:103 +#: src/screens/Home/NoFeedsPinned.tsx:109 msgid "Browse other feeds" msgstr "他のフィードを見る" @@ -626,7 +631,7 @@ msgstr "他のフィードを見る" msgid "Business" msgstr "ビジネス" -#: src/view/com/profile/ProfileSubpageHeader.tsx:159 +#: src/view/com/profile/ProfileSubpageHeader.tsx:156 msgid "by —" msgstr "作成者:-" @@ -634,7 +639,7 @@ msgstr "作成者:-" msgid "By {0}" msgstr "作成者:{0}" -#: src/view/com/profile/ProfileSubpageHeader.tsx:163 +#: src/view/com/profile/ProfileSubpageHeader.tsx:160 msgid "by <0/>" msgstr "作成者:<0/>" @@ -642,7 +647,7 @@ msgstr "作成者:<0/>" msgid "By creating an account you agree to the {els}." msgstr "アカウントを作成することで、{els}に同意したものとみなされます。" -#: src/view/com/profile/ProfileSubpageHeader.tsx:161 +#: src/view/com/profile/ProfileSubpageHeader.tsx:158 msgid "by you" msgstr "作成者:あなた" @@ -650,7 +655,7 @@ msgstr "作成者:あなた" msgid "Camera" msgstr "カメラ" -#: src/view/com/modals/AddAppPasswords.tsx:180 +#: src/view/com/modals/AddAppPasswords.tsx:179 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文字以下である必要があります。" @@ -659,8 +664,8 @@ msgstr "英数字、スペース、ハイフン、アンダースコアのみが #: src/components/Prompt.tsx:121 #: src/components/TagMenu/index.tsx:268 #: src/screens/Deactivated.tsx:161 -#: src/view/com/composer/Composer.tsx:417 -#: src/view/com/composer/Composer.tsx:423 +#: src/view/com/composer/Composer.tsx:432 +#: src/view/com/composer/Composer.tsx:438 #: src/view/com/modals/ChangeEmail.tsx:213 #: src/view/com/modals/ChangeEmail.tsx:215 #: src/view/com/modals/ChangeHandle.tsx:148 @@ -676,8 +681,8 @@ msgstr "英数字、スペース、ハイフン、アンダースコアのみが #: src/view/com/modals/LinkWarning.tsx:107 #: src/view/com/modals/VerifyEmail.tsx:255 #: src/view/com/modals/VerifyEmail.tsx:261 -#: src/view/com/util/post-ctrls/RepostButton.tsx:136 -#: src/view/screens/Search/Search.tsx:738 +#: src/view/com/util/post-ctrls/RepostButton.tsx:138 +#: src/view/screens/Search/Search.tsx:735 #: src/view/shell/desktop/Search.tsx:218 msgid "Cancel" msgstr "キャンセル" @@ -706,7 +711,7 @@ msgstr "画像の切り抜きをキャンセル" msgid "Cancel profile editing" msgstr "プロフィールの編集をキャンセル" -#: src/view/com/util/post-ctrls/RepostButton.tsx:130 +#: src/view/com/util/post-ctrls/RepostButton.tsx:132 msgid "Cancel quote post" msgstr "引用をキャンセル" @@ -762,7 +767,7 @@ msgstr "投稿の言語を{0}に変更します" msgid "Change Your Email" msgstr "メールアドレスを変更" -#: src/Navigation.tsx:302 +#: src/Navigation.tsx:308 #: src/view/shell/bottom-bar/BottomBar.tsx:201 #: src/view/shell/desktop/LeftNav.tsx:295 msgid "Chat" @@ -774,7 +779,7 @@ msgstr "チャットをミュートしました" #: src/components/dms/ConvoMenu.tsx:112 #: src/components/dms/MessageMenu.tsx:81 -#: src/Navigation.tsx:307 +#: src/Navigation.tsx:313 #: src/screens/Messages/List/index.tsx:88 #: src/view/screens/Settings/index.tsx:638 msgid "Chat settings" @@ -839,7 +844,7 @@ msgid "Clear all storage data (restart after this)" msgstr "すべてのストレージデータをクリア(このあと再起動します)" #: src/view/com/util/forms/SearchInput.tsx:88 -#: src/view/screens/Search/Search.tsx:864 +#: src/view/screens/Search/Search.tsx:861 msgid "Clear search query" msgstr "検索クエリをクリア" @@ -939,7 +944,7 @@ msgstr "下部のナビゲーションバーを閉じる" msgid "Closes password update alert" msgstr "パスワード更新アラートを閉じる" -#: src/view/com/composer/Composer.tsx:419 +#: src/view/com/composer/Composer.tsx:434 msgid "Closes post composer and discards post draft" msgstr "投稿の編集画面を閉じて下書きを削除する" @@ -963,7 +968,7 @@ msgstr "コメディー" msgid "Comics" msgstr "漫画" -#: src/Navigation.tsx:248 +#: src/Navigation.tsx:254 #: src/view/screens/CommunityGuidelines.tsx:32 msgid "Community Guidelines" msgstr "コミュニティーガイドライン" @@ -976,7 +981,7 @@ msgstr "初期設定を完了してアカウントを使い始める" msgid "Complete the challenge" msgstr "テストをクリアしてください" -#: src/view/com/composer/Composer.tsx:536 +#: src/view/com/composer/Composer.tsx:551 msgid "Compose posts up to {MAX_GRAPHEME_LENGTH} characters in length" msgstr "{MAX_GRAPHEME_LENGTH}文字までの投稿を作成" @@ -1077,7 +1082,7 @@ msgid "Context menu backdrop, click to close the menu." msgstr "コンテキストメニューの背景をクリックし、メニューを閉じる。" #: src/screens/Onboarding/StepInterests/index.tsx:253 -#: src/screens/Onboarding/StepProfile/index.tsx:268 +#: src/screens/Onboarding/StepProfile/index.tsx:269 msgid "Continue" msgstr "続行" @@ -1085,13 +1090,17 @@ msgstr "続行" msgid "Continue as {0} (currently signed in)" msgstr "{0}として続行(現在サインイン中)" +#: src/view/com/post-thread/PostThreadLoadMore.tsx:52 +msgid "Continue thread..." +msgstr "" + #: src/screens/Onboarding/StepInterests/index.tsx:250 -#: src/screens/Onboarding/StepProfile/index.tsx:265 +#: src/screens/Onboarding/StepProfile/index.tsx:266 #: src/screens/Signup/index.tsx:213 msgid "Continue to next step" msgstr "次のステップへ進む" -#: src/screens/Messages/List/ChatListItem.tsx:153 +#: src/screens/Messages/List/ChatListItem.tsx:154 msgid "Conversation deleted" msgstr "会話が削除されました" @@ -1099,7 +1108,7 @@ msgstr "会話が削除されました" msgid "Cooking" msgstr "料理" -#: src/view/com/modals/AddAppPasswords.tsx:221 +#: src/view/com/modals/AddAppPasswords.tsx:220 #: src/view/com/modals/InviteCodes.tsx:183 msgid "Copied" msgstr "コピーしました" @@ -1109,10 +1118,10 @@ msgid "Copied build version to clipboard" msgstr "ビルドバージョンをクリップボードにコピーしました" #: src/components/dms/MessageMenu.tsx:57 -#: src/view/com/modals/AddAppPasswords.tsx:81 +#: src/view/com/modals/AddAppPasswords.tsx:80 #: src/view/com/modals/ChangeHandle.tsx:320 #: src/view/com/modals/InviteCodes.tsx:153 -#: src/view/com/util/forms/PostDropdownBtn.tsx:187 +#: src/view/com/util/forms/PostDropdownBtn.tsx:182 msgid "Copied to clipboard" msgstr "クリップボードにコピーしました" @@ -1120,11 +1129,11 @@ msgstr "クリップボードにコピーしました" msgid "Copied!" msgstr "コピーしました!" -#: src/view/com/modals/AddAppPasswords.tsx:215 +#: src/view/com/modals/AddAppPasswords.tsx:214 msgid "Copies app password" msgstr "アプリパスワードをコピーします" -#: src/view/com/modals/AddAppPasswords.tsx:214 +#: src/view/com/modals/AddAppPasswords.tsx:213 msgid "Copy" msgstr "コピー" @@ -1141,8 +1150,8 @@ msgstr "コードをコピー" msgid "Copy link to list" msgstr "リストへのリンクをコピー" -#: src/view/com/util/forms/PostDropdownBtn.tsx:310 -#: src/view/com/util/forms/PostDropdownBtn.tsx:319 +#: src/view/com/util/forms/PostDropdownBtn.tsx:297 +#: src/view/com/util/forms/PostDropdownBtn.tsx:306 msgid "Copy link to post" msgstr "投稿へのリンクをコピー" @@ -1151,12 +1160,12 @@ msgstr "投稿へのリンクをコピー" msgid "Copy message text" msgstr "メッセージのテキストをコピー" -#: src/view/com/util/forms/PostDropdownBtn.tsx:288 -#: src/view/com/util/forms/PostDropdownBtn.tsx:290 +#: src/view/com/util/forms/PostDropdownBtn.tsx:275 +#: src/view/com/util/forms/PostDropdownBtn.tsx:277 msgid "Copy post text" msgstr "投稿のテキストをコピー" -#: src/Navigation.tsx:253 +#: src/Navigation.tsx:259 #: src/view/screens/CopyrightPolicy.tsx:29 msgid "Copyright Policy" msgstr "著作権ポリシー" @@ -1195,11 +1204,11 @@ msgstr "アカウントを作成" msgid "Create an account" msgstr "アカウントを作成" -#: src/screens/Onboarding/StepProfile/index.tsx:282 +#: src/screens/Onboarding/StepProfile/index.tsx:283 msgid "Create an avatar instead" msgstr "代わりにアバターを作成" -#: src/view/com/modals/AddAppPasswords.tsx:243 +#: src/view/com/modals/AddAppPasswords.tsx:242 msgid "Create App Password" msgstr "アプリパスワードを作成" @@ -1229,7 +1238,7 @@ msgstr "カスタム" msgid "Custom domain" msgstr "カスタムドメイン" -#: src/view/screens/Feeds.tsx:824 +#: src/view/screens/Feeds.tsx:797 msgid "Custom feeds built by the community bring you new experiences and help you find the content you love." msgstr "コミュニティーによって作成されたカスタムフィードは、あなたに新しい体験をもたらし、あなたが好きなコンテンツを見つけるのに役立ちます。" @@ -1272,7 +1281,7 @@ msgid "Debug panel" msgstr "デバッグパネル" #: src/components/dms/MessageMenu.tsx:151 -#: src/view/com/util/forms/PostDropdownBtn.tsx:436 +#: src/view/com/util/forms/PostDropdownBtn.tsx:423 #: src/view/screens/AppPasswords.tsx:285 #: src/view/screens/ProfileList.tsx:667 msgid "Delete" @@ -1323,8 +1332,8 @@ msgstr "アカウントを削除" msgid "Delete My Account…" msgstr "アカウントを削除…" -#: src/view/com/util/forms/PostDropdownBtn.tsx:417 -#: src/view/com/util/forms/PostDropdownBtn.tsx:419 +#: src/view/com/util/forms/PostDropdownBtn.tsx:404 +#: src/view/com/util/forms/PostDropdownBtn.tsx:406 msgid "Delete post" msgstr "投稿を削除" @@ -1332,7 +1341,7 @@ msgstr "投稿を削除" msgid "Delete this list?" msgstr "このリストを削除しますか?" -#: src/view/com/util/forms/PostDropdownBtn.tsx:431 +#: src/view/com/util/forms/PostDropdownBtn.tsx:418 msgid "Delete this post?" msgstr "この投稿を削除しますか?" @@ -1355,11 +1364,11 @@ msgstr "チャットの宣言レコードを削除する" msgid "Description" msgstr "説明" -#: src/view/com/composer/GifAltText.tsx:141 +#: src/view/com/composer/GifAltText.tsx:140 msgid "Descriptive alt text" msgstr "説明的なALTテキスト" -#: src/view/com/composer/Composer.tsx:264 +#: src/view/com/composer/Composer.tsx:277 msgid "Did you want to say anything?" msgstr "なにか言いたいことはあった?" @@ -1392,11 +1401,11 @@ msgstr "触覚フィードバックを無効化" msgid "Disabled" msgstr "無効" -#: src/view/com/composer/Composer.tsx:619 +#: src/view/com/composer/Composer.tsx:632 msgid "Discard" msgstr "破棄" -#: src/view/com/composer/Composer.tsx:616 +#: src/view/com/composer/Composer.tsx:629 msgid "Discard draft?" msgstr "下書きを削除しますか?" @@ -1405,12 +1414,12 @@ msgstr "下書きを削除しますか?" msgid "Discourage apps from showing my account to logged-out users" msgstr "アプリがログアウトしたユーザーに自分のアカウントを表示しないようにする" -#: src/view/com/posts/FollowingEmptyState.tsx:74 -#: src/view/com/posts/FollowingEndOfFeed.tsx:75 +#: src/view/com/posts/FollowingEmptyState.tsx:70 +#: src/view/com/posts/FollowingEndOfFeed.tsx:71 msgid "Discover new custom feeds" msgstr "新しいカスタムフィードを見つける" -#: src/view/screens/Feeds.tsx:821 +#: src/view/screens/Feeds.tsx:794 msgid "Discover New Feeds" msgstr "新しいフィードを探す" @@ -1446,11 +1455,11 @@ msgstr "ドメインを確認しました!" #: src/components/dialogs/BirthDateSettings.tsx:125 #: src/components/forms/DateField/index.tsx:74 #: src/components/forms/DateField/index.tsx:80 -#: src/screens/Onboarding/StepProfile/index.tsx:321 -#: src/screens/Onboarding/StepProfile/index.tsx:324 +#: src/screens/Onboarding/StepProfile/index.tsx:322 +#: src/screens/Onboarding/StepProfile/index.tsx:325 #: src/view/com/auth/server-input/index.tsx:169 #: src/view/com/auth/server-input/index.tsx:170 -#: src/view/com/modals/AddAppPasswords.tsx:243 +#: src/view/com/modals/AddAppPasswords.tsx:242 #: src/view/com/modals/AltImage.tsx:141 #: src/view/com/modals/crop-image/CropImage.web.tsx:177 #: src/view/com/modals/InviteCodes.tsx:81 @@ -1525,6 +1534,11 @@ msgstr "例:返信として広告を繰り返し送ってくるユーザー。 msgid "Each code works once. You'll receive more invite codes periodically." msgstr "それぞれのコードは一回限り有効です。定期的に追加の招待コードをお送りします。" +#: src/view/screens/Feeds.tsx:400 +#: src/view/screens/Feeds.tsx:471 +msgid "Edit" +msgstr "" + #: src/view/com/lists/ListMembers.tsx:149 msgctxt "action" msgid "Edit" @@ -1548,8 +1562,9 @@ msgstr "リストの詳細を編集" msgid "Edit Moderation List" msgstr "モデレーションリストを編集" -#: src/Navigation.tsx:263 -#: src/view/screens/Feeds.tsx:495 +#: src/Navigation.tsx:269 +#: src/view/screens/Feeds.tsx:398 +#: src/view/screens/Feeds.tsx:469 #: src/view/screens/SavedFeeds.tsx:93 msgid "Edit My Feeds" msgstr "マイフィードを編集" @@ -1559,19 +1574,19 @@ msgid "Edit my profile" msgstr "マイプロフィールを編集" #: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:181 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:171 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:175 msgid "Edit profile" msgstr "プロフィールを編集" #: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:184 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:174 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:178 msgid "Edit Profile" msgstr "プロフィールを編集" #: src/view/com/home/HomeHeaderLayout.web.tsx:76 #: src/view/screens/Feeds.tsx:416 -msgid "Edit Saved Feeds" -msgstr "保存されたフィードを編集" +#~ msgid "Edit Saved Feeds" +#~ msgstr "保存されたフィードを編集" #: src/view/com/modals/CreateOrEditList.tsx:234 msgid "Edit User List" @@ -1624,8 +1639,8 @@ msgid "Embed HTML code" msgstr "HTMLコードを埋め込む" #: src/components/dialogs/Embed.tsx:97 -#: src/view/com/util/forms/PostDropdownBtn.tsx:327 -#: src/view/com/util/forms/PostDropdownBtn.tsx:329 +#: src/view/com/util/forms/PostDropdownBtn.tsx:314 +#: src/view/com/util/forms/PostDropdownBtn.tsx:316 msgid "Embed post" msgstr "投稿を埋め込む" @@ -1668,7 +1683,7 @@ msgstr "有効" msgid "End of feed" msgstr "フィードの終わり" -#: src/view/com/modals/AddAppPasswords.tsx:161 +#: src/view/com/modals/AddAppPasswords.tsx:160 msgid "Enter a name for this App Password" msgstr "このアプリパスワードの名前を入力" @@ -1676,8 +1691,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 "ワードまたはタグを入力" @@ -1727,7 +1742,7 @@ msgid "Error receiving captcha response." msgstr "Captchaレスポンスの受信中にエラーが発生しました。" #: src/screens/Onboarding/StepInterests/index.tsx:192 -#: src/view/screens/Search/Search.tsx:115 +#: src/view/screens/Search/Search.tsx:116 msgid "Error:" msgstr "エラー:" @@ -1815,7 +1830,7 @@ msgstr "外部メディア" msgid "External media may allow websites to collect information about you and your device. No information is sent or requested until you press the \"play\" button." msgstr "外部メディアを有効にすると、それらのメディアのウェブサイトがあなたやお使いのデバイスに関する情報を収集する場合があります。その場合でも、あなたが「再生」ボタンを押すまで情報は送信されず、要求もされません。" -#: src/Navigation.tsx:282 +#: src/Navigation.tsx:288 #: src/view/screens/PreferencesExternalEmbeds.tsx:53 #: src/view/screens/Settings/index.tsx:679 msgid "External Media Preferences" @@ -1825,8 +1840,8 @@ msgstr "外部メディアの設定" msgid "External media settings" msgstr "外部メディアの設定" -#: src/view/com/modals/AddAppPasswords.tsx:120 -#: src/view/com/modals/AddAppPasswords.tsx:124 +#: src/view/com/modals/AddAppPasswords.tsx:119 +#: src/view/com/modals/AddAppPasswords.tsx:123 msgid "Failed to create app password." msgstr "アプリパスワードの作成に失敗しました。" @@ -1838,7 +1853,7 @@ msgstr "リストの作成に失敗しました。インターネットへの接 msgid "Failed to delete message" msgstr "メッセージの削除に失敗しました" -#: src/view/com/util/forms/PostDropdownBtn.tsx:154 +#: src/view/com/util/forms/PostDropdownBtn.tsx:149 msgid "Failed to delete post, please try again" msgstr "投稿の削除に失敗しました。もう一度お試しください。" @@ -1859,7 +1874,7 @@ msgstr "画像の保存に失敗しました:{0}" msgid "Failed to send" msgstr "送信に失敗" -#: src/components/moderation/LabelsOnMeDialog.tsx:225 +#: src/components/moderation/LabelsOnMeDialog.tsx:223 #: src/screens/Messages/Conversation/ChatDisabled.tsx:87 msgid "Failed to submit appeal, please try again." msgstr "異議申し立ての送信に失敗しました。再度試してください。" @@ -1869,30 +1884,29 @@ msgstr "異議申し立ての送信に失敗しました。再度試してくだ msgid "Failed to update settings" msgstr "設定の更新に失敗しました" -#: src/Navigation.tsx:203 +#: src/Navigation.tsx:209 msgid "Feed" msgstr "フィード" -#: src/view/com/feeds/FeedSourceCard.tsx:230 +#: src/view/com/feeds/FeedSourceCard.tsx:251 msgid "Feed by {0}" msgstr "{0}によるフィード" -#: src/view/screens/Feeds.tsx:736 +#: src/view/screens/Feeds.tsx:709 msgid "Feed offline" msgstr "フィードはオフラインです" #: src/view/shell/desktop/RightNav.tsx:66 -#: src/view/shell/Drawer.tsx:344 +#: src/view/shell/Drawer.tsx:345 msgid "Feedback" msgstr "フィードバック" -#: src/Navigation.tsx:511 -#: src/view/screens/Feeds.tsx:480 -#: src/view/screens/Feeds.tsx:596 +#: src/view/screens/Feeds.tsx:463 +#: src/view/screens/Feeds.tsx:570 #: src/view/screens/Profile.tsx:197 #: src/view/shell/desktop/LeftNav.tsx:367 -#: src/view/shell/Drawer.tsx:492 #: src/view/shell/Drawer.tsx:493 +#: src/view/shell/Drawer.tsx:494 msgid "Feeds" msgstr "フィード" @@ -1917,12 +1931,12 @@ msgid "Finalizing" msgstr "最後に" #: src/view/com/posts/CustomFeedEmptyState.tsx:47 -#: src/view/com/posts/FollowingEmptyState.tsx:57 -#: src/view/com/posts/FollowingEndOfFeed.tsx:58 +#: src/view/com/posts/FollowingEmptyState.tsx:53 +#: src/view/com/posts/FollowingEndOfFeed.tsx:54 msgid "Find accounts to follow" msgstr "フォローするアカウントを探す" -#: src/view/screens/Search/Search.tsx:469 +#: src/view/screens/Search/Search.tsx:470 msgid "Find posts and users on Bluesky" msgstr "投稿やユーザーをBlueskyで検索" @@ -1953,7 +1967,7 @@ msgstr "垂直方向に反転" #: src/components/ProfileHoverCard/index.web.tsx:412 #: src/components/ProfileHoverCard/index.web.tsx:423 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:244 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:248 #: src/view/com/post-thread/PostThreadFollowBtn.tsx:146 #: src/view/com/profile/ProfileHeaderSuggestedFollows.tsx:247 msgid "Follow" @@ -1964,7 +1978,7 @@ msgctxt "action" msgid "Follow" msgstr "フォロー" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:230 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:234 #: src/view/com/post-thread/PostThreadFollowBtn.tsx:128 msgid "Follow {0}" msgstr "{0}をフォロー" @@ -1982,6 +1996,10 @@ msgstr "アカウントをフォロー" msgid "Follow Back" msgstr "フォローバック" +#: src/components/KnownFollowers.tsx:169 +msgid "Followed by" +msgstr "" + #: src/view/com/profile/ProfileCard.tsx:227 msgid "Followed by {0}" msgstr "{0}がフォロー中" @@ -2003,18 +2021,27 @@ msgstr "があなたをフォローしました" msgid "Followers" msgstr "フォロワー" +#: src/Navigation.tsx:177 +msgid "Followers of @{0} that you know" +msgstr "" + +#: src/screens/Profile/KnownFollowers.tsx:108 +#: src/screens/Profile/KnownFollowers.tsx:118 +msgid "Followers you know" +msgstr "" + #: src/components/ProfileHoverCard/index.web.tsx:411 #: src/components/ProfileHoverCard/index.web.tsx:422 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:242 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:246 #: src/view/com/post-thread/PostThreadFollowBtn.tsx:149 #: src/view/com/profile/ProfileFollows.tsx:104 -#: src/view/screens/Feeds.tsx:683 +#: src/view/screens/Feeds.tsx:656 #: src/view/screens/ProfileFollows.tsx:25 #: src/view/screens/SavedFeeds.tsx:415 msgid "Following" msgstr "フォロー中" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:90 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:94 msgid "Following {0}" msgstr "{0}をフォローしています" @@ -2026,9 +2053,7 @@ msgstr "{name}をフォローしています" msgid "Following feed preferences" msgstr "Followingフィードの設定" -#: src/Navigation.tsx:269 -#: src/view/com/home/HomeHeaderLayout.web.tsx:64 -#: src/view/com/home/HomeHeaderLayoutMobile.tsx:87 +#: src/Navigation.tsx:275 #: src/view/screens/PreferencesFollowingFeed.tsx:103 #: src/view/screens/Settings/index.tsx:582 msgid "Following Feed Preferences" @@ -2050,7 +2075,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:233 +#: src/view/com/modals/AddAppPasswords.tsx:232 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 "セキュリティ上の理由から、これを再度表示することはできません。このパスワードを紛失した場合は、新しいパスワードを生成する必要があります。" @@ -2093,7 +2118,7 @@ msgstr "始める" msgid "Get Started" msgstr "開始" -#: src/screens/Onboarding/StepProfile/index.tsx:224 +#: src/screens/Onboarding/StepProfile/index.tsx:225 msgid "Give your profile a face" msgstr "プロフィールに顔をつける" @@ -2121,9 +2146,9 @@ msgstr "戻る" msgid "Go Back" msgstr "戻る" -#: src/components/dms/ReportDialog.tsx:152 +#: src/components/dms/ReportDialog.tsx:154 #: src/components/ReportDialog/SelectReportOptionView.tsx:77 -#: src/components/ReportDialog/SubmitView.tsx:105 +#: src/components/ReportDialog/SubmitView.tsx:104 #: src/screens/Onboarding/Layout.tsx:102 #: src/screens/Onboarding/Layout.tsx:191 #: src/screens/Signup/index.tsx:187 @@ -2138,7 +2163,7 @@ msgstr "ホームへ" msgid "Go Home" msgstr "ホームへ" -#: src/screens/Messages/List/ChatListItem.tsx:208 +#: src/screens/Messages/List/ChatListItem.tsx:211 msgid "Go to conversation with {0}" msgstr "{0}との会話へ" @@ -2171,7 +2196,7 @@ msgstr "触覚フィードバック" msgid "Harassment, trolling, or intolerance" msgstr "嫌がらせ、荒らし、不寛容" -#: src/Navigation.tsx:297 +#: src/Navigation.tsx:303 msgid "Hashtag" msgstr "ハッシュタグ" @@ -2184,15 +2209,15 @@ msgid "Having trouble?" msgstr "なにか問題が発生しましたか?" #: src/view/shell/desktop/RightNav.tsx:95 -#: src/view/shell/Drawer.tsx:354 +#: src/view/shell/Drawer.tsx:355 msgid "Help" msgstr "ヘルプ" -#: src/screens/Onboarding/StepProfile/index.tsx:227 +#: src/screens/Onboarding/StepProfile/index.tsx:228 msgid "Help people know you're not a bot by uploading a picture or creating an avatar." msgstr "画像をアップロードするかアバターを作ってあなたがbotではないことをみんなに知らせましょう。" -#: src/view/com/modals/AddAppPasswords.tsx:204 +#: src/view/com/modals/AddAppPasswords.tsx:203 msgid "Here is your app password." msgstr "アプリパスワードをお知らせします。" @@ -2203,7 +2228,7 @@ msgstr "アプリパスワードをお知らせします。" #: src/lib/moderation/useLabelBehaviorDescription.ts:20 #: src/lib/moderation/useLabelBehaviorDescription.ts:25 #: src/lib/moderation/useLabelBehaviorDescription.ts:30 -#: src/view/com/util/forms/PostDropdownBtn.tsx:445 +#: src/view/com/util/forms/PostDropdownBtn.tsx:432 msgid "Hide" msgstr "非表示" @@ -2212,8 +2237,8 @@ msgctxt "action" msgid "Hide" msgstr "非表示" -#: src/view/com/util/forms/PostDropdownBtn.tsx:390 -#: src/view/com/util/forms/PostDropdownBtn.tsx:392 +#: src/view/com/util/forms/PostDropdownBtn.tsx:377 +#: src/view/com/util/forms/PostDropdownBtn.tsx:379 msgid "Hide post" msgstr "投稿を非表示" @@ -2222,7 +2247,7 @@ msgstr "投稿を非表示" msgid "Hide the content" msgstr "コンテンツを非表示" -#: src/view/com/util/forms/PostDropdownBtn.tsx:442 +#: src/view/com/util/forms/PostDropdownBtn.tsx:429 msgid "Hide this post?" msgstr "この投稿を非表示にしますか?" @@ -2230,23 +2255,23 @@ msgstr "この投稿を非表示にしますか?" msgid "Hide user list" msgstr "ユーザーリストを非表示" -#: src/view/com/posts/FeedErrorMessage.tsx:118 +#: src/view/com/posts/FeedErrorMessage.tsx:117 msgid "Hmm, some kind of issue occurred when contacting the feed server. Please let the feed owner know about this issue." msgstr "フィードサーバーに問い合わせたところ、なんらかの問題が発生しました。この問題をフィードのオーナーにお知らせください。" -#: src/view/com/posts/FeedErrorMessage.tsx:106 +#: src/view/com/posts/FeedErrorMessage.tsx:105 msgid "Hmm, the feed server appears to be misconfigured. Please let the feed owner know about this issue." msgstr "フィードサーバーの設定が間違っているようです。この問題をフィードのオーナーにお知らせください。" -#: src/view/com/posts/FeedErrorMessage.tsx:112 +#: src/view/com/posts/FeedErrorMessage.tsx:111 msgid "Hmm, the feed server appears to be offline. Please let the feed owner know about this issue." msgstr "フィードサーバーがオフラインのようです。この問題をフィードのオーナーにお知らせください。" -#: src/view/com/posts/FeedErrorMessage.tsx:109 +#: src/view/com/posts/FeedErrorMessage.tsx:108 msgid "Hmm, the feed server gave a bad response. Please let the feed owner know about this issue." msgstr "フィードサーバーの反応が悪いようです。この問題をフィードのオーナーにお知らせください。" -#: src/view/com/posts/FeedErrorMessage.tsx:103 +#: src/view/com/posts/FeedErrorMessage.tsx:102 msgid "Hmm, we're having trouble finding this feed. It may have been deleted." msgstr "このフィードが見つからないようです。もしかしたら削除されたのかもしれません。" @@ -2258,11 +2283,11 @@ msgstr "このデータの読み込みに問題があるようです。詳細は msgid "Hmmmm, we couldn't load that moderation service." msgstr "そのモデレーションサービスを読み込めませんでした。" -#: src/Navigation.tsx:501 +#: src/Navigation.tsx:489 #: src/view/shell/bottom-bar/BottomBar.tsx:159 #: src/view/shell/desktop/LeftNav.tsx:335 -#: src/view/shell/Drawer.tsx:424 #: src/view/shell/Drawer.tsx:425 +#: src/view/shell/Drawer.tsx:426 msgid "Home" msgstr "ホーム" @@ -2316,7 +2341,7 @@ msgstr "あなたがお住いの国の法律においてまだ成人していな msgid "If you delete this list, you won't be able to recover it." msgstr "このリストを削除すると、復元できなくなります。" -#: src/view/com/util/forms/PostDropdownBtn.tsx:433 +#: src/view/com/util/forms/PostDropdownBtn.tsx:420 msgid "If you remove this post, you won't be able to recover it." msgstr "この投稿を削除すると、復元できなくなります。" @@ -2356,7 +2381,7 @@ msgstr "パスワードをリセットするためにあなたのメールアド msgid "Input confirmation code for account deletion" msgstr "アカウント削除のために確認コードを入力" -#: src/view/com/modals/AddAppPasswords.tsx:175 +#: src/view/com/modals/AddAppPasswords.tsx:174 msgid "Input name for app password" msgstr "アプリパスワードの名前を入力" @@ -2401,7 +2426,7 @@ msgstr "ダイレクトメッセージの紹介" msgid "Invalid 2FA confirmation code." msgstr "無効な2要素認証の確認コードです。" -#: src/view/com/post-thread/PostThreadItem.tsx:240 +#: src/view/com/post-thread/PostThreadItem.tsx:235 msgid "Invalid or unsupported post record" msgstr "無効またはサポートされていない投稿のレコード" @@ -2453,11 +2478,11 @@ msgstr "ラベル" msgid "Labels are annotations on users and content. They can be used to hide, warn, and categorize the network." msgstr "ラベルは、ユーザーやコンテンツに対する注釈です。ラベルはネットワークを隠したり、警告したり、分類したりするのに使われます。" -#: src/components/moderation/LabelsOnMeDialog.tsx:80 +#: src/components/moderation/LabelsOnMeDialog.tsx:79 msgid "Labels on your account" msgstr "あなたのアカウントのラベル" -#: src/components/moderation/LabelsOnMeDialog.tsx:82 +#: src/components/moderation/LabelsOnMeDialog.tsx:81 msgid "Labels on your content" msgstr "あなたのコンテンツのラベル" @@ -2469,7 +2494,7 @@ msgstr "言語の選択" msgid "Language settings" msgstr "言語の設定" -#: src/Navigation.tsx:151 +#: src/Navigation.tsx:150 #: src/view/screens/LanguageSettings.tsx:90 msgid "Language Settings" msgstr "言語の設定" @@ -2479,7 +2504,7 @@ msgid "Languages" msgstr "言語" #: src/screens/Hashtag.tsx:99 -#: src/view/screens/Search/Search.tsx:376 +#: src/view/screens/Search/Search.tsx:377 msgid "Latest" msgstr "最新" @@ -2557,8 +2582,8 @@ msgid "Like this feed" msgstr "このフィードをいいね" #: src/components/LikesDialog.tsx:87 -#: src/Navigation.tsx:208 -#: src/Navigation.tsx:213 +#: src/Navigation.tsx:214 +#: src/Navigation.tsx:219 msgid "Liked by" msgstr "いいねしたユーザー" @@ -2580,11 +2605,11 @@ msgstr "があなたの投稿をいいねしました" msgid "Likes" msgstr "いいね" -#: src/view/com/post-thread/PostThreadItem.tsx:201 +#: src/view/com/post-thread/PostThreadItem.tsx:196 msgid "Likes on this post" msgstr "この投稿をいいねする" -#: src/Navigation.tsx:177 +#: src/Navigation.tsx:183 msgid "List" msgstr "リスト" @@ -2596,7 +2621,7 @@ msgstr "リストのアバター" msgid "List blocked" msgstr "リストをブロックしました" -#: src/view/com/feeds/FeedSourceCard.tsx:232 +#: src/view/com/feeds/FeedSourceCard.tsx:253 msgid "List by {0}" msgstr "{0}によるリスト" @@ -2620,12 +2645,12 @@ msgstr "リストのブロックを解除しました" msgid "List unmuted" msgstr "リストのミュートを解除しました" -#: src/Navigation.tsx:121 +#: src/Navigation.tsx:120 #: src/view/screens/Profile.tsx:192 #: src/view/screens/Profile.tsx:198 #: src/view/shell/desktop/LeftNav.tsx:373 -#: src/view/shell/Drawer.tsx:508 #: src/view/shell/Drawer.tsx:509 +#: src/view/shell/Drawer.tsx:510 msgid "Lists" msgstr "リスト" @@ -2633,7 +2658,7 @@ msgstr "リスト" msgid "Lists blocking this user:" msgstr "このユーザーをブロックしているリスト:" -#: src/view/screens/Notifications.tsx:168 +#: src/view/screens/Notifications.tsx:184 msgid "Load new notifications" msgstr "最新の通知を読み込む" @@ -2648,7 +2673,7 @@ msgstr "最新の投稿を読み込む" msgid "Loading..." msgstr "読み込み中…" -#: src/Navigation.tsx:228 +#: src/Navigation.tsx:234 msgid "Log" msgstr "ログ" @@ -2684,7 +2709,7 @@ msgstr "XXXXX-XXXXXみたいなもの" msgid "Looks like you haven't saved any feeds! Use our recommendations or browse more below." msgstr "フィードを保存してないようですね!おすすめを使うか以下で探してみましょう。" -#: src/screens/Home/NoFeedsPinned.tsx:96 +#: src/screens/Home/NoFeedsPinned.tsx:83 msgid "Looks like you unpinned all your feeds. But don't worry, you can add some below 😄" msgstr "すべてのフィードのピン留めを外したようですね。心配ありません、以下で追加できます 😄" @@ -2696,7 +2721,7 @@ msgstr "Followingフィードを消したようです。<0>ここをクリック 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 "ミュートしたワードとタグの管理" @@ -2718,8 +2743,8 @@ msgstr "メンションされたユーザー" msgid "Mentioned users" msgstr "メンションされたユーザー" -#: src/view/com/util/ViewHeader.tsx:90 -#: src/view/screens/Search/Search.tsx:713 +#: src/view/com/util/ViewHeader.tsx:91 +#: src/view/screens/Search/Search.tsx:714 msgid "Menu" msgstr "メニュー" @@ -2728,11 +2753,11 @@ msgid "Message {0}" msgstr "{0}へメッセージを送る" #: src/components/dms/MessageMenu.tsx:72 -#: src/screens/Messages/List/ChatListItem.tsx:154 +#: src/screens/Messages/List/ChatListItem.tsx:155 msgid "Message deleted" msgstr "メッセージは削除されました" -#: src/view/com/posts/FeedErrorMessage.tsx:201 +#: src/view/com/posts/FeedErrorMessage.tsx:200 msgid "Message from server: {0}" msgstr "サーバーからのメッセージ:{0}" @@ -2749,7 +2774,7 @@ msgstr "メッセージが長すぎます" msgid "Message settings" msgstr "メッセージの設定" -#: src/Navigation.tsx:521 +#: src/Navigation.tsx:504 #: src/screens/Messages/List/index.tsx:164 #: src/screens/Messages/List/index.tsx:246 #: src/screens/Messages/List/index.tsx:317 @@ -2760,7 +2785,7 @@ msgstr "メッセージ" msgid "Misleading Account" msgstr "誤解を招くアカウント" -#: src/Navigation.tsx:126 +#: src/Navigation.tsx:125 #: src/screens/Moderation/index.tsx:104 #: src/view/screens/Settings/index.tsx:561 msgid "Moderation" @@ -2797,7 +2822,7 @@ msgstr "モデレーションリストを更新しました" msgid "Moderation lists" msgstr "モデレーションリスト" -#: src/Navigation.tsx:131 +#: src/Navigation.tsx:130 #: src/view/screens/ModerationModlists.tsx:58 msgid "Moderation Lists" msgstr "モデレーションリスト" @@ -2806,7 +2831,7 @@ msgstr "モデレーションリスト" msgid "Moderation settings" msgstr "モデレーションの設定" -#: src/Navigation.tsx:223 +#: src/Navigation.tsx:229 msgid "Moderation states" msgstr "モデレーションのステータス" @@ -2819,7 +2844,7 @@ msgstr "モデレーションのツール" msgid "Moderator has chosen to set a general warning on the content." msgstr "モデレーターによりコンテンツに一般的な警告が設定されました。" -#: src/view/com/post-thread/PostThreadItem.tsx:572 +#: src/view/com/post-thread/PostThreadItem.tsx:566 msgid "More" msgstr "さらに" @@ -2861,11 +2886,11 @@ msgstr "{displayTag}のすべての投稿をミュート" msgid "Mute conversation" 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 "テキストとタグをミュート" @@ -2877,21 +2902,21 @@ 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 "タグのみでこのワードをミュート" -#: src/view/com/util/forms/PostDropdownBtn.tsx:365 -#: src/view/com/util/forms/PostDropdownBtn.tsx:371 +#: src/view/com/util/forms/PostDropdownBtn.tsx:352 +#: src/view/com/util/forms/PostDropdownBtn.tsx:358 msgid "Mute thread" msgstr "スレッドをミュート" -#: src/view/com/util/forms/PostDropdownBtn.tsx:381 -#: src/view/com/util/forms/PostDropdownBtn.tsx:383 +#: src/view/com/util/forms/PostDropdownBtn.tsx:368 +#: src/view/com/util/forms/PostDropdownBtn.tsx:370 msgid "Mute words & tags" msgstr "ワードとタグをミュート" @@ -2903,7 +2928,7 @@ msgstr "ミュートされています" msgid "Muted accounts" msgstr "ミュート中のアカウント" -#: src/Navigation.tsx:136 +#: src/Navigation.tsx:135 #: src/view/screens/ModerationMutedAccounts.tsx:109 msgid "Muted Accounts" msgstr "ミュート中のアカウント" @@ -2929,7 +2954,7 @@ msgstr "ミュートの設定は非公開です。ミュート中のアカウン msgid "My Birthday" msgstr "生年月日" -#: src/view/screens/Feeds.tsx:795 +#: src/view/screens/Feeds.tsx:768 msgid "My Feeds" msgstr "マイフィード" @@ -2945,7 +2970,7 @@ msgstr "保存されたフィード" msgid "My Saved Feeds" msgstr "保存されたフィード" -#: src/view/com/modals/AddAppPasswords.tsx:174 +#: src/view/com/modals/AddAppPasswords.tsx:173 #: src/view/com/modals/CreateOrEditList.tsx:279 msgid "Name" msgstr "名前" @@ -3022,8 +3047,8 @@ msgctxt "action" msgid "New post" msgstr "新しい投稿" -#: src/view/screens/Feeds.tsx:627 -#: src/view/screens/Notifications.tsx:177 +#: src/view/screens/Feeds.tsx:600 +#: src/view/screens/Notifications.tsx:193 #: src/view/screens/Profile.tsx:464 #: src/view/screens/ProfileFeed.tsx:426 #: src/view/screens/ProfileList.tsx:201 @@ -3088,7 +3113,7 @@ msgstr "DNSパネルがない場合" msgid "No featured GIFs found. There may be an issue with Tenor." msgstr "おすすめのGIFが見つかりません。Tenorに問題があるかもしれません。" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:112 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:116 msgid "No longer following {0}" msgstr "{0}のフォローを解除しました" @@ -3096,7 +3121,7 @@ msgstr "{0}のフォローを解除しました" msgid "No longer than 253 characters" msgstr "253文字まで" -#: src/screens/Messages/List/ChatListItem.tsx:105 +#: src/screens/Messages/List/ChatListItem.tsx:106 msgid "No messages yet" msgstr "メッセージはありません" @@ -3104,7 +3129,7 @@ msgstr "メッセージはありません" msgid "No more conversations to show" msgstr "これ以上表示できる会話はありません" -#: src/view/com/notifications/Feed.tsx:117 +#: src/view/com/notifications/Feed.tsx:118 msgid "No notifications yet!" msgstr "お知らせはありません!" @@ -3115,6 +3140,10 @@ msgstr "お知らせはありません!" msgid "No one" msgstr "誰からも受け取らない" +#: src/screens/Profile/Sections/Feed.tsx:59 +msgid "No posts yet." +msgstr "" + #: src/view/com/composer/text-input/mobile/Autocomplete.tsx:101 #: src/view/com/composer/text-input/web/Autocomplete.tsx:195 msgid "No result" @@ -3128,13 +3157,13 @@ msgstr "結果はありません" msgid "No results found" msgstr "結果は見つかりません" -#: src/view/screens/Feeds.tsx:556 +#: src/view/screens/Feeds.tsx:530 msgid "No results found for \"{query}\"" msgstr "「{query}」の検索結果はありません" #: src/view/com/modals/ListAddRemoveUsers.tsx:127 -#: src/view/screens/Search/Search.tsx:296 -#: src/view/screens/Search/Search.tsx:335 +#: src/view/screens/Search/Search.tsx:297 +#: src/view/screens/Search/Search.tsx:336 msgid "No results found for {query}" msgstr "「{query}」の検索結果はありません" @@ -3165,7 +3194,7 @@ msgstr "まだ誰もこれをいいねしていません。あなたが最初に msgid "Non-sexual Nudity" msgstr "性的ではないヌード" -#: src/Navigation.tsx:116 +#: src/Navigation.tsx:115 #: src/view/screens/Profile.tsx:100 msgid "Not Found" msgstr "見つかりません" @@ -3176,7 +3205,7 @@ msgid "Not right now" msgstr "今はしない" #: src/view/com/profile/ProfileMenu.tsx:370 -#: src/view/com/util/forms/PostDropdownBtn.tsx:459 +#: src/view/com/util/forms/PostDropdownBtn.tsx:446 #: src/view/com/util/post-ctrls/PostCtrls.tsx:308 msgid "Note about sharing" msgstr "共有についての注意事項" @@ -3197,13 +3226,13 @@ msgstr "通知音" msgid "Notification Sounds" msgstr "通知音" -#: src/Navigation.tsx:516 -#: src/view/screens/Notifications.tsx:126 -#: src/view/screens/Notifications.tsx:154 +#: src/Navigation.tsx:499 +#: src/view/screens/Notifications.tsx:132 +#: src/view/screens/Notifications.tsx:169 #: src/view/shell/bottom-bar/BottomBar.tsx:227 #: src/view/shell/desktop/LeftNav.tsx:350 -#: src/view/shell/Drawer.tsx:456 #: src/view/shell/Drawer.tsx:457 +#: src/view/shell/Drawer.tsx:458 msgid "Notifications" msgstr "通知" @@ -3249,11 +3278,11 @@ msgstr "古い順に返信を表示" msgid "Onboarding reset" msgstr "オンボーディングのリセット" -#: src/view/com/composer/Composer.tsx:488 +#: src/view/com/composer/Composer.tsx:503 msgid "One or more images is missing alt text." msgstr "1つもしくは複数の画像にALTテキストがありません。" -#: src/screens/Onboarding/StepProfile/index.tsx:116 +#: src/screens/Onboarding/StepProfile/index.tsx:117 msgid "Only .jpg and .png files are supported" msgstr ".jpgと.pngファイルのみに対応しています" @@ -3283,17 +3312,17 @@ msgstr "開かれています" msgid "Open {name} profile shortcut menu" msgstr "{name}のプロフィールのショートカットメニューを開く" -#: src/screens/Onboarding/StepProfile/index.tsx:276 +#: src/screens/Onboarding/StepProfile/index.tsx:277 msgid "Open avatar creator" msgstr "アバター・クリエイターを開く" -#: src/screens/Messages/List/ChatListItem.tsx:214 -#: src/screens/Messages/List/ChatListItem.tsx:215 +#: src/screens/Messages/List/ChatListItem.tsx:219 +#: src/screens/Messages/List/ChatListItem.tsx:220 msgid "Open conversation options" msgstr "会話のオプションを開く" -#: src/view/com/composer/Composer.tsx:600 -#: src/view/com/composer/Composer.tsx:601 +#: src/view/com/composer/Composer.tsx:613 +#: src/view/com/composer/Composer.tsx:614 msgid "Open emoji picker" msgstr "絵文字を入力" @@ -3313,11 +3342,11 @@ msgstr "メッセージのオプションを開く" msgid "Open muted words and tags settings" msgstr "ミュートしたワードとタグの設定を開く" -#: src/view/com/home/HomeHeaderLayoutMobile.tsx:52 +#: src/view/com/home/HomeHeaderLayoutMobile.tsx:54 msgid "Open navigation" msgstr "ナビゲーションを開く" -#: src/view/com/util/forms/PostDropdownBtn.tsx:250 +#: src/view/com/util/forms/PostDropdownBtn.tsx:237 msgid "Open post options menu" msgstr "投稿のオプションを開く" @@ -3422,8 +3451,8 @@ msgstr "パスワードリセットのフォームを開く" #: src/view/com/home/HomeHeaderLayout.web.tsx:77 #: src/view/screens/Feeds.tsx:417 -msgid "Opens screen to edit Saved Feeds" -msgstr "保存されたフィードの編集画面を開く" +#~ msgid "Opens screen to edit Saved Feeds" +#~ msgstr "保存されたフィードの編集画面を開く" #: src/view/screens/Settings/index.tsx:617 msgid "Opens screen with all saved feeds" @@ -3463,8 +3492,8 @@ msgstr "プロフィールを開く" msgid "Option {0} of {numItems}" msgstr "{numItems}個中{0}目のオプション" -#: src/components/dms/ReportDialog.tsx:181 -#: src/components/ReportDialog/SubmitView.tsx:163 +#: src/components/dms/ReportDialog.tsx:183 +#: src/components/ReportDialog/SubmitView.tsx:162 msgid "Optionally provide additional information below:" msgstr "オプションとして、以下に追加情報をご記入ください:" @@ -3528,15 +3557,15 @@ msgstr "パスワードが更新されました!" msgid "Pause" msgstr "一時停止" -#: src/view/screens/Search/Search.tsx:386 +#: src/view/screens/Search/Search.tsx:387 msgid "People" msgstr "ユーザー" -#: src/Navigation.tsx:171 +#: src/Navigation.tsx:170 msgid "People followed by @{0}" msgstr "@{0}がフォロー中のユーザー" -#: src/Navigation.tsx:164 +#: src/Navigation.tsx:163 msgid "People following @{0}" msgstr "@{0}をフォロー中のユーザー" @@ -3610,15 +3639,15 @@ 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:95 +#: src/view/com/modals/AddAppPasswords.tsx:94 msgid "Please enter a name for your app password. All spaces is not allowed." msgstr "アプリパスワードにつける名前を入力してください。すべてスペースとしてはいけません。" -#: src/view/com/modals/AddAppPasswords.tsx:151 +#: src/view/com/modals/AddAppPasswords.tsx:150 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 "ミュートにする有効な単語、タグ、フレーズを入力してください" @@ -3630,7 +3659,7 @@ msgstr "メールアドレスを入力してください。" msgid "Please enter your password as well:" msgstr "パスワードも入力してください:" -#: src/components/moderation/LabelsOnMeDialog.tsx:258 +#: src/components/moderation/LabelsOnMeDialog.tsx:256 msgid "Please explain why you think this label was incorrectly applied by {0}" msgstr "{0}によって適用されたこのラベルが誤りであると思われる理由を説明してください" @@ -3647,7 +3676,7 @@ msgstr "@{0}としてサインインしてください" msgid "Please Verify Your Email" msgstr "メールアドレスを確認してください" -#: src/view/com/composer/Composer.tsx:268 +#: src/view/com/composer/Composer.tsx:281 msgid "Please wait for your link card to finish loading" msgstr "リンクカードが読み込まれるまでお待ちください" @@ -3659,28 +3688,28 @@ msgstr "政治" msgid "Porn" msgstr "ポルノ" -#: src/view/com/composer/Composer.tsx:462 -#: src/view/com/composer/Composer.tsx:470 +#: src/view/com/composer/Composer.tsx:477 +#: src/view/com/composer/Composer.tsx:485 msgctxt "action" msgid "Post" msgstr "投稿" -#: src/view/com/post-thread/PostThread.tsx:427 +#: src/view/com/post-thread/PostThread.tsx:430 msgctxt "description" msgid "Post" msgstr "投稿" -#: src/view/com/post-thread/PostThreadItem.tsx:194 +#: src/view/com/post-thread/PostThreadItem.tsx:189 msgid "Post by {0}" msgstr "{0}による投稿" -#: src/Navigation.tsx:183 -#: src/Navigation.tsx:190 -#: src/Navigation.tsx:197 +#: src/Navigation.tsx:189 +#: src/Navigation.tsx:196 +#: src/Navigation.tsx:203 msgid "Post by @{0}" msgstr "@{0}による投稿" -#: src/view/com/util/forms/PostDropdownBtn.tsx:134 +#: src/view/com/util/forms/PostDropdownBtn.tsx:129 msgid "Post deleted" msgstr "投稿を削除" @@ -3719,11 +3748,11 @@ 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 "投稿はテキスト、タグ、またはその両方に基づいてミュートできます。" -#: src/view/com/posts/FeedErrorMessage.tsx:69 +#: src/view/com/posts/FeedErrorMessage.tsx:68 msgid "Posts hidden" msgstr "非表示の投稿" @@ -3746,6 +3775,10 @@ msgstr "ホスティングプロバイダーを変える" msgid "Press to retry" msgstr "再実行する" +#: src/components/KnownFollowers.tsx:111 +msgid "Press to view followers of this account that you also follow" +msgstr "" + #: src/view/com/lightbox/Lightbox.web.tsx:150 msgid "Previous image" msgstr "前の画像" @@ -3763,11 +3796,11 @@ msgstr "あなたのフォローを優先" msgid "Privacy" msgstr "プライバシー" -#: src/Navigation.tsx:238 +#: src/Navigation.tsx:244 #: src/screens/Signup/StepInfo/Policies.tsx:56 #: src/view/screens/PrivacyPolicy.tsx:29 #: src/view/screens/Settings/index.tsx:957 -#: src/view/shell/Drawer.tsx:284 +#: src/view/shell/Drawer.tsx:285 msgid "Privacy Policy" msgstr "プライバシーポリシー" @@ -3787,8 +3820,8 @@ msgstr "プロフィール" #: src/view/shell/bottom-bar/BottomBar.tsx:272 #: src/view/shell/desktop/LeftNav.tsx:381 #: src/view/shell/Drawer.tsx:78 -#: src/view/shell/Drawer.tsx:541 #: src/view/shell/Drawer.tsx:542 +#: src/view/shell/Drawer.tsx:543 msgid "Profile" msgstr "プロフィール" @@ -3812,16 +3845,16 @@ msgstr "ユーザーを一括でミュートまたはブロックする、公開 msgid "Public, shareable lists which can drive feeds." msgstr "フィードとして利用できる、公開された共有可能なリスト。" -#: src/view/com/composer/Composer.tsx:447 +#: src/view/com/composer/Composer.tsx:462 msgid "Publish post" msgstr "投稿を公開" -#: src/view/com/composer/Composer.tsx:447 +#: src/view/com/composer/Composer.tsx:462 msgid "Publish reply" msgstr "返信を公開" -#: src/view/com/util/post-ctrls/RepostButton.tsx:113 -#: src/view/com/util/post-ctrls/RepostButton.tsx:125 +#: src/view/com/util/post-ctrls/RepostButton.tsx:115 +#: src/view/com/util/post-ctrls/RepostButton.tsx:127 #: src/view/com/util/post-ctrls/RepostButton.web.tsx:78 #: src/view/com/util/post-ctrls/RepostButton.web.tsx:81 msgid "Quote post" @@ -3839,11 +3872,11 @@ msgstr "比率" msgid "Reactivate your account" msgstr "あなたのアカウントを再有効化" -#: src/components/dms/ReportDialog.tsx:172 +#: src/components/dms/ReportDialog.tsx:174 msgid "Reason:" msgstr "理由:" -#: src/view/screens/Search/Search.tsx:973 +#: src/view/screens/Search/Search.tsx:970 msgid "Recent Searches" msgstr "検索履歴" @@ -3855,12 +3888,12 @@ msgstr "再接続" msgid "Reload conversations" msgstr "会話を再読み込み" -#: src/components/dialogs/MutedWords.tsx:288 -#: src/view/com/feeds/FeedSourceCard.tsx:296 +#: src/components/dialogs/MutedWords.tsx:286 +#: src/view/com/feeds/FeedSourceCard.tsx:317 #: src/view/com/modals/ListAddRemoveUsers.tsx:268 #: src/view/com/modals/SelfLabel.tsx:84 #: src/view/com/modals/UserAddRemoveLists.tsx:230 -#: src/view/com/posts/FeedErrorMessage.tsx:213 +#: src/view/com/posts/FeedErrorMessage.tsx:212 msgid "Remove" msgstr "削除" @@ -3880,25 +3913,25 @@ msgstr "バナーを削除" msgid "Remove embed" msgstr "埋め込みを削除" -#: src/view/com/posts/FeedErrorMessage.tsx:169 +#: src/view/com/posts/FeedErrorMessage.tsx:168 #: src/view/com/posts/FeedShutdownMsg.tsx:113 #: src/view/com/posts/FeedShutdownMsg.tsx:117 msgid "Remove feed" msgstr "フィードを削除" -#: src/view/com/posts/FeedErrorMessage.tsx:210 +#: src/view/com/posts/FeedErrorMessage.tsx:209 msgid "Remove feed?" msgstr "フィードを削除しますか?" -#: src/view/com/feeds/FeedSourceCard.tsx:180 -#: src/view/com/feeds/FeedSourceCard.tsx:245 +#: src/view/com/feeds/FeedSourceCard.tsx:188 +#: src/view/com/feeds/FeedSourceCard.tsx:266 #: src/view/screens/ProfileFeed.tsx:330 #: src/view/screens/ProfileFeed.tsx:336 #: src/view/screens/ProfileList.tsx:443 msgid "Remove from my feeds" msgstr "マイフィードから削除" -#: src/view/com/feeds/FeedSourceCard.tsx:291 +#: src/view/com/feeds/FeedSourceCard.tsx:312 msgid "Remove from my feeds?" msgstr "マイフィードから削除しますか?" @@ -3910,15 +3943,15 @@ msgstr "イメージを削除" msgid "Remove image preview" msgstr "イメージプレビューを削除" -#: src/components/dialogs/MutedWords.tsx:331 +#: src/components/dialogs/MutedWords.tsx:329 msgid "Remove mute word from your list" msgstr "リストからミュートワードを削除" -#: src/view/screens/Search/Search.tsx:1014 +#: src/view/screens/Search/Search.tsx:1011 msgid "Remove profile" msgstr "プロフィールを削除" -#: src/view/screens/Search/Search.tsx:1016 +#: src/view/screens/Search/Search.tsx:1013 msgid "Remove profile from search history" msgstr "検索履歴からプロフィールを削除する" @@ -3926,12 +3959,12 @@ msgstr "検索履歴からプロフィールを削除する" msgid "Remove quote" msgstr "引用を削除" -#: src/view/com/util/post-ctrls/RepostButton.tsx:90 -#: src/view/com/util/post-ctrls/RepostButton.tsx:106 +#: src/view/com/util/post-ctrls/RepostButton.tsx:92 +#: src/view/com/util/post-ctrls/RepostButton.tsx:108 msgid "Remove repost" msgstr "リポストを削除" -#: src/view/com/posts/FeedErrorMessage.tsx:211 +#: src/view/com/posts/FeedErrorMessage.tsx:210 msgid "Remove this feed from your saved feeds" msgstr "保存したフィードからこのフィードを削除" @@ -3940,7 +3973,7 @@ msgstr "保存したフィードからこのフィードを削除" msgid "Removed from list" msgstr "リストから削除されました" -#: src/view/com/feeds/FeedSourceCard.tsx:131 +#: src/view/com/feeds/FeedSourceCard.tsx:139 msgid "Removed from my feeds" msgstr "フィードから削除しました" @@ -3971,7 +4004,7 @@ msgstr "返信" msgid "Replies to this thread are disabled" msgstr "このスレッドへの返信はできません" -#: src/view/com/composer/Composer.tsx:460 +#: src/view/com/composer/Composer.tsx:475 msgctxt "action" msgid "Reply" msgstr "返信" @@ -4020,8 +4053,8 @@ msgstr "リストを報告" msgid "Report message" msgstr "メッセージを報告" -#: src/view/com/util/forms/PostDropdownBtn.tsx:407 -#: src/view/com/util/forms/PostDropdownBtn.tsx:409 +#: src/view/com/util/forms/PostDropdownBtn.tsx:394 +#: src/view/com/util/forms/PostDropdownBtn.tsx:396 msgid "Report post" msgstr "投稿を報告" @@ -4037,8 +4070,8 @@ msgstr "このフィードを報告" msgid "Report this list" msgstr "このリストを報告" -#: src/components/dms/ReportDialog.tsx:47 -#: src/components/dms/ReportDialog.tsx:140 +#: src/components/dms/ReportDialog.tsx:48 +#: src/components/dms/ReportDialog.tsx:142 #: src/components/ReportDialog/SelectReportOptionView.tsx:59 msgid "Report this message" msgstr "このメッセージを報告" @@ -4051,9 +4084,9 @@ msgstr "この投稿を報告" msgid "Report this user" msgstr "このユーザーを報告" -#: src/view/com/util/post-ctrls/RepostButton.tsx:63 -#: src/view/com/util/post-ctrls/RepostButton.tsx:91 -#: src/view/com/util/post-ctrls/RepostButton.tsx:107 +#: src/view/com/util/post-ctrls/RepostButton.tsx:64 +#: src/view/com/util/post-ctrls/RepostButton.tsx:93 +#: src/view/com/util/post-ctrls/RepostButton.tsx:109 msgctxt "action" msgid "Repost" msgstr "リポスト" @@ -4063,7 +4096,7 @@ msgstr "リポスト" msgid "Repost" msgstr "リポスト" -#: src/view/com/util/post-ctrls/RepostButton.tsx:83 +#: src/view/com/util/post-ctrls/RepostButton.tsx:85 #: src/view/com/util/post-ctrls/RepostButton.web.tsx:46 #: src/view/com/util/post-ctrls/RepostButton.web.tsx:92 msgid "Repost or quote post" @@ -4085,7 +4118,7 @@ msgstr "<0><1/>がリポスト" msgid "reposted your post" msgstr "があなたの投稿をリポストしました" -#: src/view/com/post-thread/PostThreadItem.tsx:206 +#: src/view/com/post-thread/PostThreadItem.tsx:201 msgid "Reposts of this post" msgstr "この投稿をリポスト" @@ -4184,8 +4217,8 @@ msgid "Returns to previous page" msgstr "前のページに戻る" #: src/components/dialogs/BirthDateSettings.tsx:125 -#: src/view/com/composer/GifAltText.tsx:163 -#: src/view/com/composer/GifAltText.tsx:169 +#: src/view/com/composer/GifAltText.tsx:162 +#: src/view/com/composer/GifAltText.tsx:168 #: src/view/com/modals/ChangeHandle.tsx:168 #: src/view/com/modals/CreateOrEditList.tsx:326 #: src/view/com/modals/EditProfile.tsx:225 @@ -4261,20 +4294,20 @@ msgid "Scroll to top" msgstr "一番上までスクロール" #: src/components/dms/dialogs/SearchablePeopleList.tsx:504 -#: src/Navigation.tsx:506 +#: src/Navigation.tsx:494 #: 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:451 -#: src/view/screens/Search/Search.tsx:825 -#: src/view/screens/Search/Search.tsx:853 +#: src/view/screens/Search/Search.tsx:452 +#: src/view/screens/Search/Search.tsx:822 +#: src/view/screens/Search/Search.tsx:850 #: src/view/shell/bottom-bar/BottomBar.tsx:179 #: src/view/shell/desktop/LeftNav.tsx:343 #: src/view/shell/desktop/Search.tsx:194 #: src/view/shell/desktop/Search.tsx:203 -#: src/view/shell/Drawer.tsx:393 #: src/view/shell/Drawer.tsx:394 +#: src/view/shell/Drawer.tsx:395 msgid "Search" msgstr "検索" @@ -4282,7 +4315,7 @@ msgstr "検索" msgid "Search for \"{query}\"" msgstr "「{query}」を検索" -#: src/view/screens/Search/Search.tsx:909 +#: src/view/screens/Search/Search.tsx:906 msgid "Search for \"{searchText}\"" msgstr "「{searchText}」を検索" @@ -4387,7 +4420,7 @@ msgstr "{numItems}個中{i}個目のオプションを選択" msgid "Select the {emojiName} emoji as your avatar" msgstr "絵文字{emojiName}をアバターとして選択" -#: src/components/ReportDialog/SubmitView.tsx:136 +#: src/components/ReportDialog/SubmitView.tsx:135 msgid "Select the moderation service(s) to report to" msgstr "報告先のモデレーションサービスを選んでください" @@ -4433,8 +4466,8 @@ msgctxt "action" msgid "Send Email" msgstr "メールを送信" -#: src/view/shell/Drawer.tsx:328 -#: src/view/shell/Drawer.tsx:349 +#: src/view/shell/Drawer.tsx:329 +#: src/view/shell/Drawer.tsx:350 msgid "Send feedback" msgstr "フィードバックを送信" @@ -4443,14 +4476,14 @@ msgstr "フィードバックを送信" msgid "Send message" msgstr "メッセージを送信" -#: src/components/dms/dialogs/ShareViaChatDialog.tsx:47 +#: src/components/dms/dialogs/ShareViaChatDialog.tsx:59 msgid "Send post to..." msgstr "投稿を送る…" -#: src/components/dms/ReportDialog.tsx:232 -#: src/components/dms/ReportDialog.tsx:235 -#: src/components/ReportDialog/SubmitView.tsx:216 -#: src/components/ReportDialog/SubmitView.tsx:220 +#: src/components/dms/ReportDialog.tsx:234 +#: src/components/dms/ReportDialog.tsx:237 +#: src/components/ReportDialog/SubmitView.tsx:215 +#: src/components/ReportDialog/SubmitView.tsx:219 msgid "Send report" msgstr "報告を送信" @@ -4463,8 +4496,8 @@ msgstr "{0}に報告を送信" msgid "Send verification email" msgstr "確認メールを送信" -#: src/view/com/util/forms/PostDropdownBtn.tsx:299 -#: src/view/com/util/forms/PostDropdownBtn.tsx:302 +#: src/view/com/util/forms/PostDropdownBtn.tsx:286 +#: src/view/com/util/forms/PostDropdownBtn.tsx:289 msgid "Send via direct message" msgstr "ダイレクトメッセージで送信" @@ -4548,11 +4581,11 @@ msgstr "画像のアスペクト比を縦長に設定" msgid "Sets image aspect ratio to wide" msgstr "画像のアスペクト比をワイドに設定" -#: src/Navigation.tsx:146 +#: src/Navigation.tsx:145 #: src/view/screens/Settings/index.tsx:332 #: src/view/shell/desktop/LeftNav.tsx:389 -#: src/view/shell/Drawer.tsx:558 #: src/view/shell/Drawer.tsx:559 +#: src/view/shell/Drawer.tsx:560 msgid "Settings" msgstr "設定" @@ -4571,8 +4604,8 @@ msgstr "共有" #: src/view/com/profile/ProfileMenu.tsx:217 #: src/view/com/profile/ProfileMenu.tsx:226 -#: src/view/com/util/forms/PostDropdownBtn.tsx:310 -#: src/view/com/util/forms/PostDropdownBtn.tsx:319 +#: src/view/com/util/forms/PostDropdownBtn.tsx:297 +#: src/view/com/util/forms/PostDropdownBtn.tsx:306 #: src/view/com/util/post-ctrls/PostCtrls.tsx:297 #: src/view/screens/ProfileList.tsx:428 msgid "Share" @@ -4587,7 +4620,7 @@ msgid "Share a fun fact!" msgstr "面白いことをシェアして!" #: src/view/com/profile/ProfileMenu.tsx:375 -#: src/view/com/util/forms/PostDropdownBtn.tsx:464 +#: src/view/com/util/forms/PostDropdownBtn.tsx:451 #: src/view/com/util/post-ctrls/PostCtrls.tsx:313 msgid "Share anyway" msgstr "とにかく共有" @@ -4635,7 +4668,7 @@ msgstr "バッジを表示" msgid "Show badge and filter from feeds" msgstr "バッジの表示とフィードからのフィルタリング" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:207 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:211 msgid "Show follows similar to {0}" msgstr "{0}に似たおすすめのフォロー候補を表示" @@ -4643,19 +4676,19 @@ msgstr "{0}に似たおすすめのフォロー候補を表示" msgid "Show hidden replies" msgstr "隠れている返信を表示" -#: src/view/com/util/forms/PostDropdownBtn.tsx:349 -#: src/view/com/util/forms/PostDropdownBtn.tsx:351 +#: src/view/com/util/forms/PostDropdownBtn.tsx:336 +#: src/view/com/util/forms/PostDropdownBtn.tsx:338 msgid "Show less like this" msgstr "このような投稿の表示を減らす" -#: src/view/com/post-thread/PostThreadItem.tsx:538 +#: src/view/com/post-thread/PostThreadItem.tsx:532 #: src/view/com/post/Post.tsx:227 #: src/view/com/posts/FeedItem.tsx:392 msgid "Show More" msgstr "さらに表示" -#: src/view/com/util/forms/PostDropdownBtn.tsx:341 -#: src/view/com/util/forms/PostDropdownBtn.tsx:343 +#: src/view/com/util/forms/PostDropdownBtn.tsx:328 +#: src/view/com/util/forms/PostDropdownBtn.tsx:330 msgid "Show more like this" msgstr "このような投稿の表示を増やす" @@ -4712,9 +4745,9 @@ msgstr "マイフィード内の{0}からの投稿を表示します" #: src/view/shell/bottom-bar/BottomBar.tsx:312 #: src/view/shell/bottom-bar/BottomBar.tsx:313 #: src/view/shell/bottom-bar/BottomBar.tsx:315 -#: src/view/shell/bottom-bar/BottomBarWeb.tsx:181 -#: src/view/shell/bottom-bar/BottomBarWeb.tsx:182 -#: src/view/shell/bottom-bar/BottomBarWeb.tsx:184 +#: src/view/shell/bottom-bar/BottomBarWeb.tsx:204 +#: src/view/shell/bottom-bar/BottomBarWeb.tsx:205 +#: src/view/shell/bottom-bar/BottomBarWeb.tsx:207 #: src/view/shell/NavSignupCard.tsx:69 #: src/view/shell/NavSignupCard.tsx:70 #: src/view/shell/NavSignupCard.tsx:72 @@ -4745,9 +4778,9 @@ msgstr "サインアウト" #: src/view/shell/bottom-bar/BottomBar.tsx:302 #: src/view/shell/bottom-bar/BottomBar.tsx:303 #: src/view/shell/bottom-bar/BottomBar.tsx:305 -#: src/view/shell/bottom-bar/BottomBarWeb.tsx:171 -#: src/view/shell/bottom-bar/BottomBarWeb.tsx:172 -#: src/view/shell/bottom-bar/BottomBarWeb.tsx:174 +#: src/view/shell/bottom-bar/BottomBarWeb.tsx:194 +#: src/view/shell/bottom-bar/BottomBarWeb.tsx:195 +#: src/view/shell/bottom-bar/BottomBarWeb.tsx:197 #: src/view/shell/NavSignupCard.tsx:60 #: src/view/shell/NavSignupCard.tsx:61 #: src/view/shell/NavSignupCard.tsx:63 @@ -4788,7 +4821,7 @@ msgstr "ソフトウェア開発" msgid "Some people can reply" msgstr "一部の人が返信可能" -#: src/screens/Messages/Conversation/index.tsx:94 +#: src/screens/Messages/Conversation/index.tsx:106 msgid "Something went wrong" msgstr "何らかの問題が発生しました" @@ -4816,7 +4849,7 @@ msgstr "返信を並び替える" msgid "Sort replies to the same post by:" msgstr "次の方法で同じ投稿への返信を並び替えます。" -#: src/components/moderation/LabelsOnMeDialog.tsx:170 +#: src/components/moderation/LabelsOnMeDialog.tsx:168 msgid "Source: <0>{0}" msgstr "ソース:<0>{0}" @@ -4861,13 +4894,13 @@ msgstr "ステップ {0} / {1}" msgid "Storage cleared, you need to restart the app now." msgstr "ストレージがクリアされたため、今すぐアプリを再起動する必要があります。" -#: src/Navigation.tsx:218 +#: src/Navigation.tsx:224 #: src/view/screens/Settings/index.tsx:863 msgid "Storybook" msgstr "ストーリーブック" -#: src/components/moderation/LabelsOnMeDialog.tsx:292 -#: src/components/moderation/LabelsOnMeDialog.tsx:293 +#: src/components/moderation/LabelsOnMeDialog.tsx:290 +#: src/components/moderation/LabelsOnMeDialog.tsx:291 #: src/screens/Messages/Conversation/ChatDisabled.tsx:142 #: src/screens/Messages/Conversation/ChatDisabled.tsx:143 msgid "Submit" @@ -4893,7 +4926,7 @@ msgstr "このラベラーを登録" msgid "Subscribe to this list" msgstr "このリストに登録" -#: src/view/screens/Search/Search.tsx:424 +#: src/view/screens/Search/Search.tsx:425 msgid "Suggested Follows" msgstr "おすすめのフォロー" @@ -4905,7 +4938,7 @@ msgstr "あなたへのおすすめ" msgid "Suggestive" msgstr "きわどい" -#: src/Navigation.tsx:233 +#: src/Navigation.tsx:239 #: src/view/screens/Support.tsx:30 #: src/view/screens/Support.tsx:33 msgid "Support" @@ -4932,7 +4965,7 @@ msgstr "システム" msgid "System log" msgstr "システムログ" -#: src/components/dialogs/MutedWords.tsx:325 +#: src/components/dialogs/MutedWords.tsx:323 msgid "tag" msgstr "タグ" @@ -4960,11 +4993,11 @@ msgstr "ジョークを言って!" msgid "Terms" msgstr "条件" -#: src/Navigation.tsx:243 +#: src/Navigation.tsx:249 #: src/screens/Signup/StepInfo/Policies.tsx:49 #: src/view/screens/Settings/index.tsx:951 #: src/view/screens/TermsOfService.tsx:29 -#: src/view/shell/Drawer.tsx:278 +#: src/view/shell/Drawer.tsx:279 msgid "Terms of Service" msgstr "利用規約" @@ -4974,17 +5007,17 @@ msgstr "利用規約" msgid "Terms used violate community standards" msgstr "使用されている用語がコミュニティ基準に違反している" -#: src/components/dialogs/MutedWords.tsx:325 +#: src/components/dialogs/MutedWords.tsx:323 msgid "text" msgstr "テキスト" -#: src/components/moderation/LabelsOnMeDialog.tsx:256 +#: src/components/moderation/LabelsOnMeDialog.tsx:254 #: src/screens/Messages/Conversation/ChatDisabled.tsx:108 msgid "Text input field" msgstr "テキストの入力フィールド" -#: src/components/dms/ReportDialog.tsx:132 -#: src/components/ReportDialog/SubmitView.tsx:78 +#: src/components/dms/ReportDialog.tsx:134 +#: src/components/ReportDialog/SubmitView.tsx:77 msgid "Thank you. Your report has been sent." msgstr "ありがとうございます。あなたの報告は送信されました。" @@ -4996,7 +5029,7 @@ msgstr "その内容は以下の通りです:" msgid "That handle is already taken." msgstr "そのハンドルはすでに使用されています。" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:291 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:305 #: src/view/com/profile/ProfileMenu.tsx:351 msgid "The account will be able to interact with you after unblocking." msgstr "このアカウントは、ブロック解除後にあなたとやり取りすることができます。" @@ -5013,11 +5046,11 @@ msgstr "著作権ポリシーは<0/>に移動しました" msgid "The feed has been replaced with Discover." msgstr "フィードはDiscoverと置き換えられました。" -#: src/components/moderation/LabelsOnMeDialog.tsx:66 +#: src/components/moderation/LabelsOnMeDialog.tsx:65 msgid "The following labels were applied to your account." msgstr "以下のラベルがあなたのアカウントに適用されました。" -#: src/components/moderation/LabelsOnMeDialog.tsx:67 +#: src/components/moderation/LabelsOnMeDialog.tsx:66 msgid "The following labels were applied to your content." msgstr "以下のラベルがあなたのコンテンツに適用されました。" @@ -5051,7 +5084,7 @@ msgstr "アカウントの無効化に期限はありません。いつでも戻 msgid "There was an an issue contacting the server, please check your internet connection and try again." msgstr "サーバーへの問い合わせ中に問題が発生しました。インターネットへの接続を確認の上、もう一度お試しください。" -#: src/view/com/posts/FeedErrorMessage.tsx:146 +#: src/view/com/posts/FeedErrorMessage.tsx:145 msgid "There was an an issue removing this feed. Please check your internet connection and try again." msgstr "フィードの削除中に問題が発生しました。インターネットへの接続を確認の上、もう一度お試しください。" @@ -5075,12 +5108,12 @@ msgstr "Tenorへの接続中に問題が発生しました。" msgid "There was an issue contacting the server" msgstr "サーバーへの問い合わせ中に問題が発生しました" -#: src/view/com/feeds/FeedSourceCard.tsx:120 -#: src/view/com/feeds/FeedSourceCard.tsx:133 +#: src/view/com/feeds/FeedSourceCard.tsx:128 +#: src/view/com/feeds/FeedSourceCard.tsx:141 msgid "There was an issue contacting your server" msgstr "サーバーへの問い合わせ中に問題が発生しました" -#: src/view/com/notifications/Feed.tsx:125 +#: src/view/com/notifications/Feed.tsx:126 msgid "There was an issue fetching notifications. Tap here to try again." msgstr "通知の取得中に問題が発生しました。もう一度試すにはこちらをタップしてください。" @@ -5097,8 +5130,8 @@ msgstr "リストの取得中に問題が発生しました。もう一度試す msgid "There was an issue fetching your lists. Tap here to try again." msgstr "リストの取得中に問題が発生しました。もう一度試すにはこちらをタップしてください。" -#: src/components/dms/ReportDialog.tsx:220 -#: src/components/ReportDialog/SubmitView.tsx:83 +#: src/components/dms/ReportDialog.tsx:222 +#: src/components/ReportDialog/SubmitView.tsx:82 msgid "There was an issue sending your report. Please check your internet connection." msgstr "報告の送信に問題が発生しました。インターネットの接続を確認してください。" @@ -5106,9 +5139,9 @@ msgstr "報告の送信に問題が発生しました。インターネットの msgid "There was an issue with fetching your app passwords" msgstr "アプリパスワードの取得中に問題が発生しました" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:99 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:121 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:135 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:103 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:125 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:139 #: src/view/com/post-thread/PostThreadFollowBtn.tsx:99 #: src/view/com/post-thread/PostThreadFollowBtn.tsx:111 #: src/view/com/profile/ProfileMenu.tsx:109 @@ -5149,7 +5182,7 @@ msgstr "このアカウントを閲覧するためにはサインインが必要 msgid "This account is blocked by one or more of your moderation lists. To unblock, please visit the lists directly and remove this user." msgstr "このアカウントは1つ、あるいは複数のモデレーションリストでブロックされています。ブロックを解除するにはリストの画面に移動してこのユーザーをリストから外してください。" -#: src/components/moderation/LabelsOnMeDialog.tsx:241 +#: src/components/moderation/LabelsOnMeDialog.tsx:239 msgid "This appeal will be sent to <0>{0}." msgstr "この申し立ては<0>{0}に送られます。" @@ -5178,28 +5211,37 @@ msgstr "このコンテンツは{0}によってホストされています。外 msgid "This content is not available because one of the users involved has blocked the other." msgstr "このコンテンツは関係するユーザーの一方が他方をブロックしているため、利用できません。" -#: src/view/com/posts/FeedErrorMessage.tsx:115 +#: src/view/com/posts/FeedErrorMessage.tsx:114 msgid "This content is not viewable without a Bluesky account." msgstr "このコンテンツはBlueskyのアカウントがないと閲覧できません。" +#: src/screens/Messages/List/ChatListItem.tsx:213 +msgid "This conversation is with a deleted or a deactivated account. Press for options." +msgstr "" + #: src/view/screens/Settings/ExportCarDialog.tsx:93 msgid "This feature is in beta. You can read more about repository exports in <0>this blogpost." msgstr "この機能はベータ版です。リポジトリのエクスポートの詳細については、<0>このブログ投稿を参照してください。" -#: src/view/com/posts/FeedErrorMessage.tsx:121 +#: src/view/com/posts/FeedErrorMessage.tsx:120 msgid "This feed is currently receiving high traffic and is temporarily unavailable. Please try again later." msgstr "現在このフィードにはアクセスが集中しており、一時的にご利用いただけません。時間をおいてもう一度お試しください。" #: src/screens/Profile/Sections/Feed.tsx:59 #: src/view/screens/ProfileFeed.tsx:471 #: src/view/screens/ProfileList.tsx:729 -msgid "This feed is empty!" -msgstr "このフィードは空です!" +#~ msgid "This feed is empty!" +#~ msgstr "このフィードは空です!" #: src/view/com/posts/CustomFeedEmptyState.tsx:37 msgid "This feed is empty! You may need to follow more users or tune your language settings." msgstr "このフィードは空です!もっと多くのユーザーをフォローするか、言語の設定を調整する必要があるかもしれません。" +#: src/view/screens/ProfileFeed.tsx:471 +#: src/view/screens/ProfileList.tsx:729 +msgid "This feed is empty." +msgstr "" + #: src/view/com/posts/FeedShutdownMsg.tsx:97 msgid "This feed is no longer online. We are showing <0>Discover instead." msgstr "このフィードはもはやオンラインではありません。代わりに<0>Discoverを表示しています。" @@ -5220,7 +5262,7 @@ msgstr "<0>{0}によって適用されたラベルです。" msgid "This label was applied by the author." msgstr "投稿者によって適用されたラベルです。" -#: src/components/moderation/LabelsOnMeDialog.tsx:168 +#: src/components/moderation/LabelsOnMeDialog.tsx:166 msgid "This label was applied by you." msgstr "あなたによって適用されたラベルです。" @@ -5240,20 +5282,20 @@ 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:111 +#: src/view/com/modals/AddAppPasswords.tsx:110 msgid "This name is already in use" msgstr "この名前はすでに使用中です" -#: src/view/com/post-thread/PostThreadItem.tsx:140 +#: src/view/com/post-thread/PostThreadItem.tsx:135 msgid "This post has been deleted." msgstr "この投稿は削除されました。" -#: src/view/com/util/forms/PostDropdownBtn.tsx:461 +#: src/view/com/util/forms/PostDropdownBtn.tsx:448 #: src/view/com/util/post-ctrls/PostCtrls.tsx:310 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:443 +#: src/view/com/util/forms/PostDropdownBtn.tsx:430 msgid "This post will be hidden from feeds." msgstr "この投稿はフィードから非表示になります。" @@ -5298,7 +5340,7 @@ msgstr "このユーザーはミュートした<0>{0}リストに含まれ msgid "This user isn't following anyone." msgstr "このユーザーは誰もフォローしていません。" -#: src/components/dialogs/MutedWords.tsx:285 +#: src/components/dialogs/MutedWords.tsx:283 msgid "This will delete {0} from your muted words. You can always add it back later." msgstr "ミュートしたワードから{0}が削除されます。あとでいつでも戻すことができます。" @@ -5315,7 +5357,7 @@ msgstr "スレッドの設定" msgid "Threaded Mode" msgstr "スレッドモード" -#: src/Navigation.tsx:276 +#: src/Navigation.tsx:282 msgid "Threads Preferences" msgstr "スレッドの設定" @@ -5331,7 +5373,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 "ミュートしたワードのオプションを切り替えます。" @@ -5344,7 +5386,7 @@ msgid "Toggle to enable or disable adult content" msgstr "成人向けコンテンツの有効もしくは無効の切り替え" #: src/screens/Hashtag.tsx:88 -#: src/view/screens/Search/Search.tsx:366 +#: src/view/screens/Search/Search.tsx:367 msgid "Top" msgstr "トップ" @@ -5354,10 +5396,10 @@ msgstr "変換" #: src/components/dms/MessageMenu.tsx:103 #: src/components/dms/MessageMenu.tsx:105 -#: src/view/com/post-thread/PostThreadItem.tsx:691 -#: src/view/com/post-thread/PostThreadItem.tsx:693 -#: src/view/com/util/forms/PostDropdownBtn.tsx:280 -#: src/view/com/util/forms/PostDropdownBtn.tsx:282 +#: src/view/com/post-thread/PostThreadItem.tsx:674 +#: src/view/com/post-thread/PostThreadItem.tsx:676 +#: src/view/com/util/forms/PostDropdownBtn.tsx:267 +#: src/view/com/util/forms/PostDropdownBtn.tsx:269 msgid "Translate" msgstr "翻訳" @@ -5399,14 +5441,14 @@ msgstr "あなたのサービスに接続できません。インターネット #: src/components/dms/MessagesListBlockedFooter.tsx:96 #: src/components/dms/MessagesListBlockedFooter.tsx:104 #: src/components/dms/MessagesListBlockedFooter.tsx:111 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:184 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:295 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:188 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:309 #: src/view/com/profile/ProfileMenu.tsx:363 #: src/view/screens/ProfileList.tsx:626 msgid "Unblock" msgstr "ブロックを解除" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:189 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:193 msgctxt "action" msgid "Unblock" msgstr "ブロックを解除" @@ -5421,12 +5463,12 @@ msgstr "アカウントのブロックを解除" msgid "Unblock Account" msgstr "アカウントのブロックを解除" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:289 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:303 #: src/view/com/profile/ProfileMenu.tsx:345 msgid "Unblock Account?" msgstr "アカウントのブロックを解除しますか?" -#: src/view/com/util/post-ctrls/RepostButton.tsx:62 +#: src/view/com/util/post-ctrls/RepostButton.tsx:63 #: src/view/com/util/post-ctrls/RepostButton.web.tsx:69 #: src/view/com/util/post-ctrls/RepostButton.web.tsx:73 msgid "Undo repost" @@ -5441,7 +5483,7 @@ msgstr "フォローを解除" msgid "Unfollow" msgstr "フォローを解除" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:229 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:233 msgid "Unfollow {0}" msgstr "{0}のフォローを解除" @@ -5476,8 +5518,8 @@ msgstr "{displayTag}のすべての投稿のミュートを解除" msgid "Unmute conversation" msgstr "会話のミュートを解除" -#: src/view/com/util/forms/PostDropdownBtn.tsx:365 -#: src/view/com/util/forms/PostDropdownBtn.tsx:370 +#: src/view/com/util/forms/PostDropdownBtn.tsx:352 +#: src/view/com/util/forms/PostDropdownBtn.tsx:357 msgid "Unmute thread" msgstr "スレッドのミュートを解除" @@ -5523,7 +5565,7 @@ msgstr "{handle}に更新" msgid "Updating..." msgstr "更新中…" -#: src/screens/Onboarding/StepProfile/index.tsx:280 +#: src/screens/Onboarding/StepProfile/index.tsx:281 msgid "Upload a photo instead" msgstr "代わりに写真をアップロード" @@ -5584,7 +5626,7 @@ msgstr "おすすめを使う" msgid "Use the DNS panel" msgstr "DNSパネルを使用" -#: src/view/com/modals/AddAppPasswords.tsx:206 +#: src/view/com/modals/AddAppPasswords.tsx:205 msgid "Use this to sign into the other app along with your handle." msgstr "このアプリパスワードとハンドルを使って他のアプリにサインインします。" @@ -5743,11 +5785,11 @@ msgstr "これらのラベルに関する情報を見る" #: src/components/ProfileHoverCard/index.web.tsx:396 #: src/components/ProfileHoverCard/index.web.tsx:429 #: src/view/com/posts/AviFollowButton.tsx:58 -#: src/view/com/posts/FeedErrorMessage.tsx:175 +#: src/view/com/posts/FeedErrorMessage.tsx:174 msgid "View profile" msgstr "プロフィールを表示" -#: src/view/com/profile/ProfileSubpageHeader.tsx:130 +#: src/view/com/profile/ProfileSubpageHeader.tsx:127 msgid "View the avatar" msgstr "アバターを表示" @@ -5759,6 +5801,11 @@ msgstr "@{0}によって提供されるラベリングサービスを見る" msgid "View users who like this feed" msgstr "このフィードにいいねしたユーザーを見る" +#: src/view/com/home/HomeHeaderLayout.web.tsx:78 +#: src/view/com/home/HomeHeaderLayoutMobile.tsx:84 +msgid "View your feeds and explore more" +msgstr "" + #: src/view/com/modals/LinkWarning.tsx:89 #: src/view/com/modals/LinkWarning.tsx:95 msgid "Visit Site" @@ -5782,7 +5829,7 @@ msgstr "コンテンツの警告とフィードからのフィルタリング" msgid "We couldn't find any results for that hashtag." msgstr "そのハッシュタグの検索結果は見つかりませんでした。" -#: src/screens/Messages/Conversation/index.tsx:95 +#: src/screens/Messages/Conversation/index.tsx:107 msgid "We couldn't load this conversation" msgstr "この会話を読み込めませんでした" @@ -5798,7 +5845,7 @@ msgstr "素敵なひとときをお過ごしください。覚えておいてく 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 "投稿が表示されなくなる可能性があるため、多くの投稿に使われる一般的なワードは避けることをおすすめします。" @@ -5834,14 +5881,18 @@ 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:269 +#: src/view/screens/Search/Search.tsx:270 msgid "We're sorry, but your search could not be completed. Please try again in a few minutes." msgstr "大変申し訳ありませんが、検索を完了できませんでした。数分後に再試行してください。" +#: src/view/com/composer/Composer.tsx:318 +msgid "We're sorry! The post you are replying to has been deleted." +msgstr "" + #: src/components/Lists.tsx:212 #: src/view/screens/NotFound.tsx:48 msgid "We're sorry! We can't find the page you were looking for." @@ -5861,7 +5912,7 @@ msgstr "なにに興味がありますか?" #: src/view/com/auth/SplashScreen.tsx:40 #: src/view/com/auth/SplashScreen.web.tsx:86 -#: src/view/com/composer/Composer.tsx:340 +#: src/view/com/composer/Composer.tsx:359 msgid "What's up?" msgstr "最近どう?" @@ -5882,7 +5933,7 @@ msgstr "誰があなたへメッセージを送れるか?" msgid "Who can reply" msgstr "返信できるユーザー" -#: src/screens/Home/NoFeedsPinned.tsx:92 +#: src/screens/Home/NoFeedsPinned.tsx:79 #: src/screens/Messages/List/index.tsx:185 msgid "Whoops!" msgstr "おっと!" @@ -5920,11 +5971,11 @@ msgstr "ワイド" msgid "Write a message" msgstr "メッセージを書く" -#: src/view/com/composer/Composer.tsx:534 +#: src/view/com/composer/Composer.tsx:549 msgid "Write post" msgstr "投稿を書く" -#: src/view/com/composer/Composer.tsx:339 +#: src/view/com/composer/Composer.tsx:358 #: src/view/com/composer/Prompt.tsx:39 msgid "Write your reply" msgstr "返信を書く" @@ -5964,8 +6015,8 @@ msgstr "あなたは並んでいます。" msgid "You are not following anyone." msgstr "あなたはまだだれもフォローしていません。" -#: src/view/com/posts/FollowingEmptyState.tsx:67 -#: src/view/com/posts/FollowingEndOfFeed.tsx:68 +#: src/view/com/posts/FollowingEmptyState.tsx:63 +#: src/view/com/posts/FollowingEndOfFeed.tsx:64 msgid "You can also discover new Custom Feeds to follow." msgstr "また、あなたはフォローすべき新しいカスタムフィードを発見できます。" @@ -5994,6 +6045,10 @@ msgstr "アカウントを再有効化してログインし続けることがで msgid "You do not have any followers." msgstr "あなたはまだだれもフォロワーがいません。" +#: src/screens/Profile/KnownFollowers.tsx:99 +msgid "You don't follow any users who follow @{name}." +msgstr "" + #: 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をもうしばらく利用したらお送りします。" @@ -6073,15 +6128,15 @@ msgstr "ミュートしているアカウントはまだありません。アカ msgid "You have reached the end" 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:87 +#: src/components/moderation/LabelsOnMeDialog.tsx:86 msgid "You may appeal non-self labels if you feel they were placed in error." msgstr "間違って適用されたと思うのであれば、自己申告ではないラベルならば異議申し立てができます。" -#: src/components/moderation/LabelsOnMeDialog.tsx:92 +#: src/components/moderation/LabelsOnMeDialog.tsx:91 msgid "You may appeal these labels if you feel they were placed in error." msgstr "これらのラベルが誤って適用されたと思った場合は、異議申し立てを行うことができます。" @@ -6089,7 +6144,7 @@ msgstr "これらのラベルが誤って適用されたと思った場合は、 msgid "You must be 13 years of age or older to sign up." msgstr "サインアップするには、13歳以上である必要があります。" -#: src/components/ReportDialog/SubmitView.tsx:206 +#: src/components/ReportDialog/SubmitView.tsx:205 msgid "You must select at least one labeler for a report" msgstr "報告をするには少なくとも1つのラベラーを選択する必要があります" @@ -6097,11 +6152,11 @@ msgstr "報告をするには少なくとも1つのラベラーを選択する msgid "You previously deactivated @{0}." msgstr "以前、あなたは@{0}を無効化しました。" -#: src/view/com/util/forms/PostDropdownBtn.tsx:173 +#: src/view/com/util/forms/PostDropdownBtn.tsx:168 msgid "You will no longer receive notifications for this thread" msgstr "これ以降、このスレッドに関する通知を受け取ることはできなくなります" -#: src/view/com/util/forms/PostDropdownBtn.tsx:176 +#: src/view/com/util/forms/PostDropdownBtn.tsx:171 msgid "You will now receive notifications for this thread" msgstr "これ以降、このスレッドに関する通知を受け取ることができます" @@ -6109,15 +6164,15 @@ msgstr "これ以降、このスレッドに関する通知を受け取ること msgid "You will receive an email with a \"reset code.\" Enter that code here, then enter your new password." msgstr "「リセットコード」が記載されたメールが届きます。ここにコードを入力し、新しいパスワードを入力します。" -#: src/screens/Messages/List/ChatListItem.tsx:113 +#: src/screens/Messages/List/ChatListItem.tsx:114 msgid "You: {0}" msgstr "あなた: {0}" -#: src/screens/Messages/List/ChatListItem.tsx:142 +#: src/screens/Messages/List/ChatListItem.tsx:143 msgid "You: {defaultEmbeddedContentMessage}" msgstr "あなた: {defaultEmbeddedContentMessage}" -#: src/screens/Messages/List/ChatListItem.tsx:135 +#: src/screens/Messages/List/ChatListItem.tsx:136 msgid "You: {short}" msgstr "あなた: {short}" @@ -6141,7 +6196,7 @@ msgstr "準備ができました!" msgid "You've chosen to hide a word or tag within this post." msgstr "この投稿でワードまたはタグを隠すことを選択しました。" -#: src/view/com/posts/FollowingEndOfFeed.tsx:48 +#: src/view/com/posts/FollowingEndOfFeed.tsx:44 msgid "You've reached the end of your feed! Find some more accounts to follow." msgstr "フィードはここまでです!もっとフォローするアカウントを見つけましょう。" @@ -6183,7 +6238,7 @@ msgstr "メールアドレスは更新されましたが、確認されていま msgid "Your email has not yet been verified. This is an important security step which we recommend." msgstr "メールアドレスはまだ確認されていません。これは、当社が推奨する重要なセキュリティステップです。" -#: src/view/com/posts/FollowingEmptyState.tsx:47 +#: src/view/com/posts/FollowingEmptyState.tsx:43 msgid "Your following feed is empty! Follow more users to see what's happening." msgstr "Followingフィードは空です!もっと多くのユーザーをフォローして、近況を確認しましょう。" @@ -6195,7 +6250,7 @@ msgstr "フルハンドルは" msgid "Your full handle will be <0>@{0}" msgstr "フルハンドルは<0>@{0}になります" -#: src/components/dialogs/MutedWords.tsx:221 +#: src/components/dialogs/MutedWords.tsx:220 msgid "Your muted words" msgstr "ミュートしたワード" @@ -6203,7 +6258,7 @@ msgstr "ミュートしたワード" msgid "Your password has been changed successfully!" msgstr "パスワードの変更が完了しました!" -#: src/view/com/composer/Composer.tsx:330 +#: src/view/com/composer/Composer.tsx:349 msgid "Your post has been published" msgstr "投稿を公開しました" @@ -6219,11 +6274,11 @@ msgstr "あなたのプロフィール" msgid "Your profile, posts, feeds, and lists will no longer be visible to other Bluesky users. You can reactivate your account at any time by logging in." msgstr "あなたのプロフィール、投稿、フィード、そしてリストは他のBlueskyユーザーに見えなくなります。ログインすることでいつでもアカウントを再有効化できます。" -#: src/view/com/composer/Composer.tsx:329 +#: src/view/com/composer/Composer.tsx:348 msgid "Your reply has been published" msgstr "返信を公開しました" -#: src/components/dms/ReportDialog.tsx:160 +#: src/components/dms/ReportDialog.tsx:162 msgid "Your report will be sent to the Bluesky Moderation Service" msgstr "あなたの報告はBluesky Moderation Serviceに送られます" diff --git a/src/locale/locales/ko/messages.po b/src/locale/locales/ko/messages.po index 7d5186c7..ea308818 100644 --- a/src/locale/locales/ko/messages.po +++ b/src/locale/locales/ko/messages.po @@ -13,7 +13,7 @@ msgstr "" "Language-Team: quiple, lens0021, HaruChanHeart, hazzzi, heartade\n" "Plural-Forms: \n" -#: src/screens/Messages/List/ChatListItem.tsx:119 +#: src/screens/Messages/List/ChatListItem.tsx:120 msgid "(contains embedded content)" msgstr "(임베드 콘텐츠 포함)" @@ -37,6 +37,10 @@ msgstr "이 콘텐츠에 {0, plural, other {#}}개의 라벨이 지정됨" msgid "{0, plural, one {# repost} other {# reposts}}" msgstr "{0, plural, other {#}}개" +#: src/components/KnownFollowers.tsx:179 +msgid "{0, plural, one {and # other} other {and # others}}" +msgstr "" + #: src/components/ProfileHoverCard/index.web.tsx:376 #: src/screens/Profile/Header/Metrics.tsx:23 msgid "{0, plural, one {follower} other {followers}}" @@ -51,7 +55,7 @@ msgstr "팔로우 중" msgid "{0, plural, one {Like (# like)} other {Like (# likes)}}" msgstr "좋아요 ({0, plural, other {#}}개)" -#: src/view/com/post-thread/PostThreadItem.tsx:386 +#: src/view/com/post-thread/PostThreadItem.tsx:380 msgid "{0, plural, one {like} other {likes}}" msgstr "좋아요" @@ -67,7 +71,7 @@ msgstr "게시물" msgid "{0, plural, one {Reply (# reply)} other {Reply (# replies)}}" msgstr "답글 ({0, plural, other {#}}개)" -#: src/view/com/post-thread/PostThreadItem.tsx:366 +#: src/view/com/post-thread/PostThreadItem.tsx:360 msgid "{0, plural, one {repost} other {reposts}}" msgstr "재게시" @@ -106,7 +110,7 @@ msgstr "{handle} 님에게 메시지를 보낼 수 없습니다" msgid "{likeCount, plural, one {Liked by # user} other {Liked by # users}}" msgstr "{likeCount, plural, other {#}}명의 사용자가 좋아함" -#: src/view/shell/Drawer.tsx:461 +#: src/view/shell/Drawer.tsx:462 msgid "{numUnreadNotifications} unread" msgstr "{numUnreadNotifications}개 읽지 않음" @@ -138,12 +142,12 @@ msgstr "⚠잘못된 핸들" msgid "2FA Confirmation" msgstr "2단계 인증" -#: src/view/com/util/ViewHeader.tsx:92 -#: src/view/screens/Search/Search.tsx:714 +#: src/view/com/util/ViewHeader.tsx:93 +#: src/view/screens/Search/Search.tsx:715 msgid "Access navigation links and settings" msgstr "탐색 링크 및 설정으로 이동합니다" -#: src/view/com/home/HomeHeaderLayoutMobile.tsx:54 +#: src/view/com/home/HomeHeaderLayoutMobile.tsx:56 msgid "Access profile and other navigation links" msgstr "프로필 및 기타 탐색 링크로 이동합니다" @@ -156,7 +160,7 @@ msgstr "접근성" msgid "Accessibility settings" msgstr "접근성 설정" -#: src/Navigation.tsx:290 +#: src/Navigation.tsx:296 #: src/view/screens/AccessibilitySettings.tsx:63 msgid "Accessibility Settings" msgstr "접근성 설정" @@ -196,7 +200,7 @@ msgstr "계정 옵션" msgid "Account removed from quick access" msgstr "빠른 액세스에서 계정 제거" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:131 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:135 #: src/view/com/profile/ProfileMenu.tsx:131 msgid "Account unblocked" msgstr "계정 차단 해제됨" @@ -209,7 +213,7 @@ msgstr "계정 언팔로우함" msgid "Account unmuted" msgstr "계정 언뮤트됨" -#: src/components/dialogs/MutedWords.tsx:165 +#: src/components/dialogs/MutedWords.tsx:164 #: src/view/com/modals/ListAddRemoveUsers.tsx:268 #: src/view/com/modals/UserAddRemoveLists.tsx:230 #: src/view/screens/ProfileList.tsx:881 @@ -231,9 +235,9 @@ msgstr "이 리스트에 사용자 추가" msgid "Add account" msgstr "계정 추가" -#: src/view/com/composer/GifAltText.tsx:70 -#: src/view/com/composer/GifAltText.tsx:136 -#: src/view/com/composer/GifAltText.tsx:176 +#: src/view/com/composer/GifAltText.tsx:69 +#: src/view/com/composer/GifAltText.tsx:135 +#: src/view/com/composer/GifAltText.tsx:175 #: src/view/com/composer/photos/Gallery.tsx:120 #: src/view/com/composer/photos/Gallery.tsx:187 #: src/view/com/modals/AltImage.tsx:118 @@ -246,15 +250,15 @@ msgstr "대체 텍스트 추가" msgid "Add App Password" 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/screens/Home/NoFeedsPinned.tsx:112 +#: src/screens/Home/NoFeedsPinned.tsx:99 msgid "Add recommended feeds" msgstr "추천 피드 추가" @@ -302,12 +306,12 @@ msgstr "성인 콘텐츠가 비활성화되어 있습니다." msgid "Advanced" msgstr "고급" -#: src/view/screens/Feeds.tsx:798 +#: src/view/screens/Feeds.tsx:771 msgid "All the feeds you've saved, right in one place." msgstr "저장한 모든 피드를 한 곳에서 확인하세요." -#: src/view/com/modals/AddAppPasswords.tsx:188 -#: src/view/com/modals/AddAppPasswords.tsx:195 +#: src/view/com/modals/AddAppPasswords.tsx:187 +#: src/view/com/modals/AddAppPasswords.tsx:194 msgid "Allow access to your direct messages" msgstr "다이렉트 메시지 접근 허용" @@ -325,13 +329,13 @@ msgstr "이미 코드가 있나요?" msgid "Already signed in as @{0}" msgstr "이미 @{0}(으)로 로그인했습니다" -#: src/view/com/composer/GifAltText.tsx:94 +#: src/view/com/composer/GifAltText.tsx:93 #: src/view/com/composer/photos/Gallery.tsx:144 #: src/view/com/util/post-embeds/GifEmbed.tsx:173 msgid "ALT" msgstr "ALT" -#: src/view/com/composer/GifAltText.tsx:145 +#: src/view/com/composer/GifAltText.tsx:144 #: src/view/com/modals/EditImage.tsx:316 #: src/view/screens/AccessibilitySettings.tsx:77 msgid "Alt text" @@ -375,6 +379,7 @@ msgstr "문제가 발생했습니다. 다시 시도해 주세요." msgid "an unknown error occurred" msgstr "알 수 없는 오류가 발생했습니다" +#: src/components/KnownFollowers.tsx:187 #: src/view/com/notifications/FeedItem.tsx:258 #: src/view/com/threadgate/WhoCanReply.tsx:180 msgid "and" @@ -400,11 +405,11 @@ msgstr "앱 언어" msgid "App password deleted" msgstr "앱 비밀번호 삭제됨" -#: src/view/com/modals/AddAppPasswords.tsx:139 +#: src/view/com/modals/AddAppPasswords.tsx:138 msgid "App Password names can only contain letters, numbers, spaces, dashes, and underscores." msgstr "앱 비밀번호 이름에는 문자, 숫자, 공백, 대시, 밑줄만 사용할 수 있습니다." -#: src/view/com/modals/AddAppPasswords.tsx:104 +#: src/view/com/modals/AddAppPasswords.tsx:103 msgid "App Password names must be at least 4 characters long." msgstr "앱 비밀번호 이름은 4자 이상이어야 합니다." @@ -412,22 +417,22 @@ msgstr "앱 비밀번호 이름은 4자 이상이어야 합니다." msgid "App password settings" msgstr "앱 비밀번호 설정" -#: src/Navigation.tsx:258 +#: src/Navigation.tsx:264 #: src/view/screens/AppPasswords.tsx:192 #: src/view/screens/Settings/index.tsx:706 msgid "App Passwords" msgstr "앱 비밀번호" -#: src/components/moderation/LabelsOnMeDialog.tsx:153 -#: src/components/moderation/LabelsOnMeDialog.tsx:156 +#: src/components/moderation/LabelsOnMeDialog.tsx:151 +#: src/components/moderation/LabelsOnMeDialog.tsx:154 msgid "Appeal" msgstr "이의신청" -#: src/components/moderation/LabelsOnMeDialog.tsx:238 +#: src/components/moderation/LabelsOnMeDialog.tsx:236 msgid "Appeal \"{0}\" label" msgstr "\"{0}\" 라벨 이의신청" -#: src/components/moderation/LabelsOnMeDialog.tsx:229 +#: src/components/moderation/LabelsOnMeDialog.tsx:227 #: src/screens/Messages/Conversation/ChatDisabled.tsx:91 msgid "Appeal submitted" msgstr "이의신청 제출함" @@ -444,7 +449,7 @@ msgid "Appearance" msgstr "모양" #: src/screens/Feeds/NoSavedFeedsOfAnyType.tsx:47 -#: src/screens/Home/NoFeedsPinned.tsx:106 +#: src/screens/Home/NoFeedsPinned.tsx:93 msgid "Apply default recommended feeds" msgstr "기본 추천 피드 적용하기" @@ -464,11 +469,11 @@ msgstr "정말 이 대화에서 나가시겠습니까? 나에게 보이는 메 msgid "Are you sure you want to remove {0} from your feeds?" msgstr "피드에서 {0}을(를) 제거하시겠습니까?" -#: src/view/com/composer/Composer.tsx:651 +#: src/view/com/composer/Composer.tsx:630 msgid "Are you sure you'd like to discard this draft?" msgstr "이 초안을 삭제하시겠습니까?" -#: src/components/dialogs/MutedWords.tsx:283 +#: src/components/dialogs/MutedWords.tsx:281 msgid "Are you sure?" msgstr "정말인가요?" @@ -489,8 +494,8 @@ msgid "At least 3 characters" msgstr "3자 이상" #: src/components/dms/MessagesListHeader.tsx:75 -#: src/components/moderation/LabelsOnMeDialog.tsx:283 -#: src/components/moderation/LabelsOnMeDialog.tsx:284 +#: src/components/moderation/LabelsOnMeDialog.tsx:281 +#: src/components/moderation/LabelsOnMeDialog.tsx:282 #: src/screens/Login/ChooseAccountForm.tsx:98 #: src/screens/Login/ChooseAccountForm.tsx:103 #: src/screens/Login/ForgotPasswordForm.tsx:129 @@ -503,7 +508,7 @@ msgstr "3자 이상" #: src/screens/Messages/Conversation/ChatDisabled.tsx:134 #: src/screens/Profile/Header/Shell.tsx:102 #: src/screens/Signup/index.tsx:193 -#: src/view/com/util/ViewHeader.tsx:90 +#: src/view/com/util/ViewHeader.tsx:91 msgid "Back" msgstr "뒤로" @@ -519,7 +524,7 @@ msgstr "생년월일" msgid "Birthday:" msgstr "생년월일:" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:295 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:309 #: src/view/com/profile/ProfileMenu.tsx:363 msgid "Block" msgstr "차단" @@ -559,7 +564,7 @@ msgstr "차단됨" msgid "Blocked accounts" msgstr "차단한 계정" -#: src/Navigation.tsx:141 +#: src/Navigation.tsx:140 #: src/view/screens/ModerationBlockedAccounts.tsx:109 msgid "Blocked Accounts" msgstr "차단한 계정" @@ -572,7 +577,7 @@ msgstr "차단한 계정은 내 스레드에 답글을 달거나 나를 멘션 msgid "Blocked accounts cannot reply in your threads, mention you, or otherwise interact with you. You will not see their content and they will be prevented from seeing yours." msgstr "차단한 계정은 내 스레드에 답글을 달거나 나를 멘션하거나 기타 다른 방식으로 나와 상호작용할 수 없습니다. 차단한 계정의 콘텐츠를 볼 수 없으며 해당 계정도 내 콘텐츠를 볼 수 없게 됩니다." -#: src/view/com/post-thread/PostThread.tsx:362 +#: src/view/com/post-thread/PostThread.tsx:363 msgid "Blocked post." msgstr "차단된 게시물." @@ -617,8 +622,8 @@ msgstr "이미지 흐리게 및 피드에서 필터링" msgid "Books" msgstr "책" -#: src/screens/Home/NoFeedsPinned.tsx:116 -#: src/screens/Home/NoFeedsPinned.tsx:123 +#: src/screens/Home/NoFeedsPinned.tsx:103 +#: src/screens/Home/NoFeedsPinned.tsx:109 msgid "Browse other feeds" msgstr "다른 피드 탐색하기" @@ -626,7 +631,7 @@ msgstr "다른 피드 탐색하기" msgid "Business" msgstr "비즈니스" -#: src/view/com/profile/ProfileSubpageHeader.tsx:159 +#: src/view/com/profile/ProfileSubpageHeader.tsx:156 msgid "by —" msgstr "— 님이 만듦" @@ -634,7 +639,7 @@ msgstr "— 님이 만듦" msgid "By {0}" msgstr "{0} 님이 만듦" -#: src/view/com/profile/ProfileSubpageHeader.tsx:163 +#: src/view/com/profile/ProfileSubpageHeader.tsx:160 msgid "by <0/>" msgstr "<0/> 님이 만듦" @@ -642,7 +647,7 @@ msgstr "<0/> 님이 만듦" msgid "By creating an account you agree to the {els}." msgstr "계정을 만들면 {els}에 동의하는 것입니다." -#: src/view/com/profile/ProfileSubpageHeader.tsx:161 +#: src/view/com/profile/ProfileSubpageHeader.tsx:158 msgid "by you" msgstr "내가 만듦" @@ -650,7 +655,7 @@ msgstr "내가 만듦" msgid "Camera" msgstr "카메라" -#: src/view/com/modals/AddAppPasswords.tsx:180 +#: src/view/com/modals/AddAppPasswords.tsx:179 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자를 넘지 않아야 합니다." @@ -659,8 +664,8 @@ msgstr "글자, 숫자, 공백, 대시, 밑줄만 포함할 수 있습니다. #: src/components/Prompt.tsx:121 #: src/components/TagMenu/index.tsx:268 #: src/screens/Deactivated.tsx:161 -#: src/view/com/composer/Composer.tsx:451 -#: src/view/com/composer/Composer.tsx:457 +#: src/view/com/composer/Composer.tsx:432 +#: src/view/com/composer/Composer.tsx:438 #: src/view/com/modals/ChangeEmail.tsx:213 #: src/view/com/modals/ChangeEmail.tsx:215 #: src/view/com/modals/ChangeHandle.tsx:148 @@ -677,7 +682,7 @@ msgstr "글자, 숫자, 공백, 대시, 밑줄만 포함할 수 있습니다. #: src/view/com/modals/VerifyEmail.tsx:255 #: src/view/com/modals/VerifyEmail.tsx:261 #: src/view/com/util/post-ctrls/RepostButton.tsx:138 -#: src/view/screens/Search/Search.tsx:738 +#: src/view/screens/Search/Search.tsx:735 #: src/view/shell/desktop/Search.tsx:218 msgid "Cancel" msgstr "취소" @@ -762,7 +767,7 @@ msgstr "게시물 언어를 {0}(으)로 변경" msgid "Change Your Email" msgstr "이메일 변경" -#: src/Navigation.tsx:302 +#: src/Navigation.tsx:308 #: src/view/shell/bottom-bar/BottomBar.tsx:201 #: src/view/shell/desktop/LeftNav.tsx:295 msgid "Chat" @@ -774,7 +779,7 @@ msgstr "대화 뮤트됨" #: src/components/dms/ConvoMenu.tsx:112 #: src/components/dms/MessageMenu.tsx:81 -#: src/Navigation.tsx:307 +#: src/Navigation.tsx:313 #: src/screens/Messages/List/index.tsx:88 #: src/view/screens/Settings/index.tsx:638 msgid "Chat settings" @@ -839,7 +844,7 @@ msgid "Clear all storage data (restart after this)" msgstr "모든 스토리지 데이터 지우기 (이후 다시 시작)" #: src/view/com/util/forms/SearchInput.tsx:88 -#: src/view/screens/Search/Search.tsx:864 +#: src/view/screens/Search/Search.tsx:861 msgid "Clear search query" msgstr "검색어 지우기" @@ -939,7 +944,7 @@ msgstr "하단 탐색 막대를 닫습니다" msgid "Closes password update alert" msgstr "비밀번호 변경 알림을 닫습니다" -#: src/view/com/composer/Composer.tsx:453 +#: src/view/com/composer/Composer.tsx:434 msgid "Closes post composer and discards post draft" msgstr "게시물 작성 상자를 닫고 게시물 초안을 삭제합니다" @@ -963,7 +968,7 @@ msgstr "코미디" msgid "Comics" msgstr "만화" -#: src/Navigation.tsx:248 +#: src/Navigation.tsx:254 #: src/view/screens/CommunityGuidelines.tsx:32 msgid "Community Guidelines" msgstr "커뮤니티 가이드라인" @@ -976,7 +981,7 @@ msgstr "온보딩 완료 후 계정 사용 시작" msgid "Complete the challenge" msgstr "챌린지 완료하기" -#: src/view/com/composer/Composer.tsx:570 +#: src/view/com/composer/Composer.tsx:551 msgid "Compose posts up to {MAX_GRAPHEME_LENGTH} characters in length" msgstr "최대 {MAX_GRAPHEME_LENGTH}자 길이까지 글을 작성할 수 있습니다" @@ -1085,13 +1090,17 @@ msgstr "계속" msgid "Continue as {0} (currently signed in)" msgstr "{0}(으)로 계속하기 (현재 로그인)" +#: src/view/com/post-thread/PostThreadLoadMore.tsx:52 +msgid "Continue thread..." +msgstr "" + #: src/screens/Onboarding/StepInterests/index.tsx:250 #: src/screens/Onboarding/StepProfile/index.tsx:266 #: src/screens/Signup/index.tsx:213 msgid "Continue to next step" msgstr "다음 단계로 계속하기" -#: src/screens/Messages/List/ChatListItem.tsx:153 +#: src/screens/Messages/List/ChatListItem.tsx:154 msgid "Conversation deleted" msgstr "대화 삭제됨" @@ -1099,7 +1108,7 @@ msgstr "대화 삭제됨" msgid "Cooking" msgstr "요리" -#: src/view/com/modals/AddAppPasswords.tsx:221 +#: src/view/com/modals/AddAppPasswords.tsx:220 #: src/view/com/modals/InviteCodes.tsx:183 msgid "Copied" msgstr "복사됨" @@ -1109,10 +1118,10 @@ msgid "Copied build version to clipboard" msgstr "빌드 버전 클립보드에 복사됨" #: src/components/dms/MessageMenu.tsx:57 -#: src/view/com/modals/AddAppPasswords.tsx:81 +#: src/view/com/modals/AddAppPasswords.tsx:80 #: src/view/com/modals/ChangeHandle.tsx:320 #: src/view/com/modals/InviteCodes.tsx:153 -#: src/view/com/util/forms/PostDropdownBtn.tsx:187 +#: src/view/com/util/forms/PostDropdownBtn.tsx:182 msgid "Copied to clipboard" msgstr "클립보드에 복사됨" @@ -1120,11 +1129,11 @@ msgstr "클립보드에 복사됨" msgid "Copied!" msgstr "복사했습니다!" -#: src/view/com/modals/AddAppPasswords.tsx:215 +#: src/view/com/modals/AddAppPasswords.tsx:214 msgid "Copies app password" msgstr "앱 비밀번호를 복사합니다" -#: src/view/com/modals/AddAppPasswords.tsx:214 +#: src/view/com/modals/AddAppPasswords.tsx:213 msgid "Copy" msgstr "복사" @@ -1141,8 +1150,8 @@ msgstr "코드 복사" msgid "Copy link to list" msgstr "리스트 링크 복사" -#: src/view/com/util/forms/PostDropdownBtn.tsx:310 -#: src/view/com/util/forms/PostDropdownBtn.tsx:319 +#: src/view/com/util/forms/PostDropdownBtn.tsx:297 +#: src/view/com/util/forms/PostDropdownBtn.tsx:306 msgid "Copy link to post" msgstr "게시물 링크 복사" @@ -1151,12 +1160,12 @@ msgstr "게시물 링크 복사" msgid "Copy message text" msgstr "메시지 텍스트 복사" -#: src/view/com/util/forms/PostDropdownBtn.tsx:288 -#: src/view/com/util/forms/PostDropdownBtn.tsx:290 +#: src/view/com/util/forms/PostDropdownBtn.tsx:275 +#: src/view/com/util/forms/PostDropdownBtn.tsx:277 msgid "Copy post text" msgstr "게시물 텍스트 복사" -#: src/Navigation.tsx:253 +#: src/Navigation.tsx:259 #: src/view/screens/CopyrightPolicy.tsx:29 msgid "Copyright Policy" msgstr "저작권 정책" @@ -1199,7 +1208,7 @@ msgstr "계정 만들기" msgid "Create an avatar instead" msgstr "대신 아바타 만들기" -#: src/view/com/modals/AddAppPasswords.tsx:243 +#: src/view/com/modals/AddAppPasswords.tsx:242 msgid "Create App Password" msgstr "앱 비밀번호 만들기" @@ -1229,7 +1238,7 @@ msgstr "사용자 지정" msgid "Custom domain" msgstr "사용자 지정 도메인" -#: src/view/screens/Feeds.tsx:824 +#: src/view/screens/Feeds.tsx:797 msgid "Custom feeds built by the community bring you new experiences and help you find the content you love." msgstr "커뮤니티에서 구축한 맞춤 피드는 새로운 경험을 제공하고 좋아하는 콘텐츠를 찾을 수 있도록 도와줍니다." @@ -1272,7 +1281,7 @@ msgid "Debug panel" msgstr "디버그 패널" #: src/components/dms/MessageMenu.tsx:151 -#: src/view/com/util/forms/PostDropdownBtn.tsx:436 +#: src/view/com/util/forms/PostDropdownBtn.tsx:423 #: src/view/screens/AppPasswords.tsx:285 #: src/view/screens/ProfileList.tsx:667 msgid "Delete" @@ -1323,8 +1332,8 @@ msgstr "내 계정 삭제" msgid "Delete My Account…" msgstr "내 계정 삭제…" -#: src/view/com/util/forms/PostDropdownBtn.tsx:417 -#: src/view/com/util/forms/PostDropdownBtn.tsx:419 +#: src/view/com/util/forms/PostDropdownBtn.tsx:404 +#: src/view/com/util/forms/PostDropdownBtn.tsx:406 msgid "Delete post" msgstr "게시물 삭제" @@ -1332,7 +1341,7 @@ msgstr "게시물 삭제" msgid "Delete this list?" msgstr "이 리스트를 삭제하시겠습니까?" -#: src/view/com/util/forms/PostDropdownBtn.tsx:431 +#: src/view/com/util/forms/PostDropdownBtn.tsx:418 msgid "Delete this post?" msgstr "이 게시물을 삭제하시겠습니까?" @@ -1340,7 +1349,7 @@ msgstr "이 게시물을 삭제하시겠습니까?" msgid "Deleted" msgstr "삭제됨" -#: src/view/com/post-thread/PostThread.tsx:348 +#: src/view/com/post-thread/PostThread.tsx:349 msgid "Deleted post." msgstr "삭제된 게시물." @@ -1355,11 +1364,11 @@ msgstr "대화 신고 기록을 삭제합니다" msgid "Description" msgstr "설명" -#: src/view/com/composer/GifAltText.tsx:141 +#: src/view/com/composer/GifAltText.tsx:140 msgid "Descriptive alt text" msgstr "설명이 포함된 대체 텍스트" -#: src/view/com/composer/Composer.tsx:292 +#: src/view/com/composer/Composer.tsx:277 msgid "Did you want to say anything?" msgstr "하고 싶은 말이 없나요?" @@ -1392,11 +1401,11 @@ msgstr "햅틱 피드백 끄기" msgid "Disabled" msgstr "사용 안 함" -#: src/view/com/composer/Composer.tsx:653 +#: src/view/com/composer/Composer.tsx:632 msgid "Discard" msgstr "삭제" -#: src/view/com/composer/Composer.tsx:650 +#: src/view/com/composer/Composer.tsx:629 msgid "Discard draft?" msgstr "초안 삭제" @@ -1405,12 +1414,12 @@ msgstr "초안 삭제" msgid "Discourage apps from showing my account to logged-out users" msgstr "앱이 로그아웃한 사용자에게 내 계정을 표시하지 않도록 설정하기" -#: src/view/com/posts/FollowingEmptyState.tsx:74 -#: src/view/com/posts/FollowingEndOfFeed.tsx:75 +#: src/view/com/posts/FollowingEmptyState.tsx:70 +#: src/view/com/posts/FollowingEndOfFeed.tsx:71 msgid "Discover new custom feeds" msgstr "새로운 맞춤 피드 찾아보기" -#: src/view/screens/Feeds.tsx:821 +#: src/view/screens/Feeds.tsx:794 msgid "Discover New Feeds" msgstr "새 피드 발견하기" @@ -1450,7 +1459,7 @@ msgstr "도메인을 확인했습니다." #: src/screens/Onboarding/StepProfile/index.tsx:325 #: src/view/com/auth/server-input/index.tsx:169 #: src/view/com/auth/server-input/index.tsx:170 -#: src/view/com/modals/AddAppPasswords.tsx:243 +#: src/view/com/modals/AddAppPasswords.tsx:242 #: src/view/com/modals/AltImage.tsx:141 #: src/view/com/modals/crop-image/CropImage.web.tsx:177 #: src/view/com/modals/InviteCodes.tsx:81 @@ -1525,6 +1534,11 @@ msgstr "예: 반복적으로 광고 답글을 다는 계정." msgid "Each code works once. You'll receive more invite codes periodically." msgstr "각 코드는 한 번만 사용할 수 있습니다. 주기적으로 더 많은 초대 코드를 받게 됩니다." +#: src/view/screens/Feeds.tsx:400 +#: src/view/screens/Feeds.tsx:471 +msgid "Edit" +msgstr "" + #: src/view/com/lists/ListMembers.tsx:149 msgctxt "action" msgid "Edit" @@ -1548,8 +1562,9 @@ msgstr "리스트 세부 정보 편집" msgid "Edit Moderation List" msgstr "검토 리스트 편집" -#: src/Navigation.tsx:263 -#: src/view/screens/Feeds.tsx:495 +#: src/Navigation.tsx:269 +#: src/view/screens/Feeds.tsx:398 +#: src/view/screens/Feeds.tsx:469 #: src/view/screens/SavedFeeds.tsx:93 msgid "Edit My Feeds" msgstr "내 피드 편집" @@ -1559,19 +1574,19 @@ msgid "Edit my profile" msgstr "내 프로필 편집" #: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:181 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:171 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:175 msgid "Edit profile" msgstr "프로필 편집" #: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:184 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:174 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:178 msgid "Edit Profile" msgstr "프로필 편집" #: src/view/com/home/HomeHeaderLayout.web.tsx:76 #: src/view/screens/Feeds.tsx:416 -msgid "Edit Saved Feeds" -msgstr "저장한 피드 편집" +#~ msgid "Edit Saved Feeds" +#~ msgstr "저장한 피드 편집" #: src/view/com/modals/CreateOrEditList.tsx:234 msgid "Edit User List" @@ -1624,8 +1639,8 @@ msgid "Embed HTML code" msgstr "임베드 HTML 코드" #: src/components/dialogs/Embed.tsx:97 -#: src/view/com/util/forms/PostDropdownBtn.tsx:327 -#: src/view/com/util/forms/PostDropdownBtn.tsx:329 +#: src/view/com/util/forms/PostDropdownBtn.tsx:314 +#: src/view/com/util/forms/PostDropdownBtn.tsx:316 msgid "Embed post" msgstr "게시물 임베드" @@ -1668,7 +1683,7 @@ msgstr "사용" msgid "End of feed" msgstr "피드 끝" -#: src/view/com/modals/AddAppPasswords.tsx:161 +#: src/view/com/modals/AddAppPasswords.tsx:160 msgid "Enter a name for this App Password" msgstr "이 앱 비밀번호의 이름 입력" @@ -1676,8 +1691,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 "단어 또는 태그 입력" @@ -1727,7 +1742,7 @@ msgid "Error receiving captcha response." msgstr "캡차 응답을 수신하는 동안 오류가 발생했습니다." #: src/screens/Onboarding/StepInterests/index.tsx:192 -#: src/view/screens/Search/Search.tsx:115 +#: src/view/screens/Search/Search.tsx:116 msgid "Error:" msgstr "오류:" @@ -1815,7 +1830,7 @@ msgstr "외부 미디어" msgid "External media may allow websites to collect information about you and your device. No information is sent or requested until you press the \"play\" button." msgstr "외부 미디어는 웹사이트가 나와 내 기기에 대한 정보를 수집하도록 할 수 있습니다. \"재생\" 버튼을 누르기 전까지는 어떠한 정보도 전송되거나 요청되지 않습니다." -#: src/Navigation.tsx:282 +#: src/Navigation.tsx:288 #: src/view/screens/PreferencesExternalEmbeds.tsx:53 #: src/view/screens/Settings/index.tsx:679 msgid "External Media Preferences" @@ -1825,8 +1840,8 @@ msgstr "외부 미디어 설정" msgid "External media settings" msgstr "외부 미디어 설정" -#: src/view/com/modals/AddAppPasswords.tsx:120 -#: src/view/com/modals/AddAppPasswords.tsx:124 +#: src/view/com/modals/AddAppPasswords.tsx:119 +#: src/view/com/modals/AddAppPasswords.tsx:123 msgid "Failed to create app password." msgstr "앱 비밀번호를 만들지 못했습니다." @@ -1838,7 +1853,7 @@ msgstr "리스트를 만들지 못했습니다. 인터넷 연결을 확인한 msgid "Failed to delete message" msgstr "메시지를 삭제하지 못했습니다" -#: src/view/com/util/forms/PostDropdownBtn.tsx:154 +#: src/view/com/util/forms/PostDropdownBtn.tsx:149 msgid "Failed to delete post, please try again" msgstr "게시물을 삭제하지 못했습니다. 다시 시도해 주세요" @@ -1859,7 +1874,7 @@ msgstr "이미지를 저장하지 못함: {0}" msgid "Failed to send" msgstr "전송 실패" -#: src/components/moderation/LabelsOnMeDialog.tsx:225 +#: src/components/moderation/LabelsOnMeDialog.tsx:223 #: src/screens/Messages/Conversation/ChatDisabled.tsx:87 msgid "Failed to submit appeal, please try again." msgstr "이의신청을 제출하지 못했습니다. 다시 시도하세요." @@ -1869,7 +1884,7 @@ msgstr "이의신청을 제출하지 못했습니다. 다시 시도하세요." msgid "Failed to update settings" msgstr "설정을 업데이트하지 못했습니다" -#: src/Navigation.tsx:203 +#: src/Navigation.tsx:209 msgid "Feed" msgstr "피드" @@ -1877,22 +1892,21 @@ msgstr "피드" msgid "Feed by {0}" msgstr "{0} 님의 피드" -#: src/view/screens/Feeds.tsx:736 +#: src/view/screens/Feeds.tsx:709 msgid "Feed offline" msgstr "피드 오프라인" #: src/view/shell/desktop/RightNav.tsx:66 -#: src/view/shell/Drawer.tsx:344 +#: src/view/shell/Drawer.tsx:345 msgid "Feedback" msgstr "피드백" -#: src/Navigation.tsx:511 -#: src/view/screens/Feeds.tsx:480 -#: src/view/screens/Feeds.tsx:596 +#: src/view/screens/Feeds.tsx:463 +#: src/view/screens/Feeds.tsx:570 #: src/view/screens/Profile.tsx:197 #: src/view/shell/desktop/LeftNav.tsx:367 -#: src/view/shell/Drawer.tsx:492 #: src/view/shell/Drawer.tsx:493 +#: src/view/shell/Drawer.tsx:494 msgid "Feeds" msgstr "피드" @@ -1917,12 +1931,12 @@ msgid "Finalizing" msgstr "마무리 중" #: src/view/com/posts/CustomFeedEmptyState.tsx:47 -#: src/view/com/posts/FollowingEmptyState.tsx:57 -#: src/view/com/posts/FollowingEndOfFeed.tsx:58 +#: src/view/com/posts/FollowingEmptyState.tsx:53 +#: src/view/com/posts/FollowingEndOfFeed.tsx:54 msgid "Find accounts to follow" msgstr "팔로우할 계정 찾아보기" -#: src/view/screens/Search/Search.tsx:469 +#: src/view/screens/Search/Search.tsx:470 msgid "Find posts and users on Bluesky" msgstr "Bluesky에서 게시물 및 사용자 찾기" @@ -1953,7 +1967,7 @@ msgstr "세로로 뒤집기" #: src/components/ProfileHoverCard/index.web.tsx:412 #: src/components/ProfileHoverCard/index.web.tsx:423 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:244 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:248 #: src/view/com/post-thread/PostThreadFollowBtn.tsx:146 #: src/view/com/profile/ProfileHeaderSuggestedFollows.tsx:247 msgid "Follow" @@ -1964,7 +1978,7 @@ msgctxt "action" msgid "Follow" msgstr "팔로우" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:230 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:234 #: src/view/com/post-thread/PostThreadFollowBtn.tsx:128 msgid "Follow {0}" msgstr "{0} 님을 팔로우" @@ -1982,6 +1996,10 @@ msgstr "계정 팔로우" msgid "Follow Back" msgstr "맞팔로우" +#: src/components/KnownFollowers.tsx:169 +msgid "Followed by" +msgstr "" + #: src/view/com/profile/ProfileCard.tsx:227 msgid "Followed by {0}" msgstr "{0} 님이 팔로우함" @@ -2003,18 +2021,27 @@ msgstr "이(가) 나를 팔로우했습니다" msgid "Followers" msgstr "팔로워" +#: src/Navigation.tsx:177 +msgid "Followers of @{0} that you know" +msgstr "" + +#: src/screens/Profile/KnownFollowers.tsx:108 +#: src/screens/Profile/KnownFollowers.tsx:118 +msgid "Followers you know" +msgstr "" + #: src/components/ProfileHoverCard/index.web.tsx:411 #: src/components/ProfileHoverCard/index.web.tsx:422 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:242 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:246 #: src/view/com/post-thread/PostThreadFollowBtn.tsx:149 #: src/view/com/profile/ProfileFollows.tsx:104 -#: src/view/screens/Feeds.tsx:683 +#: src/view/screens/Feeds.tsx:656 #: src/view/screens/ProfileFollows.tsx:25 #: src/view/screens/SavedFeeds.tsx:415 msgid "Following" msgstr "팔로우 중" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:90 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:94 msgid "Following {0}" msgstr "{0} 님을 팔로우했습니다" @@ -2026,9 +2053,7 @@ msgstr "{name} 님을 팔로우했습니다" msgid "Following feed preferences" msgstr "팔로우 중 피드 설정" -#: src/Navigation.tsx:269 -#: src/view/com/home/HomeHeaderLayout.web.tsx:64 -#: src/view/com/home/HomeHeaderLayoutMobile.tsx:87 +#: src/Navigation.tsx:275 #: src/view/screens/PreferencesFollowingFeed.tsx:103 #: src/view/screens/Settings/index.tsx:582 msgid "Following Feed Preferences" @@ -2050,7 +2075,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:233 +#: src/view/com/modals/AddAppPasswords.tsx:232 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 "보안상의 이유로 이 비밀번호는 다시 볼 수 없습니다. 이 비밀번호를 분실한 경우 새 비밀번호를 생성해야 합니다." @@ -2121,9 +2146,9 @@ msgstr "뒤로" msgid "Go Back" msgstr "뒤로" -#: src/components/dms/ReportDialog.tsx:152 +#: src/components/dms/ReportDialog.tsx:154 #: src/components/ReportDialog/SelectReportOptionView.tsx:77 -#: src/components/ReportDialog/SubmitView.tsx:105 +#: src/components/ReportDialog/SubmitView.tsx:104 #: src/screens/Onboarding/Layout.tsx:102 #: src/screens/Onboarding/Layout.tsx:191 #: src/screens/Signup/index.tsx:187 @@ -2138,7 +2163,7 @@ msgstr "홈으로 이동" msgid "Go Home" msgstr "홈으로 이동" -#: src/screens/Messages/List/ChatListItem.tsx:209 +#: src/screens/Messages/List/ChatListItem.tsx:211 msgid "Go to conversation with {0}" msgstr "{0} 님과의 대화로 이동합니다" @@ -2171,7 +2196,7 @@ msgstr "햅틱" msgid "Harassment, trolling, or intolerance" msgstr "괴롭힘, 분쟁 유발 또는 차별" -#: src/Navigation.tsx:297 +#: src/Navigation.tsx:303 msgid "Hashtag" msgstr "해시태그" @@ -2184,7 +2209,7 @@ msgid "Having trouble?" msgstr "문제가 있나요?" #: src/view/shell/desktop/RightNav.tsx:95 -#: src/view/shell/Drawer.tsx:354 +#: src/view/shell/Drawer.tsx:355 msgid "Help" msgstr "도움말" @@ -2192,7 +2217,7 @@ msgstr "도움말" msgid "Help people know you're not a bot by uploading a picture or creating an avatar." msgstr "사진을 업로드하거나 아바타를 만들어 사람들이 내가 봇이 아니라는 사실을 알 수 있도록 하세요." -#: src/view/com/modals/AddAppPasswords.tsx:204 +#: src/view/com/modals/AddAppPasswords.tsx:203 msgid "Here is your app password." msgstr "앱 비밀번호입니다." @@ -2203,7 +2228,7 @@ msgstr "앱 비밀번호입니다." #: src/lib/moderation/useLabelBehaviorDescription.ts:20 #: src/lib/moderation/useLabelBehaviorDescription.ts:25 #: src/lib/moderation/useLabelBehaviorDescription.ts:30 -#: src/view/com/util/forms/PostDropdownBtn.tsx:445 +#: src/view/com/util/forms/PostDropdownBtn.tsx:432 msgid "Hide" msgstr "숨기기" @@ -2212,8 +2237,8 @@ msgctxt "action" msgid "Hide" msgstr "숨기기" -#: src/view/com/util/forms/PostDropdownBtn.tsx:390 -#: src/view/com/util/forms/PostDropdownBtn.tsx:392 +#: src/view/com/util/forms/PostDropdownBtn.tsx:377 +#: src/view/com/util/forms/PostDropdownBtn.tsx:379 msgid "Hide post" msgstr "게시물 숨기기" @@ -2222,7 +2247,7 @@ msgstr "게시물 숨기기" msgid "Hide the content" msgstr "콘텐츠 숨기기" -#: src/view/com/util/forms/PostDropdownBtn.tsx:442 +#: src/view/com/util/forms/PostDropdownBtn.tsx:429 msgid "Hide this post?" msgstr "이 게시물을 숨기시겠습니까?" @@ -2258,11 +2283,11 @@ msgstr "이 데이터를 불러오는 데 문제가 있는 것 같습니다. 자 msgid "Hmmmm, we couldn't load that moderation service." msgstr "검토 서비스를 불러올 수 없습니다." -#: src/Navigation.tsx:501 +#: src/Navigation.tsx:489 #: src/view/shell/bottom-bar/BottomBar.tsx:159 #: src/view/shell/desktop/LeftNav.tsx:335 -#: src/view/shell/Drawer.tsx:424 #: src/view/shell/Drawer.tsx:425 +#: src/view/shell/Drawer.tsx:426 msgid "Home" msgstr "홈" @@ -2316,7 +2341,7 @@ msgstr "해당 국가의 법률에 따라 아직 성인이 아닌 경우, 부모 msgid "If you delete this list, you won't be able to recover it." msgstr "이 리스트를 삭제하면 다시 복구할 수 없습니다." -#: src/view/com/util/forms/PostDropdownBtn.tsx:433 +#: src/view/com/util/forms/PostDropdownBtn.tsx:420 msgid "If you remove this post, you won't be able to recover it." msgstr "이 게시물을 삭제하면 다시 복구할 수 없습니다." @@ -2356,7 +2381,7 @@ msgstr "비밀번호 재설정을 위해 이메일로 전송된 코드를 입력 msgid "Input confirmation code for account deletion" msgstr "계정 삭제를 위한 인증 코드를 입력합니다" -#: src/view/com/modals/AddAppPasswords.tsx:175 +#: src/view/com/modals/AddAppPasswords.tsx:174 msgid "Input name for app password" msgstr "앱 비밀번호의 이름을 입력합니다" @@ -2401,7 +2426,7 @@ msgstr "다이렉트 메시지 소개" msgid "Invalid 2FA confirmation code." msgstr "잘못된 2단계 인증 코드입니다." -#: src/view/com/post-thread/PostThreadItem.tsx:240 +#: src/view/com/post-thread/PostThreadItem.tsx:235 msgid "Invalid or unsupported post record" msgstr "유효하지 않거나 지원되지 않는 게시물 기록" @@ -2453,11 +2478,11 @@ msgstr "라벨" msgid "Labels are annotations on users and content. They can be used to hide, warn, and categorize the network." msgstr "라벨은 사용자 및 콘텐츠에 대한 주석입니다. 네트워크를 숨기고, 경고하고, 분류하는 데 사용할 수 있습니다." -#: src/components/moderation/LabelsOnMeDialog.tsx:80 +#: src/components/moderation/LabelsOnMeDialog.tsx:79 msgid "Labels on your account" msgstr "내 계정의 라벨" -#: src/components/moderation/LabelsOnMeDialog.tsx:82 +#: src/components/moderation/LabelsOnMeDialog.tsx:81 msgid "Labels on your content" msgstr "내 콘텐츠의 라벨" @@ -2469,7 +2494,7 @@ msgstr "언어 선택" msgid "Language settings" msgstr "언어 설정" -#: src/Navigation.tsx:151 +#: src/Navigation.tsx:150 #: src/view/screens/LanguageSettings.tsx:90 msgid "Language Settings" msgstr "언어 설정" @@ -2479,7 +2504,7 @@ msgid "Languages" msgstr "언어" #: src/screens/Hashtag.tsx:99 -#: src/view/screens/Search/Search.tsx:376 +#: src/view/screens/Search/Search.tsx:377 msgid "Latest" msgstr "최신" @@ -2557,8 +2582,8 @@ msgid "Like this feed" msgstr "이 피드에 좋아요 표시" #: src/components/LikesDialog.tsx:87 -#: src/Navigation.tsx:208 -#: src/Navigation.tsx:213 +#: src/Navigation.tsx:214 +#: src/Navigation.tsx:219 msgid "Liked by" msgstr "좋아요 표시한 사용자" @@ -2580,11 +2605,11 @@ msgstr "이(가) 내 게시물을 좋아합니다" msgid "Likes" msgstr "좋아요" -#: src/view/com/post-thread/PostThreadItem.tsx:201 +#: src/view/com/post-thread/PostThreadItem.tsx:196 msgid "Likes on this post" msgstr "이 게시물을 좋아요 표시합니다" -#: src/Navigation.tsx:177 +#: src/Navigation.tsx:183 msgid "List" msgstr "리스트" @@ -2620,12 +2645,12 @@ msgstr "리스트 차단 해제됨" msgid "List unmuted" msgstr "리스트 언뮤트됨" -#: src/Navigation.tsx:121 +#: src/Navigation.tsx:120 #: src/view/screens/Profile.tsx:192 #: src/view/screens/Profile.tsx:198 #: src/view/shell/desktop/LeftNav.tsx:373 -#: src/view/shell/Drawer.tsx:508 #: src/view/shell/Drawer.tsx:509 +#: src/view/shell/Drawer.tsx:510 msgid "Lists" msgstr "리스트" @@ -2648,7 +2673,7 @@ msgstr "새 게시물 불러오기" msgid "Loading..." msgstr "불러오는 중…" -#: src/Navigation.tsx:228 +#: src/Navigation.tsx:234 msgid "Log" msgstr "로그" @@ -2684,7 +2709,7 @@ msgstr "XXXXX-XXXXX 형식" msgid "Looks like you haven't saved any feeds! Use our recommendations or browse more below." msgstr "저장한 피드가 없는 것 같습니다! 권장 사항을 사용하거나 아래에서 더 많은 피드를 찾아보세요." -#: src/screens/Home/NoFeedsPinned.tsx:96 +#: src/screens/Home/NoFeedsPinned.tsx:83 msgid "Looks like you unpinned all your feeds. But don't worry, you can add some below 😄" msgstr "모든 피드를 고정 해제했군요. 하지만 걱정하지 마세요. 아래에서 추가할 수 있습니다 😄" @@ -2696,7 +2721,7 @@ msgstr "팔로우 중 피드가 누락된 것 같습니다. <0>이곳을 클릭 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 "뮤트한 단어 및 태그 관리" @@ -2718,8 +2743,8 @@ msgstr "멘션한 사용자" msgid "Mentioned users" msgstr "멘션한 사용자" -#: src/view/com/util/ViewHeader.tsx:90 -#: src/view/screens/Search/Search.tsx:713 +#: src/view/com/util/ViewHeader.tsx:91 +#: src/view/screens/Search/Search.tsx:714 msgid "Menu" msgstr "메뉴" @@ -2728,7 +2753,7 @@ msgid "Message {0}" msgstr "{0} 님에게 메시지 보내기" #: src/components/dms/MessageMenu.tsx:72 -#: src/screens/Messages/List/ChatListItem.tsx:154 +#: src/screens/Messages/List/ChatListItem.tsx:155 msgid "Message deleted" msgstr "메시지 삭제됨" @@ -2749,7 +2774,7 @@ msgstr "메시지가 너무 깁니다" msgid "Message settings" msgstr "메시지 설정" -#: src/Navigation.tsx:521 +#: src/Navigation.tsx:504 #: src/screens/Messages/List/index.tsx:164 #: src/screens/Messages/List/index.tsx:246 #: src/screens/Messages/List/index.tsx:317 @@ -2760,7 +2785,7 @@ msgstr "메시지" msgid "Misleading Account" msgstr "오해의 소지가 있는 계정" -#: src/Navigation.tsx:126 +#: src/Navigation.tsx:125 #: src/screens/Moderation/index.tsx:104 #: src/view/screens/Settings/index.tsx:561 msgid "Moderation" @@ -2797,7 +2822,7 @@ msgstr "검토 리스트 업데이트됨" msgid "Moderation lists" msgstr "검토 리스트" -#: src/Navigation.tsx:131 +#: src/Navigation.tsx:130 #: src/view/screens/ModerationModlists.tsx:58 msgid "Moderation Lists" msgstr "검토 리스트" @@ -2806,7 +2831,7 @@ msgstr "검토 리스트" msgid "Moderation settings" msgstr "검토 설정" -#: src/Navigation.tsx:223 +#: src/Navigation.tsx:229 msgid "Moderation states" msgstr "검토 상태" @@ -2819,7 +2844,7 @@ msgstr "검토 도구" msgid "Moderator has chosen to set a general warning on the content." msgstr "검토자가 콘텐츠에 일반 경고를 설정했습니다." -#: src/view/com/post-thread/PostThreadItem.tsx:572 +#: src/view/com/post-thread/PostThreadItem.tsx:566 msgid "More" msgstr "더 보기" @@ -2861,11 +2886,11 @@ msgstr "모든 {displayTag} 게시물 뮤트" msgid "Mute conversation" 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 "글 및 태그에서 뮤트" @@ -2877,21 +2902,21 @@ 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 "태그에서만 이 단어 뮤트하기" -#: src/view/com/util/forms/PostDropdownBtn.tsx:365 -#: src/view/com/util/forms/PostDropdownBtn.tsx:371 +#: src/view/com/util/forms/PostDropdownBtn.tsx:352 +#: src/view/com/util/forms/PostDropdownBtn.tsx:358 msgid "Mute thread" msgstr "스레드 뮤트" -#: src/view/com/util/forms/PostDropdownBtn.tsx:381 -#: src/view/com/util/forms/PostDropdownBtn.tsx:383 +#: src/view/com/util/forms/PostDropdownBtn.tsx:368 +#: src/view/com/util/forms/PostDropdownBtn.tsx:370 msgid "Mute words & tags" msgstr "단어 및 태그 뮤트" @@ -2903,7 +2928,7 @@ msgstr "뮤트됨" msgid "Muted accounts" msgstr "뮤트한 계정" -#: src/Navigation.tsx:136 +#: src/Navigation.tsx:135 #: src/view/screens/ModerationMutedAccounts.tsx:109 msgid "Muted Accounts" msgstr "뮤트한 계정" @@ -2929,7 +2954,7 @@ msgstr "뮤트 목록은 비공개입니다. 뮤트한 계정은 나와 상호 msgid "My Birthday" msgstr "내 생년월일" -#: src/view/screens/Feeds.tsx:795 +#: src/view/screens/Feeds.tsx:768 msgid "My Feeds" msgstr "내 피드" @@ -2945,7 +2970,7 @@ msgstr "내 저장한 피드" msgid "My Saved Feeds" msgstr "내 저장한 피드" -#: src/view/com/modals/AddAppPasswords.tsx:174 +#: src/view/com/modals/AddAppPasswords.tsx:173 #: src/view/com/modals/CreateOrEditList.tsx:279 msgid "Name" msgstr "이름" @@ -3022,7 +3047,7 @@ msgctxt "action" msgid "New post" msgstr "새 게시물" -#: src/view/screens/Feeds.tsx:627 +#: src/view/screens/Feeds.tsx:600 #: src/view/screens/Notifications.tsx:193 #: src/view/screens/Profile.tsx:464 #: src/view/screens/ProfileFeed.tsx:426 @@ -3088,7 +3113,7 @@ msgstr "DNS 패널 없음" msgid "No featured GIFs found. There may be an issue with Tenor." msgstr "인기 GIF를 찾을 수 없습니다. Tenor에 문제가 있을 수 있습니다." -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:112 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:116 msgid "No longer following {0}" msgstr "더 이상 {0} 님을 팔로우하지 않음" @@ -3096,7 +3121,7 @@ msgstr "더 이상 {0} 님을 팔로우하지 않음" msgid "No longer than 253 characters" msgstr "253자를 초과하지 않음" -#: src/screens/Messages/List/ChatListItem.tsx:105 +#: src/screens/Messages/List/ChatListItem.tsx:106 msgid "No messages yet" msgstr "아직 메시지가 없습니다" @@ -3132,13 +3157,13 @@ msgstr "결과 없음" msgid "No results found" msgstr "결과를 찾을 수 없음" -#: src/view/screens/Feeds.tsx:556 +#: src/view/screens/Feeds.tsx:530 msgid "No results found for \"{query}\"" msgstr "\"{query}\"에 대한 결과를 찾을 수 없습니다" #: src/view/com/modals/ListAddRemoveUsers.tsx:127 -#: src/view/screens/Search/Search.tsx:296 -#: src/view/screens/Search/Search.tsx:335 +#: src/view/screens/Search/Search.tsx:297 +#: src/view/screens/Search/Search.tsx:336 msgid "No results found for {query}" msgstr "{query}에 대한 결과를 찾을 수 없습니다" @@ -3169,7 +3194,7 @@ msgstr "아직 아무도 좋아요를 누르지 않았습니다. 첫 번째가 msgid "Non-sexual Nudity" msgstr "선정적이지 않은 노출" -#: src/Navigation.tsx:116 +#: src/Navigation.tsx:115 #: src/view/screens/Profile.tsx:100 msgid "Not Found" msgstr "찾을 수 없음" @@ -3180,7 +3205,7 @@ msgid "Not right now" msgstr "나중에 하기" #: src/view/com/profile/ProfileMenu.tsx:370 -#: src/view/com/util/forms/PostDropdownBtn.tsx:459 +#: src/view/com/util/forms/PostDropdownBtn.tsx:446 #: src/view/com/util/post-ctrls/PostCtrls.tsx:308 msgid "Note about sharing" msgstr "공유 관련 참고 사항" @@ -3201,13 +3226,13 @@ msgstr "알림음" msgid "Notification Sounds" msgstr "알림음" -#: src/Navigation.tsx:516 +#: src/Navigation.tsx:499 #: src/view/screens/Notifications.tsx:132 #: src/view/screens/Notifications.tsx:169 #: src/view/shell/bottom-bar/BottomBar.tsx:227 #: src/view/shell/desktop/LeftNav.tsx:350 -#: src/view/shell/Drawer.tsx:456 #: src/view/shell/Drawer.tsx:457 +#: src/view/shell/Drawer.tsx:458 msgid "Notifications" msgstr "알림" @@ -3253,7 +3278,7 @@ msgstr "오래된 순" msgid "Onboarding reset" msgstr "온보딩 재설정" -#: src/view/com/composer/Composer.tsx:522 +#: src/view/com/composer/Composer.tsx:503 msgid "One or more images is missing alt text." msgstr "하나 이상의 이미지에 대체 텍스트가 누락되었습니다." @@ -3291,13 +3316,13 @@ msgstr "{name} 님의 프로필 단축 메뉴 열기" msgid "Open avatar creator" msgstr "아바타 생성기 열기" -#: src/screens/Messages/List/ChatListItem.tsx:217 -#: src/screens/Messages/List/ChatListItem.tsx:218 +#: src/screens/Messages/List/ChatListItem.tsx:219 +#: src/screens/Messages/List/ChatListItem.tsx:220 msgid "Open conversation options" msgstr "대화 옵션 열기" -#: src/view/com/composer/Composer.tsx:634 -#: src/view/com/composer/Composer.tsx:635 +#: src/view/com/composer/Composer.tsx:613 +#: src/view/com/composer/Composer.tsx:614 msgid "Open emoji picker" msgstr "이모티콘 선택기 열기" @@ -3317,11 +3342,11 @@ msgstr "메시지 옵션 열기" msgid "Open muted words and tags settings" msgstr "뮤트한 단어 및 태그 설정 열기" -#: src/view/com/home/HomeHeaderLayoutMobile.tsx:52 +#: src/view/com/home/HomeHeaderLayoutMobile.tsx:54 msgid "Open navigation" msgstr "내비게이션 열기" -#: src/view/com/util/forms/PostDropdownBtn.tsx:250 +#: src/view/com/util/forms/PostDropdownBtn.tsx:237 msgid "Open post options menu" msgstr "게시물 옵션 메뉴 열기" @@ -3426,8 +3451,8 @@ msgstr "비밀번호 재설정 양식을 엽니다" #: src/view/com/home/HomeHeaderLayout.web.tsx:77 #: src/view/screens/Feeds.tsx:417 -msgid "Opens screen to edit Saved Feeds" -msgstr "저장한 피드를 편집할 수 있는 화면을 엽니다" +#~ msgid "Opens screen to edit Saved Feeds" +#~ msgstr "저장한 피드를 편집할 수 있는 화면을 엽니다" #: src/view/screens/Settings/index.tsx:617 msgid "Opens screen with all saved feeds" @@ -3467,8 +3492,8 @@ msgstr "이 프로필을 엽니다" msgid "Option {0} of {numItems}" msgstr "{numItems}개 중 {0}번째 옵션" -#: src/components/dms/ReportDialog.tsx:181 -#: src/components/ReportDialog/SubmitView.tsx:163 +#: src/components/dms/ReportDialog.tsx:183 +#: src/components/ReportDialog/SubmitView.tsx:162 msgid "Optionally provide additional information below:" msgstr "선택 사항으로 아래에 추가 정보를 입력하세요:" @@ -3532,15 +3557,15 @@ msgstr "비밀번호 변경됨" msgid "Pause" msgstr "일시 정지" -#: src/view/screens/Search/Search.tsx:386 +#: src/view/screens/Search/Search.tsx:387 msgid "People" msgstr "사람들" -#: src/Navigation.tsx:171 +#: src/Navigation.tsx:170 msgid "People followed by @{0}" msgstr "@{0} 님이 팔로우한 사람들" -#: src/Navigation.tsx:164 +#: src/Navigation.tsx:163 msgid "People following @{0}" msgstr "@{0} 님을 팔로우하는 사람들" @@ -3614,15 +3639,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:95 +#: src/view/com/modals/AddAppPasswords.tsx:94 msgid "Please enter a name for your app password. All spaces is not allowed." msgstr "앱 비밀번호의 이름을 입력하세요. 모든 공백 문자는 허용되지 않습니다." -#: src/view/com/modals/AddAppPasswords.tsx:151 +#: src/view/com/modals/AddAppPasswords.tsx:150 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 "뮤트할 단어나 태그 또는 문구를 입력하세요" @@ -3634,7 +3659,7 @@ msgstr "이메일을 입력하세요." msgid "Please enter your password as well:" msgstr "비밀번호도 입력해 주세요:" -#: src/components/moderation/LabelsOnMeDialog.tsx:258 +#: src/components/moderation/LabelsOnMeDialog.tsx:256 msgid "Please explain why you think this label was incorrectly applied by {0}" msgstr "{0} 님이 이 라벨을 잘못 적용했다고 생각하는 이유를 설명해 주세요" @@ -3651,7 +3676,7 @@ msgstr "@{0}(으)로 로그인하세요" msgid "Please Verify Your Email" msgstr "이메일 인증하기" -#: src/view/com/composer/Composer.tsx:296 +#: src/view/com/composer/Composer.tsx:281 msgid "Please wait for your link card to finish loading" msgstr "링크 카드를 완전히 불러올 때까지 기다려주세요" @@ -3663,32 +3688,32 @@ msgstr "정치" msgid "Porn" msgstr "음란물" -#: src/view/com/composer/Composer.tsx:496 -#: src/view/com/composer/Composer.tsx:504 +#: src/view/com/composer/Composer.tsx:477 +#: src/view/com/composer/Composer.tsx:485 msgctxt "action" msgid "Post" msgstr "게시하기" -#: src/view/com/post-thread/PostThread.tsx:426 +#: src/view/com/post-thread/PostThread.tsx:430 msgctxt "description" msgid "Post" msgstr "게시물" -#: src/view/com/post-thread/PostThreadItem.tsx:194 +#: src/view/com/post-thread/PostThreadItem.tsx:189 msgid "Post by {0}" msgstr "{0} 님의 게시물" -#: src/Navigation.tsx:183 -#: src/Navigation.tsx:190 -#: src/Navigation.tsx:197 +#: src/Navigation.tsx:189 +#: src/Navigation.tsx:196 +#: src/Navigation.tsx:203 msgid "Post by @{0}" msgstr "@{0} 님의 게시물" -#: src/view/com/util/forms/PostDropdownBtn.tsx:134 +#: src/view/com/util/forms/PostDropdownBtn.tsx:129 msgid "Post deleted" msgstr "게시물 삭제됨" -#: src/view/com/post-thread/PostThread.tsx:192 +#: src/view/com/post-thread/PostThread.tsx:193 msgid "Post hidden" msgstr "게시물 숨김" @@ -3710,8 +3735,8 @@ msgstr "게시물 언어" msgid "Post Languages" msgstr "게시물 언어" -#: src/view/com/post-thread/PostThread.tsx:187 -#: src/view/com/post-thread/PostThread.tsx:199 +#: src/view/com/post-thread/PostThread.tsx:188 +#: src/view/com/post-thread/PostThread.tsx:200 msgid "Post not found" msgstr "게시물을 찾을 수 없음" @@ -3723,7 +3748,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 "게시물의 글 및 태그에 따라 게시물을 뮤트할 수 있습니다." @@ -3750,6 +3775,10 @@ msgstr "호스팅 제공자를 변경하려면 누릅니다" msgid "Press to retry" msgstr "다시 시도하려면 누르기" +#: src/components/KnownFollowers.tsx:111 +msgid "Press to view followers of this account that you also follow" +msgstr "" + #: src/view/com/lightbox/Lightbox.web.tsx:150 msgid "Previous image" msgstr "이전 이미지" @@ -3767,11 +3796,11 @@ msgstr "내 팔로우 먼저 표시" msgid "Privacy" msgstr "개인정보" -#: src/Navigation.tsx:238 +#: src/Navigation.tsx:244 #: src/screens/Signup/StepInfo/Policies.tsx:56 #: src/view/screens/PrivacyPolicy.tsx:29 #: src/view/screens/Settings/index.tsx:957 -#: src/view/shell/Drawer.tsx:284 +#: src/view/shell/Drawer.tsx:285 msgid "Privacy Policy" msgstr "개인정보 처리방침" @@ -3791,8 +3820,8 @@ msgstr "프로필" #: src/view/shell/bottom-bar/BottomBar.tsx:272 #: src/view/shell/desktop/LeftNav.tsx:381 #: src/view/shell/Drawer.tsx:78 -#: src/view/shell/Drawer.tsx:541 #: src/view/shell/Drawer.tsx:542 +#: src/view/shell/Drawer.tsx:543 msgid "Profile" msgstr "프로필" @@ -3816,11 +3845,11 @@ msgstr "일괄 뮤트하거나 차단할 수 있는 공개적이고 공유 가 msgid "Public, shareable lists which can drive feeds." msgstr "피드를 탐색할 수 있는 공개적이고 공유 가능한 목록입니다." -#: src/view/com/composer/Composer.tsx:481 +#: src/view/com/composer/Composer.tsx:462 msgid "Publish post" msgstr "게시물 게시하기" -#: src/view/com/composer/Composer.tsx:481 +#: src/view/com/composer/Composer.tsx:462 msgid "Publish reply" msgstr "답글 게시하기" @@ -3843,11 +3872,11 @@ msgstr "비율" msgid "Reactivate your account" msgstr "계정 재활성화" -#: src/components/dms/ReportDialog.tsx:172 +#: src/components/dms/ReportDialog.tsx:174 msgid "Reason:" msgstr "이유:" -#: src/view/screens/Search/Search.tsx:973 +#: src/view/screens/Search/Search.tsx:970 msgid "Recent Searches" msgstr "최근 검색" @@ -3859,7 +3888,7 @@ msgstr "다시 연결" msgid "Reload conversations" msgstr "대화 다시 불러오기" -#: src/components/dialogs/MutedWords.tsx:288 +#: src/components/dialogs/MutedWords.tsx:286 #: src/view/com/feeds/FeedSourceCard.tsx:317 #: src/view/com/modals/ListAddRemoveUsers.tsx:268 #: src/view/com/modals/SelfLabel.tsx:84 @@ -3914,15 +3943,15 @@ msgstr "이미지 제거" msgid "Remove image preview" msgstr "이미지 미리보기 제거" -#: src/components/dialogs/MutedWords.tsx:331 +#: src/components/dialogs/MutedWords.tsx:329 msgid "Remove mute word from your list" msgstr "목록에서 뮤트한 단어 제거" -#: src/view/screens/Search/Search.tsx:1014 +#: src/view/screens/Search/Search.tsx:1011 msgid "Remove profile" msgstr "프로필 제거" -#: src/view/screens/Search/Search.tsx:1016 +#: src/view/screens/Search/Search.tsx:1013 msgid "Remove profile from search history" msgstr "검색 기록에서 프로필을 제거합니다" @@ -3975,7 +4004,7 @@ msgstr "답글" msgid "Replies to this thread are disabled" msgstr "이 스레드에 대한 답글이 비활성화됩니다." -#: src/view/com/composer/Composer.tsx:494 +#: src/view/com/composer/Composer.tsx:475 msgctxt "action" msgid "Reply" msgstr "답글" @@ -4024,8 +4053,8 @@ msgstr "리스트 신고" msgid "Report message" msgstr "메시지 신고" -#: src/view/com/util/forms/PostDropdownBtn.tsx:407 -#: src/view/com/util/forms/PostDropdownBtn.tsx:409 +#: src/view/com/util/forms/PostDropdownBtn.tsx:394 +#: src/view/com/util/forms/PostDropdownBtn.tsx:396 msgid "Report post" msgstr "게시물 신고" @@ -4041,8 +4070,8 @@ msgstr "이 피드 신고하기" msgid "Report this list" msgstr "이 리스트 신고하기" -#: src/components/dms/ReportDialog.tsx:47 -#: src/components/dms/ReportDialog.tsx:140 +#: src/components/dms/ReportDialog.tsx:48 +#: src/components/dms/ReportDialog.tsx:142 #: src/components/ReportDialog/SelectReportOptionView.tsx:59 msgid "Report this message" msgstr "이 메시지 신고하기" @@ -4089,7 +4118,7 @@ msgstr "<0><1/> 님이 재게시함" msgid "reposted your post" msgstr "이(가) 내 게시물을 재게시했습니다" -#: src/view/com/post-thread/PostThreadItem.tsx:206 +#: src/view/com/post-thread/PostThreadItem.tsx:201 msgid "Reposts of this post" msgstr "이 게시물의 재게시" @@ -4188,8 +4217,8 @@ msgid "Returns to previous page" msgstr "이전 페이지로 돌아갑니다" #: src/components/dialogs/BirthDateSettings.tsx:125 -#: src/view/com/composer/GifAltText.tsx:163 -#: src/view/com/composer/GifAltText.tsx:169 +#: src/view/com/composer/GifAltText.tsx:162 +#: src/view/com/composer/GifAltText.tsx:168 #: src/view/com/modals/ChangeHandle.tsx:168 #: src/view/com/modals/CreateOrEditList.tsx:326 #: src/view/com/modals/EditProfile.tsx:225 @@ -4265,20 +4294,20 @@ msgid "Scroll to top" msgstr "맨 위로 스크롤" #: src/components/dms/dialogs/SearchablePeopleList.tsx:504 -#: src/Navigation.tsx:506 +#: src/Navigation.tsx:494 #: 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:451 -#: src/view/screens/Search/Search.tsx:825 -#: src/view/screens/Search/Search.tsx:853 +#: src/view/screens/Search/Search.tsx:452 +#: src/view/screens/Search/Search.tsx:822 +#: src/view/screens/Search/Search.tsx:850 #: src/view/shell/bottom-bar/BottomBar.tsx:179 #: src/view/shell/desktop/LeftNav.tsx:343 #: src/view/shell/desktop/Search.tsx:194 #: src/view/shell/desktop/Search.tsx:203 -#: src/view/shell/Drawer.tsx:393 #: src/view/shell/Drawer.tsx:394 +#: src/view/shell/Drawer.tsx:395 msgid "Search" msgstr "검색" @@ -4286,7 +4315,7 @@ msgstr "검색" msgid "Search for \"{query}\"" msgstr "\"{query}\"에 대한 검색 결과" -#: src/view/screens/Search/Search.tsx:909 +#: src/view/screens/Search/Search.tsx:906 msgid "Search for \"{searchText}\"" msgstr "\"{searchText}\"에 대한 검색 결과" @@ -4391,7 +4420,7 @@ msgstr "{numItems}개 중 {i}번째 옵션을 선택합니다" msgid "Select the {emojiName} emoji as your avatar" msgstr "{emojiName} 이모티콘을 아바타로 선택하기" -#: src/components/ReportDialog/SubmitView.tsx:136 +#: src/components/ReportDialog/SubmitView.tsx:135 msgid "Select the moderation service(s) to report to" msgstr "신고할 검토 서비스를 선택하세요." @@ -4437,8 +4466,8 @@ msgctxt "action" msgid "Send Email" msgstr "이메일 보내기" -#: src/view/shell/Drawer.tsx:328 -#: src/view/shell/Drawer.tsx:349 +#: src/view/shell/Drawer.tsx:329 +#: src/view/shell/Drawer.tsx:350 msgid "Send feedback" msgstr "피드백 보내기" @@ -4451,10 +4480,10 @@ msgstr "메시지 보내기" msgid "Send post to..." msgstr "게시물을 다음으로 보내기" -#: src/components/dms/ReportDialog.tsx:232 -#: src/components/dms/ReportDialog.tsx:235 -#: src/components/ReportDialog/SubmitView.tsx:216 -#: src/components/ReportDialog/SubmitView.tsx:220 +#: src/components/dms/ReportDialog.tsx:234 +#: src/components/dms/ReportDialog.tsx:237 +#: src/components/ReportDialog/SubmitView.tsx:215 +#: src/components/ReportDialog/SubmitView.tsx:219 msgid "Send report" msgstr "신고 보내기" @@ -4467,8 +4496,8 @@ msgstr "{0} 님에게 신고 보내기" msgid "Send verification email" msgstr "인증 이메일 보내기" -#: src/view/com/util/forms/PostDropdownBtn.tsx:299 -#: src/view/com/util/forms/PostDropdownBtn.tsx:302 +#: src/view/com/util/forms/PostDropdownBtn.tsx:286 +#: src/view/com/util/forms/PostDropdownBtn.tsx:289 msgid "Send via direct message" msgstr "다이렉트 메시지로 보내기" @@ -4552,11 +4581,11 @@ msgstr "이미지 비율을 세로로 길게 설정합니다" msgid "Sets image aspect ratio to wide" msgstr "이미지 비율을 가로로 길게 설정합니다" -#: src/Navigation.tsx:146 +#: src/Navigation.tsx:145 #: src/view/screens/Settings/index.tsx:332 #: src/view/shell/desktop/LeftNav.tsx:389 -#: src/view/shell/Drawer.tsx:558 #: src/view/shell/Drawer.tsx:559 +#: src/view/shell/Drawer.tsx:560 msgid "Settings" msgstr "설정" @@ -4575,8 +4604,8 @@ msgstr "공유" #: src/view/com/profile/ProfileMenu.tsx:217 #: src/view/com/profile/ProfileMenu.tsx:226 -#: src/view/com/util/forms/PostDropdownBtn.tsx:310 -#: src/view/com/util/forms/PostDropdownBtn.tsx:319 +#: src/view/com/util/forms/PostDropdownBtn.tsx:297 +#: src/view/com/util/forms/PostDropdownBtn.tsx:306 #: src/view/com/util/post-ctrls/PostCtrls.tsx:297 #: src/view/screens/ProfileList.tsx:428 msgid "Share" @@ -4591,7 +4620,7 @@ msgid "Share a fun fact!" msgstr "재미있는 사실을 전하세요!" #: src/view/com/profile/ProfileMenu.tsx:375 -#: src/view/com/util/forms/PostDropdownBtn.tsx:464 +#: src/view/com/util/forms/PostDropdownBtn.tsx:451 #: src/view/com/util/post-ctrls/PostCtrls.tsx:313 msgid "Share anyway" msgstr "무시하고 공유" @@ -4639,7 +4668,7 @@ msgstr "배지 표시" msgid "Show badge and filter from feeds" msgstr "배지 표시 및 피드에서 필터링" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:207 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:211 msgid "Show follows similar to {0}" msgstr "{0} 님과 비슷한 팔로우 표시" @@ -4647,19 +4676,19 @@ msgstr "{0} 님과 비슷한 팔로우 표시" msgid "Show hidden replies" msgstr "숨겨진 답글 표시" -#: src/view/com/util/forms/PostDropdownBtn.tsx:349 -#: src/view/com/util/forms/PostDropdownBtn.tsx:351 +#: src/view/com/util/forms/PostDropdownBtn.tsx:336 +#: src/view/com/util/forms/PostDropdownBtn.tsx:338 msgid "Show less like this" msgstr "이런 항목 덜 보기" -#: src/view/com/post-thread/PostThreadItem.tsx:538 +#: src/view/com/post-thread/PostThreadItem.tsx:532 #: src/view/com/post/Post.tsx:227 #: src/view/com/posts/FeedItem.tsx:392 msgid "Show More" msgstr "더 보기" -#: src/view/com/util/forms/PostDropdownBtn.tsx:341 -#: src/view/com/util/forms/PostDropdownBtn.tsx:343 +#: src/view/com/util/forms/PostDropdownBtn.tsx:328 +#: src/view/com/util/forms/PostDropdownBtn.tsx:330 msgid "Show more like this" msgstr "이런 항목 더 보기" @@ -4792,7 +4821,7 @@ msgstr "소프트웨어 개발" msgid "Some people can reply" msgstr "몇몇 사람들이 답글을 달 수 있음" -#: src/screens/Messages/Conversation/index.tsx:94 +#: src/screens/Messages/Conversation/index.tsx:106 msgid "Something went wrong" msgstr "알 수 없는 오류가 발생했습니다" @@ -4820,7 +4849,7 @@ msgstr "답글 정렬" msgid "Sort replies to the same post by:" msgstr "동일한 게시물에 대한 답글을 정렬하는 기준입니다." -#: src/components/moderation/LabelsOnMeDialog.tsx:170 +#: src/components/moderation/LabelsOnMeDialog.tsx:168 msgid "Source: <0>{0}" msgstr "출처: <0>{0}" @@ -4865,13 +4894,13 @@ msgstr "{1}단계 중 {0}단계" msgid "Storage cleared, you need to restart the app now." msgstr "스토리지가 지워졌으며 지금 앱을 다시 시작해야 합니다." -#: src/Navigation.tsx:218 +#: src/Navigation.tsx:224 #: src/view/screens/Settings/index.tsx:863 msgid "Storybook" msgstr "스토리북" -#: src/components/moderation/LabelsOnMeDialog.tsx:292 -#: src/components/moderation/LabelsOnMeDialog.tsx:293 +#: src/components/moderation/LabelsOnMeDialog.tsx:290 +#: src/components/moderation/LabelsOnMeDialog.tsx:291 #: src/screens/Messages/Conversation/ChatDisabled.tsx:142 #: src/screens/Messages/Conversation/ChatDisabled.tsx:143 msgid "Submit" @@ -4897,7 +4926,7 @@ msgstr "이 라벨러 구독하기" msgid "Subscribe to this list" msgstr "이 리스트 구독하기" -#: src/view/screens/Search/Search.tsx:424 +#: src/view/screens/Search/Search.tsx:425 msgid "Suggested Follows" msgstr "팔로우 추천" @@ -4909,7 +4938,7 @@ msgstr "나를 위한 추천" msgid "Suggestive" msgstr "외설적" -#: src/Navigation.tsx:233 +#: src/Navigation.tsx:239 #: src/view/screens/Support.tsx:30 #: src/view/screens/Support.tsx:33 msgid "Support" @@ -4936,7 +4965,7 @@ msgstr "시스템" msgid "System log" msgstr "시스템 로그" -#: src/components/dialogs/MutedWords.tsx:325 +#: src/components/dialogs/MutedWords.tsx:323 msgid "tag" msgstr "태그" @@ -4964,11 +4993,11 @@ msgstr "농담해 보세요!" msgid "Terms" msgstr "이용약관" -#: src/Navigation.tsx:243 +#: src/Navigation.tsx:249 #: src/screens/Signup/StepInfo/Policies.tsx:49 #: src/view/screens/Settings/index.tsx:951 #: src/view/screens/TermsOfService.tsx:29 -#: src/view/shell/Drawer.tsx:278 +#: src/view/shell/Drawer.tsx:279 msgid "Terms of Service" msgstr "서비스 이용약관" @@ -4978,17 +5007,17 @@ msgstr "서비스 이용약관" msgid "Terms used violate community standards" msgstr "커뮤니티 기준을 위반하는 용어 사용" -#: src/components/dialogs/MutedWords.tsx:325 +#: src/components/dialogs/MutedWords.tsx:323 msgid "text" msgstr "글" -#: src/components/moderation/LabelsOnMeDialog.tsx:256 +#: src/components/moderation/LabelsOnMeDialog.tsx:254 #: src/screens/Messages/Conversation/ChatDisabled.tsx:108 msgid "Text input field" msgstr "텍스트 입력 필드" -#: src/components/dms/ReportDialog.tsx:132 -#: src/components/ReportDialog/SubmitView.tsx:78 +#: src/components/dms/ReportDialog.tsx:134 +#: src/components/ReportDialog/SubmitView.tsx:77 msgid "Thank you. Your report has been sent." msgstr "감사합니다. 신고를 전송했습니다." @@ -5000,7 +5029,7 @@ msgstr "텍스트 파일 내용:" msgid "That handle is already taken." msgstr "이 핸들은 이미 사용 중입니다." -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:291 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:305 #: src/view/com/profile/ProfileMenu.tsx:351 msgid "The account will be able to interact with you after unblocking." msgstr "차단을 해제하면 이 계정이 나와 상호작용할 수 있게 됩니다." @@ -5017,11 +5046,11 @@ msgstr "저작권 정책을 <0/>(으)로 이동했습니다" msgid "The feed has been replaced with Discover." msgstr "피드를 Discover로 교체했습니다." -#: src/components/moderation/LabelsOnMeDialog.tsx:66 +#: src/components/moderation/LabelsOnMeDialog.tsx:65 msgid "The following labels were applied to your account." msgstr "내 계정에 다음 라벨이 적용되었습니다." -#: src/components/moderation/LabelsOnMeDialog.tsx:67 +#: src/components/moderation/LabelsOnMeDialog.tsx:66 msgid "The following labels were applied to your content." msgstr "내 콘텐츠에 다음 라벨이 적용되었습니다." @@ -5029,8 +5058,8 @@ msgstr "내 콘텐츠에 다음 라벨이 적용되었습니다." msgid "The following steps will help customize your Bluesky experience." msgstr "다음 단계는 Bluesky 환경을 맞춤 설정하는 데 도움이 됩니다." -#: src/view/com/post-thread/PostThread.tsx:188 -#: src/view/com/post-thread/PostThread.tsx:200 +#: src/view/com/post-thread/PostThread.tsx:189 +#: src/view/com/post-thread/PostThread.tsx:201 msgid "The post may have been deleted." msgstr "게시물이 삭제되었을 수 있습니다." @@ -5101,8 +5130,8 @@ msgstr "리스트를 가져오는 동안 문제가 발생했습니다. 이곳을 msgid "There was an issue fetching your lists. Tap here to try again." msgstr "리스트를 가져오는 동안 문제가 발생했습니다. 이곳을 탭하여 다시 시도하세요." -#: src/components/dms/ReportDialog.tsx:220 -#: src/components/ReportDialog/SubmitView.tsx:83 +#: src/components/dms/ReportDialog.tsx:222 +#: src/components/ReportDialog/SubmitView.tsx:82 msgid "There was an issue sending your report. Please check your internet connection." msgstr "신고를 전송하는 동안 문제가 발생했습니다. 인터넷 연결을 확인해 주세요." @@ -5110,9 +5139,9 @@ msgstr "신고를 전송하는 동안 문제가 발생했습니다. 인터넷 msgid "There was an issue with fetching your app passwords" msgstr "앱 비밀번호를 가져오는 동안 문제가 발생했습니다" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:99 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:121 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:135 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:103 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:125 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:139 #: src/view/com/post-thread/PostThreadFollowBtn.tsx:99 #: src/view/com/post-thread/PostThreadFollowBtn.tsx:111 #: src/view/com/profile/ProfileMenu.tsx:109 @@ -5153,7 +5182,7 @@ msgstr "이 계정의 프로필을 보려면 로그인해야 합니다." msgid "This account is blocked by one or more of your moderation lists. To unblock, please visit the lists directly and remove this user." msgstr "이 계정은 하나 이상의 검토 리스트에 의해 차단되었습니다. 차단을 해제하려면 해당 리스트로 직접 이동하여 이 사용자를 제거하세요." -#: src/components/moderation/LabelsOnMeDialog.tsx:241 +#: src/components/moderation/LabelsOnMeDialog.tsx:239 msgid "This appeal will be sent to <0>{0}." msgstr "이 이의신청은 <0>{0}에게 보내집니다." @@ -5186,7 +5215,7 @@ msgstr "관련 사용자 중 한 명이 다른 사용자를 차단했기 때문 msgid "This content is not viewable without a Bluesky account." msgstr "이 콘텐츠는 Bluesky 계정이 없으면 볼 수 없습니다." -#: src/screens/Messages/List/ChatListItem.tsx:211 +#: src/screens/Messages/List/ChatListItem.tsx:213 msgid "This conversation is with a deleted or a deactivated account. Press for options." msgstr "이 대화는 삭제되었거나 비활성화된 계정과의 대화입니다. 옵션을 보려면 누르세요." @@ -5227,7 +5256,7 @@ msgstr "이 라벨은 {0}이(가) 적용했습니다." msgid "This label was applied by the author." msgstr "이 라벨은 작성자가 적용했습니다." -#: src/components/moderation/LabelsOnMeDialog.tsx:168 +#: src/components/moderation/LabelsOnMeDialog.tsx:166 msgid "This label was applied by you." msgstr "이 라벨은 내가 적용했습니다." @@ -5247,20 +5276,20 @@ 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:111 +#: src/view/com/modals/AddAppPasswords.tsx:110 msgid "This name is already in use" msgstr "이 이름은 이미 사용 중입니다" -#: src/view/com/post-thread/PostThreadItem.tsx:140 +#: src/view/com/post-thread/PostThreadItem.tsx:135 msgid "This post has been deleted." msgstr "이 게시물은 삭제되었습니다." -#: src/view/com/util/forms/PostDropdownBtn.tsx:461 +#: src/view/com/util/forms/PostDropdownBtn.tsx:448 #: src/view/com/util/post-ctrls/PostCtrls.tsx:310 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:443 +#: src/view/com/util/forms/PostDropdownBtn.tsx:430 msgid "This post will be hidden from feeds." msgstr "이 게시물을 피드에서 숨깁니다." @@ -5305,7 +5334,7 @@ msgstr "이 사용자는 내가 뮤트한 <0>{0} 리스트에 포함되어 msgid "This user isn't following anyone." msgstr "이 사용자는 아무도 팔로우하지 않았습니다." -#: src/components/dialogs/MutedWords.tsx:285 +#: src/components/dialogs/MutedWords.tsx:283 msgid "This will delete {0} from your muted words. You can always add it back later." msgstr "뮤트한 단어에서 {0}이(가) 삭제됩니다. 나중에 언제든지 다시 추가할 수 있습니다." @@ -5322,7 +5351,7 @@ msgstr "스레드 설정" msgid "Threaded Mode" msgstr "스레드 모드" -#: src/Navigation.tsx:276 +#: src/Navigation.tsx:282 msgid "Threads Preferences" msgstr "스레드 설정" @@ -5338,7 +5367,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 "뮤트한 단어 옵션 사이를 전환합니다." @@ -5351,7 +5380,7 @@ msgid "Toggle to enable or disable adult content" msgstr "성인 콘텐츠 활성화 또는 비활성화 전환" #: src/screens/Hashtag.tsx:88 -#: src/view/screens/Search/Search.tsx:366 +#: src/view/screens/Search/Search.tsx:367 msgid "Top" msgstr "인기" @@ -5361,10 +5390,10 @@ msgstr "변형" #: src/components/dms/MessageMenu.tsx:103 #: src/components/dms/MessageMenu.tsx:105 -#: src/view/com/post-thread/PostThreadItem.tsx:691 -#: src/view/com/post-thread/PostThreadItem.tsx:693 -#: src/view/com/util/forms/PostDropdownBtn.tsx:280 -#: src/view/com/util/forms/PostDropdownBtn.tsx:282 +#: src/view/com/post-thread/PostThreadItem.tsx:674 +#: src/view/com/post-thread/PostThreadItem.tsx:676 +#: src/view/com/util/forms/PostDropdownBtn.tsx:267 +#: src/view/com/util/forms/PostDropdownBtn.tsx:269 msgid "Translate" msgstr "번역" @@ -5406,14 +5435,14 @@ msgstr "서비스에 연결할 수 없습니다. 인터넷 연결을 확인하 #: src/components/dms/MessagesListBlockedFooter.tsx:96 #: src/components/dms/MessagesListBlockedFooter.tsx:104 #: src/components/dms/MessagesListBlockedFooter.tsx:111 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:184 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:295 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:188 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:309 #: src/view/com/profile/ProfileMenu.tsx:363 #: src/view/screens/ProfileList.tsx:626 msgid "Unblock" msgstr "차단 해제" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:189 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:193 msgctxt "action" msgid "Unblock" msgstr "차단 해제" @@ -5428,7 +5457,7 @@ msgstr "계정 차단 해제" msgid "Unblock Account" msgstr "계정 차단 해제" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:289 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:303 #: src/view/com/profile/ProfileMenu.tsx:345 msgid "Unblock Account?" msgstr "계정을 차단 해제하시겠습니까?" @@ -5448,7 +5477,7 @@ msgstr "언팔로우" msgid "Unfollow" msgstr "언팔로우" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:229 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:233 msgid "Unfollow {0}" msgstr "{0} 님을 언팔로우" @@ -5483,8 +5512,8 @@ msgstr "모든 {tag} 게시물 언뮤트" msgid "Unmute conversation" msgstr "알림 언뮤트" -#: src/view/com/util/forms/PostDropdownBtn.tsx:365 -#: src/view/com/util/forms/PostDropdownBtn.tsx:370 +#: src/view/com/util/forms/PostDropdownBtn.tsx:352 +#: src/view/com/util/forms/PostDropdownBtn.tsx:357 msgid "Unmute thread" msgstr "스레드 언뮤트" @@ -5591,7 +5620,7 @@ msgstr "추천 사용" msgid "Use the DNS panel" msgstr "DNS 패널을 사용합니다" -#: src/view/com/modals/AddAppPasswords.tsx:206 +#: src/view/com/modals/AddAppPasswords.tsx:205 msgid "Use this to sign into the other app along with your handle." msgstr "이 비밀번호와 핸들을 사용하여 다른 앱에 로그인하세요." @@ -5754,7 +5783,7 @@ msgstr "이 라벨에 대한 정보 보기" msgid "View profile" msgstr "프로필 보기" -#: src/view/com/profile/ProfileSubpageHeader.tsx:130 +#: src/view/com/profile/ProfileSubpageHeader.tsx:127 msgid "View the avatar" msgstr "아바타 보기" @@ -5766,6 +5795,11 @@ msgstr "{0} 님이 제공하는 라벨링 서비스 보기" msgid "View users who like this feed" msgstr "이 피드를 좋아하는 사용자 보기" +#: src/view/com/home/HomeHeaderLayout.web.tsx:78 +#: src/view/com/home/HomeHeaderLayoutMobile.tsx:84 +msgid "View your feeds and explore more" +msgstr "" + #: src/view/com/modals/LinkWarning.tsx:89 #: src/view/com/modals/LinkWarning.tsx:95 msgid "Visit Site" @@ -5789,7 +5823,7 @@ msgstr "콘텐츠 경고 및 피드에서 필터링" msgid "We couldn't find any results for that hashtag." msgstr "해당 해시태그에 대한 결과를 찾을 수 없습니다." -#: src/screens/Messages/Conversation/index.tsx:95 +#: src/screens/Messages/Conversation/index.tsx:107 msgid "We couldn't load this conversation" msgstr "이 대화를 불러올 수 없습니다" @@ -5805,7 +5839,7 @@ 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 "게시물이 표시되지 않을 수 있으므로 많은 게시물에 자주 등장하는 단어는 피하는 것이 좋습니다." @@ -5841,15 +5875,15 @@ 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:269 +#: src/view/screens/Search/Search.tsx:270 msgid "We're sorry, but your search could not be completed. Please try again in a few minutes." msgstr "죄송하지만 검색을 완료할 수 없습니다. 몇 분 후에 다시 시도해 주세요." -#: src/view/com/composer/Composer.tsx:333 +#: src/view/com/composer/Composer.tsx:318 msgid "We're sorry! The post you are replying to has been deleted." msgstr "죄송하지만 답글을 달려는 게시물이 삭제되었습니다." @@ -5872,7 +5906,7 @@ msgstr "어떤 관심사가 있으신가요?" #: src/view/com/auth/SplashScreen.tsx:40 #: src/view/com/auth/SplashScreen.web.tsx:86 -#: src/view/com/composer/Composer.tsx:374 +#: src/view/com/composer/Composer.tsx:359 msgid "What's up?" msgstr "무슨 일이 일어나고 있나요?" @@ -5893,7 +5927,7 @@ msgstr "누구의 메시지를 허용하시겠습니까?" msgid "Who can reply" msgstr "답글을 달 수 있는 사람" -#: src/screens/Home/NoFeedsPinned.tsx:92 +#: src/screens/Home/NoFeedsPinned.tsx:79 #: src/screens/Messages/List/index.tsx:185 msgid "Whoops!" msgstr "이런!" @@ -5931,11 +5965,11 @@ msgstr "가로" msgid "Write a message" msgstr "메시지를 입력하세요" -#: src/view/com/composer/Composer.tsx:568 +#: src/view/com/composer/Composer.tsx:549 msgid "Write post" msgstr "게시물 작성" -#: src/view/com/composer/Composer.tsx:373 +#: src/view/com/composer/Composer.tsx:358 #: src/view/com/composer/Prompt.tsx:39 msgid "Write your reply" msgstr "답글 작성하기" @@ -5975,8 +6009,8 @@ msgstr "대기 중입니다." msgid "You are not following anyone." msgstr "아무도 팔로우하지 않았습니다." -#: src/view/com/posts/FollowingEmptyState.tsx:67 -#: src/view/com/posts/FollowingEndOfFeed.tsx:68 +#: src/view/com/posts/FollowingEmptyState.tsx:63 +#: src/view/com/posts/FollowingEndOfFeed.tsx:64 msgid "You can also discover new Custom Feeds to follow." msgstr "팔로우할 새로운 맞춤 피드를 찾을 수도 있습니다." @@ -6005,6 +6039,10 @@ msgstr "계정을 재활성화하여 로그인을 계속할 수 있습니다. msgid "You do not have any followers." msgstr "팔로워가 없습니다." +#: src/screens/Profile/KnownFollowers.tsx:99 +msgid "You don't follow any users who follow @{name}." +msgstr "" + #: 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를 좀 더 오래 사용하신 후에 보내드리겠습니다." @@ -6017,7 +6055,7 @@ msgstr "고정한 피드가 없습니다." msgid "You don't have any saved feeds." msgstr "저장한 피드가 없습니다." -#: src/view/com/post-thread/PostThread.tsx:194 +#: src/view/com/post-thread/PostThread.tsx:195 msgid "You have blocked the author or you have been blocked by the author." msgstr "작성자를 차단했거나 작성자가 나를 차단했습니다." @@ -6084,15 +6122,15 @@ msgstr "아직 어떤 계정도 뮤트하지 않았습니다. 계정을 뮤트 msgid "You have reached the end" 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:87 +#: src/components/moderation/LabelsOnMeDialog.tsx:86 msgid "You may appeal non-self labels if you feel they were placed in error." msgstr "비셀프 라벨이 잘못 지정되었다고 생각되면 이의신청할 수 있습니다." -#: src/components/moderation/LabelsOnMeDialog.tsx:92 +#: src/components/moderation/LabelsOnMeDialog.tsx:91 msgid "You may appeal these labels if you feel they were placed in error." msgstr "이 라벨이 잘못 지정되었다고 생각되면 이의신청할 수 있습니다." @@ -6100,7 +6138,7 @@ msgstr "이 라벨이 잘못 지정되었다고 생각되면 이의신청할 수 msgid "You must be 13 years of age or older to sign up." msgstr "가입하려면 만 13세 이상이어야 합니다." -#: src/components/ReportDialog/SubmitView.tsx:206 +#: src/components/ReportDialog/SubmitView.tsx:205 msgid "You must select at least one labeler for a report" msgstr "신고하려면 하나 이상의 라벨을 선택해야 합니다." @@ -6108,11 +6146,11 @@ msgstr "신고하려면 하나 이상의 라벨을 선택해야 합니다." msgid "You previously deactivated @{0}." msgstr "이전에 @{0}을(를) 비활성화했습니다." -#: src/view/com/util/forms/PostDropdownBtn.tsx:173 +#: src/view/com/util/forms/PostDropdownBtn.tsx:168 msgid "You will no longer receive notifications for this thread" msgstr "이 스레드에 대한 알림을 더 이상 받지 않습니다" -#: src/view/com/util/forms/PostDropdownBtn.tsx:176 +#: src/view/com/util/forms/PostDropdownBtn.tsx:171 msgid "You will now receive notifications for this thread" msgstr "이제 이 스레드에 대한 알림을 받습니다" @@ -6120,15 +6158,15 @@ msgstr "이제 이 스레드에 대한 알림을 받습니다" msgid "You will receive an email with a \"reset code.\" Enter that code here, then enter your new password." msgstr "\"재설정 코드\"가 포함된 이메일을 받게 되면 여기에 해당 코드를 입력한 다음 새 비밀번호를 입력합니다." -#: src/screens/Messages/List/ChatListItem.tsx:113 +#: src/screens/Messages/List/ChatListItem.tsx:114 msgid "You: {0}" msgstr "나: {0}" -#: src/screens/Messages/List/ChatListItem.tsx:142 +#: src/screens/Messages/List/ChatListItem.tsx:143 msgid "You: {defaultEmbeddedContentMessage}" msgstr "나: {defaultEmbeddedContentMessage}" -#: src/screens/Messages/List/ChatListItem.tsx:135 +#: src/screens/Messages/List/ChatListItem.tsx:136 msgid "You: {short}" msgstr "나: {short}" @@ -6152,7 +6190,7 @@ msgstr "준비가 끝났습니다!" msgid "You've chosen to hide a word or tag within this post." msgstr "이 글에서 단어 또는 태그를 숨기도록 설정했습니다." -#: src/view/com/posts/FollowingEndOfFeed.tsx:48 +#: src/view/com/posts/FollowingEndOfFeed.tsx:44 msgid "You've reached the end of your feed! Find some more accounts to follow." msgstr "피드 끝에 도달했습니다! 팔로우할 계정을 더 찾아보세요." @@ -6194,7 +6232,7 @@ msgstr "이메일이 변경되었지만 인증되지 않았습니다. 다음 단 msgid "Your email has not yet been verified. This is an important security step which we recommend." msgstr "이메일이 아직 인증되지 않았습니다. 이는 중요한 보안 단계이므로 권장하는 사항입니다." -#: src/view/com/posts/FollowingEmptyState.tsx:47 +#: src/view/com/posts/FollowingEmptyState.tsx:43 msgid "Your following feed is empty! Follow more users to see what's happening." msgstr "팔로우 중 피드가 비어 있습니다. 더 많은 사용자를 팔로우하여 무슨 일이 일어나고 있는지 확인하세요." @@ -6206,7 +6244,7 @@ msgstr "내 전체 핸들:" msgid "Your full handle will be <0>@{0}" msgstr "내 전체 핸들: <0>@{0}" -#: src/components/dialogs/MutedWords.tsx:221 +#: src/components/dialogs/MutedWords.tsx:220 msgid "Your muted words" msgstr "뮤트한 단어" @@ -6214,7 +6252,7 @@ msgstr "뮤트한 단어" msgid "Your password has been changed successfully!" msgstr "비밀번호를 성공적으로 변경했습니다." -#: src/view/com/composer/Composer.tsx:364 +#: src/view/com/composer/Composer.tsx:349 msgid "Your post has been published" msgstr "게시물을 게시했습니다" @@ -6230,11 +6268,11 @@ msgstr "내 프로필" msgid "Your profile, posts, feeds, and lists will no longer be visible to other Bluesky users. You can reactivate your account at any time by logging in." msgstr "내 프로필, 글, 피드 및 리스트가 더 이상 다른 Bluesky 사용자에게 표시되지 않습니다. 언제든지 로그인하여 계정을 재활성화할 수 있습니다." -#: src/view/com/composer/Composer.tsx:363 +#: src/view/com/composer/Composer.tsx:348 msgid "Your reply has been published" msgstr "내 답글을 게시했습니다" -#: src/components/dms/ReportDialog.tsx:160 +#: src/components/dms/ReportDialog.tsx:162 msgid "Your report will be sent to the Bluesky Moderation Service" msgstr "신고가 Bluesky Moderation Service로 보내집니다." diff --git a/src/locale/locales/pt-BR/messages.po b/src/locale/locales/pt-BR/messages.po index f54478b7..8b703b2b 100644 --- a/src/locale/locales/pt-BR/messages.po +++ b/src/locale/locales/pt-BR/messages.po @@ -13,7 +13,7 @@ msgstr "" "Language-Team: maisondasilva, MightyLoggor, gildaswise, gleydson, faeriarum\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: src/screens/Messages/List/ChatListItem.tsx:119 +#: src/screens/Messages/List/ChatListItem.tsx:120 msgid "(contains embedded content)" msgstr "" @@ -41,10 +41,14 @@ msgstr "" msgid "{0, plural, one {# label has been placed on this content} other {# labels have been placed on this content}}" msgstr "" -#: src/view/com/util/post-ctrls/RepostButton.tsx:64 +#: src/view/com/util/post-ctrls/RepostButton.tsx:65 msgid "{0, plural, one {# repost} other {# reposts}}" msgstr "{0, plural, one {# repost} other {# reposts}}" +#: src/components/KnownFollowers.tsx:179 +msgid "{0, plural, one {and # other} other {and # others}}" +msgstr "" + #: src/components/ProfileHoverCard/index.web.tsx:376 #: src/screens/Profile/Header/Metrics.tsx:23 msgid "{0, plural, one {follower} other {followers}}" @@ -59,11 +63,11 @@ msgstr "{0, plural, one {seguindo} other {seguindo}}" msgid "{0, plural, one {Like (# like)} other {Like (# likes)}}" msgstr "{0, plural, one {Curtir (# curtida)} other {Curtir (# curtidas)}}" -#: src/view/com/post-thread/PostThreadItem.tsx:386 +#: src/view/com/post-thread/PostThreadItem.tsx:380 msgid "{0, plural, one {like} other {likes}}" msgstr "{0, plural, one {curtida} other {curtidas}}" -#: src/view/com/feeds/FeedSourceCard.tsx:280 +#: src/view/com/feeds/FeedSourceCard.tsx:301 msgid "{0, plural, one {Liked by # user} other {Liked by # users}}" msgstr "{0, plural, one {Curtido por # usuário} other {Curtido por # usuários}}" @@ -75,7 +79,7 @@ msgstr "{0, plural, one {post} other {posts}}" msgid "{0, plural, one {Reply (# reply)} other {Reply (# replies)}}" msgstr "{0, plural, one {Responder (# resposta)} other {Responder (# respostas)}}" -#: src/view/com/post-thread/PostThreadItem.tsx:366 +#: src/view/com/post-thread/PostThreadItem.tsx:360 msgid "{0, plural, one {repost} other {reposts}}" msgstr "{0, plural, one {repost} other {reposts}}" @@ -118,7 +122,7 @@ msgstr "" msgid "{likeCount, plural, one {Liked by # user} other {Liked by # users}}" msgstr "{likeCount, plural, one {Curtido por # usuário} other {Curtido por # usuários}}" -#: src/view/shell/Drawer.tsx:461 +#: src/view/shell/Drawer.tsx:462 msgid "{numUnreadNotifications} unread" msgstr "{numUnreadNotifications} não lidas" @@ -175,12 +179,12 @@ msgstr "⚠Usuário Inválido" msgid "2FA Confirmation" msgstr "Confirmação do 2FA" -#: src/view/com/util/ViewHeader.tsx:92 -#: src/view/screens/Search/Search.tsx:714 +#: src/view/com/util/ViewHeader.tsx:93 +#: src/view/screens/Search/Search.tsx:715 msgid "Access navigation links and settings" msgstr "Acessar links de navegação e configurações" -#: src/view/com/home/HomeHeaderLayoutMobile.tsx:54 +#: src/view/com/home/HomeHeaderLayoutMobile.tsx:56 msgid "Access profile and other navigation links" msgstr "Acessar perfil e outros links de navegação" @@ -193,7 +197,7 @@ msgstr "Acessibilidade" msgid "Accessibility settings" msgstr "Configurações de acessibilidade" -#: src/Navigation.tsx:290 +#: src/Navigation.tsx:296 #: src/view/screens/AccessibilitySettings.tsx:63 msgid "Accessibility Settings" msgstr "Configurações de acessibilidade" @@ -237,7 +241,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:131 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:135 #: src/view/com/profile/ProfileMenu.tsx:131 msgid "Account unblocked" msgstr "Conta desbloqueada" @@ -250,7 +254,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/modals/ListAddRemoveUsers.tsx:268 #: src/view/com/modals/UserAddRemoveLists.tsx:230 #: src/view/screens/ProfileList.tsx:881 @@ -272,9 +276,9 @@ msgstr "Adicionar um usuário a esta lista" msgid "Add account" msgstr "Adicionar conta" -#: src/view/com/composer/GifAltText.tsx:70 -#: src/view/com/composer/GifAltText.tsx:136 -#: src/view/com/composer/GifAltText.tsx:176 +#: src/view/com/composer/GifAltText.tsx:69 +#: src/view/com/composer/GifAltText.tsx:135 +#: src/view/com/composer/GifAltText.tsx:175 #: src/view/com/composer/photos/Gallery.tsx:120 #: src/view/com/composer/photos/Gallery.tsx:187 #: src/view/com/modals/AltImage.tsx:118 @@ -299,15 +303,15 @@ msgstr "Adicionar Senha de Aplicativo" #~ 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/screens/Home/NoFeedsPinned.tsx:112 +#: src/screens/Home/NoFeedsPinned.tsx:99 msgid "Add recommended feeds" msgstr "Utilizar feeds recomendados" @@ -324,7 +328,7 @@ msgstr "Adicione o seguinte registro DNS ao seu domínio:" msgid "Add to Lists" msgstr "Adicionar às Listas" -#: src/view/com/feeds/FeedSourceCard.tsx:246 +#: src/view/com/feeds/FeedSourceCard.tsx:267 msgid "Add to my feeds" msgstr "Adicionar aos meus feeds" @@ -337,7 +341,7 @@ msgstr "Adicionar aos meus feeds" msgid "Added to list" msgstr "Adicionado à lista" -#: src/view/com/feeds/FeedSourceCard.tsx:118 +#: src/view/com/feeds/FeedSourceCard.tsx:126 msgid "Added to my feeds" msgstr "Adicionado aos meus feeds" @@ -359,12 +363,12 @@ msgstr "O conteúdo adulto está desabilitado." msgid "Advanced" msgstr "Avançado" -#: src/view/screens/Feeds.tsx:798 +#: src/view/screens/Feeds.tsx:771 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/modals/AddAppPasswords.tsx:188 -#: src/view/com/modals/AddAppPasswords.tsx:195 +#: src/view/com/modals/AddAppPasswords.tsx:187 +#: src/view/com/modals/AddAppPasswords.tsx:194 msgid "Allow access to your direct messages" msgstr "" @@ -387,13 +391,13 @@ msgstr "Já tem um código?" msgid "Already signed in as @{0}" msgstr "Já autenticado como @{0}" -#: src/view/com/composer/GifAltText.tsx:94 +#: src/view/com/composer/GifAltText.tsx:93 #: src/view/com/composer/photos/Gallery.tsx:144 #: src/view/com/util/post-embeds/GifEmbed.tsx:173 msgid "ALT" msgstr "ALT" -#: src/view/com/composer/GifAltText.tsx:145 +#: src/view/com/composer/GifAltText.tsx:144 #: src/view/com/modals/EditImage.tsx:316 #: src/view/screens/AccessibilitySettings.tsx:77 msgid "Alt text" @@ -441,6 +445,7 @@ msgstr "Ocorreu um problema, por favor tente novamente." msgid "an unknown error occurred" msgstr "ocorreu um erro desconhecido" +#: src/components/KnownFollowers.tsx:187 #: src/view/com/notifications/FeedItem.tsx:258 #: src/view/com/threadgate/WhoCanReply.tsx:180 msgid "and" @@ -466,11 +471,11 @@ msgstr "Idioma do aplicativo" msgid "App password deleted" msgstr "Senha de Aplicativo excluída" -#: src/view/com/modals/AddAppPasswords.tsx:139 +#: src/view/com/modals/AddAppPasswords.tsx:138 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:104 +#: src/view/com/modals/AddAppPasswords.tsx:103 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." @@ -478,22 +483,22 @@ msgstr "O nome da Senha de Aplicativo precisa ter no mínimo 4 caracteres." msgid "App password settings" msgstr "Configurações de Senha de Aplicativo" -#: src/Navigation.tsx:258 +#: src/Navigation.tsx:264 #: src/view/screens/AppPasswords.tsx:192 #: src/view/screens/Settings/index.tsx:706 msgid "App Passwords" msgstr "Senhas de Aplicativos" -#: src/components/moderation/LabelsOnMeDialog.tsx:153 -#: src/components/moderation/LabelsOnMeDialog.tsx:156 +#: src/components/moderation/LabelsOnMeDialog.tsx:151 +#: src/components/moderation/LabelsOnMeDialog.tsx:154 msgid "Appeal" msgstr "Contestar" -#: src/components/moderation/LabelsOnMeDialog.tsx:238 +#: src/components/moderation/LabelsOnMeDialog.tsx:236 msgid "Appeal \"{0}\" label" msgstr "Contestar rótulo \"{0}\"" -#: src/components/moderation/LabelsOnMeDialog.tsx:229 +#: src/components/moderation/LabelsOnMeDialog.tsx:227 #: src/screens/Messages/Conversation/ChatDisabled.tsx:91 msgid "Appeal submitted" msgstr "Contestação enviada." @@ -514,7 +519,7 @@ msgid "Appearance" msgstr "Aparência" #: src/screens/Feeds/NoSavedFeedsOfAnyType.tsx:47 -#: src/screens/Home/NoFeedsPinned.tsx:106 +#: src/screens/Home/NoFeedsPinned.tsx:93 msgid "Apply default recommended feeds" msgstr "Utilizar feeds recomendados" @@ -538,15 +543,15 @@ msgstr "" msgid "Are you sure you want to leave this conversation? Your messages will be deleted for you, but not for the other participant." msgstr "" -#: src/view/com/feeds/FeedSourceCard.tsx:293 +#: src/view/com/feeds/FeedSourceCard.tsx:314 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:617 +#: src/view/com/composer/Composer.tsx:630 msgid "Are you sure you'd like to discard this draft?" msgstr "Tem certeza que deseja descartar este rascunho?" -#: src/components/dialogs/MutedWords.tsx:283 +#: src/components/dialogs/MutedWords.tsx:281 msgid "Are you sure?" msgstr "Tem certeza?" @@ -567,8 +572,8 @@ msgid "At least 3 characters" msgstr "No mínimo 3 caracteres" #: src/components/dms/MessagesListHeader.tsx:75 -#: src/components/moderation/LabelsOnMeDialog.tsx:283 -#: src/components/moderation/LabelsOnMeDialog.tsx:284 +#: src/components/moderation/LabelsOnMeDialog.tsx:281 +#: src/components/moderation/LabelsOnMeDialog.tsx:282 #: src/screens/Login/ChooseAccountForm.tsx:98 #: src/screens/Login/ChooseAccountForm.tsx:103 #: src/screens/Login/ForgotPasswordForm.tsx:129 @@ -581,7 +586,7 @@ msgstr "No mínimo 3 caracteres" #: src/screens/Messages/Conversation/ChatDisabled.tsx:134 #: src/screens/Profile/Header/Shell.tsx:102 #: src/screens/Signup/index.tsx:193 -#: src/view/com/util/ViewHeader.tsx:90 +#: src/view/com/util/ViewHeader.tsx:91 msgid "Back" msgstr "Voltar" @@ -601,7 +606,7 @@ msgstr "Aniversário" msgid "Birthday:" msgstr "Aniversário:" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:295 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:309 #: src/view/com/profile/ProfileMenu.tsx:363 msgid "Block" msgstr "Bloquear" @@ -641,7 +646,7 @@ msgstr "Bloqueado" msgid "Blocked accounts" msgstr "Contas bloqueadas" -#: src/Navigation.tsx:141 +#: src/Navigation.tsx:140 #: src/view/screens/ModerationBlockedAccounts.tsx:109 msgid "Blocked Accounts" msgstr "Contas Bloqueadas" @@ -714,8 +719,8 @@ msgstr "Desfocar imagens e filtrar dos feeds" msgid "Books" msgstr "Livros" -#: src/screens/Home/NoFeedsPinned.tsx:116 -#: src/screens/Home/NoFeedsPinned.tsx:123 +#: src/screens/Home/NoFeedsPinned.tsx:103 +#: src/screens/Home/NoFeedsPinned.tsx:109 msgid "Browse other feeds" msgstr "Navegar por outros feeds" @@ -723,7 +728,7 @@ msgstr "Navegar por outros feeds" msgid "Business" msgstr "Empresarial" -#: src/view/com/profile/ProfileSubpageHeader.tsx:159 +#: src/view/com/profile/ProfileSubpageHeader.tsx:156 msgid "by —" msgstr "por -" @@ -739,7 +744,7 @@ msgstr "Por {0}" #~ msgid "by @{0}" #~ msgstr "por @{0}" -#: src/view/com/profile/ProfileSubpageHeader.tsx:163 +#: src/view/com/profile/ProfileSubpageHeader.tsx:160 msgid "by <0/>" msgstr "por <0/>" @@ -747,7 +752,7 @@ msgstr "por <0/>" msgid "By creating an account you agree to the {els}." msgstr "Ao criar uma conta, você concorda com os {els}." -#: src/view/com/profile/ProfileSubpageHeader.tsx:161 +#: src/view/com/profile/ProfileSubpageHeader.tsx:158 msgid "by you" msgstr "por você" @@ -755,7 +760,7 @@ msgstr "por você" msgid "Camera" msgstr "Câmera" -#: src/view/com/modals/AddAppPasswords.tsx:180 +#: src/view/com/modals/AddAppPasswords.tsx:179 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." @@ -764,8 +769,8 @@ msgstr "Só pode conter letras, números, espaços, traços e sublinhados. Deve #: src/components/Prompt.tsx:121 #: src/components/TagMenu/index.tsx:268 #: src/screens/Deactivated.tsx:161 -#: src/view/com/composer/Composer.tsx:417 -#: src/view/com/composer/Composer.tsx:423 +#: src/view/com/composer/Composer.tsx:432 +#: src/view/com/composer/Composer.tsx:438 #: src/view/com/modals/ChangeEmail.tsx:213 #: src/view/com/modals/ChangeEmail.tsx:215 #: src/view/com/modals/ChangeHandle.tsx:148 @@ -781,8 +786,8 @@ msgstr "Só pode conter letras, números, espaços, traços e sublinhados. Deve #: src/view/com/modals/LinkWarning.tsx:107 #: src/view/com/modals/VerifyEmail.tsx:255 #: src/view/com/modals/VerifyEmail.tsx:261 -#: src/view/com/util/post-ctrls/RepostButton.tsx:136 -#: src/view/screens/Search/Search.tsx:738 +#: src/view/com/util/post-ctrls/RepostButton.tsx:138 +#: src/view/screens/Search/Search.tsx:735 #: src/view/shell/desktop/Search.tsx:218 msgid "Cancel" msgstr "Cancelar" @@ -811,7 +816,7 @@ msgstr "Cancelar corte da imagem" msgid "Cancel profile editing" msgstr "Cancelar edição do perfil" -#: src/view/com/util/post-ctrls/RepostButton.tsx:130 +#: src/view/com/util/post-ctrls/RepostButton.tsx:132 msgid "Cancel quote post" msgstr "Cancelar citação" @@ -867,7 +872,7 @@ msgstr "Trocar idioma do post para {0}" msgid "Change Your Email" msgstr "Altere o Seu Email" -#: src/Navigation.tsx:302 +#: src/Navigation.tsx:308 #: src/view/shell/bottom-bar/BottomBar.tsx:201 #: src/view/shell/desktop/LeftNav.tsx:295 msgid "Chat" @@ -879,7 +884,7 @@ msgstr "Chat silenciado" #: src/components/dms/ConvoMenu.tsx:112 #: src/components/dms/MessageMenu.tsx:81 -#: src/Navigation.tsx:307 +#: src/Navigation.tsx:313 #: src/screens/Messages/List/index.tsx:88 #: src/view/screens/Settings/index.tsx:638 msgid "Chat settings" @@ -965,7 +970,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:864 +#: src/view/screens/Search/Search.tsx:861 msgid "Clear search query" msgstr "Limpar busca" @@ -1073,7 +1078,7 @@ msgstr "Fecha barra de navegação inferior" msgid "Closes password update alert" msgstr "Fecha alerta de troca de senha" -#: src/view/com/composer/Composer.tsx:419 +#: src/view/com/composer/Composer.tsx:434 msgid "Closes post composer and discards post draft" msgstr "Fecha o editor de post e descarta o rascunho" @@ -1097,7 +1102,7 @@ msgstr "Comédia" msgid "Comics" msgstr "Quadrinhos" -#: src/Navigation.tsx:248 +#: src/Navigation.tsx:254 #: src/view/screens/CommunityGuidelines.tsx:32 msgid "Community Guidelines" msgstr "Diretrizes da Comunidade" @@ -1110,7 +1115,7 @@ msgstr "Completar e começar a usar sua conta" msgid "Complete the challenge" msgstr "Complete o captcha" -#: src/view/com/composer/Composer.tsx:536 +#: src/view/com/composer/Composer.tsx:551 msgid "Compose posts up to {MAX_GRAPHEME_LENGTH} characters in length" msgstr "Escreva posts de até {MAX_GRAPHEME_LENGTH} caracteres" @@ -1219,7 +1224,7 @@ msgid "Context menu backdrop, click to close the menu." msgstr "Fundo do menu, clique para fechá-lo." #: src/screens/Onboarding/StepInterests/index.tsx:253 -#: src/screens/Onboarding/StepProfile/index.tsx:268 +#: src/screens/Onboarding/StepProfile/index.tsx:269 msgid "Continue" msgstr "Continuar" @@ -1227,8 +1232,12 @@ msgstr "Continuar" msgid "Continue as {0} (currently signed in)" msgstr "Continuar como {0} (já conectado)" +#: src/view/com/post-thread/PostThreadLoadMore.tsx:52 +msgid "Continue thread..." +msgstr "" + #: src/screens/Onboarding/StepInterests/index.tsx:250 -#: src/screens/Onboarding/StepProfile/index.tsx:265 +#: src/screens/Onboarding/StepProfile/index.tsx:266 #: src/screens/Signup/index.tsx:213 msgid "Continue to next step" msgstr "Continuar para o próximo passo" @@ -1241,7 +1250,7 @@ msgstr "Continuar para o próximo passo" #~ msgid "Continue to the next step without following any accounts" #~ msgstr "Continuar para o próximo passo sem seguir contas" -#: src/screens/Messages/List/ChatListItem.tsx:153 +#: src/screens/Messages/List/ChatListItem.tsx:154 msgid "Conversation deleted" msgstr "" @@ -1249,7 +1258,7 @@ msgstr "" msgid "Cooking" msgstr "Culinária" -#: src/view/com/modals/AddAppPasswords.tsx:221 +#: src/view/com/modals/AddAppPasswords.tsx:220 #: src/view/com/modals/InviteCodes.tsx:183 msgid "Copied" msgstr "Copiado" @@ -1259,10 +1268,10 @@ msgid "Copied build version to clipboard" msgstr "Versão do aplicativo copiada" #: src/components/dms/MessageMenu.tsx:57 -#: src/view/com/modals/AddAppPasswords.tsx:81 +#: src/view/com/modals/AddAppPasswords.tsx:80 #: src/view/com/modals/ChangeHandle.tsx:320 #: src/view/com/modals/InviteCodes.tsx:153 -#: src/view/com/util/forms/PostDropdownBtn.tsx:187 +#: src/view/com/util/forms/PostDropdownBtn.tsx:182 msgid "Copied to clipboard" msgstr "Copiado" @@ -1270,11 +1279,11 @@ msgstr "Copiado" msgid "Copied!" msgstr "Copiado!" -#: src/view/com/modals/AddAppPasswords.tsx:215 +#: src/view/com/modals/AddAppPasswords.tsx:214 msgid "Copies app password" msgstr "Copia senha de aplicativo" -#: src/view/com/modals/AddAppPasswords.tsx:214 +#: src/view/com/modals/AddAppPasswords.tsx:213 msgid "Copy" msgstr "Copiar" @@ -1291,8 +1300,8 @@ msgstr "Copiar código" msgid "Copy link to list" msgstr "Copiar link da lista" -#: src/view/com/util/forms/PostDropdownBtn.tsx:310 -#: src/view/com/util/forms/PostDropdownBtn.tsx:319 +#: src/view/com/util/forms/PostDropdownBtn.tsx:297 +#: src/view/com/util/forms/PostDropdownBtn.tsx:306 msgid "Copy link to post" msgstr "Copiar link do post" @@ -1301,12 +1310,12 @@ msgstr "Copiar link do post" msgid "Copy message text" msgstr "Copiar texto da mensagem" -#: src/view/com/util/forms/PostDropdownBtn.tsx:288 -#: src/view/com/util/forms/PostDropdownBtn.tsx:290 +#: src/view/com/util/forms/PostDropdownBtn.tsx:275 +#: src/view/com/util/forms/PostDropdownBtn.tsx:277 msgid "Copy post text" msgstr "Copiar texto do post" -#: src/Navigation.tsx:253 +#: src/Navigation.tsx:259 #: src/view/screens/CopyrightPolicy.tsx:29 msgid "Copyright Policy" msgstr "Política de Direitos Autorais" @@ -1353,11 +1362,11 @@ msgstr "Criar Conta" msgid "Create an account" msgstr "Criar conta" -#: src/screens/Onboarding/StepProfile/index.tsx:282 +#: src/screens/Onboarding/StepProfile/index.tsx:283 msgid "Create an avatar instead" msgstr "Criar um avatar" -#: src/view/com/modals/AddAppPasswords.tsx:243 +#: src/view/com/modals/AddAppPasswords.tsx:242 msgid "Create App Password" msgstr "Criar Senha de Aplicativo" @@ -1391,7 +1400,7 @@ msgstr "Customizado" msgid "Custom domain" msgstr "Domínio personalizado" -#: src/view/screens/Feeds.tsx:824 +#: src/view/screens/Feeds.tsx:797 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." @@ -1434,7 +1443,7 @@ msgid "Debug panel" msgstr "Painel de depuração" #: src/components/dms/MessageMenu.tsx:151 -#: src/view/com/util/forms/PostDropdownBtn.tsx:436 +#: src/view/com/util/forms/PostDropdownBtn.tsx:423 #: src/view/screens/AppPasswords.tsx:285 #: src/view/screens/ProfileList.tsx:667 msgid "Delete" @@ -1489,8 +1498,8 @@ msgstr "Excluir minha conta" msgid "Delete My Account…" msgstr "Excluir minha conta…" -#: src/view/com/util/forms/PostDropdownBtn.tsx:417 -#: src/view/com/util/forms/PostDropdownBtn.tsx:419 +#: src/view/com/util/forms/PostDropdownBtn.tsx:404 +#: src/view/com/util/forms/PostDropdownBtn.tsx:406 msgid "Delete post" msgstr "Excluir post" @@ -1498,7 +1507,7 @@ msgstr "Excluir post" msgid "Delete this list?" msgstr "Excluir esta lista?" -#: src/view/com/util/forms/PostDropdownBtn.tsx:431 +#: src/view/com/util/forms/PostDropdownBtn.tsx:418 msgid "Delete this post?" msgstr "Excluir este post?" @@ -1521,11 +1530,11 @@ msgstr "" msgid "Description" msgstr "Descrição" -#: src/view/com/composer/GifAltText.tsx:141 +#: src/view/com/composer/GifAltText.tsx:140 msgid "Descriptive alt text" msgstr "Texto alternativo" -#: src/view/com/composer/Composer.tsx:264 +#: src/view/com/composer/Composer.tsx:277 msgid "Did you want to say anything?" msgstr "Você gostaria de dizer alguma coisa?" @@ -1566,11 +1575,11 @@ msgstr "Desabilitar feedback tátil" msgid "Disabled" msgstr "Desabilitado" -#: src/view/com/composer/Composer.tsx:619 +#: src/view/com/composer/Composer.tsx:632 msgid "Discard" msgstr "Descartar" -#: src/view/com/composer/Composer.tsx:616 +#: src/view/com/composer/Composer.tsx:629 msgid "Discard draft?" msgstr "Descartar rascunho?" @@ -1579,12 +1588,12 @@ msgstr "Descartar rascunho?" msgid "Discourage apps from showing my account to logged-out users" msgstr "Desencorajar aplicativos a mostrar minha conta para usuários desautenticados" -#: src/view/com/posts/FollowingEmptyState.tsx:74 -#: src/view/com/posts/FollowingEndOfFeed.tsx:75 +#: src/view/com/posts/FollowingEmptyState.tsx:70 +#: src/view/com/posts/FollowingEndOfFeed.tsx:71 msgid "Discover new custom feeds" msgstr "Descubra novos feeds" -#: src/view/screens/Feeds.tsx:821 +#: src/view/screens/Feeds.tsx:794 msgid "Discover New Feeds" msgstr "Descubra Novos Feeds" @@ -1620,11 +1629,11 @@ msgstr "Domínio verificado!" #: src/components/dialogs/BirthDateSettings.tsx:125 #: src/components/forms/DateField/index.tsx:74 #: src/components/forms/DateField/index.tsx:80 -#: src/screens/Onboarding/StepProfile/index.tsx:321 -#: src/screens/Onboarding/StepProfile/index.tsx:324 +#: src/screens/Onboarding/StepProfile/index.tsx:322 +#: src/screens/Onboarding/StepProfile/index.tsx:325 #: src/view/com/auth/server-input/index.tsx:169 #: src/view/com/auth/server-input/index.tsx:170 -#: src/view/com/modals/AddAppPasswords.tsx:243 +#: src/view/com/modals/AddAppPasswords.tsx:242 #: src/view/com/modals/AltImage.tsx:141 #: src/view/com/modals/crop-image/CropImage.web.tsx:177 #: src/view/com/modals/InviteCodes.tsx:81 @@ -1703,6 +1712,11 @@ msgstr "ex. Perfis que enchem o saco." msgid "Each code works once. You'll receive more invite codes periodically." msgstr "Cada convite só funciona uma vez. Você receberá mais convites periodicamente." +#: src/view/screens/Feeds.tsx:400 +#: src/view/screens/Feeds.tsx:471 +msgid "Edit" +msgstr "" + #: src/view/com/lists/ListMembers.tsx:149 msgctxt "action" msgid "Edit" @@ -1726,8 +1740,9 @@ msgstr "Editar detalhes da lista" msgid "Edit Moderation List" msgstr "Editar lista de moderação" -#: src/Navigation.tsx:263 -#: src/view/screens/Feeds.tsx:495 +#: src/Navigation.tsx:269 +#: src/view/screens/Feeds.tsx:398 +#: src/view/screens/Feeds.tsx:469 #: src/view/screens/SavedFeeds.tsx:93 msgid "Edit My Feeds" msgstr "Editar Meus Feeds" @@ -1737,19 +1752,19 @@ msgid "Edit my profile" msgstr "Editar meu perfil" #: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:181 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:171 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:175 msgid "Edit profile" msgstr "Editar perfil" #: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:184 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:174 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:178 msgid "Edit Profile" msgstr "Editar Perfil" #: src/view/com/home/HomeHeaderLayout.web.tsx:76 #: src/view/screens/Feeds.tsx:416 -msgid "Edit Saved Feeds" -msgstr "Editar Feeds Salvos" +#~ msgid "Edit Saved Feeds" +#~ msgstr "Editar Feeds Salvos" #: src/view/com/modals/CreateOrEditList.tsx:234 msgid "Edit User List" @@ -1802,8 +1817,8 @@ msgid "Embed HTML code" msgstr "Código HTML para incorporação" #: src/components/dialogs/Embed.tsx:97 -#: src/view/com/util/forms/PostDropdownBtn.tsx:327 -#: src/view/com/util/forms/PostDropdownBtn.tsx:329 +#: src/view/com/util/forms/PostDropdownBtn.tsx:314 +#: src/view/com/util/forms/PostDropdownBtn.tsx:316 msgid "Embed post" msgstr "Incorporar post" @@ -1859,7 +1874,7 @@ msgstr "Fim do feed" #~ msgid "End of list" #~ msgstr "" -#: src/view/com/modals/AddAppPasswords.tsx:161 +#: src/view/com/modals/AddAppPasswords.tsx:160 msgid "Enter a name for this App Password" msgstr "Insira um nome para esta Senha de Aplicativo" @@ -1867,8 +1882,8 @@ msgstr "Insira um nome para esta Senha de Aplicativo" msgid "Enter a password" msgstr "Insira uma senha" +#: 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" @@ -1918,7 +1933,7 @@ msgid "Error receiving captcha response." msgstr "Não foi possível processar o captcha." #: src/screens/Onboarding/StepInterests/index.tsx:192 -#: src/view/screens/Search/Search.tsx:115 +#: src/view/screens/Search/Search.tsx:116 msgid "Error:" msgstr "Erro:" @@ -2006,7 +2021,7 @@ msgstr "Mídia Externa" msgid "External media may allow websites to collect information about you and your device. No information is sent or requested until you press the \"play\" button." msgstr "Mídias externas podem permitir que sites coletem informações sobre você e seu dispositivo. Nenhuma informação é enviada ou solicitada até que você pressione o botão de \"play\"." -#: src/Navigation.tsx:282 +#: src/Navigation.tsx:288 #: src/view/screens/PreferencesExternalEmbeds.tsx:53 #: src/view/screens/Settings/index.tsx:679 msgid "External Media Preferences" @@ -2016,8 +2031,8 @@ msgstr "Preferências de Mídia Externa" msgid "External media settings" msgstr "Preferências de mídia externa" -#: src/view/com/modals/AddAppPasswords.tsx:120 -#: src/view/com/modals/AddAppPasswords.tsx:124 +#: src/view/com/modals/AddAppPasswords.tsx:119 +#: src/view/com/modals/AddAppPasswords.tsx:123 msgid "Failed to create app password." msgstr "Não foi possível criar senha de aplicativo." @@ -2029,7 +2044,7 @@ msgstr "Não foi possível criar a lista. Por favor tente novamente." msgid "Failed to delete message" msgstr "Não foi possível excluir esta mensagem" -#: src/view/com/util/forms/PostDropdownBtn.tsx:154 +#: src/view/com/util/forms/PostDropdownBtn.tsx:149 msgid "Failed to delete post, please try again" msgstr "Não foi possível excluir o post, por favor tente novamente." @@ -2063,7 +2078,7 @@ msgstr "" #~ msgid "Failed to send message(s)." #~ msgstr "Não foi possível enviar sua mensagem." -#: src/components/moderation/LabelsOnMeDialog.tsx:225 +#: src/components/moderation/LabelsOnMeDialog.tsx:223 #: src/screens/Messages/Conversation/ChatDisabled.tsx:87 msgid "Failed to submit appeal, please try again." msgstr "" @@ -2073,30 +2088,29 @@ msgstr "" msgid "Failed to update settings" msgstr "" -#: src/Navigation.tsx:203 +#: src/Navigation.tsx:209 msgid "Feed" msgstr "Feed" -#: src/view/com/feeds/FeedSourceCard.tsx:230 +#: src/view/com/feeds/FeedSourceCard.tsx:251 msgid "Feed by {0}" msgstr "Feed por {0}" -#: src/view/screens/Feeds.tsx:736 +#: src/view/screens/Feeds.tsx:709 msgid "Feed offline" msgstr "Feed offline" #: src/view/shell/desktop/RightNav.tsx:66 -#: src/view/shell/Drawer.tsx:344 +#: src/view/shell/Drawer.tsx:345 msgid "Feedback" msgstr "Comentários" -#: src/Navigation.tsx:511 -#: src/view/screens/Feeds.tsx:480 -#: src/view/screens/Feeds.tsx:596 +#: src/view/screens/Feeds.tsx:463 +#: src/view/screens/Feeds.tsx:570 #: src/view/screens/Profile.tsx:197 #: src/view/shell/desktop/LeftNav.tsx:367 -#: src/view/shell/Drawer.tsx:492 #: src/view/shell/Drawer.tsx:493 +#: src/view/shell/Drawer.tsx:494 msgid "Feeds" msgstr "Feeds" @@ -2129,12 +2143,12 @@ msgid "Finalizing" msgstr "Finalizando" #: src/view/com/posts/CustomFeedEmptyState.tsx:47 -#: src/view/com/posts/FollowingEmptyState.tsx:57 -#: src/view/com/posts/FollowingEndOfFeed.tsx:58 +#: src/view/com/posts/FollowingEmptyState.tsx:53 +#: src/view/com/posts/FollowingEndOfFeed.tsx:54 msgid "Find accounts to follow" msgstr "Encontre contas para seguir" -#: src/view/screens/Search/Search.tsx:469 +#: src/view/screens/Search/Search.tsx:470 msgid "Find posts and users on Bluesky" msgstr "Encontre posts e usuários no Bluesky" @@ -2177,7 +2191,7 @@ msgstr "Virar verticalmente" #: src/components/ProfileHoverCard/index.web.tsx:412 #: src/components/ProfileHoverCard/index.web.tsx:423 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:244 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:248 #: src/view/com/post-thread/PostThreadFollowBtn.tsx:146 #: src/view/com/profile/ProfileHeaderSuggestedFollows.tsx:247 msgid "Follow" @@ -2188,7 +2202,7 @@ msgctxt "action" msgid "Follow" msgstr "Seguir" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:230 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:234 #: src/view/com/post-thread/PostThreadFollowBtn.tsx:128 msgid "Follow {0}" msgstr "Seguir {0}" @@ -2218,6 +2232,10 @@ msgstr "Seguir De Volta" #~ msgid "Follow some users to get started. We can recommend you more users based on who you find interesting." #~ msgstr "Comece seguindo alguns usuários. Mais usuários podem ser recomendados com base em quem você acha interessante." +#: src/components/KnownFollowers.tsx:169 +msgid "Followed by" +msgstr "" + #: src/view/com/profile/ProfileCard.tsx:227 msgid "Followed by {0}" msgstr "Seguido por {0}" @@ -2239,18 +2257,27 @@ msgstr "seguiu você" msgid "Followers" msgstr "Seguidores" +#: src/Navigation.tsx:177 +msgid "Followers of @{0} that you know" +msgstr "" + +#: src/screens/Profile/KnownFollowers.tsx:108 +#: src/screens/Profile/KnownFollowers.tsx:118 +msgid "Followers you know" +msgstr "" + #: src/components/ProfileHoverCard/index.web.tsx:411 #: src/components/ProfileHoverCard/index.web.tsx:422 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:242 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:246 #: src/view/com/post-thread/PostThreadFollowBtn.tsx:149 #: src/view/com/profile/ProfileFollows.tsx:104 -#: src/view/screens/Feeds.tsx:683 +#: src/view/screens/Feeds.tsx:656 #: src/view/screens/ProfileFollows.tsx:25 #: src/view/screens/SavedFeeds.tsx:415 msgid "Following" msgstr "Seguindo" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:90 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:94 msgid "Following {0}" msgstr "Seguindo {0}" @@ -2262,9 +2289,7 @@ msgstr "" msgid "Following feed preferences" msgstr "Configurações do feed principal" -#: src/Navigation.tsx:269 -#: src/view/com/home/HomeHeaderLayout.web.tsx:64 -#: src/view/com/home/HomeHeaderLayoutMobile.tsx:87 +#: src/Navigation.tsx:275 #: src/view/screens/PreferencesFollowingFeed.tsx:103 #: src/view/screens/Settings/index.tsx:582 msgid "Following Feed Preferences" @@ -2286,7 +2311,7 @@ msgstr "Comida" 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:233 +#: src/view/com/modals/AddAppPasswords.tsx:232 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." @@ -2329,7 +2354,7 @@ msgstr "" msgid "Get Started" msgstr "Vamos começar" -#: src/screens/Onboarding/StepProfile/index.tsx:224 +#: src/screens/Onboarding/StepProfile/index.tsx:225 msgid "Give your profile a face" msgstr "Dê uma cara nova pro seu perfil" @@ -2357,9 +2382,9 @@ msgstr "Voltar" msgid "Go Back" msgstr "Voltar" -#: src/components/dms/ReportDialog.tsx:152 +#: src/components/dms/ReportDialog.tsx:154 #: src/components/ReportDialog/SelectReportOptionView.tsx:77 -#: src/components/ReportDialog/SubmitView.tsx:105 +#: src/components/ReportDialog/SubmitView.tsx:104 #: src/screens/Onboarding/Layout.tsx:102 #: src/screens/Onboarding/Layout.tsx:191 #: src/screens/Signup/index.tsx:187 @@ -2379,7 +2404,7 @@ msgstr "Voltar para a tela inicial" #~ msgid "Go to @{queryMaybeHandle}" #~ msgstr "Ir para @{queryMaybleHandle}" -#: src/screens/Messages/List/ChatListItem.tsx:208 +#: src/screens/Messages/List/ChatListItem.tsx:211 msgid "Go to conversation with {0}" msgstr "" @@ -2412,7 +2437,7 @@ msgstr "Feedback tátil" msgid "Harassment, trolling, or intolerance" msgstr "Assédio, intolerância ou \"trollagem\"" -#: src/Navigation.tsx:297 +#: src/Navigation.tsx:303 msgid "Hashtag" msgstr "Hashtag" @@ -2425,11 +2450,11 @@ msgid "Having trouble?" msgstr "Precisa de ajuda?" #: src/view/shell/desktop/RightNav.tsx:95 -#: src/view/shell/Drawer.tsx:354 +#: src/view/shell/Drawer.tsx:355 msgid "Help" msgstr "Ajuda" -#: src/screens/Onboarding/StepProfile/index.tsx:227 +#: src/screens/Onboarding/StepProfile/index.tsx:228 msgid "Help people know you're not a bot by uploading a picture or creating an avatar." msgstr "As pessoas não vão achar que você é um bot se você criar um avatar ou fazer upload de uma imagem." @@ -2445,7 +2470,7 @@ msgstr "As pessoas não vão achar que você é um bot se você criar um avatar #~ 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:204 +#: src/view/com/modals/AddAppPasswords.tsx:203 msgid "Here is your app password." msgstr "Aqui está a sua senha de aplicativo." @@ -2456,7 +2481,7 @@ msgstr "Aqui está a sua senha de aplicativo." #: src/lib/moderation/useLabelBehaviorDescription.ts:20 #: src/lib/moderation/useLabelBehaviorDescription.ts:25 #: src/lib/moderation/useLabelBehaviorDescription.ts:30 -#: src/view/com/util/forms/PostDropdownBtn.tsx:445 +#: src/view/com/util/forms/PostDropdownBtn.tsx:432 msgid "Hide" msgstr "Ocultar" @@ -2465,8 +2490,8 @@ msgctxt "action" msgid "Hide" msgstr "Esconder" -#: src/view/com/util/forms/PostDropdownBtn.tsx:390 -#: src/view/com/util/forms/PostDropdownBtn.tsx:392 +#: src/view/com/util/forms/PostDropdownBtn.tsx:377 +#: src/view/com/util/forms/PostDropdownBtn.tsx:379 msgid "Hide post" msgstr "Ocultar post" @@ -2475,7 +2500,7 @@ msgstr "Ocultar post" msgid "Hide the content" msgstr "Esconder o conteúdo" -#: src/view/com/util/forms/PostDropdownBtn.tsx:442 +#: src/view/com/util/forms/PostDropdownBtn.tsx:429 msgid "Hide this post?" msgstr "Ocultar este post?" @@ -2483,23 +2508,23 @@ msgstr "Ocultar este post?" msgid "Hide user list" msgstr "Ocultar lista de usuários" -#: src/view/com/posts/FeedErrorMessage.tsx:118 +#: src/view/com/posts/FeedErrorMessage.tsx:117 msgid "Hmm, some kind of issue occurred when contacting the feed server. Please let the feed owner know about this issue." msgstr "Hmm, ocorreu algum problema ao entrar em contato com o servidor deste feed. Por favor, avise o criador do feed sobre este problema." -#: src/view/com/posts/FeedErrorMessage.tsx:106 +#: src/view/com/posts/FeedErrorMessage.tsx:105 msgid "Hmm, the feed server appears to be misconfigured. Please let the feed owner know about this issue." msgstr "Hmm, o servidor do feed parece estar mal configurado. Por favor, avise o criador do feed sobre este problema." -#: src/view/com/posts/FeedErrorMessage.tsx:112 +#: src/view/com/posts/FeedErrorMessage.tsx:111 msgid "Hmm, the feed server appears to be offline. Please let the feed owner know about this issue." msgstr "Hmm, o servidor do feed parece estar offline. Por favor, avise o criador do feed sobre este problema." -#: src/view/com/posts/FeedErrorMessage.tsx:109 +#: src/view/com/posts/FeedErrorMessage.tsx:108 msgid "Hmm, the feed server gave a bad response. Please let the feed owner know about this issue." msgstr "Hmm, o servidor do feed teve algum problema. Por favor, avise o criador do feed sobre este problema." -#: src/view/com/posts/FeedErrorMessage.tsx:103 +#: src/view/com/posts/FeedErrorMessage.tsx:102 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." @@ -2511,11 +2536,11 @@ msgstr "Hmmmm, parece que estamos com problemas pra carregar isso. Veja mais det msgid "Hmmmm, we couldn't load that moderation service." msgstr "Hmmmm, não foi possível carregar este serviço de moderação." -#: src/Navigation.tsx:501 +#: src/Navigation.tsx:489 #: src/view/shell/bottom-bar/BottomBar.tsx:159 #: src/view/shell/desktop/LeftNav.tsx:335 -#: src/view/shell/Drawer.tsx:424 #: src/view/shell/Drawer.tsx:425 +#: src/view/shell/Drawer.tsx:426 msgid "Home" msgstr "Página Inicial" @@ -2569,7 +2594,7 @@ msgstr "Se você ainda não é um adulto de acordo com as leis do seu país, seu msgid "If you delete this list, you won't be able to recover it." msgstr "Se você deletar esta lista, você não poderá recuperá-la." -#: src/view/com/util/forms/PostDropdownBtn.tsx:433 +#: src/view/com/util/forms/PostDropdownBtn.tsx:420 msgid "If you remove this post, you won't be able to recover it." msgstr "Se você remover este post, você não poderá recuperá-la." @@ -2609,7 +2634,7 @@ msgstr "Insira o código enviado para o seu e-mail para redefinir sua senha" msgid "Input confirmation code for account deletion" msgstr "Insira o código de confirmação para excluir sua conta" -#: src/view/com/modals/AddAppPasswords.tsx:175 +#: src/view/com/modals/AddAppPasswords.tsx:174 msgid "Input name for app password" msgstr "Insira um nome para a senha de aplicativo" @@ -2654,7 +2679,7 @@ msgstr "" msgid "Invalid 2FA confirmation code." msgstr "Código de confirmação inválido." -#: src/view/com/post-thread/PostThreadItem.tsx:240 +#: src/view/com/post-thread/PostThreadItem.tsx:235 msgid "Invalid or unsupported post record" msgstr "Post inválido" @@ -2718,11 +2743,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:80 +#: src/components/moderation/LabelsOnMeDialog.tsx:79 msgid "Labels on your account" msgstr "Rótulos sobre sua conta" -#: src/components/moderation/LabelsOnMeDialog.tsx:82 +#: src/components/moderation/LabelsOnMeDialog.tsx:81 msgid "Labels on your content" msgstr "Rótulos sobre seu conteúdo" @@ -2734,7 +2759,7 @@ msgstr "Seleção de idioma" msgid "Language settings" msgstr "Configuração de Idioma" -#: src/Navigation.tsx:151 +#: src/Navigation.tsx:150 #: src/view/screens/LanguageSettings.tsx:90 msgid "Language Settings" msgstr "Configurações de Idiomas" @@ -2744,7 +2769,7 @@ msgid "Languages" msgstr "Idiomas" #: src/screens/Hashtag.tsx:99 -#: src/view/screens/Search/Search.tsx:376 +#: src/view/screens/Search/Search.tsx:377 msgid "Latest" msgstr "Mais recentes" @@ -2826,8 +2851,8 @@ msgid "Like this feed" msgstr "Curtir este feed" #: src/components/LikesDialog.tsx:87 -#: src/Navigation.tsx:208 -#: src/Navigation.tsx:213 +#: src/Navigation.tsx:214 +#: src/Navigation.tsx:219 msgid "Liked by" msgstr "Curtido por" @@ -2863,11 +2888,11 @@ msgstr "curtiu seu post" msgid "Likes" msgstr "Curtidas" -#: src/view/com/post-thread/PostThreadItem.tsx:201 +#: src/view/com/post-thread/PostThreadItem.tsx:196 msgid "Likes on this post" msgstr "Curtidas neste post" -#: src/Navigation.tsx:177 +#: src/Navigation.tsx:183 msgid "List" msgstr "Lista" @@ -2879,7 +2904,7 @@ msgstr "Avatar da lista" msgid "List blocked" msgstr "Lista bloqueada" -#: src/view/com/feeds/FeedSourceCard.tsx:232 +#: src/view/com/feeds/FeedSourceCard.tsx:253 msgid "List by {0}" msgstr "Lista por {0}" @@ -2903,12 +2928,12 @@ msgstr "Lista desbloqueada" msgid "List unmuted" msgstr "Lista dessilenciada" -#: src/Navigation.tsx:121 +#: src/Navigation.tsx:120 #: src/view/screens/Profile.tsx:192 #: src/view/screens/Profile.tsx:198 #: src/view/shell/desktop/LeftNav.tsx:373 -#: src/view/shell/Drawer.tsx:508 #: src/view/shell/Drawer.tsx:509 +#: src/view/shell/Drawer.tsx:510 msgid "Lists" msgstr "Listas" @@ -2916,7 +2941,7 @@ msgstr "Listas" msgid "Lists blocking this user:" msgstr "" -#: src/view/screens/Notifications.tsx:168 +#: src/view/screens/Notifications.tsx:184 msgid "Load new notifications" msgstr "Carregar novas notificações" @@ -2931,7 +2956,7 @@ msgstr "Carregar novos posts" msgid "Loading..." msgstr "Carregando..." -#: src/Navigation.tsx:228 +#: src/Navigation.tsx:234 msgid "Log" msgstr "Registros" @@ -2967,7 +2992,7 @@ msgstr "Tem esse formato: XXXXX-XXXXX" msgid "Looks like you haven't saved any feeds! Use our recommendations or browse more below." msgstr "Parece que você não salvou um feed ainda! Dá uma olhada nas nossas recomendações ou veja mais abaixo." -#: src/screens/Home/NoFeedsPinned.tsx:96 +#: src/screens/Home/NoFeedsPinned.tsx:83 msgid "Looks like you unpinned all your feeds. But don't worry, you can add some below 😄" msgstr "Parece que você desafixou todos os seus feeds, mas não esquenta, dá uma olhada nesses aqui! 😄" @@ -2983,7 +3008,7 @@ msgstr "" 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" @@ -3005,8 +3030,8 @@ msgstr "usuários mencionados" msgid "Mentioned users" msgstr "Usuários mencionados" -#: src/view/com/util/ViewHeader.tsx:90 -#: src/view/screens/Search/Search.tsx:713 +#: src/view/com/util/ViewHeader.tsx:91 +#: src/view/screens/Search/Search.tsx:714 msgid "Menu" msgstr "Menu" @@ -3015,11 +3040,11 @@ msgid "Message {0}" msgstr "" #: src/components/dms/MessageMenu.tsx:72 -#: src/screens/Messages/List/ChatListItem.tsx:154 +#: src/screens/Messages/List/ChatListItem.tsx:155 msgid "Message deleted" msgstr "Mensagem excluída" -#: src/view/com/posts/FeedErrorMessage.tsx:201 +#: src/view/com/posts/FeedErrorMessage.tsx:200 msgid "Message from server: {0}" msgstr "Mensagem do servidor: {0}" @@ -3036,7 +3061,7 @@ msgstr "Mensagem longa demais" msgid "Message settings" msgstr "Configurações das mensagens" -#: src/Navigation.tsx:521 +#: src/Navigation.tsx:504 #: src/screens/Messages/List/index.tsx:164 #: src/screens/Messages/List/index.tsx:246 #: src/screens/Messages/List/index.tsx:317 @@ -3051,7 +3076,7 @@ msgstr "Mensagens" msgid "Misleading Account" msgstr "Conta Enganosa" -#: src/Navigation.tsx:126 +#: src/Navigation.tsx:125 #: src/screens/Moderation/index.tsx:104 #: src/view/screens/Settings/index.tsx:561 msgid "Moderation" @@ -3088,7 +3113,7 @@ msgstr "Lista de moderação criada" msgid "Moderation lists" msgstr "Listas de moderação" -#: src/Navigation.tsx:131 +#: src/Navigation.tsx:130 #: src/view/screens/ModerationModlists.tsx:58 msgid "Moderation Lists" msgstr "Listas de Moderação" @@ -3097,7 +3122,7 @@ msgstr "Listas de Moderação" msgid "Moderation settings" msgstr "Moderação" -#: src/Navigation.tsx:223 +#: src/Navigation.tsx:229 msgid "Moderation states" msgstr "Moderação" @@ -3110,7 +3135,7 @@ msgstr "Ferramentas de moderação" msgid "Moderator has chosen to set a general warning on the content." msgstr "O moderador escolheu um aviso geral neste conteúdo." -#: src/view/com/post-thread/PostThreadItem.tsx:572 +#: src/view/com/post-thread/PostThreadItem.tsx:566 msgid "More" msgstr "Mais" @@ -3152,11 +3177,11 @@ msgstr "Silenciar posts com {displayTag}" msgid "Mute conversation" msgstr "" -#: src/components/dialogs/MutedWords.tsx:149 +#: src/components/dialogs/MutedWords.tsx:148 msgid "Mute in tags only" msgstr "Silenciar apenas tags" -#: src/components/dialogs/MutedWords.tsx:134 +#: src/components/dialogs/MutedWords.tsx:133 msgid "Mute in text & tags" msgstr "Silenciar texto e tags" @@ -3173,21 +3198,21 @@ msgstr "Silenciar lista" msgid "Mute these accounts?" msgstr "Silenciar estas contas?" -#: 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" -#: src/view/com/util/forms/PostDropdownBtn.tsx:365 -#: src/view/com/util/forms/PostDropdownBtn.tsx:371 +#: src/view/com/util/forms/PostDropdownBtn.tsx:352 +#: src/view/com/util/forms/PostDropdownBtn.tsx:358 msgid "Mute thread" msgstr "Silenciar thread" -#: src/view/com/util/forms/PostDropdownBtn.tsx:381 -#: src/view/com/util/forms/PostDropdownBtn.tsx:383 +#: src/view/com/util/forms/PostDropdownBtn.tsx:368 +#: src/view/com/util/forms/PostDropdownBtn.tsx:370 msgid "Mute words & tags" msgstr "Silenciar palavras/tags" @@ -3199,7 +3224,7 @@ msgstr "Silenciada" msgid "Muted accounts" msgstr "Contas silenciadas" -#: src/Navigation.tsx:136 +#: src/Navigation.tsx:135 #: src/view/screens/ModerationMutedAccounts.tsx:109 msgid "Muted Accounts" msgstr "Contas Silenciadas" @@ -3225,7 +3250,7 @@ msgstr "Silenciar é privado. Contas silenciadas podem interagir com você, mas msgid "My Birthday" msgstr "Meu Aniversário" -#: src/view/screens/Feeds.tsx:795 +#: src/view/screens/Feeds.tsx:768 msgid "My Feeds" msgstr "Meus Feeds" @@ -3241,7 +3266,7 @@ msgstr "Meus feeds salvos" msgid "My Saved Feeds" msgstr "Meus Feeds Salvos" -#: src/view/com/modals/AddAppPasswords.tsx:174 +#: src/view/com/modals/AddAppPasswords.tsx:173 #: src/view/com/modals/CreateOrEditList.tsx:279 msgid "Name" msgstr "Nome" @@ -3323,8 +3348,8 @@ msgctxt "action" msgid "New post" msgstr "Novo post" -#: src/view/screens/Feeds.tsx:627 -#: src/view/screens/Notifications.tsx:177 +#: src/view/screens/Feeds.tsx:600 +#: src/view/screens/Notifications.tsx:193 #: src/view/screens/Profile.tsx:464 #: src/view/screens/ProfileFeed.tsx:426 #: src/view/screens/ProfileList.tsx:201 @@ -3394,7 +3419,7 @@ msgstr "Não tenho painel de DNS" msgid "No featured GIFs found. There may be an issue with Tenor." msgstr "Nenhum GIF em destaque encontrado." -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:112 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:116 msgid "No longer following {0}" msgstr "Você não está mais seguindo {0}" @@ -3402,7 +3427,7 @@ msgstr "Você não está mais seguindo {0}" msgid "No longer than 253 characters" msgstr "No máximo 253 caracteres" -#: src/screens/Messages/List/ChatListItem.tsx:105 +#: src/screens/Messages/List/ChatListItem.tsx:106 msgid "No messages yet" msgstr "Nenhuma mensagem ainda" @@ -3410,7 +3435,7 @@ msgstr "Nenhuma mensagem ainda" msgid "No more conversations to show" msgstr "" -#: src/view/com/notifications/Feed.tsx:117 +#: src/view/com/notifications/Feed.tsx:118 msgid "No notifications yet!" msgstr "Nenhuma notificação!" @@ -3421,6 +3446,10 @@ msgstr "Nenhuma notificação!" msgid "No one" msgstr "" +#: src/screens/Profile/Sections/Feed.tsx:59 +msgid "No posts yet." +msgstr "" + #: src/view/com/composer/text-input/mobile/Autocomplete.tsx:101 #: src/view/com/composer/text-input/web/Autocomplete.tsx:195 msgid "No result" @@ -3434,13 +3463,13 @@ msgstr "" msgid "No results found" msgstr "Nenhum resultado encontrado" -#: src/view/screens/Feeds.tsx:556 +#: src/view/screens/Feeds.tsx:530 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:296 -#: src/view/screens/Search/Search.tsx:335 +#: src/view/screens/Search/Search.tsx:297 +#: src/view/screens/Search/Search.tsx:336 msgid "No results found for {query}" msgstr "Nenhum resultado encontrado para {query}" @@ -3479,7 +3508,7 @@ msgstr "Nudez não-erótica" #~ msgid "Not Applicable." #~ msgstr "Não Aplicável." -#: src/Navigation.tsx:116 +#: src/Navigation.tsx:115 #: src/view/screens/Profile.tsx:100 msgid "Not Found" msgstr "Não encontrado" @@ -3490,7 +3519,7 @@ msgid "Not right now" msgstr "Agora não" #: src/view/com/profile/ProfileMenu.tsx:370 -#: src/view/com/util/forms/PostDropdownBtn.tsx:459 +#: src/view/com/util/forms/PostDropdownBtn.tsx:446 #: src/view/com/util/post-ctrls/PostCtrls.tsx:308 msgid "Note about sharing" msgstr "Nota sobre compartilhamento" @@ -3511,13 +3540,13 @@ msgstr "" msgid "Notification Sounds" msgstr "" -#: src/Navigation.tsx:516 -#: src/view/screens/Notifications.tsx:126 -#: src/view/screens/Notifications.tsx:154 +#: src/Navigation.tsx:499 +#: src/view/screens/Notifications.tsx:132 +#: src/view/screens/Notifications.tsx:169 #: src/view/shell/bottom-bar/BottomBar.tsx:227 #: src/view/shell/desktop/LeftNav.tsx:350 -#: src/view/shell/Drawer.tsx:456 #: src/view/shell/Drawer.tsx:457 +#: src/view/shell/Drawer.tsx:458 msgid "Notifications" msgstr "Notificações" @@ -3567,11 +3596,11 @@ msgstr "Respostas mais antigas primeiro" msgid "Onboarding reset" msgstr "Resetar tutoriais" -#: src/view/com/composer/Composer.tsx:488 +#: src/view/com/composer/Composer.tsx:503 msgid "One or more images is missing alt text." msgstr "Uma ou mais imagens estão sem texto alternativo." -#: src/screens/Onboarding/StepProfile/index.tsx:116 +#: src/screens/Onboarding/StepProfile/index.tsx:117 msgid "Only .jpg and .png files are supported" msgstr "Apenas imagens .jpg ou .png são permitidas" @@ -3601,17 +3630,17 @@ msgstr "Abrir" msgid "Open {name} profile shortcut menu" msgstr "" -#: src/screens/Onboarding/StepProfile/index.tsx:276 +#: src/screens/Onboarding/StepProfile/index.tsx:277 msgid "Open avatar creator" msgstr "Abrir criador de avatar" -#: src/screens/Messages/List/ChatListItem.tsx:214 -#: src/screens/Messages/List/ChatListItem.tsx:215 +#: src/screens/Messages/List/ChatListItem.tsx:219 +#: src/screens/Messages/List/ChatListItem.tsx:220 msgid "Open conversation options" msgstr "" -#: src/view/com/composer/Composer.tsx:600 -#: src/view/com/composer/Composer.tsx:601 +#: src/view/com/composer/Composer.tsx:613 +#: src/view/com/composer/Composer.tsx:614 msgid "Open emoji picker" msgstr "Abrir seletor de emojis" @@ -3631,11 +3660,11 @@ msgstr "" msgid "Open muted words and tags settings" msgstr "Abrir opções de palavras/tags silenciadas" -#: src/view/com/home/HomeHeaderLayoutMobile.tsx:52 +#: src/view/com/home/HomeHeaderLayoutMobile.tsx:54 msgid "Open navigation" msgstr "Abrir navegação" -#: src/view/com/util/forms/PostDropdownBtn.tsx:250 +#: src/view/com/util/forms/PostDropdownBtn.tsx:237 msgid "Open post options menu" msgstr "Abrir opções do post" @@ -3744,8 +3773,8 @@ msgstr "Abre o formulário de redefinição de senha" #: src/view/com/home/HomeHeaderLayout.web.tsx:77 #: src/view/screens/Feeds.tsx:417 -msgid "Opens screen to edit Saved Feeds" -msgstr "Abre a tela para editar feeds salvos" +#~ msgid "Opens screen to edit Saved Feeds" +#~ msgstr "Abre a tela para editar feeds salvos" #: src/view/screens/Settings/index.tsx:617 msgid "Opens screen with all saved feeds" @@ -3789,8 +3818,8 @@ msgstr "" msgid "Option {0} of {numItems}" msgstr "Opção {0} de {numItems}" -#: src/components/dms/ReportDialog.tsx:181 -#: src/components/ReportDialog/SubmitView.tsx:163 +#: src/components/dms/ReportDialog.tsx:183 +#: src/components/ReportDialog/SubmitView.tsx:162 msgid "Optionally provide additional information below:" msgstr "Se quiser adicionar mais informações, digite abaixo:" @@ -3854,15 +3883,15 @@ msgstr "Senha atualizada!" msgid "Pause" msgstr "Pausar" -#: src/view/screens/Search/Search.tsx:386 +#: src/view/screens/Search/Search.tsx:387 msgid "People" msgstr "Pessoas" -#: src/Navigation.tsx:171 +#: src/Navigation.tsx:170 msgid "People followed by @{0}" msgstr "Pessoas seguidas por @{0}" -#: src/Navigation.tsx:164 +#: src/Navigation.tsx:163 msgid "People following @{0}" msgstr "Pessoas seguindo @{0}" @@ -3941,15 +3970,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:95 +#: src/view/com/modals/AddAppPasswords.tsx:94 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:151 +#: src/view/com/modals/AddAppPasswords.tsx:150 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" @@ -3961,7 +3990,7 @@ msgstr "Por favor, digite o seu e-mail." msgid "Please enter your password as well:" msgstr "Por favor, digite sua senha também:" -#: src/components/moderation/LabelsOnMeDialog.tsx:258 +#: src/components/moderation/LabelsOnMeDialog.tsx:256 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}" @@ -3978,7 +4007,7 @@ msgstr "Por favor entre como @{0}" msgid "Please Verify Your Email" msgstr "Por favor, verifique seu e-mail" -#: src/view/com/composer/Composer.tsx:268 +#: src/view/com/composer/Composer.tsx:281 msgid "Please wait for your link card to finish loading" msgstr "Aguarde até que a prévia de link termine de carregar" @@ -3990,28 +4019,28 @@ msgstr "Política" msgid "Porn" msgstr "Pornografia" -#: src/view/com/composer/Composer.tsx:462 -#: src/view/com/composer/Composer.tsx:470 +#: src/view/com/composer/Composer.tsx:477 +#: src/view/com/composer/Composer.tsx:485 msgctxt "action" msgid "Post" msgstr "Postar" -#: src/view/com/post-thread/PostThread.tsx:427 +#: src/view/com/post-thread/PostThread.tsx:430 msgctxt "description" msgid "Post" msgstr "Post" -#: src/view/com/post-thread/PostThreadItem.tsx:194 +#: src/view/com/post-thread/PostThreadItem.tsx:189 msgid "Post by {0}" msgstr "Post por {0}" -#: src/Navigation.tsx:183 -#: src/Navigation.tsx:190 -#: src/Navigation.tsx:197 +#: src/Navigation.tsx:189 +#: src/Navigation.tsx:196 +#: src/Navigation.tsx:203 msgid "Post by @{0}" msgstr "Post por @{0}" -#: src/view/com/util/forms/PostDropdownBtn.tsx:134 +#: src/view/com/util/forms/PostDropdownBtn.tsx:129 msgid "Post deleted" msgstr "Post excluído" @@ -4050,11 +4079,11 @@ msgstr "posts" 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." -#: src/view/com/posts/FeedErrorMessage.tsx:69 +#: src/view/com/posts/FeedErrorMessage.tsx:68 msgid "Posts hidden" msgstr "Posts ocultados" @@ -4082,6 +4111,10 @@ msgstr "Tentar novamente" #~ msgid "Press to Retry" #~ msgstr "Tentar novamente" +#: src/components/KnownFollowers.tsx:111 +msgid "Press to view followers of this account that you also follow" +msgstr "" + #: src/view/com/lightbox/Lightbox.web.tsx:150 msgid "Previous image" msgstr "Imagem anterior" @@ -4099,11 +4132,11 @@ msgstr "Priorizar seus Seguidores" msgid "Privacy" msgstr "Privacidade" -#: src/Navigation.tsx:238 +#: src/Navigation.tsx:244 #: src/screens/Signup/StepInfo/Policies.tsx:56 #: src/view/screens/PrivacyPolicy.tsx:29 #: src/view/screens/Settings/index.tsx:957 -#: src/view/shell/Drawer.tsx:284 +#: src/view/shell/Drawer.tsx:285 msgid "Privacy Policy" msgstr "Política de Privacidade" @@ -4123,8 +4156,8 @@ msgstr "perfil" #: src/view/shell/bottom-bar/BottomBar.tsx:272 #: src/view/shell/desktop/LeftNav.tsx:381 #: src/view/shell/Drawer.tsx:78 -#: src/view/shell/Drawer.tsx:541 #: src/view/shell/Drawer.tsx:542 +#: src/view/shell/Drawer.tsx:543 msgid "Profile" msgstr "Perfil" @@ -4148,16 +4181,16 @@ 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:447 +#: src/view/com/composer/Composer.tsx:462 msgid "Publish post" msgstr "Publicar post" -#: src/view/com/composer/Composer.tsx:447 +#: src/view/com/composer/Composer.tsx:462 msgid "Publish reply" msgstr "Publicar resposta" -#: src/view/com/util/post-ctrls/RepostButton.tsx:113 -#: src/view/com/util/post-ctrls/RepostButton.tsx:125 +#: src/view/com/util/post-ctrls/RepostButton.tsx:115 +#: src/view/com/util/post-ctrls/RepostButton.tsx:127 #: src/view/com/util/post-ctrls/RepostButton.web.tsx:78 #: src/view/com/util/post-ctrls/RepostButton.web.tsx:81 msgid "Quote post" @@ -4185,7 +4218,7 @@ msgstr "Índices" msgid "Reactivate your account" msgstr "" -#: src/components/dms/ReportDialog.tsx:172 +#: src/components/dms/ReportDialog.tsx:174 msgid "Reason:" msgstr "" @@ -4193,7 +4226,7 @@ msgstr "" #~ msgid "Reason: {0}" #~ msgstr "Motivo: {0}" -#: src/view/screens/Search/Search.tsx:973 +#: src/view/screens/Search/Search.tsx:970 msgid "Recent Searches" msgstr "Buscas Recentes" @@ -4213,12 +4246,12 @@ msgstr "" msgid "Reload conversations" msgstr "" -#: src/components/dialogs/MutedWords.tsx:288 -#: src/view/com/feeds/FeedSourceCard.tsx:296 +#: src/components/dialogs/MutedWords.tsx:286 +#: src/view/com/feeds/FeedSourceCard.tsx:317 #: src/view/com/modals/ListAddRemoveUsers.tsx:268 #: src/view/com/modals/SelfLabel.tsx:84 #: src/view/com/modals/UserAddRemoveLists.tsx:230 -#: src/view/com/posts/FeedErrorMessage.tsx:213 +#: src/view/com/posts/FeedErrorMessage.tsx:212 msgid "Remove" msgstr "Remover" @@ -4238,25 +4271,25 @@ msgstr "Remover banner" msgid "Remove embed" msgstr "" -#: src/view/com/posts/FeedErrorMessage.tsx:169 +#: src/view/com/posts/FeedErrorMessage.tsx:168 #: src/view/com/posts/FeedShutdownMsg.tsx:113 #: src/view/com/posts/FeedShutdownMsg.tsx:117 msgid "Remove feed" msgstr "Remover feed" -#: src/view/com/posts/FeedErrorMessage.tsx:210 +#: src/view/com/posts/FeedErrorMessage.tsx:209 msgid "Remove feed?" msgstr "Remover feed?" -#: src/view/com/feeds/FeedSourceCard.tsx:180 -#: src/view/com/feeds/FeedSourceCard.tsx:245 +#: src/view/com/feeds/FeedSourceCard.tsx:188 +#: src/view/com/feeds/FeedSourceCard.tsx:266 #: src/view/screens/ProfileFeed.tsx:330 #: src/view/screens/ProfileFeed.tsx:336 #: src/view/screens/ProfileList.tsx:443 msgid "Remove from my feeds" msgstr "Remover dos meus feeds" -#: src/view/com/feeds/FeedSourceCard.tsx:291 +#: src/view/com/feeds/FeedSourceCard.tsx:312 msgid "Remove from my feeds?" msgstr "Remover dos meus feeds?" @@ -4268,15 +4301,15 @@ msgstr "Remover imagem" msgid "Remove image preview" msgstr "Remover visualização da imagem" -#: src/components/dialogs/MutedWords.tsx:331 +#: src/components/dialogs/MutedWords.tsx:329 msgid "Remove mute word from your list" msgstr "Remover palavra silenciada da lista" -#: src/view/screens/Search/Search.tsx:1014 +#: src/view/screens/Search/Search.tsx:1011 msgid "Remove profile" msgstr "" -#: src/view/screens/Search/Search.tsx:1016 +#: src/view/screens/Search/Search.tsx:1013 msgid "Remove profile from search history" msgstr "" @@ -4284,12 +4317,12 @@ msgstr "" msgid "Remove quote" msgstr "Remover citação" -#: src/view/com/util/post-ctrls/RepostButton.tsx:90 -#: src/view/com/util/post-ctrls/RepostButton.tsx:106 +#: src/view/com/util/post-ctrls/RepostButton.tsx:92 +#: src/view/com/util/post-ctrls/RepostButton.tsx:108 msgid "Remove repost" msgstr "Desfazer repost" -#: src/view/com/posts/FeedErrorMessage.tsx:211 +#: src/view/com/posts/FeedErrorMessage.tsx:210 msgid "Remove this feed from your saved feeds" msgstr "Remover este feed dos feeds salvos" @@ -4298,7 +4331,7 @@ msgstr "Remover este feed dos feeds salvos" msgid "Removed from list" msgstr "Removido da lista" -#: src/view/com/feeds/FeedSourceCard.tsx:131 +#: src/view/com/feeds/FeedSourceCard.tsx:139 msgid "Removed from my feeds" msgstr "Removido dos meus feeds" @@ -4329,7 +4362,7 @@ msgstr "Respostas" msgid "Replies to this thread are disabled" msgstr "Respostas para esta thread estão desativadas" -#: src/view/com/composer/Composer.tsx:460 +#: src/view/com/composer/Composer.tsx:475 msgctxt "action" msgid "Reply" msgstr "Responder" @@ -4389,8 +4422,8 @@ msgstr "Denunciar Lista" msgid "Report message" msgstr "Denunciar mensagem" -#: src/view/com/util/forms/PostDropdownBtn.tsx:407 -#: src/view/com/util/forms/PostDropdownBtn.tsx:409 +#: src/view/com/util/forms/PostDropdownBtn.tsx:394 +#: src/view/com/util/forms/PostDropdownBtn.tsx:396 msgid "Report post" msgstr "Denunciar post" @@ -4406,8 +4439,8 @@ msgstr "Denunciar este feed" msgid "Report this list" msgstr "Denunciar esta lista" -#: src/components/dms/ReportDialog.tsx:47 -#: src/components/dms/ReportDialog.tsx:140 +#: src/components/dms/ReportDialog.tsx:48 +#: src/components/dms/ReportDialog.tsx:142 #: src/components/ReportDialog/SelectReportOptionView.tsx:59 msgid "Report this message" msgstr "Denunciar esta mensagem" @@ -4420,9 +4453,9 @@ msgstr "Denunciar este post" msgid "Report this user" msgstr "Denunciar este usuário" -#: src/view/com/util/post-ctrls/RepostButton.tsx:63 -#: src/view/com/util/post-ctrls/RepostButton.tsx:91 -#: src/view/com/util/post-ctrls/RepostButton.tsx:107 +#: src/view/com/util/post-ctrls/RepostButton.tsx:64 +#: src/view/com/util/post-ctrls/RepostButton.tsx:93 +#: src/view/com/util/post-ctrls/RepostButton.tsx:109 msgctxt "action" msgid "Repost" msgstr "Repostar" @@ -4432,7 +4465,7 @@ msgstr "Repostar" msgid "Repost" msgstr "Repostar" -#: src/view/com/util/post-ctrls/RepostButton.tsx:83 +#: src/view/com/util/post-ctrls/RepostButton.tsx:85 #: src/view/com/util/post-ctrls/RepostButton.web.tsx:46 #: src/view/com/util/post-ctrls/RepostButton.web.tsx:92 msgid "Repost or quote post" @@ -4458,7 +4491,7 @@ msgstr "Repostado por <0><1/>" msgid "reposted your post" msgstr "repostou seu post" -#: src/view/com/post-thread/PostThreadItem.tsx:206 +#: src/view/com/post-thread/PostThreadItem.tsx:201 msgid "Reposts of this post" msgstr "Reposts" @@ -4561,8 +4594,8 @@ msgid "Returns to previous page" msgstr "Voltar para página anterior" #: src/components/dialogs/BirthDateSettings.tsx:125 -#: src/view/com/composer/GifAltText.tsx:163 -#: src/view/com/composer/GifAltText.tsx:169 +#: src/view/com/composer/GifAltText.tsx:162 +#: src/view/com/composer/GifAltText.tsx:168 #: src/view/com/modals/ChangeHandle.tsx:168 #: src/view/com/modals/CreateOrEditList.tsx:326 #: src/view/com/modals/EditProfile.tsx:225 @@ -4642,20 +4675,20 @@ msgid "Scroll to top" msgstr "Ir para o topo" #: src/components/dms/dialogs/SearchablePeopleList.tsx:504 -#: src/Navigation.tsx:506 +#: src/Navigation.tsx:494 #: 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:451 -#: src/view/screens/Search/Search.tsx:825 -#: src/view/screens/Search/Search.tsx:853 +#: src/view/screens/Search/Search.tsx:452 +#: src/view/screens/Search/Search.tsx:822 +#: src/view/screens/Search/Search.tsx:850 #: src/view/shell/bottom-bar/BottomBar.tsx:179 #: src/view/shell/desktop/LeftNav.tsx:343 #: src/view/shell/desktop/Search.tsx:194 #: src/view/shell/desktop/Search.tsx:203 -#: src/view/shell/Drawer.tsx:393 #: src/view/shell/Drawer.tsx:394 +#: src/view/shell/Drawer.tsx:395 msgid "Search" msgstr "Buscar" @@ -4663,7 +4696,7 @@ msgstr "Buscar" msgid "Search for \"{query}\"" msgstr "Pesquisar por \"{query}\"" -#: src/view/screens/Search/Search.tsx:909 +#: src/view/screens/Search/Search.tsx:906 msgid "Search for \"{searchText}\"" msgstr "Pesquisar por \"{searchText}\"" @@ -4785,7 +4818,7 @@ msgstr "Seleciona opção {i} de {numItems}" msgid "Select the {emojiName} emoji as your avatar" msgstr "Selecione o {emojiName} emoji como avatar" -#: src/components/ReportDialog/SubmitView.tsx:136 +#: src/components/ReportDialog/SubmitView.tsx:135 msgid "Select the moderation service(s) to report to" msgstr "Selecione o(s) serviço(s) de moderação para reportar" @@ -4847,8 +4880,8 @@ msgctxt "action" msgid "Send Email" msgstr "Enviar E-mail" -#: src/view/shell/Drawer.tsx:328 -#: src/view/shell/Drawer.tsx:349 +#: src/view/shell/Drawer.tsx:329 +#: src/view/shell/Drawer.tsx:350 msgid "Send feedback" msgstr "Enviar comentários" @@ -4857,14 +4890,14 @@ msgstr "Enviar comentários" msgid "Send message" msgstr "Enviar mensagem" -#: src/components/dms/dialogs/ShareViaChatDialog.tsx:47 +#: src/components/dms/dialogs/ShareViaChatDialog.tsx:59 msgid "Send post to..." msgstr "" -#: src/components/dms/ReportDialog.tsx:232 -#: src/components/dms/ReportDialog.tsx:235 -#: src/components/ReportDialog/SubmitView.tsx:216 -#: src/components/ReportDialog/SubmitView.tsx:220 +#: src/components/dms/ReportDialog.tsx:234 +#: src/components/dms/ReportDialog.tsx:237 +#: src/components/ReportDialog/SubmitView.tsx:215 +#: src/components/ReportDialog/SubmitView.tsx:219 msgid "Send report" msgstr "Denunciar" @@ -4877,8 +4910,8 @@ msgstr "Denunciar via {0}" msgid "Send verification email" msgstr "Enviar e-mail de verificação" -#: src/view/com/util/forms/PostDropdownBtn.tsx:299 -#: src/view/com/util/forms/PostDropdownBtn.tsx:302 +#: src/view/com/util/forms/PostDropdownBtn.tsx:286 +#: src/view/com/util/forms/PostDropdownBtn.tsx:289 msgid "Send via direct message" msgstr "" @@ -4962,11 +4995,11 @@ msgstr "Define a proporção da imagem para alta" msgid "Sets image aspect ratio to wide" msgstr "Define a proporção da imagem para comprida" -#: src/Navigation.tsx:146 +#: src/Navigation.tsx:145 #: src/view/screens/Settings/index.tsx:332 #: src/view/shell/desktop/LeftNav.tsx:389 -#: src/view/shell/Drawer.tsx:558 #: src/view/shell/Drawer.tsx:559 +#: src/view/shell/Drawer.tsx:560 msgid "Settings" msgstr "Configurações" @@ -4985,8 +5018,8 @@ msgstr "Compartilhar" #: src/view/com/profile/ProfileMenu.tsx:217 #: src/view/com/profile/ProfileMenu.tsx:226 -#: src/view/com/util/forms/PostDropdownBtn.tsx:310 -#: src/view/com/util/forms/PostDropdownBtn.tsx:319 +#: src/view/com/util/forms/PostDropdownBtn.tsx:297 +#: src/view/com/util/forms/PostDropdownBtn.tsx:306 #: src/view/com/util/post-ctrls/PostCtrls.tsx:297 #: src/view/screens/ProfileList.tsx:428 msgid "Share" @@ -5001,7 +5034,7 @@ msgid "Share a fun fact!" msgstr "" #: src/view/com/profile/ProfileMenu.tsx:375 -#: src/view/com/util/forms/PostDropdownBtn.tsx:464 +#: src/view/com/util/forms/PostDropdownBtn.tsx:451 #: src/view/com/util/post-ctrls/PostCtrls.tsx:313 msgid "Share anyway" msgstr "Compartilhar assim" @@ -5053,7 +5086,7 @@ msgstr "Mostrar rótulo" msgid "Show badge and filter from feeds" msgstr "Mostrar rótulo e filtrar dos feeds" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:207 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:211 msgid "Show follows similar to {0}" msgstr "Mostrar usuários parecidos com {0}" @@ -5061,19 +5094,19 @@ msgstr "Mostrar usuários parecidos com {0}" msgid "Show hidden replies" msgstr "" -#: src/view/com/util/forms/PostDropdownBtn.tsx:349 -#: src/view/com/util/forms/PostDropdownBtn.tsx:351 +#: src/view/com/util/forms/PostDropdownBtn.tsx:336 +#: src/view/com/util/forms/PostDropdownBtn.tsx:338 msgid "Show less like this" msgstr "Mostrar menos disso" -#: src/view/com/post-thread/PostThreadItem.tsx:538 +#: src/view/com/post-thread/PostThreadItem.tsx:532 #: src/view/com/post/Post.tsx:227 #: src/view/com/posts/FeedItem.tsx:392 msgid "Show More" msgstr "Mostrar Mais" -#: src/view/com/util/forms/PostDropdownBtn.tsx:341 -#: src/view/com/util/forms/PostDropdownBtn.tsx:343 +#: src/view/com/util/forms/PostDropdownBtn.tsx:328 +#: src/view/com/util/forms/PostDropdownBtn.tsx:330 msgid "Show more like this" msgstr "Mostrar mais disso" @@ -5162,9 +5195,9 @@ msgstr "Mostra posts de {0} no seu feed" #: src/view/shell/bottom-bar/BottomBar.tsx:312 #: src/view/shell/bottom-bar/BottomBar.tsx:313 #: src/view/shell/bottom-bar/BottomBar.tsx:315 -#: src/view/shell/bottom-bar/BottomBarWeb.tsx:181 -#: src/view/shell/bottom-bar/BottomBarWeb.tsx:182 -#: src/view/shell/bottom-bar/BottomBarWeb.tsx:184 +#: src/view/shell/bottom-bar/BottomBarWeb.tsx:204 +#: src/view/shell/bottom-bar/BottomBarWeb.tsx:205 +#: src/view/shell/bottom-bar/BottomBarWeb.tsx:207 #: src/view/shell/NavSignupCard.tsx:69 #: src/view/shell/NavSignupCard.tsx:70 #: src/view/shell/NavSignupCard.tsx:72 @@ -5195,9 +5228,9 @@ msgstr "Sair" #: src/view/shell/bottom-bar/BottomBar.tsx:302 #: src/view/shell/bottom-bar/BottomBar.tsx:303 #: src/view/shell/bottom-bar/BottomBar.tsx:305 -#: src/view/shell/bottom-bar/BottomBarWeb.tsx:171 -#: src/view/shell/bottom-bar/BottomBarWeb.tsx:172 -#: src/view/shell/bottom-bar/BottomBarWeb.tsx:174 +#: src/view/shell/bottom-bar/BottomBarWeb.tsx:194 +#: src/view/shell/bottom-bar/BottomBarWeb.tsx:195 +#: src/view/shell/bottom-bar/BottomBarWeb.tsx:197 #: src/view/shell/NavSignupCard.tsx:60 #: src/view/shell/NavSignupCard.tsx:61 #: src/view/shell/NavSignupCard.tsx:63 @@ -5238,7 +5271,7 @@ msgstr "Desenvolvimento de software" msgid "Some people can reply" msgstr "" -#: src/screens/Messages/Conversation/index.tsx:94 +#: src/screens/Messages/Conversation/index.tsx:106 msgid "Something went wrong" msgstr "Algo deu errado" @@ -5270,7 +5303,7 @@ msgstr "Classificar respostas de um post por:" #~ msgid "Source:" #~ msgstr "Fonte:" -#: src/components/moderation/LabelsOnMeDialog.tsx:170 +#: src/components/moderation/LabelsOnMeDialog.tsx:168 msgid "Source: <0>{0}" msgstr "" @@ -5323,13 +5356,13 @@ msgstr "Passo {0} de {1}" msgid "Storage cleared, you need to restart the app now." msgstr "Armazenamento limpo, você precisa reiniciar o app agora." -#: src/Navigation.tsx:218 +#: src/Navigation.tsx:224 #: src/view/screens/Settings/index.tsx:863 msgid "Storybook" msgstr "Storybook" -#: src/components/moderation/LabelsOnMeDialog.tsx:292 -#: src/components/moderation/LabelsOnMeDialog.tsx:293 +#: src/components/moderation/LabelsOnMeDialog.tsx:290 +#: src/components/moderation/LabelsOnMeDialog.tsx:291 #: src/screens/Messages/Conversation/ChatDisabled.tsx:142 #: src/screens/Messages/Conversation/ChatDisabled.tsx:143 msgid "Submit" @@ -5360,7 +5393,7 @@ msgstr "Inscrever-se neste rotulador" msgid "Subscribe to this list" msgstr "Inscreva-se nesta lista" -#: src/view/screens/Search/Search.tsx:424 +#: src/view/screens/Search/Search.tsx:425 msgid "Suggested Follows" msgstr "Sugestões de Seguidores" @@ -5372,7 +5405,7 @@ msgstr "Sugeridos para você" msgid "Suggestive" msgstr "Sugestivo" -#: src/Navigation.tsx:233 +#: src/Navigation.tsx:239 #: src/view/screens/Support.tsx:30 #: src/view/screens/Support.tsx:33 msgid "Support" @@ -5399,7 +5432,7 @@ msgstr "Sistema" msgid "System log" msgstr "Log do sistema" -#: src/components/dialogs/MutedWords.tsx:325 +#: src/components/dialogs/MutedWords.tsx:323 msgid "tag" msgstr "tag" @@ -5427,11 +5460,11 @@ msgstr "" msgid "Terms" msgstr "Termos" -#: src/Navigation.tsx:243 +#: src/Navigation.tsx:249 #: src/screens/Signup/StepInfo/Policies.tsx:49 #: src/view/screens/Settings/index.tsx:951 #: src/view/screens/TermsOfService.tsx:29 -#: src/view/shell/Drawer.tsx:278 +#: src/view/shell/Drawer.tsx:279 msgid "Terms of Service" msgstr "Termos de Serviço" @@ -5441,17 +5474,17 @@ msgstr "Termos de Serviço" msgid "Terms used violate community standards" msgstr "Termos utilizados violam as diretrizes da comunidade" -#: src/components/dialogs/MutedWords.tsx:325 +#: src/components/dialogs/MutedWords.tsx:323 msgid "text" msgstr "texto" -#: src/components/moderation/LabelsOnMeDialog.tsx:256 +#: src/components/moderation/LabelsOnMeDialog.tsx:254 #: src/screens/Messages/Conversation/ChatDisabled.tsx:108 msgid "Text input field" msgstr "Campo de entrada de texto" -#: src/components/dms/ReportDialog.tsx:132 -#: src/components/ReportDialog/SubmitView.tsx:78 +#: src/components/dms/ReportDialog.tsx:134 +#: src/components/ReportDialog/SubmitView.tsx:77 msgid "Thank you. Your report has been sent." msgstr "Obrigado. Sua denúncia foi enviada." @@ -5463,7 +5496,7 @@ msgstr "Contém o seguinte:" msgid "That handle is already taken." msgstr "Este identificador de usuário já está sendo usado." -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:291 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:305 #: src/view/com/profile/ProfileMenu.tsx:351 msgid "The account will be able to interact with you after unblocking." msgstr "A conta poderá interagir com você após o desbloqueio." @@ -5484,11 +5517,11 @@ msgstr "A Política de Direitos Autorais foi movida para <0/>" msgid "The feed has been replaced with Discover." msgstr "Este feed foi substituído pelo Discover." -#: src/components/moderation/LabelsOnMeDialog.tsx:66 +#: src/components/moderation/LabelsOnMeDialog.tsx:65 msgid "The following labels were applied to your account." msgstr "Os seguintes rótulos foram aplicados sobre sua conta." -#: src/components/moderation/LabelsOnMeDialog.tsx:67 +#: src/components/moderation/LabelsOnMeDialog.tsx:66 msgid "The following labels were applied to your content." msgstr "Os seguintes rótulos foram aplicados sobre seu conteúdo." @@ -5526,7 +5559,7 @@ msgstr "" 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." -#: src/view/com/posts/FeedErrorMessage.tsx:146 +#: src/view/com/posts/FeedErrorMessage.tsx:145 msgid "There was an an issue removing this feed. Please check your internet connection and try again." msgstr "Tivemos um problema ao remover este feed, por favor verifique sua conexão com a internet e tente novamente." @@ -5554,12 +5587,12 @@ msgstr "Tivemos um problema ao conectar com o Tenor." msgid "There was an issue contacting the server" msgstr "Tivemos um problema ao contatar o servidor deste feed" -#: src/view/com/feeds/FeedSourceCard.tsx:120 -#: src/view/com/feeds/FeedSourceCard.tsx:133 +#: src/view/com/feeds/FeedSourceCard.tsx:128 +#: src/view/com/feeds/FeedSourceCard.tsx:141 msgid "There was an issue contacting your server" msgstr "Tivemos um problema ao contatar o servidor deste feed" -#: src/view/com/notifications/Feed.tsx:125 +#: src/view/com/notifications/Feed.tsx:126 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." @@ -5576,8 +5609,8 @@ msgstr "Tivemos um problema ao carregar esta lista. Toque aqui para tentar de no msgid "There was an issue fetching your lists. Tap here to try again." msgstr "Tivemos um problema ao carregar suas listas. Toque aqui para tentar de novo." -#: src/components/dms/ReportDialog.tsx:220 -#: src/components/ReportDialog/SubmitView.tsx:83 +#: src/components/dms/ReportDialog.tsx:222 +#: src/components/ReportDialog/SubmitView.tsx:82 msgid "There was an issue sending your report. Please check your internet connection." msgstr "Tivemos um problema ao enviar sua denúncia. Por favor, verifique sua conexão com a internet." @@ -5589,9 +5622,9 @@ msgstr "Tivemos um problema ao enviar sua denúncia. Por favor, verifique sua co 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:99 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:121 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:135 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:103 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:125 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:139 #: src/view/com/post-thread/PostThreadFollowBtn.tsx:99 #: src/view/com/post-thread/PostThreadFollowBtn.tsx:111 #: src/view/com/profile/ProfileMenu.tsx:109 @@ -5636,7 +5669,7 @@ msgstr "Esta conta solicitou que os usuários fizessem login para visualizar seu msgid "This account is blocked by one or more of your moderation lists. To unblock, please visit the lists directly and remove this user." msgstr "" -#: src/components/moderation/LabelsOnMeDialog.tsx:241 +#: src/components/moderation/LabelsOnMeDialog.tsx:239 msgid "This appeal will be sent to <0>{0}." msgstr "Esta contestação será enviada para <0>{0}." @@ -5669,28 +5702,37 @@ msgstr "Este conteúdo é hospedado por {0}. Deseja ativar a mídia externa?" 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." -#: src/view/com/posts/FeedErrorMessage.tsx:115 +#: src/view/com/posts/FeedErrorMessage.tsx:114 msgid "This content is not viewable without a Bluesky account." msgstr "Este conteúdo não é visível sem uma conta do Bluesky." +#: src/screens/Messages/List/ChatListItem.tsx:213 +msgid "This conversation is with a deleted or a deactivated account. Press for options." +msgstr "" + #: src/view/screens/Settings/ExportCarDialog.tsx:93 msgid "This feature is in beta. You can read more about repository exports in <0>this blogpost." msgstr "Esta funcionalidade está em beta. Você pode ler mais sobre exportação de repositórios <0>neste post do nosso blog." -#: src/view/com/posts/FeedErrorMessage.tsx:121 +#: src/view/com/posts/FeedErrorMessage.tsx:120 msgid "This feed is currently receiving high traffic and is temporarily unavailable. Please try again later." msgstr "Este feed está recebendo muito tráfego e está temporariamente indisponível. Por favor, tente novamente mais tarde." #: src/screens/Profile/Sections/Feed.tsx:59 #: src/view/screens/ProfileFeed.tsx:471 #: src/view/screens/ProfileList.tsx:729 -msgid "This feed is empty!" -msgstr "Este feed está vazio!" +#~ msgid "This feed is empty!" +#~ msgstr "Este feed está vazio!" #: src/view/com/posts/CustomFeedEmptyState.tsx:37 msgid "This feed is empty! You may need to follow more users or tune your language settings." msgstr "Este feed está vazio! Talvez você precise seguir mais usuários ou configurar os idiomas filtrados." +#: src/view/screens/ProfileFeed.tsx:471 +#: src/view/screens/ProfileList.tsx:729 +msgid "This feed is empty." +msgstr "" + #: src/view/com/posts/FeedShutdownMsg.tsx:97 msgid "This feed is no longer online. We are showing <0>Discover instead." msgstr "Este feed não funciona mais. Estamos te mostrando o conteúdo do <0>Discover." @@ -5719,7 +5761,7 @@ msgstr "Este rótulo foi aplicado pelo autor." #~ msgid "This label was applied by you" #~ msgstr "Este rótulo foi aplicado por você" -#: src/components/moderation/LabelsOnMeDialog.tsx:168 +#: src/components/moderation/LabelsOnMeDialog.tsx:166 msgid "This label was applied by you." msgstr "" @@ -5739,20 +5781,20 @@ 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:111 +#: src/view/com/modals/AddAppPasswords.tsx:110 msgid "This name is already in use" msgstr "Você já tem uma senha com esse nome" -#: src/view/com/post-thread/PostThreadItem.tsx:140 +#: src/view/com/post-thread/PostThreadItem.tsx:135 msgid "This post has been deleted." msgstr "Este post foi excluído." -#: src/view/com/util/forms/PostDropdownBtn.tsx:461 +#: src/view/com/util/forms/PostDropdownBtn.tsx:448 #: src/view/com/util/post-ctrls/PostCtrls.tsx:310 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." -#: src/view/com/util/forms/PostDropdownBtn.tsx:443 +#: src/view/com/util/forms/PostDropdownBtn.tsx:430 msgid "This post will be hidden from feeds." msgstr "Este post será escondido de todos os feeds." @@ -5801,7 +5843,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:285 +#: 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." @@ -5818,7 +5860,7 @@ msgstr "Preferências das Threads" msgid "Threaded Mode" msgstr "Visualização de Threads" -#: src/Navigation.tsx:276 +#: src/Navigation.tsx:282 msgid "Threads Preferences" msgstr "Preferências das Threads" @@ -5834,7 +5876,7 @@ msgstr "Para denunciar uma conversa, por favor, denuncie uma das mensagens indiv 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" @@ -5847,7 +5889,7 @@ msgid "Toggle to enable or disable adult content" msgstr "Ligar ou desligar conteúdo adulto" #: src/screens/Hashtag.tsx:88 -#: src/view/screens/Search/Search.tsx:366 +#: src/view/screens/Search/Search.tsx:367 msgid "Top" msgstr "Principais" @@ -5857,10 +5899,10 @@ msgstr "Transformações" #: src/components/dms/MessageMenu.tsx:103 #: src/components/dms/MessageMenu.tsx:105 -#: src/view/com/post-thread/PostThreadItem.tsx:691 -#: src/view/com/post-thread/PostThreadItem.tsx:693 -#: src/view/com/util/forms/PostDropdownBtn.tsx:280 -#: src/view/com/util/forms/PostDropdownBtn.tsx:282 +#: src/view/com/post-thread/PostThreadItem.tsx:674 +#: src/view/com/post-thread/PostThreadItem.tsx:676 +#: src/view/com/util/forms/PostDropdownBtn.tsx:267 +#: src/view/com/util/forms/PostDropdownBtn.tsx:269 msgid "Translate" msgstr "Traduzir" @@ -5902,14 +5944,14 @@ msgstr "Não foi possível entrar em contato com seu serviço. Por favor, verifi #: src/components/dms/MessagesListBlockedFooter.tsx:96 #: src/components/dms/MessagesListBlockedFooter.tsx:104 #: src/components/dms/MessagesListBlockedFooter.tsx:111 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:184 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:295 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:188 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:309 #: src/view/com/profile/ProfileMenu.tsx:363 #: src/view/screens/ProfileList.tsx:626 msgid "Unblock" msgstr "Desbloquear" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:189 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:193 msgctxt "action" msgid "Unblock" msgstr "Desbloquear" @@ -5924,12 +5966,12 @@ msgstr "" msgid "Unblock Account" msgstr "Desbloquear Conta" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:289 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:303 #: src/view/com/profile/ProfileMenu.tsx:345 msgid "Unblock Account?" msgstr "Desbloquear Conta?" -#: src/view/com/util/post-ctrls/RepostButton.tsx:62 +#: src/view/com/util/post-ctrls/RepostButton.tsx:63 #: src/view/com/util/post-ctrls/RepostButton.web.tsx:69 #: src/view/com/util/post-ctrls/RepostButton.web.tsx:73 msgid "Undo repost" @@ -5944,7 +5986,7 @@ msgstr "Deixar de seguir" msgid "Unfollow" msgstr "Deixar de seguir" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:229 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:233 msgid "Unfollow {0}" msgstr "Deixar de seguir {0}" @@ -5987,8 +6029,8 @@ msgstr "" #~ msgid "Unmute notifications" #~ msgstr "Dessilenciar notificações" -#: src/view/com/util/forms/PostDropdownBtn.tsx:365 -#: src/view/com/util/forms/PostDropdownBtn.tsx:370 +#: src/view/com/util/forms/PostDropdownBtn.tsx:352 +#: src/view/com/util/forms/PostDropdownBtn.tsx:357 msgid "Unmute thread" msgstr "Dessilenciar thread" @@ -6038,7 +6080,7 @@ msgstr "Alterar para {handle}" msgid "Updating..." msgstr "Atualizando..." -#: src/screens/Onboarding/StepProfile/index.tsx:280 +#: src/screens/Onboarding/StepProfile/index.tsx:281 msgid "Upload a photo instead" msgstr "Enviar uma foto" @@ -6099,7 +6141,7 @@ msgstr "Usar recomendados" msgid "Use the DNS panel" msgstr "Usar o painel do meu DNS" -#: src/view/com/modals/AddAppPasswords.tsx:206 +#: src/view/com/modals/AddAppPasswords.tsx:205 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." @@ -6266,11 +6308,11 @@ msgstr "Ver informações sobre estes rótulos" #: src/components/ProfileHoverCard/index.web.tsx:396 #: src/components/ProfileHoverCard/index.web.tsx:429 #: src/view/com/posts/AviFollowButton.tsx:58 -#: src/view/com/posts/FeedErrorMessage.tsx:175 +#: src/view/com/posts/FeedErrorMessage.tsx:174 msgid "View profile" msgstr "Ver perfil" -#: src/view/com/profile/ProfileSubpageHeader.tsx:130 +#: src/view/com/profile/ProfileSubpageHeader.tsx:127 msgid "View the avatar" msgstr "Ver o avatar" @@ -6282,6 +6324,11 @@ msgstr "Ver este rotulador provido por @{0}" msgid "View users who like this feed" msgstr "Ver usuários que curtiram este feed" +#: src/view/com/home/HomeHeaderLayout.web.tsx:78 +#: src/view/com/home/HomeHeaderLayoutMobile.tsx:84 +msgid "View your feeds and explore more" +msgstr "" + #: src/view/com/modals/LinkWarning.tsx:89 #: src/view/com/modals/LinkWarning.tsx:95 msgid "Visit Site" @@ -6305,7 +6352,7 @@ msgstr "Avisar e filtrar dos feeds" msgid "We couldn't find any results for that hashtag." msgstr "Não encontramos nenhum post com esta hashtag." -#: src/screens/Messages/Conversation/index.tsx:95 +#: src/screens/Messages/Conversation/index.tsx:107 msgid "We couldn't load this conversation" msgstr "Não foi possível carregar esta conversa" @@ -6321,7 +6368,7 @@ msgstr "Esperamos que você se divirta. Lembre-se, o Bluesky é:" msgid "We ran out of posts from your follows. Here's the latest from <0/>." msgstr "Não temos mais posts de quem você segue. Aqui estão os mais novos de <0/>." -#: src/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." @@ -6361,14 +6408,18 @@ 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:269 +#: src/view/screens/Search/Search.tsx:270 msgid "We're sorry, but your search could not be completed. Please try again in a few minutes." msgstr "Lamentamos, mas sua busca não pôde ser concluída. Por favor, tente novamente em alguns minutos." +#: src/view/com/composer/Composer.tsx:318 +msgid "We're sorry! The post you are replying to has been deleted." +msgstr "" + #: src/components/Lists.tsx:212 #: src/view/screens/NotFound.tsx:48 msgid "We're sorry! We can't find the page you were looking for." @@ -6392,7 +6443,7 @@ msgstr "Do que você gosta?" #: src/view/com/auth/SplashScreen.tsx:40 #: src/view/com/auth/SplashScreen.web.tsx:86 -#: src/view/com/composer/Composer.tsx:340 +#: src/view/com/composer/Composer.tsx:359 msgid "What's up?" msgstr "E aí?" @@ -6413,7 +6464,7 @@ msgstr "" msgid "Who can reply" msgstr "Quem pode responder" -#: src/screens/Home/NoFeedsPinned.tsx:92 +#: src/screens/Home/NoFeedsPinned.tsx:79 #: src/screens/Messages/List/index.tsx:185 msgid "Whoops!" msgstr "Opa!" @@ -6451,11 +6502,11 @@ msgstr "Largo" msgid "Write a message" msgstr "Escreva uma mensagem" -#: src/view/com/composer/Composer.tsx:534 +#: src/view/com/composer/Composer.tsx:549 msgid "Write post" msgstr "Escrever post" -#: src/view/com/composer/Composer.tsx:339 +#: src/view/com/composer/Composer.tsx:358 #: src/view/com/composer/Prompt.tsx:39 msgid "Write your reply" msgstr "Escreva sua resposta" @@ -6495,8 +6546,8 @@ msgstr "Você está na fila." msgid "You are not following anyone." msgstr "Você não segue ninguém." -#: src/view/com/posts/FollowingEmptyState.tsx:67 -#: src/view/com/posts/FollowingEndOfFeed.tsx:68 +#: src/view/com/posts/FollowingEmptyState.tsx:63 +#: src/view/com/posts/FollowingEndOfFeed.tsx:64 msgid "You can also discover new Custom Feeds to follow." msgstr "Você também pode descobrir novos feeds para seguir." @@ -6529,6 +6580,10 @@ msgstr "" msgid "You do not have any followers." msgstr "Ninguém segue você ainda." +#: src/screens/Profile/KnownFollowers.tsx:99 +msgid "You don't follow any users who follow @{name}." +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 "Você ainda não tem nenhum convite! Nós lhe enviaremos alguns quando você estiver há mais tempo no Bluesky." @@ -6616,15 +6671,15 @@ msgstr "Você ainda não silenciou nenhuma conta. Para silenciar uma conta, aces msgid "You have reached the end" msgstr "" -#: 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:87 +#: src/components/moderation/LabelsOnMeDialog.tsx:86 msgid "You may appeal non-self labels if you feel they were placed in error." msgstr "Você pode contestar estes rótulos se você acha que estão errados." -#: src/components/moderation/LabelsOnMeDialog.tsx:92 +#: src/components/moderation/LabelsOnMeDialog.tsx:91 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." @@ -6636,7 +6691,7 @@ msgstr "Você precisa ter no mínimo 13 anos de idade para se cadastrar." #~ msgid "You must be 18 years or older to enable adult content" #~ msgstr "Você precisa ser maior de idade para habilitar conteúdo adulto." -#: src/components/ReportDialog/SubmitView.tsx:206 +#: src/components/ReportDialog/SubmitView.tsx:205 msgid "You must select at least one labeler for a report" msgstr "Você deve selecionar no mínimo um rotulador" @@ -6644,11 +6699,11 @@ msgstr "Você deve selecionar no mínimo um rotulador" msgid "You previously deactivated @{0}." msgstr "" -#: src/view/com/util/forms/PostDropdownBtn.tsx:173 +#: src/view/com/util/forms/PostDropdownBtn.tsx:168 msgid "You will no longer receive notifications for this thread" msgstr "Você não vai mais receber notificações desta thread" -#: src/view/com/util/forms/PostDropdownBtn.tsx:176 +#: src/view/com/util/forms/PostDropdownBtn.tsx:171 msgid "You will now receive notifications for this thread" msgstr "Você vai receber notificações desta thread" @@ -6656,15 +6711,15 @@ msgstr "Você vai receber notificações desta thread" msgid "You will receive an email with a \"reset code.\" Enter that code here, then enter your new password." msgstr "Você receberá um e-mail com um \"código de redefinição\". Digite esse código aqui, e então digite sua nova senha." -#: src/screens/Messages/List/ChatListItem.tsx:113 +#: src/screens/Messages/List/ChatListItem.tsx:114 msgid "You: {0}" msgstr "Você: {0}" -#: src/screens/Messages/List/ChatListItem.tsx:142 +#: src/screens/Messages/List/ChatListItem.tsx:143 msgid "You: {defaultEmbeddedContentMessage}" msgstr "" -#: src/screens/Messages/List/ChatListItem.tsx:135 +#: src/screens/Messages/List/ChatListItem.tsx:136 msgid "You: {short}" msgstr "" @@ -6692,7 +6747,7 @@ msgstr "Tudo pronto!" msgid "You've chosen to hide a word or tag within this post." msgstr "Você escolheu esconder uma palavra ou tag deste post." -#: src/view/com/posts/FollowingEndOfFeed.tsx:48 +#: src/view/com/posts/FollowingEndOfFeed.tsx:44 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." @@ -6738,7 +6793,7 @@ msgstr "Seu e-mail foi atualizado mas não foi verificado. Como próximo passo, msgid "Your email has not yet been verified. This is an important security step which we recommend." msgstr "Seu e-mail ainda não foi verificado. Esta é uma etapa importante de segurança que recomendamos." -#: src/view/com/posts/FollowingEmptyState.tsx:47 +#: src/view/com/posts/FollowingEmptyState.tsx:43 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." @@ -6750,7 +6805,7 @@ msgstr "Seu identificador completo será" msgid "Your full handle will be <0>@{0}" msgstr "Seu usuário completo será <0>@{0}" -#: src/components/dialogs/MutedWords.tsx:221 +#: src/components/dialogs/MutedWords.tsx:220 msgid "Your muted words" msgstr "Suas palavras silenciadas" @@ -6758,7 +6813,7 @@ msgstr "Suas palavras silenciadas" msgid "Your password has been changed successfully!" msgstr "Sua senha foi alterada com sucesso!" -#: src/view/com/composer/Composer.tsx:330 +#: src/view/com/composer/Composer.tsx:349 msgid "Your post has been published" msgstr "Seu post foi publicado" @@ -6774,11 +6829,11 @@ msgstr "Seu perfil" msgid "Your profile, posts, feeds, and lists will no longer be visible to other Bluesky users. You can reactivate your account at any time by logging in." msgstr "" -#: src/view/com/composer/Composer.tsx:329 +#: src/view/com/composer/Composer.tsx:348 msgid "Your reply has been published" msgstr "Sua resposta foi publicada" -#: src/components/dms/ReportDialog.tsx:160 +#: src/components/dms/ReportDialog.tsx:162 msgid "Your report will be sent to the Bluesky Moderation Service" msgstr "Sua denúncia será enviada para o serviço de moderação do Bluesky" diff --git a/src/locale/locales/tr/messages.po b/src/locale/locales/tr/messages.po index 54146dcc..4a2a222d 100644 --- a/src/locale/locales/tr/messages.po +++ b/src/locale/locales/tr/messages.po @@ -13,7 +13,7 @@ msgstr "" "Plural-Forms: \n" "X-Generator: Poedit 3.4.2\n" -#: src/screens/Messages/List/ChatListItem.tsx:119 +#: src/screens/Messages/List/ChatListItem.tsx:120 msgid "(contains embedded content)" msgstr "" @@ -45,10 +45,14 @@ msgstr "" msgid "{0, plural, one {# label has been placed on this content} other {# labels have been placed on this content}}" msgstr "" -#: src/view/com/util/post-ctrls/RepostButton.tsx:64 +#: src/view/com/util/post-ctrls/RepostButton.tsx:65 msgid "{0, plural, one {# repost} other {# reposts}}" msgstr "" +#: src/components/KnownFollowers.tsx:179 +msgid "{0, plural, one {and # other} other {and # others}}" +msgstr "" + #: src/components/ProfileHoverCard/index.web.tsx:376 #: src/screens/Profile/Header/Metrics.tsx:23 msgid "{0, plural, one {follower} other {followers}}" @@ -63,11 +67,11 @@ msgstr "" msgid "{0, plural, one {Like (# like)} other {Like (# likes)}}" msgstr "" -#: src/view/com/post-thread/PostThreadItem.tsx:386 +#: src/view/com/post-thread/PostThreadItem.tsx:380 msgid "{0, plural, one {like} other {likes}}" msgstr "" -#: src/view/com/feeds/FeedSourceCard.tsx:280 +#: src/view/com/feeds/FeedSourceCard.tsx:301 msgid "{0, plural, one {Liked by # user} other {Liked by # users}}" msgstr "" @@ -79,7 +83,7 @@ msgstr "" msgid "{0, plural, one {Reply (# reply)} other {Reply (# replies)}}" msgstr "" -#: src/view/com/post-thread/PostThreadItem.tsx:366 +#: src/view/com/post-thread/PostThreadItem.tsx:360 msgid "{0, plural, one {repost} other {reposts}}" msgstr "" @@ -134,7 +138,7 @@ msgstr "" msgid "{likeCount, plural, one {Liked by # user} other {Liked by # users}}" msgstr "" -#: src/view/shell/Drawer.tsx:461 +#: src/view/shell/Drawer.tsx:462 msgid "{numUnreadNotifications} unread" msgstr "{numUnreadNotifications} okunmamış" @@ -199,12 +203,12 @@ msgstr "" #~ 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:92 -#: src/view/screens/Search/Search.tsx:714 +#: src/view/com/util/ViewHeader.tsx:93 +#: src/view/screens/Search/Search.tsx:715 msgid "Access navigation links and settings" msgstr "Gezinme bağlantılarına ve ayarlara erişin" -#: src/view/com/home/HomeHeaderLayoutMobile.tsx:54 +#: src/view/com/home/HomeHeaderLayoutMobile.tsx:56 msgid "Access profile and other navigation links" msgstr "Profil ve diğer gezinme bağlantılarına erişin" @@ -217,7 +221,7 @@ msgstr "Erişilebilirlik" msgid "Accessibility settings" msgstr "" -#: src/Navigation.tsx:290 +#: src/Navigation.tsx:296 #: src/view/screens/AccessibilitySettings.tsx:63 msgid "Accessibility Settings" msgstr "" @@ -261,7 +265,7 @@ msgstr "Hesap seçenekleri" msgid "Account removed from quick access" msgstr "Hesap hızlı erişimden kaldırıldı" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:131 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:135 #: src/view/com/profile/ProfileMenu.tsx:131 msgid "Account unblocked" msgstr "Hesap engeli kaldırıldı" @@ -274,7 +278,7 @@ msgstr "" msgid "Account unmuted" msgstr "Hesap susturulması kaldırıldı" -#: src/components/dialogs/MutedWords.tsx:165 +#: src/components/dialogs/MutedWords.tsx:164 #: src/view/com/modals/ListAddRemoveUsers.tsx:268 #: src/view/com/modals/UserAddRemoveLists.tsx:230 #: src/view/screens/ProfileList.tsx:881 @@ -296,9 +300,9 @@ msgstr "Bu listeye bir kullanıcı ekleyin" msgid "Add account" msgstr "Hesap ekle" -#: src/view/com/composer/GifAltText.tsx:70 -#: src/view/com/composer/GifAltText.tsx:136 -#: src/view/com/composer/GifAltText.tsx:176 +#: src/view/com/composer/GifAltText.tsx:69 +#: src/view/com/composer/GifAltText.tsx:135 +#: src/view/com/composer/GifAltText.tsx:175 #: src/view/com/composer/photos/Gallery.tsx:120 #: src/view/com/composer/photos/Gallery.tsx:187 #: src/view/com/modals/AltImage.tsx:118 @@ -332,15 +336,15 @@ msgstr "Uygulama Şifresi Ekle" #~ msgid "Add link card:" #~ msgstr "Bağlantı kartı ekle:" -#: 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/screens/Home/NoFeedsPinned.tsx:112 +#: src/screens/Home/NoFeedsPinned.tsx:99 msgid "Add recommended feeds" msgstr "" @@ -357,7 +361,7 @@ msgstr "Alan adınıza aşağıdaki DNS kaydını ekleyin:" msgid "Add to Lists" msgstr "Listelere Ekle" -#: src/view/com/feeds/FeedSourceCard.tsx:246 +#: src/view/com/feeds/FeedSourceCard.tsx:267 msgid "Add to my feeds" msgstr "Beslemelerime ekle" @@ -370,7 +374,7 @@ msgstr "Beslemelerime ekle" msgid "Added to list" msgstr "Listeye eklendi" -#: src/view/com/feeds/FeedSourceCard.tsx:118 +#: src/view/com/feeds/FeedSourceCard.tsx:126 msgid "Added to my feeds" msgstr "Beslemelerime eklendi" @@ -396,12 +400,12 @@ msgstr "" msgid "Advanced" msgstr "Gelişmiş" -#: src/view/screens/Feeds.tsx:798 +#: src/view/screens/Feeds.tsx:771 msgid "All the feeds you've saved, right in one place." msgstr "" -#: src/view/com/modals/AddAppPasswords.tsx:188 -#: src/view/com/modals/AddAppPasswords.tsx:195 +#: src/view/com/modals/AddAppPasswords.tsx:187 +#: src/view/com/modals/AddAppPasswords.tsx:194 msgid "Allow access to your direct messages" msgstr "" @@ -424,13 +428,13 @@ msgstr "Zaten bir kodunuz mu var?" msgid "Already signed in as @{0}" msgstr "Zaten @{0} olarak oturum açıldı" -#: src/view/com/composer/GifAltText.tsx:94 +#: src/view/com/composer/GifAltText.tsx:93 #: src/view/com/composer/photos/Gallery.tsx:144 #: src/view/com/util/post-embeds/GifEmbed.tsx:173 msgid "ALT" msgstr "ALT" -#: src/view/com/composer/GifAltText.tsx:145 +#: src/view/com/composer/GifAltText.tsx:144 #: src/view/com/modals/EditImage.tsx:316 #: src/view/screens/AccessibilitySettings.tsx:77 msgid "Alt text" @@ -478,6 +482,7 @@ msgstr "Bir sorun oluştu, lütfen tekrar deneyin." msgid "an unknown error occurred" msgstr "" +#: src/components/KnownFollowers.tsx:187 #: src/view/com/notifications/FeedItem.tsx:258 #: src/view/com/threadgate/WhoCanReply.tsx:180 msgid "and" @@ -503,11 +508,11 @@ msgstr "Uygulama Dili" msgid "App password deleted" msgstr "Uygulama şifresi silindi" -#: src/view/com/modals/AddAppPasswords.tsx:139 +#: src/view/com/modals/AddAppPasswords.tsx:138 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:104 +#: src/view/com/modals/AddAppPasswords.tsx:103 msgid "App Password names must be at least 4 characters long." msgstr "Uygulama Şifre adları en az 4 karakter uzunluğunda olmalıdır." @@ -515,18 +520,18 @@ msgstr "Uygulama Şifre adları en az 4 karakter uzunluğunda olmalıdır." msgid "App password settings" msgstr "Uygulama şifresi ayarları" -#: src/Navigation.tsx:258 +#: src/Navigation.tsx:264 #: src/view/screens/AppPasswords.tsx:192 #: src/view/screens/Settings/index.tsx:706 msgid "App Passwords" msgstr "Uygulama Şifreleri" -#: src/components/moderation/LabelsOnMeDialog.tsx:153 -#: src/components/moderation/LabelsOnMeDialog.tsx:156 +#: src/components/moderation/LabelsOnMeDialog.tsx:151 +#: src/components/moderation/LabelsOnMeDialog.tsx:154 msgid "Appeal" msgstr "" -#: src/components/moderation/LabelsOnMeDialog.tsx:238 +#: src/components/moderation/LabelsOnMeDialog.tsx:236 msgid "Appeal \"{0}\" label" msgstr "" @@ -538,7 +543,7 @@ msgstr "" #~ msgid "Appeal Content Warning" #~ msgstr "İçerik Uyarısını İtiraz Et" -#: src/components/moderation/LabelsOnMeDialog.tsx:229 +#: src/components/moderation/LabelsOnMeDialog.tsx:227 #: src/screens/Messages/Conversation/ChatDisabled.tsx:91 msgid "Appeal submitted" msgstr "" @@ -563,7 +568,7 @@ msgid "Appearance" msgstr "Görünüm" #: src/screens/Feeds/NoSavedFeedsOfAnyType.tsx:47 -#: src/screens/Home/NoFeedsPinned.tsx:106 +#: src/screens/Home/NoFeedsPinned.tsx:93 msgid "Apply default recommended feeds" msgstr "" @@ -587,15 +592,15 @@ msgstr "" msgid "Are you sure you want to leave this conversation? Your messages will be deleted for you, but not for the other participant." msgstr "" -#: src/view/com/feeds/FeedSourceCard.tsx:293 +#: src/view/com/feeds/FeedSourceCard.tsx:314 msgid "Are you sure you want to remove {0} from your feeds?" msgstr "" -#: src/view/com/composer/Composer.tsx:617 +#: src/view/com/composer/Composer.tsx:630 msgid "Are you sure you'd like to discard this draft?" msgstr "Bu taslağı silmek istediğinizden emin misiniz?" -#: src/components/dialogs/MutedWords.tsx:283 +#: src/components/dialogs/MutedWords.tsx:281 msgid "Are you sure?" msgstr "Emin misiniz?" @@ -620,8 +625,8 @@ msgid "At least 3 characters" msgstr "" #: src/components/dms/MessagesListHeader.tsx:75 -#: src/components/moderation/LabelsOnMeDialog.tsx:283 -#: src/components/moderation/LabelsOnMeDialog.tsx:284 +#: src/components/moderation/LabelsOnMeDialog.tsx:281 +#: src/components/moderation/LabelsOnMeDialog.tsx:282 #: src/screens/Login/ChooseAccountForm.tsx:98 #: src/screens/Login/ChooseAccountForm.tsx:103 #: src/screens/Login/ForgotPasswordForm.tsx:129 @@ -634,7 +639,7 @@ msgstr "" #: src/screens/Messages/Conversation/ChatDisabled.tsx:134 #: src/screens/Profile/Header/Shell.tsx:102 #: src/screens/Signup/index.tsx:193 -#: src/view/com/util/ViewHeader.tsx:90 +#: src/view/com/util/ViewHeader.tsx:91 msgid "Back" msgstr "Geri" @@ -659,7 +664,7 @@ msgstr "Doğum günü" msgid "Birthday:" msgstr "Doğum günü:" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:295 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:309 #: src/view/com/profile/ProfileMenu.tsx:363 msgid "Block" msgstr "" @@ -703,7 +708,7 @@ msgstr "Engellendi" msgid "Blocked accounts" msgstr "Engellenen hesaplar" -#: src/Navigation.tsx:141 +#: src/Navigation.tsx:140 #: src/view/screens/ModerationBlockedAccounts.tsx:109 msgid "Blocked Accounts" msgstr "Engellenen Hesaplar" @@ -784,8 +789,8 @@ msgstr "" msgid "Books" msgstr "Kitaplar" -#: src/screens/Home/NoFeedsPinned.tsx:116 -#: src/screens/Home/NoFeedsPinned.tsx:123 +#: src/screens/Home/NoFeedsPinned.tsx:103 +#: src/screens/Home/NoFeedsPinned.tsx:109 msgid "Browse other feeds" msgstr "" @@ -801,7 +806,7 @@ msgstr "İş" #~ 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:159 +#: src/view/com/profile/ProfileSubpageHeader.tsx:156 msgid "by —" msgstr "tarafından —" @@ -817,7 +822,7 @@ msgstr "" #~ msgid "by @{0}" #~ msgstr "" -#: src/view/com/profile/ProfileSubpageHeader.tsx:163 +#: src/view/com/profile/ProfileSubpageHeader.tsx:160 msgid "by <0/>" msgstr "tarafından <0/>" @@ -825,7 +830,7 @@ msgstr "tarafından <0/>" msgid "By creating an account you agree to the {els}." msgstr "" -#: src/view/com/profile/ProfileSubpageHeader.tsx:161 +#: src/view/com/profile/ProfileSubpageHeader.tsx:158 msgid "by you" msgstr "siz tarafından" @@ -833,7 +838,7 @@ msgstr "siz tarafından" msgid "Camera" msgstr "Kamera" -#: src/view/com/modals/AddAppPasswords.tsx:180 +#: src/view/com/modals/AddAppPasswords.tsx:179 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." @@ -842,8 +847,8 @@ msgstr "Yalnızca harfler, sayılar, boşluklar, tireler ve alt çizgiler içere #: src/components/Prompt.tsx:121 #: src/components/TagMenu/index.tsx:268 #: src/screens/Deactivated.tsx:161 -#: src/view/com/composer/Composer.tsx:417 -#: src/view/com/composer/Composer.tsx:423 +#: src/view/com/composer/Composer.tsx:432 +#: src/view/com/composer/Composer.tsx:438 #: src/view/com/modals/ChangeEmail.tsx:213 #: src/view/com/modals/ChangeEmail.tsx:215 #: src/view/com/modals/ChangeHandle.tsx:148 @@ -859,8 +864,8 @@ msgstr "Yalnızca harfler, sayılar, boşluklar, tireler ve alt çizgiler içere #: src/view/com/modals/LinkWarning.tsx:107 #: src/view/com/modals/VerifyEmail.tsx:255 #: src/view/com/modals/VerifyEmail.tsx:261 -#: src/view/com/util/post-ctrls/RepostButton.tsx:136 -#: src/view/screens/Search/Search.tsx:738 +#: src/view/com/util/post-ctrls/RepostButton.tsx:138 +#: src/view/screens/Search/Search.tsx:735 #: src/view/shell/desktop/Search.tsx:218 msgid "Cancel" msgstr "İptal" @@ -889,7 +894,7 @@ msgstr "Resim kırpma işlemini iptal et" msgid "Cancel profile editing" msgstr "Profil düzenlemeyi iptal et" -#: src/view/com/util/post-ctrls/RepostButton.tsx:130 +#: src/view/com/util/post-ctrls/RepostButton.tsx:132 msgid "Cancel quote post" msgstr "Alıntı gönderiyi iptal et" @@ -953,7 +958,7 @@ msgstr "Gönderi dilini {0} olarak değiştir" msgid "Change Your Email" msgstr "E-postanızı Değiştirin" -#: src/Navigation.tsx:302 +#: src/Navigation.tsx:308 #: src/view/shell/bottom-bar/BottomBar.tsx:201 #: src/view/shell/desktop/LeftNav.tsx:295 msgid "Chat" @@ -965,7 +970,7 @@ msgstr "" #: src/components/dms/ConvoMenu.tsx:112 #: src/components/dms/MessageMenu.tsx:81 -#: src/Navigation.tsx:307 +#: src/Navigation.tsx:313 #: src/screens/Messages/List/index.tsx:88 #: src/view/screens/Settings/index.tsx:638 msgid "Chat settings" @@ -1055,7 +1060,7 @@ 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:88 -#: src/view/screens/Search/Search.tsx:864 +#: src/view/screens/Search/Search.tsx:861 msgid "Clear search query" msgstr "Arama sorgusunu temizle" @@ -1163,7 +1168,7 @@ msgstr "Alt gezinme çubuğunu kapatır" msgid "Closes password update alert" msgstr "Şifre güncelleme uyarısını kapatır" -#: src/view/com/composer/Composer.tsx:419 +#: src/view/com/composer/Composer.tsx:434 msgid "Closes post composer and discards post draft" msgstr "Gönderi bestecisini kapatır ve gönderi taslağını siler" @@ -1187,7 +1192,7 @@ msgstr "Komedi" msgid "Comics" msgstr "Çizgi romanlar" -#: src/Navigation.tsx:248 +#: src/Navigation.tsx:254 #: src/view/screens/CommunityGuidelines.tsx:32 msgid "Community Guidelines" msgstr "Topluluk Kuralları" @@ -1200,7 +1205,7 @@ msgstr "Onboarding'i tamamlayın ve hesabınızı kullanmaya başlayın" msgid "Complete the challenge" msgstr "" -#: src/view/com/composer/Composer.tsx:536 +#: src/view/com/composer/Composer.tsx:551 msgid "Compose posts up to {MAX_GRAPHEME_LENGTH} characters in length" msgstr "En fazla {MAX_GRAPHEME_LENGTH} karakter uzunluğunda gönderiler oluşturun" @@ -1330,7 +1335,7 @@ msgid "Context menu backdrop, click to close the menu." msgstr "" #: src/screens/Onboarding/StepInterests/index.tsx:253 -#: src/screens/Onboarding/StepProfile/index.tsx:268 +#: src/screens/Onboarding/StepProfile/index.tsx:269 msgid "Continue" msgstr "Devam et" @@ -1338,8 +1343,12 @@ msgstr "Devam et" msgid "Continue as {0} (currently signed in)" msgstr "" +#: src/view/com/post-thread/PostThreadLoadMore.tsx:52 +msgid "Continue thread..." +msgstr "" + #: src/screens/Onboarding/StepInterests/index.tsx:250 -#: src/screens/Onboarding/StepProfile/index.tsx:265 +#: src/screens/Onboarding/StepProfile/index.tsx:266 #: src/screens/Signup/index.tsx:213 msgid "Continue to next step" msgstr "Sonraki adıma devam et" @@ -1352,7 +1361,7 @@ msgstr "Sonraki adıma devam et" #~ msgid "Continue to the next step without following any accounts" #~ msgstr "Herhangi bir hesabı takip etmeden sonraki adıma devam et" -#: src/screens/Messages/List/ChatListItem.tsx:153 +#: src/screens/Messages/List/ChatListItem.tsx:154 msgid "Conversation deleted" msgstr "" @@ -1360,7 +1369,7 @@ msgstr "" msgid "Cooking" msgstr "Yemek pişirme" -#: src/view/com/modals/AddAppPasswords.tsx:221 +#: src/view/com/modals/AddAppPasswords.tsx:220 #: src/view/com/modals/InviteCodes.tsx:183 msgid "Copied" msgstr "Kopyalandı" @@ -1370,10 +1379,10 @@ msgid "Copied build version to clipboard" msgstr "Sürüm numarası panoya kopyalandı" #: src/components/dms/MessageMenu.tsx:57 -#: src/view/com/modals/AddAppPasswords.tsx:81 +#: src/view/com/modals/AddAppPasswords.tsx:80 #: src/view/com/modals/ChangeHandle.tsx:320 #: src/view/com/modals/InviteCodes.tsx:153 -#: src/view/com/util/forms/PostDropdownBtn.tsx:187 +#: src/view/com/util/forms/PostDropdownBtn.tsx:182 msgid "Copied to clipboard" msgstr "Panoya kopyalandı" @@ -1381,11 +1390,11 @@ msgstr "Panoya kopyalandı" msgid "Copied!" msgstr "" -#: src/view/com/modals/AddAppPasswords.tsx:215 +#: src/view/com/modals/AddAppPasswords.tsx:214 msgid "Copies app password" msgstr "Uygulama şifresini kopyalar" -#: src/view/com/modals/AddAppPasswords.tsx:214 +#: src/view/com/modals/AddAppPasswords.tsx:213 msgid "Copy" msgstr "Kopyala" @@ -1402,8 +1411,8 @@ msgstr "" msgid "Copy link to list" msgstr "Liste bağlantısını kopyala" -#: src/view/com/util/forms/PostDropdownBtn.tsx:310 -#: src/view/com/util/forms/PostDropdownBtn.tsx:319 +#: src/view/com/util/forms/PostDropdownBtn.tsx:297 +#: src/view/com/util/forms/PostDropdownBtn.tsx:306 msgid "Copy link to post" msgstr "Gönderi bağlantısını kopyala" @@ -1416,12 +1425,12 @@ msgstr "Gönderi bağlantısını kopyala" msgid "Copy message text" msgstr "" -#: src/view/com/util/forms/PostDropdownBtn.tsx:288 -#: src/view/com/util/forms/PostDropdownBtn.tsx:290 +#: src/view/com/util/forms/PostDropdownBtn.tsx:275 +#: src/view/com/util/forms/PostDropdownBtn.tsx:277 msgid "Copy post text" msgstr "Gönderi metnini kopyala" -#: src/Navigation.tsx:253 +#: src/Navigation.tsx:259 #: src/view/screens/CopyrightPolicy.tsx:29 msgid "Copyright Policy" msgstr "Telif Hakkı Politikası" @@ -1472,11 +1481,11 @@ msgstr "Hesap Oluştur" msgid "Create an account" msgstr "" -#: src/screens/Onboarding/StepProfile/index.tsx:282 +#: src/screens/Onboarding/StepProfile/index.tsx:283 msgid "Create an avatar instead" msgstr "" -#: src/view/com/modals/AddAppPasswords.tsx:243 +#: src/view/com/modals/AddAppPasswords.tsx:242 msgid "Create App Password" msgstr "Uygulama Şifresi Oluştur" @@ -1518,7 +1527,7 @@ msgstr "" msgid "Custom domain" msgstr "Özel alan adı" -#: src/view/screens/Feeds.tsx:824 +#: src/view/screens/Feeds.tsx:797 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." @@ -1561,7 +1570,7 @@ msgid "Debug panel" msgstr "Hata ayıklama paneli" #: src/components/dms/MessageMenu.tsx:151 -#: src/view/com/util/forms/PostDropdownBtn.tsx:436 +#: src/view/com/util/forms/PostDropdownBtn.tsx:423 #: src/view/screens/AppPasswords.tsx:285 #: src/view/screens/ProfileList.tsx:667 msgid "Delete" @@ -1616,8 +1625,8 @@ msgstr "Hesabımı sil" msgid "Delete My Account…" msgstr "Hesabımı Sil…" -#: src/view/com/util/forms/PostDropdownBtn.tsx:417 -#: src/view/com/util/forms/PostDropdownBtn.tsx:419 +#: src/view/com/util/forms/PostDropdownBtn.tsx:404 +#: src/view/com/util/forms/PostDropdownBtn.tsx:406 msgid "Delete post" msgstr "Gönderiyi sil" @@ -1625,7 +1634,7 @@ msgstr "Gönderiyi sil" msgid "Delete this list?" msgstr "" -#: src/view/com/util/forms/PostDropdownBtn.tsx:431 +#: src/view/com/util/forms/PostDropdownBtn.tsx:418 msgid "Delete this post?" msgstr "Bu gönderiyi sil?" @@ -1648,7 +1657,7 @@ msgstr "" msgid "Description" msgstr "Açıklama" -#: src/view/com/composer/GifAltText.tsx:141 +#: src/view/com/composer/GifAltText.tsx:140 msgid "Descriptive alt text" msgstr "" @@ -1656,7 +1665,7 @@ msgstr "" #~ msgid "Developer Tools" #~ msgstr "Geliştirici Araçları" -#: src/view/com/composer/Composer.tsx:264 +#: src/view/com/composer/Composer.tsx:277 msgid "Did you want to say anything?" msgstr "Bir şey söylemek istediniz mi?" @@ -1697,7 +1706,7 @@ msgstr "" msgid "Disabled" msgstr "" -#: src/view/com/composer/Composer.tsx:619 +#: src/view/com/composer/Composer.tsx:632 msgid "Discard" msgstr "Sil" @@ -1705,7 +1714,7 @@ msgstr "Sil" #~ msgid "Discard draft" #~ msgstr "Taslağı sil" -#: src/view/com/composer/Composer.tsx:616 +#: src/view/com/composer/Composer.tsx:629 msgid "Discard draft?" msgstr "" @@ -1714,8 +1723,8 @@ msgstr "" msgid "Discourage apps from showing my account to logged-out users" msgstr "Uygulamaların hesabımı oturum açmamış kullanıcılara göstermesini engelle" -#: src/view/com/posts/FollowingEmptyState.tsx:74 -#: src/view/com/posts/FollowingEndOfFeed.tsx:75 +#: src/view/com/posts/FollowingEmptyState.tsx:70 +#: src/view/com/posts/FollowingEndOfFeed.tsx:71 msgid "Discover new custom feeds" msgstr "Yeni özel beslemeler keşfet" @@ -1723,7 +1732,7 @@ msgstr "Yeni özel beslemeler keşfet" #~ msgid "Discover new feeds" #~ msgstr "Yeni beslemeler keşfet" -#: src/view/screens/Feeds.tsx:821 +#: src/view/screens/Feeds.tsx:794 msgid "Discover New Feeds" msgstr "" @@ -1763,11 +1772,11 @@ msgstr "Alan adı doğrulandı!" #: src/components/dialogs/BirthDateSettings.tsx:125 #: src/components/forms/DateField/index.tsx:74 #: src/components/forms/DateField/index.tsx:80 -#: src/screens/Onboarding/StepProfile/index.tsx:321 -#: src/screens/Onboarding/StepProfile/index.tsx:324 +#: src/screens/Onboarding/StepProfile/index.tsx:322 +#: src/screens/Onboarding/StepProfile/index.tsx:325 #: src/view/com/auth/server-input/index.tsx:169 #: src/view/com/auth/server-input/index.tsx:170 -#: src/view/com/modals/AddAppPasswords.tsx:243 +#: src/view/com/modals/AddAppPasswords.tsx:242 #: src/view/com/modals/AltImage.tsx:141 #: src/view/com/modals/crop-image/CropImage.web.tsx:177 #: src/view/com/modals/InviteCodes.tsx:81 @@ -1850,6 +1859,11 @@ msgstr "örn: Reklamlarla tekrar tekrar yanıt veren kullanıcılar." 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." +#: src/view/screens/Feeds.tsx:400 +#: src/view/screens/Feeds.tsx:471 +msgid "Edit" +msgstr "" + #: src/view/com/lists/ListMembers.tsx:149 msgctxt "action" msgid "Edit" @@ -1873,8 +1887,9 @@ msgstr "Liste ayrıntılarını düzenle" msgid "Edit Moderation List" msgstr "Düzenleme Listesini Düzenle" -#: src/Navigation.tsx:263 -#: src/view/screens/Feeds.tsx:495 +#: src/Navigation.tsx:269 +#: src/view/screens/Feeds.tsx:398 +#: src/view/screens/Feeds.tsx:469 #: src/view/screens/SavedFeeds.tsx:93 msgid "Edit My Feeds" msgstr "Beslemelerimi Düzenle" @@ -1884,19 +1899,19 @@ msgid "Edit my profile" msgstr "Profilimi düzenle" #: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:181 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:171 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:175 msgid "Edit profile" msgstr "Profil düzenle" #: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:184 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:174 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:178 msgid "Edit Profile" msgstr "Profil Düzenle" #: src/view/com/home/HomeHeaderLayout.web.tsx:76 #: src/view/screens/Feeds.tsx:416 -msgid "Edit Saved Feeds" -msgstr "Kayıtlı Beslemeleri Düzenle" +#~ msgid "Edit Saved Feeds" +#~ msgstr "Kayıtlı Beslemeleri Düzenle" #: src/view/com/modals/CreateOrEditList.tsx:234 msgid "Edit User List" @@ -1949,8 +1964,8 @@ msgid "Embed HTML code" msgstr "" #: src/components/dialogs/Embed.tsx:97 -#: src/view/com/util/forms/PostDropdownBtn.tsx:327 -#: src/view/com/util/forms/PostDropdownBtn.tsx:329 +#: src/view/com/util/forms/PostDropdownBtn.tsx:314 +#: src/view/com/util/forms/PostDropdownBtn.tsx:316 msgid "Embed post" msgstr "" @@ -2010,7 +2025,7 @@ msgstr "Beslemenin sonu" #~ msgid "End of list" #~ msgstr "" -#: src/view/com/modals/AddAppPasswords.tsx:161 +#: src/view/com/modals/AddAppPasswords.tsx:160 msgid "Enter a name for this App Password" msgstr "Bu Uygulama Şifresi için bir ad girin" @@ -2018,8 +2033,8 @@ msgstr "Bu Uygulama Şifresi için bir ad girin" 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 "" @@ -2077,7 +2092,7 @@ msgid "Error receiving captcha response." msgstr "" #: src/screens/Onboarding/StepInterests/index.tsx:192 -#: src/view/screens/Search/Search.tsx:115 +#: src/view/screens/Search/Search.tsx:116 msgid "Error:" msgstr "Hata:" @@ -2169,7 +2184,7 @@ msgstr "Harici Medya" msgid "External media may allow websites to collect information about you and your device. No information is sent or requested until you press the \"play\" button." msgstr "Harici medya, web sitelerinin siz ve cihazınız hakkında bilgi toplamasına izin verebilir. Bilgi, \"oynat\" düğmesine basana kadar gönderilmez veya istenmez." -#: src/Navigation.tsx:282 +#: src/Navigation.tsx:288 #: src/view/screens/PreferencesExternalEmbeds.tsx:53 #: src/view/screens/Settings/index.tsx:679 msgid "External Media Preferences" @@ -2179,8 +2194,8 @@ msgstr "Harici Medya Tercihleri" msgid "External media settings" msgstr "Harici medya ayarları" -#: src/view/com/modals/AddAppPasswords.tsx:120 -#: src/view/com/modals/AddAppPasswords.tsx:124 +#: src/view/com/modals/AddAppPasswords.tsx:119 +#: src/view/com/modals/AddAppPasswords.tsx:123 msgid "Failed to create app password." msgstr "Uygulama şifresi oluşturulamadı." @@ -2192,7 +2207,7 @@ msgstr "Liste oluşturulamadı. İnternet bağlantınızı kontrol edin ve tekra msgid "Failed to delete message" msgstr "" -#: src/view/com/util/forms/PostDropdownBtn.tsx:154 +#: src/view/com/util/forms/PostDropdownBtn.tsx:149 msgid "Failed to delete post, please try again" msgstr "Gönderi silinemedi, lütfen tekrar deneyin" @@ -2226,7 +2241,7 @@ msgstr "" #~ msgid "Failed to send message(s)." #~ msgstr "" -#: src/components/moderation/LabelsOnMeDialog.tsx:225 +#: src/components/moderation/LabelsOnMeDialog.tsx:223 #: src/screens/Messages/Conversation/ChatDisabled.tsx:87 msgid "Failed to submit appeal, please try again." msgstr "" @@ -2236,15 +2251,15 @@ msgstr "" msgid "Failed to update settings" msgstr "" -#: src/Navigation.tsx:203 +#: src/Navigation.tsx:209 msgid "Feed" msgstr "Besleme" -#: src/view/com/feeds/FeedSourceCard.tsx:230 +#: src/view/com/feeds/FeedSourceCard.tsx:251 msgid "Feed by {0}" msgstr "{0} tarafından besleme" -#: src/view/screens/Feeds.tsx:736 +#: src/view/screens/Feeds.tsx:709 msgid "Feed offline" msgstr "Besleme çevrimdışı" @@ -2253,17 +2268,16 @@ msgstr "Besleme çevrimdışı" #~ msgstr "Besleme Tercihleri" #: src/view/shell/desktop/RightNav.tsx:66 -#: src/view/shell/Drawer.tsx:344 +#: src/view/shell/Drawer.tsx:345 msgid "Feedback" msgstr "Geribildirim" -#: src/Navigation.tsx:511 -#: src/view/screens/Feeds.tsx:480 -#: src/view/screens/Feeds.tsx:596 +#: src/view/screens/Feeds.tsx:463 +#: src/view/screens/Feeds.tsx:570 #: src/view/screens/Profile.tsx:197 #: src/view/shell/desktop/LeftNav.tsx:367 -#: src/view/shell/Drawer.tsx:492 #: src/view/shell/Drawer.tsx:493 +#: src/view/shell/Drawer.tsx:494 msgid "Feeds" msgstr "Beslemeler" @@ -2296,12 +2310,12 @@ msgid "Finalizing" msgstr "Tamamlanıyor" #: src/view/com/posts/CustomFeedEmptyState.tsx:47 -#: src/view/com/posts/FollowingEmptyState.tsx:57 -#: src/view/com/posts/FollowingEndOfFeed.tsx:58 +#: src/view/com/posts/FollowingEmptyState.tsx:53 +#: src/view/com/posts/FollowingEndOfFeed.tsx:54 msgid "Find accounts to follow" msgstr "Takip edilecek hesaplar bul" -#: src/view/screens/Search/Search.tsx:469 +#: src/view/screens/Search/Search.tsx:470 msgid "Find posts and users on Bluesky" msgstr "" @@ -2348,7 +2362,7 @@ msgstr "Dikey çevir" #: src/components/ProfileHoverCard/index.web.tsx:412 #: src/components/ProfileHoverCard/index.web.tsx:423 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:244 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:248 #: src/view/com/post-thread/PostThreadFollowBtn.tsx:146 #: src/view/com/profile/ProfileHeaderSuggestedFollows.tsx:247 msgid "Follow" @@ -2359,7 +2373,7 @@ msgctxt "action" msgid "Follow" msgstr "Takip et" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:230 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:234 #: src/view/com/post-thread/PostThreadFollowBtn.tsx:128 msgid "Follow {0}" msgstr "{0} takip et" @@ -2389,6 +2403,10 @@ msgstr "" #~ 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/components/KnownFollowers.tsx:169 +msgid "Followed by" +msgstr "" + #: src/view/com/profile/ProfileCard.tsx:227 msgid "Followed by {0}" msgstr "{0} tarafından takip ediliyor" @@ -2410,18 +2428,27 @@ msgstr "sizi takip etti" msgid "Followers" msgstr "Takipçiler" +#: src/Navigation.tsx:177 +msgid "Followers of @{0} that you know" +msgstr "" + +#: src/screens/Profile/KnownFollowers.tsx:108 +#: src/screens/Profile/KnownFollowers.tsx:118 +msgid "Followers you know" +msgstr "" + #: src/components/ProfileHoverCard/index.web.tsx:411 #: src/components/ProfileHoverCard/index.web.tsx:422 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:242 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:246 #: src/view/com/post-thread/PostThreadFollowBtn.tsx:149 #: src/view/com/profile/ProfileFollows.tsx:104 -#: src/view/screens/Feeds.tsx:683 +#: src/view/screens/Feeds.tsx:656 #: src/view/screens/ProfileFollows.tsx:25 #: src/view/screens/SavedFeeds.tsx:415 msgid "Following" msgstr "Takip edilenler" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:90 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:94 msgid "Following {0}" msgstr "{0} takip ediliyor" @@ -2433,9 +2460,7 @@ msgstr "" msgid "Following feed preferences" msgstr "" -#: src/Navigation.tsx:269 -#: src/view/com/home/HomeHeaderLayout.web.tsx:64 -#: src/view/com/home/HomeHeaderLayoutMobile.tsx:87 +#: src/Navigation.tsx:275 #: src/view/screens/PreferencesFollowingFeed.tsx:103 #: src/view/screens/Settings/index.tsx:582 msgid "Following Feed Preferences" @@ -2457,7 +2482,7 @@ msgstr "Yiyecek" 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:233 +#: src/view/com/modals/AddAppPasswords.tsx:232 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." @@ -2508,7 +2533,7 @@ msgstr "" msgid "Get Started" msgstr "Başlayın" -#: src/screens/Onboarding/StepProfile/index.tsx:224 +#: src/screens/Onboarding/StepProfile/index.tsx:225 msgid "Give your profile a face" msgstr "" @@ -2536,9 +2561,9 @@ msgstr "Geri git" msgid "Go Back" msgstr "Geri Git" -#: src/components/dms/ReportDialog.tsx:152 +#: src/components/dms/ReportDialog.tsx:154 #: src/components/ReportDialog/SelectReportOptionView.tsx:77 -#: src/components/ReportDialog/SubmitView.tsx:105 +#: src/components/ReportDialog/SubmitView.tsx:104 #: src/screens/Onboarding/Layout.tsx:102 #: src/screens/Onboarding/Layout.tsx:191 #: src/screens/Signup/index.tsx:187 @@ -2558,7 +2583,7 @@ msgstr "" #~ msgid "Go to @{queryMaybeHandle}" #~ msgstr "@{queryMaybeHandle} adresine git" -#: src/screens/Messages/List/ChatListItem.tsx:208 +#: src/screens/Messages/List/ChatListItem.tsx:211 msgid "Go to conversation with {0}" msgstr "" @@ -2591,7 +2616,7 @@ msgstr "" msgid "Harassment, trolling, or intolerance" msgstr "" -#: src/Navigation.tsx:297 +#: src/Navigation.tsx:303 msgid "Hashtag" msgstr "" @@ -2604,11 +2629,11 @@ msgid "Having trouble?" msgstr "Sorun mu yaşıyorsunuz?" #: src/view/shell/desktop/RightNav.tsx:95 -#: src/view/shell/Drawer.tsx:354 +#: src/view/shell/Drawer.tsx:355 msgid "Help" msgstr "Yardım" -#: src/screens/Onboarding/StepProfile/index.tsx:227 +#: src/screens/Onboarding/StepProfile/index.tsx:228 msgid "Help people know you're not a bot by uploading a picture or creating an avatar." msgstr "" @@ -2624,7 +2649,7 @@ msgstr "" #~ 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:204 +#: src/view/com/modals/AddAppPasswords.tsx:203 msgid "Here is your app password." msgstr "İşte uygulama şifreniz." @@ -2635,7 +2660,7 @@ msgstr "İşte uygulama şifreniz." #: src/lib/moderation/useLabelBehaviorDescription.ts:20 #: src/lib/moderation/useLabelBehaviorDescription.ts:25 #: src/lib/moderation/useLabelBehaviorDescription.ts:30 -#: src/view/com/util/forms/PostDropdownBtn.tsx:445 +#: src/view/com/util/forms/PostDropdownBtn.tsx:432 msgid "Hide" msgstr "Gizle" @@ -2644,8 +2669,8 @@ msgctxt "action" msgid "Hide" msgstr "Gizle" -#: src/view/com/util/forms/PostDropdownBtn.tsx:390 -#: src/view/com/util/forms/PostDropdownBtn.tsx:392 +#: src/view/com/util/forms/PostDropdownBtn.tsx:377 +#: src/view/com/util/forms/PostDropdownBtn.tsx:379 msgid "Hide post" msgstr "Gönderiyi gizle" @@ -2654,7 +2679,7 @@ msgstr "Gönderiyi gizle" msgid "Hide the content" msgstr "İçeriği gizle" -#: src/view/com/util/forms/PostDropdownBtn.tsx:442 +#: src/view/com/util/forms/PostDropdownBtn.tsx:429 msgid "Hide this post?" msgstr "Bu gönderiyi gizle?" @@ -2666,23 +2691,23 @@ msgstr "Kullanıcı listesini gizle" #~ msgid "Hides posts from {0} in your feed" #~ msgstr "Beslemenizdeki {0} gönderilerini gizler" -#: src/view/com/posts/FeedErrorMessage.tsx:118 +#: src/view/com/posts/FeedErrorMessage.tsx:117 msgid "Hmm, some kind of issue occurred when contacting the feed server. Please let the feed owner know about this issue." msgstr "Hmm, besleme sunucusuna ulaşırken bir tür sorun oluştu. Lütfen bu konuda besleme sahibini bilgilendirin." -#: src/view/com/posts/FeedErrorMessage.tsx:106 +#: src/view/com/posts/FeedErrorMessage.tsx:105 msgid "Hmm, the feed server appears to be misconfigured. Please let the feed owner know about this issue." msgstr "Hmm, besleme sunucusunun yanlış yapılandırılmış görünüyor. Lütfen bu konuda besleme sahibini bilgilendirin." -#: src/view/com/posts/FeedErrorMessage.tsx:112 +#: src/view/com/posts/FeedErrorMessage.tsx:111 msgid "Hmm, the feed server appears to be offline. Please let the feed owner know about this issue." msgstr "Hmm, besleme sunucusunun çevrimdışı görünüyor. Lütfen bu konuda besleme sahibini bilgilendirin." -#: src/view/com/posts/FeedErrorMessage.tsx:109 +#: src/view/com/posts/FeedErrorMessage.tsx:108 msgid "Hmm, the feed server gave a bad response. Please let the feed owner know about this issue." msgstr "Hmm, besleme sunucusu kötü bir yanıt verdi. Lütfen bu konuda besleme sahibini bilgilendirin." -#: src/view/com/posts/FeedErrorMessage.tsx:103 +#: src/view/com/posts/FeedErrorMessage.tsx:102 msgid "Hmm, we're having trouble finding this feed. It may have been deleted." msgstr "Hmm, bu beslemeyi bulmakta sorun yaşıyoruz. Silinmiş olabilir." @@ -2694,11 +2719,11 @@ msgstr "" msgid "Hmmmm, we couldn't load that moderation service." msgstr "" -#: src/Navigation.tsx:501 +#: src/Navigation.tsx:489 #: src/view/shell/bottom-bar/BottomBar.tsx:159 #: src/view/shell/desktop/LeftNav.tsx:335 -#: src/view/shell/Drawer.tsx:424 #: src/view/shell/Drawer.tsx:425 +#: src/view/shell/Drawer.tsx:426 msgid "Home" msgstr "Ana Sayfa" @@ -2758,7 +2783,7 @@ msgstr "" msgid "If you delete this list, you won't be able to recover it." msgstr "" -#: src/view/com/util/forms/PostDropdownBtn.tsx:433 +#: src/view/com/util/forms/PostDropdownBtn.tsx:420 msgid "If you remove this post, you won't be able to recover it." msgstr "" @@ -2810,7 +2835,7 @@ msgstr "Hesap silme için onay kodunu girin" #~ msgid "Input invite code to proceed" #~ msgstr "Devam etmek için davet kodunu girin" -#: src/view/com/modals/AddAppPasswords.tsx:175 +#: src/view/com/modals/AddAppPasswords.tsx:174 msgid "Input name for app password" msgstr "Uygulama şifresi için ad girin" @@ -2867,7 +2892,7 @@ msgstr "" msgid "Invalid 2FA confirmation code." msgstr "" -#: src/view/com/post-thread/PostThreadItem.tsx:240 +#: src/view/com/post-thread/PostThreadItem.tsx:235 msgid "Invalid or unsupported post record" msgstr "Geçersiz veya desteklenmeyen gönderi kaydı" @@ -2952,11 +2977,11 @@ msgstr "" #~ msgid "labels have been placed on this {labelTarget}" #~ msgstr "" -#: src/components/moderation/LabelsOnMeDialog.tsx:80 +#: src/components/moderation/LabelsOnMeDialog.tsx:79 msgid "Labels on your account" msgstr "" -#: src/components/moderation/LabelsOnMeDialog.tsx:82 +#: src/components/moderation/LabelsOnMeDialog.tsx:81 msgid "Labels on your content" msgstr "" @@ -2968,7 +2993,7 @@ msgstr "Dil seçimi" msgid "Language settings" msgstr "Dil ayarları" -#: src/Navigation.tsx:151 +#: src/Navigation.tsx:150 #: src/view/screens/LanguageSettings.tsx:90 msgid "Language Settings" msgstr "Dil Ayarları" @@ -2982,7 +3007,7 @@ msgstr "Diller" #~ msgstr "Son adım!" #: src/screens/Hashtag.tsx:99 -#: src/view/screens/Search/Search.tsx:376 +#: src/view/screens/Search/Search.tsx:377 msgid "Latest" msgstr "" @@ -3072,8 +3097,8 @@ msgid "Like this feed" msgstr "Bu beslemeyi beğen" #: src/components/LikesDialog.tsx:87 -#: src/Navigation.tsx:208 -#: src/Navigation.tsx:213 +#: src/Navigation.tsx:214 +#: src/Navigation.tsx:219 msgid "Liked by" msgstr "Beğenenler" @@ -3109,11 +3134,11 @@ msgstr "gönderinizi beğendi" msgid "Likes" msgstr "Beğeniler" -#: src/view/com/post-thread/PostThreadItem.tsx:201 +#: src/view/com/post-thread/PostThreadItem.tsx:196 msgid "Likes on this post" msgstr "Bu gönderideki beğeniler" -#: src/Navigation.tsx:177 +#: src/Navigation.tsx:183 msgid "List" msgstr "Liste" @@ -3125,7 +3150,7 @@ msgstr "Liste Avatarı" msgid "List blocked" msgstr "Liste engellendi" -#: src/view/com/feeds/FeedSourceCard.tsx:232 +#: src/view/com/feeds/FeedSourceCard.tsx:253 msgid "List by {0}" msgstr "{0} tarafından liste" @@ -3149,12 +3174,12 @@ msgstr "Liste engeli kaldırıldı" msgid "List unmuted" msgstr "Liste sessizden çıkarıldı" -#: src/Navigation.tsx:121 +#: src/Navigation.tsx:120 #: src/view/screens/Profile.tsx:192 #: src/view/screens/Profile.tsx:198 #: src/view/shell/desktop/LeftNav.tsx:373 -#: src/view/shell/Drawer.tsx:508 #: src/view/shell/Drawer.tsx:509 +#: src/view/shell/Drawer.tsx:510 msgid "Lists" msgstr "Listeler" @@ -3167,7 +3192,7 @@ msgstr "" #~ msgid "Load more posts" #~ msgstr "Daha fazla gönderi yükle" -#: src/view/screens/Notifications.tsx:168 +#: src/view/screens/Notifications.tsx:184 msgid "Load new notifications" msgstr "Yeni bildirimleri yükle" @@ -3186,7 +3211,7 @@ msgstr "Yükleniyor..." #~ msgid "Local dev server" #~ msgstr "Yerel geliştirme sunucusu" -#: src/Navigation.tsx:228 +#: src/Navigation.tsx:234 msgid "Log" msgstr "Log" @@ -3222,7 +3247,7 @@ msgstr "" msgid "Looks like you haven't saved any feeds! Use our recommendations or browse more below." msgstr "" -#: src/screens/Home/NoFeedsPinned.tsx:96 +#: src/screens/Home/NoFeedsPinned.tsx:83 msgid "Looks like you unpinned all your feeds. But don't worry, you can add some below 😄" msgstr "" @@ -3238,7 +3263,7 @@ msgstr "" msgid "Make sure this is where you intend to go!" msgstr "Bu gitmek istediğiniz yer olduğundan emin olun!" -#: src/components/dialogs/MutedWords.tsx:83 +#: src/components/dialogs/MutedWords.tsx:82 msgid "Manage your muted words and tags" msgstr "" @@ -3260,8 +3285,8 @@ msgstr "bahsedilen kullanıcılar" msgid "Mentioned users" msgstr "Bahsedilen kullanıcılar" -#: src/view/com/util/ViewHeader.tsx:90 -#: src/view/screens/Search/Search.tsx:713 +#: src/view/com/util/ViewHeader.tsx:91 +#: src/view/screens/Search/Search.tsx:714 msgid "Menu" msgstr "Menü" @@ -3270,11 +3295,11 @@ msgid "Message {0}" msgstr "" #: src/components/dms/MessageMenu.tsx:72 -#: src/screens/Messages/List/ChatListItem.tsx:154 +#: src/screens/Messages/List/ChatListItem.tsx:155 msgid "Message deleted" msgstr "" -#: src/view/com/posts/FeedErrorMessage.tsx:201 +#: src/view/com/posts/FeedErrorMessage.tsx:200 msgid "Message from server: {0}" msgstr "Sunucudan mesaj: {0}" @@ -3291,7 +3316,7 @@ msgstr "" msgid "Message settings" msgstr "" -#: src/Navigation.tsx:521 +#: src/Navigation.tsx:504 #: src/screens/Messages/List/index.tsx:164 #: src/screens/Messages/List/index.tsx:246 #: src/screens/Messages/List/index.tsx:317 @@ -3306,7 +3331,7 @@ msgstr "" msgid "Misleading Account" msgstr "" -#: src/Navigation.tsx:126 +#: src/Navigation.tsx:125 #: src/screens/Moderation/index.tsx:104 #: src/view/screens/Settings/index.tsx:561 msgid "Moderation" @@ -3343,7 +3368,7 @@ msgstr "Moderasyon listesi güncellendi" msgid "Moderation lists" msgstr "Moderasyon listeleri" -#: src/Navigation.tsx:131 +#: src/Navigation.tsx:130 #: src/view/screens/ModerationModlists.tsx:58 msgid "Moderation Lists" msgstr "Moderasyon Listeleri" @@ -3352,7 +3377,7 @@ msgstr "Moderasyon Listeleri" msgid "Moderation settings" msgstr "Moderasyon ayarları" -#: src/Navigation.tsx:223 +#: src/Navigation.tsx:229 msgid "Moderation states" msgstr "" @@ -3365,7 +3390,7 @@ msgstr "" msgid "Moderator has chosen to set a general warning on the content." msgstr "Moderatör, içeriğe genel bir uyarı koymayı seçti." -#: src/view/com/post-thread/PostThreadItem.tsx:572 +#: src/view/com/post-thread/PostThreadItem.tsx:566 msgid "More" msgstr "" @@ -3411,11 +3436,11 @@ msgstr "" msgid "Mute conversation" 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 "" @@ -3436,21 +3461,21 @@ msgstr "Bu hesapları sessize al?" #~ msgid "Mute this List" #~ msgstr "Bu Listeyi Sessize Al" -#: 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 "" -#: src/view/com/util/forms/PostDropdownBtn.tsx:365 -#: src/view/com/util/forms/PostDropdownBtn.tsx:371 +#: src/view/com/util/forms/PostDropdownBtn.tsx:352 +#: src/view/com/util/forms/PostDropdownBtn.tsx:358 msgid "Mute thread" msgstr "Konuyu sessize al" -#: src/view/com/util/forms/PostDropdownBtn.tsx:381 -#: src/view/com/util/forms/PostDropdownBtn.tsx:383 +#: src/view/com/util/forms/PostDropdownBtn.tsx:368 +#: src/view/com/util/forms/PostDropdownBtn.tsx:370 msgid "Mute words & tags" msgstr "" @@ -3462,7 +3487,7 @@ msgstr "Sessize alındı" msgid "Muted accounts" msgstr "Sessize alınan hesaplar" -#: src/Navigation.tsx:136 +#: src/Navigation.tsx:135 #: src/view/screens/ModerationMutedAccounts.tsx:109 msgid "Muted Accounts" msgstr "Sessize Alınan Hesaplar" @@ -3488,7 +3513,7 @@ msgstr "Sessizlik özeldir. Sessize alınan hesaplar sizinle etkileşime geçebi msgid "My Birthday" msgstr "Doğum Günüm" -#: src/view/screens/Feeds.tsx:795 +#: src/view/screens/Feeds.tsx:768 msgid "My Feeds" msgstr "Beslemelerim" @@ -3504,7 +3529,7 @@ msgstr "" msgid "My Saved Feeds" msgstr "Kayıtlı Beslemelerim" -#: src/view/com/modals/AddAppPasswords.tsx:174 +#: src/view/com/modals/AddAppPasswords.tsx:173 #: src/view/com/modals/CreateOrEditList.tsx:279 msgid "Name" msgstr "Ad" @@ -3591,8 +3616,8 @@ msgctxt "action" msgid "New post" msgstr "Yeni gönderi" -#: src/view/screens/Feeds.tsx:627 -#: src/view/screens/Notifications.tsx:177 +#: src/view/screens/Feeds.tsx:600 +#: src/view/screens/Notifications.tsx:193 #: src/view/screens/Profile.tsx:464 #: src/view/screens/ProfileFeed.tsx:426 #: src/view/screens/ProfileList.tsx:201 @@ -3662,7 +3687,7 @@ msgstr "" msgid "No featured GIFs found. There may be an issue with Tenor." msgstr "" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:112 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:116 msgid "No longer following {0}" msgstr "{0} artık takip edilmiyor" @@ -3670,7 +3695,7 @@ msgstr "{0} artık takip edilmiyor" msgid "No longer than 253 characters" msgstr "" -#: src/screens/Messages/List/ChatListItem.tsx:105 +#: src/screens/Messages/List/ChatListItem.tsx:106 msgid "No messages yet" msgstr "" @@ -3678,7 +3703,7 @@ msgstr "" msgid "No more conversations to show" msgstr "" -#: src/view/com/notifications/Feed.tsx:117 +#: src/view/com/notifications/Feed.tsx:118 msgid "No notifications yet!" msgstr "Henüz bildirim yok!" @@ -3689,6 +3714,10 @@ msgstr "Henüz bildirim yok!" msgid "No one" msgstr "" +#: src/screens/Profile/Sections/Feed.tsx:59 +msgid "No posts yet." +msgstr "" + #: src/view/com/composer/text-input/mobile/Autocomplete.tsx:101 #: src/view/com/composer/text-input/web/Autocomplete.tsx:195 msgid "No result" @@ -3702,13 +3731,13 @@ msgstr "" msgid "No results found" msgstr "" -#: src/view/screens/Feeds.tsx:556 +#: src/view/screens/Feeds.tsx:530 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:296 -#: src/view/screens/Search/Search.tsx:335 +#: src/view/screens/Search/Search.tsx:297 +#: src/view/screens/Search/Search.tsx:336 msgid "No results found for {query}" msgstr "{query} için sonuç bulunamadı" @@ -3747,7 +3776,7 @@ msgstr "" #~ msgid "Not Applicable." #~ msgstr "Uygulanamaz." -#: src/Navigation.tsx:116 +#: src/Navigation.tsx:115 #: src/view/screens/Profile.tsx:100 msgid "Not Found" msgstr "Bulunamadı" @@ -3758,7 +3787,7 @@ msgid "Not right now" msgstr "Şu anda değil" #: src/view/com/profile/ProfileMenu.tsx:370 -#: src/view/com/util/forms/PostDropdownBtn.tsx:459 +#: src/view/com/util/forms/PostDropdownBtn.tsx:446 #: src/view/com/util/post-ctrls/PostCtrls.tsx:308 msgid "Note about sharing" msgstr "" @@ -3779,13 +3808,13 @@ msgstr "" msgid "Notification Sounds" msgstr "" -#: src/Navigation.tsx:516 -#: src/view/screens/Notifications.tsx:126 -#: src/view/screens/Notifications.tsx:154 +#: src/Navigation.tsx:499 +#: src/view/screens/Notifications.tsx:132 +#: src/view/screens/Notifications.tsx:169 #: src/view/shell/bottom-bar/BottomBar.tsx:227 #: src/view/shell/desktop/LeftNav.tsx:350 -#: src/view/shell/Drawer.tsx:456 #: src/view/shell/Drawer.tsx:457 +#: src/view/shell/Drawer.tsx:458 msgid "Notifications" msgstr "Bildirimler" @@ -3835,11 +3864,11 @@ msgstr "En eski yanıtlar önce" msgid "Onboarding reset" msgstr "Onboarding sıfırlama" -#: src/view/com/composer/Composer.tsx:488 +#: src/view/com/composer/Composer.tsx:503 msgid "One or more images is missing alt text." msgstr "Bir veya daha fazla resimde alternatif metin eksik." -#: src/screens/Onboarding/StepProfile/index.tsx:116 +#: src/screens/Onboarding/StepProfile/index.tsx:117 msgid "Only .jpg and .png files are supported" msgstr "" @@ -3869,17 +3898,17 @@ msgstr "Aç" msgid "Open {name} profile shortcut menu" msgstr "" -#: src/screens/Onboarding/StepProfile/index.tsx:276 +#: src/screens/Onboarding/StepProfile/index.tsx:277 msgid "Open avatar creator" msgstr "" -#: src/screens/Messages/List/ChatListItem.tsx:214 -#: src/screens/Messages/List/ChatListItem.tsx:215 +#: src/screens/Messages/List/ChatListItem.tsx:219 +#: src/screens/Messages/List/ChatListItem.tsx:220 msgid "Open conversation options" msgstr "" -#: src/view/com/composer/Composer.tsx:600 -#: src/view/com/composer/Composer.tsx:601 +#: src/view/com/composer/Composer.tsx:613 +#: src/view/com/composer/Composer.tsx:614 msgid "Open emoji picker" msgstr "Emoji seçiciyi aç" @@ -3899,11 +3928,11 @@ msgstr "" msgid "Open muted words and tags settings" msgstr "" -#: src/view/com/home/HomeHeaderLayoutMobile.tsx:52 +#: src/view/com/home/HomeHeaderLayoutMobile.tsx:54 msgid "Open navigation" msgstr "Navigasyonu aç" -#: src/view/com/util/forms/PostDropdownBtn.tsx:250 +#: src/view/com/util/forms/PostDropdownBtn.tsx:237 msgid "Open post options menu" msgstr "" @@ -4032,8 +4061,8 @@ msgstr "Şifre sıfırlama formunu açar" #: src/view/com/home/HomeHeaderLayout.web.tsx:77 #: src/view/screens/Feeds.tsx:417 -msgid "Opens screen to edit Saved Feeds" -msgstr "Kayıtlı Beslemeleri düzenlemek için ekranı açar" +#~ msgid "Opens screen to edit Saved Feeds" +#~ msgstr "Kayıtlı Beslemeleri düzenlemek için ekranı açar" #: src/view/screens/Settings/index.tsx:617 msgid "Opens screen with all saved feeds" @@ -4085,8 +4114,8 @@ msgstr "" msgid "Option {0} of {numItems}" msgstr "{0} seçeneği, {numItems} seçenekten" -#: src/components/dms/ReportDialog.tsx:181 -#: src/components/ReportDialog/SubmitView.tsx:163 +#: src/components/dms/ReportDialog.tsx:183 +#: src/components/ReportDialog/SubmitView.tsx:162 msgid "Optionally provide additional information below:" msgstr "" @@ -4154,15 +4183,15 @@ msgstr "Şifre güncellendi!" msgid "Pause" msgstr "" -#: src/view/screens/Search/Search.tsx:386 +#: src/view/screens/Search/Search.tsx:387 msgid "People" msgstr "" -#: src/Navigation.tsx:171 +#: src/Navigation.tsx:170 msgid "People followed by @{0}" msgstr "@{0} tarafından takip edilenler" -#: src/Navigation.tsx:164 +#: src/Navigation.tsx:163 msgid "People following @{0}" msgstr "@{0} tarafından takip edilenler" @@ -4245,7 +4274,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 "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:95 +#: src/view/com/modals/AddAppPasswords.tsx:94 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." @@ -4253,11 +4282,11 @@ msgstr "Uygulama şifreniz için bir ad girin. Tüm boşluklar izin verilmez." #~ 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:151 +#: src/view/com/modals/AddAppPasswords.tsx:150 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:68 +#: src/components/dialogs/MutedWords.tsx:67 msgid "Please enter a valid word, tag, or phrase to mute" msgstr "" @@ -4277,7 +4306,7 @@ msgstr "E-postanızı girin." msgid "Please enter your password as well:" msgstr "Lütfen şifrenizi de girin:" -#: src/components/moderation/LabelsOnMeDialog.tsx:258 +#: src/components/moderation/LabelsOnMeDialog.tsx:256 msgid "Please explain why you think this label was incorrectly applied by {0}" msgstr "" @@ -4299,7 +4328,7 @@ msgstr "" msgid "Please Verify Your Email" msgstr "Lütfen E-postanızı Doğrulayın" -#: src/view/com/composer/Composer.tsx:268 +#: src/view/com/composer/Composer.tsx:281 msgid "Please wait for your link card to finish loading" msgstr "Bağlantı kartınızın yüklenmesini bekleyin" @@ -4311,28 +4340,28 @@ msgstr "Politika" msgid "Porn" msgstr "Pornografi" -#: src/view/com/composer/Composer.tsx:462 -#: src/view/com/composer/Composer.tsx:470 +#: src/view/com/composer/Composer.tsx:477 +#: src/view/com/composer/Composer.tsx:485 msgctxt "action" msgid "Post" msgstr "Gönder" -#: src/view/com/post-thread/PostThread.tsx:427 +#: src/view/com/post-thread/PostThread.tsx:430 msgctxt "description" msgid "Post" msgstr "Gönderi" -#: src/view/com/post-thread/PostThreadItem.tsx:194 +#: src/view/com/post-thread/PostThreadItem.tsx:189 msgid "Post by {0}" msgstr "{0} tarafından gönderi" -#: src/Navigation.tsx:183 -#: src/Navigation.tsx:190 -#: src/Navigation.tsx:197 +#: src/Navigation.tsx:189 +#: src/Navigation.tsx:196 +#: src/Navigation.tsx:203 msgid "Post by @{0}" msgstr "@{0} tarafından gönderi" -#: src/view/com/util/forms/PostDropdownBtn.tsx:134 +#: src/view/com/util/forms/PostDropdownBtn.tsx:129 msgid "Post deleted" msgstr "Gönderi silindi" @@ -4371,11 +4400,11 @@ msgstr "" msgid "Posts" msgstr "Gönderiler" -#: 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 "" -#: src/view/com/posts/FeedErrorMessage.tsx:69 +#: src/view/com/posts/FeedErrorMessage.tsx:68 msgid "Posts hidden" msgstr "Gönderiler gizlendi" @@ -4403,6 +4432,10 @@ msgstr "" #~ msgid "Press to Retry" #~ msgstr "" +#: src/components/KnownFollowers.tsx:111 +msgid "Press to view followers of this account that you also follow" +msgstr "" + #: src/view/com/lightbox/Lightbox.web.tsx:150 msgid "Previous image" msgstr "Önceki resim" @@ -4420,11 +4453,11 @@ msgstr "Takipçilerinizi Önceliklendirin" msgid "Privacy" msgstr "Gizlilik" -#: src/Navigation.tsx:238 +#: src/Navigation.tsx:244 #: src/screens/Signup/StepInfo/Policies.tsx:56 #: src/view/screens/PrivacyPolicy.tsx:29 #: src/view/screens/Settings/index.tsx:957 -#: src/view/shell/Drawer.tsx:284 +#: src/view/shell/Drawer.tsx:285 msgid "Privacy Policy" msgstr "Gizlilik Politikası" @@ -4444,8 +4477,8 @@ msgstr "" #: src/view/shell/bottom-bar/BottomBar.tsx:272 #: src/view/shell/desktop/LeftNav.tsx:381 #: src/view/shell/Drawer.tsx:78 -#: src/view/shell/Drawer.tsx:541 #: src/view/shell/Drawer.tsx:542 +#: src/view/shell/Drawer.tsx:543 msgid "Profile" msgstr "Profil" @@ -4469,16 +4502,16 @@ 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:447 +#: src/view/com/composer/Composer.tsx:462 msgid "Publish post" msgstr "Gönderiyi yayınla" -#: src/view/com/composer/Composer.tsx:447 +#: src/view/com/composer/Composer.tsx:462 msgid "Publish reply" msgstr "Yanıtı yayınla" -#: src/view/com/util/post-ctrls/RepostButton.tsx:113 -#: src/view/com/util/post-ctrls/RepostButton.tsx:125 +#: src/view/com/util/post-ctrls/RepostButton.tsx:115 +#: src/view/com/util/post-ctrls/RepostButton.tsx:127 #: src/view/com/util/post-ctrls/RepostButton.web.tsx:78 #: src/view/com/util/post-ctrls/RepostButton.web.tsx:81 msgid "Quote post" @@ -4506,7 +4539,7 @@ msgstr "Oranlar" msgid "Reactivate your account" msgstr "" -#: src/components/dms/ReportDialog.tsx:172 +#: src/components/dms/ReportDialog.tsx:174 msgid "Reason:" msgstr "" @@ -4514,7 +4547,7 @@ msgstr "" #~ msgid "Reason: {0}" #~ msgstr "" -#: src/view/screens/Search/Search.tsx:973 +#: src/view/screens/Search/Search.tsx:970 msgid "Recent Searches" msgstr "" @@ -4534,12 +4567,12 @@ msgstr "" msgid "Reload conversations" msgstr "" -#: src/components/dialogs/MutedWords.tsx:288 -#: src/view/com/feeds/FeedSourceCard.tsx:296 +#: src/components/dialogs/MutedWords.tsx:286 +#: src/view/com/feeds/FeedSourceCard.tsx:317 #: src/view/com/modals/ListAddRemoveUsers.tsx:268 #: src/view/com/modals/SelfLabel.tsx:84 #: src/view/com/modals/UserAddRemoveLists.tsx:230 -#: src/view/com/posts/FeedErrorMessage.tsx:213 +#: src/view/com/posts/FeedErrorMessage.tsx:212 msgid "Remove" msgstr "Kaldır" @@ -4563,25 +4596,25 @@ msgstr "" msgid "Remove embed" msgstr "" -#: src/view/com/posts/FeedErrorMessage.tsx:169 +#: src/view/com/posts/FeedErrorMessage.tsx:168 #: src/view/com/posts/FeedShutdownMsg.tsx:113 #: src/view/com/posts/FeedShutdownMsg.tsx:117 msgid "Remove feed" msgstr "Beslemeyi kaldır" -#: src/view/com/posts/FeedErrorMessage.tsx:210 +#: src/view/com/posts/FeedErrorMessage.tsx:209 msgid "Remove feed?" msgstr "" -#: src/view/com/feeds/FeedSourceCard.tsx:180 -#: src/view/com/feeds/FeedSourceCard.tsx:245 +#: src/view/com/feeds/FeedSourceCard.tsx:188 +#: src/view/com/feeds/FeedSourceCard.tsx:266 #: src/view/screens/ProfileFeed.tsx:330 #: src/view/screens/ProfileFeed.tsx:336 #: src/view/screens/ProfileList.tsx:443 msgid "Remove from my feeds" msgstr "Beslemelerimden kaldır" -#: src/view/com/feeds/FeedSourceCard.tsx:291 +#: src/view/com/feeds/FeedSourceCard.tsx:312 msgid "Remove from my feeds?" msgstr "" @@ -4593,15 +4626,15 @@ msgstr "Resmi kaldır" msgid "Remove image preview" msgstr "Resim önizlemesini kaldır" -#: src/components/dialogs/MutedWords.tsx:331 +#: src/components/dialogs/MutedWords.tsx:329 msgid "Remove mute word from your list" msgstr "" -#: src/view/screens/Search/Search.tsx:1014 +#: src/view/screens/Search/Search.tsx:1011 msgid "Remove profile" msgstr "" -#: src/view/screens/Search/Search.tsx:1016 +#: src/view/screens/Search/Search.tsx:1013 msgid "Remove profile from search history" msgstr "" @@ -4609,8 +4642,8 @@ msgstr "" msgid "Remove quote" msgstr "" -#: src/view/com/util/post-ctrls/RepostButton.tsx:90 -#: src/view/com/util/post-ctrls/RepostButton.tsx:106 +#: src/view/com/util/post-ctrls/RepostButton.tsx:92 +#: src/view/com/util/post-ctrls/RepostButton.tsx:108 msgid "Remove repost" msgstr "Yeniden göndermeyi kaldır" @@ -4618,7 +4651,7 @@ msgstr "Yeniden göndermeyi kaldır" #~ msgid "Remove this feed from my feeds?" #~ msgstr "Bu beslemeyi beslemelerimden kaldırsın mı?" -#: src/view/com/posts/FeedErrorMessage.tsx:211 +#: src/view/com/posts/FeedErrorMessage.tsx:210 msgid "Remove this feed from your saved feeds" msgstr "" @@ -4631,7 +4664,7 @@ msgstr "" msgid "Removed from list" msgstr "Listeden kaldırıldı" -#: src/view/com/feeds/FeedSourceCard.tsx:131 +#: src/view/com/feeds/FeedSourceCard.tsx:139 msgid "Removed from my feeds" msgstr "Beslemelerimden kaldırıldı" @@ -4662,7 +4695,7 @@ 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:460 +#: src/view/com/composer/Composer.tsx:475 msgctxt "action" msgid "Reply" msgstr "Yanıtla" @@ -4726,8 +4759,8 @@ msgstr "Listeyi Raporla" msgid "Report message" msgstr "" -#: src/view/com/util/forms/PostDropdownBtn.tsx:407 -#: src/view/com/util/forms/PostDropdownBtn.tsx:409 +#: src/view/com/util/forms/PostDropdownBtn.tsx:394 +#: src/view/com/util/forms/PostDropdownBtn.tsx:396 msgid "Report post" msgstr "Gönderiyi raporla" @@ -4743,8 +4776,8 @@ msgstr "" msgid "Report this list" msgstr "" -#: src/components/dms/ReportDialog.tsx:47 -#: src/components/dms/ReportDialog.tsx:140 +#: src/components/dms/ReportDialog.tsx:48 +#: src/components/dms/ReportDialog.tsx:142 #: src/components/ReportDialog/SelectReportOptionView.tsx:59 msgid "Report this message" msgstr "" @@ -4757,9 +4790,9 @@ msgstr "" msgid "Report this user" msgstr "" -#: src/view/com/util/post-ctrls/RepostButton.tsx:63 -#: src/view/com/util/post-ctrls/RepostButton.tsx:91 -#: src/view/com/util/post-ctrls/RepostButton.tsx:107 +#: src/view/com/util/post-ctrls/RepostButton.tsx:64 +#: src/view/com/util/post-ctrls/RepostButton.tsx:93 +#: src/view/com/util/post-ctrls/RepostButton.tsx:109 msgctxt "action" msgid "Repost" msgstr "Yeniden gönder" @@ -4769,7 +4802,7 @@ msgstr "Yeniden gönder" msgid "Repost" msgstr "Yeniden gönder" -#: src/view/com/util/post-ctrls/RepostButton.tsx:83 +#: src/view/com/util/post-ctrls/RepostButton.tsx:85 #: src/view/com/util/post-ctrls/RepostButton.web.tsx:46 #: src/view/com/util/post-ctrls/RepostButton.web.tsx:92 msgid "Repost or quote post" @@ -4795,7 +4828,7 @@ msgstr "" msgid "reposted your post" msgstr "gönderinizi yeniden gönderdi" -#: src/view/com/post-thread/PostThreadItem.tsx:206 +#: src/view/com/post-thread/PostThreadItem.tsx:201 msgid "Reposts of this post" msgstr "Bu gönderinin yeniden gönderilmesi" @@ -4914,8 +4947,8 @@ msgstr "" #~ msgstr "KUM KUTUSU. Gönderiler ve hesaplar kalıcı değildir." #: src/components/dialogs/BirthDateSettings.tsx:125 -#: src/view/com/composer/GifAltText.tsx:163 -#: src/view/com/composer/GifAltText.tsx:169 +#: src/view/com/composer/GifAltText.tsx:162 +#: src/view/com/composer/GifAltText.tsx:168 #: src/view/com/modals/ChangeHandle.tsx:168 #: src/view/com/modals/CreateOrEditList.tsx:326 #: src/view/com/modals/EditProfile.tsx:225 @@ -4995,20 +5028,20 @@ msgid "Scroll to top" msgstr "Başa kaydır" #: src/components/dms/dialogs/SearchablePeopleList.tsx:504 -#: src/Navigation.tsx:506 +#: src/Navigation.tsx:494 #: 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:451 -#: src/view/screens/Search/Search.tsx:825 -#: src/view/screens/Search/Search.tsx:853 +#: src/view/screens/Search/Search.tsx:452 +#: src/view/screens/Search/Search.tsx:822 +#: src/view/screens/Search/Search.tsx:850 #: src/view/shell/bottom-bar/BottomBar.tsx:179 #: src/view/shell/desktop/LeftNav.tsx:343 #: src/view/shell/desktop/Search.tsx:194 #: src/view/shell/desktop/Search.tsx:203 -#: src/view/shell/Drawer.tsx:393 #: src/view/shell/Drawer.tsx:394 +#: src/view/shell/Drawer.tsx:395 msgid "Search" msgstr "Ara" @@ -5016,7 +5049,7 @@ msgstr "Ara" msgid "Search for \"{query}\"" msgstr "\"{query}\" için ara" -#: src/view/screens/Search/Search.tsx:909 +#: src/view/screens/Search/Search.tsx:906 msgid "Search for \"{searchText}\"" msgstr "" @@ -5147,7 +5180,7 @@ msgstr "{i} seçeneği, {numItems} seçenekten" msgid "Select the {emojiName} emoji as your avatar" msgstr "" -#: src/components/ReportDialog/SubmitView.tsx:136 +#: src/components/ReportDialog/SubmitView.tsx:135 msgid "Select the moderation service(s) to report to" msgstr "" @@ -5217,8 +5250,8 @@ msgctxt "action" msgid "Send Email" msgstr "E-posta Gönder" -#: src/view/shell/Drawer.tsx:328 -#: src/view/shell/Drawer.tsx:349 +#: src/view/shell/Drawer.tsx:329 +#: src/view/shell/Drawer.tsx:350 msgid "Send feedback" msgstr "Geribildirim gönder" @@ -5227,14 +5260,14 @@ msgstr "Geribildirim gönder" msgid "Send message" msgstr "" -#: src/components/dms/dialogs/ShareViaChatDialog.tsx:47 +#: src/components/dms/dialogs/ShareViaChatDialog.tsx:59 msgid "Send post to..." msgstr "" -#: src/components/dms/ReportDialog.tsx:232 -#: src/components/dms/ReportDialog.tsx:235 -#: src/components/ReportDialog/SubmitView.tsx:216 -#: src/components/ReportDialog/SubmitView.tsx:220 +#: src/components/dms/ReportDialog.tsx:234 +#: src/components/dms/ReportDialog.tsx:237 +#: src/components/ReportDialog/SubmitView.tsx:215 +#: src/components/ReportDialog/SubmitView.tsx:219 msgid "Send report" msgstr "" @@ -5251,8 +5284,8 @@ msgstr "" msgid "Send verification email" msgstr "" -#: src/view/com/util/forms/PostDropdownBtn.tsx:299 -#: src/view/com/util/forms/PostDropdownBtn.tsx:302 +#: src/view/com/util/forms/PostDropdownBtn.tsx:286 +#: src/view/com/util/forms/PostDropdownBtn.tsx:289 msgid "Send via direct message" msgstr "" @@ -5383,11 +5416,11 @@ msgstr "" #~ msgid "Sets server for the Bluesky client" #~ msgstr "Bluesky istemcisi için sunucuyu ayarlar" -#: src/Navigation.tsx:146 +#: src/Navigation.tsx:145 #: src/view/screens/Settings/index.tsx:332 #: src/view/shell/desktop/LeftNav.tsx:389 -#: src/view/shell/Drawer.tsx:558 #: src/view/shell/Drawer.tsx:559 +#: src/view/shell/Drawer.tsx:560 msgid "Settings" msgstr "Ayarlar" @@ -5406,8 +5439,8 @@ msgstr "Paylaş" #: src/view/com/profile/ProfileMenu.tsx:217 #: src/view/com/profile/ProfileMenu.tsx:226 -#: src/view/com/util/forms/PostDropdownBtn.tsx:310 -#: src/view/com/util/forms/PostDropdownBtn.tsx:319 +#: src/view/com/util/forms/PostDropdownBtn.tsx:297 +#: src/view/com/util/forms/PostDropdownBtn.tsx:306 #: src/view/com/util/post-ctrls/PostCtrls.tsx:297 #: src/view/screens/ProfileList.tsx:428 msgid "Share" @@ -5422,7 +5455,7 @@ msgid "Share a fun fact!" msgstr "" #: src/view/com/profile/ProfileMenu.tsx:375 -#: src/view/com/util/forms/PostDropdownBtn.tsx:464 +#: src/view/com/util/forms/PostDropdownBtn.tsx:451 #: src/view/com/util/post-ctrls/PostCtrls.tsx:313 msgid "Share anyway" msgstr "" @@ -5478,7 +5511,7 @@ msgstr "" #~ msgid "Show embeds from {0}" #~ msgstr "{0} adresinden gömülü öğeleri göster" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:207 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:211 msgid "Show follows similar to {0}" msgstr "{0} adresine benzer takipçileri göster" @@ -5486,19 +5519,19 @@ msgstr "{0} adresine benzer takipçileri göster" msgid "Show hidden replies" msgstr "" -#: src/view/com/util/forms/PostDropdownBtn.tsx:349 -#: src/view/com/util/forms/PostDropdownBtn.tsx:351 +#: src/view/com/util/forms/PostDropdownBtn.tsx:336 +#: src/view/com/util/forms/PostDropdownBtn.tsx:338 msgid "Show less like this" msgstr "" -#: src/view/com/post-thread/PostThreadItem.tsx:538 +#: src/view/com/post-thread/PostThreadItem.tsx:532 #: src/view/com/post/Post.tsx:227 #: src/view/com/posts/FeedItem.tsx:392 msgid "Show More" msgstr "Daha Fazla Göster" -#: src/view/com/util/forms/PostDropdownBtn.tsx:341 -#: src/view/com/util/forms/PostDropdownBtn.tsx:343 +#: src/view/com/util/forms/PostDropdownBtn.tsx:328 +#: src/view/com/util/forms/PostDropdownBtn.tsx:330 msgid "Show more like this" msgstr "" @@ -5591,9 +5624,9 @@ msgstr "Beslemenizde {0} adresinden gönderileri gösterir" #: src/view/shell/bottom-bar/BottomBar.tsx:312 #: src/view/shell/bottom-bar/BottomBar.tsx:313 #: src/view/shell/bottom-bar/BottomBar.tsx:315 -#: src/view/shell/bottom-bar/BottomBarWeb.tsx:181 -#: src/view/shell/bottom-bar/BottomBarWeb.tsx:182 -#: src/view/shell/bottom-bar/BottomBarWeb.tsx:184 +#: src/view/shell/bottom-bar/BottomBarWeb.tsx:204 +#: src/view/shell/bottom-bar/BottomBarWeb.tsx:205 +#: src/view/shell/bottom-bar/BottomBarWeb.tsx:207 #: src/view/shell/NavSignupCard.tsx:69 #: src/view/shell/NavSignupCard.tsx:70 #: src/view/shell/NavSignupCard.tsx:72 @@ -5634,9 +5667,9 @@ msgstr "Çıkış yap" #: src/view/shell/bottom-bar/BottomBar.tsx:302 #: src/view/shell/bottom-bar/BottomBar.tsx:303 #: src/view/shell/bottom-bar/BottomBar.tsx:305 -#: src/view/shell/bottom-bar/BottomBarWeb.tsx:171 -#: src/view/shell/bottom-bar/BottomBarWeb.tsx:172 -#: src/view/shell/bottom-bar/BottomBarWeb.tsx:174 +#: src/view/shell/bottom-bar/BottomBarWeb.tsx:194 +#: src/view/shell/bottom-bar/BottomBarWeb.tsx:195 +#: src/view/shell/bottom-bar/BottomBarWeb.tsx:197 #: src/view/shell/NavSignupCard.tsx:60 #: src/view/shell/NavSignupCard.tsx:61 #: src/view/shell/NavSignupCard.tsx:63 @@ -5685,7 +5718,7 @@ msgstr "Yazılım Geliştirme" msgid "Some people can reply" msgstr "" -#: src/screens/Messages/Conversation/index.tsx:94 +#: src/screens/Messages/Conversation/index.tsx:106 msgid "Something went wrong" msgstr "" @@ -5725,7 +5758,7 @@ msgstr "Aynı gönderiye verilen yanıtları şuna göre sırala:" #~ msgid "Source:" #~ msgstr "" -#: src/components/moderation/LabelsOnMeDialog.tsx:170 +#: src/components/moderation/LabelsOnMeDialog.tsx:168 msgid "Source: <0>{0}" msgstr "" @@ -5786,13 +5819,13 @@ msgstr "" msgid "Storage cleared, you need to restart the app now." msgstr "Depolama temizlendi, şimdi uygulamayı yeniden başlatmanız gerekiyor." -#: src/Navigation.tsx:218 +#: src/Navigation.tsx:224 #: src/view/screens/Settings/index.tsx:863 msgid "Storybook" msgstr "Storybook" -#: src/components/moderation/LabelsOnMeDialog.tsx:292 -#: src/components/moderation/LabelsOnMeDialog.tsx:293 +#: src/components/moderation/LabelsOnMeDialog.tsx:290 +#: src/components/moderation/LabelsOnMeDialog.tsx:291 #: src/screens/Messages/Conversation/ChatDisabled.tsx:142 #: src/screens/Messages/Conversation/ChatDisabled.tsx:143 msgid "Submit" @@ -5823,7 +5856,7 @@ msgstr "" msgid "Subscribe to this list" msgstr "Bu listeye abone ol" -#: src/view/screens/Search/Search.tsx:424 +#: src/view/screens/Search/Search.tsx:425 msgid "Suggested Follows" msgstr "Önerilen Takipçiler" @@ -5835,7 +5868,7 @@ msgstr "Sana önerilenler" msgid "Suggestive" msgstr "Tehlikeli" -#: src/Navigation.tsx:233 +#: src/Navigation.tsx:239 #: src/view/screens/Support.tsx:30 #: src/view/screens/Support.tsx:33 msgid "Support" @@ -5866,7 +5899,7 @@ msgstr "Sistem" msgid "System log" msgstr "Sistem günlüğü" -#: src/components/dialogs/MutedWords.tsx:325 +#: src/components/dialogs/MutedWords.tsx:323 msgid "tag" msgstr "" @@ -5894,11 +5927,11 @@ msgstr "" msgid "Terms" msgstr "Şartlar" -#: src/Navigation.tsx:243 +#: src/Navigation.tsx:249 #: src/screens/Signup/StepInfo/Policies.tsx:49 #: src/view/screens/Settings/index.tsx:951 #: src/view/screens/TermsOfService.tsx:29 -#: src/view/shell/Drawer.tsx:278 +#: src/view/shell/Drawer.tsx:279 msgid "Terms of Service" msgstr "Hizmet Şartları" @@ -5908,17 +5941,17 @@ msgstr "Hizmet Şartları" msgid "Terms used violate community standards" msgstr "" -#: src/components/dialogs/MutedWords.tsx:325 +#: src/components/dialogs/MutedWords.tsx:323 msgid "text" msgstr "" -#: src/components/moderation/LabelsOnMeDialog.tsx:256 +#: src/components/moderation/LabelsOnMeDialog.tsx:254 #: src/screens/Messages/Conversation/ChatDisabled.tsx:108 msgid "Text input field" msgstr "Metin giriş alanı" -#: src/components/dms/ReportDialog.tsx:132 -#: src/components/ReportDialog/SubmitView.tsx:78 +#: src/components/dms/ReportDialog.tsx:134 +#: src/components/ReportDialog/SubmitView.tsx:77 msgid "Thank you. Your report has been sent." msgstr "" @@ -5930,7 +5963,7 @@ msgstr "" msgid "That handle is already taken." msgstr "" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:291 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:305 #: src/view/com/profile/ProfileMenu.tsx:351 msgid "The account will be able to interact with you after unblocking." msgstr "Hesap, engeli kaldırdıktan sonra sizinle etkileşime geçebilecek." @@ -5951,11 +5984,11 @@ msgstr "Telif Hakkı Politikası <0/> konumuna taşındı" msgid "The feed has been replaced with Discover." msgstr "" -#: src/components/moderation/LabelsOnMeDialog.tsx:66 +#: src/components/moderation/LabelsOnMeDialog.tsx:65 msgid "The following labels were applied to your account." msgstr "" -#: src/components/moderation/LabelsOnMeDialog.tsx:67 +#: src/components/moderation/LabelsOnMeDialog.tsx:66 msgid "The following labels were applied to your content." msgstr "" @@ -5993,7 +6026,7 @@ msgstr "" 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:146 +#: src/view/com/posts/FeedErrorMessage.tsx:145 msgid "There was an an issue removing this feed. Please check your internet connection and try again." msgstr "Bu beslemeyi kaldırma konusunda bir sorun oluştu. Lütfen internet bağlantınızı kontrol edin ve tekrar deneyin." @@ -6021,12 +6054,12 @@ msgstr "" msgid "There was an issue contacting the server" msgstr "Sunucuya ulaşma konusunda bir sorun oluştu" -#: src/view/com/feeds/FeedSourceCard.tsx:120 -#: src/view/com/feeds/FeedSourceCard.tsx:133 +#: src/view/com/feeds/FeedSourceCard.tsx:128 +#: src/view/com/feeds/FeedSourceCard.tsx:141 msgid "There was an issue contacting your server" msgstr "Sunucunuza ulaşma konusunda bir sorun oluştu" -#: src/view/com/notifications/Feed.tsx:125 +#: src/view/com/notifications/Feed.tsx:126 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." @@ -6043,8 +6076,8 @@ 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/components/dms/ReportDialog.tsx:220 -#: src/components/ReportDialog/SubmitView.tsx:83 +#: src/components/dms/ReportDialog.tsx:222 +#: src/components/ReportDialog/SubmitView.tsx:82 msgid "There was an issue sending your report. Please check your internet connection." msgstr "" @@ -6056,9 +6089,9 @@ msgstr "" msgid "There was an issue with fetching your app passwords" msgstr "Uygulama şifrelerinizi almakta bir sorun oluştu" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:99 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:121 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:135 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:103 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:125 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:139 #: src/view/com/post-thread/PostThreadFollowBtn.tsx:99 #: src/view/com/post-thread/PostThreadFollowBtn.tsx:111 #: src/view/com/profile/ProfileMenu.tsx:109 @@ -6107,7 +6140,7 @@ msgstr "Bu hesap, kullanıcıların profilini görüntülemek için giriş yapma msgid "This account is blocked by one or more of your moderation lists. To unblock, please visit the lists directly and remove this user." msgstr "" -#: src/components/moderation/LabelsOnMeDialog.tsx:241 +#: src/components/moderation/LabelsOnMeDialog.tsx:239 msgid "This appeal will be sent to <0>{0}." msgstr "" @@ -6140,28 +6173,37 @@ msgstr "Bu içerik {0} tarafından barındırılıyor. Harici medyayı etkinleş 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." -#: src/view/com/posts/FeedErrorMessage.tsx:115 +#: src/view/com/posts/FeedErrorMessage.tsx:114 msgid "This content is not viewable without a Bluesky account." msgstr "Bu içerik, bir Bluesky hesabı olmadan görüntülenemez." +#: src/screens/Messages/List/ChatListItem.tsx:213 +msgid "This conversation is with a deleted or a deactivated account. Press for options." +msgstr "" + #: src/view/screens/Settings/ExportCarDialog.tsx:93 msgid "This feature is in beta. You can read more about repository exports in <0>this blogpost." msgstr "" -#: src/view/com/posts/FeedErrorMessage.tsx:121 +#: src/view/com/posts/FeedErrorMessage.tsx:120 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/screens/Profile/Sections/Feed.tsx:59 #: src/view/screens/ProfileFeed.tsx:471 #: src/view/screens/ProfileList.tsx:729 -msgid "This feed is empty!" -msgstr "Bu besleme boş!" +#~ msgid "This feed is empty!" +#~ msgstr "Bu besleme boş!" #: src/view/com/posts/CustomFeedEmptyState.tsx:37 msgid "This feed is empty! You may need to follow more users or tune your language settings." msgstr "Bu besleme boş! Daha fazla kullanıcı takip etmeniz veya dil ayarlarınızı ayarlamanız gerekebilir." +#: src/view/screens/ProfileFeed.tsx:471 +#: src/view/screens/ProfileList.tsx:729 +msgid "This feed is empty." +msgstr "" + #: src/view/com/posts/FeedShutdownMsg.tsx:97 msgid "This feed is no longer online. We are showing <0>Discover instead." msgstr "" @@ -6190,7 +6232,7 @@ msgstr "" #~ msgid "This label was applied by you" #~ msgstr "" -#: src/components/moderation/LabelsOnMeDialog.tsx:168 +#: src/components/moderation/LabelsOnMeDialog.tsx:166 msgid "This label was applied by you." msgstr "" @@ -6210,20 +6252,20 @@ msgstr "Bu liste boş!" msgid "This moderation service is unavailable. See below for more details. If this issue persists, contact us." msgstr "" -#: src/view/com/modals/AddAppPasswords.tsx:111 +#: src/view/com/modals/AddAppPasswords.tsx:110 msgid "This name is already in use" msgstr "Bu isim zaten kullanılıyor" -#: src/view/com/post-thread/PostThreadItem.tsx:140 +#: src/view/com/post-thread/PostThreadItem.tsx:135 msgid "This post has been deleted." msgstr "Bu gönderi silindi." -#: src/view/com/util/forms/PostDropdownBtn.tsx:461 +#: src/view/com/util/forms/PostDropdownBtn.tsx:448 #: src/view/com/util/post-ctrls/PostCtrls.tsx:310 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:443 +#: src/view/com/util/forms/PostDropdownBtn.tsx:430 msgid "This post will be hidden from feeds." msgstr "" @@ -6280,7 +6322,7 @@ msgstr "" #~ 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:285 +#: src/components/dialogs/MutedWords.tsx:283 msgid "This will delete {0} from your muted words. You can always add it back later." msgstr "" @@ -6301,7 +6343,7 @@ msgstr "Konu Tercihleri" msgid "Threaded Mode" msgstr "Konu Tabanlı Mod" -#: src/Navigation.tsx:276 +#: src/Navigation.tsx:282 msgid "Threads Preferences" msgstr "Konu Tercihleri" @@ -6317,7 +6359,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 "" @@ -6330,7 +6372,7 @@ msgid "Toggle to enable or disable adult content" msgstr "" #: src/screens/Hashtag.tsx:88 -#: src/view/screens/Search/Search.tsx:366 +#: src/view/screens/Search/Search.tsx:367 msgid "Top" msgstr "" @@ -6340,10 +6382,10 @@ msgstr "Dönüşümler" #: src/components/dms/MessageMenu.tsx:103 #: src/components/dms/MessageMenu.tsx:105 -#: src/view/com/post-thread/PostThreadItem.tsx:691 -#: src/view/com/post-thread/PostThreadItem.tsx:693 -#: src/view/com/util/forms/PostDropdownBtn.tsx:280 -#: src/view/com/util/forms/PostDropdownBtn.tsx:282 +#: src/view/com/post-thread/PostThreadItem.tsx:674 +#: src/view/com/post-thread/PostThreadItem.tsx:676 +#: src/view/com/util/forms/PostDropdownBtn.tsx:267 +#: src/view/com/util/forms/PostDropdownBtn.tsx:269 msgid "Translate" msgstr "Çevir" @@ -6385,14 +6427,14 @@ msgstr "Hizmetinize ulaşılamıyor. Lütfen internet bağlantınızı kontrol e #: src/components/dms/MessagesListBlockedFooter.tsx:96 #: src/components/dms/MessagesListBlockedFooter.tsx:104 #: src/components/dms/MessagesListBlockedFooter.tsx:111 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:184 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:295 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:188 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:309 #: src/view/com/profile/ProfileMenu.tsx:363 #: src/view/screens/ProfileList.tsx:626 msgid "Unblock" msgstr "Engeli kaldır" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:189 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:193 msgctxt "action" msgid "Unblock" msgstr "Engeli kaldır" @@ -6407,12 +6449,12 @@ msgstr "" msgid "Unblock Account" msgstr "Hesabın engelini kaldır" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:289 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:303 #: src/view/com/profile/ProfileMenu.tsx:345 msgid "Unblock Account?" msgstr "" -#: src/view/com/util/post-ctrls/RepostButton.tsx:62 +#: src/view/com/util/post-ctrls/RepostButton.tsx:63 #: src/view/com/util/post-ctrls/RepostButton.web.tsx:69 #: src/view/com/util/post-ctrls/RepostButton.web.tsx:73 msgid "Undo repost" @@ -6427,7 +6469,7 @@ msgstr "Takibi bırak" msgid "Unfollow" msgstr "" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:229 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:233 msgid "Unfollow {0}" msgstr "{0} adresini takibi bırak" @@ -6474,8 +6516,8 @@ msgstr "" #~ msgid "Unmute notifications" #~ msgstr "" -#: src/view/com/util/forms/PostDropdownBtn.tsx:365 -#: src/view/com/util/forms/PostDropdownBtn.tsx:370 +#: src/view/com/util/forms/PostDropdownBtn.tsx:352 +#: src/view/com/util/forms/PostDropdownBtn.tsx:357 msgid "Unmute thread" msgstr "Konunun sessizliğini kaldır" @@ -6533,7 +6575,7 @@ msgstr "" msgid "Updating..." msgstr "Güncelleniyor..." -#: src/screens/Onboarding/StepProfile/index.tsx:280 +#: src/screens/Onboarding/StepProfile/index.tsx:281 msgid "Upload a photo instead" msgstr "" @@ -6594,7 +6636,7 @@ msgstr "" msgid "Use the DNS panel" msgstr "" -#: src/view/com/modals/AddAppPasswords.tsx:206 +#: src/view/com/modals/AddAppPasswords.tsx:205 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." @@ -6773,11 +6815,11 @@ msgstr "" #: src/components/ProfileHoverCard/index.web.tsx:396 #: src/components/ProfileHoverCard/index.web.tsx:429 #: src/view/com/posts/AviFollowButton.tsx:58 -#: src/view/com/posts/FeedErrorMessage.tsx:175 +#: src/view/com/posts/FeedErrorMessage.tsx:174 msgid "View profile" msgstr "Profili görüntüle" -#: src/view/com/profile/ProfileSubpageHeader.tsx:130 +#: src/view/com/profile/ProfileSubpageHeader.tsx:127 msgid "View the avatar" msgstr "Avatarı görüntüle" @@ -6789,6 +6831,11 @@ msgstr "" msgid "View users who like this feed" msgstr "" +#: src/view/com/home/HomeHeaderLayout.web.tsx:78 +#: src/view/com/home/HomeHeaderLayoutMobile.tsx:84 +msgid "View your feeds and explore more" +msgstr "" + #: src/view/com/modals/LinkWarning.tsx:89 #: src/view/com/modals/LinkWarning.tsx:95 msgid "Visit Site" @@ -6816,7 +6863,7 @@ msgstr "" msgid "We couldn't find any results for that hashtag." msgstr "" -#: src/screens/Messages/Conversation/index.tsx:95 +#: src/screens/Messages/Conversation/index.tsx:107 msgid "We couldn't load this conversation" msgstr "" @@ -6832,7 +6879,7 @@ 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/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 "" @@ -6876,14 +6923,18 @@ msgstr "Sizi aramızda görmekten çok mutluyuz!" 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/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:269 +#: src/view/screens/Search/Search.tsx:270 msgid "We're sorry, but your search could not be completed. Please try again in a few minutes." msgstr "Üzgünüz, ancak aramanız tamamlanamadı. Lütfen birkaç dakika içinde tekrar deneyin." +#: src/view/com/composer/Composer.tsx:318 +msgid "We're sorry! The post you are replying to has been deleted." +msgstr "" + #: src/components/Lists.tsx:212 #: src/view/screens/NotFound.tsx:48 msgid "We're sorry! We can't find the page you were looking for." @@ -6911,7 +6962,7 @@ msgstr "İlgi alanlarınız nelerdir?" #: src/view/com/auth/SplashScreen.tsx:40 #: src/view/com/auth/SplashScreen.web.tsx:86 -#: src/view/com/composer/Composer.tsx:340 +#: src/view/com/composer/Composer.tsx:359 msgid "What's up?" msgstr "Nasılsınız?" @@ -6932,7 +6983,7 @@ msgstr "" msgid "Who can reply" msgstr "Kimler yanıtlayabilir" -#: src/screens/Home/NoFeedsPinned.tsx:92 +#: src/screens/Home/NoFeedsPinned.tsx:79 #: src/screens/Messages/List/index.tsx:185 msgid "Whoops!" msgstr "" @@ -6970,11 +7021,11 @@ msgstr "Geniş" msgid "Write a message" msgstr "" -#: src/view/com/composer/Composer.tsx:534 +#: src/view/com/composer/Composer.tsx:549 msgid "Write post" msgstr "Gönderi yaz" -#: src/view/com/composer/Composer.tsx:339 +#: src/view/com/composer/Composer.tsx:358 #: src/view/com/composer/Prompt.tsx:39 msgid "Write your reply" msgstr "Yanıtınızı yazın" @@ -7018,8 +7069,8 @@ msgstr "Sıradasınız." msgid "You are not following anyone." msgstr "" -#: src/view/com/posts/FollowingEmptyState.tsx:67 -#: src/view/com/posts/FollowingEndOfFeed.tsx:68 +#: src/view/com/posts/FollowingEmptyState.tsx:63 +#: src/view/com/posts/FollowingEndOfFeed.tsx:64 msgid "You can also discover new Custom Feeds to follow." msgstr "Ayrıca takip edebileceğiniz yeni Özel Beslemeler keşfedebilirsiniz." @@ -7052,6 +7103,10 @@ msgstr "" msgid "You do not have any followers." msgstr "" +#: src/screens/Profile/KnownFollowers.tsx:99 +msgid "You don't follow any users who follow @{name}." +msgstr "" + #: 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." @@ -7151,15 +7206,15 @@ msgstr "" msgid "You have reached the end" 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:87 +#: src/components/moderation/LabelsOnMeDialog.tsx:86 msgid "You may appeal non-self labels if you feel they were placed in error." msgstr "" -#: src/components/moderation/LabelsOnMeDialog.tsx:92 +#: src/components/moderation/LabelsOnMeDialog.tsx:91 msgid "You may appeal these labels if you feel they were placed in error." msgstr "" @@ -7175,7 +7230,7 @@ msgstr "" #~ 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/components/ReportDialog/SubmitView.tsx:206 +#: src/components/ReportDialog/SubmitView.tsx:205 msgid "You must select at least one labeler for a report" msgstr "" @@ -7183,11 +7238,11 @@ msgstr "" msgid "You previously deactivated @{0}." msgstr "" -#: src/view/com/util/forms/PostDropdownBtn.tsx:173 +#: src/view/com/util/forms/PostDropdownBtn.tsx:168 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:176 +#: src/view/com/util/forms/PostDropdownBtn.tsx:171 msgid "You will now receive notifications for this thread" msgstr "Artık bu konu için bildirim alacaksınız" @@ -7195,15 +7250,15 @@ msgstr "Artık bu konu için bildirim alacaksınız" 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/Messages/List/ChatListItem.tsx:113 +#: src/screens/Messages/List/ChatListItem.tsx:114 msgid "You: {0}" msgstr "" -#: src/screens/Messages/List/ChatListItem.tsx:142 +#: src/screens/Messages/List/ChatListItem.tsx:143 msgid "You: {defaultEmbeddedContentMessage}" msgstr "" -#: src/screens/Messages/List/ChatListItem.tsx:135 +#: src/screens/Messages/List/ChatListItem.tsx:136 msgid "You: {short}" msgstr "" @@ -7231,7 +7286,7 @@ msgstr "Hazırsınız!" msgid "You've chosen to hide a word or tag within this post." msgstr "" -#: src/view/com/posts/FollowingEndOfFeed.tsx:48 +#: src/view/com/posts/FollowingEndOfFeed.tsx:44 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." @@ -7281,7 +7336,7 @@ msgstr "E-postanız güncellendi ancak doğrulanmadı. Bir sonraki adım olarak, msgid "Your email has not yet been verified. This is an important security step which we recommend." msgstr "E-postanız henüz doğrulanmadı. Bu, önerdiğimiz önemli bir güvenlik adımıdır." -#: src/view/com/posts/FollowingEmptyState.tsx:47 +#: src/view/com/posts/FollowingEmptyState.tsx:43 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." @@ -7298,7 +7353,7 @@ msgstr "Tam kullanıcı adınız <0>@{0} olacak" #~ 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/components/dialogs/MutedWords.tsx:221 +#: src/components/dialogs/MutedWords.tsx:220 msgid "Your muted words" msgstr "" @@ -7306,7 +7361,7 @@ msgstr "" msgid "Your password has been changed successfully!" msgstr "Şifreniz başarıyla değiştirildi!" -#: src/view/com/composer/Composer.tsx:330 +#: src/view/com/composer/Composer.tsx:349 msgid "Your post has been published" msgstr "Gönderiniz yayınlandı" @@ -7322,11 +7377,11 @@ msgstr "Profiliniz" msgid "Your profile, posts, feeds, and lists will no longer be visible to other Bluesky users. You can reactivate your account at any time by logging in." msgstr "" -#: src/view/com/composer/Composer.tsx:329 +#: src/view/com/composer/Composer.tsx:348 msgid "Your reply has been published" msgstr "Yanıtınız yayınlandı" -#: src/components/dms/ReportDialog.tsx:160 +#: src/components/dms/ReportDialog.tsx:162 msgid "Your report will be sent to the Bluesky Moderation Service" msgstr "" diff --git a/src/locale/locales/uk/messages.po b/src/locale/locales/uk/messages.po index d6996dae..b6d08870 100644 --- a/src/locale/locales/uk/messages.po +++ b/src/locale/locales/uk/messages.po @@ -18,7 +18,7 @@ msgstr "" "X-Crowdin-File: /main/src/locale/locales/en/messages.po\n" "X-Crowdin-File-ID: 14\n" -#: src/screens/Messages/List/ChatListItem.tsx:119 +#: src/screens/Messages/List/ChatListItem.tsx:120 msgid "(contains embedded content)" msgstr "" @@ -46,10 +46,14 @@ msgstr "" msgid "{0, plural, one {# label has been placed on this content} other {# labels have been placed on this content}}" msgstr "" -#: src/view/com/util/post-ctrls/RepostButton.tsx:64 +#: src/view/com/util/post-ctrls/RepostButton.tsx:65 msgid "{0, plural, one {# repost} other {# reposts}}" msgstr "" +#: src/components/KnownFollowers.tsx:179 +msgid "{0, plural, one {and # other} other {and # others}}" +msgstr "" + #: src/components/ProfileHoverCard/index.web.tsx:376 #: src/screens/Profile/Header/Metrics.tsx:23 msgid "{0, plural, one {follower} other {followers}}" @@ -64,11 +68,11 @@ msgstr "" msgid "{0, plural, one {Like (# like)} other {Like (# likes)}}" msgstr "" -#: src/view/com/post-thread/PostThreadItem.tsx:386 +#: src/view/com/post-thread/PostThreadItem.tsx:380 msgid "{0, plural, one {like} other {likes}}" msgstr "" -#: src/view/com/feeds/FeedSourceCard.tsx:280 +#: src/view/com/feeds/FeedSourceCard.tsx:301 msgid "{0, plural, one {Liked by # user} other {Liked by # users}}" msgstr "" @@ -80,7 +84,7 @@ msgstr "" msgid "{0, plural, one {Reply (# reply)} other {Reply (# replies)}}" msgstr "" -#: src/view/com/post-thread/PostThreadItem.tsx:366 +#: src/view/com/post-thread/PostThreadItem.tsx:360 msgid "{0, plural, one {repost} other {reposts}}" msgstr "" @@ -123,7 +127,7 @@ msgstr "" msgid "{likeCount, plural, one {Liked by # user} other {Liked by # users}}" msgstr "" -#: src/view/shell/Drawer.tsx:461 +#: src/view/shell/Drawer.tsx:462 msgid "{numUnreadNotifications} unread" msgstr "{numUnreadNotifications} непрочитаних" @@ -180,12 +184,12 @@ msgstr "⚠Недопустимий псевдонім" msgid "2FA Confirmation" msgstr "" -#: src/view/com/util/ViewHeader.tsx:92 -#: src/view/screens/Search/Search.tsx:714 +#: src/view/com/util/ViewHeader.tsx:93 +#: src/view/screens/Search/Search.tsx:715 msgid "Access navigation links and settings" msgstr "Відкрити навігацію й налаштування" -#: src/view/com/home/HomeHeaderLayoutMobile.tsx:54 +#: src/view/com/home/HomeHeaderLayoutMobile.tsx:56 msgid "Access profile and other navigation links" msgstr "Відкрити профіль та іншу навігацію" @@ -198,7 +202,7 @@ msgstr "Доступність" msgid "Accessibility settings" msgstr "" -#: src/Navigation.tsx:290 +#: src/Navigation.tsx:296 #: src/view/screens/AccessibilitySettings.tsx:63 msgid "Accessibility Settings" msgstr "" @@ -242,7 +246,7 @@ msgstr "Параметри облікового запису" msgid "Account removed from quick access" msgstr "Обліковий запис вилучено зі швидкого доступу" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:131 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:135 #: src/view/com/profile/ProfileMenu.tsx:131 msgid "Account unblocked" msgstr "Обліковий запис розблоковано" @@ -255,7 +259,7 @@ msgstr "Ви відписалися від облікового запису" msgid "Account unmuted" msgstr "Обліковий запис більше не ігнорується" -#: src/components/dialogs/MutedWords.tsx:165 +#: src/components/dialogs/MutedWords.tsx:164 #: src/view/com/modals/ListAddRemoveUsers.tsx:268 #: src/view/com/modals/UserAddRemoveLists.tsx:230 #: src/view/screens/ProfileList.tsx:881 @@ -277,9 +281,9 @@ msgstr "Додати користувача до списку" msgid "Add account" msgstr "Додати обліковий запис" -#: src/view/com/composer/GifAltText.tsx:70 -#: src/view/com/composer/GifAltText.tsx:136 -#: src/view/com/composer/GifAltText.tsx:176 +#: src/view/com/composer/GifAltText.tsx:69 +#: src/view/com/composer/GifAltText.tsx:135 +#: src/view/com/composer/GifAltText.tsx:175 #: src/view/com/composer/photos/Gallery.tsx:120 #: src/view/com/composer/photos/Gallery.tsx:187 #: src/view/com/modals/AltImage.tsx:118 @@ -304,15 +308,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/screens/Home/NoFeedsPinned.tsx:112 +#: src/screens/Home/NoFeedsPinned.tsx:99 msgid "Add recommended feeds" msgstr "" @@ -329,7 +333,7 @@ msgstr "Додайте наступний DNS-запис до вашого до msgid "Add to Lists" msgstr "Додати до списку" -#: src/view/com/feeds/FeedSourceCard.tsx:246 +#: src/view/com/feeds/FeedSourceCard.tsx:267 msgid "Add to my feeds" msgstr "Додати до моїх стрічок" @@ -342,7 +346,7 @@ msgstr "Додати до моїх стрічок" msgid "Added to list" msgstr "Додано до списку" -#: src/view/com/feeds/FeedSourceCard.tsx:118 +#: src/view/com/feeds/FeedSourceCard.tsx:126 msgid "Added to my feeds" msgstr "Додано до моїх стрічок" @@ -364,12 +368,12 @@ msgstr "Контент для дорослих вимкнено." msgid "Advanced" msgstr "Розширені" -#: src/view/screens/Feeds.tsx:798 +#: src/view/screens/Feeds.tsx:771 msgid "All the feeds you've saved, right in one place." msgstr "Усі збережені стрічки в одному місці." -#: src/view/com/modals/AddAppPasswords.tsx:188 -#: src/view/com/modals/AddAppPasswords.tsx:195 +#: src/view/com/modals/AddAppPasswords.tsx:187 +#: src/view/com/modals/AddAppPasswords.tsx:194 msgid "Allow access to your direct messages" msgstr "" @@ -392,13 +396,13 @@ msgstr "Вже маєте код?" msgid "Already signed in as @{0}" msgstr "Вже увійшли як @{0}" -#: src/view/com/composer/GifAltText.tsx:94 +#: src/view/com/composer/GifAltText.tsx:93 #: src/view/com/composer/photos/Gallery.tsx:144 #: src/view/com/util/post-embeds/GifEmbed.tsx:173 msgid "ALT" msgstr "ALT" -#: src/view/com/composer/GifAltText.tsx:145 +#: src/view/com/composer/GifAltText.tsx:144 #: src/view/com/modals/EditImage.tsx:316 #: src/view/screens/AccessibilitySettings.tsx:77 msgid "Alt text" @@ -446,6 +450,7 @@ msgstr "Виникла проблема, будь ласка, спробуйте msgid "an unknown error occurred" msgstr "" +#: src/components/KnownFollowers.tsx:187 #: src/view/com/notifications/FeedItem.tsx:258 #: src/view/com/threadgate/WhoCanReply.tsx:180 msgid "and" @@ -471,11 +476,11 @@ msgstr "Мова застосунку" msgid "App password deleted" msgstr "Пароль застосунку видалено" -#: src/view/com/modals/AddAppPasswords.tsx:139 +#: src/view/com/modals/AddAppPasswords.tsx:138 msgid "App Password names can only contain letters, numbers, spaces, dashes, and underscores." msgstr "Назва пароля може містити лише латинські літери, цифри, пробіли, мінуси та нижні підкреслення." -#: src/view/com/modals/AddAppPasswords.tsx:104 +#: src/view/com/modals/AddAppPasswords.tsx:103 msgid "App Password names must be at least 4 characters long." msgstr "Назва пароля застосунку мусить бути хоча б 4 символи в довжину." @@ -483,22 +488,22 @@ msgstr "Назва пароля застосунку мусить бути хо msgid "App password settings" msgstr "Налаштування пароля застосунків" -#: src/Navigation.tsx:258 +#: src/Navigation.tsx:264 #: src/view/screens/AppPasswords.tsx:192 #: src/view/screens/Settings/index.tsx:706 msgid "App Passwords" msgstr "Паролі для застосунків" -#: src/components/moderation/LabelsOnMeDialog.tsx:153 -#: src/components/moderation/LabelsOnMeDialog.tsx:156 +#: src/components/moderation/LabelsOnMeDialog.tsx:151 +#: src/components/moderation/LabelsOnMeDialog.tsx:154 msgid "Appeal" msgstr "Звернення" -#: src/components/moderation/LabelsOnMeDialog.tsx:238 +#: src/components/moderation/LabelsOnMeDialog.tsx:236 msgid "Appeal \"{0}\" label" msgstr "Оскаржити мітку \"{0}\"" -#: src/components/moderation/LabelsOnMeDialog.tsx:229 +#: src/components/moderation/LabelsOnMeDialog.tsx:227 #: src/screens/Messages/Conversation/ChatDisabled.tsx:91 msgid "Appeal submitted" msgstr "" @@ -519,7 +524,7 @@ msgid "Appearance" msgstr "Оформлення" #: src/screens/Feeds/NoSavedFeedsOfAnyType.tsx:47 -#: src/screens/Home/NoFeedsPinned.tsx:106 +#: src/screens/Home/NoFeedsPinned.tsx:93 msgid "Apply default recommended feeds" msgstr "" @@ -543,15 +548,15 @@ msgstr "" msgid "Are you sure you want to leave this conversation? Your messages will be deleted for you, but not for the other participant." msgstr "" -#: src/view/com/feeds/FeedSourceCard.tsx:293 +#: src/view/com/feeds/FeedSourceCard.tsx:314 msgid "Are you sure you want to remove {0} from your feeds?" msgstr "Ви впевнені, що бажаєте видалити {0} зі стрічки?" -#: src/view/com/composer/Composer.tsx:617 +#: src/view/com/composer/Composer.tsx:630 msgid "Are you sure you'd like to discard this draft?" msgstr "Ви дійсно бажаєте видалити цю чернетку?" -#: src/components/dialogs/MutedWords.tsx:283 +#: src/components/dialogs/MutedWords.tsx:281 msgid "Are you sure?" msgstr "Ви впевнені?" @@ -572,8 +577,8 @@ msgid "At least 3 characters" msgstr "Не менше 3-х символів" #: src/components/dms/MessagesListHeader.tsx:75 -#: src/components/moderation/LabelsOnMeDialog.tsx:283 -#: src/components/moderation/LabelsOnMeDialog.tsx:284 +#: src/components/moderation/LabelsOnMeDialog.tsx:281 +#: src/components/moderation/LabelsOnMeDialog.tsx:282 #: src/screens/Login/ChooseAccountForm.tsx:98 #: src/screens/Login/ChooseAccountForm.tsx:103 #: src/screens/Login/ForgotPasswordForm.tsx:129 @@ -586,7 +591,7 @@ msgstr "Не менше 3-х символів" #: src/screens/Messages/Conversation/ChatDisabled.tsx:134 #: src/screens/Profile/Header/Shell.tsx:102 #: src/screens/Signup/index.tsx:193 -#: src/view/com/util/ViewHeader.tsx:90 +#: src/view/com/util/ViewHeader.tsx:91 msgid "Back" msgstr "Назад" @@ -606,7 +611,7 @@ msgstr "Дата народження" msgid "Birthday:" msgstr "Дата народження:" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:295 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:309 #: src/view/com/profile/ProfileMenu.tsx:363 msgid "Block" msgstr "Заблокувати" @@ -646,7 +651,7 @@ msgstr "Заблоковано" msgid "Blocked accounts" msgstr "Заблоковані облікові записи" -#: src/Navigation.tsx:141 +#: src/Navigation.tsx:140 #: src/view/screens/ModerationBlockedAccounts.tsx:109 msgid "Blocked Accounts" msgstr "Заблоковані облікові записи" @@ -719,8 +724,8 @@ msgstr "Розмити зображення і фільтрувати їх зі msgid "Books" msgstr "Книги" -#: src/screens/Home/NoFeedsPinned.tsx:116 -#: src/screens/Home/NoFeedsPinned.tsx:123 +#: src/screens/Home/NoFeedsPinned.tsx:103 +#: src/screens/Home/NoFeedsPinned.tsx:109 msgid "Browse other feeds" msgstr "" @@ -728,7 +733,7 @@ msgstr "" msgid "Business" msgstr "Організація" -#: src/view/com/profile/ProfileSubpageHeader.tsx:159 +#: src/view/com/profile/ProfileSubpageHeader.tsx:156 msgid "by —" msgstr "від —" @@ -744,7 +749,7 @@ msgstr "Від {0}" #~ msgid "by @{0}" #~ msgstr "" -#: src/view/com/profile/ProfileSubpageHeader.tsx:163 +#: src/view/com/profile/ProfileSubpageHeader.tsx:160 msgid "by <0/>" msgstr "від <0/>" @@ -752,7 +757,7 @@ msgstr "від <0/>" msgid "By creating an account you agree to the {els}." msgstr "Створюючи обліковий запис, ви даєте згоду з {els}." -#: src/view/com/profile/ProfileSubpageHeader.tsx:161 +#: src/view/com/profile/ProfileSubpageHeader.tsx:158 msgid "by you" msgstr "створено вами" @@ -760,7 +765,7 @@ msgstr "створено вами" msgid "Camera" msgstr "Камера" -#: src/view/com/modals/AddAppPasswords.tsx:180 +#: src/view/com/modals/AddAppPasswords.tsx:179 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 символів." @@ -769,8 +774,8 @@ msgstr "Може містити лише літери, цифри, пробіл #: src/components/Prompt.tsx:121 #: src/components/TagMenu/index.tsx:268 #: src/screens/Deactivated.tsx:161 -#: src/view/com/composer/Composer.tsx:417 -#: src/view/com/composer/Composer.tsx:423 +#: src/view/com/composer/Composer.tsx:432 +#: src/view/com/composer/Composer.tsx:438 #: src/view/com/modals/ChangeEmail.tsx:213 #: src/view/com/modals/ChangeEmail.tsx:215 #: src/view/com/modals/ChangeHandle.tsx:148 @@ -786,8 +791,8 @@ msgstr "Може містити лише літери, цифри, пробіл #: src/view/com/modals/LinkWarning.tsx:107 #: src/view/com/modals/VerifyEmail.tsx:255 #: src/view/com/modals/VerifyEmail.tsx:261 -#: src/view/com/util/post-ctrls/RepostButton.tsx:136 -#: src/view/screens/Search/Search.tsx:738 +#: src/view/com/util/post-ctrls/RepostButton.tsx:138 +#: src/view/screens/Search/Search.tsx:735 #: src/view/shell/desktop/Search.tsx:218 msgid "Cancel" msgstr "Скасувати" @@ -816,7 +821,7 @@ msgstr "Скасувати обрізання зображення" msgid "Cancel profile editing" msgstr "Скасувати зміни профілю" -#: src/view/com/util/post-ctrls/RepostButton.tsx:130 +#: src/view/com/util/post-ctrls/RepostButton.tsx:132 msgid "Cancel quote post" msgstr "Скасувати цитування посту" @@ -872,7 +877,7 @@ msgstr "Змінити мову поста на {0}" msgid "Change Your Email" msgstr "Змінити адресу електронної пошти" -#: src/Navigation.tsx:302 +#: src/Navigation.tsx:308 #: src/view/shell/bottom-bar/BottomBar.tsx:201 #: src/view/shell/desktop/LeftNav.tsx:295 msgid "Chat" @@ -884,7 +889,7 @@ msgstr "" #: src/components/dms/ConvoMenu.tsx:112 #: src/components/dms/MessageMenu.tsx:81 -#: src/Navigation.tsx:307 +#: src/Navigation.tsx:313 #: src/screens/Messages/List/index.tsx:88 #: src/view/screens/Settings/index.tsx:638 msgid "Chat settings" @@ -970,7 +975,7 @@ msgid "Clear all storage data (restart after this)" msgstr "" #: src/view/com/util/forms/SearchInput.tsx:88 -#: src/view/screens/Search/Search.tsx:864 +#: src/view/screens/Search/Search.tsx:861 msgid "Clear search query" msgstr "Очистити пошуковий запит" @@ -1078,7 +1083,7 @@ msgstr "Закриває нижню панель навігації" msgid "Closes password update alert" msgstr "Закриває сповіщення про оновлення пароля" -#: src/view/com/composer/Composer.tsx:419 +#: src/view/com/composer/Composer.tsx:434 msgid "Closes post composer and discards post draft" msgstr "Закриває редактор постів і видаляє чернетку" @@ -1102,7 +1107,7 @@ msgstr "Комедія" msgid "Comics" msgstr "Комікси" -#: src/Navigation.tsx:248 +#: src/Navigation.tsx:254 #: src/view/screens/CommunityGuidelines.tsx:32 msgid "Community Guidelines" msgstr "Правила спільноти" @@ -1115,7 +1120,7 @@ msgstr "Завершіть ознайомлення та розпочніть к msgid "Complete the challenge" msgstr "Виконайте завдання" -#: src/view/com/composer/Composer.tsx:536 +#: src/view/com/composer/Composer.tsx:551 msgid "Compose posts up to {MAX_GRAPHEME_LENGTH} characters in length" msgstr "Створюйте пости до {MAX_GRAPHEME_LENGTH} символів у довжину" @@ -1224,7 +1229,7 @@ msgid "Context menu backdrop, click to close the menu." msgstr "Тло контекстного меню натисніть, щоб закрити меню." #: src/screens/Onboarding/StepInterests/index.tsx:253 -#: src/screens/Onboarding/StepProfile/index.tsx:268 +#: src/screens/Onboarding/StepProfile/index.tsx:269 msgid "Continue" msgstr "Далі" @@ -1232,8 +1237,12 @@ msgstr "Далі" msgid "Continue as {0} (currently signed in)" msgstr "Продовжити як {0} (поточний користувач)" +#: src/view/com/post-thread/PostThreadLoadMore.tsx:52 +msgid "Continue thread..." +msgstr "" + #: src/screens/Onboarding/StepInterests/index.tsx:250 -#: src/screens/Onboarding/StepProfile/index.tsx:265 +#: src/screens/Onboarding/StepProfile/index.tsx:266 #: src/screens/Signup/index.tsx:213 msgid "Continue to next step" msgstr "Перейти до наступного кроку" @@ -1246,7 +1255,7 @@ msgstr "Перейти до наступного кроку" #~ msgid "Continue to the next step without following any accounts" #~ msgstr "Перейдіть до наступного кроку, ні на кого не підписуючись" -#: src/screens/Messages/List/ChatListItem.tsx:153 +#: src/screens/Messages/List/ChatListItem.tsx:154 msgid "Conversation deleted" msgstr "" @@ -1254,7 +1263,7 @@ msgstr "" msgid "Cooking" msgstr "Кухарство" -#: src/view/com/modals/AddAppPasswords.tsx:221 +#: src/view/com/modals/AddAppPasswords.tsx:220 #: src/view/com/modals/InviteCodes.tsx:183 msgid "Copied" msgstr "Скопійовано" @@ -1264,10 +1273,10 @@ msgid "Copied build version to clipboard" msgstr "Версію збірки скопійовано до буфера обміну" #: src/components/dms/MessageMenu.tsx:57 -#: src/view/com/modals/AddAppPasswords.tsx:81 +#: src/view/com/modals/AddAppPasswords.tsx:80 #: src/view/com/modals/ChangeHandle.tsx:320 #: src/view/com/modals/InviteCodes.tsx:153 -#: src/view/com/util/forms/PostDropdownBtn.tsx:187 +#: src/view/com/util/forms/PostDropdownBtn.tsx:182 msgid "Copied to clipboard" msgstr "Скопійовано" @@ -1275,11 +1284,11 @@ msgstr "Скопійовано" msgid "Copied!" msgstr "Скопійовано!" -#: src/view/com/modals/AddAppPasswords.tsx:215 +#: src/view/com/modals/AddAppPasswords.tsx:214 msgid "Copies app password" msgstr "Копіює пароль застосунку" -#: src/view/com/modals/AddAppPasswords.tsx:214 +#: src/view/com/modals/AddAppPasswords.tsx:213 msgid "Copy" msgstr "Скопіювати" @@ -1296,8 +1305,8 @@ msgstr "Скопіювати код" msgid "Copy link to list" msgstr "Копіювати посилання на список" -#: src/view/com/util/forms/PostDropdownBtn.tsx:310 -#: src/view/com/util/forms/PostDropdownBtn.tsx:319 +#: src/view/com/util/forms/PostDropdownBtn.tsx:297 +#: src/view/com/util/forms/PostDropdownBtn.tsx:306 msgid "Copy link to post" msgstr "Копіювати посилання на пост" @@ -1306,12 +1315,12 @@ msgstr "Копіювати посилання на пост" msgid "Copy message text" msgstr "" -#: src/view/com/util/forms/PostDropdownBtn.tsx:288 -#: src/view/com/util/forms/PostDropdownBtn.tsx:290 +#: src/view/com/util/forms/PostDropdownBtn.tsx:275 +#: src/view/com/util/forms/PostDropdownBtn.tsx:277 msgid "Copy post text" msgstr "Копіювати текст повідомлення" -#: src/Navigation.tsx:253 +#: src/Navigation.tsx:259 #: src/view/screens/CopyrightPolicy.tsx:29 msgid "Copyright Policy" msgstr "Політика захисту авторського права" @@ -1358,11 +1367,11 @@ msgstr "Створити обліковий запис" msgid "Create an account" msgstr "Створити обліковий запис" -#: src/screens/Onboarding/StepProfile/index.tsx:282 +#: src/screens/Onboarding/StepProfile/index.tsx:283 msgid "Create an avatar instead" msgstr "" -#: src/view/com/modals/AddAppPasswords.tsx:243 +#: src/view/com/modals/AddAppPasswords.tsx:242 msgid "Create App Password" msgstr "Створити пароль застосунку" @@ -1396,7 +1405,7 @@ msgstr "Користувацький" msgid "Custom domain" msgstr "Власний домен" -#: src/view/screens/Feeds.tsx:824 +#: src/view/screens/Feeds.tsx:797 msgid "Custom feeds built by the community bring you new experiences and help you find the content you love." msgstr "Кастомні стрічки, створені спільнотою, подарують вам нові враження та допоможуть знайти контент, який ви любите." @@ -1439,7 +1448,7 @@ msgid "Debug panel" msgstr "Панель налагодження" #: src/components/dms/MessageMenu.tsx:151 -#: src/view/com/util/forms/PostDropdownBtn.tsx:436 +#: src/view/com/util/forms/PostDropdownBtn.tsx:423 #: src/view/screens/AppPasswords.tsx:285 #: src/view/screens/ProfileList.tsx:667 msgid "Delete" @@ -1494,8 +1503,8 @@ msgstr "Видалити мій обліковий запис" msgid "Delete My Account…" msgstr "Видалити мій обліковий запис..." -#: src/view/com/util/forms/PostDropdownBtn.tsx:417 -#: src/view/com/util/forms/PostDropdownBtn.tsx:419 +#: src/view/com/util/forms/PostDropdownBtn.tsx:404 +#: src/view/com/util/forms/PostDropdownBtn.tsx:406 msgid "Delete post" msgstr "Видалити пост" @@ -1503,7 +1512,7 @@ msgstr "Видалити пост" msgid "Delete this list?" msgstr "Видалити цей список?" -#: src/view/com/util/forms/PostDropdownBtn.tsx:431 +#: src/view/com/util/forms/PostDropdownBtn.tsx:418 msgid "Delete this post?" msgstr "Видалити цей пост?" @@ -1526,11 +1535,11 @@ msgstr "" msgid "Description" msgstr "Опис" -#: src/view/com/composer/GifAltText.tsx:141 +#: src/view/com/composer/GifAltText.tsx:140 msgid "Descriptive alt text" msgstr "" -#: src/view/com/composer/Composer.tsx:264 +#: src/view/com/composer/Composer.tsx:277 msgid "Did you want to say anything?" msgstr "Порожній пост. Ви хотіли щось написати?" @@ -1571,11 +1580,11 @@ msgstr "" msgid "Disabled" msgstr "Вимкнено" -#: src/view/com/composer/Composer.tsx:619 +#: src/view/com/composer/Composer.tsx:632 msgid "Discard" msgstr "Видалити" -#: src/view/com/composer/Composer.tsx:616 +#: src/view/com/composer/Composer.tsx:629 msgid "Discard draft?" msgstr "Відхилити чернетку?" @@ -1584,12 +1593,12 @@ msgstr "Відхилити чернетку?" msgid "Discourage apps from showing my account to logged-out users" msgstr "Попросити застосунки не показувати мій обліковий запис без входу" -#: src/view/com/posts/FollowingEmptyState.tsx:74 -#: src/view/com/posts/FollowingEndOfFeed.tsx:75 +#: src/view/com/posts/FollowingEmptyState.tsx:70 +#: src/view/com/posts/FollowingEndOfFeed.tsx:71 msgid "Discover new custom feeds" msgstr "Відкрийте для себе нові стрічки" -#: src/view/screens/Feeds.tsx:821 +#: src/view/screens/Feeds.tsx:794 msgid "Discover New Feeds" msgstr "Відкрийте для себе нові стрічки" @@ -1625,11 +1634,11 @@ msgstr "Домен перевірено!" #: src/components/dialogs/BirthDateSettings.tsx:125 #: src/components/forms/DateField/index.tsx:74 #: src/components/forms/DateField/index.tsx:80 -#: src/screens/Onboarding/StepProfile/index.tsx:321 -#: src/screens/Onboarding/StepProfile/index.tsx:324 +#: src/screens/Onboarding/StepProfile/index.tsx:322 +#: src/screens/Onboarding/StepProfile/index.tsx:325 #: src/view/com/auth/server-input/index.tsx:169 #: src/view/com/auth/server-input/index.tsx:170 -#: src/view/com/modals/AddAppPasswords.tsx:243 +#: src/view/com/modals/AddAppPasswords.tsx:242 #: src/view/com/modals/AltImage.tsx:141 #: src/view/com/modals/crop-image/CropImage.web.tsx:177 #: src/view/com/modals/InviteCodes.tsx:81 @@ -1708,6 +1717,11 @@ msgstr "напр. Користувачі, що неодноразово відп msgid "Each code works once. You'll receive more invite codes periodically." msgstr "Кожен код запрошення працює лише один раз. Час від часу ви будете отримувати нові коди." +#: src/view/screens/Feeds.tsx:400 +#: src/view/screens/Feeds.tsx:471 +msgid "Edit" +msgstr "" + #: src/view/com/lists/ListMembers.tsx:149 msgctxt "action" msgid "Edit" @@ -1731,8 +1745,9 @@ msgstr "Редагувати опис списку" msgid "Edit Moderation List" msgstr "Редагування списку" -#: src/Navigation.tsx:263 -#: src/view/screens/Feeds.tsx:495 +#: src/Navigation.tsx:269 +#: src/view/screens/Feeds.tsx:398 +#: src/view/screens/Feeds.tsx:469 #: src/view/screens/SavedFeeds.tsx:93 msgid "Edit My Feeds" msgstr "Редагувати мої стрічки" @@ -1742,19 +1757,19 @@ msgid "Edit my profile" msgstr "Редагувати мій профіль" #: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:181 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:171 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:175 msgid "Edit profile" msgstr "Редагувати профіль" #: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:184 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:174 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:178 msgid "Edit Profile" msgstr "Редагувати профіль" #: src/view/com/home/HomeHeaderLayout.web.tsx:76 #: src/view/screens/Feeds.tsx:416 -msgid "Edit Saved Feeds" -msgstr "Редагувати збережені стрічки" +#~ msgid "Edit Saved Feeds" +#~ msgstr "Редагувати збережені стрічки" #: src/view/com/modals/CreateOrEditList.tsx:234 msgid "Edit User List" @@ -1807,8 +1822,8 @@ msgid "Embed HTML code" msgstr "Вбудований HTML код" #: src/components/dialogs/Embed.tsx:97 -#: src/view/com/util/forms/PostDropdownBtn.tsx:327 -#: src/view/com/util/forms/PostDropdownBtn.tsx:329 +#: src/view/com/util/forms/PostDropdownBtn.tsx:314 +#: src/view/com/util/forms/PostDropdownBtn.tsx:316 msgid "Embed post" msgstr "Вбудований пост" @@ -1864,7 +1879,7 @@ msgstr "Кінець стрічки" #~ msgid "End of list" #~ msgstr "" -#: src/view/com/modals/AddAppPasswords.tsx:161 +#: src/view/com/modals/AddAppPasswords.tsx:160 msgid "Enter a name for this App Password" msgstr "Введіть ім'я для цього пароля застосунку" @@ -1872,8 +1887,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 "Введіть слово або тег" @@ -1923,7 +1938,7 @@ msgid "Error receiving captcha response." msgstr "Помилка отримання відповіді Captcha." #: src/screens/Onboarding/StepInterests/index.tsx:192 -#: src/view/screens/Search/Search.tsx:115 +#: src/view/screens/Search/Search.tsx:116 msgid "Error:" msgstr "Помилка:" @@ -2011,7 +2026,7 @@ msgstr "Зовнішні медіа" msgid "External media may allow websites to collect information about you and your device. No information is sent or requested until you press the \"play\" button." msgstr "Зовнішні медіа можуть дозволяти вебсайтам збирати інформацію про вас та ваш пристрій. Інформація не надсилається та не запитується, допоки не натиснуто кнопку «Відтворити»." -#: src/Navigation.tsx:282 +#: src/Navigation.tsx:288 #: src/view/screens/PreferencesExternalEmbeds.tsx:53 #: src/view/screens/Settings/index.tsx:679 msgid "External Media Preferences" @@ -2021,8 +2036,8 @@ msgstr "Налаштування зовнішніх медіа" msgid "External media settings" msgstr "Налаштування зовнішніх медіа" -#: src/view/com/modals/AddAppPasswords.tsx:120 -#: src/view/com/modals/AddAppPasswords.tsx:124 +#: src/view/com/modals/AddAppPasswords.tsx:119 +#: src/view/com/modals/AddAppPasswords.tsx:123 msgid "Failed to create app password." msgstr "Не вдалося створити пароль застосунку." @@ -2034,7 +2049,7 @@ msgstr "Не вдалося створити список. Перевірте і msgid "Failed to delete message" msgstr "" -#: src/view/com/util/forms/PostDropdownBtn.tsx:154 +#: src/view/com/util/forms/PostDropdownBtn.tsx:149 msgid "Failed to delete post, please try again" msgstr "Не вдалося видалити пост, спробуйте ще раз" @@ -2068,7 +2083,7 @@ msgstr "" #~ msgid "Failed to send message(s)." #~ msgstr "" -#: src/components/moderation/LabelsOnMeDialog.tsx:225 +#: src/components/moderation/LabelsOnMeDialog.tsx:223 #: src/screens/Messages/Conversation/ChatDisabled.tsx:87 msgid "Failed to submit appeal, please try again." msgstr "" @@ -2078,30 +2093,29 @@ msgstr "" msgid "Failed to update settings" msgstr "" -#: src/Navigation.tsx:203 +#: src/Navigation.tsx:209 msgid "Feed" msgstr "Стрічка" -#: src/view/com/feeds/FeedSourceCard.tsx:230 +#: src/view/com/feeds/FeedSourceCard.tsx:251 msgid "Feed by {0}" msgstr "Стрічка від {0}" -#: src/view/screens/Feeds.tsx:736 +#: src/view/screens/Feeds.tsx:709 msgid "Feed offline" msgstr "Стрічка не працює" #: src/view/shell/desktop/RightNav.tsx:66 -#: src/view/shell/Drawer.tsx:344 +#: src/view/shell/Drawer.tsx:345 msgid "Feedback" msgstr "Зворотний зв'язок" -#: src/Navigation.tsx:511 -#: src/view/screens/Feeds.tsx:480 -#: src/view/screens/Feeds.tsx:596 +#: src/view/screens/Feeds.tsx:463 +#: src/view/screens/Feeds.tsx:570 #: src/view/screens/Profile.tsx:197 #: src/view/shell/desktop/LeftNav.tsx:367 -#: src/view/shell/Drawer.tsx:492 #: src/view/shell/Drawer.tsx:493 +#: src/view/shell/Drawer.tsx:494 msgid "Feeds" msgstr "Стрічки" @@ -2134,12 +2148,12 @@ msgid "Finalizing" msgstr "Завершення" #: src/view/com/posts/CustomFeedEmptyState.tsx:47 -#: src/view/com/posts/FollowingEmptyState.tsx:57 -#: src/view/com/posts/FollowingEndOfFeed.tsx:58 +#: src/view/com/posts/FollowingEmptyState.tsx:53 +#: src/view/com/posts/FollowingEndOfFeed.tsx:54 msgid "Find accounts to follow" msgstr "Знайдіть облікові записи для стеження" -#: src/view/screens/Search/Search.tsx:469 +#: src/view/screens/Search/Search.tsx:470 msgid "Find posts and users on Bluesky" msgstr "" @@ -2182,7 +2196,7 @@ msgstr "Віддзеркалити вертикально" #: src/components/ProfileHoverCard/index.web.tsx:412 #: src/components/ProfileHoverCard/index.web.tsx:423 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:244 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:248 #: src/view/com/post-thread/PostThreadFollowBtn.tsx:146 #: src/view/com/profile/ProfileHeaderSuggestedFollows.tsx:247 msgid "Follow" @@ -2193,7 +2207,7 @@ msgctxt "action" msgid "Follow" msgstr "Підписатись" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:230 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:234 #: src/view/com/post-thread/PostThreadFollowBtn.tsx:128 msgid "Follow {0}" msgstr "Підписатися на {0}" @@ -2223,6 +2237,10 @@ msgstr "Підписатися навзаєм" #~ msgid "Follow some users to get started. We can recommend you more users based on who you find interesting." #~ msgstr "Підпишіться на кількох користувачів щоб почати їх читати. Ми зможемо порекомендувати вам більше користувачів, спираючись на те хто вас цікавить." +#: src/components/KnownFollowers.tsx:169 +msgid "Followed by" +msgstr "" + #: src/view/com/profile/ProfileCard.tsx:227 msgid "Followed by {0}" msgstr "Підписані {0}" @@ -2244,18 +2262,27 @@ msgstr "підписка на вас" msgid "Followers" msgstr "Підписники" +#: src/Navigation.tsx:177 +msgid "Followers of @{0} that you know" +msgstr "" + +#: src/screens/Profile/KnownFollowers.tsx:108 +#: src/screens/Profile/KnownFollowers.tsx:118 +msgid "Followers you know" +msgstr "" + #: src/components/ProfileHoverCard/index.web.tsx:411 #: src/components/ProfileHoverCard/index.web.tsx:422 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:242 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:246 #: src/view/com/post-thread/PostThreadFollowBtn.tsx:149 #: src/view/com/profile/ProfileFollows.tsx:104 -#: src/view/screens/Feeds.tsx:683 +#: src/view/screens/Feeds.tsx:656 #: src/view/screens/ProfileFollows.tsx:25 #: src/view/screens/SavedFeeds.tsx:415 msgid "Following" msgstr "Підписані" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:90 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:94 msgid "Following {0}" msgstr "Підписання на \"{0}\"" @@ -2267,9 +2294,7 @@ msgstr "" msgid "Following feed preferences" msgstr "Налаштування стрічки підписок" -#: src/Navigation.tsx:269 -#: src/view/com/home/HomeHeaderLayout.web.tsx:64 -#: src/view/com/home/HomeHeaderLayoutMobile.tsx:87 +#: src/Navigation.tsx:275 #: src/view/screens/PreferencesFollowingFeed.tsx:103 #: src/view/screens/Settings/index.tsx:582 msgid "Following Feed Preferences" @@ -2291,7 +2316,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:233 +#: src/view/com/modals/AddAppPasswords.tsx:232 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 "З міркувань безпеки цей пароль відображається лише один раз. Якщо ви втратите цей пароль, вам потрібно буде згенерувати новий." @@ -2334,7 +2359,7 @@ msgstr "" msgid "Get Started" msgstr "Почати" -#: src/screens/Onboarding/StepProfile/index.tsx:224 +#: src/screens/Onboarding/StepProfile/index.tsx:225 msgid "Give your profile a face" msgstr "" @@ -2362,9 +2387,9 @@ msgstr "Назад" msgid "Go Back" msgstr "Назад" -#: src/components/dms/ReportDialog.tsx:152 +#: src/components/dms/ReportDialog.tsx:154 #: src/components/ReportDialog/SelectReportOptionView.tsx:77 -#: src/components/ReportDialog/SubmitView.tsx:105 +#: src/components/ReportDialog/SubmitView.tsx:104 #: src/screens/Onboarding/Layout.tsx:102 #: src/screens/Onboarding/Layout.tsx:191 #: src/screens/Signup/index.tsx:187 @@ -2384,7 +2409,7 @@ msgstr "Повернутися на головну" #~ msgid "Go to @{queryMaybeHandle}" #~ msgstr "Перейти до @{queryMaybeHandle}" -#: src/screens/Messages/List/ChatListItem.tsx:208 +#: src/screens/Messages/List/ChatListItem.tsx:211 msgid "Go to conversation with {0}" msgstr "" @@ -2417,7 +2442,7 @@ msgstr "" msgid "Harassment, trolling, or intolerance" msgstr "Домагання, тролінг або нетерпимість" -#: src/Navigation.tsx:297 +#: src/Navigation.tsx:303 msgid "Hashtag" msgstr "Хештег" @@ -2430,11 +2455,11 @@ msgid "Having trouble?" msgstr "Виникли проблеми?" #: src/view/shell/desktop/RightNav.tsx:95 -#: src/view/shell/Drawer.tsx:354 +#: src/view/shell/Drawer.tsx:355 msgid "Help" msgstr "Довідка" -#: src/screens/Onboarding/StepProfile/index.tsx:227 +#: src/screens/Onboarding/StepProfile/index.tsx:228 msgid "Help people know you're not a bot by uploading a picture or creating an avatar." msgstr "" @@ -2450,7 +2475,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:204 +#: src/view/com/modals/AddAppPasswords.tsx:203 msgid "Here is your app password." msgstr "Це ваш пароль для застосунків." @@ -2461,7 +2486,7 @@ msgstr "Це ваш пароль для застосунків." #: src/lib/moderation/useLabelBehaviorDescription.ts:20 #: src/lib/moderation/useLabelBehaviorDescription.ts:25 #: src/lib/moderation/useLabelBehaviorDescription.ts:30 -#: src/view/com/util/forms/PostDropdownBtn.tsx:445 +#: src/view/com/util/forms/PostDropdownBtn.tsx:432 msgid "Hide" msgstr "Приховати" @@ -2470,8 +2495,8 @@ msgctxt "action" msgid "Hide" msgstr "Сховати" -#: src/view/com/util/forms/PostDropdownBtn.tsx:390 -#: src/view/com/util/forms/PostDropdownBtn.tsx:392 +#: src/view/com/util/forms/PostDropdownBtn.tsx:377 +#: src/view/com/util/forms/PostDropdownBtn.tsx:379 msgid "Hide post" msgstr "Сховати пост" @@ -2480,7 +2505,7 @@ msgstr "Сховати пост" msgid "Hide the content" msgstr "Приховати вміст" -#: src/view/com/util/forms/PostDropdownBtn.tsx:442 +#: src/view/com/util/forms/PostDropdownBtn.tsx:429 msgid "Hide this post?" msgstr "Сховати цей пост?" @@ -2488,23 +2513,23 @@ msgstr "Сховати цей пост?" msgid "Hide user list" msgstr "Сховати список користувачів" -#: src/view/com/posts/FeedErrorMessage.tsx:118 +#: src/view/com/posts/FeedErrorMessage.tsx:117 msgid "Hmm, some kind of issue occurred when contacting the feed server. Please let the feed owner know about this issue." msgstr "Хм, при зв'язку з сервером стрічки виникла якась проблема. Будь ласка, повідомте про це її власника." -#: src/view/com/posts/FeedErrorMessage.tsx:106 +#: src/view/com/posts/FeedErrorMessage.tsx:105 msgid "Hmm, the feed server appears to be misconfigured. Please let the feed owner know about this issue." msgstr "Хм, здається сервер стрічки налаштовано неправильно. Будь ласка, повідомте про це її власника." -#: src/view/com/posts/FeedErrorMessage.tsx:112 +#: src/view/com/posts/FeedErrorMessage.tsx:111 msgid "Hmm, the feed server appears to be offline. Please let the feed owner know about this issue." msgstr "Хм, здається сервер стрічки зараз не працює. Будь ласка, повідомте про це її власника." -#: src/view/com/posts/FeedErrorMessage.tsx:109 +#: src/view/com/posts/FeedErrorMessage.tsx:108 msgid "Hmm, the feed server gave a bad response. Please let the feed owner know about this issue." msgstr "Хм, сервер стрічки надіслав нам незрозумілу відповідь. Будь ласка, повідомте про це її власника." -#: src/view/com/posts/FeedErrorMessage.tsx:103 +#: src/view/com/posts/FeedErrorMessage.tsx:102 msgid "Hmm, we're having trouble finding this feed. It may have been deleted." msgstr "Хм, ми не можемо знайти цю стрічку. Можливо вона була видалена." @@ -2516,11 +2541,11 @@ msgstr "Здається, у нас виникли проблеми з зава msgid "Hmmmm, we couldn't load that moderation service." msgstr "Хм, ми не змогли завантажити цей сервіс модерації." -#: src/Navigation.tsx:501 +#: src/Navigation.tsx:489 #: src/view/shell/bottom-bar/BottomBar.tsx:159 #: src/view/shell/desktop/LeftNav.tsx:335 -#: src/view/shell/Drawer.tsx:424 #: src/view/shell/Drawer.tsx:425 +#: src/view/shell/Drawer.tsx:426 msgid "Home" msgstr "Головна" @@ -2574,7 +2599,7 @@ msgstr "Якщо ви ще не досягли повноліття відпов msgid "If you delete this list, you won't be able to recover it." msgstr "Якщо ви видалите цей список, ви не зможете його відновити." -#: src/view/com/util/forms/PostDropdownBtn.tsx:433 +#: src/view/com/util/forms/PostDropdownBtn.tsx:420 msgid "If you remove this post, you won't be able to recover it." msgstr "Якщо ви видалите цей пост, ви не зможете його відновити." @@ -2614,7 +2639,7 @@ msgstr "Введіть код, надісланий на вашу електро msgid "Input confirmation code for account deletion" msgstr "Введіть код підтвердження для видалення облікового запису" -#: src/view/com/modals/AddAppPasswords.tsx:175 +#: src/view/com/modals/AddAppPasswords.tsx:174 msgid "Input name for app password" msgstr "Введіть ім'я для пароля застосунку" @@ -2659,7 +2684,7 @@ msgstr "" msgid "Invalid 2FA confirmation code." msgstr "" -#: src/view/com/post-thread/PostThreadItem.tsx:240 +#: src/view/com/post-thread/PostThreadItem.tsx:235 msgid "Invalid or unsupported post record" msgstr "Невірний або непідтримуваний пост" @@ -2723,11 +2748,11 @@ msgstr "Мітки є анотаціями для користувачів і к #~ msgid "labels have been placed on this {labelTarget}" #~ msgstr "мітка була розміщена на {labelTarget}" -#: src/components/moderation/LabelsOnMeDialog.tsx:80 +#: src/components/moderation/LabelsOnMeDialog.tsx:79 msgid "Labels on your account" msgstr "Мітки на вашому обліковому записі" -#: src/components/moderation/LabelsOnMeDialog.tsx:82 +#: src/components/moderation/LabelsOnMeDialog.tsx:81 msgid "Labels on your content" msgstr "Мітки на вашому контенті" @@ -2739,7 +2764,7 @@ msgstr "Вибір мови" msgid "Language settings" msgstr "Налаштування мови" -#: src/Navigation.tsx:151 +#: src/Navigation.tsx:150 #: src/view/screens/LanguageSettings.tsx:90 msgid "Language Settings" msgstr "Налаштування мов" @@ -2749,7 +2774,7 @@ msgid "Languages" msgstr "Мови" #: src/screens/Hashtag.tsx:99 -#: src/view/screens/Search/Search.tsx:376 +#: src/view/screens/Search/Search.tsx:377 msgid "Latest" msgstr "Нещодавні" @@ -2831,8 +2856,8 @@ msgid "Like this feed" msgstr "Вподобати цю стрічку" #: src/components/LikesDialog.tsx:87 -#: src/Navigation.tsx:208 -#: src/Navigation.tsx:213 +#: src/Navigation.tsx:214 +#: src/Navigation.tsx:219 msgid "Liked by" msgstr "Сподобалося" @@ -2868,11 +2893,11 @@ msgstr "сподобався ваш пост" msgid "Likes" msgstr "Вподобання" -#: src/view/com/post-thread/PostThreadItem.tsx:201 +#: src/view/com/post-thread/PostThreadItem.tsx:196 msgid "Likes on this post" msgstr "Вподобайки цього поста" -#: src/Navigation.tsx:177 +#: src/Navigation.tsx:183 msgid "List" msgstr "Список" @@ -2884,7 +2909,7 @@ msgstr "Аватар списку" msgid "List blocked" msgstr "Список заблоковано" -#: src/view/com/feeds/FeedSourceCard.tsx:232 +#: src/view/com/feeds/FeedSourceCard.tsx:253 msgid "List by {0}" msgstr "Список від {0}" @@ -2908,12 +2933,12 @@ msgstr "Список розблоковано" msgid "List unmuted" msgstr "Список більше не ігнорується" -#: src/Navigation.tsx:121 +#: src/Navigation.tsx:120 #: src/view/screens/Profile.tsx:192 #: src/view/screens/Profile.tsx:198 #: src/view/shell/desktop/LeftNav.tsx:373 -#: src/view/shell/Drawer.tsx:508 #: src/view/shell/Drawer.tsx:509 +#: src/view/shell/Drawer.tsx:510 msgid "Lists" msgstr "Списки" @@ -2921,7 +2946,7 @@ msgstr "Списки" msgid "Lists blocking this user:" msgstr "" -#: src/view/screens/Notifications.tsx:168 +#: src/view/screens/Notifications.tsx:184 msgid "Load new notifications" msgstr "Завантажити нові сповіщення" @@ -2936,7 +2961,7 @@ msgstr "Завантажити нові пости" msgid "Loading..." msgstr "Завантаження..." -#: src/Navigation.tsx:228 +#: src/Navigation.tsx:234 msgid "Log" msgstr "Звіт" @@ -2972,7 +2997,7 @@ msgstr "Виглядає як XXXXX-XXXXXXX" msgid "Looks like you haven't saved any feeds! Use our recommendations or browse more below." msgstr "" -#: src/screens/Home/NoFeedsPinned.tsx:96 +#: src/screens/Home/NoFeedsPinned.tsx:83 msgid "Looks like you unpinned all your feeds. But don't worry, you can add some below 😄" msgstr "" @@ -2988,7 +3013,7 @@ msgstr "" 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 "Налаштовуйте ваші ігноровані слова та теги" @@ -3010,8 +3035,8 @@ msgstr "згадані користувачі" msgid "Mentioned users" msgstr "Згадані користувачі" -#: src/view/com/util/ViewHeader.tsx:90 -#: src/view/screens/Search/Search.tsx:713 +#: src/view/com/util/ViewHeader.tsx:91 +#: src/view/screens/Search/Search.tsx:714 msgid "Menu" msgstr "Меню" @@ -3020,11 +3045,11 @@ msgid "Message {0}" msgstr "" #: src/components/dms/MessageMenu.tsx:72 -#: src/screens/Messages/List/ChatListItem.tsx:154 +#: src/screens/Messages/List/ChatListItem.tsx:155 msgid "Message deleted" msgstr "" -#: src/view/com/posts/FeedErrorMessage.tsx:201 +#: src/view/com/posts/FeedErrorMessage.tsx:200 msgid "Message from server: {0}" msgstr "Повідомлення від сервера: {0}" @@ -3041,7 +3066,7 @@ msgstr "" msgid "Message settings" msgstr "" -#: src/Navigation.tsx:521 +#: src/Navigation.tsx:504 #: src/screens/Messages/List/index.tsx:164 #: src/screens/Messages/List/index.tsx:246 #: src/screens/Messages/List/index.tsx:317 @@ -3056,7 +3081,7 @@ msgstr "" msgid "Misleading Account" msgstr "Оманливий обліковий запис" -#: src/Navigation.tsx:126 +#: src/Navigation.tsx:125 #: src/screens/Moderation/index.tsx:104 #: src/view/screens/Settings/index.tsx:561 msgid "Moderation" @@ -3093,7 +3118,7 @@ msgstr "Список модерації оновлено" msgid "Moderation lists" msgstr "Списки для модерації" -#: src/Navigation.tsx:131 +#: src/Navigation.tsx:130 #: src/view/screens/ModerationModlists.tsx:58 msgid "Moderation Lists" msgstr "Списки для модерації" @@ -3102,7 +3127,7 @@ msgstr "Списки для модерації" msgid "Moderation settings" msgstr "Налаштування модерації" -#: src/Navigation.tsx:223 +#: src/Navigation.tsx:229 msgid "Moderation states" msgstr "Статус модерації" @@ -3115,7 +3140,7 @@ msgstr "Інструменти модерації" msgid "Moderator has chosen to set a general warning on the content." msgstr "Модератор вирішив встановити загальне попередження на вміст." -#: src/view/com/post-thread/PostThreadItem.tsx:572 +#: src/view/com/post-thread/PostThreadItem.tsx:566 msgid "More" msgstr "Більше" @@ -3157,11 +3182,11 @@ msgstr "Ігнорувати всі пости {displayTag}" msgid "Mute conversation" 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 "Ігнорувати в тексті та тегах" @@ -3178,21 +3203,21 @@ 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 "Ігнорувати це слово лише у тегах" -#: src/view/com/util/forms/PostDropdownBtn.tsx:365 -#: src/view/com/util/forms/PostDropdownBtn.tsx:371 +#: src/view/com/util/forms/PostDropdownBtn.tsx:352 +#: src/view/com/util/forms/PostDropdownBtn.tsx:358 msgid "Mute thread" msgstr "Ігнорувати обговорення" -#: src/view/com/util/forms/PostDropdownBtn.tsx:381 -#: src/view/com/util/forms/PostDropdownBtn.tsx:383 +#: src/view/com/util/forms/PostDropdownBtn.tsx:368 +#: src/view/com/util/forms/PostDropdownBtn.tsx:370 msgid "Mute words & tags" msgstr "Ігнорувати слова та теги" @@ -3204,7 +3229,7 @@ msgstr "Ігнорується" msgid "Muted accounts" msgstr "Ігноровані облікові записи" -#: src/Navigation.tsx:136 +#: src/Navigation.tsx:135 #: src/view/screens/ModerationMutedAccounts.tsx:109 msgid "Muted Accounts" msgstr "Ігноровані облікові записи" @@ -3230,7 +3255,7 @@ msgstr "Ігнорування є приватним. Ігноровані ко msgid "My Birthday" msgstr "Мій день народження" -#: src/view/screens/Feeds.tsx:795 +#: src/view/screens/Feeds.tsx:768 msgid "My Feeds" msgstr "Мої стрічки" @@ -3246,7 +3271,7 @@ msgstr "Мої збережені стрічки" msgid "My Saved Feeds" msgstr "Мої збережені стрічки" -#: src/view/com/modals/AddAppPasswords.tsx:174 +#: src/view/com/modals/AddAppPasswords.tsx:173 #: src/view/com/modals/CreateOrEditList.tsx:279 msgid "Name" msgstr "Ім'я" @@ -3328,8 +3353,8 @@ msgctxt "action" msgid "New post" msgstr "Новий пост" -#: src/view/screens/Feeds.tsx:627 -#: src/view/screens/Notifications.tsx:177 +#: src/view/screens/Feeds.tsx:600 +#: src/view/screens/Notifications.tsx:193 #: src/view/screens/Profile.tsx:464 #: src/view/screens/ProfileFeed.tsx:426 #: src/view/screens/ProfileList.tsx:201 @@ -3399,7 +3424,7 @@ msgstr "Немає панелі DNS" msgid "No featured GIFs found. There may be an issue with Tenor." msgstr "" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:112 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:116 msgid "No longer following {0}" msgstr "Ви більше не підписані на {0}" @@ -3407,7 +3432,7 @@ msgstr "Ви більше не підписані на {0}" msgid "No longer than 253 characters" msgstr "Не може бути довшим за 253 символи" -#: src/screens/Messages/List/ChatListItem.tsx:105 +#: src/screens/Messages/List/ChatListItem.tsx:106 msgid "No messages yet" msgstr "" @@ -3415,7 +3440,7 @@ msgstr "" msgid "No more conversations to show" msgstr "" -#: src/view/com/notifications/Feed.tsx:117 +#: src/view/com/notifications/Feed.tsx:118 msgid "No notifications yet!" msgstr "Ще ніяких сповіщень!" @@ -3426,6 +3451,10 @@ msgstr "Ще ніяких сповіщень!" msgid "No one" msgstr "" +#: src/screens/Profile/Sections/Feed.tsx:59 +msgid "No posts yet." +msgstr "" + #: src/view/com/composer/text-input/mobile/Autocomplete.tsx:101 #: src/view/com/composer/text-input/web/Autocomplete.tsx:195 msgid "No result" @@ -3439,13 +3468,13 @@ msgstr "" msgid "No results found" msgstr "Нічого не знайдено" -#: src/view/screens/Feeds.tsx:556 +#: src/view/screens/Feeds.tsx:530 msgid "No results found for \"{query}\"" msgstr "Нічого не знайдено за запитом «{query}»" #: src/view/com/modals/ListAddRemoveUsers.tsx:127 -#: src/view/screens/Search/Search.tsx:296 -#: src/view/screens/Search/Search.tsx:335 +#: src/view/screens/Search/Search.tsx:297 +#: src/view/screens/Search/Search.tsx:336 msgid "No results found for {query}" msgstr "Нічого не знайдено за запитом «{query}»" @@ -3484,7 +3513,7 @@ msgstr "Несексуальна оголеність" #~ msgid "Not Applicable." #~ msgstr "Не застосовно." -#: src/Navigation.tsx:116 +#: src/Navigation.tsx:115 #: src/view/screens/Profile.tsx:100 msgid "Not Found" msgstr "Не знайдено" @@ -3495,7 +3524,7 @@ msgid "Not right now" msgstr "Пізніше" #: src/view/com/profile/ProfileMenu.tsx:370 -#: src/view/com/util/forms/PostDropdownBtn.tsx:459 +#: src/view/com/util/forms/PostDropdownBtn.tsx:446 #: src/view/com/util/post-ctrls/PostCtrls.tsx:308 msgid "Note about sharing" msgstr "Примітка щодо поширення" @@ -3516,13 +3545,13 @@ msgstr "" msgid "Notification Sounds" msgstr "" -#: src/Navigation.tsx:516 -#: src/view/screens/Notifications.tsx:126 -#: src/view/screens/Notifications.tsx:154 +#: src/Navigation.tsx:499 +#: src/view/screens/Notifications.tsx:132 +#: src/view/screens/Notifications.tsx:169 #: src/view/shell/bottom-bar/BottomBar.tsx:227 #: src/view/shell/desktop/LeftNav.tsx:350 -#: src/view/shell/Drawer.tsx:456 #: src/view/shell/Drawer.tsx:457 +#: src/view/shell/Drawer.tsx:458 msgid "Notifications" msgstr "Сповіщення" @@ -3572,11 +3601,11 @@ msgstr "Спочатку найдавніші" msgid "Onboarding reset" msgstr "Скинути ознайомлення" -#: src/view/com/composer/Composer.tsx:488 +#: src/view/com/composer/Composer.tsx:503 msgid "One or more images is missing alt text." msgstr "Для одного або кількох зображень відсутній опис." -#: src/screens/Onboarding/StepProfile/index.tsx:116 +#: src/screens/Onboarding/StepProfile/index.tsx:117 msgid "Only .jpg and .png files are supported" msgstr "" @@ -3606,17 +3635,17 @@ msgstr "Відкрити" msgid "Open {name} profile shortcut menu" msgstr "" -#: src/screens/Onboarding/StepProfile/index.tsx:276 +#: src/screens/Onboarding/StepProfile/index.tsx:277 msgid "Open avatar creator" msgstr "" -#: src/screens/Messages/List/ChatListItem.tsx:214 -#: src/screens/Messages/List/ChatListItem.tsx:215 +#: src/screens/Messages/List/ChatListItem.tsx:219 +#: src/screens/Messages/List/ChatListItem.tsx:220 msgid "Open conversation options" msgstr "" -#: src/view/com/composer/Composer.tsx:600 -#: src/view/com/composer/Composer.tsx:601 +#: src/view/com/composer/Composer.tsx:613 +#: src/view/com/composer/Composer.tsx:614 msgid "Open emoji picker" msgstr "Емоджі" @@ -3636,11 +3665,11 @@ msgstr "" msgid "Open muted words and tags settings" msgstr "Відкрити налаштування ігнорування слів і тегів" -#: src/view/com/home/HomeHeaderLayoutMobile.tsx:52 +#: src/view/com/home/HomeHeaderLayoutMobile.tsx:54 msgid "Open navigation" msgstr "Відкрити навігацію" -#: src/view/com/util/forms/PostDropdownBtn.tsx:250 +#: src/view/com/util/forms/PostDropdownBtn.tsx:237 msgid "Open post options menu" msgstr "Відкрити меню налаштувань посту" @@ -3749,8 +3778,8 @@ msgstr "Відкриває форму скидання пароля" #: src/view/com/home/HomeHeaderLayout.web.tsx:77 #: src/view/screens/Feeds.tsx:417 -msgid "Opens screen to edit Saved Feeds" -msgstr "Відкриває сторінку з усіма збереженими стрічками" +#~ msgid "Opens screen to edit Saved Feeds" +#~ msgstr "Відкриває сторінку з усіма збереженими стрічками" #: src/view/screens/Settings/index.tsx:617 msgid "Opens screen with all saved feeds" @@ -3794,8 +3823,8 @@ msgstr "" msgid "Option {0} of {numItems}" msgstr "Опція {0} з {numItems}" -#: src/components/dms/ReportDialog.tsx:181 -#: src/components/ReportDialog/SubmitView.tsx:163 +#: src/components/dms/ReportDialog.tsx:183 +#: src/components/ReportDialog/SubmitView.tsx:162 msgid "Optionally provide additional information below:" msgstr "За бажанням надайте додаткову інформацію нижче:" @@ -3859,15 +3888,15 @@ msgstr "Пароль змінено!" msgid "Pause" msgstr "" -#: src/view/screens/Search/Search.tsx:386 +#: src/view/screens/Search/Search.tsx:387 msgid "People" msgstr "Люди" -#: src/Navigation.tsx:171 +#: src/Navigation.tsx:170 msgid "People followed by @{0}" msgstr "Люди, на яких підписаний(-на) @{0}" -#: src/Navigation.tsx:164 +#: src/Navigation.tsx:163 msgid "People following @{0}" msgstr "Люди, які підписані на @{0}" @@ -3946,15 +3975,15 @@ 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:95 +#: src/view/com/modals/AddAppPasswords.tsx:94 msgid "Please enter a name for your app password. All spaces is not allowed." msgstr "Будь ласка, введіть ім'я для пароля застосунку. Пробіли і пропуски не допускаються." -#: src/view/com/modals/AddAppPasswords.tsx:151 +#: src/view/com/modals/AddAppPasswords.tsx:150 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 "Будь ласка, введіть допустиме слово, тег або фразу для ігнорування" @@ -3966,7 +3995,7 @@ msgstr "Будь ласка, введіть адресу ел. пошти." msgid "Please enter your password as well:" msgstr "Будь ласка, також введіть ваш пароль:" -#: src/components/moderation/LabelsOnMeDialog.tsx:258 +#: src/components/moderation/LabelsOnMeDialog.tsx:256 msgid "Please explain why you think this label was incorrectly applied by {0}" msgstr "Будь ласка, поясніть, чому ви вважаєте, що ця позначка була помилково додана до {0}" @@ -3983,7 +4012,7 @@ msgstr "" msgid "Please Verify Your Email" msgstr "Підтвердьте свою адресу електронної пошти" -#: src/view/com/composer/Composer.tsx:268 +#: src/view/com/composer/Composer.tsx:281 msgid "Please wait for your link card to finish loading" msgstr "Будь ласка, зачекайте доки завершиться створення попереднього перегляду для посилання" @@ -3995,28 +4024,28 @@ msgstr "Політика" msgid "Porn" msgstr "Порнографія" -#: src/view/com/composer/Composer.tsx:462 -#: src/view/com/composer/Composer.tsx:470 +#: src/view/com/composer/Composer.tsx:477 +#: src/view/com/composer/Composer.tsx:485 msgctxt "action" msgid "Post" msgstr "Запостити" -#: src/view/com/post-thread/PostThread.tsx:427 +#: src/view/com/post-thread/PostThread.tsx:430 msgctxt "description" msgid "Post" msgstr "Пост" -#: src/view/com/post-thread/PostThreadItem.tsx:194 +#: src/view/com/post-thread/PostThreadItem.tsx:189 msgid "Post by {0}" msgstr "Пост від {0}" -#: src/Navigation.tsx:183 -#: src/Navigation.tsx:190 -#: src/Navigation.tsx:197 +#: src/Navigation.tsx:189 +#: src/Navigation.tsx:196 +#: src/Navigation.tsx:203 msgid "Post by @{0}" msgstr "Пост від @{0}" -#: src/view/com/util/forms/PostDropdownBtn.tsx:134 +#: src/view/com/util/forms/PostDropdownBtn.tsx:129 msgid "Post deleted" msgstr "Пост видалено" @@ -4055,11 +4084,11 @@ 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 "Пости можуть бути ігноровані за їхнім текстом, тегами чи за обома." -#: src/view/com/posts/FeedErrorMessage.tsx:69 +#: src/view/com/posts/FeedErrorMessage.tsx:68 msgid "Posts hidden" msgstr "Пости приховано" @@ -4087,6 +4116,10 @@ msgstr "Натисніть, щоб повторити спробу" #~ msgid "Press to Retry" #~ msgstr "" +#: src/components/KnownFollowers.tsx:111 +msgid "Press to view followers of this account that you also follow" +msgstr "" + #: src/view/com/lightbox/Lightbox.web.tsx:150 msgid "Previous image" msgstr "Попереднє зображення" @@ -4104,11 +4137,11 @@ msgstr "Пріоритезувати ваші підписки" msgid "Privacy" msgstr "Конфіденційність" -#: src/Navigation.tsx:238 +#: src/Navigation.tsx:244 #: src/screens/Signup/StepInfo/Policies.tsx:56 #: src/view/screens/PrivacyPolicy.tsx:29 #: src/view/screens/Settings/index.tsx:957 -#: src/view/shell/Drawer.tsx:284 +#: src/view/shell/Drawer.tsx:285 msgid "Privacy Policy" msgstr "Політика конфіденційності" @@ -4128,8 +4161,8 @@ msgstr "профіль" #: src/view/shell/bottom-bar/BottomBar.tsx:272 #: src/view/shell/desktop/LeftNav.tsx:381 #: src/view/shell/Drawer.tsx:78 -#: src/view/shell/Drawer.tsx:541 #: src/view/shell/Drawer.tsx:542 +#: src/view/shell/Drawer.tsx:543 msgid "Profile" msgstr "Профіль" @@ -4153,16 +4186,16 @@ msgstr "Публічні, поширювані списки користувач msgid "Public, shareable lists which can drive feeds." msgstr "Публічні, поширювані списки для створення стрічок." -#: src/view/com/composer/Composer.tsx:447 +#: src/view/com/composer/Composer.tsx:462 msgid "Publish post" msgstr "Опублікувати пост" -#: src/view/com/composer/Composer.tsx:447 +#: src/view/com/composer/Composer.tsx:462 msgid "Publish reply" msgstr "Опублікувати відповідь" -#: src/view/com/util/post-ctrls/RepostButton.tsx:113 -#: src/view/com/util/post-ctrls/RepostButton.tsx:125 +#: src/view/com/util/post-ctrls/RepostButton.tsx:115 +#: src/view/com/util/post-ctrls/RepostButton.tsx:127 #: src/view/com/util/post-ctrls/RepostButton.web.tsx:78 #: src/view/com/util/post-ctrls/RepostButton.web.tsx:81 msgid "Quote post" @@ -4190,7 +4223,7 @@ msgstr "Співвідношення сторін" msgid "Reactivate your account" msgstr "" -#: src/components/dms/ReportDialog.tsx:172 +#: src/components/dms/ReportDialog.tsx:174 msgid "Reason:" msgstr "" @@ -4198,7 +4231,7 @@ msgstr "" #~ msgid "Reason: {0}" #~ msgstr "" -#: src/view/screens/Search/Search.tsx:973 +#: src/view/screens/Search/Search.tsx:970 msgid "Recent Searches" msgstr "Останні запити" @@ -4218,12 +4251,12 @@ msgstr "" msgid "Reload conversations" msgstr "" -#: src/components/dialogs/MutedWords.tsx:288 -#: src/view/com/feeds/FeedSourceCard.tsx:296 +#: src/components/dialogs/MutedWords.tsx:286 +#: src/view/com/feeds/FeedSourceCard.tsx:317 #: src/view/com/modals/ListAddRemoveUsers.tsx:268 #: src/view/com/modals/SelfLabel.tsx:84 #: src/view/com/modals/UserAddRemoveLists.tsx:230 -#: src/view/com/posts/FeedErrorMessage.tsx:213 +#: src/view/com/posts/FeedErrorMessage.tsx:212 msgid "Remove" msgstr "Видалити" @@ -4243,25 +4276,25 @@ msgstr "Видалити банер" msgid "Remove embed" msgstr "" -#: src/view/com/posts/FeedErrorMessage.tsx:169 +#: src/view/com/posts/FeedErrorMessage.tsx:168 #: src/view/com/posts/FeedShutdownMsg.tsx:113 #: src/view/com/posts/FeedShutdownMsg.tsx:117 msgid "Remove feed" msgstr "Видалити стрічку" -#: src/view/com/posts/FeedErrorMessage.tsx:210 +#: src/view/com/posts/FeedErrorMessage.tsx:209 msgid "Remove feed?" msgstr "Видалити стрічку?" -#: src/view/com/feeds/FeedSourceCard.tsx:180 -#: src/view/com/feeds/FeedSourceCard.tsx:245 +#: src/view/com/feeds/FeedSourceCard.tsx:188 +#: src/view/com/feeds/FeedSourceCard.tsx:266 #: src/view/screens/ProfileFeed.tsx:330 #: src/view/screens/ProfileFeed.tsx:336 #: src/view/screens/ProfileList.tsx:443 msgid "Remove from my feeds" msgstr "Вилучити з моїх стрічок" -#: src/view/com/feeds/FeedSourceCard.tsx:291 +#: src/view/com/feeds/FeedSourceCard.tsx:312 msgid "Remove from my feeds?" msgstr "Видалити з моїх стрічок?" @@ -4273,15 +4306,15 @@ msgstr "Вилучити зображення" msgid "Remove image preview" msgstr "Вилучити попередній перегляд зображення" -#: src/components/dialogs/MutedWords.tsx:331 +#: src/components/dialogs/MutedWords.tsx:329 msgid "Remove mute word from your list" msgstr "Вилучити ігноровані слова з вашого списку" -#: src/view/screens/Search/Search.tsx:1014 +#: src/view/screens/Search/Search.tsx:1011 msgid "Remove profile" msgstr "" -#: src/view/screens/Search/Search.tsx:1016 +#: src/view/screens/Search/Search.tsx:1013 msgid "Remove profile from search history" msgstr "" @@ -4289,12 +4322,12 @@ msgstr "" msgid "Remove quote" msgstr "" -#: src/view/com/util/post-ctrls/RepostButton.tsx:90 -#: src/view/com/util/post-ctrls/RepostButton.tsx:106 +#: src/view/com/util/post-ctrls/RepostButton.tsx:92 +#: src/view/com/util/post-ctrls/RepostButton.tsx:108 msgid "Remove repost" msgstr "Видалити репост" -#: src/view/com/posts/FeedErrorMessage.tsx:211 +#: src/view/com/posts/FeedErrorMessage.tsx:210 msgid "Remove this feed from your saved feeds" msgstr "Вилучити цю стрічку зі збережених стрічок" @@ -4303,7 +4336,7 @@ msgstr "Вилучити цю стрічку зі збережених стрі msgid "Removed from list" msgstr "Вилучено зі списку" -#: src/view/com/feeds/FeedSourceCard.tsx:131 +#: src/view/com/feeds/FeedSourceCard.tsx:139 msgid "Removed from my feeds" msgstr "Вилучено з моїх стрічок" @@ -4334,7 +4367,7 @@ msgstr "Відповіді" msgid "Replies to this thread are disabled" msgstr "Відповіді до цього посту вимкнено" -#: src/view/com/composer/Composer.tsx:460 +#: src/view/com/composer/Composer.tsx:475 msgctxt "action" msgid "Reply" msgstr "Відповісти" @@ -4394,8 +4427,8 @@ msgstr "Поскаржитись на список" msgid "Report message" msgstr "" -#: src/view/com/util/forms/PostDropdownBtn.tsx:407 -#: src/view/com/util/forms/PostDropdownBtn.tsx:409 +#: src/view/com/util/forms/PostDropdownBtn.tsx:394 +#: src/view/com/util/forms/PostDropdownBtn.tsx:396 msgid "Report post" msgstr "Поскаржитись на пост" @@ -4411,8 +4444,8 @@ msgstr "Повідомити про цю стрічку" msgid "Report this list" msgstr "Поскаржитись на цей список" -#: src/components/dms/ReportDialog.tsx:47 -#: src/components/dms/ReportDialog.tsx:140 +#: src/components/dms/ReportDialog.tsx:48 +#: src/components/dms/ReportDialog.tsx:142 #: src/components/ReportDialog/SelectReportOptionView.tsx:59 msgid "Report this message" msgstr "" @@ -4425,9 +4458,9 @@ msgstr "Поскаржитись на цей пост" msgid "Report this user" msgstr "Поскаржитись на цього користувача" -#: src/view/com/util/post-ctrls/RepostButton.tsx:63 -#: src/view/com/util/post-ctrls/RepostButton.tsx:91 -#: src/view/com/util/post-ctrls/RepostButton.tsx:107 +#: src/view/com/util/post-ctrls/RepostButton.tsx:64 +#: src/view/com/util/post-ctrls/RepostButton.tsx:93 +#: src/view/com/util/post-ctrls/RepostButton.tsx:109 msgctxt "action" msgid "Repost" msgstr "Репост" @@ -4437,7 +4470,7 @@ msgstr "Репост" msgid "Repost" msgstr "Репостити" -#: src/view/com/util/post-ctrls/RepostButton.tsx:83 +#: src/view/com/util/post-ctrls/RepostButton.tsx:85 #: src/view/com/util/post-ctrls/RepostButton.web.tsx:46 #: src/view/com/util/post-ctrls/RepostButton.web.tsx:92 msgid "Repost or quote post" @@ -4463,7 +4496,7 @@ msgstr "Зроблено репост від <0><1/>" msgid "reposted your post" msgstr "зробив(-ла) репост вашого допису" -#: src/view/com/post-thread/PostThreadItem.tsx:206 +#: src/view/com/post-thread/PostThreadItem.tsx:201 msgid "Reposts of this post" msgstr "Репости цього поста" @@ -4566,8 +4599,8 @@ msgid "Returns to previous page" msgstr "Повертає до попередньої сторінки" #: src/components/dialogs/BirthDateSettings.tsx:125 -#: src/view/com/composer/GifAltText.tsx:163 -#: src/view/com/composer/GifAltText.tsx:169 +#: src/view/com/composer/GifAltText.tsx:162 +#: src/view/com/composer/GifAltText.tsx:168 #: src/view/com/modals/ChangeHandle.tsx:168 #: src/view/com/modals/CreateOrEditList.tsx:326 #: src/view/com/modals/EditProfile.tsx:225 @@ -4647,20 +4680,20 @@ msgid "Scroll to top" msgstr "Прогорнути вгору" #: src/components/dms/dialogs/SearchablePeopleList.tsx:504 -#: src/Navigation.tsx:506 +#: src/Navigation.tsx:494 #: 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:451 -#: src/view/screens/Search/Search.tsx:825 -#: src/view/screens/Search/Search.tsx:853 +#: src/view/screens/Search/Search.tsx:452 +#: src/view/screens/Search/Search.tsx:822 +#: src/view/screens/Search/Search.tsx:850 #: src/view/shell/bottom-bar/BottomBar.tsx:179 #: src/view/shell/desktop/LeftNav.tsx:343 #: src/view/shell/desktop/Search.tsx:194 #: src/view/shell/desktop/Search.tsx:203 -#: src/view/shell/Drawer.tsx:393 #: src/view/shell/Drawer.tsx:394 +#: src/view/shell/Drawer.tsx:395 msgid "Search" msgstr "Пошук" @@ -4668,7 +4701,7 @@ msgstr "Пошук" msgid "Search for \"{query}\"" msgstr "Шукати \"{query}\"" -#: src/view/screens/Search/Search.tsx:909 +#: src/view/screens/Search/Search.tsx:906 msgid "Search for \"{searchText}\"" msgstr "" @@ -4790,7 +4823,7 @@ msgstr "Обрати варіант {i} із {numItems}" msgid "Select the {emojiName} emoji as your avatar" msgstr "" -#: src/components/ReportDialog/SubmitView.tsx:136 +#: src/components/ReportDialog/SubmitView.tsx:135 msgid "Select the moderation service(s) to report to" msgstr "Оберіть сервіс модерації для скарги" @@ -4852,8 +4885,8 @@ msgctxt "action" msgid "Send Email" msgstr "Надіслати ел. лист" -#: src/view/shell/Drawer.tsx:328 -#: src/view/shell/Drawer.tsx:349 +#: src/view/shell/Drawer.tsx:329 +#: src/view/shell/Drawer.tsx:350 msgid "Send feedback" msgstr "Надіслати відгук" @@ -4862,14 +4895,14 @@ msgstr "Надіслати відгук" msgid "Send message" msgstr "" -#: src/components/dms/dialogs/ShareViaChatDialog.tsx:47 +#: src/components/dms/dialogs/ShareViaChatDialog.tsx:59 msgid "Send post to..." msgstr "" -#: src/components/dms/ReportDialog.tsx:232 -#: src/components/dms/ReportDialog.tsx:235 -#: src/components/ReportDialog/SubmitView.tsx:216 -#: src/components/ReportDialog/SubmitView.tsx:220 +#: src/components/dms/ReportDialog.tsx:234 +#: src/components/dms/ReportDialog.tsx:237 +#: src/components/ReportDialog/SubmitView.tsx:215 +#: src/components/ReportDialog/SubmitView.tsx:219 msgid "Send report" msgstr "Поскаржитись" @@ -4882,8 +4915,8 @@ msgstr "Надіслати скаргу до {0}" msgid "Send verification email" msgstr "" -#: src/view/com/util/forms/PostDropdownBtn.tsx:299 -#: src/view/com/util/forms/PostDropdownBtn.tsx:302 +#: src/view/com/util/forms/PostDropdownBtn.tsx:286 +#: src/view/com/util/forms/PostDropdownBtn.tsx:289 msgid "Send via direct message" msgstr "" @@ -4967,11 +5000,11 @@ msgstr "Встановлює співвідношення сторін зобр msgid "Sets image aspect ratio to wide" msgstr "Встановлює співвідношення сторін зображення до ширини" -#: src/Navigation.tsx:146 +#: src/Navigation.tsx:145 #: src/view/screens/Settings/index.tsx:332 #: src/view/shell/desktop/LeftNav.tsx:389 -#: src/view/shell/Drawer.tsx:558 #: src/view/shell/Drawer.tsx:559 +#: src/view/shell/Drawer.tsx:560 msgid "Settings" msgstr "Налаштування" @@ -4990,8 +5023,8 @@ msgstr "Поширити" #: src/view/com/profile/ProfileMenu.tsx:217 #: src/view/com/profile/ProfileMenu.tsx:226 -#: src/view/com/util/forms/PostDropdownBtn.tsx:310 -#: src/view/com/util/forms/PostDropdownBtn.tsx:319 +#: src/view/com/util/forms/PostDropdownBtn.tsx:297 +#: src/view/com/util/forms/PostDropdownBtn.tsx:306 #: src/view/com/util/post-ctrls/PostCtrls.tsx:297 #: src/view/screens/ProfileList.tsx:428 msgid "Share" @@ -5006,7 +5039,7 @@ msgid "Share a fun fact!" msgstr "" #: src/view/com/profile/ProfileMenu.tsx:375 -#: src/view/com/util/forms/PostDropdownBtn.tsx:464 +#: src/view/com/util/forms/PostDropdownBtn.tsx:451 #: src/view/com/util/post-ctrls/PostCtrls.tsx:313 msgid "Share anyway" msgstr "Все одно поширити" @@ -5058,7 +5091,7 @@ msgstr "Показати значок" msgid "Show badge and filter from feeds" msgstr "Показати значок і фільтри зі стрічки" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:207 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:211 msgid "Show follows similar to {0}" msgstr "Показати підписки, схожі на {0}" @@ -5066,19 +5099,19 @@ msgstr "Показати підписки, схожі на {0}" msgid "Show hidden replies" msgstr "" -#: src/view/com/util/forms/PostDropdownBtn.tsx:349 -#: src/view/com/util/forms/PostDropdownBtn.tsx:351 +#: src/view/com/util/forms/PostDropdownBtn.tsx:336 +#: src/view/com/util/forms/PostDropdownBtn.tsx:338 msgid "Show less like this" msgstr "" -#: src/view/com/post-thread/PostThreadItem.tsx:538 +#: src/view/com/post-thread/PostThreadItem.tsx:532 #: src/view/com/post/Post.tsx:227 #: src/view/com/posts/FeedItem.tsx:392 msgid "Show More" msgstr "Показати більше" -#: src/view/com/util/forms/PostDropdownBtn.tsx:341 -#: src/view/com/util/forms/PostDropdownBtn.tsx:343 +#: src/view/com/util/forms/PostDropdownBtn.tsx:328 +#: src/view/com/util/forms/PostDropdownBtn.tsx:330 msgid "Show more like this" msgstr "" @@ -5167,9 +5200,9 @@ msgstr "Показує дописи з {0} у вашій стрічці" #: src/view/shell/bottom-bar/BottomBar.tsx:312 #: src/view/shell/bottom-bar/BottomBar.tsx:313 #: src/view/shell/bottom-bar/BottomBar.tsx:315 -#: src/view/shell/bottom-bar/BottomBarWeb.tsx:181 -#: src/view/shell/bottom-bar/BottomBarWeb.tsx:182 -#: src/view/shell/bottom-bar/BottomBarWeb.tsx:184 +#: src/view/shell/bottom-bar/BottomBarWeb.tsx:204 +#: src/view/shell/bottom-bar/BottomBarWeb.tsx:205 +#: src/view/shell/bottom-bar/BottomBarWeb.tsx:207 #: src/view/shell/NavSignupCard.tsx:69 #: src/view/shell/NavSignupCard.tsx:70 #: src/view/shell/NavSignupCard.tsx:72 @@ -5200,9 +5233,9 @@ msgstr "Вийти" #: src/view/shell/bottom-bar/BottomBar.tsx:302 #: src/view/shell/bottom-bar/BottomBar.tsx:303 #: src/view/shell/bottom-bar/BottomBar.tsx:305 -#: src/view/shell/bottom-bar/BottomBarWeb.tsx:171 -#: src/view/shell/bottom-bar/BottomBarWeb.tsx:172 -#: src/view/shell/bottom-bar/BottomBarWeb.tsx:174 +#: src/view/shell/bottom-bar/BottomBarWeb.tsx:194 +#: src/view/shell/bottom-bar/BottomBarWeb.tsx:195 +#: src/view/shell/bottom-bar/BottomBarWeb.tsx:197 #: src/view/shell/NavSignupCard.tsx:60 #: src/view/shell/NavSignupCard.tsx:61 #: src/view/shell/NavSignupCard.tsx:63 @@ -5243,7 +5276,7 @@ msgstr "Розробка П/З" msgid "Some people can reply" msgstr "" -#: src/screens/Messages/Conversation/index.tsx:94 +#: src/screens/Messages/Conversation/index.tsx:106 msgid "Something went wrong" msgstr "" @@ -5275,7 +5308,7 @@ msgstr "Оберіть, як сортувати відповіді до пост #~ msgid "Source:" #~ msgstr "Джерело:" -#: src/components/moderation/LabelsOnMeDialog.tsx:170 +#: src/components/moderation/LabelsOnMeDialog.tsx:168 msgid "Source: <0>{0}" msgstr "" @@ -5328,13 +5361,13 @@ msgstr "" msgid "Storage cleared, you need to restart the app now." msgstr "Сховище очищено, тепер вам треба перезапустити застосунок." -#: src/Navigation.tsx:218 +#: src/Navigation.tsx:224 #: src/view/screens/Settings/index.tsx:863 msgid "Storybook" msgstr "" -#: src/components/moderation/LabelsOnMeDialog.tsx:292 -#: src/components/moderation/LabelsOnMeDialog.tsx:293 +#: src/components/moderation/LabelsOnMeDialog.tsx:290 +#: src/components/moderation/LabelsOnMeDialog.tsx:291 #: src/screens/Messages/Conversation/ChatDisabled.tsx:142 #: src/screens/Messages/Conversation/ChatDisabled.tsx:143 msgid "Submit" @@ -5365,7 +5398,7 @@ msgstr "Підписатися на цього маркувальника" msgid "Subscribe to this list" msgstr "Підписатися на цей список" -#: src/view/screens/Search/Search.tsx:424 +#: src/view/screens/Search/Search.tsx:425 msgid "Suggested Follows" msgstr "Пропоновані підписки" @@ -5377,7 +5410,7 @@ msgstr "Пропозиції для вас" msgid "Suggestive" msgstr "Непристойний" -#: src/Navigation.tsx:233 +#: src/Navigation.tsx:239 #: src/view/screens/Support.tsx:30 #: src/view/screens/Support.tsx:33 msgid "Support" @@ -5404,7 +5437,7 @@ msgstr "Системне" msgid "System log" msgstr "Системний журнал" -#: src/components/dialogs/MutedWords.tsx:325 +#: src/components/dialogs/MutedWords.tsx:323 msgid "tag" msgstr "тег" @@ -5432,11 +5465,11 @@ msgstr "" msgid "Terms" msgstr "Умови" -#: src/Navigation.tsx:243 +#: src/Navigation.tsx:249 #: src/screens/Signup/StepInfo/Policies.tsx:49 #: src/view/screens/Settings/index.tsx:951 #: src/view/screens/TermsOfService.tsx:29 -#: src/view/shell/Drawer.tsx:278 +#: src/view/shell/Drawer.tsx:279 msgid "Terms of Service" msgstr "Умови Використання" @@ -5446,17 +5479,17 @@ msgstr "Умови Використання" msgid "Terms used violate community standards" msgstr "Використані терміни порушують стандарти спільноти" -#: src/components/dialogs/MutedWords.tsx:325 +#: src/components/dialogs/MutedWords.tsx:323 msgid "text" msgstr "текст" -#: src/components/moderation/LabelsOnMeDialog.tsx:256 +#: src/components/moderation/LabelsOnMeDialog.tsx:254 #: src/screens/Messages/Conversation/ChatDisabled.tsx:108 msgid "Text input field" msgstr "Поле вводу тексту" -#: src/components/dms/ReportDialog.tsx:132 -#: src/components/ReportDialog/SubmitView.tsx:78 +#: src/components/dms/ReportDialog.tsx:134 +#: src/components/ReportDialog/SubmitView.tsx:77 msgid "Thank you. Your report has been sent." msgstr "Дякуємо. Вашу скаргу було надіслано." @@ -5468,7 +5501,7 @@ msgstr "Що містить наступне:" msgid "That handle is already taken." msgstr "Цей псевдонім вже зайнятий." -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:291 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:305 #: src/view/com/profile/ProfileMenu.tsx:351 msgid "The account will be able to interact with you after unblocking." msgstr "Обліковий запис зможе взаємодіяти з вами після розблокування." @@ -5489,11 +5522,11 @@ msgstr "Політику захисту авторського права пер msgid "The feed has been replaced with Discover." msgstr "" -#: src/components/moderation/LabelsOnMeDialog.tsx:66 +#: src/components/moderation/LabelsOnMeDialog.tsx:65 msgid "The following labels were applied to your account." msgstr "Наступні мітки були додано до вашого облікового запису." -#: src/components/moderation/LabelsOnMeDialog.tsx:67 +#: src/components/moderation/LabelsOnMeDialog.tsx:66 msgid "The following labels were applied to your content." msgstr "Наступні мітки були додано до вашого контенту." @@ -5531,7 +5564,7 @@ msgstr "" msgid "There was an an issue contacting the server, please check your internet connection and try again." msgstr "Виникла проблема з доступом до сервера. Перевірте підключення до Інтернету і повторіть спробу знову." -#: src/view/com/posts/FeedErrorMessage.tsx:146 +#: src/view/com/posts/FeedErrorMessage.tsx:145 msgid "There was an an issue removing this feed. Please check your internet connection and try again." msgstr "Виникла проблема при видаленні цієї стрічки. Перевірте підключення до Інтернету і повторіть спробу." @@ -5559,12 +5592,12 @@ msgstr "" msgid "There was an issue contacting the server" msgstr "При з'єднанні з сервером виникла проблема" -#: src/view/com/feeds/FeedSourceCard.tsx:120 -#: src/view/com/feeds/FeedSourceCard.tsx:133 +#: src/view/com/feeds/FeedSourceCard.tsx:128 +#: src/view/com/feeds/FeedSourceCard.tsx:141 msgid "There was an issue contacting your server" msgstr "При з'єднанні з вашим сервером виникла проблема" -#: src/view/com/notifications/Feed.tsx:125 +#: src/view/com/notifications/Feed.tsx:126 msgid "There was an issue fetching notifications. Tap here to try again." msgstr "Виникла проблема з завантаженням сповіщень. Натисніть тут, щоб повторити спробу." @@ -5581,8 +5614,8 @@ msgstr "Виникла проблема з завантаженням списк msgid "There was an issue fetching your lists. Tap here to try again." msgstr "Виникла проблема з завантаженням ваших списків. Натисніть тут, щоб повторити спробу." -#: src/components/dms/ReportDialog.tsx:220 -#: src/components/ReportDialog/SubmitView.tsx:83 +#: src/components/dms/ReportDialog.tsx:222 +#: src/components/ReportDialog/SubmitView.tsx:82 msgid "There was an issue sending your report. Please check your internet connection." msgstr "Виникла проблема з надсиланням вашої скарги. Будь ласка, перевірте підключення до Інтернету." @@ -5594,9 +5627,9 @@ msgstr "Виникла проблема з надсиланням вашої с msgid "There was an issue with fetching your app passwords" msgstr "Виникла проблема з завантаженням ваших паролів для застосунків" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:99 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:121 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:135 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:103 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:125 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:139 #: src/view/com/post-thread/PostThreadFollowBtn.tsx:99 #: src/view/com/post-thread/PostThreadFollowBtn.tsx:111 #: src/view/com/profile/ProfileMenu.tsx:109 @@ -5641,7 +5674,7 @@ msgstr "Цей користувач вказав, що не хоче, аби й msgid "This account is blocked by one or more of your moderation lists. To unblock, please visit the lists directly and remove this user." msgstr "" -#: src/components/moderation/LabelsOnMeDialog.tsx:241 +#: src/components/moderation/LabelsOnMeDialog.tsx:239 msgid "This appeal will be sent to <0>{0}." msgstr "Це звернення буде надіслано до <0>{0}." @@ -5674,28 +5707,37 @@ msgstr "Цей вміст розміщено {0}. Увімкнути зовні msgid "This content is not available because one of the users involved has blocked the other." msgstr "Цей контент недоступний, оскільки один із залучених користувачів заблокував іншого." -#: src/view/com/posts/FeedErrorMessage.tsx:115 +#: src/view/com/posts/FeedErrorMessage.tsx:114 msgid "This content is not viewable without a Bluesky account." msgstr "Цей вміст не доступний для перегляду без облікового запису Bluesky." +#: src/screens/Messages/List/ChatListItem.tsx:213 +msgid "This conversation is with a deleted or a deactivated account. Press for options." +msgstr "" + #: src/view/screens/Settings/ExportCarDialog.tsx:93 msgid "This feature is in beta. You can read more about repository exports in <0>this blogpost." msgstr "Ця функція знаходиться в беті. Ви можете дізнатися більше про експорт репозиторіїв у <0>цьому блозі.." -#: src/view/com/posts/FeedErrorMessage.tsx:121 +#: src/view/com/posts/FeedErrorMessage.tsx:120 msgid "This feed is currently receiving high traffic and is temporarily unavailable. Please try again later." msgstr "Ця стрічка зараз отримує забагато запитів і тимчасово недоступна. Спробуйте ще раз пізніше." #: src/screens/Profile/Sections/Feed.tsx:59 #: src/view/screens/ProfileFeed.tsx:471 #: src/view/screens/ProfileList.tsx:729 -msgid "This feed is empty!" -msgstr "Стрічка порожня!" +#~ msgid "This feed is empty!" +#~ msgstr "Стрічка порожня!" #: src/view/com/posts/CustomFeedEmptyState.tsx:37 msgid "This feed is empty! You may need to follow more users or tune your language settings." msgstr "Ця стрічка порожня! Можливо, вам треба підписатися на більшу кількість користувачів або змінити ваші налаштування мови." +#: src/view/screens/ProfileFeed.tsx:471 +#: src/view/screens/ProfileList.tsx:729 +msgid "This feed is empty." +msgstr "" + #: src/view/com/posts/FeedShutdownMsg.tsx:97 msgid "This feed is no longer online. We are showing <0>Discover instead." msgstr "" @@ -5724,7 +5766,7 @@ msgstr "" #~ msgid "This label was applied by you" #~ msgstr "" -#: src/components/moderation/LabelsOnMeDialog.tsx:168 +#: src/components/moderation/LabelsOnMeDialog.tsx:166 msgid "This label was applied by you." msgstr "" @@ -5744,20 +5786,20 @@ 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:111 +#: src/view/com/modals/AddAppPasswords.tsx:110 msgid "This name is already in use" msgstr "Це ім'я вже використовується" -#: src/view/com/post-thread/PostThreadItem.tsx:140 +#: src/view/com/post-thread/PostThreadItem.tsx:135 msgid "This post has been deleted." msgstr "Цей пост було видалено." -#: src/view/com/util/forms/PostDropdownBtn.tsx:461 +#: src/view/com/util/forms/PostDropdownBtn.tsx:448 #: src/view/com/util/post-ctrls/PostCtrls.tsx:310 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:443 +#: src/view/com/util/forms/PostDropdownBtn.tsx:430 msgid "This post will be hidden from feeds." msgstr "Цей пост буде приховано зі стрічок." @@ -5806,7 +5848,7 @@ msgstr "Цей користувач не підписаний ні на кого #~ msgid "This warning is only available for posts with media attached." #~ msgstr "Це попередження доступне тільки для записів з прикріпленими медіа-файлами." -#: src/components/dialogs/MutedWords.tsx:285 +#: src/components/dialogs/MutedWords.tsx:283 msgid "This will delete {0} from your muted words. You can always add it back later." msgstr "Це видалить {0} зі ваших ігнорованих слів. Ви завжди можете додати його назад." @@ -5823,7 +5865,7 @@ msgstr "Налаштування гілок" msgid "Threaded Mode" msgstr "Режим гілок" -#: src/Navigation.tsx:276 +#: src/Navigation.tsx:282 msgid "Threads Preferences" msgstr "Налаштування обговорень" @@ -5839,7 +5881,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 "Перемикання між опціями ігнорування слів." @@ -5852,7 +5894,7 @@ msgid "Toggle to enable or disable adult content" msgstr "Увімкнути або вимкнути вміст для дорослих" #: src/screens/Hashtag.tsx:88 -#: src/view/screens/Search/Search.tsx:366 +#: src/view/screens/Search/Search.tsx:367 msgid "Top" msgstr "Верх" @@ -5862,10 +5904,10 @@ msgstr "Редагування" #: src/components/dms/MessageMenu.tsx:103 #: src/components/dms/MessageMenu.tsx:105 -#: src/view/com/post-thread/PostThreadItem.tsx:691 -#: src/view/com/post-thread/PostThreadItem.tsx:693 -#: src/view/com/util/forms/PostDropdownBtn.tsx:280 -#: src/view/com/util/forms/PostDropdownBtn.tsx:282 +#: src/view/com/post-thread/PostThreadItem.tsx:674 +#: src/view/com/post-thread/PostThreadItem.tsx:676 +#: src/view/com/util/forms/PostDropdownBtn.tsx:267 +#: src/view/com/util/forms/PostDropdownBtn.tsx:269 msgid "Translate" msgstr "Перекласти" @@ -5907,14 +5949,14 @@ msgstr "Не вдалося зв'язатися з вашим хостинг-п #: src/components/dms/MessagesListBlockedFooter.tsx:96 #: src/components/dms/MessagesListBlockedFooter.tsx:104 #: src/components/dms/MessagesListBlockedFooter.tsx:111 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:184 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:295 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:188 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:309 #: src/view/com/profile/ProfileMenu.tsx:363 #: src/view/screens/ProfileList.tsx:626 msgid "Unblock" msgstr "Розблокувати" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:189 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:193 msgctxt "action" msgid "Unblock" msgstr "Розблокувати" @@ -5929,12 +5971,12 @@ msgstr "" msgid "Unblock Account" msgstr "Розблокувати обліковий запис" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:289 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:303 #: src/view/com/profile/ProfileMenu.tsx:345 msgid "Unblock Account?" msgstr "Розблокувати обліковий запис?" -#: src/view/com/util/post-ctrls/RepostButton.tsx:62 +#: src/view/com/util/post-ctrls/RepostButton.tsx:63 #: src/view/com/util/post-ctrls/RepostButton.web.tsx:69 #: src/view/com/util/post-ctrls/RepostButton.web.tsx:73 msgid "Undo repost" @@ -5949,7 +5991,7 @@ msgstr "Відписатись" msgid "Unfollow" msgstr "Не стежити" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:229 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:233 msgid "Unfollow {0}" msgstr "Відписатися від {0}" @@ -5992,8 +6034,8 @@ msgstr "" #~ msgid "Unmute notifications" #~ msgstr "" -#: src/view/com/util/forms/PostDropdownBtn.tsx:365 -#: src/view/com/util/forms/PostDropdownBtn.tsx:370 +#: src/view/com/util/forms/PostDropdownBtn.tsx:352 +#: src/view/com/util/forms/PostDropdownBtn.tsx:357 msgid "Unmute thread" msgstr "Перестати ігнорувати" @@ -6043,7 +6085,7 @@ msgstr "Оновити до {handle}" msgid "Updating..." msgstr "Оновлення..." -#: src/screens/Onboarding/StepProfile/index.tsx:280 +#: src/screens/Onboarding/StepProfile/index.tsx:281 msgid "Upload a photo instead" msgstr "" @@ -6104,7 +6146,7 @@ msgstr "" msgid "Use the DNS panel" msgstr "Використати панель DNS" -#: src/view/com/modals/AddAppPasswords.tsx:206 +#: src/view/com/modals/AddAppPasswords.tsx:205 msgid "Use this to sign into the other app along with your handle." msgstr "Скористайтесь ним для входу в інші застосунки." @@ -6271,11 +6313,11 @@ msgstr "Переглянути інформацію про мітки" #: src/components/ProfileHoverCard/index.web.tsx:396 #: src/components/ProfileHoverCard/index.web.tsx:429 #: src/view/com/posts/AviFollowButton.tsx:58 -#: src/view/com/posts/FeedErrorMessage.tsx:175 +#: src/view/com/posts/FeedErrorMessage.tsx:174 msgid "View profile" msgstr "Переглянути профіль" -#: src/view/com/profile/ProfileSubpageHeader.tsx:130 +#: src/view/com/profile/ProfileSubpageHeader.tsx:127 msgid "View the avatar" msgstr "Переглянути аватар" @@ -6287,6 +6329,11 @@ msgstr "Переглянути послуги маркування, який н msgid "View users who like this feed" msgstr "Переглянути користувачів, які вподобали цю стрічку" +#: src/view/com/home/HomeHeaderLayout.web.tsx:78 +#: src/view/com/home/HomeHeaderLayoutMobile.tsx:84 +msgid "View your feeds and explore more" +msgstr "" + #: src/view/com/modals/LinkWarning.tsx:89 #: src/view/com/modals/LinkWarning.tsx:95 msgid "Visit Site" @@ -6310,7 +6357,7 @@ msgstr "Попереджувати про вміст і фільтрувати msgid "We couldn't find any results for that hashtag." msgstr "Ми не змогли знайти жодних результатів для цього хештегу." -#: src/screens/Messages/Conversation/index.tsx:95 +#: src/screens/Messages/Conversation/index.tsx:107 msgid "We couldn't load this conversation" msgstr "" @@ -6326,7 +6373,7 @@ msgstr "Ми сподіваємося, що ви проведете чудово 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 "Ми рекомендуємо уникати загальних слів, що зʼявляються у багатьох постах, оскільки це може призвести до того, що жодного поста не буде показано." @@ -6366,14 +6413,18 @@ 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:269 +#: src/view/screens/Search/Search.tsx:270 msgid "We're sorry, but your search could not be completed. Please try again in a few minutes." msgstr "Даруйте, нам не вдалося виконати пошук за вашим запитом. Будь ласка, спробуйте ще раз через кілька хвилин." +#: src/view/com/composer/Composer.tsx:318 +msgid "We're sorry! The post you are replying to has been deleted." +msgstr "" + #: src/components/Lists.tsx:212 #: src/view/screens/NotFound.tsx:48 msgid "We're sorry! We can't find the page you were looking for." @@ -6397,7 +6448,7 @@ msgstr "Чим ви цікавитесь?" #: src/view/com/auth/SplashScreen.tsx:40 #: src/view/com/auth/SplashScreen.web.tsx:86 -#: src/view/com/composer/Composer.tsx:340 +#: src/view/com/composer/Composer.tsx:359 msgid "What's up?" msgstr "Як справи?" @@ -6418,7 +6469,7 @@ msgstr "" msgid "Who can reply" msgstr "Хто може відповідати" -#: src/screens/Home/NoFeedsPinned.tsx:92 +#: src/screens/Home/NoFeedsPinned.tsx:79 #: src/screens/Messages/List/index.tsx:185 msgid "Whoops!" msgstr "" @@ -6456,11 +6507,11 @@ msgstr "Широке" msgid "Write a message" msgstr "" -#: src/view/com/composer/Composer.tsx:534 +#: src/view/com/composer/Composer.tsx:549 msgid "Write post" msgstr "Написати пост" -#: src/view/com/composer/Composer.tsx:339 +#: src/view/com/composer/Composer.tsx:358 #: src/view/com/composer/Prompt.tsx:39 msgid "Write your reply" msgstr "Написати відповідь" @@ -6500,8 +6551,8 @@ msgstr "Ви в черзі." msgid "You are not following anyone." msgstr "Ви ні на кого не підписані." -#: src/view/com/posts/FollowingEmptyState.tsx:67 -#: src/view/com/posts/FollowingEndOfFeed.tsx:68 +#: src/view/com/posts/FollowingEmptyState.tsx:63 +#: src/view/com/posts/FollowingEndOfFeed.tsx:64 msgid "You can also discover new Custom Feeds to follow." msgstr "Також ви можете знайти кастомні стрічки для підписання." @@ -6534,6 +6585,10 @@ msgstr "" msgid "You do not have any followers." msgstr "У вас немає жодного підписника." +#: src/screens/Profile/KnownFollowers.tsx:99 +msgid "You don't follow any users who follow @{name}." +msgstr "" + #: 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 "У вас ще немає кодів запрошення! З часом ми надамо вам декілька." @@ -6621,15 +6676,15 @@ msgstr "Ви ще не ігноруєте жодного облікового з msgid "You have reached the end" 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:87 +#: src/components/moderation/LabelsOnMeDialog.tsx:86 msgid "You may appeal non-self labels if you feel they were placed in error." msgstr "" -#: src/components/moderation/LabelsOnMeDialog.tsx:92 +#: src/components/moderation/LabelsOnMeDialog.tsx:91 msgid "You may appeal these labels if you feel they were placed in error." msgstr "Ви можете оскаржувати мітки, якщо вважаєте, що вони були розміщені помилково." @@ -6641,7 +6696,7 @@ msgstr "Вам має виповнитись 13 років для того, що #~ msgid "You must be 18 years or older to enable adult content" #~ msgstr "Ви повинні бути старше 18 років, щоб дозволити перегляд контенту для дорослих" -#: src/components/ReportDialog/SubmitView.tsx:206 +#: src/components/ReportDialog/SubmitView.tsx:205 msgid "You must select at least one labeler for a report" msgstr "Ви повинні обрати хоча б одного маркувальника для скарги" @@ -6649,11 +6704,11 @@ msgstr "Ви повинні обрати хоча б одного маркува msgid "You previously deactivated @{0}." msgstr "" -#: src/view/com/util/forms/PostDropdownBtn.tsx:173 +#: src/view/com/util/forms/PostDropdownBtn.tsx:168 msgid "You will no longer receive notifications for this thread" msgstr "Ви більше не будете отримувати сповіщення з цього обговорення" -#: src/view/com/util/forms/PostDropdownBtn.tsx:176 +#: src/view/com/util/forms/PostDropdownBtn.tsx:171 msgid "You will now receive notifications for this thread" msgstr "Ви будете отримувати сповіщення з цього обговорення" @@ -6661,15 +6716,15 @@ msgstr "Ви будете отримувати сповіщення з цьог msgid "You will receive an email with a \"reset code.\" Enter that code here, then enter your new password." msgstr "Ви отримаєте електронний лист із кодом підтвердження. Введіть цей код тут, а потім введіть новий пароль." -#: src/screens/Messages/List/ChatListItem.tsx:113 +#: src/screens/Messages/List/ChatListItem.tsx:114 msgid "You: {0}" msgstr "" -#: src/screens/Messages/List/ChatListItem.tsx:142 +#: src/screens/Messages/List/ChatListItem.tsx:143 msgid "You: {defaultEmbeddedContentMessage}" msgstr "" -#: src/screens/Messages/List/ChatListItem.tsx:135 +#: src/screens/Messages/List/ChatListItem.tsx:136 msgid "You: {short}" msgstr "" @@ -6697,7 +6752,7 @@ msgstr "Все готово!" msgid "You've chosen to hide a word or tag within this post." msgstr "Ви обрали приховувати слово або тег в цьому пості." -#: src/view/com/posts/FollowingEndOfFeed.tsx:48 +#: src/view/com/posts/FollowingEndOfFeed.tsx:44 msgid "You've reached the end of your feed! Find some more accounts to follow." msgstr "Ваша домашня стрічка закінчилась! Підпишіться на більше користувачів щоб отримувати більше постів." @@ -6743,7 +6798,7 @@ msgstr "Вашу адресу електронної пошти було змі msgid "Your email has not yet been verified. This is an important security step which we recommend." msgstr "Ваша електронна пошта ще не підтверджена. Це важливий крок для безпеки вашого облікового запису, який ми рекомендуємо вам зробити." -#: src/view/com/posts/FollowingEmptyState.tsx:47 +#: src/view/com/posts/FollowingEmptyState.tsx:43 msgid "Your following feed is empty! Follow more users to see what's happening." msgstr "Ваша домашня стрічка порожня! Підпишіться на більше користувачів щоб отримувати більше постів." @@ -6755,7 +6810,7 @@ msgstr "Ваш повний псевдонім буде" msgid "Your full handle will be <0>@{0}" msgstr "Вашим повним псевдонімом буде <0>@{0}" -#: src/components/dialogs/MutedWords.tsx:221 +#: src/components/dialogs/MutedWords.tsx:220 msgid "Your muted words" msgstr "Ваші ігноровані слова" @@ -6763,7 +6818,7 @@ msgstr "Ваші ігноровані слова" msgid "Your password has been changed successfully!" msgstr "Ваш пароль успішно змінено!" -#: src/view/com/composer/Composer.tsx:330 +#: src/view/com/composer/Composer.tsx:349 msgid "Your post has been published" msgstr "Пост опубліковано" @@ -6779,11 +6834,11 @@ msgstr "Ваш профіль" msgid "Your profile, posts, feeds, and lists will no longer be visible to other Bluesky users. You can reactivate your account at any time by logging in." msgstr "" -#: src/view/com/composer/Composer.tsx:329 +#: src/view/com/composer/Composer.tsx:348 msgid "Your reply has been published" msgstr "Відповідь опубліковано" -#: src/components/dms/ReportDialog.tsx:160 +#: src/components/dms/ReportDialog.tsx:162 msgid "Your report will be sent to the Bluesky Moderation Service" msgstr "" diff --git a/src/locale/locales/zh-CN/messages.po b/src/locale/locales/zh-CN/messages.po index b5ee296d..c077c470 100644 --- a/src/locale/locales/zh-CN/messages.po +++ b/src/locale/locales/zh-CN/messages.po @@ -13,7 +13,7 @@ msgstr "" "Language-Team: Frudrax Cheng (auroursa), Simon Chan (RitsukiP), U2FsdGVkX1, Mikan Harada (mitian233), IceCodeNew\n" "Plural-Forms: \n" -#: src/screens/Messages/List/ChatListItem.tsx:119 +#: src/screens/Messages/List/ChatListItem.tsx:120 msgid "(contains embedded content)" msgstr "(包含嵌入内容)" @@ -33,10 +33,14 @@ msgstr "{0, plural, one {# 个标签已标记到这个账户} other {# 个标签 msgid "{0, plural, one {# label has been placed on this content} other {# labels have been placed on this content}}" msgstr "{0, plural, one {# 个标签已标记到此内容} other {# 个标签已标记到此内容}}" -#: src/view/com/util/post-ctrls/RepostButton.tsx:64 +#: src/view/com/util/post-ctrls/RepostButton.tsx:65 msgid "{0, plural, one {# repost} other {# reposts}}" msgstr "{0, plural, one {# 条转发} other {# 条转发}}" +#: src/components/KnownFollowers.tsx:179 +msgid "{0, plural, one {and # other} other {and # others}}" +msgstr "" + #: src/components/ProfileHoverCard/index.web.tsx:376 #: src/screens/Profile/Header/Metrics.tsx:23 msgid "{0, plural, one {follower} other {followers}}" @@ -51,11 +55,11 @@ msgstr "{0, plural, one {正在关注} other {正在关注}}" msgid "{0, plural, one {Like (# like)} other {Like (# likes)}}" msgstr "{0, plural, one {喜欢 (# 个喜欢)} other {喜欢 (# 个喜欢)}}" -#: src/view/com/post-thread/PostThreadItem.tsx:386 +#: src/view/com/post-thread/PostThreadItem.tsx:380 msgid "{0, plural, one {like} other {likes}}" msgstr "{0, plural, one {喜欢} other {喜欢}}" -#: src/view/com/feeds/FeedSourceCard.tsx:280 +#: src/view/com/feeds/FeedSourceCard.tsx:301 msgid "{0, plural, one {Liked by # user} other {Liked by # users}}" msgstr "{0, plural, one {# 位用户喜欢} other {# 位用户喜欢}}" @@ -67,7 +71,7 @@ msgstr "{0, plural, one {帖子} other {帖子}}" msgid "{0, plural, one {Reply (# reply)} other {Reply (# replies)}}" msgstr "{0, plural, one {回复 (# 个回复)} other {回复 (# 个回复)}}" -#: src/view/com/post-thread/PostThreadItem.tsx:366 +#: src/view/com/post-thread/PostThreadItem.tsx:360 msgid "{0, plural, one {repost} other {reposts}}" msgstr "{0, plural, one {转发} other {转发}}" @@ -106,7 +110,7 @@ msgstr "无法给 {handle} 发送私信" msgid "{likeCount, plural, one {Liked by # user} other {Liked by # users}}" msgstr "{likeCount, plural, one {# 位用户喜欢} other {# 位用户喜欢}}" -#: src/view/shell/Drawer.tsx:461 +#: src/view/shell/Drawer.tsx:462 msgid "{numUnreadNotifications} unread" msgstr "{numUnreadNotifications} 个未读" @@ -138,12 +142,12 @@ msgstr "⚠无效的用户识别符" msgid "2FA Confirmation" msgstr "两步验证" -#: src/view/com/util/ViewHeader.tsx:92 -#: src/view/screens/Search/Search.tsx:714 +#: src/view/com/util/ViewHeader.tsx:93 +#: src/view/screens/Search/Search.tsx:715 msgid "Access navigation links and settings" msgstr "访问导航链接及设置" -#: src/view/com/home/HomeHeaderLayoutMobile.tsx:54 +#: src/view/com/home/HomeHeaderLayoutMobile.tsx:56 msgid "Access profile and other navigation links" msgstr "访问个人资料及其他导航链接" @@ -156,7 +160,7 @@ msgstr "无障碍" msgid "Accessibility settings" msgstr "无障碍设置" -#: src/Navigation.tsx:290 +#: src/Navigation.tsx:296 #: src/view/screens/AccessibilitySettings.tsx:63 msgid "Accessibility Settings" msgstr "无障碍设置" @@ -196,7 +200,7 @@ msgstr "账户选项" msgid "Account removed from quick access" msgstr "已从快速访问中移除账户" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:131 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:135 #: src/view/com/profile/ProfileMenu.tsx:131 msgid "Account unblocked" msgstr "已取消屏蔽账户" @@ -209,7 +213,7 @@ msgstr "已取消关注账户" msgid "Account unmuted" msgstr "已取消隐藏账户" -#: src/components/dialogs/MutedWords.tsx:165 +#: src/components/dialogs/MutedWords.tsx:164 #: src/view/com/modals/ListAddRemoveUsers.tsx:268 #: src/view/com/modals/UserAddRemoveLists.tsx:230 #: src/view/screens/ProfileList.tsx:881 @@ -231,9 +235,9 @@ msgstr "将用户添加至列表" msgid "Add account" msgstr "添加账户" -#: src/view/com/composer/GifAltText.tsx:70 -#: src/view/com/composer/GifAltText.tsx:136 -#: src/view/com/composer/GifAltText.tsx:176 +#: src/view/com/composer/GifAltText.tsx:69 +#: src/view/com/composer/GifAltText.tsx:135 +#: src/view/com/composer/GifAltText.tsx:175 #: src/view/com/composer/photos/Gallery.tsx:120 #: src/view/com/composer/photos/Gallery.tsx:187 #: src/view/com/modals/AltImage.tsx:118 @@ -246,15 +250,15 @@ msgstr "新增替代文字" msgid "Add App Password" 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/screens/Home/NoFeedsPinned.tsx:112 +#: src/screens/Home/NoFeedsPinned.tsx:99 msgid "Add recommended feeds" msgstr "添加推荐的资讯源" @@ -271,7 +275,7 @@ msgstr "将以下 DNS 记录新增到你的域名:" msgid "Add to Lists" msgstr "添加至列表" -#: src/view/com/feeds/FeedSourceCard.tsx:246 +#: src/view/com/feeds/FeedSourceCard.tsx:267 msgid "Add to my feeds" msgstr "添加至自定义资讯源" @@ -280,7 +284,7 @@ msgstr "添加至自定义资讯源" msgid "Added to list" msgstr "已添加至列表" -#: src/view/com/feeds/FeedSourceCard.tsx:118 +#: src/view/com/feeds/FeedSourceCard.tsx:126 msgid "Added to my feeds" msgstr "已添加至自定义资讯源" @@ -302,12 +306,12 @@ msgstr "成人内容显示已被禁用。" msgid "Advanced" msgstr "详细设置" -#: src/view/screens/Feeds.tsx:798 +#: src/view/screens/Feeds.tsx:771 msgid "All the feeds you've saved, right in one place." msgstr "你保存的所有资讯源都集中在一处。" -#: src/view/com/modals/AddAppPasswords.tsx:188 -#: src/view/com/modals/AddAppPasswords.tsx:195 +#: src/view/com/modals/AddAppPasswords.tsx:187 +#: src/view/com/modals/AddAppPasswords.tsx:194 msgid "Allow access to your direct messages" msgstr "允许读取你的私信" @@ -325,13 +329,13 @@ msgstr "已经有验证码了?" msgid "Already signed in as @{0}" msgstr "已以@{0}身份登录" -#: src/view/com/composer/GifAltText.tsx:94 +#: src/view/com/composer/GifAltText.tsx:93 #: src/view/com/composer/photos/Gallery.tsx:144 #: src/view/com/util/post-embeds/GifEmbed.tsx:173 msgid "ALT" msgstr "ALT" -#: src/view/com/composer/GifAltText.tsx:145 +#: src/view/com/composer/GifAltText.tsx:144 #: src/view/com/modals/EditImage.tsx:316 #: src/view/screens/AccessibilitySettings.tsx:77 msgid "Alt text" @@ -375,6 +379,7 @@ msgstr "出现问题,请重试。" msgid "an unknown error occurred" msgstr "出现未知错误" +#: src/components/KnownFollowers.tsx:187 #: src/view/com/notifications/FeedItem.tsx:258 #: src/view/com/threadgate/WhoCanReply.tsx:180 msgid "and" @@ -400,11 +405,11 @@ msgstr "应用语言" msgid "App password deleted" msgstr "应用专用密码已删除" -#: src/view/com/modals/AddAppPasswords.tsx:139 +#: src/view/com/modals/AddAppPasswords.tsx:138 msgid "App Password names can only contain letters, numbers, spaces, dashes, and underscores." msgstr "应用专用密码只能包含字母、数字、空格、破折号及下划线。" -#: src/view/com/modals/AddAppPasswords.tsx:104 +#: src/view/com/modals/AddAppPasswords.tsx:103 msgid "App Password names must be at least 4 characters long." msgstr "应用专用密码必须至少为 4 个字符。" @@ -412,22 +417,22 @@ msgstr "应用专用密码必须至少为 4 个字符。" msgid "App password settings" msgstr "应用专用密码设置" -#: src/Navigation.tsx:258 +#: src/Navigation.tsx:264 #: src/view/screens/AppPasswords.tsx:192 #: src/view/screens/Settings/index.tsx:706 msgid "App Passwords" msgstr "应用专用密码" -#: src/components/moderation/LabelsOnMeDialog.tsx:153 -#: src/components/moderation/LabelsOnMeDialog.tsx:156 +#: src/components/moderation/LabelsOnMeDialog.tsx:151 +#: src/components/moderation/LabelsOnMeDialog.tsx:154 msgid "Appeal" msgstr "申诉" -#: src/components/moderation/LabelsOnMeDialog.tsx:238 +#: src/components/moderation/LabelsOnMeDialog.tsx:236 msgid "Appeal \"{0}\" label" msgstr "申诉 \"{0}\" 标记" -#: src/components/moderation/LabelsOnMeDialog.tsx:229 +#: src/components/moderation/LabelsOnMeDialog.tsx:227 #: src/screens/Messages/Conversation/ChatDisabled.tsx:91 msgid "Appeal submitted" msgstr "申诉已提交" @@ -444,7 +449,7 @@ msgid "Appearance" msgstr "外观" #: src/screens/Feeds/NoSavedFeedsOfAnyType.tsx:47 -#: src/screens/Home/NoFeedsPinned.tsx:106 +#: src/screens/Home/NoFeedsPinned.tsx:93 msgid "Apply default recommended feeds" msgstr "使用默认推荐的资讯源" @@ -460,15 +465,15 @@ msgstr "你确定要删除这条私信吗?此操作仅会在你的对话中删 msgid "Are you sure you want to leave this conversation? Your messages will be deleted for you, but not for the other participant." msgstr "你确定要离开这个对话吗?此操作仅会在你的私信列表中删除对话,而不会在其他人的私信列表中删除。" -#: src/view/com/feeds/FeedSourceCard.tsx:293 +#: src/view/com/feeds/FeedSourceCard.tsx:314 msgid "Are you sure you want to remove {0} from your feeds?" msgstr "你确定要从你的资讯源中删除 {0} 吗?" -#: src/view/com/composer/Composer.tsx:617 +#: src/view/com/composer/Composer.tsx:630 msgid "Are you sure you'd like to discard this draft?" msgstr "你确定要丢弃这段草稿吗?" -#: src/components/dialogs/MutedWords.tsx:283 +#: src/components/dialogs/MutedWords.tsx:281 msgid "Are you sure?" msgstr "你确定吗?" @@ -489,8 +494,8 @@ msgid "At least 3 characters" msgstr "至少 3 个字符" #: src/components/dms/MessagesListHeader.tsx:75 -#: src/components/moderation/LabelsOnMeDialog.tsx:283 -#: src/components/moderation/LabelsOnMeDialog.tsx:284 +#: src/components/moderation/LabelsOnMeDialog.tsx:281 +#: src/components/moderation/LabelsOnMeDialog.tsx:282 #: src/screens/Login/ChooseAccountForm.tsx:98 #: src/screens/Login/ChooseAccountForm.tsx:103 #: src/screens/Login/ForgotPasswordForm.tsx:129 @@ -503,7 +508,7 @@ msgstr "至少 3 个字符" #: src/screens/Messages/Conversation/ChatDisabled.tsx:134 #: src/screens/Profile/Header/Shell.tsx:102 #: src/screens/Signup/index.tsx:193 -#: src/view/com/util/ViewHeader.tsx:90 +#: src/view/com/util/ViewHeader.tsx:91 msgid "Back" msgstr "返回" @@ -519,7 +524,7 @@ msgstr "生日" msgid "Birthday:" msgstr "生日:" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:295 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:309 #: src/view/com/profile/ProfileMenu.tsx:363 msgid "Block" msgstr "屏蔽" @@ -559,7 +564,7 @@ msgstr "已屏蔽" msgid "Blocked accounts" msgstr "已屏蔽账户" -#: src/Navigation.tsx:141 +#: src/Navigation.tsx:140 #: src/view/screens/ModerationBlockedAccounts.tsx:109 msgid "Blocked Accounts" msgstr "已屏蔽账户" @@ -617,8 +622,8 @@ msgstr "模糊化图片并从资讯源中过滤" msgid "Books" msgstr "书籍" -#: src/screens/Home/NoFeedsPinned.tsx:116 -#: src/screens/Home/NoFeedsPinned.tsx:123 +#: src/screens/Home/NoFeedsPinned.tsx:103 +#: src/screens/Home/NoFeedsPinned.tsx:109 msgid "Browse other feeds" msgstr "浏览其他资讯源" @@ -626,7 +631,7 @@ msgstr "浏览其他资讯源" msgid "Business" msgstr "商务" -#: src/view/com/profile/ProfileSubpageHeader.tsx:159 +#: src/view/com/profile/ProfileSubpageHeader.tsx:156 msgid "by —" msgstr "来自 —" @@ -634,7 +639,7 @@ msgstr "来自 —" msgid "By {0}" msgstr "来自 {0}" -#: src/view/com/profile/ProfileSubpageHeader.tsx:163 +#: src/view/com/profile/ProfileSubpageHeader.tsx:160 msgid "by <0/>" msgstr "来自 <0/>" @@ -642,7 +647,7 @@ msgstr "来自 <0/>" msgid "By creating an account you agree to the {els}." msgstr "创建账户即默认表明你同意我们的 {els}。" -#: src/view/com/profile/ProfileSubpageHeader.tsx:161 +#: src/view/com/profile/ProfileSubpageHeader.tsx:158 msgid "by you" msgstr "来自你" @@ -650,7 +655,7 @@ msgstr "来自你" msgid "Camera" msgstr "相机" -#: src/view/com/modals/AddAppPasswords.tsx:180 +#: src/view/com/modals/AddAppPasswords.tsx:179 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 个字符。" @@ -659,8 +664,8 @@ msgstr "只能包含字母、数字、空格、破折号及下划线。 长度 #: src/components/Prompt.tsx:121 #: src/components/TagMenu/index.tsx:268 #: src/screens/Deactivated.tsx:161 -#: src/view/com/composer/Composer.tsx:417 -#: src/view/com/composer/Composer.tsx:423 +#: src/view/com/composer/Composer.tsx:432 +#: src/view/com/composer/Composer.tsx:438 #: src/view/com/modals/ChangeEmail.tsx:213 #: src/view/com/modals/ChangeEmail.tsx:215 #: src/view/com/modals/ChangeHandle.tsx:148 @@ -676,8 +681,8 @@ msgstr "只能包含字母、数字、空格、破折号及下划线。 长度 #: src/view/com/modals/LinkWarning.tsx:107 #: src/view/com/modals/VerifyEmail.tsx:255 #: src/view/com/modals/VerifyEmail.tsx:261 -#: src/view/com/util/post-ctrls/RepostButton.tsx:136 -#: src/view/screens/Search/Search.tsx:738 +#: src/view/com/util/post-ctrls/RepostButton.tsx:138 +#: src/view/screens/Search/Search.tsx:735 #: src/view/shell/desktop/Search.tsx:218 msgid "Cancel" msgstr "取消" @@ -706,7 +711,7 @@ msgstr "取消裁剪图片" msgid "Cancel profile editing" msgstr "取消编辑个人资料" -#: src/view/com/util/post-ctrls/RepostButton.tsx:130 +#: src/view/com/util/post-ctrls/RepostButton.tsx:132 msgid "Cancel quote post" msgstr "取消引用帖子" @@ -762,7 +767,7 @@ msgstr "更改帖子的发布语言至 {0}" msgid "Change Your Email" msgstr "更改你的邮箱地址" -#: src/Navigation.tsx:302 +#: src/Navigation.tsx:308 #: src/view/shell/bottom-bar/BottomBar.tsx:201 #: src/view/shell/desktop/LeftNav.tsx:295 msgid "Chat" @@ -774,7 +779,7 @@ msgstr "已隐藏对话" #: src/components/dms/ConvoMenu.tsx:112 #: src/components/dms/MessageMenu.tsx:81 -#: src/Navigation.tsx:307 +#: src/Navigation.tsx:313 #: src/screens/Messages/List/index.tsx:88 #: src/view/screens/Settings/index.tsx:638 msgid "Chat settings" @@ -839,7 +844,7 @@ msgid "Clear all storage data (restart after this)" msgstr "清除所有数据(并重启)" #: src/view/com/util/forms/SearchInput.tsx:88 -#: src/view/screens/Search/Search.tsx:864 +#: src/view/screens/Search/Search.tsx:861 msgid "Clear search query" msgstr "清除搜索历史记录" @@ -939,7 +944,7 @@ msgstr "关闭底部导航栏" msgid "Closes password update alert" msgstr "关闭密码更新警告" -#: src/view/com/composer/Composer.tsx:419 +#: src/view/com/composer/Composer.tsx:434 msgid "Closes post composer and discards post draft" msgstr "关闭帖子编辑页并丢弃草稿" @@ -963,7 +968,7 @@ msgstr "喜剧" msgid "Comics" msgstr "漫画" -#: src/Navigation.tsx:248 +#: src/Navigation.tsx:254 #: src/view/screens/CommunityGuidelines.tsx:32 msgid "Community Guidelines" msgstr "社群准则" @@ -976,7 +981,7 @@ msgstr "完成引导并开始使用你的账户" msgid "Complete the challenge" msgstr "完成验证" -#: src/view/com/composer/Composer.tsx:536 +#: src/view/com/composer/Composer.tsx:551 msgid "Compose posts up to {MAX_GRAPHEME_LENGTH} characters in length" msgstr "撰写帖子的长度最多为 {MAX_GRAPHEME_LENGTH} 个字符" @@ -1077,7 +1082,7 @@ msgid "Context menu backdrop, click to close the menu." msgstr "上下文菜单背景,点击关闭菜单。" #: src/screens/Onboarding/StepInterests/index.tsx:253 -#: src/screens/Onboarding/StepProfile/index.tsx:268 +#: src/screens/Onboarding/StepProfile/index.tsx:269 msgid "Continue" msgstr "继续" @@ -1085,13 +1090,17 @@ msgstr "继续" msgid "Continue as {0} (currently signed in)" msgstr "以 {0} 继续(已登录)" +#: src/view/com/post-thread/PostThreadLoadMore.tsx:52 +msgid "Continue thread..." +msgstr "" + #: src/screens/Onboarding/StepInterests/index.tsx:250 -#: src/screens/Onboarding/StepProfile/index.tsx:265 +#: src/screens/Onboarding/StepProfile/index.tsx:266 #: src/screens/Signup/index.tsx:213 msgid "Continue to next step" msgstr "继续下一步" -#: src/screens/Messages/List/ChatListItem.tsx:153 +#: src/screens/Messages/List/ChatListItem.tsx:154 msgid "Conversation deleted" msgstr "对话已删除" @@ -1099,7 +1108,7 @@ msgstr "对话已删除" msgid "Cooking" msgstr "烹饪" -#: src/view/com/modals/AddAppPasswords.tsx:221 +#: src/view/com/modals/AddAppPasswords.tsx:220 #: src/view/com/modals/InviteCodes.tsx:183 msgid "Copied" msgstr "已复制" @@ -1109,10 +1118,10 @@ msgid "Copied build version to clipboard" msgstr "已复制构建版本号至剪贴板" #: src/components/dms/MessageMenu.tsx:57 -#: src/view/com/modals/AddAppPasswords.tsx:81 +#: src/view/com/modals/AddAppPasswords.tsx:80 #: src/view/com/modals/ChangeHandle.tsx:320 #: src/view/com/modals/InviteCodes.tsx:153 -#: src/view/com/util/forms/PostDropdownBtn.tsx:187 +#: src/view/com/util/forms/PostDropdownBtn.tsx:182 msgid "Copied to clipboard" msgstr "已复制至剪贴板" @@ -1120,11 +1129,11 @@ msgstr "已复制至剪贴板" msgid "Copied!" msgstr "已复制!" -#: src/view/com/modals/AddAppPasswords.tsx:215 +#: src/view/com/modals/AddAppPasswords.tsx:214 msgid "Copies app password" msgstr "已复制应用专用密码" -#: src/view/com/modals/AddAppPasswords.tsx:214 +#: src/view/com/modals/AddAppPasswords.tsx:213 msgid "Copy" msgstr "复制" @@ -1141,8 +1150,8 @@ msgstr "复制代码" msgid "Copy link to list" msgstr "复制列表链接" -#: src/view/com/util/forms/PostDropdownBtn.tsx:310 -#: src/view/com/util/forms/PostDropdownBtn.tsx:319 +#: src/view/com/util/forms/PostDropdownBtn.tsx:297 +#: src/view/com/util/forms/PostDropdownBtn.tsx:306 msgid "Copy link to post" msgstr "复制帖子链接" @@ -1151,12 +1160,12 @@ msgstr "复制帖子链接" msgid "Copy message text" msgstr "复制私信文字" -#: src/view/com/util/forms/PostDropdownBtn.tsx:288 -#: src/view/com/util/forms/PostDropdownBtn.tsx:290 +#: src/view/com/util/forms/PostDropdownBtn.tsx:275 +#: src/view/com/util/forms/PostDropdownBtn.tsx:277 msgid "Copy post text" msgstr "复制帖子文字" -#: src/Navigation.tsx:253 +#: src/Navigation.tsx:259 #: src/view/screens/CopyrightPolicy.tsx:29 msgid "Copyright Policy" msgstr "版权许可" @@ -1195,11 +1204,11 @@ msgstr "创建账户" msgid "Create an account" msgstr "创建一个账户" -#: src/screens/Onboarding/StepProfile/index.tsx:282 +#: src/screens/Onboarding/StepProfile/index.tsx:283 msgid "Create an avatar instead" msgstr "创建一个头像" -#: src/view/com/modals/AddAppPasswords.tsx:243 +#: src/view/com/modals/AddAppPasswords.tsx:242 msgid "Create App Password" msgstr "创建应用专用密码" @@ -1229,7 +1238,7 @@ msgstr "自定义" msgid "Custom domain" msgstr "自定义域名" -#: src/view/screens/Feeds.tsx:824 +#: src/view/screens/Feeds.tsx:797 msgid "Custom feeds built by the community bring you new experiences and help you find the content you love." msgstr "由社群构建的自定义资讯源能为你带来新的体验,并帮助你找到你喜欢的内容。" @@ -1272,7 +1281,7 @@ msgid "Debug panel" msgstr "调试面板" #: src/components/dms/MessageMenu.tsx:151 -#: src/view/com/util/forms/PostDropdownBtn.tsx:436 +#: src/view/com/util/forms/PostDropdownBtn.tsx:423 #: src/view/screens/AppPasswords.tsx:285 #: src/view/screens/ProfileList.tsx:667 msgid "Delete" @@ -1323,8 +1332,8 @@ msgstr "删除我的账户" msgid "Delete My Account…" msgstr "删除我的账户…" -#: src/view/com/util/forms/PostDropdownBtn.tsx:417 -#: src/view/com/util/forms/PostDropdownBtn.tsx:419 +#: src/view/com/util/forms/PostDropdownBtn.tsx:404 +#: src/view/com/util/forms/PostDropdownBtn.tsx:406 msgid "Delete post" msgstr "删除帖子" @@ -1332,7 +1341,7 @@ msgstr "删除帖子" msgid "Delete this list?" msgstr "删除这个列表?" -#: src/view/com/util/forms/PostDropdownBtn.tsx:431 +#: src/view/com/util/forms/PostDropdownBtn.tsx:418 msgid "Delete this post?" msgstr "删除这条帖子?" @@ -1355,11 +1364,11 @@ msgstr "删除聊天记录" msgid "Description" msgstr "描述" -#: src/view/com/composer/GifAltText.tsx:141 +#: src/view/com/composer/GifAltText.tsx:140 msgid "Descriptive alt text" msgstr "描述替代文字" -#: src/view/com/composer/Composer.tsx:264 +#: src/view/com/composer/Composer.tsx:277 msgid "Did you want to say anything?" msgstr "有什么想说的吗?" @@ -1392,11 +1401,11 @@ msgstr "关闭触感反馈" msgid "Disabled" msgstr "关闭" -#: src/view/com/composer/Composer.tsx:619 +#: src/view/com/composer/Composer.tsx:632 msgid "Discard" msgstr "丢弃" -#: src/view/com/composer/Composer.tsx:616 +#: src/view/com/composer/Composer.tsx:629 msgid "Discard draft?" msgstr "丢弃草稿?" @@ -1405,12 +1414,12 @@ msgstr "丢弃草稿?" msgid "Discourage apps from showing my account to logged-out users" msgstr "阻止应用向未登录用户显示我的账户" -#: src/view/com/posts/FollowingEmptyState.tsx:74 -#: src/view/com/posts/FollowingEndOfFeed.tsx:75 +#: src/view/com/posts/FollowingEmptyState.tsx:70 +#: src/view/com/posts/FollowingEndOfFeed.tsx:71 msgid "Discover new custom feeds" msgstr "探索新的自定义资讯源" -#: src/view/screens/Feeds.tsx:821 +#: src/view/screens/Feeds.tsx:794 msgid "Discover New Feeds" msgstr "探索新的资讯源" @@ -1446,11 +1455,11 @@ msgstr "域名已认证!" #: src/components/dialogs/BirthDateSettings.tsx:125 #: src/components/forms/DateField/index.tsx:74 #: src/components/forms/DateField/index.tsx:80 -#: src/screens/Onboarding/StepProfile/index.tsx:321 -#: src/screens/Onboarding/StepProfile/index.tsx:324 +#: src/screens/Onboarding/StepProfile/index.tsx:322 +#: src/screens/Onboarding/StepProfile/index.tsx:325 #: src/view/com/auth/server-input/index.tsx:169 #: src/view/com/auth/server-input/index.tsx:170 -#: src/view/com/modals/AddAppPasswords.tsx:243 +#: src/view/com/modals/AddAppPasswords.tsx:242 #: src/view/com/modals/AltImage.tsx:141 #: src/view/com/modals/crop-image/CropImage.web.tsx:177 #: src/view/com/modals/InviteCodes.tsx:81 @@ -1525,6 +1534,11 @@ msgstr "例如:散布广告内容的用户。" msgid "Each code works once. You'll receive more invite codes periodically." msgstr "每个邀请码仅可使用一次。你将不定期获得新的邀请码。" +#: src/view/screens/Feeds.tsx:400 +#: src/view/screens/Feeds.tsx:471 +msgid "Edit" +msgstr "" + #: src/view/com/lists/ListMembers.tsx:149 msgctxt "action" msgid "Edit" @@ -1548,8 +1562,9 @@ msgstr "编辑列表详情" msgid "Edit Moderation List" msgstr "编辑内容审核列表" -#: src/Navigation.tsx:263 -#: src/view/screens/Feeds.tsx:495 +#: src/Navigation.tsx:269 +#: src/view/screens/Feeds.tsx:398 +#: src/view/screens/Feeds.tsx:469 #: src/view/screens/SavedFeeds.tsx:93 msgid "Edit My Feeds" msgstr "编辑自定义资讯源" @@ -1559,19 +1574,19 @@ msgid "Edit my profile" msgstr "编辑个人资料" #: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:181 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:171 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:175 msgid "Edit profile" msgstr "编辑个人资料" #: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:184 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:174 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:178 msgid "Edit Profile" msgstr "编辑个人资料" #: src/view/com/home/HomeHeaderLayout.web.tsx:76 #: src/view/screens/Feeds.tsx:416 -msgid "Edit Saved Feeds" -msgstr "编辑保存的资讯源" +#~ msgid "Edit Saved Feeds" +#~ msgstr "编辑保存的资讯源" #: src/view/com/modals/CreateOrEditList.tsx:234 msgid "Edit User List" @@ -1624,8 +1639,8 @@ msgid "Embed HTML code" msgstr "嵌入 HTML 代码" #: src/components/dialogs/Embed.tsx:97 -#: src/view/com/util/forms/PostDropdownBtn.tsx:327 -#: src/view/com/util/forms/PostDropdownBtn.tsx:329 +#: src/view/com/util/forms/PostDropdownBtn.tsx:314 +#: src/view/com/util/forms/PostDropdownBtn.tsx:316 msgid "Embed post" msgstr "嵌入帖子" @@ -1668,7 +1683,7 @@ msgstr "已启用" msgid "End of feed" msgstr "已到末尾" -#: src/view/com/modals/AddAppPasswords.tsx:161 +#: src/view/com/modals/AddAppPasswords.tsx:160 msgid "Enter a name for this App Password" msgstr "为这个应用专用密码命名" @@ -1676,8 +1691,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 "输入一个词或标签" @@ -1727,7 +1742,7 @@ msgid "Error receiving captcha response." msgstr "Captcha 响应错误。" #: src/screens/Onboarding/StepInterests/index.tsx:192 -#: src/view/screens/Search/Search.tsx:115 +#: src/view/screens/Search/Search.tsx:116 msgid "Error:" msgstr "错误:" @@ -1815,7 +1830,7 @@ msgstr "外部媒体" msgid "External media may allow websites to collect information about you and your device. No information is sent or requested until you press the \"play\" button." msgstr "外部媒体可能允许网站收集有关你和你设备的有关信息。在你按下\"查看\"按钮之前,将不会发送或请求任何外部信息。" -#: src/Navigation.tsx:282 +#: src/Navigation.tsx:288 #: src/view/screens/PreferencesExternalEmbeds.tsx:53 #: src/view/screens/Settings/index.tsx:679 msgid "External Media Preferences" @@ -1825,8 +1840,8 @@ msgstr "外部媒体首选项" msgid "External media settings" msgstr "外部媒体设置" -#: src/view/com/modals/AddAppPasswords.tsx:120 -#: src/view/com/modals/AddAppPasswords.tsx:124 +#: src/view/com/modals/AddAppPasswords.tsx:119 +#: src/view/com/modals/AddAppPasswords.tsx:123 msgid "Failed to create app password." msgstr "创建应用专用密码失败。" @@ -1838,7 +1853,7 @@ msgstr "无法创建列表。请检查你的互联网连接并重试。" msgid "Failed to delete message" msgstr "无法删除私信" -#: src/view/com/util/forms/PostDropdownBtn.tsx:154 +#: src/view/com/util/forms/PostDropdownBtn.tsx:149 msgid "Failed to delete post, please try again" msgstr "无法删除帖子,请重试" @@ -1859,7 +1874,7 @@ msgstr "无法保存这张图片:{0}" msgid "Failed to send" msgstr "无法发送私信" -#: src/components/moderation/LabelsOnMeDialog.tsx:225 +#: src/components/moderation/LabelsOnMeDialog.tsx:223 #: src/screens/Messages/Conversation/ChatDisabled.tsx:87 msgid "Failed to submit appeal, please try again." msgstr "无法提交申诉,请再试一次。" @@ -1869,30 +1884,29 @@ msgstr "无法提交申诉,请再试一次。" msgid "Failed to update settings" msgstr "无法更新设置" -#: src/Navigation.tsx:203 +#: src/Navigation.tsx:209 msgid "Feed" msgstr "资讯源" -#: src/view/com/feeds/FeedSourceCard.tsx:230 +#: src/view/com/feeds/FeedSourceCard.tsx:251 msgid "Feed by {0}" msgstr "由 {0} 创建的资讯源" -#: src/view/screens/Feeds.tsx:736 +#: src/view/screens/Feeds.tsx:709 msgid "Feed offline" msgstr "资讯源已离线" #: src/view/shell/desktop/RightNav.tsx:66 -#: src/view/shell/Drawer.tsx:344 +#: src/view/shell/Drawer.tsx:345 msgid "Feedback" msgstr "反馈" -#: src/Navigation.tsx:511 -#: src/view/screens/Feeds.tsx:480 -#: src/view/screens/Feeds.tsx:596 +#: src/view/screens/Feeds.tsx:463 +#: src/view/screens/Feeds.tsx:570 #: src/view/screens/Profile.tsx:197 #: src/view/shell/desktop/LeftNav.tsx:367 -#: src/view/shell/Drawer.tsx:492 #: src/view/shell/Drawer.tsx:493 +#: src/view/shell/Drawer.tsx:494 msgid "Feeds" msgstr "资讯源" @@ -1917,12 +1931,12 @@ msgid "Finalizing" msgstr "最终确定" #: src/view/com/posts/CustomFeedEmptyState.tsx:47 -#: src/view/com/posts/FollowingEmptyState.tsx:57 -#: src/view/com/posts/FollowingEndOfFeed.tsx:58 +#: src/view/com/posts/FollowingEmptyState.tsx:53 +#: src/view/com/posts/FollowingEndOfFeed.tsx:54 msgid "Find accounts to follow" msgstr "寻找一些账户关注" -#: src/view/screens/Search/Search.tsx:469 +#: src/view/screens/Search/Search.tsx:470 msgid "Find posts and users on Bluesky" msgstr "在 Bluesky 寻找帖子和用户" @@ -1953,7 +1967,7 @@ msgstr "垂直翻转" #: src/components/ProfileHoverCard/index.web.tsx:412 #: src/components/ProfileHoverCard/index.web.tsx:423 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:244 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:248 #: src/view/com/post-thread/PostThreadFollowBtn.tsx:146 #: src/view/com/profile/ProfileHeaderSuggestedFollows.tsx:247 msgid "Follow" @@ -1964,7 +1978,7 @@ msgctxt "action" msgid "Follow" msgstr "关注" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:230 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:234 #: src/view/com/post-thread/PostThreadFollowBtn.tsx:128 msgid "Follow {0}" msgstr "关注 {0}" @@ -1982,6 +1996,10 @@ msgstr "关注账户" msgid "Follow Back" msgstr "回关" +#: src/components/KnownFollowers.tsx:169 +msgid "Followed by" +msgstr "" + #: src/view/com/profile/ProfileCard.tsx:227 msgid "Followed by {0}" msgstr "由 {0} 关注" @@ -2003,18 +2021,27 @@ msgstr "关注了你" msgid "Followers" msgstr "关注者" +#: src/Navigation.tsx:177 +msgid "Followers of @{0} that you know" +msgstr "" + +#: src/screens/Profile/KnownFollowers.tsx:108 +#: src/screens/Profile/KnownFollowers.tsx:118 +msgid "Followers you know" +msgstr "" + #: src/components/ProfileHoverCard/index.web.tsx:411 #: src/components/ProfileHoverCard/index.web.tsx:422 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:242 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:246 #: src/view/com/post-thread/PostThreadFollowBtn.tsx:149 #: src/view/com/profile/ProfileFollows.tsx:104 -#: src/view/screens/Feeds.tsx:683 +#: src/view/screens/Feeds.tsx:656 #: src/view/screens/ProfileFollows.tsx:25 #: src/view/screens/SavedFeeds.tsx:415 msgid "Following" msgstr "正在关注" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:90 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:94 msgid "Following {0}" msgstr "已关注 {0}" @@ -2026,9 +2053,7 @@ msgstr "已关注 {name}" msgid "Following feed preferences" msgstr "\"正在关注\"资讯源首选项" -#: src/Navigation.tsx:269 -#: src/view/com/home/HomeHeaderLayout.web.tsx:64 -#: src/view/com/home/HomeHeaderLayoutMobile.tsx:87 +#: src/Navigation.tsx:275 #: src/view/screens/PreferencesFollowingFeed.tsx:103 #: src/view/screens/Settings/index.tsx:582 msgid "Following Feed Preferences" @@ -2050,7 +2075,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:233 +#: src/view/com/modals/AddAppPasswords.tsx:232 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 "出于安全原因,你将无法再次查看此内容。如果你丢失了该密码,则需要生成一个新的密码。" @@ -2093,7 +2118,7 @@ msgstr "开始吧" msgid "Get Started" msgstr "开始" -#: src/screens/Onboarding/StepProfile/index.tsx:224 +#: src/screens/Onboarding/StepProfile/index.tsx:225 msgid "Give your profile a face" msgstr "为你的个人资料添加头像" @@ -2121,9 +2146,9 @@ msgstr "返回" msgid "Go Back" msgstr "返回" -#: src/components/dms/ReportDialog.tsx:152 +#: src/components/dms/ReportDialog.tsx:154 #: src/components/ReportDialog/SelectReportOptionView.tsx:77 -#: src/components/ReportDialog/SubmitView.tsx:105 +#: src/components/ReportDialog/SubmitView.tsx:104 #: src/screens/Onboarding/Layout.tsx:102 #: src/screens/Onboarding/Layout.tsx:191 #: src/screens/Signup/index.tsx:187 @@ -2138,7 +2163,7 @@ msgstr "返回主页" msgid "Go Home" msgstr "返回主页" -#: src/screens/Messages/List/ChatListItem.tsx:208 +#: src/screens/Messages/List/ChatListItem.tsx:211 msgid "Go to conversation with {0}" msgstr "转到与 {0} 的对话" @@ -2171,7 +2196,7 @@ msgstr "触感" msgid "Harassment, trolling, or intolerance" msgstr "骚扰、恶作剧或其他无法容忍的行为" -#: src/Navigation.tsx:297 +#: src/Navigation.tsx:303 msgid "Hashtag" msgstr "标签" @@ -2184,15 +2209,15 @@ msgid "Having trouble?" msgstr "任何疑问?" #: src/view/shell/desktop/RightNav.tsx:95 -#: src/view/shell/Drawer.tsx:354 +#: src/view/shell/Drawer.tsx:355 msgid "Help" msgstr "帮助" -#: src/screens/Onboarding/StepProfile/index.tsx:227 +#: src/screens/Onboarding/StepProfile/index.tsx:228 msgid "Help people know you're not a bot by uploading a picture or creating an avatar." msgstr "通过上传图片或创建头像来帮助人们了解你不是机器人。" -#: src/view/com/modals/AddAppPasswords.tsx:204 +#: src/view/com/modals/AddAppPasswords.tsx:203 msgid "Here is your app password." msgstr "这里是你的应用专用密码。" @@ -2203,7 +2228,7 @@ msgstr "这里是你的应用专用密码。" #: src/lib/moderation/useLabelBehaviorDescription.ts:20 #: src/lib/moderation/useLabelBehaviorDescription.ts:25 #: src/lib/moderation/useLabelBehaviorDescription.ts:30 -#: src/view/com/util/forms/PostDropdownBtn.tsx:445 +#: src/view/com/util/forms/PostDropdownBtn.tsx:432 msgid "Hide" msgstr "隐藏" @@ -2212,8 +2237,8 @@ msgctxt "action" msgid "Hide" msgstr "隐藏" -#: src/view/com/util/forms/PostDropdownBtn.tsx:390 -#: src/view/com/util/forms/PostDropdownBtn.tsx:392 +#: src/view/com/util/forms/PostDropdownBtn.tsx:377 +#: src/view/com/util/forms/PostDropdownBtn.tsx:379 msgid "Hide post" msgstr "隐藏帖子" @@ -2222,7 +2247,7 @@ msgstr "隐藏帖子" msgid "Hide the content" msgstr "隐藏内容" -#: src/view/com/util/forms/PostDropdownBtn.tsx:442 +#: src/view/com/util/forms/PostDropdownBtn.tsx:429 msgid "Hide this post?" msgstr "隐藏这条帖子?" @@ -2230,23 +2255,23 @@ msgstr "隐藏这条帖子?" msgid "Hide user list" msgstr "隐藏用户列表" -#: src/view/com/posts/FeedErrorMessage.tsx:118 +#: src/view/com/posts/FeedErrorMessage.tsx:117 msgid "Hmm, some kind of issue occurred when contacting the feed server. Please let the feed owner know about this issue." msgstr "连接资讯源服务器出现问题,请联系资讯源的维护者反馈这个问题。" -#: src/view/com/posts/FeedErrorMessage.tsx:106 +#: src/view/com/posts/FeedErrorMessage.tsx:105 msgid "Hmm, the feed server appears to be misconfigured. Please let the feed owner know about this issue." msgstr "资讯源服务器似乎配置错误,请联系资讯源的维护者反馈这个问题。" -#: src/view/com/posts/FeedErrorMessage.tsx:112 +#: src/view/com/posts/FeedErrorMessage.tsx:111 msgid "Hmm, the feed server appears to be offline. Please let the feed owner know about this issue." msgstr "资讯源服务器似乎已下线,请联系资讯源的维护者反馈这个问题。" -#: src/view/com/posts/FeedErrorMessage.tsx:109 +#: src/view/com/posts/FeedErrorMessage.tsx:108 msgid "Hmm, the feed server gave a bad response. Please let the feed owner know about this issue." msgstr "资讯源服务器返回错误的响应,请联系资讯源的维护者反馈这个问题。" -#: src/view/com/posts/FeedErrorMessage.tsx:103 +#: src/view/com/posts/FeedErrorMessage.tsx:102 msgid "Hmm, we're having trouble finding this feed. It may have been deleted." msgstr "无法找到该资讯源,似乎已被删除。" @@ -2258,11 +2283,11 @@ msgstr "看起来在加载数据时遇到了问题,请查看下方获取更多 msgid "Hmmmm, we couldn't load that moderation service." msgstr "无法加载此内容审核提供服务。" -#: src/Navigation.tsx:501 +#: src/Navigation.tsx:489 #: src/view/shell/bottom-bar/BottomBar.tsx:159 #: src/view/shell/desktop/LeftNav.tsx:335 -#: src/view/shell/Drawer.tsx:424 #: src/view/shell/Drawer.tsx:425 +#: src/view/shell/Drawer.tsx:426 msgid "Home" msgstr "主页" @@ -2316,7 +2341,7 @@ msgstr "如果你根据你所在国家的法律定义还不是成年人,则你 msgid "If you delete this list, you won't be able to recover it." msgstr "该列表删除后将无法恢复。" -#: src/view/com/util/forms/PostDropdownBtn.tsx:433 +#: src/view/com/util/forms/PostDropdownBtn.tsx:420 msgid "If you remove this post, you won't be able to recover it." msgstr "该列表删除后将无法恢复。" @@ -2356,7 +2381,7 @@ msgstr "输入发送到你电子邮箱的验证码以重置密码" msgid "Input confirmation code for account deletion" msgstr "输入删除用户的验证码" -#: src/view/com/modals/AddAppPasswords.tsx:175 +#: src/view/com/modals/AddAppPasswords.tsx:174 msgid "Input name for app password" msgstr "输入应用专用密码名称" @@ -2401,7 +2426,7 @@ msgstr "介绍私信" msgid "Invalid 2FA confirmation code." msgstr "无效的两步验证码。" -#: src/view/com/post-thread/PostThreadItem.tsx:240 +#: src/view/com/post-thread/PostThreadItem.tsx:235 msgid "Invalid or unsupported post record" msgstr "帖子记录无效或不受支持" @@ -2453,11 +2478,11 @@ msgstr "标记" msgid "Labels are annotations on users and content. They can be used to hide, warn, and categorize the network." msgstr "标记是对特定内容及用户的提示。可以针对特定内容默认隐藏内容、显示警告或直接显示。" -#: src/components/moderation/LabelsOnMeDialog.tsx:80 +#: src/components/moderation/LabelsOnMeDialog.tsx:79 msgid "Labels on your account" msgstr "你账户上的标记" -#: src/components/moderation/LabelsOnMeDialog.tsx:82 +#: src/components/moderation/LabelsOnMeDialog.tsx:81 msgid "Labels on your content" msgstr "你内容上的标记" @@ -2469,7 +2494,7 @@ msgstr "选择语言" msgid "Language settings" msgstr "语言设置" -#: src/Navigation.tsx:151 +#: src/Navigation.tsx:150 #: src/view/screens/LanguageSettings.tsx:90 msgid "Language Settings" msgstr "语言设置" @@ -2479,7 +2504,7 @@ msgid "Languages" msgstr "语言" #: src/screens/Hashtag.tsx:99 -#: src/view/screens/Search/Search.tsx:376 +#: src/view/screens/Search/Search.tsx:377 msgid "Latest" msgstr "最新" @@ -2557,8 +2582,8 @@ msgid "Like this feed" msgstr "喜欢这个资讯源" #: src/components/LikesDialog.tsx:87 -#: src/Navigation.tsx:208 -#: src/Navigation.tsx:213 +#: src/Navigation.tsx:214 +#: src/Navigation.tsx:219 msgid "Liked by" msgstr "喜欢" @@ -2580,11 +2605,11 @@ msgstr "喜欢了你的帖子" msgid "Likes" msgstr "喜欢" -#: src/view/com/post-thread/PostThreadItem.tsx:201 +#: src/view/com/post-thread/PostThreadItem.tsx:196 msgid "Likes on this post" msgstr "这条帖子的喜欢数" -#: src/Navigation.tsx:177 +#: src/Navigation.tsx:183 msgid "List" msgstr "列表" @@ -2596,7 +2621,7 @@ msgstr "列表头像" msgid "List blocked" msgstr "列表已屏蔽" -#: src/view/com/feeds/FeedSourceCard.tsx:232 +#: src/view/com/feeds/FeedSourceCard.tsx:253 msgid "List by {0}" msgstr "列表由 {0} 创建" @@ -2620,12 +2645,12 @@ msgstr "解除对列表的屏蔽" msgid "List unmuted" msgstr "解除对列表的隐藏" -#: src/Navigation.tsx:121 +#: src/Navigation.tsx:120 #: src/view/screens/Profile.tsx:192 #: src/view/screens/Profile.tsx:198 #: src/view/shell/desktop/LeftNav.tsx:373 -#: src/view/shell/Drawer.tsx:508 #: src/view/shell/Drawer.tsx:509 +#: src/view/shell/Drawer.tsx:510 msgid "Lists" msgstr "列表" @@ -2633,7 +2658,7 @@ msgstr "列表" msgid "Lists blocking this user:" msgstr "屏蔽该用户的列表:" -#: src/view/screens/Notifications.tsx:168 +#: src/view/screens/Notifications.tsx:184 msgid "Load new notifications" msgstr "加载新的通知" @@ -2648,7 +2673,7 @@ msgstr "加载新的帖子" msgid "Loading..." msgstr "加载中..." -#: src/Navigation.tsx:228 +#: src/Navigation.tsx:234 msgid "Log" msgstr "日志" @@ -2684,7 +2709,7 @@ msgstr "看起来像是 XXXXX-XXXXX" msgid "Looks like you haven't saved any feeds! Use our recommendations or browse more below." msgstr "看起来你似乎未保存任何资讯源!来看看我们提供的建议,或浏览下方的更多内容。" -#: src/screens/Home/NoFeedsPinned.tsx:96 +#: src/screens/Home/NoFeedsPinned.tsx:83 msgid "Looks like you unpinned all your feeds. But don't worry, you can add some below 😄" msgstr "看起来你已取消固定所有资讯源。不过别担心,你仍然可以在下面添加一些😄" @@ -2696,7 +2721,7 @@ msgstr "看起来你似乎缺少\"正在关注\"资讯源。<0>点击这里来 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 "管理你的隐藏词和标签" @@ -2718,8 +2743,8 @@ msgstr "提到的用户" msgid "Mentioned users" msgstr "提到的用户" -#: src/view/com/util/ViewHeader.tsx:90 -#: src/view/screens/Search/Search.tsx:713 +#: src/view/com/util/ViewHeader.tsx:91 +#: src/view/screens/Search/Search.tsx:714 msgid "Menu" msgstr "菜单" @@ -2728,11 +2753,11 @@ msgid "Message {0}" msgstr "私信 {0}" #: src/components/dms/MessageMenu.tsx:72 -#: src/screens/Messages/List/ChatListItem.tsx:154 +#: src/screens/Messages/List/ChatListItem.tsx:155 msgid "Message deleted" msgstr "私信已删除" -#: src/view/com/posts/FeedErrorMessage.tsx:201 +#: src/view/com/posts/FeedErrorMessage.tsx:200 msgid "Message from server: {0}" msgstr "来自服务器的信息:{0}" @@ -2749,7 +2774,7 @@ msgstr "私信过长" msgid "Message settings" msgstr "私信设置" -#: src/Navigation.tsx:521 +#: src/Navigation.tsx:504 #: src/screens/Messages/List/index.tsx:164 #: src/screens/Messages/List/index.tsx:246 #: src/screens/Messages/List/index.tsx:317 @@ -2760,7 +2785,7 @@ msgstr "私信" msgid "Misleading Account" msgstr "误导性账户" -#: src/Navigation.tsx:126 +#: src/Navigation.tsx:125 #: src/screens/Moderation/index.tsx:104 #: src/view/screens/Settings/index.tsx:561 msgid "Moderation" @@ -2797,7 +2822,7 @@ msgstr "内容审核列表已更新" msgid "Moderation lists" msgstr "内容审核列表" -#: src/Navigation.tsx:131 +#: src/Navigation.tsx:130 #: src/view/screens/ModerationModlists.tsx:58 msgid "Moderation Lists" msgstr "内容审核列表" @@ -2806,7 +2831,7 @@ msgstr "内容审核列表" msgid "Moderation settings" msgstr "内容审核设置" -#: src/Navigation.tsx:223 +#: src/Navigation.tsx:229 msgid "Moderation states" msgstr "内容审核状态" @@ -2819,7 +2844,7 @@ msgstr "内容审核工具" msgid "Moderator has chosen to set a general warning on the content." msgstr "由内容审核服务提供方对这段内容设置的一般警告。" -#: src/view/com/post-thread/PostThreadItem.tsx:572 +#: src/view/com/post-thread/PostThreadItem.tsx:566 msgid "More" msgstr "更多" @@ -2861,11 +2886,11 @@ msgstr "隐藏所有 {displayTag} 的帖子" msgid "Mute conversation" 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 "隐藏词汇和标签" @@ -2877,21 +2902,21 @@ 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 "仅在标签中隐藏该词" -#: src/view/com/util/forms/PostDropdownBtn.tsx:365 -#: src/view/com/util/forms/PostDropdownBtn.tsx:371 +#: src/view/com/util/forms/PostDropdownBtn.tsx:352 +#: src/view/com/util/forms/PostDropdownBtn.tsx:358 msgid "Mute thread" msgstr "隐藏讨论串" -#: src/view/com/util/forms/PostDropdownBtn.tsx:381 -#: src/view/com/util/forms/PostDropdownBtn.tsx:383 +#: src/view/com/util/forms/PostDropdownBtn.tsx:368 +#: src/view/com/util/forms/PostDropdownBtn.tsx:370 msgid "Mute words & tags" msgstr "隐藏词和标签" @@ -2903,7 +2928,7 @@ msgstr "已隐藏" msgid "Muted accounts" msgstr "已隐藏账户" -#: src/Navigation.tsx:136 +#: src/Navigation.tsx:135 #: src/view/screens/ModerationMutedAccounts.tsx:109 msgid "Muted Accounts" msgstr "已隐藏账户" @@ -2929,7 +2954,7 @@ msgstr "被隐藏的账户将不会得知你已将他隐藏,已隐藏的账户 msgid "My Birthday" msgstr "我的生日" -#: src/view/screens/Feeds.tsx:795 +#: src/view/screens/Feeds.tsx:768 msgid "My Feeds" msgstr "自定义资讯源" @@ -2945,7 +2970,7 @@ msgstr "我保存的资讯源" msgid "My Saved Feeds" msgstr "我保存的资讯源" -#: src/view/com/modals/AddAppPasswords.tsx:174 +#: src/view/com/modals/AddAppPasswords.tsx:173 #: src/view/com/modals/CreateOrEditList.tsx:279 msgid "Name" msgstr "名称" @@ -3022,8 +3047,8 @@ msgctxt "action" msgid "New post" msgstr "新帖子" -#: src/view/screens/Feeds.tsx:627 -#: src/view/screens/Notifications.tsx:177 +#: src/view/screens/Feeds.tsx:600 +#: src/view/screens/Notifications.tsx:193 #: src/view/screens/Profile.tsx:464 #: src/view/screens/ProfileFeed.tsx:426 #: src/view/screens/ProfileList.tsx:201 @@ -3088,7 +3113,7 @@ msgstr "没有 DNS 面板" msgid "No featured GIFs found. There may be an issue with Tenor." msgstr "未找到精选 GIF,Tensor 可能存在问题。" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:112 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:116 msgid "No longer following {0}" msgstr "不再关注 {0}" @@ -3096,7 +3121,7 @@ msgstr "不再关注 {0}" msgid "No longer than 253 characters" msgstr "不超过 253 个字符" -#: src/screens/Messages/List/ChatListItem.tsx:105 +#: src/screens/Messages/List/ChatListItem.tsx:106 msgid "No messages yet" msgstr "目前还没有任何私信" @@ -3104,7 +3129,7 @@ msgstr "目前还没有任何私信" msgid "No more conversations to show" msgstr "没有更多对话可显示" -#: src/view/com/notifications/Feed.tsx:117 +#: src/view/com/notifications/Feed.tsx:118 msgid "No notifications yet!" msgstr "还没有通知!" @@ -3115,6 +3140,10 @@ msgstr "还没有通知!" msgid "No one" msgstr "没有人" +#: src/screens/Profile/Sections/Feed.tsx:59 +msgid "No posts yet." +msgstr "" + #: src/view/com/composer/text-input/mobile/Autocomplete.tsx:101 #: src/view/com/composer/text-input/web/Autocomplete.tsx:195 msgid "No result" @@ -3128,13 +3157,13 @@ msgstr "没有结果" msgid "No results found" msgstr "未找到结果" -#: src/view/screens/Feeds.tsx:556 +#: src/view/screens/Feeds.tsx:530 msgid "No results found for \"{query}\"" msgstr "未找到\"{query}\"的结果" #: src/view/com/modals/ListAddRemoveUsers.tsx:127 -#: src/view/screens/Search/Search.tsx:296 -#: src/view/screens/Search/Search.tsx:335 +#: src/view/screens/Search/Search.tsx:297 +#: src/view/screens/Search/Search.tsx:336 msgid "No results found for {query}" msgstr "未找到 {query} 的结果" @@ -3165,7 +3194,7 @@ msgstr "目前还没有人喜欢,也许你应该成为第一个!" msgid "Non-sexual Nudity" msgstr "非性暗示裸露" -#: src/Navigation.tsx:116 +#: src/Navigation.tsx:115 #: src/view/screens/Profile.tsx:100 msgid "Not Found" msgstr "未找到" @@ -3176,7 +3205,7 @@ msgid "Not right now" msgstr "暂时不需要" #: src/view/com/profile/ProfileMenu.tsx:370 -#: src/view/com/util/forms/PostDropdownBtn.tsx:459 +#: src/view/com/util/forms/PostDropdownBtn.tsx:446 #: src/view/com/util/post-ctrls/PostCtrls.tsx:308 msgid "Note about sharing" msgstr "分享注意事项" @@ -3197,13 +3226,13 @@ msgstr "通知提示音" msgid "Notification Sounds" msgstr "通知提示音" -#: src/Navigation.tsx:516 -#: src/view/screens/Notifications.tsx:126 -#: src/view/screens/Notifications.tsx:154 +#: src/Navigation.tsx:499 +#: src/view/screens/Notifications.tsx:132 +#: src/view/screens/Notifications.tsx:169 #: src/view/shell/bottom-bar/BottomBar.tsx:227 #: src/view/shell/desktop/LeftNav.tsx:350 -#: src/view/shell/Drawer.tsx:456 #: src/view/shell/Drawer.tsx:457 +#: src/view/shell/Drawer.tsx:458 msgid "Notifications" msgstr "通知" @@ -3249,11 +3278,11 @@ msgstr "优先显示最旧的回复" msgid "Onboarding reset" msgstr "重新开始引导流程" -#: src/view/com/composer/Composer.tsx:488 +#: src/view/com/composer/Composer.tsx:503 msgid "One or more images is missing alt text." msgstr "至少有一张图片缺失了替代文字。" -#: src/screens/Onboarding/StepProfile/index.tsx:116 +#: src/screens/Onboarding/StepProfile/index.tsx:117 msgid "Only .jpg and .png files are supported" msgstr "目前只支持上传 .jpg 或 .png 格式的图片文件" @@ -3283,17 +3312,17 @@ msgstr "开启" msgid "Open {name} profile shortcut menu" msgstr "开启 {name} 个人资料快捷菜单" -#: src/screens/Onboarding/StepProfile/index.tsx:276 +#: src/screens/Onboarding/StepProfile/index.tsx:277 msgid "Open avatar creator" msgstr "开启头像创建工具" -#: src/screens/Messages/List/ChatListItem.tsx:214 -#: src/screens/Messages/List/ChatListItem.tsx:215 +#: src/screens/Messages/List/ChatListItem.tsx:219 +#: src/screens/Messages/List/ChatListItem.tsx:220 msgid "Open conversation options" msgstr "开启对话选项" -#: src/view/com/composer/Composer.tsx:600 -#: src/view/com/composer/Composer.tsx:601 +#: src/view/com/composer/Composer.tsx:613 +#: src/view/com/composer/Composer.tsx:614 msgid "Open emoji picker" msgstr "开启表情符号选择器" @@ -3313,11 +3342,11 @@ msgstr "开启私信选项" msgid "Open muted words and tags settings" msgstr "开启隐藏词汇和标签设置" -#: src/view/com/home/HomeHeaderLayoutMobile.tsx:52 +#: src/view/com/home/HomeHeaderLayoutMobile.tsx:54 msgid "Open navigation" msgstr "打开导航" -#: src/view/com/util/forms/PostDropdownBtn.tsx:250 +#: src/view/com/util/forms/PostDropdownBtn.tsx:237 msgid "Open post options menu" msgstr "开启帖子选项菜单" @@ -3422,8 +3451,8 @@ msgstr "开启密码重置申请" #: src/view/com/home/HomeHeaderLayout.web.tsx:77 #: src/view/screens/Feeds.tsx:417 -msgid "Opens screen to edit Saved Feeds" -msgstr "开启用于编辑已保存资讯源的界面" +#~ msgid "Opens screen to edit Saved Feeds" +#~ msgstr "开启用于编辑已保存资讯源的界面" #: src/view/screens/Settings/index.tsx:617 msgid "Opens screen with all saved feeds" @@ -3463,8 +3492,8 @@ msgstr "开启此个人资料" msgid "Option {0} of {numItems}" msgstr "第 {0} 个选项,共 {numItems} 个" -#: src/components/dms/ReportDialog.tsx:181 -#: src/components/ReportDialog/SubmitView.tsx:163 +#: src/components/dms/ReportDialog.tsx:183 +#: src/components/ReportDialog/SubmitView.tsx:162 msgid "Optionally provide additional information below:" msgstr "可选在下方提供额外信息:" @@ -3528,15 +3557,15 @@ msgstr "密码已更新!" msgid "Pause" msgstr "暂停" -#: src/view/screens/Search/Search.tsx:386 +#: src/view/screens/Search/Search.tsx:387 msgid "People" msgstr "用户" -#: src/Navigation.tsx:171 +#: src/Navigation.tsx:170 msgid "People followed by @{0}" msgstr "@{0} 关注的用户" -#: src/Navigation.tsx:164 +#: src/Navigation.tsx:163 msgid "People following @{0}" msgstr "关注 @{0} 的用户" @@ -3610,15 +3639,15 @@ 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:95 +#: src/view/com/modals/AddAppPasswords.tsx:94 msgid "Please enter a name for your app password. All spaces is not allowed." msgstr "请输入应用专用密码的名称,不允许使用空格。" -#: src/view/com/modals/AddAppPasswords.tsx:151 +#: src/view/com/modals/AddAppPasswords.tsx:150 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 "请输入一个有效的词、标签或短语" @@ -3630,7 +3659,7 @@ msgstr "请输入你的电子邮箱。" msgid "Please enter your password as well:" msgstr "请输入你的密码:" -#: src/components/moderation/LabelsOnMeDialog.tsx:258 +#: src/components/moderation/LabelsOnMeDialog.tsx:256 msgid "Please explain why you think this label was incorrectly applied by {0}" msgstr "请解释为什么你认为这个标记是由 {0} 错误应用的" @@ -3647,7 +3676,7 @@ msgstr "请以 @{0} 身份登录" msgid "Please Verify Your Email" msgstr "请验证你的电子邮箱" -#: src/view/com/composer/Composer.tsx:268 +#: src/view/com/composer/Composer.tsx:281 msgid "Please wait for your link card to finish loading" msgstr "请等待你的链接卡片加载完毕" @@ -3659,28 +3688,28 @@ msgstr "政治" msgid "Porn" msgstr "色情内容" -#: src/view/com/composer/Composer.tsx:462 -#: src/view/com/composer/Composer.tsx:470 +#: src/view/com/composer/Composer.tsx:477 +#: src/view/com/composer/Composer.tsx:485 msgctxt "action" msgid "Post" msgstr "发布" -#: src/view/com/post-thread/PostThread.tsx:427 +#: src/view/com/post-thread/PostThread.tsx:430 msgctxt "description" msgid "Post" msgstr "发布" -#: src/view/com/post-thread/PostThreadItem.tsx:194 +#: src/view/com/post-thread/PostThreadItem.tsx:189 msgid "Post by {0}" msgstr "{0} 的帖子" -#: src/Navigation.tsx:183 -#: src/Navigation.tsx:190 -#: src/Navigation.tsx:197 +#: src/Navigation.tsx:189 +#: src/Navigation.tsx:196 +#: src/Navigation.tsx:203 msgid "Post by @{0}" msgstr "@{0} 的帖子" -#: src/view/com/util/forms/PostDropdownBtn.tsx:134 +#: src/view/com/util/forms/PostDropdownBtn.tsx:129 msgid "Post deleted" msgstr "已删除帖子" @@ -3719,11 +3748,11 @@ 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 "帖子可以根据其文本、标签或两者来隐藏。" -#: src/view/com/posts/FeedErrorMessage.tsx:69 +#: src/view/com/posts/FeedErrorMessage.tsx:68 msgid "Posts hidden" msgstr "帖子已隐藏" @@ -3746,6 +3775,10 @@ msgstr "点击以变更托管提供商" msgid "Press to retry" msgstr "点按重试" +#: src/components/KnownFollowers.tsx:111 +msgid "Press to view followers of this account that you also follow" +msgstr "" + #: src/view/com/lightbox/Lightbox.web.tsx:150 msgid "Previous image" msgstr "上一张图片" @@ -3763,11 +3796,11 @@ msgstr "优先显示关注者" msgid "Privacy" msgstr "隐私" -#: src/Navigation.tsx:238 +#: src/Navigation.tsx:244 #: src/screens/Signup/StepInfo/Policies.tsx:56 #: src/view/screens/PrivacyPolicy.tsx:29 #: src/view/screens/Settings/index.tsx:957 -#: src/view/shell/Drawer.tsx:284 +#: src/view/shell/Drawer.tsx:285 msgid "Privacy Policy" msgstr "隐私政策" @@ -3787,8 +3820,8 @@ msgstr "个人资料" #: src/view/shell/bottom-bar/BottomBar.tsx:272 #: src/view/shell/desktop/LeftNav.tsx:381 #: src/view/shell/Drawer.tsx:78 -#: src/view/shell/Drawer.tsx:541 #: src/view/shell/Drawer.tsx:542 +#: src/view/shell/Drawer.tsx:543 msgid "Profile" msgstr "个人资料" @@ -3812,16 +3845,16 @@ msgstr "公开且可共享的批量隐藏或屏蔽列表。" msgid "Public, shareable lists which can drive feeds." msgstr "公开且可共享的列表,可作为资讯源使用。" -#: src/view/com/composer/Composer.tsx:447 +#: src/view/com/composer/Composer.tsx:462 msgid "Publish post" msgstr "发布帖子" -#: src/view/com/composer/Composer.tsx:447 +#: src/view/com/composer/Composer.tsx:462 msgid "Publish reply" msgstr "发布回复" -#: src/view/com/util/post-ctrls/RepostButton.tsx:113 -#: src/view/com/util/post-ctrls/RepostButton.tsx:125 +#: src/view/com/util/post-ctrls/RepostButton.tsx:115 +#: src/view/com/util/post-ctrls/RepostButton.tsx:127 #: src/view/com/util/post-ctrls/RepostButton.web.tsx:78 #: src/view/com/util/post-ctrls/RepostButton.web.tsx:81 msgid "Quote post" @@ -3839,11 +3872,11 @@ msgstr "比率" msgid "Reactivate your account" msgstr "重新启用你的账户" -#: src/components/dms/ReportDialog.tsx:172 +#: src/components/dms/ReportDialog.tsx:174 msgid "Reason:" msgstr "结果:" -#: src/view/screens/Search/Search.tsx:973 +#: src/view/screens/Search/Search.tsx:970 msgid "Recent Searches" msgstr "最近的搜索" @@ -3855,12 +3888,12 @@ msgstr "重新连接" msgid "Reload conversations" msgstr "重新加载对话" -#: src/components/dialogs/MutedWords.tsx:288 -#: src/view/com/feeds/FeedSourceCard.tsx:296 +#: src/components/dialogs/MutedWords.tsx:286 +#: src/view/com/feeds/FeedSourceCard.tsx:317 #: src/view/com/modals/ListAddRemoveUsers.tsx:268 #: src/view/com/modals/SelfLabel.tsx:84 #: src/view/com/modals/UserAddRemoveLists.tsx:230 -#: src/view/com/posts/FeedErrorMessage.tsx:213 +#: src/view/com/posts/FeedErrorMessage.tsx:212 msgid "Remove" msgstr "移除" @@ -3880,25 +3913,25 @@ msgstr "删除横幅图片" msgid "Remove embed" msgstr "删除嵌入" -#: src/view/com/posts/FeedErrorMessage.tsx:169 +#: src/view/com/posts/FeedErrorMessage.tsx:168 #: src/view/com/posts/FeedShutdownMsg.tsx:113 #: src/view/com/posts/FeedShutdownMsg.tsx:117 msgid "Remove feed" msgstr "删除资讯源" -#: src/view/com/posts/FeedErrorMessage.tsx:210 +#: src/view/com/posts/FeedErrorMessage.tsx:209 msgid "Remove feed?" msgstr "删除资讯源?" -#: src/view/com/feeds/FeedSourceCard.tsx:180 -#: src/view/com/feeds/FeedSourceCard.tsx:245 +#: src/view/com/feeds/FeedSourceCard.tsx:188 +#: src/view/com/feeds/FeedSourceCard.tsx:266 #: src/view/screens/ProfileFeed.tsx:330 #: src/view/screens/ProfileFeed.tsx:336 #: src/view/screens/ProfileList.tsx:443 msgid "Remove from my feeds" msgstr "从自定义资讯源中删除" -#: src/view/com/feeds/FeedSourceCard.tsx:291 +#: src/view/com/feeds/FeedSourceCard.tsx:312 msgid "Remove from my feeds?" msgstr "从自定义资讯源中删除?" @@ -3910,15 +3943,15 @@ msgstr "删除图片" msgid "Remove image preview" msgstr "删除图片预览" -#: src/components/dialogs/MutedWords.tsx:331 +#: src/components/dialogs/MutedWords.tsx:329 msgid "Remove mute word from your list" msgstr "从你的隐藏词汇列表中删除" -#: src/view/screens/Search/Search.tsx:1014 +#: src/view/screens/Search/Search.tsx:1011 msgid "Remove profile" msgstr "删除个人资料" -#: src/view/screens/Search/Search.tsx:1016 +#: src/view/screens/Search/Search.tsx:1013 msgid "Remove profile from search history" msgstr "从搜索历史中删除个人资料" @@ -3926,12 +3959,12 @@ msgstr "从搜索历史中删除个人资料" msgid "Remove quote" msgstr "删除引用" -#: src/view/com/util/post-ctrls/RepostButton.tsx:90 -#: src/view/com/util/post-ctrls/RepostButton.tsx:106 +#: src/view/com/util/post-ctrls/RepostButton.tsx:92 +#: src/view/com/util/post-ctrls/RepostButton.tsx:108 msgid "Remove repost" msgstr "删除转发" -#: src/view/com/posts/FeedErrorMessage.tsx:211 +#: src/view/com/posts/FeedErrorMessage.tsx:210 msgid "Remove this feed from your saved feeds" msgstr "从保存的资讯源列表中删除这个资讯源" @@ -3940,7 +3973,7 @@ msgstr "从保存的资讯源列表中删除这个资讯源" msgid "Removed from list" msgstr "从列表中删除" -#: src/view/com/feeds/FeedSourceCard.tsx:131 +#: src/view/com/feeds/FeedSourceCard.tsx:139 msgid "Removed from my feeds" msgstr "已从自定义资讯源中删除" @@ -3971,7 +4004,7 @@ msgstr "回复" msgid "Replies to this thread are disabled" msgstr "对这条讨论串的回复已被禁用" -#: src/view/com/composer/Composer.tsx:460 +#: src/view/com/composer/Composer.tsx:475 msgctxt "action" msgid "Reply" msgstr "回复" @@ -4020,8 +4053,8 @@ msgstr "举报列表" msgid "Report message" msgstr "举报私信" -#: src/view/com/util/forms/PostDropdownBtn.tsx:407 -#: src/view/com/util/forms/PostDropdownBtn.tsx:409 +#: src/view/com/util/forms/PostDropdownBtn.tsx:394 +#: src/view/com/util/forms/PostDropdownBtn.tsx:396 msgid "Report post" msgstr "举报帖子" @@ -4037,8 +4070,8 @@ msgstr "举报这个资讯源" msgid "Report this list" msgstr "举报这个列表" -#: src/components/dms/ReportDialog.tsx:47 -#: src/components/dms/ReportDialog.tsx:140 +#: src/components/dms/ReportDialog.tsx:48 +#: src/components/dms/ReportDialog.tsx:142 #: src/components/ReportDialog/SelectReportOptionView.tsx:59 msgid "Report this message" msgstr "举报这条私信" @@ -4051,9 +4084,9 @@ msgstr "举报这条帖子" msgid "Report this user" msgstr "举报这个用户" -#: src/view/com/util/post-ctrls/RepostButton.tsx:63 -#: src/view/com/util/post-ctrls/RepostButton.tsx:91 -#: src/view/com/util/post-ctrls/RepostButton.tsx:107 +#: src/view/com/util/post-ctrls/RepostButton.tsx:64 +#: src/view/com/util/post-ctrls/RepostButton.tsx:93 +#: src/view/com/util/post-ctrls/RepostButton.tsx:109 msgctxt "action" msgid "Repost" msgstr "转发" @@ -4063,7 +4096,7 @@ msgstr "转发" msgid "Repost" msgstr "转发" -#: src/view/com/util/post-ctrls/RepostButton.tsx:83 +#: src/view/com/util/post-ctrls/RepostButton.tsx:85 #: src/view/com/util/post-ctrls/RepostButton.web.tsx:46 #: src/view/com/util/post-ctrls/RepostButton.web.tsx:92 msgid "Repost or quote post" @@ -4085,7 +4118,7 @@ msgstr "由 <0><1/> 转发" msgid "reposted your post" msgstr "转发你的帖子" -#: src/view/com/post-thread/PostThreadItem.tsx:206 +#: src/view/com/post-thread/PostThreadItem.tsx:201 msgid "Reposts of this post" msgstr "转发这条帖子" @@ -4184,8 +4217,8 @@ msgid "Returns to previous page" msgstr "回到上一页" #: src/components/dialogs/BirthDateSettings.tsx:125 -#: src/view/com/composer/GifAltText.tsx:163 -#: src/view/com/composer/GifAltText.tsx:169 +#: src/view/com/composer/GifAltText.tsx:162 +#: src/view/com/composer/GifAltText.tsx:168 #: src/view/com/modals/ChangeHandle.tsx:168 #: src/view/com/modals/CreateOrEditList.tsx:326 #: src/view/com/modals/EditProfile.tsx:225 @@ -4261,20 +4294,20 @@ msgid "Scroll to top" msgstr "滚动到顶部" #: src/components/dms/dialogs/SearchablePeopleList.tsx:504 -#: src/Navigation.tsx:506 +#: src/Navigation.tsx:494 #: 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:451 -#: src/view/screens/Search/Search.tsx:825 -#: src/view/screens/Search/Search.tsx:853 +#: src/view/screens/Search/Search.tsx:452 +#: src/view/screens/Search/Search.tsx:822 +#: src/view/screens/Search/Search.tsx:850 #: src/view/shell/bottom-bar/BottomBar.tsx:179 #: src/view/shell/desktop/LeftNav.tsx:343 #: src/view/shell/desktop/Search.tsx:194 #: src/view/shell/desktop/Search.tsx:203 -#: src/view/shell/Drawer.tsx:393 #: src/view/shell/Drawer.tsx:394 +#: src/view/shell/Drawer.tsx:395 msgid "Search" msgstr "搜索" @@ -4282,7 +4315,7 @@ msgstr "搜索" msgid "Search for \"{query}\"" msgstr "搜索 \"{query}\"" -#: src/view/screens/Search/Search.tsx:909 +#: src/view/screens/Search/Search.tsx:906 msgid "Search for \"{searchText}\"" msgstr "搜索 \"{searchText}\"" @@ -4387,7 +4420,7 @@ msgstr "选择 {numItems} 项中的第 {i} 项" msgid "Select the {emojiName} emoji as your avatar" msgstr "选择 {emojiName} 表情符号作为你的头像" -#: src/components/ReportDialog/SubmitView.tsx:136 +#: src/components/ReportDialog/SubmitView.tsx:135 msgid "Select the moderation service(s) to report to" msgstr "请选择你要向哪个内容审核服务提供方提交举报" @@ -4433,8 +4466,8 @@ msgctxt "action" msgid "Send Email" msgstr "发送电子邮件" -#: src/view/shell/Drawer.tsx:328 -#: src/view/shell/Drawer.tsx:349 +#: src/view/shell/Drawer.tsx:329 +#: src/view/shell/Drawer.tsx:350 msgid "Send feedback" msgstr "提交反馈" @@ -4443,14 +4476,14 @@ msgstr "提交反馈" msgid "Send message" msgstr "发送私信" -#: src/components/dms/dialogs/ShareViaChatDialog.tsx:47 +#: src/components/dms/dialogs/ShareViaChatDialog.tsx:59 msgid "Send post to..." msgstr "发送私信给..." -#: src/components/dms/ReportDialog.tsx:232 -#: src/components/dms/ReportDialog.tsx:235 -#: src/components/ReportDialog/SubmitView.tsx:216 -#: src/components/ReportDialog/SubmitView.tsx:220 +#: src/components/dms/ReportDialog.tsx:234 +#: src/components/dms/ReportDialog.tsx:237 +#: src/components/ReportDialog/SubmitView.tsx:215 +#: src/components/ReportDialog/SubmitView.tsx:219 msgid "Send report" msgstr "提交举报" @@ -4463,8 +4496,8 @@ msgstr "给 {0} 提交举报" msgid "Send verification email" msgstr "发送验证电子邮件" -#: src/view/com/util/forms/PostDropdownBtn.tsx:299 -#: src/view/com/util/forms/PostDropdownBtn.tsx:302 +#: src/view/com/util/forms/PostDropdownBtn.tsx:286 +#: src/view/com/util/forms/PostDropdownBtn.tsx:289 msgid "Send via direct message" msgstr "通过私信发送" @@ -4548,11 +4581,11 @@ msgstr "将图片纵横比设置为高" msgid "Sets image aspect ratio to wide" msgstr "将图片纵横比设置为宽" -#: src/Navigation.tsx:146 +#: src/Navigation.tsx:145 #: src/view/screens/Settings/index.tsx:332 #: src/view/shell/desktop/LeftNav.tsx:389 -#: src/view/shell/Drawer.tsx:558 #: src/view/shell/Drawer.tsx:559 +#: src/view/shell/Drawer.tsx:560 msgid "Settings" msgstr "设置" @@ -4571,8 +4604,8 @@ msgstr "分享" #: src/view/com/profile/ProfileMenu.tsx:217 #: src/view/com/profile/ProfileMenu.tsx:226 -#: src/view/com/util/forms/PostDropdownBtn.tsx:310 -#: src/view/com/util/forms/PostDropdownBtn.tsx:319 +#: src/view/com/util/forms/PostDropdownBtn.tsx:297 +#: src/view/com/util/forms/PostDropdownBtn.tsx:306 #: src/view/com/util/post-ctrls/PostCtrls.tsx:297 #: src/view/screens/ProfileList.tsx:428 msgid "Share" @@ -4587,7 +4620,7 @@ msgid "Share a fun fact!" msgstr "分享一个有趣的事实!" #: src/view/com/profile/ProfileMenu.tsx:375 -#: src/view/com/util/forms/PostDropdownBtn.tsx:464 +#: src/view/com/util/forms/PostDropdownBtn.tsx:451 #: src/view/com/util/post-ctrls/PostCtrls.tsx:313 msgid "Share anyway" msgstr "仍然分享" @@ -4635,7 +4668,7 @@ msgstr "显示徽章" msgid "Show badge and filter from feeds" msgstr "显示徽章并从资讯源中过滤" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:207 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:211 msgid "Show follows similar to {0}" msgstr "显示类似于 {0} 的关注者" @@ -4643,19 +4676,19 @@ msgstr "显示类似于 {0} 的关注者" msgid "Show hidden replies" msgstr "显示已隐藏的回复" -#: src/view/com/util/forms/PostDropdownBtn.tsx:349 -#: src/view/com/util/forms/PostDropdownBtn.tsx:351 +#: src/view/com/util/forms/PostDropdownBtn.tsx:336 +#: src/view/com/util/forms/PostDropdownBtn.tsx:338 msgid "Show less like this" msgstr "更少显示类似这样的" -#: src/view/com/post-thread/PostThreadItem.tsx:538 +#: src/view/com/post-thread/PostThreadItem.tsx:532 #: src/view/com/post/Post.tsx:227 #: src/view/com/posts/FeedItem.tsx:392 msgid "Show More" msgstr "显示更多" -#: src/view/com/util/forms/PostDropdownBtn.tsx:341 -#: src/view/com/util/forms/PostDropdownBtn.tsx:343 +#: src/view/com/util/forms/PostDropdownBtn.tsx:328 +#: src/view/com/util/forms/PostDropdownBtn.tsx:330 msgid "Show more like this" msgstr "更多显示类似这样的" @@ -4712,9 +4745,9 @@ msgstr "在你的资讯源中显示来自 {0} 的帖子" #: src/view/shell/bottom-bar/BottomBar.tsx:312 #: src/view/shell/bottom-bar/BottomBar.tsx:313 #: src/view/shell/bottom-bar/BottomBar.tsx:315 -#: src/view/shell/bottom-bar/BottomBarWeb.tsx:181 -#: src/view/shell/bottom-bar/BottomBarWeb.tsx:182 -#: src/view/shell/bottom-bar/BottomBarWeb.tsx:184 +#: src/view/shell/bottom-bar/BottomBarWeb.tsx:204 +#: src/view/shell/bottom-bar/BottomBarWeb.tsx:205 +#: src/view/shell/bottom-bar/BottomBarWeb.tsx:207 #: src/view/shell/NavSignupCard.tsx:69 #: src/view/shell/NavSignupCard.tsx:70 #: src/view/shell/NavSignupCard.tsx:72 @@ -4745,9 +4778,9 @@ msgstr "登出" #: src/view/shell/bottom-bar/BottomBar.tsx:302 #: src/view/shell/bottom-bar/BottomBar.tsx:303 #: src/view/shell/bottom-bar/BottomBar.tsx:305 -#: src/view/shell/bottom-bar/BottomBarWeb.tsx:171 -#: src/view/shell/bottom-bar/BottomBarWeb.tsx:172 -#: src/view/shell/bottom-bar/BottomBarWeb.tsx:174 +#: src/view/shell/bottom-bar/BottomBarWeb.tsx:194 +#: src/view/shell/bottom-bar/BottomBarWeb.tsx:195 +#: src/view/shell/bottom-bar/BottomBarWeb.tsx:197 #: src/view/shell/NavSignupCard.tsx:60 #: src/view/shell/NavSignupCard.tsx:61 #: src/view/shell/NavSignupCard.tsx:63 @@ -4788,7 +4821,7 @@ msgstr "程序开发" msgid "Some people can reply" msgstr "一些人可以回复" -#: src/screens/Messages/Conversation/index.tsx:94 +#: src/screens/Messages/Conversation/index.tsx:106 msgid "Something went wrong" msgstr "出了点问题" @@ -4816,7 +4849,7 @@ msgstr "回复排序" msgid "Sort replies to the same post by:" msgstr "对同一帖子的回复进行排序:" -#: src/components/moderation/LabelsOnMeDialog.tsx:170 +#: src/components/moderation/LabelsOnMeDialog.tsx:168 msgid "Source: <0>{0}" msgstr "来源:<0>{0}" @@ -4861,13 +4894,13 @@ msgstr "步骤 {1} 共 {0} 步" msgid "Storage cleared, you need to restart the app now." msgstr "已清除存储,请立即重启应用。" -#: src/Navigation.tsx:218 +#: src/Navigation.tsx:224 #: src/view/screens/Settings/index.tsx:863 msgid "Storybook" msgstr "Storybook" -#: src/components/moderation/LabelsOnMeDialog.tsx:292 -#: src/components/moderation/LabelsOnMeDialog.tsx:293 +#: src/components/moderation/LabelsOnMeDialog.tsx:290 +#: src/components/moderation/LabelsOnMeDialog.tsx:291 #: src/screens/Messages/Conversation/ChatDisabled.tsx:142 #: src/screens/Messages/Conversation/ChatDisabled.tsx:143 msgid "Submit" @@ -4893,7 +4926,7 @@ msgstr "订阅这个标记者" msgid "Subscribe to this list" msgstr "订阅这个列表" -#: src/view/screens/Search/Search.tsx:424 +#: src/view/screens/Search/Search.tsx:425 msgid "Suggested Follows" msgstr "推荐的关注者" @@ -4905,7 +4938,7 @@ msgstr "为你推荐" msgid "Suggestive" msgstr "建议" -#: src/Navigation.tsx:233 +#: src/Navigation.tsx:239 #: src/view/screens/Support.tsx:30 #: src/view/screens/Support.tsx:33 msgid "Support" @@ -4932,7 +4965,7 @@ msgstr "系统" msgid "System log" msgstr "系统日志" -#: src/components/dialogs/MutedWords.tsx:325 +#: src/components/dialogs/MutedWords.tsx:323 msgid "tag" msgstr "标签" @@ -4960,11 +4993,11 @@ msgstr "讲个笑话!" msgid "Terms" msgstr "条款" -#: src/Navigation.tsx:243 +#: src/Navigation.tsx:249 #: src/screens/Signup/StepInfo/Policies.tsx:49 #: src/view/screens/Settings/index.tsx:951 #: src/view/screens/TermsOfService.tsx:29 -#: src/view/shell/Drawer.tsx:278 +#: src/view/shell/Drawer.tsx:279 msgid "Terms of Service" msgstr "服务条款" @@ -4974,17 +5007,17 @@ msgstr "服务条款" msgid "Terms used violate community standards" msgstr "用词违反了社群准则" -#: src/components/dialogs/MutedWords.tsx:325 +#: src/components/dialogs/MutedWords.tsx:323 msgid "text" msgstr "文本" -#: src/components/moderation/LabelsOnMeDialog.tsx:256 +#: src/components/moderation/LabelsOnMeDialog.tsx:254 #: src/screens/Messages/Conversation/ChatDisabled.tsx:108 msgid "Text input field" msgstr "文本输入框" -#: src/components/dms/ReportDialog.tsx:132 -#: src/components/ReportDialog/SubmitView.tsx:78 +#: src/components/dms/ReportDialog.tsx:134 +#: src/components/ReportDialog/SubmitView.tsx:77 msgid "Thank you. Your report has been sent." msgstr "谢谢,你的举报已提交。" @@ -4996,7 +5029,7 @@ msgstr "其中包含以下内容:" msgid "That handle is already taken." msgstr "该用户识别符已被占用。" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:291 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:305 #: src/view/com/profile/ProfileMenu.tsx:351 msgid "The account will be able to interact with you after unblocking." msgstr "解除屏蔽后,该账户将能够与你互动。" @@ -5013,11 +5046,11 @@ msgstr "版权许可已迁移至 <0/>" msgid "The feed has been replaced with Discover." msgstr "资讯源已替换为\"Discover\"。" -#: src/components/moderation/LabelsOnMeDialog.tsx:66 +#: src/components/moderation/LabelsOnMeDialog.tsx:65 msgid "The following labels were applied to your account." msgstr "以下标记已应用到你的账户。" -#: src/components/moderation/LabelsOnMeDialog.tsx:67 +#: src/components/moderation/LabelsOnMeDialog.tsx:66 msgid "The following labels were applied to your content." msgstr "以下标记已应用到你的内容。" @@ -5051,7 +5084,7 @@ msgstr "停用账户没有时间限制,你可以随时决定回来。" msgid "There was an an issue contacting the server, please check your internet connection and try again." msgstr "连接至服务器时出现问题,请检查你的互联网连接并重试。" -#: src/view/com/posts/FeedErrorMessage.tsx:146 +#: src/view/com/posts/FeedErrorMessage.tsx:145 msgid "There was an an issue removing this feed. Please check your internet connection and try again." msgstr "删除资讯源时出现问题,请检查你的互联网连接并重试。" @@ -5075,12 +5108,12 @@ msgstr "连接 Tenor 时出现问题。" msgid "There was an issue contacting the server" msgstr "连接服务器时出现问题" -#: src/view/com/feeds/FeedSourceCard.tsx:120 -#: src/view/com/feeds/FeedSourceCard.tsx:133 +#: src/view/com/feeds/FeedSourceCard.tsx:128 +#: src/view/com/feeds/FeedSourceCard.tsx:141 msgid "There was an issue contacting your server" msgstr "连接服务器时出现问题" -#: src/view/com/notifications/Feed.tsx:125 +#: src/view/com/notifications/Feed.tsx:126 msgid "There was an issue fetching notifications. Tap here to try again." msgstr "刷新通知时出现问题,点击重试。" @@ -5097,8 +5130,8 @@ msgstr "刷新列表时出现问题,点击重试。" msgid "There was an issue fetching your lists. Tap here to try again." msgstr "刷新列表时出现问题,点击重试。" -#: src/components/dms/ReportDialog.tsx:220 -#: src/components/ReportDialog/SubmitView.tsx:83 +#: src/components/dms/ReportDialog.tsx:222 +#: src/components/ReportDialog/SubmitView.tsx:82 msgid "There was an issue sending your report. Please check your internet connection." msgstr "提交举报时出现问题,请检查你的网络连接。" @@ -5106,9 +5139,9 @@ msgstr "提交举报时出现问题,请检查你的网络连接。" msgid "There was an issue with fetching your app passwords" msgstr "获取应用专用密码时出现问题" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:99 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:121 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:135 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:103 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:125 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:139 #: src/view/com/post-thread/PostThreadFollowBtn.tsx:99 #: src/view/com/post-thread/PostThreadFollowBtn.tsx:111 #: src/view/com/profile/ProfileMenu.tsx:109 @@ -5149,7 +5182,7 @@ msgstr "这个账户要求登录后才能查看其个人资料。" msgid "This account is blocked by one or more of your moderation lists. To unblock, please visit the lists directly and remove this user." msgstr "这个账户已被你的一个或多个内容审核列表所屏蔽。要解除屏蔽,请从内容审核列表中删除这个账户。" -#: src/components/moderation/LabelsOnMeDialog.tsx:241 +#: src/components/moderation/LabelsOnMeDialog.tsx:239 msgid "This appeal will be sent to <0>{0}." msgstr "这条申诉将发送至 <0>{0}。" @@ -5178,28 +5211,37 @@ msgstr "此内容由 {0} 托管。是否要启用外部媒体?" msgid "This content is not available because one of the users involved has blocked the other." msgstr "由于其中一个用户屏蔽了另一个用户,此内容不可用。" -#: src/view/com/posts/FeedErrorMessage.tsx:115 +#: src/view/com/posts/FeedErrorMessage.tsx:114 msgid "This content is not viewable without a Bluesky account." msgstr "没有 Bluesky 账户,无法查看此内容。" +#: src/screens/Messages/List/ChatListItem.tsx:213 +msgid "This conversation is with a deleted or a deactivated account. Press for options." +msgstr "" + #: src/view/screens/Settings/ExportCarDialog.tsx:93 msgid "This feature is in beta. You can read more about repository exports in <0>this blogpost." msgstr "该功能正在测试,你可以在<0>这篇博客文章中获得关于导出数据的更多信息。" -#: src/view/com/posts/FeedErrorMessage.tsx:121 +#: src/view/com/posts/FeedErrorMessage.tsx:120 msgid "This feed is currently receiving high traffic and is temporarily unavailable. Please try again later." msgstr "该资讯源当前使用人数较多,服务暂时不可用。请稍后再试。" #: src/screens/Profile/Sections/Feed.tsx:59 #: src/view/screens/ProfileFeed.tsx:471 #: src/view/screens/ProfileList.tsx:729 -msgid "This feed is empty!" -msgstr "这里是空的!" +#~ msgid "This feed is empty!" +#~ msgstr "这里是空的!" #: src/view/com/posts/CustomFeedEmptyState.tsx:37 msgid "This feed is empty! You may need to follow more users or tune your language settings." msgstr "这个资讯源是空的!你或许需要先关注更多的用户,或检查你的语言设置。" +#: src/view/screens/ProfileFeed.tsx:471 +#: src/view/screens/ProfileList.tsx:729 +msgid "This feed is empty." +msgstr "" + #: src/view/com/posts/FeedShutdownMsg.tsx:97 msgid "This feed is no longer online. We are showing <0>Discover instead." msgstr "这个资讯源已离线,我们将改为显示来自 <0>Discover 资讯源的内容。" @@ -5220,7 +5262,7 @@ msgstr "这个标签是由 <0>{0} 标记的。" msgid "This label was applied by the author." msgstr "这个标签是由该作者标记的。" -#: src/components/moderation/LabelsOnMeDialog.tsx:168 +#: src/components/moderation/LabelsOnMeDialog.tsx:166 msgid "This label was applied by you." msgstr "这个标签是由你标记的。" @@ -5240,20 +5282,20 @@ 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:111 +#: src/view/com/modals/AddAppPasswords.tsx:110 msgid "This name is already in use" msgstr "该名称已被使用" -#: src/view/com/post-thread/PostThreadItem.tsx:140 +#: src/view/com/post-thread/PostThreadItem.tsx:135 msgid "This post has been deleted." msgstr "这条帖子已被删除。" -#: src/view/com/util/forms/PostDropdownBtn.tsx:461 +#: src/view/com/util/forms/PostDropdownBtn.tsx:448 #: src/view/com/util/post-ctrls/PostCtrls.tsx:310 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:443 +#: src/view/com/util/forms/PostDropdownBtn.tsx:430 msgid "This post will be hidden from feeds." msgstr "这条帖子将从资讯源中隐藏。" @@ -5298,7 +5340,7 @@ msgstr "这个用户包含在你已隐藏的 <0>{0} 列表中。" msgid "This user isn't following anyone." msgstr "这个账户目前没有关注任何人。" -#: src/components/dialogs/MutedWords.tsx:285 +#: src/components/dialogs/MutedWords.tsx:283 msgid "This will delete {0} from your muted words. You can always add it back later." msgstr "这将从你的隐藏词汇中删除 {0}。你随时可以重新添加。" @@ -5315,7 +5357,7 @@ msgstr "讨论串首选项" msgid "Threaded Mode" msgstr "讨论串模式" -#: src/Navigation.tsx:276 +#: src/Navigation.tsx:282 msgid "Threads Preferences" msgstr "讨论串首选项" @@ -5331,7 +5373,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 "在隐藏词汇选项之间切换。" @@ -5344,7 +5386,7 @@ msgid "Toggle to enable or disable adult content" msgstr "切换以启用或禁用成人内容" #: src/screens/Hashtag.tsx:88 -#: src/view/screens/Search/Search.tsx:366 +#: src/view/screens/Search/Search.tsx:367 msgid "Top" msgstr "热门" @@ -5354,10 +5396,10 @@ msgstr "转换" #: src/components/dms/MessageMenu.tsx:103 #: src/components/dms/MessageMenu.tsx:105 -#: src/view/com/post-thread/PostThreadItem.tsx:691 -#: src/view/com/post-thread/PostThreadItem.tsx:693 -#: src/view/com/util/forms/PostDropdownBtn.tsx:280 -#: src/view/com/util/forms/PostDropdownBtn.tsx:282 +#: src/view/com/post-thread/PostThreadItem.tsx:674 +#: src/view/com/post-thread/PostThreadItem.tsx:676 +#: src/view/com/util/forms/PostDropdownBtn.tsx:267 +#: src/view/com/util/forms/PostDropdownBtn.tsx:269 msgid "Translate" msgstr "翻译" @@ -5399,14 +5441,14 @@ msgstr "无法连接到服务,请检查互联网连接。" #: src/components/dms/MessagesListBlockedFooter.tsx:96 #: src/components/dms/MessagesListBlockedFooter.tsx:104 #: src/components/dms/MessagesListBlockedFooter.tsx:111 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:184 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:295 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:188 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:309 #: src/view/com/profile/ProfileMenu.tsx:363 #: src/view/screens/ProfileList.tsx:626 msgid "Unblock" msgstr "取消屏蔽" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:189 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:193 msgctxt "action" msgid "Unblock" msgstr "取消屏蔽" @@ -5421,12 +5463,12 @@ msgstr "取消屏蔽账户" msgid "Unblock Account" msgstr "取消屏蔽账户" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:289 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:303 #: src/view/com/profile/ProfileMenu.tsx:345 msgid "Unblock Account?" msgstr "取消屏蔽账户?" -#: src/view/com/util/post-ctrls/RepostButton.tsx:62 +#: src/view/com/util/post-ctrls/RepostButton.tsx:63 #: src/view/com/util/post-ctrls/RepostButton.web.tsx:69 #: src/view/com/util/post-ctrls/RepostButton.web.tsx:73 msgid "Undo repost" @@ -5441,7 +5483,7 @@ msgstr "取消关注" msgid "Unfollow" msgstr "取消关注" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:229 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:233 msgid "Unfollow {0}" msgstr "取消关注 {0}" @@ -5476,8 +5518,8 @@ msgstr "取消隐藏所有 {displayTag} 帖子" msgid "Unmute conversation" msgstr "取消静音对话" -#: src/view/com/util/forms/PostDropdownBtn.tsx:365 -#: src/view/com/util/forms/PostDropdownBtn.tsx:370 +#: src/view/com/util/forms/PostDropdownBtn.tsx:352 +#: src/view/com/util/forms/PostDropdownBtn.tsx:357 msgid "Unmute thread" msgstr "取消隐藏讨论串" @@ -5523,7 +5565,7 @@ msgstr "更新至 {handle}" msgid "Updating..." msgstr "更新中..." -#: src/screens/Onboarding/StepProfile/index.tsx:280 +#: src/screens/Onboarding/StepProfile/index.tsx:281 msgid "Upload a photo instead" msgstr "上传图片" @@ -5584,7 +5626,7 @@ msgstr "使用推荐" msgid "Use the DNS panel" msgstr "使用 DNS 面板" -#: src/view/com/modals/AddAppPasswords.tsx:206 +#: src/view/com/modals/AddAppPasswords.tsx:205 msgid "Use this to sign into the other app along with your handle." msgstr "使用这个和你的用户识别符一起登录其他应用。" @@ -5743,11 +5785,11 @@ msgstr "查看这个标记的详情" #: src/components/ProfileHoverCard/index.web.tsx:396 #: src/components/ProfileHoverCard/index.web.tsx:429 #: src/view/com/posts/AviFollowButton.tsx:58 -#: src/view/com/posts/FeedErrorMessage.tsx:175 +#: src/view/com/posts/FeedErrorMessage.tsx:174 msgid "View profile" msgstr "查看个人资料" -#: src/view/com/profile/ProfileSubpageHeader.tsx:130 +#: src/view/com/profile/ProfileSubpageHeader.tsx:127 msgid "View the avatar" msgstr "查看头像" @@ -5759,6 +5801,11 @@ msgstr "查看 @{0} 提供的标记服务。" msgid "View users who like this feed" msgstr "查看这个资讯源被谁喜欢" +#: src/view/com/home/HomeHeaderLayout.web.tsx:78 +#: src/view/com/home/HomeHeaderLayoutMobile.tsx:84 +msgid "View your feeds and explore more" +msgstr "" + #: src/view/com/modals/LinkWarning.tsx:89 #: src/view/com/modals/LinkWarning.tsx:95 msgid "Visit Site" @@ -5782,7 +5829,7 @@ msgstr "警告内容并从资讯源中过滤" msgid "We couldn't find any results for that hashtag." msgstr "找不到任何与该标签相关的结果。" -#: src/screens/Messages/Conversation/index.tsx:95 +#: src/screens/Messages/Conversation/index.tsx:107 msgid "We couldn't load this conversation" msgstr "我们无法加载这个对话" @@ -5798,7 +5845,7 @@ 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 "不建议你添加会出现在许多帖子中的常见词汇,这可能导致你的时间线上没有帖子可显示。" @@ -5834,14 +5881,18 @@ 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:269 +#: src/view/screens/Search/Search.tsx:270 msgid "We're sorry, but your search could not be completed. Please try again in a few minutes." msgstr "很抱歉,无法完成你的搜索。请稍后再试。" +#: src/view/com/composer/Composer.tsx:318 +msgid "We're sorry! The post you are replying to has been deleted." +msgstr "" + #: src/components/Lists.tsx:212 #: src/view/screens/NotFound.tsx:48 msgid "We're sorry! We can't find the page you were looking for." @@ -5861,7 +5912,7 @@ msgstr "你感兴趣的是什么?" #: src/view/com/auth/SplashScreen.tsx:40 #: src/view/com/auth/SplashScreen.web.tsx:86 -#: src/view/com/composer/Composer.tsx:340 +#: src/view/com/composer/Composer.tsx:359 msgid "What's up?" msgstr "发生了什么新鲜事?" @@ -5882,7 +5933,7 @@ msgstr "谁可以给你发送私信?" msgid "Who can reply" msgstr "谁可以回复" -#: src/screens/Home/NoFeedsPinned.tsx:92 +#: src/screens/Home/NoFeedsPinned.tsx:79 #: src/screens/Messages/List/index.tsx:185 msgid "Whoops!" msgstr "糟糕!" @@ -5920,11 +5971,11 @@ msgstr "宽" msgid "Write a message" msgstr "编写私信" -#: src/view/com/composer/Composer.tsx:534 +#: src/view/com/composer/Composer.tsx:549 msgid "Write post" msgstr "撰写帖子" -#: src/view/com/composer/Composer.tsx:339 +#: src/view/com/composer/Composer.tsx:358 #: src/view/com/composer/Prompt.tsx:39 msgid "Write your reply" msgstr "撰写你的回复" @@ -5964,8 +6015,8 @@ msgstr "轮到你了。" msgid "You are not following anyone." msgstr "你没有关注任何账户。" -#: src/view/com/posts/FollowingEmptyState.tsx:67 -#: src/view/com/posts/FollowingEndOfFeed.tsx:68 +#: src/view/com/posts/FollowingEmptyState.tsx:63 +#: src/view/com/posts/FollowingEndOfFeed.tsx:64 msgid "You can also discover new Custom Feeds to follow." msgstr "你也可以探索新的自定义资讯源来关注。" @@ -5994,6 +6045,10 @@ msgstr "你可以重新激活你的账户以继续登录,其他用户将可以 msgid "You do not have any followers." msgstr "你目前还没有任何关注者。" +#: src/screens/Profile/KnownFollowers.tsx:99 +msgid "You don't follow any users who follow @{name}." +msgstr "" + #: 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 一段时间后,我们将提供一些新的邀请码给你。" @@ -6073,15 +6128,15 @@ msgstr "你还没有隐藏任何账户。要隐藏账户,请转到其个人资 msgid "You have reached the end" 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:87 +#: src/components/moderation/LabelsOnMeDialog.tsx:86 msgid "You may appeal non-self labels if you feel they were placed in error." msgstr "如果你认为由他人放置标签的标记信息有误,你可以提出申诉。" -#: src/components/moderation/LabelsOnMeDialog.tsx:92 +#: src/components/moderation/LabelsOnMeDialog.tsx:91 msgid "You may appeal these labels if you feel they were placed in error." msgstr "如果你认为标签的标记信息有误,你可以提出申诉。" @@ -6089,7 +6144,7 @@ msgstr "如果你认为标签的标记信息有误,你可以提出申诉。" msgid "You must be 13 years of age or older to sign up." msgstr "你必须年满13岁及以上才能注册。" -#: src/components/ReportDialog/SubmitView.tsx:206 +#: src/components/ReportDialog/SubmitView.tsx:205 msgid "You must select at least one labeler for a report" msgstr "你必须选择至少一个标记者进行举报" @@ -6097,11 +6152,11 @@ msgstr "你必须选择至少一个标记者进行举报" msgid "You previously deactivated @{0}." msgstr "你之前已停用 @{0}。" -#: src/view/com/util/forms/PostDropdownBtn.tsx:173 +#: src/view/com/util/forms/PostDropdownBtn.tsx:168 msgid "You will no longer receive notifications for this thread" msgstr "你将不再收到这条讨论串的通知" -#: src/view/com/util/forms/PostDropdownBtn.tsx:176 +#: src/view/com/util/forms/PostDropdownBtn.tsx:171 msgid "You will now receive notifications for this thread" msgstr "你将收到这条讨论串的通知" @@ -6109,15 +6164,15 @@ msgstr "你将收到这条讨论串的通知" msgid "You will receive an email with a \"reset code.\" Enter that code here, then enter your new password." msgstr "你将收到一封带有确认码的电子邮件。请在此输入该确认码,然后输入你的新密码。" -#: src/screens/Messages/List/ChatListItem.tsx:113 +#: src/screens/Messages/List/ChatListItem.tsx:114 msgid "You: {0}" msgstr "你:{0}" -#: src/screens/Messages/List/ChatListItem.tsx:142 +#: src/screens/Messages/List/ChatListItem.tsx:143 msgid "You: {defaultEmbeddedContentMessage}" msgstr "你:{defaultEmbeddedContentMessage}" -#: src/screens/Messages/List/ChatListItem.tsx:135 +#: src/screens/Messages/List/ChatListItem.tsx:136 msgid "You: {short}" msgstr "你:{short}" @@ -6141,7 +6196,7 @@ msgstr "你已设置完成!" msgid "You've chosen to hide a word or tag within this post." msgstr "你选择隐藏了这条帖子中的词汇或标签。" -#: src/view/com/posts/FollowingEndOfFeed.tsx:48 +#: src/view/com/posts/FollowingEndOfFeed.tsx:44 msgid "You've reached the end of your feed! Find some more accounts to follow." msgstr "你已经浏览完你的订阅资讯源啦!寻找一些更多的账户关注吧。" @@ -6183,7 +6238,7 @@ msgstr "你的电子邮箱已更新但尚未验证。作为下一步,请验证 msgid "Your email has not yet been verified. This is an important security step which we recommend." msgstr "你的电子邮箱尚未验证。这是一个重要的安全步骤,我们建议你完成验证。" -#: src/view/com/posts/FollowingEmptyState.tsx:47 +#: src/view/com/posts/FollowingEmptyState.tsx:43 msgid "Your following feed is empty! Follow more users to see what's happening." msgstr "你的\"正在关注\"资讯源为空!关注更多用户去看看他们发了什么。" @@ -6195,7 +6250,7 @@ msgstr "你的完整用户识别符将修改为" msgid "Your full handle will be <0>@{0}" msgstr "你的完整用户识别符将修改为 <0>@{0}" -#: src/components/dialogs/MutedWords.tsx:221 +#: src/components/dialogs/MutedWords.tsx:220 msgid "Your muted words" msgstr "你的隐藏词汇" @@ -6203,7 +6258,7 @@ msgstr "你的隐藏词汇" msgid "Your password has been changed successfully!" msgstr "你的密码已成功更改!" -#: src/view/com/composer/Composer.tsx:330 +#: src/view/com/composer/Composer.tsx:349 msgid "Your post has been published" msgstr "你的帖子已发布" @@ -6219,11 +6274,11 @@ msgstr "你的个人资料" msgid "Your profile, posts, feeds, and lists will no longer be visible to other Bluesky users. You can reactivate your account at any time by logging in." msgstr "其他 Bluesky 用户将无法再看到你的个人资料、帖子、列表与其他相关信息,你可以随时登录以重新激活你的账户。" -#: src/view/com/composer/Composer.tsx:329 +#: src/view/com/composer/Composer.tsx:348 msgid "Your reply has been published" msgstr "你的回复已发布" -#: src/components/dms/ReportDialog.tsx:160 +#: src/components/dms/ReportDialog.tsx:162 msgid "Your report will be sent to the Bluesky Moderation Service" msgstr "你的举报将发送至 Bluesky 内容审核服务" diff --git a/src/locale/locales/zh-TW/messages.po b/src/locale/locales/zh-TW/messages.po index 5660c06a..b931d211 100644 --- a/src/locale/locales/zh-TW/messages.po +++ b/src/locale/locales/zh-TW/messages.po @@ -13,7 +13,7 @@ msgstr "" "X-Generator: @lingui/cli\n" "Plural-Forms: \n" -#: src/screens/Messages/List/ChatListItem.tsx:119 +#: src/screens/Messages/List/ChatListItem.tsx:120 msgid "(contains embedded content)" msgstr "" @@ -33,10 +33,14 @@ msgstr "{0, plural, one {該帳號有 # 個標記} other {該帳號有 # 個標 msgid "{0, plural, one {# label has been placed on this content} other {# labels have been placed on this content}}" msgstr "{0, plural, one {該內容有 # 個標記} other {該內容有 # 個標記}}" -#: src/view/com/util/post-ctrls/RepostButton.tsx:64 +#: src/view/com/util/post-ctrls/RepostButton.tsx:65 msgid "{0, plural, one {# repost} other {# reposts}}" msgstr "{0, plural, one {# 個轉貼} other {# 個轉貼}}" +#: src/components/KnownFollowers.tsx:179 +msgid "{0, plural, one {and # other} other {and # others}}" +msgstr "" + #: src/components/ProfileHoverCard/index.web.tsx:376 #: src/screens/Profile/Header/Metrics.tsx:23 msgid "{0, plural, one {follower} other {followers}}" @@ -51,11 +55,11 @@ msgstr "{0, plural, one {個跟隨中} other {個跟隨中}}" msgid "{0, plural, one {Like (# like)} other {Like (# likes)}}" msgstr "{0, plural, one {喜歡(# 個喜歡)} other {喜歡(# 個喜歡)}}" -#: src/view/com/post-thread/PostThreadItem.tsx:386 +#: src/view/com/post-thread/PostThreadItem.tsx:380 msgid "{0, plural, one {like} other {likes}}" msgstr "{0, plural, one {喜歡} other {喜歡}}" -#: src/view/com/feeds/FeedSourceCard.tsx:280 +#: src/view/com/feeds/FeedSourceCard.tsx:301 msgid "{0, plural, one {Liked by # user} other {Liked by # users}}" msgstr "{0, plural,one {# 個用戶已喜歡} other {# 個用戶已喜歡}}" @@ -67,7 +71,7 @@ msgstr "{0, plural, one {則貼文} other {則貼文}}" msgid "{0, plural, one {Reply (# reply)} other {Reply (# replies)}}" msgstr "{0, plural, one {回覆(# 個回覆)} other {回覆(# 個回覆)}}" -#: src/view/com/post-thread/PostThreadItem.tsx:366 +#: src/view/com/post-thread/PostThreadItem.tsx:360 msgid "{0, plural, one {repost} other {reposts}}" msgstr "{0, plural, one {轉貼} other {轉貼}}" @@ -106,7 +110,7 @@ msgstr "無法傳送訊息給 {handle}" msgid "{likeCount, plural, one {Liked by # user} other {Liked by # users}}" msgstr "{likeCount, plural, one {# 個用戶已喜歡} other {# 個用戶已喜歡}}" -#: src/view/shell/Drawer.tsx:461 +#: src/view/shell/Drawer.tsx:462 msgid "{numUnreadNotifications} unread" msgstr "{numUnreadNotifications} 個未讀通知" @@ -138,12 +142,12 @@ msgstr "⚠無效的帳號代碼" msgid "2FA Confirmation" msgstr "雙重驗證" -#: src/view/com/util/ViewHeader.tsx:92 -#: src/view/screens/Search/Search.tsx:714 +#: src/view/com/util/ViewHeader.tsx:93 +#: src/view/screens/Search/Search.tsx:715 msgid "Access navigation links and settings" msgstr "存取導覽連結和設定" -#: src/view/com/home/HomeHeaderLayoutMobile.tsx:54 +#: src/view/com/home/HomeHeaderLayoutMobile.tsx:56 msgid "Access profile and other navigation links" msgstr "存取個人檔案和其他導覽連結" @@ -156,7 +160,7 @@ msgstr "無障礙" msgid "Accessibility settings" msgstr "無障礙設定" -#: src/Navigation.tsx:290 +#: src/Navigation.tsx:296 #: src/view/screens/AccessibilitySettings.tsx:63 msgid "Accessibility Settings" msgstr "無障礙設定" @@ -196,7 +200,7 @@ msgstr "帳號選項" msgid "Account removed from quick access" msgstr "已從快速存取中移除帳號" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:131 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:135 #: src/view/com/profile/ProfileMenu.tsx:131 msgid "Account unblocked" msgstr "已解除封鎖帳號" @@ -209,7 +213,7 @@ msgstr "已取消跟隨帳號" msgid "Account unmuted" msgstr "已取消靜音帳號" -#: src/components/dialogs/MutedWords.tsx:165 +#: src/components/dialogs/MutedWords.tsx:164 #: src/view/com/modals/ListAddRemoveUsers.tsx:268 #: src/view/com/modals/UserAddRemoveLists.tsx:230 #: src/view/screens/ProfileList.tsx:881 @@ -231,9 +235,9 @@ msgstr "將用戶新增至此列表" msgid "Add account" msgstr "新增帳號" -#: src/view/com/composer/GifAltText.tsx:70 -#: src/view/com/composer/GifAltText.tsx:136 -#: src/view/com/composer/GifAltText.tsx:176 +#: src/view/com/composer/GifAltText.tsx:69 +#: src/view/com/composer/GifAltText.tsx:135 +#: src/view/com/composer/GifAltText.tsx:175 #: src/view/com/composer/photos/Gallery.tsx:120 #: src/view/com/composer/photos/Gallery.tsx:187 #: src/view/com/modals/AltImage.tsx:118 @@ -246,15 +250,15 @@ msgstr "新增替代文字" msgid "Add App Password" 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/screens/Home/NoFeedsPinned.tsx:112 +#: src/screens/Home/NoFeedsPinned.tsx:99 msgid "Add recommended feeds" msgstr "新增推薦的動態源" @@ -271,7 +275,7 @@ msgstr "將以下 DNS 記錄新增到您的網域:" msgid "Add to Lists" msgstr "新增至列表" -#: src/view/com/feeds/FeedSourceCard.tsx:246 +#: src/view/com/feeds/FeedSourceCard.tsx:267 msgid "Add to my feeds" msgstr "加入到我的動態源" @@ -280,7 +284,7 @@ msgstr "加入到我的動態源" msgid "Added to list" msgstr "新增至列表" -#: src/view/com/feeds/FeedSourceCard.tsx:118 +#: src/view/com/feeds/FeedSourceCard.tsx:126 msgid "Added to my feeds" msgstr "加入到我的動態源" @@ -302,12 +306,12 @@ msgstr "成人內容已停用。" msgid "Advanced" msgstr "進階設定" -#: src/view/screens/Feeds.tsx:798 +#: src/view/screens/Feeds.tsx:771 msgid "All the feeds you've saved, right in one place." msgstr "以下是您儲存的動態源。" -#: src/view/com/modals/AddAppPasswords.tsx:188 -#: src/view/com/modals/AddAppPasswords.tsx:195 +#: src/view/com/modals/AddAppPasswords.tsx:187 +#: src/view/com/modals/AddAppPasswords.tsx:194 msgid "Allow access to your direct messages" msgstr "允許存取您的私人訊息" @@ -325,13 +329,13 @@ msgstr "已經有重置碼了?" msgid "Already signed in as @{0}" msgstr "已以 @{0} 身份登入" -#: src/view/com/composer/GifAltText.tsx:94 +#: src/view/com/composer/GifAltText.tsx:93 #: src/view/com/composer/photos/Gallery.tsx:144 #: src/view/com/util/post-embeds/GifEmbed.tsx:173 msgid "ALT" msgstr "ALT" -#: src/view/com/composer/GifAltText.tsx:145 +#: src/view/com/composer/GifAltText.tsx:144 #: src/view/com/modals/EditImage.tsx:316 #: src/view/screens/AccessibilitySettings.tsx:77 msgid "Alt text" @@ -375,6 +379,7 @@ msgstr "出現問題,請再試一次。" msgid "an unknown error occurred" msgstr "出現未知錯誤" +#: src/components/KnownFollowers.tsx:187 #: src/view/com/notifications/FeedItem.tsx:258 #: src/view/com/threadgate/WhoCanReply.tsx:180 msgid "and" @@ -400,11 +405,11 @@ msgstr "應用程式語言" msgid "App password deleted" msgstr "應用程式專用密碼已刪除" -#: src/view/com/modals/AddAppPasswords.tsx:139 +#: src/view/com/modals/AddAppPasswords.tsx:138 msgid "App Password names can only contain letters, numbers, spaces, dashes, and underscores." msgstr "應用程式專用密碼只能包含字母、數字、空格、破折號及底線。" -#: src/view/com/modals/AddAppPasswords.tsx:104 +#: src/view/com/modals/AddAppPasswords.tsx:103 msgid "App Password names must be at least 4 characters long." msgstr "應用程式專用密碼名稱必須至少為 4 個字元。" @@ -412,22 +417,22 @@ msgstr "應用程式專用密碼名稱必須至少為 4 個字元。" msgid "App password settings" msgstr "應用程式專用密碼設定" -#: src/Navigation.tsx:258 +#: src/Navigation.tsx:264 #: src/view/screens/AppPasswords.tsx:192 #: src/view/screens/Settings/index.tsx:706 msgid "App Passwords" msgstr "應用程式專用密碼" -#: src/components/moderation/LabelsOnMeDialog.tsx:153 -#: src/components/moderation/LabelsOnMeDialog.tsx:156 +#: src/components/moderation/LabelsOnMeDialog.tsx:151 +#: src/components/moderation/LabelsOnMeDialog.tsx:154 msgid "Appeal" msgstr "申訴" -#: src/components/moderation/LabelsOnMeDialog.tsx:238 +#: src/components/moderation/LabelsOnMeDialog.tsx:236 msgid "Appeal \"{0}\" label" msgstr "申訴「{0}」標記" -#: src/components/moderation/LabelsOnMeDialog.tsx:229 +#: src/components/moderation/LabelsOnMeDialog.tsx:227 #: src/screens/Messages/Conversation/ChatDisabled.tsx:91 msgid "Appeal submitted" msgstr "已提交申訴" @@ -444,7 +449,7 @@ msgid "Appearance" msgstr "外觀" #: src/screens/Feeds/NoSavedFeedsOfAnyType.tsx:47 -#: src/screens/Home/NoFeedsPinned.tsx:106 +#: src/screens/Home/NoFeedsPinned.tsx:93 msgid "Apply default recommended feeds" msgstr "使用預設推薦的動態源" @@ -460,15 +465,15 @@ msgstr "您確定要刪除這則訊息嗎?該訊息將為您刪除,但不會 msgid "Are you sure you want to leave this conversation? Your messages will be deleted for you, but not for the other participant." msgstr "您確定要離開此對話嗎?您的訊息將為您刪除,但不會為其他參與者刪除。" -#: src/view/com/feeds/FeedSourceCard.tsx:293 +#: src/view/com/feeds/FeedSourceCard.tsx:314 msgid "Are you sure you want to remove {0} from your feeds?" msgstr "您確定要從您的動態中移除 {0} 嗎?" -#: src/view/com/composer/Composer.tsx:617 +#: src/view/com/composer/Composer.tsx:630 msgid "Are you sure you'd like to discard this draft?" msgstr "您確定要捨棄此草稿嗎?" -#: src/components/dialogs/MutedWords.tsx:283 +#: src/components/dialogs/MutedWords.tsx:281 msgid "Are you sure?" msgstr "您確定嗎?" @@ -489,8 +494,8 @@ msgid "At least 3 characters" msgstr "至少 3 個字元" #: src/components/dms/MessagesListHeader.tsx:75 -#: src/components/moderation/LabelsOnMeDialog.tsx:283 -#: src/components/moderation/LabelsOnMeDialog.tsx:284 +#: src/components/moderation/LabelsOnMeDialog.tsx:281 +#: src/components/moderation/LabelsOnMeDialog.tsx:282 #: src/screens/Login/ChooseAccountForm.tsx:98 #: src/screens/Login/ChooseAccountForm.tsx:103 #: src/screens/Login/ForgotPasswordForm.tsx:129 @@ -503,7 +508,7 @@ msgstr "至少 3 個字元" #: src/screens/Messages/Conversation/ChatDisabled.tsx:134 #: src/screens/Profile/Header/Shell.tsx:102 #: src/screens/Signup/index.tsx:193 -#: src/view/com/util/ViewHeader.tsx:90 +#: src/view/com/util/ViewHeader.tsx:91 msgid "Back" msgstr "返回" @@ -519,7 +524,7 @@ msgstr "生日" msgid "Birthday:" msgstr "生日:" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:295 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:309 #: src/view/com/profile/ProfileMenu.tsx:363 msgid "Block" msgstr "封鎖" @@ -559,7 +564,7 @@ msgstr "已被封鎖" msgid "Blocked accounts" msgstr "已封鎖帳號" -#: src/Navigation.tsx:141 +#: src/Navigation.tsx:140 #: src/view/screens/ModerationBlockedAccounts.tsx:109 msgid "Blocked Accounts" msgstr "已封鎖帳號" @@ -617,8 +622,8 @@ msgstr "模糊圖片並從動態中過濾" msgid "Books" msgstr "書籍" -#: src/screens/Home/NoFeedsPinned.tsx:116 -#: src/screens/Home/NoFeedsPinned.tsx:123 +#: src/screens/Home/NoFeedsPinned.tsx:103 +#: src/screens/Home/NoFeedsPinned.tsx:109 msgid "Browse other feeds" msgstr "瀏覽其他動態源" @@ -626,7 +631,7 @@ msgstr "瀏覽其他動態源" msgid "Business" msgstr "商務" -#: src/view/com/profile/ProfileSubpageHeader.tsx:159 +#: src/view/com/profile/ProfileSubpageHeader.tsx:156 msgid "by —" msgstr "來自 —" @@ -634,7 +639,7 @@ msgstr "來自 —" msgid "By {0}" msgstr "來自 {0}" -#: src/view/com/profile/ProfileSubpageHeader.tsx:163 +#: src/view/com/profile/ProfileSubpageHeader.tsx:160 msgid "by <0/>" msgstr "來自 <0/>" @@ -642,7 +647,7 @@ msgstr "來自 <0/>" msgid "By creating an account you agree to the {els}." msgstr "建立帳號即表示您同意 {els}。" -#: src/view/com/profile/ProfileSubpageHeader.tsx:161 +#: src/view/com/profile/ProfileSubpageHeader.tsx:158 msgid "by you" msgstr "來自您" @@ -650,7 +655,7 @@ msgstr "來自您" msgid "Camera" msgstr "相機" -#: src/view/com/modals/AddAppPasswords.tsx:180 +#: src/view/com/modals/AddAppPasswords.tsx:179 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 個字元。" @@ -659,8 +664,8 @@ msgstr "只能包含字母、數字、空格、破折號及底線。長度必須 #: src/components/Prompt.tsx:121 #: src/components/TagMenu/index.tsx:268 #: src/screens/Deactivated.tsx:161 -#: src/view/com/composer/Composer.tsx:417 -#: src/view/com/composer/Composer.tsx:423 +#: src/view/com/composer/Composer.tsx:432 +#: src/view/com/composer/Composer.tsx:438 #: src/view/com/modals/ChangeEmail.tsx:213 #: src/view/com/modals/ChangeEmail.tsx:215 #: src/view/com/modals/ChangeHandle.tsx:148 @@ -676,8 +681,8 @@ msgstr "只能包含字母、數字、空格、破折號及底線。長度必須 #: src/view/com/modals/LinkWarning.tsx:107 #: src/view/com/modals/VerifyEmail.tsx:255 #: src/view/com/modals/VerifyEmail.tsx:261 -#: src/view/com/util/post-ctrls/RepostButton.tsx:136 -#: src/view/screens/Search/Search.tsx:738 +#: src/view/com/util/post-ctrls/RepostButton.tsx:138 +#: src/view/screens/Search/Search.tsx:735 #: src/view/shell/desktop/Search.tsx:218 msgid "Cancel" msgstr "取消" @@ -706,7 +711,7 @@ msgstr "取消圖片裁剪" msgid "Cancel profile editing" msgstr "取消編輯個人檔案" -#: src/view/com/util/post-ctrls/RepostButton.tsx:130 +#: src/view/com/util/post-ctrls/RepostButton.tsx:132 msgid "Cancel quote post" msgstr "取消引用貼文" @@ -762,7 +767,7 @@ msgstr "變更貼文的發佈語言為 {0}" msgid "Change Your Email" msgstr "變更您的電子郵件地址" -#: src/Navigation.tsx:302 +#: src/Navigation.tsx:308 #: src/view/shell/bottom-bar/BottomBar.tsx:201 #: src/view/shell/desktop/LeftNav.tsx:295 msgid "Chat" @@ -774,7 +779,7 @@ msgstr "對話已靜音" #: src/components/dms/ConvoMenu.tsx:112 #: src/components/dms/MessageMenu.tsx:81 -#: src/Navigation.tsx:307 +#: src/Navigation.tsx:313 #: src/screens/Messages/List/index.tsx:88 #: src/view/screens/Settings/index.tsx:638 msgid "Chat settings" @@ -839,7 +844,7 @@ msgid "Clear all storage data (restart after this)" msgstr "清除所有資料(並重啟)" #: src/view/com/util/forms/SearchInput.tsx:88 -#: src/view/screens/Search/Search.tsx:864 +#: src/view/screens/Search/Search.tsx:861 msgid "Clear search query" msgstr "清除搜尋記錄" @@ -939,7 +944,7 @@ msgstr "關閉底部導覽列" msgid "Closes password update alert" msgstr "關閉密碼更新警告" -#: src/view/com/composer/Composer.tsx:419 +#: src/view/com/composer/Composer.tsx:434 msgid "Closes post composer and discards post draft" msgstr "關閉貼文編輯頁並捨棄草稿" @@ -963,7 +968,7 @@ msgstr "喜劇" msgid "Comics" msgstr "漫畫" -#: src/Navigation.tsx:248 +#: src/Navigation.tsx:254 #: src/view/screens/CommunityGuidelines.tsx:32 msgid "Community Guidelines" msgstr "社群守則" @@ -976,7 +981,7 @@ msgstr "完成初始設定並開始使用您的帳號" msgid "Complete the challenge" msgstr "完成驗證" -#: src/view/com/composer/Composer.tsx:536 +#: src/view/com/composer/Composer.tsx:551 msgid "Compose posts up to {MAX_GRAPHEME_LENGTH} characters in length" msgstr "撰寫貼文的長度最多為 {MAX_GRAPHEME_LENGTH} 個字元" @@ -1077,7 +1082,7 @@ msgid "Context menu backdrop, click to close the menu." msgstr "彈出式選單背景,點擊以關閉選單。" #: src/screens/Onboarding/StepInterests/index.tsx:253 -#: src/screens/Onboarding/StepProfile/index.tsx:268 +#: src/screens/Onboarding/StepProfile/index.tsx:269 msgid "Continue" msgstr "繼續" @@ -1085,13 +1090,17 @@ msgstr "繼續" msgid "Continue as {0} (currently signed in)" msgstr "以 {0} 繼續 (目前已登入)" +#: src/view/com/post-thread/PostThreadLoadMore.tsx:52 +msgid "Continue thread..." +msgstr "" + #: src/screens/Onboarding/StepInterests/index.tsx:250 -#: src/screens/Onboarding/StepProfile/index.tsx:265 +#: src/screens/Onboarding/StepProfile/index.tsx:266 #: src/screens/Signup/index.tsx:213 msgid "Continue to next step" msgstr "繼續下一步" -#: src/screens/Messages/List/ChatListItem.tsx:153 +#: src/screens/Messages/List/ChatListItem.tsx:154 msgid "Conversation deleted" msgstr "對話已刪除" @@ -1099,7 +1108,7 @@ msgstr "對話已刪除" msgid "Cooking" msgstr "烹飪" -#: src/view/com/modals/AddAppPasswords.tsx:221 +#: src/view/com/modals/AddAppPasswords.tsx:220 #: src/view/com/modals/InviteCodes.tsx:183 msgid "Copied" msgstr "已複製" @@ -1109,10 +1118,10 @@ msgid "Copied build version to clipboard" msgstr "已複製建構版本號至剪貼簿" #: src/components/dms/MessageMenu.tsx:57 -#: src/view/com/modals/AddAppPasswords.tsx:81 +#: src/view/com/modals/AddAppPasswords.tsx:80 #: src/view/com/modals/ChangeHandle.tsx:320 #: src/view/com/modals/InviteCodes.tsx:153 -#: src/view/com/util/forms/PostDropdownBtn.tsx:187 +#: src/view/com/util/forms/PostDropdownBtn.tsx:182 msgid "Copied to clipboard" msgstr "已複製至剪貼簿" @@ -1120,11 +1129,11 @@ msgstr "已複製至剪貼簿" msgid "Copied!" msgstr "已複製!" -#: src/view/com/modals/AddAppPasswords.tsx:215 +#: src/view/com/modals/AddAppPasswords.tsx:214 msgid "Copies app password" msgstr "複製應用程式專用密碼" -#: src/view/com/modals/AddAppPasswords.tsx:214 +#: src/view/com/modals/AddAppPasswords.tsx:213 msgid "Copy" msgstr "複製" @@ -1141,8 +1150,8 @@ msgstr "複製程式碼" msgid "Copy link to list" msgstr "複製列表連結" -#: src/view/com/util/forms/PostDropdownBtn.tsx:310 -#: src/view/com/util/forms/PostDropdownBtn.tsx:319 +#: src/view/com/util/forms/PostDropdownBtn.tsx:297 +#: src/view/com/util/forms/PostDropdownBtn.tsx:306 msgid "Copy link to post" msgstr "複製貼文連結" @@ -1151,12 +1160,12 @@ msgstr "複製貼文連結" msgid "Copy message text" msgstr "複製訊息文字" -#: src/view/com/util/forms/PostDropdownBtn.tsx:288 -#: src/view/com/util/forms/PostDropdownBtn.tsx:290 +#: src/view/com/util/forms/PostDropdownBtn.tsx:275 +#: src/view/com/util/forms/PostDropdownBtn.tsx:277 msgid "Copy post text" msgstr "複製貼文文字" -#: src/Navigation.tsx:253 +#: src/Navigation.tsx:259 #: src/view/screens/CopyrightPolicy.tsx:29 msgid "Copyright Policy" msgstr "著作權政策" @@ -1195,11 +1204,11 @@ msgstr "建立帳號" msgid "Create an account" msgstr "建立一個帳號" -#: src/screens/Onboarding/StepProfile/index.tsx:282 +#: src/screens/Onboarding/StepProfile/index.tsx:283 msgid "Create an avatar instead" msgstr "或是建立一個頭像" -#: src/view/com/modals/AddAppPasswords.tsx:243 +#: src/view/com/modals/AddAppPasswords.tsx:242 msgid "Create App Password" msgstr "建立應用程式專用密碼" @@ -1229,7 +1238,7 @@ msgstr "自訂" msgid "Custom domain" msgstr "自訂網域" -#: src/view/screens/Feeds.tsx:824 +#: src/view/screens/Feeds.tsx:797 msgid "Custom feeds built by the community bring you new experiences and help you find the content you love." msgstr "由社群打造的自訂動態源帶來全新體驗,幫助您找到所愛的內容。" @@ -1272,7 +1281,7 @@ msgid "Debug panel" msgstr "偵錯面板" #: src/components/dms/MessageMenu.tsx:151 -#: src/view/com/util/forms/PostDropdownBtn.tsx:436 +#: src/view/com/util/forms/PostDropdownBtn.tsx:423 #: src/view/screens/AppPasswords.tsx:285 #: src/view/screens/ProfileList.tsx:667 msgid "Delete" @@ -1323,8 +1332,8 @@ msgstr "刪除我的帳號" msgid "Delete My Account…" msgstr "刪除我的帳號…" -#: src/view/com/util/forms/PostDropdownBtn.tsx:417 -#: src/view/com/util/forms/PostDropdownBtn.tsx:419 +#: src/view/com/util/forms/PostDropdownBtn.tsx:404 +#: src/view/com/util/forms/PostDropdownBtn.tsx:406 msgid "Delete post" msgstr "刪除貼文" @@ -1332,7 +1341,7 @@ msgstr "刪除貼文" msgid "Delete this list?" msgstr "刪除此列表?" -#: src/view/com/util/forms/PostDropdownBtn.tsx:431 +#: src/view/com/util/forms/PostDropdownBtn.tsx:418 msgid "Delete this post?" msgstr "刪除這條貼文?" @@ -1355,11 +1364,11 @@ msgstr "刪除對話聲明紀錄" msgid "Description" msgstr "描述" -#: src/view/com/composer/GifAltText.tsx:141 +#: src/view/com/composer/GifAltText.tsx:140 msgid "Descriptive alt text" msgstr "生動的替代文字" -#: src/view/com/composer/Composer.tsx:264 +#: src/view/com/composer/Composer.tsx:277 msgid "Did you want to say anything?" msgstr "有什麼想說的嗎?" @@ -1392,11 +1401,11 @@ msgstr "關閉觸覺回饋" msgid "Disabled" msgstr "停用" -#: src/view/com/composer/Composer.tsx:619 +#: src/view/com/composer/Composer.tsx:632 msgid "Discard" msgstr "捨棄" -#: src/view/com/composer/Composer.tsx:616 +#: src/view/com/composer/Composer.tsx:629 msgid "Discard draft?" msgstr "捨棄草稿?" @@ -1405,12 +1414,12 @@ msgstr "捨棄草稿?" msgid "Discourage apps from showing my account to logged-out users" msgstr "阻撓應用程式向未登入用戶顯示我的帳號" -#: src/view/com/posts/FollowingEmptyState.tsx:74 -#: src/view/com/posts/FollowingEndOfFeed.tsx:75 +#: src/view/com/posts/FollowingEmptyState.tsx:70 +#: src/view/com/posts/FollowingEndOfFeed.tsx:71 msgid "Discover new custom feeds" msgstr "探索新的自訂動態源" -#: src/view/screens/Feeds.tsx:821 +#: src/view/screens/Feeds.tsx:794 msgid "Discover New Feeds" msgstr "探索新的動態源" @@ -1446,11 +1455,11 @@ msgstr "網域已驗證!" #: src/components/dialogs/BirthDateSettings.tsx:125 #: src/components/forms/DateField/index.tsx:74 #: src/components/forms/DateField/index.tsx:80 -#: src/screens/Onboarding/StepProfile/index.tsx:321 -#: src/screens/Onboarding/StepProfile/index.tsx:324 +#: src/screens/Onboarding/StepProfile/index.tsx:322 +#: src/screens/Onboarding/StepProfile/index.tsx:325 #: src/view/com/auth/server-input/index.tsx:169 #: src/view/com/auth/server-input/index.tsx:170 -#: src/view/com/modals/AddAppPasswords.tsx:243 +#: src/view/com/modals/AddAppPasswords.tsx:242 #: src/view/com/modals/AltImage.tsx:141 #: src/view/com/modals/crop-image/CropImage.web.tsx:177 #: src/view/com/modals/InviteCodes.tsx:81 @@ -1525,6 +1534,11 @@ msgstr "例如:多次張貼廣告的用戶。" msgid "Each code works once. You'll receive more invite codes periodically." msgstr "每個邀請碼僅能使用一次。您將定期收到更多的邀請碼。" +#: src/view/screens/Feeds.tsx:400 +#: src/view/screens/Feeds.tsx:471 +msgid "Edit" +msgstr "" + #: src/view/com/lists/ListMembers.tsx:149 msgctxt "action" msgid "Edit" @@ -1548,8 +1562,9 @@ msgstr "編輯列表詳情" msgid "Edit Moderation List" msgstr "編輯內容管理列表" -#: src/Navigation.tsx:263 -#: src/view/screens/Feeds.tsx:495 +#: src/Navigation.tsx:269 +#: src/view/screens/Feeds.tsx:398 +#: src/view/screens/Feeds.tsx:469 #: src/view/screens/SavedFeeds.tsx:93 msgid "Edit My Feeds" msgstr "編輯我的動態源" @@ -1559,19 +1574,19 @@ msgid "Edit my profile" msgstr "編輯我的個人檔案" #: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:181 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:171 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:175 msgid "Edit profile" msgstr "編輯個人檔案" #: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:184 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:174 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:178 msgid "Edit Profile" msgstr "編輯個人檔案" #: src/view/com/home/HomeHeaderLayout.web.tsx:76 #: src/view/screens/Feeds.tsx:416 -msgid "Edit Saved Feeds" -msgstr "編輯已儲存之動態源" +#~ msgid "Edit Saved Feeds" +#~ msgstr "編輯已儲存之動態源" #: src/view/com/modals/CreateOrEditList.tsx:234 msgid "Edit User List" @@ -1624,8 +1639,8 @@ msgid "Embed HTML code" msgstr "嵌入 HTML 程式碼" #: src/components/dialogs/Embed.tsx:97 -#: src/view/com/util/forms/PostDropdownBtn.tsx:327 -#: src/view/com/util/forms/PostDropdownBtn.tsx:329 +#: src/view/com/util/forms/PostDropdownBtn.tsx:314 +#: src/view/com/util/forms/PostDropdownBtn.tsx:316 msgid "Embed post" msgstr "嵌入貼文" @@ -1668,7 +1683,7 @@ msgstr "啟用" msgid "End of feed" msgstr "已經到底部啦!" -#: src/view/com/modals/AddAppPasswords.tsx:161 +#: src/view/com/modals/AddAppPasswords.tsx:160 msgid "Enter a name for this App Password" msgstr "輸入此應用程式專用密碼的名稱" @@ -1676,8 +1691,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 "輸入文字或標籤" @@ -1727,7 +1742,7 @@ msgid "Error receiving captcha response." msgstr "Captcha 給出了錯誤的回應。" #: src/screens/Onboarding/StepInterests/index.tsx:192 -#: src/view/screens/Search/Search.tsx:115 +#: src/view/screens/Search/Search.tsx:116 msgid "Error:" msgstr "錯誤:" @@ -1815,7 +1830,7 @@ msgstr "外部媒體" msgid "External media may allow websites to collect information about you and your device. No information is sent or requested until you press the \"play\" button." msgstr "外部媒體可能允許網站收集有關您和您裝置的資料。在您按下「播放」按鈕之前,不會傳送或請求任何資料。" -#: src/Navigation.tsx:282 +#: src/Navigation.tsx:288 #: src/view/screens/PreferencesExternalEmbeds.tsx:53 #: src/view/screens/Settings/index.tsx:679 msgid "External Media Preferences" @@ -1825,8 +1840,8 @@ msgstr "外部媒體偏好" msgid "External media settings" msgstr "外部媒體設定" -#: src/view/com/modals/AddAppPasswords.tsx:120 -#: src/view/com/modals/AddAppPasswords.tsx:124 +#: src/view/com/modals/AddAppPasswords.tsx:119 +#: src/view/com/modals/AddAppPasswords.tsx:123 msgid "Failed to create app password." msgstr "建立應用程式專用密碼失敗。" @@ -1838,7 +1853,7 @@ msgstr "無法建立列表。請檢查您的網路連線並重試。" msgid "Failed to delete message" msgstr "無法刪除訊息" -#: src/view/com/util/forms/PostDropdownBtn.tsx:154 +#: src/view/com/util/forms/PostDropdownBtn.tsx:149 msgid "Failed to delete post, please try again" msgstr "無法刪除貼文,請重試" @@ -1859,7 +1874,7 @@ msgstr "無法儲存圖片:{0}" msgid "Failed to send" msgstr "無法傳送" -#: src/components/moderation/LabelsOnMeDialog.tsx:225 +#: src/components/moderation/LabelsOnMeDialog.tsx:223 #: src/screens/Messages/Conversation/ChatDisabled.tsx:87 msgid "Failed to submit appeal, please try again." msgstr "無法提交申訴,請重試。" @@ -1869,30 +1884,29 @@ msgstr "無法提交申訴,請重試。" msgid "Failed to update settings" msgstr "無法更新設定" -#: src/Navigation.tsx:203 +#: src/Navigation.tsx:209 msgid "Feed" msgstr "動態" -#: src/view/com/feeds/FeedSourceCard.tsx:230 +#: src/view/com/feeds/FeedSourceCard.tsx:251 msgid "Feed by {0}" msgstr "{0} 建立的動態源" -#: src/view/screens/Feeds.tsx:736 +#: src/view/screens/Feeds.tsx:709 msgid "Feed offline" msgstr "動態源已離線" #: src/view/shell/desktop/RightNav.tsx:66 -#: src/view/shell/Drawer.tsx:344 +#: src/view/shell/Drawer.tsx:345 msgid "Feedback" msgstr "意見回饋" -#: src/Navigation.tsx:511 -#: src/view/screens/Feeds.tsx:480 -#: src/view/screens/Feeds.tsx:596 +#: src/view/screens/Feeds.tsx:463 +#: src/view/screens/Feeds.tsx:570 #: src/view/screens/Profile.tsx:197 #: src/view/shell/desktop/LeftNav.tsx:367 -#: src/view/shell/Drawer.tsx:492 #: src/view/shell/Drawer.tsx:493 +#: src/view/shell/Drawer.tsx:494 msgid "Feeds" msgstr "動態源" @@ -1917,12 +1931,12 @@ msgid "Finalizing" msgstr "正在完成" #: src/view/com/posts/CustomFeedEmptyState.tsx:47 -#: src/view/com/posts/FollowingEmptyState.tsx:57 -#: src/view/com/posts/FollowingEndOfFeed.tsx:58 +#: src/view/com/posts/FollowingEmptyState.tsx:53 +#: src/view/com/posts/FollowingEndOfFeed.tsx:54 msgid "Find accounts to follow" msgstr "尋找一些帳號來跟隨" -#: src/view/screens/Search/Search.tsx:469 +#: src/view/screens/Search/Search.tsx:470 msgid "Find posts and users on Bluesky" msgstr "在 Bluesky 上尋找貼文和用戶" @@ -1953,7 +1967,7 @@ msgstr "垂直翻轉" #: src/components/ProfileHoverCard/index.web.tsx:412 #: src/components/ProfileHoverCard/index.web.tsx:423 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:244 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:248 #: src/view/com/post-thread/PostThreadFollowBtn.tsx:146 #: src/view/com/profile/ProfileHeaderSuggestedFollows.tsx:247 msgid "Follow" @@ -1964,7 +1978,7 @@ msgctxt "action" msgid "Follow" msgstr "跟隨" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:230 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:234 #: src/view/com/post-thread/PostThreadFollowBtn.tsx:128 msgid "Follow {0}" msgstr "跟隨 {0}" @@ -1982,6 +1996,10 @@ msgstr "跟隨帳號" msgid "Follow Back" msgstr "回追蹤" +#: src/components/KnownFollowers.tsx:169 +msgid "Followed by" +msgstr "" + #: src/view/com/profile/ProfileCard.tsx:227 msgid "Followed by {0}" msgstr "由 {0} 跟隨" @@ -2003,18 +2021,27 @@ msgstr "已跟隨您" msgid "Followers" msgstr "跟隨者" +#: src/Navigation.tsx:177 +msgid "Followers of @{0} that you know" +msgstr "" + +#: src/screens/Profile/KnownFollowers.tsx:108 +#: src/screens/Profile/KnownFollowers.tsx:118 +msgid "Followers you know" +msgstr "" + #: src/components/ProfileHoverCard/index.web.tsx:411 #: src/components/ProfileHoverCard/index.web.tsx:422 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:242 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:246 #: src/view/com/post-thread/PostThreadFollowBtn.tsx:149 #: src/view/com/profile/ProfileFollows.tsx:104 -#: src/view/screens/Feeds.tsx:683 +#: src/view/screens/Feeds.tsx:656 #: src/view/screens/ProfileFollows.tsx:25 #: src/view/screens/SavedFeeds.tsx:415 msgid "Following" msgstr "跟隨中" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:90 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:94 msgid "Following {0}" msgstr "已跟隨 {0}" @@ -2026,9 +2053,7 @@ msgstr "已跟隨 {name}" msgid "Following feed preferences" msgstr "「Following」動態源偏好" -#: src/Navigation.tsx:269 -#: src/view/com/home/HomeHeaderLayout.web.tsx:64 -#: src/view/com/home/HomeHeaderLayoutMobile.tsx:87 +#: src/Navigation.tsx:275 #: src/view/screens/PreferencesFollowingFeed.tsx:103 #: src/view/screens/Settings/index.tsx:582 msgid "Following Feed Preferences" @@ -2050,7 +2075,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:233 +#: src/view/com/modals/AddAppPasswords.tsx:232 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 "為了保護您的帳號安全,您將無法再次查看此內容。如果您丟失了此密碼,您將需要再產生一個新的密碼。" @@ -2093,7 +2118,7 @@ msgstr "開始" msgid "Get Started" msgstr "開始" -#: src/screens/Onboarding/StepProfile/index.tsx:224 +#: src/screens/Onboarding/StepProfile/index.tsx:225 msgid "Give your profile a face" msgstr "為您的個人檔案增添新顏" @@ -2121,9 +2146,9 @@ msgstr "返回" msgid "Go Back" msgstr "返回" -#: src/components/dms/ReportDialog.tsx:152 +#: src/components/dms/ReportDialog.tsx:154 #: src/components/ReportDialog/SelectReportOptionView.tsx:77 -#: src/components/ReportDialog/SubmitView.tsx:105 +#: src/components/ReportDialog/SubmitView.tsx:104 #: src/screens/Onboarding/Layout.tsx:102 #: src/screens/Onboarding/Layout.tsx:191 #: src/screens/Signup/index.tsx:187 @@ -2138,7 +2163,7 @@ msgstr "前往首頁" msgid "Go Home" msgstr "前往首頁" -#: src/screens/Messages/List/ChatListItem.tsx:208 +#: src/screens/Messages/List/ChatListItem.tsx:211 msgid "Go to conversation with {0}" msgstr "與 {0} 對話" @@ -2171,7 +2196,7 @@ msgstr "觸覺" msgid "Harassment, trolling, or intolerance" msgstr "騷擾、惡作劇或其他無法容忍的行為" -#: src/Navigation.tsx:297 +#: src/Navigation.tsx:303 msgid "Hashtag" msgstr "標籤" @@ -2184,15 +2209,15 @@ msgid "Having trouble?" msgstr "遇到問題?" #: src/view/shell/desktop/RightNav.tsx:95 -#: src/view/shell/Drawer.tsx:354 +#: src/view/shell/Drawer.tsx:355 msgid "Help" msgstr "幫助" -#: src/screens/Onboarding/StepProfile/index.tsx:227 +#: src/screens/Onboarding/StepProfile/index.tsx:228 msgid "Help people know you're not a bot by uploading a picture or creating an avatar." msgstr "透過上傳圖片或建立頭像來幫助人們知道您不是機器人。" -#: src/view/com/modals/AddAppPasswords.tsx:204 +#: src/view/com/modals/AddAppPasswords.tsx:203 msgid "Here is your app password." msgstr "這是您的應用程式專用密碼。" @@ -2203,7 +2228,7 @@ msgstr "這是您的應用程式專用密碼。" #: src/lib/moderation/useLabelBehaviorDescription.ts:20 #: src/lib/moderation/useLabelBehaviorDescription.ts:25 #: src/lib/moderation/useLabelBehaviorDescription.ts:30 -#: src/view/com/util/forms/PostDropdownBtn.tsx:445 +#: src/view/com/util/forms/PostDropdownBtn.tsx:432 msgid "Hide" msgstr "隱藏" @@ -2212,8 +2237,8 @@ msgctxt "action" msgid "Hide" msgstr "隱藏" -#: src/view/com/util/forms/PostDropdownBtn.tsx:390 -#: src/view/com/util/forms/PostDropdownBtn.tsx:392 +#: src/view/com/util/forms/PostDropdownBtn.tsx:377 +#: src/view/com/util/forms/PostDropdownBtn.tsx:379 msgid "Hide post" msgstr "隱藏貼文" @@ -2222,7 +2247,7 @@ msgstr "隱藏貼文" msgid "Hide the content" msgstr "隱藏內容" -#: src/view/com/util/forms/PostDropdownBtn.tsx:442 +#: src/view/com/util/forms/PostDropdownBtn.tsx:429 msgid "Hide this post?" msgstr "隱藏這則貼文?" @@ -2230,23 +2255,23 @@ msgstr "隱藏這則貼文?" msgid "Hide user list" msgstr "隱藏用戶列表" -#: src/view/com/posts/FeedErrorMessage.tsx:118 +#: src/view/com/posts/FeedErrorMessage.tsx:117 msgid "Hmm, some kind of issue occurred when contacting the feed server. Please let the feed owner know about this issue." msgstr "抱歉,與動態源的伺服器連線時發生了某種問題。請向該動態源的擁有者報告這個問題。" -#: src/view/com/posts/FeedErrorMessage.tsx:106 +#: src/view/com/posts/FeedErrorMessage.tsx:105 msgid "Hmm, the feed server appears to be misconfigured. Please let the feed owner know about this issue." msgstr "抱歉,動態源的伺服器似乎設定錯誤。請向該動態源的擁有者報告這個問題。" -#: src/view/com/posts/FeedErrorMessage.tsx:112 +#: src/view/com/posts/FeedErrorMessage.tsx:111 msgid "Hmm, the feed server appears to be offline. Please let the feed owner know about this issue." msgstr "抱歉,動態源的伺服器似乎已離線。請向該動態源的擁有者報告這個問題。" -#: src/view/com/posts/FeedErrorMessage.tsx:109 +#: src/view/com/posts/FeedErrorMessage.tsx:108 msgid "Hmm, the feed server gave a bad response. Please let the feed owner know about this issue." msgstr "抱歉,動態源的伺服器給出了錯誤的回應。請向該動態源的擁有者報告這個問題。" -#: src/view/com/posts/FeedErrorMessage.tsx:103 +#: src/view/com/posts/FeedErrorMessage.tsx:102 msgid "Hmm, we're having trouble finding this feed. It may have been deleted." msgstr "抱歉,我們無法找到這個動態源,它可能已被刪除。" @@ -2258,11 +2283,11 @@ msgstr "抱歉,看起來我們在載入這些資料時遇到了問題,請參 msgid "Hmmmm, we couldn't load that moderation service." msgstr "抱歉,我們無法載入該內容管理服務。" -#: src/Navigation.tsx:501 +#: src/Navigation.tsx:489 #: src/view/shell/bottom-bar/BottomBar.tsx:159 #: src/view/shell/desktop/LeftNav.tsx:335 -#: src/view/shell/Drawer.tsx:424 #: src/view/shell/Drawer.tsx:425 +#: src/view/shell/Drawer.tsx:426 msgid "Home" msgstr "首頁" @@ -2316,7 +2341,7 @@ msgstr "如果根據您所在國家的法律,您尚未成年,則您的父母 msgid "If you delete this list, you won't be able to recover it." msgstr "如果刪除這個列表,您將無法恢復它。" -#: src/view/com/util/forms/PostDropdownBtn.tsx:433 +#: src/view/com/util/forms/PostDropdownBtn.tsx:420 msgid "If you remove this post, you won't be able to recover it." msgstr "如果刪除這則貼文,您將無法恢復它。" @@ -2356,7 +2381,7 @@ msgstr "輸入發送到您電子郵件地址的重設碼以重設密碼" msgid "Input confirmation code for account deletion" msgstr "輸入刪除帳號的驗證碼" -#: src/view/com/modals/AddAppPasswords.tsx:175 +#: src/view/com/modals/AddAppPasswords.tsx:174 msgid "Input name for app password" msgstr "輸入應用程式專用密碼名稱" @@ -2401,7 +2426,7 @@ msgstr "為您隆重介紹「私人訊息」" msgid "Invalid 2FA confirmation code." msgstr "無效的雙重驗證碼。" -#: src/view/com/post-thread/PostThreadItem.tsx:240 +#: src/view/com/post-thread/PostThreadItem.tsx:235 msgid "Invalid or unsupported post record" msgstr "無效或不支援的貼文紀錄" @@ -2453,11 +2478,11 @@ msgstr "標記" msgid "Labels are annotations on users and content. They can be used to hide, warn, and categorize the network." msgstr "標記是對用戶和內容的標註,可用於隱藏、警告和對網路進行分類。" -#: src/components/moderation/LabelsOnMeDialog.tsx:80 +#: src/components/moderation/LabelsOnMeDialog.tsx:79 msgid "Labels on your account" msgstr "您帳號上的標記" -#: src/components/moderation/LabelsOnMeDialog.tsx:82 +#: src/components/moderation/LabelsOnMeDialog.tsx:81 msgid "Labels on your content" msgstr "您內容上的標記" @@ -2469,7 +2494,7 @@ msgstr "語言選擇" msgid "Language settings" msgstr "語言設定" -#: src/Navigation.tsx:151 +#: src/Navigation.tsx:150 #: src/view/screens/LanguageSettings.tsx:90 msgid "Language Settings" msgstr "語言設定" @@ -2479,7 +2504,7 @@ msgid "Languages" msgstr "語言" #: src/screens/Hashtag.tsx:99 -#: src/view/screens/Search/Search.tsx:376 +#: src/view/screens/Search/Search.tsx:377 msgid "Latest" msgstr "最新" @@ -2557,8 +2582,8 @@ msgid "Like this feed" msgstr "對這個動態源按喜歡" #: src/components/LikesDialog.tsx:87 -#: src/Navigation.tsx:208 -#: src/Navigation.tsx:213 +#: src/Navigation.tsx:214 +#: src/Navigation.tsx:219 msgid "Liked by" msgstr "按喜歡的用戶" @@ -2580,11 +2605,11 @@ msgstr "已喜歡您的貼文" msgid "Likes" msgstr "喜歡" -#: src/view/com/post-thread/PostThreadItem.tsx:201 +#: src/view/com/post-thread/PostThreadItem.tsx:196 msgid "Likes on this post" msgstr "這條貼文的喜歡數" -#: src/Navigation.tsx:177 +#: src/Navigation.tsx:183 msgid "List" msgstr "列表" @@ -2596,7 +2621,7 @@ msgstr "列表頭像" msgid "List blocked" msgstr "列表已封鎖" -#: src/view/com/feeds/FeedSourceCard.tsx:232 +#: src/view/com/feeds/FeedSourceCard.tsx:253 msgid "List by {0}" msgstr "列表由 {0} 建立" @@ -2620,12 +2645,12 @@ msgstr "已解除封鎖的列表" msgid "List unmuted" msgstr "已解除靜音的列表" -#: src/Navigation.tsx:121 +#: src/Navigation.tsx:120 #: src/view/screens/Profile.tsx:192 #: src/view/screens/Profile.tsx:198 #: src/view/shell/desktop/LeftNav.tsx:373 -#: src/view/shell/Drawer.tsx:508 #: src/view/shell/Drawer.tsx:509 +#: src/view/shell/Drawer.tsx:510 msgid "Lists" msgstr "列表" @@ -2633,7 +2658,7 @@ msgstr "列表" msgid "Lists blocking this user:" msgstr "封鎖此用戶的列表:" -#: src/view/screens/Notifications.tsx:168 +#: src/view/screens/Notifications.tsx:184 msgid "Load new notifications" msgstr "載入新的通知" @@ -2648,7 +2673,7 @@ msgstr "載入新的貼文" msgid "Loading..." msgstr "載入中…" -#: src/Navigation.tsx:228 +#: src/Navigation.tsx:234 msgid "Log" msgstr "日誌" @@ -2684,7 +2709,7 @@ msgstr "看起來像是 XXXXX-XXXXX" msgid "Looks like you haven't saved any feeds! Use our recommendations or browse more below." msgstr "您似乎尚未儲存任何動態源!參考我們的建議或瀏覽下面的更多內容。" -#: src/screens/Home/NoFeedsPinned.tsx:96 +#: src/screens/Home/NoFeedsPinned.tsx:83 msgid "Looks like you unpinned all your feeds. But don't worry, you can add some below 😄" msgstr "看起來您已取消釘選所有動態源。但不用擔心,您可以在下面新增一些😄" @@ -2696,7 +2721,7 @@ msgstr "您看起來需要「Following」動態源,<0>點選這裡來新增。 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 "管理您靜音的文字和標籤" @@ -2718,8 +2743,8 @@ msgstr "被提及的用戶" msgid "Mentioned users" msgstr "被提及的用戶" -#: src/view/com/util/ViewHeader.tsx:90 -#: src/view/screens/Search/Search.tsx:713 +#: src/view/com/util/ViewHeader.tsx:91 +#: src/view/screens/Search/Search.tsx:714 msgid "Menu" msgstr "選單" @@ -2728,11 +2753,11 @@ msgid "Message {0}" msgstr "給 {0} 傳送訊息" #: src/components/dms/MessageMenu.tsx:72 -#: src/screens/Messages/List/ChatListItem.tsx:154 +#: src/screens/Messages/List/ChatListItem.tsx:155 msgid "Message deleted" msgstr "訊息已刪除" -#: src/view/com/posts/FeedErrorMessage.tsx:201 +#: src/view/com/posts/FeedErrorMessage.tsx:200 msgid "Message from server: {0}" msgstr "來自伺服器的訊息:{0}" @@ -2749,7 +2774,7 @@ msgstr "訊息太長了" msgid "Message settings" msgstr "訊息設定" -#: src/Navigation.tsx:521 +#: src/Navigation.tsx:504 #: src/screens/Messages/List/index.tsx:164 #: src/screens/Messages/List/index.tsx:246 #: src/screens/Messages/List/index.tsx:317 @@ -2760,7 +2785,7 @@ msgstr "訊息" msgid "Misleading Account" msgstr "誤導性帳號" -#: src/Navigation.tsx:126 +#: src/Navigation.tsx:125 #: src/screens/Moderation/index.tsx:104 #: src/view/screens/Settings/index.tsx:561 msgid "Moderation" @@ -2797,7 +2822,7 @@ msgstr "內容管理列表已更新" msgid "Moderation lists" msgstr "內容管理列表" -#: src/Navigation.tsx:131 +#: src/Navigation.tsx:130 #: src/view/screens/ModerationModlists.tsx:58 msgid "Moderation Lists" msgstr "內容管理列表" @@ -2806,7 +2831,7 @@ msgstr "內容管理列表" msgid "Moderation settings" msgstr "內容管理設定" -#: src/Navigation.tsx:223 +#: src/Navigation.tsx:229 msgid "Moderation states" msgstr "內容管理狀態" @@ -2819,7 +2844,7 @@ msgstr "內容管理工具" msgid "Moderator has chosen to set a general warning on the content." msgstr "內容管理者已將此內容標記為普通警告。" -#: src/view/com/post-thread/PostThreadItem.tsx:572 +#: src/view/com/post-thread/PostThreadItem.tsx:566 msgid "More" msgstr "更多" @@ -2861,11 +2886,11 @@ msgstr "將所有 {displayTag} 貼文靜音" msgid "Mute conversation" 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 "靜音文字和標籤" @@ -2877,21 +2902,21 @@ 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 "僅在話題標籤中隱藏該文字" -#: src/view/com/util/forms/PostDropdownBtn.tsx:365 -#: src/view/com/util/forms/PostDropdownBtn.tsx:371 +#: src/view/com/util/forms/PostDropdownBtn.tsx:352 +#: src/view/com/util/forms/PostDropdownBtn.tsx:358 msgid "Mute thread" msgstr "靜音討論串" -#: src/view/com/util/forms/PostDropdownBtn.tsx:381 -#: src/view/com/util/forms/PostDropdownBtn.tsx:383 +#: src/view/com/util/forms/PostDropdownBtn.tsx:368 +#: src/view/com/util/forms/PostDropdownBtn.tsx:370 msgid "Mute words & tags" msgstr "靜音文字和標籤" @@ -2903,7 +2928,7 @@ msgstr "已靜音" msgid "Muted accounts" msgstr "已靜音帳號" -#: src/Navigation.tsx:136 +#: src/Navigation.tsx:135 #: src/view/screens/ModerationMutedAccounts.tsx:109 msgid "Muted Accounts" msgstr "已靜音帳號" @@ -2929,7 +2954,7 @@ msgstr "封鎖是私人的。被封鎖的帳號可以與您互動,但您將無 msgid "My Birthday" msgstr "我的生日" -#: src/view/screens/Feeds.tsx:795 +#: src/view/screens/Feeds.tsx:768 msgid "My Feeds" msgstr "我的動態源" @@ -2945,7 +2970,7 @@ msgstr "我儲存的動態源" msgid "My Saved Feeds" msgstr "我儲存的動態源" -#: src/view/com/modals/AddAppPasswords.tsx:174 +#: src/view/com/modals/AddAppPasswords.tsx:173 #: src/view/com/modals/CreateOrEditList.tsx:279 msgid "Name" msgstr "名稱" @@ -3022,8 +3047,8 @@ msgctxt "action" msgid "New post" msgstr "新貼文" -#: src/view/screens/Feeds.tsx:627 -#: src/view/screens/Notifications.tsx:177 +#: src/view/screens/Feeds.tsx:600 +#: src/view/screens/Notifications.tsx:193 #: src/view/screens/Profile.tsx:464 #: src/view/screens/ProfileFeed.tsx:426 #: src/view/screens/ProfileList.tsx:201 @@ -3088,7 +3113,7 @@ msgstr "無 DNS 控制台" msgid "No featured GIFs found. There may be an issue with Tenor." msgstr "未找到精選 GIF,Tenor 可能發生問題。" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:112 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:116 msgid "No longer following {0}" msgstr "不再跟隨 {0}" @@ -3096,7 +3121,7 @@ msgstr "不再跟隨 {0}" msgid "No longer than 253 characters" msgstr "不超過 253 個字符" -#: src/screens/Messages/List/ChatListItem.tsx:105 +#: src/screens/Messages/List/ChatListItem.tsx:106 msgid "No messages yet" msgstr "還沒有訊息" @@ -3104,7 +3129,7 @@ msgstr "還沒有訊息" msgid "No more conversations to show" msgstr "已經沒有對話啦!" -#: src/view/com/notifications/Feed.tsx:117 +#: src/view/com/notifications/Feed.tsx:118 msgid "No notifications yet!" msgstr "還沒有通知!" @@ -3115,6 +3140,10 @@ msgstr "還沒有通知!" msgid "No one" msgstr "沒有人" +#: src/screens/Profile/Sections/Feed.tsx:59 +msgid "No posts yet." +msgstr "" + #: src/view/com/composer/text-input/mobile/Autocomplete.tsx:101 #: src/view/com/composer/text-input/web/Autocomplete.tsx:195 msgid "No result" @@ -3128,13 +3157,13 @@ msgstr "沒有結果" msgid "No results found" msgstr "未找到結果" -#: src/view/screens/Feeds.tsx:556 +#: src/view/screens/Feeds.tsx:530 msgid "No results found for \"{query}\"" msgstr "未找到「{query}」的結果" #: src/view/com/modals/ListAddRemoveUsers.tsx:127 -#: src/view/screens/Search/Search.tsx:296 -#: src/view/screens/Search/Search.tsx:335 +#: src/view/screens/Search/Search.tsx:297 +#: src/view/screens/Search/Search.tsx:336 msgid "No results found for {query}" msgstr "未找到 {query} 的結果" @@ -3165,7 +3194,7 @@ msgstr "還沒有人按喜歡,也許您應該成為第一個!" msgid "Non-sexual Nudity" msgstr "非色情內容裸體" -#: src/Navigation.tsx:116 +#: src/Navigation.tsx:115 #: src/view/screens/Profile.tsx:100 msgid "Not Found" msgstr "未找到" @@ -3176,7 +3205,7 @@ msgid "Not right now" msgstr "暫時不需要" #: src/view/com/profile/ProfileMenu.tsx:370 -#: src/view/com/util/forms/PostDropdownBtn.tsx:459 +#: src/view/com/util/forms/PostDropdownBtn.tsx:446 #: src/view/com/util/post-ctrls/PostCtrls.tsx:308 msgid "Note about sharing" msgstr "關於分享的注意事項" @@ -3197,13 +3226,13 @@ msgstr "通知音效" msgid "Notification Sounds" msgstr "通知音效" -#: src/Navigation.tsx:516 -#: src/view/screens/Notifications.tsx:126 -#: src/view/screens/Notifications.tsx:154 +#: src/Navigation.tsx:499 +#: src/view/screens/Notifications.tsx:132 +#: src/view/screens/Notifications.tsx:169 #: src/view/shell/bottom-bar/BottomBar.tsx:227 #: src/view/shell/desktop/LeftNav.tsx:350 -#: src/view/shell/Drawer.tsx:456 #: src/view/shell/Drawer.tsx:457 +#: src/view/shell/Drawer.tsx:458 msgid "Notifications" msgstr "通知" @@ -3249,11 +3278,11 @@ msgstr "最舊的回覆優先" msgid "Onboarding reset" msgstr "重新開始引導流程" -#: src/view/com/composer/Composer.tsx:488 +#: src/view/com/composer/Composer.tsx:503 msgid "One or more images is missing alt text." msgstr "至少有一張圖片缺失了替代文字。" -#: src/screens/Onboarding/StepProfile/index.tsx:116 +#: src/screens/Onboarding/StepProfile/index.tsx:117 msgid "Only .jpg and .png files are supported" msgstr "僅支援 .jpg 或 .png 格式的圖片" @@ -3283,17 +3312,17 @@ msgstr "開啟" msgid "Open {name} profile shortcut menu" msgstr "開啟 {name} 個人檔案快捷選單" -#: src/screens/Onboarding/StepProfile/index.tsx:276 +#: src/screens/Onboarding/StepProfile/index.tsx:277 msgid "Open avatar creator" msgstr "開啟頭像建立工具" -#: src/screens/Messages/List/ChatListItem.tsx:214 -#: src/screens/Messages/List/ChatListItem.tsx:215 +#: src/screens/Messages/List/ChatListItem.tsx:219 +#: src/screens/Messages/List/ChatListItem.tsx:220 msgid "Open conversation options" msgstr "開啟對話選項" -#: src/view/com/composer/Composer.tsx:600 -#: src/view/com/composer/Composer.tsx:601 +#: src/view/com/composer/Composer.tsx:613 +#: src/view/com/composer/Composer.tsx:614 msgid "Open emoji picker" msgstr "開啟表情符號選擇器" @@ -3313,11 +3342,11 @@ msgstr "開啟訊息選項" msgid "Open muted words and tags settings" msgstr "開啟靜音文字和標籤設定" -#: src/view/com/home/HomeHeaderLayoutMobile.tsx:52 +#: src/view/com/home/HomeHeaderLayoutMobile.tsx:54 msgid "Open navigation" msgstr "開啟導覽" -#: src/view/com/util/forms/PostDropdownBtn.tsx:250 +#: src/view/com/util/forms/PostDropdownBtn.tsx:237 msgid "Open post options menu" msgstr "開啟貼文選項選單" @@ -3422,8 +3451,8 @@ msgstr "開啟密碼重設表單" #: src/view/com/home/HomeHeaderLayout.web.tsx:77 #: src/view/screens/Feeds.tsx:417 -msgid "Opens screen to edit Saved Feeds" -msgstr "開啟編輯已儲存的動態源之畫面" +#~ msgid "Opens screen to edit Saved Feeds" +#~ msgstr "開啟編輯已儲存的動態源之畫面" #: src/view/screens/Settings/index.tsx:617 msgid "Opens screen with all saved feeds" @@ -3463,8 +3492,8 @@ msgstr "開啟這個個人檔案" msgid "Option {0} of {numItems}" msgstr "{0} 選項,共 {numItems} 個" -#: src/components/dms/ReportDialog.tsx:181 -#: src/components/ReportDialog/SubmitView.tsx:163 +#: src/components/dms/ReportDialog.tsx:183 +#: src/components/ReportDialog/SubmitView.tsx:162 msgid "Optionally provide additional information below:" msgstr "在以下提供額外訊息(可選):" @@ -3528,15 +3557,15 @@ msgstr "密碼已更新!" msgid "Pause" msgstr "暫停" -#: src/view/screens/Search/Search.tsx:386 +#: src/view/screens/Search/Search.tsx:387 msgid "People" msgstr "用戶" -#: src/Navigation.tsx:171 +#: src/Navigation.tsx:170 msgid "People followed by @{0}" msgstr "被 @{0} 跟隨的人" -#: src/Navigation.tsx:164 +#: src/Navigation.tsx:163 msgid "People following @{0}" msgstr "跟隨 @{0} 的人" @@ -3610,15 +3639,15 @@ 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:95 +#: src/view/com/modals/AddAppPasswords.tsx:94 msgid "Please enter a name for your app password. All spaces is not allowed." msgstr "請輸入應用程式專用密碼的名稱。不允許包含任何空格。" -#: src/view/com/modals/AddAppPasswords.tsx:151 +#: src/view/com/modals/AddAppPasswords.tsx:150 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 "請輸入有效的文字或標籤進行靜音" @@ -3630,7 +3659,7 @@ msgstr "請輸入您的電子郵件。" msgid "Please enter your password as well:" msgstr "請輸入您的密碼:" -#: src/components/moderation/LabelsOnMeDialog.tsx:258 +#: src/components/moderation/LabelsOnMeDialog.tsx:256 msgid "Please explain why you think this label was incorrectly applied by {0}" msgstr "請解釋您認為 {0} 不該套用此標記的原因" @@ -3647,7 +3676,7 @@ msgstr "請以 @{0} 的身分登入" msgid "Please Verify Your Email" msgstr "請驗證您的電子郵件地址" -#: src/view/com/composer/Composer.tsx:268 +#: src/view/com/composer/Composer.tsx:281 msgid "Please wait for your link card to finish loading" msgstr "請等待您的連結預覽載入完畢" @@ -3659,28 +3688,28 @@ msgstr "政治" msgid "Porn" msgstr "色情內容" -#: src/view/com/composer/Composer.tsx:462 -#: src/view/com/composer/Composer.tsx:470 +#: src/view/com/composer/Composer.tsx:477 +#: src/view/com/composer/Composer.tsx:485 msgctxt "action" msgid "Post" msgstr "發佈" -#: src/view/com/post-thread/PostThread.tsx:427 +#: src/view/com/post-thread/PostThread.tsx:430 msgctxt "description" msgid "Post" msgstr "發佈" -#: src/view/com/post-thread/PostThreadItem.tsx:194 +#: src/view/com/post-thread/PostThreadItem.tsx:189 msgid "Post by {0}" msgstr "{0} 的貼文" -#: src/Navigation.tsx:183 -#: src/Navigation.tsx:190 -#: src/Navigation.tsx:197 +#: src/Navigation.tsx:189 +#: src/Navigation.tsx:196 +#: src/Navigation.tsx:203 msgid "Post by @{0}" msgstr "@{0} 的貼文" -#: src/view/com/util/forms/PostDropdownBtn.tsx:134 +#: src/view/com/util/forms/PostDropdownBtn.tsx:129 msgid "Post deleted" msgstr "貼文已刪除" @@ -3719,11 +3748,11 @@ 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 "可以靜音貼文所包含的文字和標籤。" -#: src/view/com/posts/FeedErrorMessage.tsx:69 +#: src/view/com/posts/FeedErrorMessage.tsx:68 msgid "Posts hidden" msgstr "貼文已隱藏" @@ -3746,6 +3775,10 @@ msgstr "按下以更改託管服務供應商" msgid "Press to retry" msgstr "按下以重試" +#: src/components/KnownFollowers.tsx:111 +msgid "Press to view followers of this account that you also follow" +msgstr "" + #: src/view/com/lightbox/Lightbox.web.tsx:150 msgid "Previous image" msgstr "上一張圖片" @@ -3763,11 +3796,11 @@ msgstr "優先顯示跟隨者" msgid "Privacy" msgstr "隱私" -#: src/Navigation.tsx:238 +#: src/Navigation.tsx:244 #: src/screens/Signup/StepInfo/Policies.tsx:56 #: src/view/screens/PrivacyPolicy.tsx:29 #: src/view/screens/Settings/index.tsx:957 -#: src/view/shell/Drawer.tsx:284 +#: src/view/shell/Drawer.tsx:285 msgid "Privacy Policy" msgstr "隱私政策" @@ -3787,8 +3820,8 @@ msgstr "個人檔案" #: src/view/shell/bottom-bar/BottomBar.tsx:272 #: src/view/shell/desktop/LeftNav.tsx:381 #: src/view/shell/Drawer.tsx:78 -#: src/view/shell/Drawer.tsx:541 #: src/view/shell/Drawer.tsx:542 +#: src/view/shell/Drawer.tsx:543 msgid "Profile" msgstr "個人檔案" @@ -3812,16 +3845,16 @@ msgstr "公開且可共享的批量靜音或封鎖列表。" msgid "Public, shareable lists which can drive feeds." msgstr "公開且可共享的列表,可作為動態源使用。" -#: src/view/com/composer/Composer.tsx:447 +#: src/view/com/composer/Composer.tsx:462 msgid "Publish post" msgstr "發佈貼文" -#: src/view/com/composer/Composer.tsx:447 +#: src/view/com/composer/Composer.tsx:462 msgid "Publish reply" msgstr "發佈回覆" -#: src/view/com/util/post-ctrls/RepostButton.tsx:113 -#: src/view/com/util/post-ctrls/RepostButton.tsx:125 +#: src/view/com/util/post-ctrls/RepostButton.tsx:115 +#: src/view/com/util/post-ctrls/RepostButton.tsx:127 #: src/view/com/util/post-ctrls/RepostButton.web.tsx:78 #: src/view/com/util/post-ctrls/RepostButton.web.tsx:81 msgid "Quote post" @@ -3839,11 +3872,11 @@ msgstr "比率" msgid "Reactivate your account" msgstr "" -#: src/components/dms/ReportDialog.tsx:172 +#: src/components/dms/ReportDialog.tsx:174 msgid "Reason:" msgstr "原因:" -#: src/view/screens/Search/Search.tsx:973 +#: src/view/screens/Search/Search.tsx:970 msgid "Recent Searches" msgstr "最近的搜尋結果" @@ -3855,12 +3888,12 @@ msgstr "重新連線" msgid "Reload conversations" msgstr "重新載入對話" -#: src/components/dialogs/MutedWords.tsx:288 -#: src/view/com/feeds/FeedSourceCard.tsx:296 +#: src/components/dialogs/MutedWords.tsx:286 +#: src/view/com/feeds/FeedSourceCard.tsx:317 #: src/view/com/modals/ListAddRemoveUsers.tsx:268 #: src/view/com/modals/SelfLabel.tsx:84 #: src/view/com/modals/UserAddRemoveLists.tsx:230 -#: src/view/com/posts/FeedErrorMessage.tsx:213 +#: src/view/com/posts/FeedErrorMessage.tsx:212 msgid "Remove" msgstr "刪除" @@ -3880,25 +3913,25 @@ msgstr "刪除橫幅" msgid "Remove embed" msgstr "刪除嵌入" -#: src/view/com/posts/FeedErrorMessage.tsx:169 +#: src/view/com/posts/FeedErrorMessage.tsx:168 #: src/view/com/posts/FeedShutdownMsg.tsx:113 #: src/view/com/posts/FeedShutdownMsg.tsx:117 msgid "Remove feed" msgstr "刪除動態源" -#: src/view/com/posts/FeedErrorMessage.tsx:210 +#: src/view/com/posts/FeedErrorMessage.tsx:209 msgid "Remove feed?" msgstr "刪除動態源?" -#: src/view/com/feeds/FeedSourceCard.tsx:180 -#: src/view/com/feeds/FeedSourceCard.tsx:245 +#: src/view/com/feeds/FeedSourceCard.tsx:188 +#: src/view/com/feeds/FeedSourceCard.tsx:266 #: src/view/screens/ProfileFeed.tsx:330 #: src/view/screens/ProfileFeed.tsx:336 #: src/view/screens/ProfileList.tsx:443 msgid "Remove from my feeds" msgstr "從我的動態源中刪除" -#: src/view/com/feeds/FeedSourceCard.tsx:291 +#: src/view/com/feeds/FeedSourceCard.tsx:312 msgid "Remove from my feeds?" msgstr "從我的動態源中刪除?" @@ -3910,15 +3943,15 @@ msgstr "刪除圖片" msgid "Remove image preview" msgstr "刪除圖片預覽" -#: src/components/dialogs/MutedWords.tsx:331 +#: src/components/dialogs/MutedWords.tsx:329 msgid "Remove mute word from your list" msgstr "從您的列表中移除靜音文字" -#: src/view/screens/Search/Search.tsx:1014 +#: src/view/screens/Search/Search.tsx:1011 msgid "Remove profile" msgstr "" -#: src/view/screens/Search/Search.tsx:1016 +#: src/view/screens/Search/Search.tsx:1013 msgid "Remove profile from search history" msgstr "" @@ -3926,12 +3959,12 @@ msgstr "" msgid "Remove quote" msgstr "刪除引用貼文" -#: src/view/com/util/post-ctrls/RepostButton.tsx:90 -#: src/view/com/util/post-ctrls/RepostButton.tsx:106 +#: src/view/com/util/post-ctrls/RepostButton.tsx:92 +#: src/view/com/util/post-ctrls/RepostButton.tsx:108 msgid "Remove repost" msgstr "刪除轉貼貼文" -#: src/view/com/posts/FeedErrorMessage.tsx:211 +#: src/view/com/posts/FeedErrorMessage.tsx:210 msgid "Remove this feed from your saved feeds" msgstr "將這個動態源從您已儲存之動態源列表中刪除" @@ -3940,7 +3973,7 @@ msgstr "將這個動態源從您已儲存之動態源列表中刪除" msgid "Removed from list" msgstr "從列表中刪除" -#: src/view/com/feeds/FeedSourceCard.tsx:131 +#: src/view/com/feeds/FeedSourceCard.tsx:139 msgid "Removed from my feeds" msgstr "已從我的動態源中刪除" @@ -3971,7 +4004,7 @@ msgstr "回覆" msgid "Replies to this thread are disabled" msgstr "對此討論串的回覆已停用" -#: src/view/com/composer/Composer.tsx:460 +#: src/view/com/composer/Composer.tsx:475 msgctxt "action" msgid "Reply" msgstr "回覆" @@ -4020,8 +4053,8 @@ msgstr "檢舉列表" msgid "Report message" msgstr "檢舉訊息" -#: src/view/com/util/forms/PostDropdownBtn.tsx:407 -#: src/view/com/util/forms/PostDropdownBtn.tsx:409 +#: src/view/com/util/forms/PostDropdownBtn.tsx:394 +#: src/view/com/util/forms/PostDropdownBtn.tsx:396 msgid "Report post" msgstr "檢舉貼文" @@ -4037,8 +4070,8 @@ msgstr "檢舉這個動態源" msgid "Report this list" msgstr "檢舉這個列表" -#: src/components/dms/ReportDialog.tsx:47 -#: src/components/dms/ReportDialog.tsx:140 +#: src/components/dms/ReportDialog.tsx:48 +#: src/components/dms/ReportDialog.tsx:142 #: src/components/ReportDialog/SelectReportOptionView.tsx:59 msgid "Report this message" msgstr "檢舉這個訊息" @@ -4051,9 +4084,9 @@ msgstr "檢舉這則貼文" msgid "Report this user" msgstr "檢舉這個用戶" -#: src/view/com/util/post-ctrls/RepostButton.tsx:63 -#: src/view/com/util/post-ctrls/RepostButton.tsx:91 -#: src/view/com/util/post-ctrls/RepostButton.tsx:107 +#: src/view/com/util/post-ctrls/RepostButton.tsx:64 +#: src/view/com/util/post-ctrls/RepostButton.tsx:93 +#: src/view/com/util/post-ctrls/RepostButton.tsx:109 msgctxt "action" msgid "Repost" msgstr "轉貼" @@ -4063,7 +4096,7 @@ msgstr "轉貼" msgid "Repost" msgstr "轉貼" -#: src/view/com/util/post-ctrls/RepostButton.tsx:83 +#: src/view/com/util/post-ctrls/RepostButton.tsx:85 #: src/view/com/util/post-ctrls/RepostButton.web.tsx:46 #: src/view/com/util/post-ctrls/RepostButton.web.tsx:92 msgid "Repost or quote post" @@ -4085,7 +4118,7 @@ msgstr "由 <0><1/> 轉貼" msgid "reposted your post" msgstr "轉貼您的貼文" -#: src/view/com/post-thread/PostThreadItem.tsx:206 +#: src/view/com/post-thread/PostThreadItem.tsx:201 msgid "Reposts of this post" msgstr "轉貼這則貼文" @@ -4184,8 +4217,8 @@ msgid "Returns to previous page" msgstr "返回上一頁" #: src/components/dialogs/BirthDateSettings.tsx:125 -#: src/view/com/composer/GifAltText.tsx:163 -#: src/view/com/composer/GifAltText.tsx:169 +#: src/view/com/composer/GifAltText.tsx:162 +#: src/view/com/composer/GifAltText.tsx:168 #: src/view/com/modals/ChangeHandle.tsx:168 #: src/view/com/modals/CreateOrEditList.tsx:326 #: src/view/com/modals/EditProfile.tsx:225 @@ -4261,20 +4294,20 @@ msgid "Scroll to top" msgstr "滾動到頂部" #: src/components/dms/dialogs/SearchablePeopleList.tsx:504 -#: src/Navigation.tsx:506 +#: src/Navigation.tsx:494 #: 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:451 -#: src/view/screens/Search/Search.tsx:825 -#: src/view/screens/Search/Search.tsx:853 +#: src/view/screens/Search/Search.tsx:452 +#: src/view/screens/Search/Search.tsx:822 +#: src/view/screens/Search/Search.tsx:850 #: src/view/shell/bottom-bar/BottomBar.tsx:179 #: src/view/shell/desktop/LeftNav.tsx:343 #: src/view/shell/desktop/Search.tsx:194 #: src/view/shell/desktop/Search.tsx:203 -#: src/view/shell/Drawer.tsx:393 #: src/view/shell/Drawer.tsx:394 +#: src/view/shell/Drawer.tsx:395 msgid "Search" msgstr "搜尋" @@ -4282,7 +4315,7 @@ msgstr "搜尋" msgid "Search for \"{query}\"" msgstr "搜尋「{query}」" -#: src/view/screens/Search/Search.tsx:909 +#: src/view/screens/Search/Search.tsx:906 msgid "Search for \"{searchText}\"" msgstr "搜尋「{searchText}」" @@ -4387,7 +4420,7 @@ msgstr "選擇 {numItems} 個項目中的第 {i} 項" msgid "Select the {emojiName} emoji as your avatar" msgstr "選擇 {emojiName} 表情符號作為您的頭像" -#: src/components/ReportDialog/SubmitView.tsx:136 +#: src/components/ReportDialog/SubmitView.tsx:135 msgid "Select the moderation service(s) to report to" msgstr "選擇要檢舉的內容管理服務提供者" @@ -4433,8 +4466,8 @@ msgctxt "action" msgid "Send Email" msgstr "發送電子郵件" -#: src/view/shell/Drawer.tsx:328 -#: src/view/shell/Drawer.tsx:349 +#: src/view/shell/Drawer.tsx:329 +#: src/view/shell/Drawer.tsx:350 msgid "Send feedback" msgstr "提交意見" @@ -4443,14 +4476,14 @@ msgstr "提交意見" msgid "Send message" msgstr "重送訊息" -#: src/components/dms/dialogs/ShareViaChatDialog.tsx:47 +#: src/components/dms/dialogs/ShareViaChatDialog.tsx:59 msgid "Send post to..." msgstr "傳送貼文給…" -#: src/components/dms/ReportDialog.tsx:232 -#: src/components/dms/ReportDialog.tsx:235 -#: src/components/ReportDialog/SubmitView.tsx:216 -#: src/components/ReportDialog/SubmitView.tsx:220 +#: src/components/dms/ReportDialog.tsx:234 +#: src/components/dms/ReportDialog.tsx:237 +#: src/components/ReportDialog/SubmitView.tsx:215 +#: src/components/ReportDialog/SubmitView.tsx:219 msgid "Send report" msgstr "提交檢舉" @@ -4463,8 +4496,8 @@ msgstr "將檢舉提交至 {0}" msgid "Send verification email" msgstr "發送驗證電子郵件" -#: src/view/com/util/forms/PostDropdownBtn.tsx:299 -#: src/view/com/util/forms/PostDropdownBtn.tsx:302 +#: src/view/com/util/forms/PostDropdownBtn.tsx:286 +#: src/view/com/util/forms/PostDropdownBtn.tsx:289 msgid "Send via direct message" msgstr "透過私人訊息發送" @@ -4548,11 +4581,11 @@ msgstr "將圖片比例設定為高" msgid "Sets image aspect ratio to wide" msgstr "將圖片比例設定為寬" -#: src/Navigation.tsx:146 +#: src/Navigation.tsx:145 #: src/view/screens/Settings/index.tsx:332 #: src/view/shell/desktop/LeftNav.tsx:389 -#: src/view/shell/Drawer.tsx:558 #: src/view/shell/Drawer.tsx:559 +#: src/view/shell/Drawer.tsx:560 msgid "Settings" msgstr "設定" @@ -4571,8 +4604,8 @@ msgstr "分享" #: src/view/com/profile/ProfileMenu.tsx:217 #: src/view/com/profile/ProfileMenu.tsx:226 -#: src/view/com/util/forms/PostDropdownBtn.tsx:310 -#: src/view/com/util/forms/PostDropdownBtn.tsx:319 +#: src/view/com/util/forms/PostDropdownBtn.tsx:297 +#: src/view/com/util/forms/PostDropdownBtn.tsx:306 #: src/view/com/util/post-ctrls/PostCtrls.tsx:297 #: src/view/screens/ProfileList.tsx:428 msgid "Share" @@ -4587,7 +4620,7 @@ msgid "Share a fun fact!" msgstr "分享一個趣聞!📰" #: src/view/com/profile/ProfileMenu.tsx:375 -#: src/view/com/util/forms/PostDropdownBtn.tsx:464 +#: src/view/com/util/forms/PostDropdownBtn.tsx:451 #: src/view/com/util/post-ctrls/PostCtrls.tsx:313 msgid "Share anyway" msgstr "仍然分享" @@ -4635,7 +4668,7 @@ msgstr "顯示標記" msgid "Show badge and filter from feeds" msgstr "顯示標記並從動態源中篩選" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:207 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:211 msgid "Show follows similar to {0}" msgstr "顯示類似於 {0} 的跟隨者" @@ -4643,19 +4676,19 @@ msgstr "顯示類似於 {0} 的跟隨者" msgid "Show hidden replies" msgstr "顯示隱藏回覆" -#: src/view/com/util/forms/PostDropdownBtn.tsx:349 -#: src/view/com/util/forms/PostDropdownBtn.tsx:351 +#: src/view/com/util/forms/PostDropdownBtn.tsx:336 +#: src/view/com/util/forms/PostDropdownBtn.tsx:338 msgid "Show less like this" msgstr "減少顯示此類內容" -#: src/view/com/post-thread/PostThreadItem.tsx:538 +#: src/view/com/post-thread/PostThreadItem.tsx:532 #: src/view/com/post/Post.tsx:227 #: src/view/com/posts/FeedItem.tsx:392 msgid "Show More" msgstr "顯示更多" -#: src/view/com/util/forms/PostDropdownBtn.tsx:341 -#: src/view/com/util/forms/PostDropdownBtn.tsx:343 +#: src/view/com/util/forms/PostDropdownBtn.tsx:328 +#: src/view/com/util/forms/PostDropdownBtn.tsx:330 msgid "Show more like this" msgstr "顯示更多此類內容" @@ -4712,9 +4745,9 @@ msgstr "在您的動態中顯示來自 {0} 的貼文" #: src/view/shell/bottom-bar/BottomBar.tsx:312 #: src/view/shell/bottom-bar/BottomBar.tsx:313 #: src/view/shell/bottom-bar/BottomBar.tsx:315 -#: src/view/shell/bottom-bar/BottomBarWeb.tsx:181 -#: src/view/shell/bottom-bar/BottomBarWeb.tsx:182 -#: src/view/shell/bottom-bar/BottomBarWeb.tsx:184 +#: src/view/shell/bottom-bar/BottomBarWeb.tsx:204 +#: src/view/shell/bottom-bar/BottomBarWeb.tsx:205 +#: src/view/shell/bottom-bar/BottomBarWeb.tsx:207 #: src/view/shell/NavSignupCard.tsx:69 #: src/view/shell/NavSignupCard.tsx:70 #: src/view/shell/NavSignupCard.tsx:72 @@ -4745,9 +4778,9 @@ msgstr "登出" #: src/view/shell/bottom-bar/BottomBar.tsx:302 #: src/view/shell/bottom-bar/BottomBar.tsx:303 #: src/view/shell/bottom-bar/BottomBar.tsx:305 -#: src/view/shell/bottom-bar/BottomBarWeb.tsx:171 -#: src/view/shell/bottom-bar/BottomBarWeb.tsx:172 -#: src/view/shell/bottom-bar/BottomBarWeb.tsx:174 +#: src/view/shell/bottom-bar/BottomBarWeb.tsx:194 +#: src/view/shell/bottom-bar/BottomBarWeb.tsx:195 +#: src/view/shell/bottom-bar/BottomBarWeb.tsx:197 #: src/view/shell/NavSignupCard.tsx:60 #: src/view/shell/NavSignupCard.tsx:61 #: src/view/shell/NavSignupCard.tsx:63 @@ -4788,7 +4821,7 @@ msgstr "軟體開發" msgid "Some people can reply" msgstr "僅部分人可以回覆" -#: src/screens/Messages/Conversation/index.tsx:94 +#: src/screens/Messages/Conversation/index.tsx:106 msgid "Something went wrong" msgstr "發生了一些問題" @@ -4816,7 +4849,7 @@ msgstr "排序回覆" msgid "Sort replies to the same post by:" msgstr "對同一貼文的回覆進行排序:" -#: src/components/moderation/LabelsOnMeDialog.tsx:170 +#: src/components/moderation/LabelsOnMeDialog.tsx:168 msgid "Source: <0>{0}" msgstr "來源:<0>{0}" @@ -4861,13 +4894,13 @@ msgstr "第 {0} 步(共 {1} 步)" msgid "Storage cleared, you need to restart the app now." msgstr "已清除儲存資料,您需要立即重啟應用程式。" -#: src/Navigation.tsx:218 +#: src/Navigation.tsx:224 #: src/view/screens/Settings/index.tsx:863 msgid "Storybook" msgstr "故事書" -#: src/components/moderation/LabelsOnMeDialog.tsx:292 -#: src/components/moderation/LabelsOnMeDialog.tsx:293 +#: src/components/moderation/LabelsOnMeDialog.tsx:290 +#: src/components/moderation/LabelsOnMeDialog.tsx:291 #: src/screens/Messages/Conversation/ChatDisabled.tsx:142 #: src/screens/Messages/Conversation/ChatDisabled.tsx:143 msgid "Submit" @@ -4893,7 +4926,7 @@ msgstr "訂閱這個標記者" msgid "Subscribe to this list" msgstr "訂閱這個列表" -#: src/view/screens/Search/Search.tsx:424 +#: src/view/screens/Search/Search.tsx:425 msgid "Suggested Follows" msgstr "推薦的跟隨者" @@ -4905,7 +4938,7 @@ msgstr "為您推薦" msgid "Suggestive" msgstr "暗示" -#: src/Navigation.tsx:233 +#: src/Navigation.tsx:239 #: src/view/screens/Support.tsx:30 #: src/view/screens/Support.tsx:33 msgid "Support" @@ -4932,7 +4965,7 @@ msgstr "系統" msgid "System log" msgstr "系統日誌" -#: src/components/dialogs/MutedWords.tsx:325 +#: src/components/dialogs/MutedWords.tsx:323 msgid "tag" msgstr "標籤" @@ -4960,11 +4993,11 @@ msgstr "說個笑話!🤡" msgid "Terms" msgstr "條款" -#: src/Navigation.tsx:243 +#: src/Navigation.tsx:249 #: src/screens/Signup/StepInfo/Policies.tsx:49 #: src/view/screens/Settings/index.tsx:951 #: src/view/screens/TermsOfService.tsx:29 -#: src/view/shell/Drawer.tsx:278 +#: src/view/shell/Drawer.tsx:279 msgid "Terms of Service" msgstr "服務條款" @@ -4974,17 +5007,17 @@ msgstr "服務條款" msgid "Terms used violate community standards" msgstr "所使用的文字違反了社群標準" -#: src/components/dialogs/MutedWords.tsx:325 +#: src/components/dialogs/MutedWords.tsx:323 msgid "text" msgstr "文字" -#: src/components/moderation/LabelsOnMeDialog.tsx:256 +#: src/components/moderation/LabelsOnMeDialog.tsx:254 #: src/screens/Messages/Conversation/ChatDisabled.tsx:108 msgid "Text input field" msgstr "文字輸入框" -#: src/components/dms/ReportDialog.tsx:132 -#: src/components/ReportDialog/SubmitView.tsx:78 +#: src/components/dms/ReportDialog.tsx:134 +#: src/components/ReportDialog/SubmitView.tsx:77 msgid "Thank you. Your report has been sent." msgstr "謝謝,您的檢舉已提交。" @@ -4996,7 +5029,7 @@ msgstr "其中包含以下內容:" msgid "That handle is already taken." msgstr "這個帳號代碼已被使用。" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:291 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:305 #: src/view/com/profile/ProfileMenu.tsx:351 msgid "The account will be able to interact with you after unblocking." msgstr "解除封鎖後,該帳號將能夠與您互動。" @@ -5013,11 +5046,11 @@ msgstr "版權政策已移動到 <0/>" msgid "The feed has been replaced with Discover." msgstr "此動態源已由「Discover」取代。" -#: src/components/moderation/LabelsOnMeDialog.tsx:66 +#: src/components/moderation/LabelsOnMeDialog.tsx:65 msgid "The following labels were applied to your account." msgstr "以下標記已套用到您的帳號。" -#: src/components/moderation/LabelsOnMeDialog.tsx:67 +#: src/components/moderation/LabelsOnMeDialog.tsx:66 msgid "The following labels were applied to your content." msgstr "以下標記已套用到您的內容。" @@ -5051,7 +5084,7 @@ msgstr "" msgid "There was an an issue contacting the server, please check your internet connection and try again." msgstr "連線至伺服器時出現問題,請檢查您的網路連線並重試。" -#: src/view/com/posts/FeedErrorMessage.tsx:146 +#: src/view/com/posts/FeedErrorMessage.tsx:145 msgid "There was an an issue removing this feed. Please check your internet connection and try again." msgstr "刪除動態源時出現問題,請檢查您的網路連線並重試。" @@ -5075,12 +5108,12 @@ msgstr "連線到 Tenor 時出現問題。" msgid "There was an issue contacting the server" msgstr "連線伺服器時出現問題" -#: src/view/com/feeds/FeedSourceCard.tsx:120 -#: src/view/com/feeds/FeedSourceCard.tsx:133 +#: src/view/com/feeds/FeedSourceCard.tsx:128 +#: src/view/com/feeds/FeedSourceCard.tsx:141 msgid "There was an issue contacting your server" msgstr "連線伺服器時出現問題" -#: src/view/com/notifications/Feed.tsx:125 +#: src/view/com/notifications/Feed.tsx:126 msgid "There was an issue fetching notifications. Tap here to try again." msgstr "取得通知時發生問題,點擊這裡重試。" @@ -5097,8 +5130,8 @@ msgstr "取得列表時發生問題,點擊這裡重試。" msgid "There was an issue fetching your lists. Tap here to try again." msgstr "取得列表時發生問題,點擊這裡重試。" -#: src/components/dms/ReportDialog.tsx:220 -#: src/components/ReportDialog/SubmitView.tsx:83 +#: src/components/dms/ReportDialog.tsx:222 +#: src/components/ReportDialog/SubmitView.tsx:82 msgid "There was an issue sending your report. Please check your internet connection." msgstr "提交您的檢舉時出現問題,請檢查您的網路連線。" @@ -5106,9 +5139,9 @@ msgstr "提交您的檢舉時出現問題,請檢查您的網路連線。" msgid "There was an issue with fetching your app passwords" msgstr "取得應用程式專用密碼時發生問題" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:99 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:121 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:135 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:103 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:125 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:139 #: src/view/com/post-thread/PostThreadFollowBtn.tsx:99 #: src/view/com/post-thread/PostThreadFollowBtn.tsx:111 #: src/view/com/profile/ProfileMenu.tsx:109 @@ -5149,7 +5182,7 @@ msgstr "此帳號要求使用者登入後才能查看其個人檔案。" msgid "This account is blocked by one or more of your moderation lists. To unblock, please visit the lists directly and remove this user." msgstr "此帳號已被一個或多個內容管理清單封鎖。若要解除封鎖,請直接瀏覽這些清單並刪除此使用者。" -#: src/components/moderation/LabelsOnMeDialog.tsx:241 +#: src/components/moderation/LabelsOnMeDialog.tsx:239 msgid "This appeal will be sent to <0>{0}." msgstr "此申訴將被提交至 <0>{0}。" @@ -5178,28 +5211,37 @@ msgstr "此內容由 {0} 託管。是否要啟用外部媒體?" msgid "This content is not available because one of the users involved has blocked the other." msgstr "由於其中一個用戶封鎖了另一個用戶,無法查看此內容。" -#: src/view/com/posts/FeedErrorMessage.tsx:115 +#: src/view/com/posts/FeedErrorMessage.tsx:114 msgid "This content is not viewable without a Bluesky account." msgstr "沒有 Bluesky 帳號,無法查看此內容。" +#: src/screens/Messages/List/ChatListItem.tsx:213 +msgid "This conversation is with a deleted or a deactivated account. Press for options." +msgstr "" + #: src/view/screens/Settings/ExportCarDialog.tsx:93 msgid "This feature is in beta. You can read more about repository exports in <0>this blogpost." msgstr "此功能目前為測試版本。您可以在<0>這篇部落格文章中瞭解更多有關資訊。" -#: src/view/com/posts/FeedErrorMessage.tsx:121 +#: src/view/com/posts/FeedErrorMessage.tsx:120 msgid "This feed is currently receiving high traffic and is temporarily unavailable. Please try again later." msgstr "此動態源由於目前使用人數眾多而暫時無法使用。請稍後再試。" #: src/screens/Profile/Sections/Feed.tsx:59 #: src/view/screens/ProfileFeed.tsx:471 #: src/view/screens/ProfileList.tsx:729 -msgid "This feed is empty!" -msgstr "這裡是空的!" +#~ msgid "This feed is empty!" +#~ msgstr "這裡是空的!" #: src/view/com/posts/CustomFeedEmptyState.tsx:37 msgid "This feed is empty! You may need to follow more users or tune your language settings." msgstr "這個動態源是空的!您或許需要先跟隨更多的人或檢查您的語言設定。" +#: src/view/screens/ProfileFeed.tsx:471 +#: src/view/screens/ProfileList.tsx:729 +msgid "This feed is empty." +msgstr "" + #: src/view/com/posts/FeedShutdownMsg.tsx:97 msgid "This feed is no longer online. We are showing <0>Discover instead." msgstr "此動態源已經下線。我們將展示「<0>Discover」動態源。" @@ -5220,7 +5262,7 @@ msgstr "此標記由 <0>{0} 新增。" msgid "This label was applied by the author." msgstr "此標記由發布者新增。" -#: src/components/moderation/LabelsOnMeDialog.tsx:168 +#: src/components/moderation/LabelsOnMeDialog.tsx:166 msgid "This label was applied by you." msgstr "此標記由您新增。" @@ -5240,20 +5282,20 @@ 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:111 +#: src/view/com/modals/AddAppPasswords.tsx:110 msgid "This name is already in use" msgstr "此名稱已被使用" -#: src/view/com/post-thread/PostThreadItem.tsx:140 +#: src/view/com/post-thread/PostThreadItem.tsx:135 msgid "This post has been deleted." msgstr "這則貼文已被刪除。" -#: src/view/com/util/forms/PostDropdownBtn.tsx:461 +#: src/view/com/util/forms/PostDropdownBtn.tsx:448 #: src/view/com/util/post-ctrls/PostCtrls.tsx:310 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:443 +#: src/view/com/util/forms/PostDropdownBtn.tsx:430 msgid "This post will be hidden from feeds." msgstr "這則貼文將從動態隱藏。" @@ -5298,7 +5340,7 @@ msgstr "此用戶包含在您已靜音的 <0>{0} 列表中。" msgid "This user isn't following anyone." msgstr "此用戶未跟隨任何人。" -#: src/components/dialogs/MutedWords.tsx:285 +#: src/components/dialogs/MutedWords.tsx:283 msgid "This will delete {0} from your muted words. You can always add it back later." msgstr "這將從您的靜音文字中刪除 {0},您隨時可以新增回來。" @@ -5315,7 +5357,7 @@ msgstr "討論串偏好" msgid "Threaded Mode" msgstr "樹狀顯示模式" -#: src/Navigation.tsx:276 +#: src/Navigation.tsx:282 msgid "Threads Preferences" msgstr "討論串偏好" @@ -5331,7 +5373,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 "在靜音文字選項之間切換。" @@ -5344,7 +5386,7 @@ msgid "Toggle to enable or disable adult content" msgstr "切換以啟用或停用成人內容" #: src/screens/Hashtag.tsx:88 -#: src/view/screens/Search/Search.tsx:366 +#: src/view/screens/Search/Search.tsx:367 msgid "Top" msgstr "熱門" @@ -5354,10 +5396,10 @@ msgstr "轉換" #: src/components/dms/MessageMenu.tsx:103 #: src/components/dms/MessageMenu.tsx:105 -#: src/view/com/post-thread/PostThreadItem.tsx:691 -#: src/view/com/post-thread/PostThreadItem.tsx:693 -#: src/view/com/util/forms/PostDropdownBtn.tsx:280 -#: src/view/com/util/forms/PostDropdownBtn.tsx:282 +#: src/view/com/post-thread/PostThreadItem.tsx:674 +#: src/view/com/post-thread/PostThreadItem.tsx:676 +#: src/view/com/util/forms/PostDropdownBtn.tsx:267 +#: src/view/com/util/forms/PostDropdownBtn.tsx:269 msgid "Translate" msgstr "翻譯" @@ -5399,14 +5441,14 @@ msgstr "無法連線到服務,請檢查您的網路連線。" #: src/components/dms/MessagesListBlockedFooter.tsx:96 #: src/components/dms/MessagesListBlockedFooter.tsx:104 #: src/components/dms/MessagesListBlockedFooter.tsx:111 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:184 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:295 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:188 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:309 #: src/view/com/profile/ProfileMenu.tsx:363 #: src/view/screens/ProfileList.tsx:626 msgid "Unblock" msgstr "解除封鎖" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:189 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:193 msgctxt "action" msgid "Unblock" msgstr "解除封鎖" @@ -5421,12 +5463,12 @@ msgstr "解除封鎖帳號" msgid "Unblock Account" msgstr "解除封鎖帳號" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:289 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:303 #: src/view/com/profile/ProfileMenu.tsx:345 msgid "Unblock Account?" msgstr "解除封鎖?" -#: src/view/com/util/post-ctrls/RepostButton.tsx:62 +#: src/view/com/util/post-ctrls/RepostButton.tsx:63 #: src/view/com/util/post-ctrls/RepostButton.web.tsx:69 #: src/view/com/util/post-ctrls/RepostButton.web.tsx:73 msgid "Undo repost" @@ -5441,7 +5483,7 @@ msgstr "取消跟隨" msgid "Unfollow" msgstr "取消跟隨" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:229 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:233 msgid "Unfollow {0}" msgstr "取消跟隨 {0}" @@ -5476,8 +5518,8 @@ msgstr "取消對所有 {displayTag} 貼文的靜音" msgid "Unmute conversation" msgstr "取消靜音對話" -#: src/view/com/util/forms/PostDropdownBtn.tsx:365 -#: src/view/com/util/forms/PostDropdownBtn.tsx:370 +#: src/view/com/util/forms/PostDropdownBtn.tsx:352 +#: src/view/com/util/forms/PostDropdownBtn.tsx:357 msgid "Unmute thread" msgstr "取消靜音討論串" @@ -5523,7 +5565,7 @@ msgstr "更新至 {handle}" msgid "Updating..." msgstr "更新中…" -#: src/screens/Onboarding/StepProfile/index.tsx:280 +#: src/screens/Onboarding/StepProfile/index.tsx:281 msgid "Upload a photo instead" msgstr "或是上傳圖片" @@ -5584,7 +5626,7 @@ msgstr "使用推薦" msgid "Use the DNS panel" msgstr "使用 DNS 控制台" -#: src/view/com/modals/AddAppPasswords.tsx:206 +#: src/view/com/modals/AddAppPasswords.tsx:205 msgid "Use this to sign into the other app along with your handle." msgstr "使用這個和您的帳號代碼一起登入其他應用程式。" @@ -5743,11 +5785,11 @@ msgstr "查看有關這些標記的資訊" #: src/components/ProfileHoverCard/index.web.tsx:396 #: src/components/ProfileHoverCard/index.web.tsx:429 #: src/view/com/posts/AviFollowButton.tsx:58 -#: src/view/com/posts/FeedErrorMessage.tsx:175 +#: src/view/com/posts/FeedErrorMessage.tsx:174 msgid "View profile" msgstr "查看資料" -#: src/view/com/profile/ProfileSubpageHeader.tsx:130 +#: src/view/com/profile/ProfileSubpageHeader.tsx:127 msgid "View the avatar" msgstr "查看頭像" @@ -5759,6 +5801,11 @@ msgstr "查看由 @{0} 提供的標記服務" msgid "View users who like this feed" msgstr "查看喜歡此動態源的用戶" +#: src/view/com/home/HomeHeaderLayout.web.tsx:78 +#: src/view/com/home/HomeHeaderLayoutMobile.tsx:84 +msgid "View your feeds and explore more" +msgstr "" + #: src/view/com/modals/LinkWarning.tsx:89 #: src/view/com/modals/LinkWarning.tsx:95 msgid "Visit Site" @@ -5782,7 +5829,7 @@ msgstr "警告內容並從動態源中過濾" msgid "We couldn't find any results for that hashtag." msgstr "我們找不到任何與該標籤相關的結果。" -#: src/screens/Messages/Conversation/index.tsx:95 +#: src/screens/Messages/Conversation/index.tsx:107 msgid "We couldn't load this conversation" msgstr "我們無法載入這個對話" @@ -5798,7 +5845,7 @@ 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 "我們建議避免新增在許多貼文中常用的文字,因為這可能令您看不到任何貼文。" @@ -5834,14 +5881,18 @@ 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:269 +#: src/view/screens/Search/Search.tsx:270 msgid "We're sorry, but your search could not be completed. Please try again in a few minutes." msgstr "很抱歉,無法完成您的搜尋請求。請稍後再試。" +#: src/view/com/composer/Composer.tsx:318 +msgid "We're sorry! The post you are replying to has been deleted." +msgstr "" + #: src/components/Lists.tsx:212 #: src/view/screens/NotFound.tsx:48 msgid "We're sorry! We can't find the page you were looking for." @@ -5861,7 +5912,7 @@ msgstr "您感興趣的是什麼?" #: src/view/com/auth/SplashScreen.tsx:40 #: src/view/com/auth/SplashScreen.web.tsx:86 -#: src/view/com/composer/Composer.tsx:340 +#: src/view/com/composer/Composer.tsx:359 msgid "What's up?" msgstr "發生了什麼新鮮事?" @@ -5882,7 +5933,7 @@ msgstr "誰可以傳送訊息給您?" msgid "Who can reply" msgstr "誰可以回覆" -#: src/screens/Home/NoFeedsPinned.tsx:92 +#: src/screens/Home/NoFeedsPinned.tsx:79 #: src/screens/Messages/List/index.tsx:185 msgid "Whoops!" msgstr "哎呀!" @@ -5920,11 +5971,11 @@ msgstr "寬" msgid "Write a message" msgstr "撰寫訊息" -#: src/view/com/composer/Composer.tsx:534 +#: src/view/com/composer/Composer.tsx:549 msgid "Write post" msgstr "撰寫貼文" -#: src/view/com/composer/Composer.tsx:339 +#: src/view/com/composer/Composer.tsx:358 #: src/view/com/composer/Prompt.tsx:39 msgid "Write your reply" msgstr "撰寫您的回覆" @@ -5964,8 +6015,8 @@ msgstr "你正處於隊列之中。" msgid "You are not following anyone." msgstr "您沒有跟隨任何人。" -#: src/view/com/posts/FollowingEmptyState.tsx:67 -#: src/view/com/posts/FollowingEndOfFeed.tsx:68 +#: src/view/com/posts/FollowingEmptyState.tsx:63 +#: src/view/com/posts/FollowingEndOfFeed.tsx:64 msgid "You can also discover new Custom Feeds to follow." msgstr "您也可以探索並跟隨新的自訂動態源。" @@ -5994,6 +6045,10 @@ msgstr "" msgid "You do not have any followers." msgstr "您沒有任何跟隨者。" +#: src/screens/Profile/KnownFollowers.tsx:99 +msgid "You don't follow any users who follow @{name}." +msgstr "" + #: 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 一段時間後,我們將提供一些新的邀請碼給您。" @@ -6073,15 +6128,15 @@ msgstr "您還沒有靜音任何帳號。要靜音帳號,請前往其個人檔 msgid "You have reached the end" 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:87 +#: src/components/moderation/LabelsOnMeDialog.tsx:86 msgid "You may appeal non-self labels if you feel they were placed in error." msgstr "如果您認為這些標記有誤,且標記並非由您新增,您可以提出申訴。" -#: src/components/moderation/LabelsOnMeDialog.tsx:92 +#: src/components/moderation/LabelsOnMeDialog.tsx:91 msgid "You may appeal these labels if you feel they were placed in error." msgstr "如果您覺得這些標記有誤,您可以提出申訴。" @@ -6089,7 +6144,7 @@ msgstr "如果您覺得這些標記有誤,您可以提出申訴。" msgid "You must be 13 years of age or older to sign up." msgstr "您必須年滿 13 歲才能註冊。" -#: src/components/ReportDialog/SubmitView.tsx:206 +#: src/components/ReportDialog/SubmitView.tsx:205 msgid "You must select at least one labeler for a report" msgstr "您必須選擇至少一個標記者來提交檢舉" @@ -6097,11 +6152,11 @@ msgstr "您必須選擇至少一個標記者來提交檢舉" msgid "You previously deactivated @{0}." msgstr "" -#: src/view/com/util/forms/PostDropdownBtn.tsx:173 +#: src/view/com/util/forms/PostDropdownBtn.tsx:168 msgid "You will no longer receive notifications for this thread" msgstr "您將不再收到這條討論串的通知" -#: src/view/com/util/forms/PostDropdownBtn.tsx:176 +#: src/view/com/util/forms/PostDropdownBtn.tsx:171 msgid "You will now receive notifications for this thread" msgstr "您將收到這條討論串的通知" @@ -6109,15 +6164,15 @@ msgstr "您將收到這條討論串的通知" msgid "You will receive an email with a \"reset code.\" Enter that code here, then enter your new password." msgstr "您將收到一封包含重設碼的電子郵件。請在此輸入該「重設碼」,然後輸入您的新密碼。" -#: src/screens/Messages/List/ChatListItem.tsx:113 +#: src/screens/Messages/List/ChatListItem.tsx:114 msgid "You: {0}" msgstr "您:{0}" -#: src/screens/Messages/List/ChatListItem.tsx:142 +#: src/screens/Messages/List/ChatListItem.tsx:143 msgid "You: {defaultEmbeddedContentMessage}" msgstr "" -#: src/screens/Messages/List/ChatListItem.tsx:135 +#: src/screens/Messages/List/ChatListItem.tsx:136 msgid "You: {short}" msgstr "" @@ -6141,7 +6196,7 @@ msgstr "您已完成設定!" msgid "You've chosen to hide a word or tag within this post." msgstr "您選擇在這則貼文中隱藏文字或標籤。" -#: src/view/com/posts/FollowingEndOfFeed.tsx:48 +#: src/view/com/posts/FollowingEndOfFeed.tsx:44 msgid "You've reached the end of your feed! Find some more accounts to follow." msgstr "您已經瀏覽完貼文啦!跟隨其他帳號吧。" @@ -6183,7 +6238,7 @@ msgstr "您的電子郵件地址已更新但尚未驗證。作為下一步,請 msgid "Your email has not yet been verified. This is an important security step which we recommend." msgstr "您的電子郵件地址尚未驗證。這是一個我們建議的重要安全步驟。" -#: src/view/com/posts/FollowingEmptyState.tsx:47 +#: src/view/com/posts/FollowingEmptyState.tsx:43 msgid "Your following feed is empty! Follow more users to see what's happening." msgstr "您的「Following」動態源是空的!跟隨更多用戶來看看發生了什麼事情。" @@ -6195,7 +6250,7 @@ msgstr "您的完整帳號代碼將修改為" msgid "Your full handle will be <0>@{0}" msgstr "您的完整帳號代碼將修改為 <0>@{0}" -#: src/components/dialogs/MutedWords.tsx:221 +#: src/components/dialogs/MutedWords.tsx:220 msgid "Your muted words" msgstr "您的靜音文字" @@ -6203,7 +6258,7 @@ msgstr "您的靜音文字" msgid "Your password has been changed successfully!" msgstr "您的密碼已成功更改!" -#: src/view/com/composer/Composer.tsx:330 +#: src/view/com/composer/Composer.tsx:349 msgid "Your post has been published" msgstr "您的貼文已發佈" @@ -6219,11 +6274,11 @@ msgstr "您的個人檔案" msgid "Your profile, posts, feeds, and lists will no longer be visible to other Bluesky users. You can reactivate your account at any time by logging in." msgstr "" -#: src/view/com/composer/Composer.tsx:329 +#: src/view/com/composer/Composer.tsx:348 msgid "Your reply has been published" msgstr "您的回覆已發佈" -#: src/components/dms/ReportDialog.tsx:160 +#: src/components/dms/ReportDialog.tsx:162 msgid "Your report will be sent to the Bluesky Moderation Service" msgstr "您的檢舉將發送至 Bluesky 內容管理服務" diff --git a/src/view/screens/Feeds.tsx b/src/view/screens/Feeds.tsx index 88d4086e..76ff4268 100644 --- a/src/view/screens/Feeds.tsx +++ b/src/view/screens/Feeds.tsx @@ -392,6 +392,7 @@ export function FeedsScreen(_props: Props) { return (