From 316fce6439da65a64bcf39cbd517eaf54641cce4 Mon Sep 17 00:00:00 2001 From: Paul Frazee Date: Tue, 23 Apr 2024 11:26:50 -0700 Subject: [PATCH] Release 1.79 (#3661) * Update tests * Intl exract --- __e2e__/tests/composer.test.ts | 8 +- src/locale/locales/ca/messages.po | 896 +++++++++++++++----------- src/locale/locales/de/messages.po | 894 +++++++++++++++----------- src/locale/locales/en/messages.po | 892 +++++++++++++++----------- src/locale/locales/es/messages.po | 892 +++++++++++++++----------- src/locale/locales/fi/messages.po | 896 +++++++++++++++----------- src/locale/locales/fr/messages.po | 898 ++++++++++++++++----------- src/locale/locales/ga/messages.po | 894 +++++++++++++++----------- src/locale/locales/hi/messages.po | 892 +++++++++++++++----------- src/locale/locales/id/messages.po | 894 +++++++++++++++----------- src/locale/locales/it/messages.po | 894 +++++++++++++++----------- src/locale/locales/ja/messages.po | 734 +++++++++++----------- src/locale/locales/ko/messages.po | 536 +++++++++------- src/locale/locales/pt-BR/messages.po | 896 +++++++++++++++----------- src/locale/locales/tr/messages.po | 894 +++++++++++++++----------- src/locale/locales/uk/messages.po | 897 +++++++++++++++----------- src/locale/locales/zh-CN/messages.po | 896 +++++++++++++++----------- src/locale/locales/zh-TW/messages.po | 896 +++++++++++++++----------- 18 files changed, 8601 insertions(+), 6098 deletions(-) diff --git a/__e2e__/tests/composer.test.ts b/__e2e__/tests/composer.test.ts index 34f8ae39..06781410 100644 --- a/__e2e__/tests/composer.test.ts +++ b/__e2e__/tests/composer.test.ts @@ -1,8 +1,9 @@ /* eslint-env detox/detox */ -import {describe, beforeAll, it} from '@jest/globals' +import {beforeAll, describe, it} from '@jest/globals' import {expect} from 'detox' -import {openApp, loginAsAlice, createServer, sleep} from '../util' + +import {createServer, loginAsAlice, openApp, sleep} from '../util' describe('Composer', () => { beforeAll(async () => { @@ -41,7 +42,6 @@ describe('Composer', () => { await element(by.id('composerTextInput')).typeText( 'Post with a https://example.com link card', ) - await element(by.id('addLinkCardBtn')).tap() await element(by.id('composerPublishBtn')).tap() await expect(element(by.id('composeFAB'))).toBeVisible() }) @@ -72,7 +72,6 @@ describe('Composer', () => { await element(by.id('composerTextInput')).typeText( 'Reply with a https://example.com link card', ) - await element(by.id('addLinkCardBtn')).tap() await element(by.id('composerPublishBtn')).tap() await expect(element(by.id('composeFAB'))).toBeVisible() }) @@ -104,7 +103,6 @@ describe('Composer', () => { await element(by.id('composerTextInput')).typeText( 'QP with a https://example.com link card', ) - await element(by.id('addLinkCardBtn')).tap() await element(by.id('composerPublishBtn')).tap() await expect(element(by.id('composeFAB'))).toBeVisible() }) diff --git a/src/locale/locales/ca/messages.po b/src/locale/locales/ca/messages.po index cbb43eed..8cd16e18 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/view/com/modals/VerifyEmail.tsx:142 +#: src/view/com/modals/VerifyEmail.tsx:150 msgid "(no email)" msgstr "(sense correu)" @@ -32,7 +32,7 @@ msgstr "(sense correu)" #~ msgid "{0} {purposeLabel} List" #~ msgstr "Llista {purposeLabel} {0}" -#: src/components/ProfileHoverCard/index.web.tsx:323 +#: src/components/ProfileHoverCard/index.web.tsx:438 #: src/screens/Profile/Header/Metrics.tsx:44 msgid "{following} following" msgstr "{following} seguint" @@ -67,11 +67,11 @@ msgstr "<0/> membres" msgid "<0>{0} following" msgstr "<0>{0} seguint" -#: src/components/ProfileHoverCard/index.web.tsx:314 +#: src/components/ProfileHoverCard/index.web.tsx:429 msgid "<0>{followers} <1>{pluralizedFollowers}" msgstr "<0>{followers} <1>{pluralizedFollowers}" -#: src/components/ProfileHoverCard/index.web.tsx:326 +#: src/components/ProfileHoverCard/index.web.tsx:441 #: src/screens/Profile/Header/Metrics.tsx:45 msgid "<0>{following} <1>following" msgstr "<0>{following} <1>seguint" @@ -92,6 +92,10 @@ msgstr "<0>Us donem la benvinguda a<1>Bluesky" msgid "⚠Invalid Handle" msgstr "⚠Identificador invàlid" +#: src/screens/Login/LoginForm.tsx:238 +msgid "2FA Confirmation" +msgstr "" + #: src/view/com/util/moderation/LabelInfo.tsx:45 #~ msgid "A content warning has been applied to this {0}." #~ msgstr "S'ha aplicat una advertència de contingut a {0}." @@ -100,8 +104,8 @@ msgstr "⚠Identificador invàlid" #~ 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:89 -#: src/view/screens/Search/Search.tsx:796 +#: src/view/com/util/ViewHeader.tsx:91 +#: src/view/screens/Search/Search.tsx:727 msgid "Access navigation links and settings" msgstr "Accedeix als enllaços de navegació i configuració" @@ -110,17 +114,26 @@ msgid "Access profile and other navigation links" msgstr "Accedeix al perfil i altres enllaços de navegació" #: src/view/com/modals/EditImage.tsx:300 -#: src/view/screens/Settings/index.tsx:421 +#: src/view/screens/Settings/index.tsx:493 msgid "Accessibility" msgstr "Accessibilitat" +#: src/view/screens/Settings/index.tsx:484 +msgid "Accessibility settings" +msgstr "" + +#: src/Navigation.tsx:284 +#: src/view/screens/AccessibilitySettings.tsx:63 +msgid "Accessibility Settings" +msgstr "" + #: src/components/moderation/LabelsOnMe.tsx:42 msgid "account" msgstr "compte" -#: src/screens/Login/LoginForm.tsx:144 -#: src/view/screens/Settings/index.tsx:330 -#: src/view/screens/Settings/index.tsx:707 +#: src/screens/Login/LoginForm.tsx:161 +#: src/view/screens/Settings/index.tsx:323 +#: src/view/screens/Settings/index.tsx:702 msgid "Account" msgstr "Compte" @@ -153,7 +166,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:137 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:135 #: src/view/com/profile/ProfileMenu.tsx:128 msgid "Account unblocked" msgstr "Compte desbloquejat" @@ -182,9 +195,9 @@ msgstr "Afegeix una advertència de contingut" msgid "Add a user to this list" msgstr "Afegeix un usuari a aquesta llista" -#: src/components/dialogs/SwitchAccount.tsx:55 -#: src/view/screens/Settings/index.tsx:405 -#: src/view/screens/Settings/index.tsx:414 +#: src/components/dialogs/SwitchAccount.tsx:56 +#: src/view/screens/Settings/index.tsx:398 +#: src/view/screens/Settings/index.tsx:407 msgid "Add account" msgstr "Afegeix un compte" @@ -210,12 +223,12 @@ msgstr "Afegeix una contrasenya d'aplicació" #~ msgstr "Afegeix detalls a l'informe" #: src/view/com/composer/Composer.tsx:467 -msgid "Add link card" -msgstr "Afegeix una targeta a l'enllaç" +#~ msgid "Add link card" +#~ msgstr "Afegeix una targeta a l'enllaç" #: src/view/com/composer/Composer.tsx:472 -msgid "Add link card:" -msgstr "Afegeix una targeta a l'enllaç:" +#~ msgid "Add link card:" +#~ msgstr "Afegeix una targeta a l'enllaç:" #: src/components/dialogs/MutedWords.tsx:157 msgid "Add mute word for configured settings" @@ -270,7 +283,7 @@ msgid "Adult content is disabled." msgstr "El contingut per adults està deshabilitat." #: src/screens/Moderation/index.tsx:375 -#: src/view/screens/Settings/index.tsx:635 +#: src/view/screens/Settings/index.tsx:636 msgid "Advanced" msgstr "Avançat" @@ -292,6 +305,7 @@ msgid "ALT" msgstr "ALT" #: src/view/com/modals/EditImage.tsx:316 +#: src/view/screens/AccessibilitySettings.tsx:77 msgid "Alt text" msgstr "Text alternatiu" @@ -299,7 +313,8 @@ msgstr "Text alternatiu" msgid "Alt text describes images for blind and low-vision users, and helps give context to everyone." msgstr "El text alternatiu descriu les imatges per a les persones cegues o amb problemes de visió, i ajuda a donar context a tothom." -#: src/view/com/modals/VerifyEmail.tsx:124 +#: 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 "S'ha enviat un correu a {0}. Inclou un codi de confirmació que has d'entrar aquí sota." @@ -307,6 +322,10 @@ msgstr "S'ha enviat un correu a {0}. Inclou un codi de confirmació que has d'en msgid "An email has been sent to your previous address, {0}. It includes a confirmation code which you can enter below." msgstr "S'ha enviat un correu a la teva adreça prèvia, {0}. Inclou un codi de confirmació que has d'entrar aquí sota." +#: src/components/dialogs/GifSelect.tsx:284 +msgid "An error occured" +msgstr "" + #: src/lib/moderation/useReportOptions.ts:26 msgid "An issue not included in these options" msgstr "Un problema que no està inclòs en aquestes opcions" @@ -329,6 +348,10 @@ msgstr "i" msgid "Animals" msgstr "Animals" +#: src/view/com/util/post-embeds/GifEmbed.tsx:134 +msgid "Animated GIF" +msgstr "" + #: src/lib/moderation/useReportOptions.ts:31 msgid "Anti-Social Behavior" msgstr "Comportament antisocial" @@ -349,7 +372,7 @@ msgstr "La contrasenya de l'aplicació només pot estar formada per lletres, nú 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." -#: src/view/screens/Settings/index.tsx:646 +#: src/view/screens/Settings/index.tsx:647 msgid "App password settings" msgstr "Configuració de la contrasenya d'aplicació" @@ -357,9 +380,9 @@ msgstr "Configuració de la contrasenya d'aplicació" #~ msgid "App passwords" #~ msgstr "Contrasenyes de l'aplicació" -#: src/Navigation.tsx:251 +#: src/Navigation.tsx:252 #: src/view/screens/AppPasswords.tsx:189 -#: src/view/screens/Settings/index.tsx:655 +#: src/view/screens/Settings/index.tsx:656 msgid "App Passwords" msgstr "Contrasenyes de l'aplicació" @@ -396,7 +419,7 @@ msgstr "Apel·lació enviada." #~ msgid "Appeal this decision." #~ msgstr "Apel·la aquesta decisió." -#: src/view/screens/Settings/index.tsx:436 +#: src/view/screens/Settings/index.tsx:414 msgid "Appearance" msgstr "Aparença" @@ -408,7 +431,7 @@ msgstr "Confirmes que vols eliminar la contrasenya de l'aplicació \"{name}\"?" msgid "Are you sure you want to remove {0} from your feeds?" msgstr "Confirmes que vols eliminar {0} dels teus canals?" -#: src/view/com/composer/Composer.tsx:509 +#: src/view/com/composer/Composer.tsx:523 msgid "Are you sure you'd like to discard this draft?" msgstr "Confirmes que vols descartar aquest esborrany?" @@ -442,13 +465,13 @@ msgstr "Almenys 3 caràcters" #: src/screens/Login/ChooseAccountForm.tsx:78 #: src/screens/Login/ForgotPasswordForm.tsx:129 #: src/screens/Login/ForgotPasswordForm.tsx:135 -#: src/screens/Login/LoginForm.tsx:221 -#: src/screens/Login/LoginForm.tsx:227 +#: src/screens/Login/LoginForm.tsx:269 +#: src/screens/Login/LoginForm.tsx:275 #: src/screens/Login/SetNewPasswordForm.tsx:160 #: src/screens/Login/SetNewPasswordForm.tsx:166 #: src/screens/Profile/Header/Shell.tsx:96 #: src/screens/Signup/index.tsx:180 -#: src/view/com/util/ViewHeader.tsx:87 +#: src/view/com/util/ViewHeader.tsx:89 msgid "Back" msgstr "Endarrere" @@ -461,7 +484,7 @@ msgstr "Endarrere" msgid "Based on your interest in {interestsText}" msgstr "Segons els teus interessos en {interestsText}" -#: src/view/screens/Settings/index.tsx:493 +#: src/view/screens/Settings/index.tsx:471 msgid "Basics" msgstr "Conceptes bàsics" @@ -469,11 +492,11 @@ msgstr "Conceptes bàsics" msgid "Birthday" msgstr "Aniversari" -#: src/view/screens/Settings/index.tsx:362 +#: src/view/screens/Settings/index.tsx:355 msgid "Birthday:" msgstr "Aniversari:" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:286 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:284 #: src/view/com/profile/ProfileMenu.tsx:361 msgid "Block" msgstr "Bloqueja" @@ -513,8 +536,8 @@ msgstr "Bloquejada" msgid "Blocked accounts" msgstr "Comptes bloquejats" -#: src/Navigation.tsx:134 -#: src/view/screens/ModerationBlockedAccounts.tsx:113 +#: src/Navigation.tsx:135 +#: src/view/screens/ModerationBlockedAccounts.tsx:112 msgid "Blocked Accounts" msgstr "Comptes bloquejats" @@ -522,7 +545,7 @@ msgstr "Comptes bloquejats" msgid "Blocked accounts cannot reply in your threads, mention you, or otherwise interact with you." msgstr "Els comptes bloquejats no poden respondre cap fil teu, ni anomenar-te ni interactuar amb tu de cap manera." -#: src/view/screens/ModerationBlockedAccounts.tsx:121 +#: src/view/screens/ModerationBlockedAccounts.tsx:120 msgid "Blocked accounts cannot reply in your threads, mention you, or otherwise interact with you. You will not see their content and they will be prevented from seeing yours." msgstr "Els comptes bloquejats no poden respondre a cap fil teu, ni anomenar-te ni interactuar amb tu de cap manera. No veuràs mai el seu contingut ni ells el teu." @@ -630,7 +653,7 @@ msgstr "Creant el compte indiques que estàs d'acord amb {els}." msgid "by you" msgstr "per tu" -#: src/view/com/composer/photos/OpenCameraBtn.tsx:77 +#: src/view/com/composer/photos/OpenCameraBtn.tsx:73 msgid "Camera" msgstr "Càmera" @@ -642,8 +665,8 @@ msgstr "Només pot tenir lletres, números, espais, guions i guions baixos. Ha d #: src/components/Prompt.tsx:113 #: src/components/Prompt.tsx:115 #: src/components/TagMenu/index.tsx:268 -#: src/view/com/composer/Composer.tsx:317 -#: src/view/com/composer/Composer.tsx:322 +#: src/view/com/composer/Composer.tsx:349 +#: src/view/com/composer/Composer.tsx:354 #: src/view/com/modals/ChangeEmail.tsx:218 #: src/view/com/modals/ChangeEmail.tsx:220 #: src/view/com/modals/ChangeHandle.tsx:154 @@ -658,9 +681,9 @@ msgstr "Només pot tenir lletres, números, espais, guions i guions baixos. Ha d #: src/view/com/modals/LinkWarning.tsx:105 #: src/view/com/modals/LinkWarning.tsx:107 #: src/view/com/modals/Repost.tsx:88 -#: src/view/com/modals/VerifyEmail.tsx:247 -#: src/view/com/modals/VerifyEmail.tsx:253 -#: src/view/screens/Search/Search.tsx:865 +#: src/view/com/modals/VerifyEmail.tsx:255 +#: src/view/com/modals/VerifyEmail.tsx:261 +#: src/view/screens/Search/Search.tsx:796 #: src/view/shell/desktop/Search.tsx:239 msgid "Cancel" msgstr "Cancel·la" @@ -710,34 +733,34 @@ msgstr "Cancel·la la cerca" msgid "Cancels opening the linked website" msgstr "Cancel·la obrir la web enllaçada" -#: src/view/com/modals/VerifyEmail.tsx:152 +#: src/view/com/modals/VerifyEmail.tsx:160 msgid "Change" msgstr "Canvia" -#: src/view/screens/Settings/index.tsx:356 +#: src/view/screens/Settings/index.tsx:349 msgctxt "action" msgid "Change" msgstr "Canvia" -#: src/view/screens/Settings/index.tsx:667 +#: src/view/screens/Settings/index.tsx:668 msgid "Change handle" msgstr "Canvia l'identificador" #: src/view/com/modals/ChangeHandle.tsx:162 -#: src/view/screens/Settings/index.tsx:678 +#: src/view/screens/Settings/index.tsx:679 msgid "Change Handle" msgstr "Canvia l'identificador" -#: src/view/com/modals/VerifyEmail.tsx:147 +#: src/view/com/modals/VerifyEmail.tsx:155 msgid "Change my email" msgstr "Canvia el meu correu" -#: src/view/screens/Settings/index.tsx:718 +#: src/view/screens/Settings/index.tsx:713 msgid "Change password" msgstr "Canvia la contrasenya" #: src/view/com/modals/ChangePassword.tsx:141 -#: src/view/screens/Settings/index.tsx:729 +#: src/view/screens/Settings/index.tsx:724 msgid "Change Password" msgstr "Canvia la contrasenya" @@ -766,6 +789,10 @@ msgstr "Mira alguns canals recomanats. Prem + per a afegir-los als teus canals f msgid "Check out some recommended users. Follow them to see similar users." msgstr "Mira alguns usuaris recomanats. Segueix-los per a veure altres usuaris similars." +#: src/screens/Login/LoginForm.tsx:262 +msgid "Check your email for a login code and enter it here." +msgstr "" + #: src/view/com/modals/DeleteAccount.tsx:168 msgid "Check your inbox for an email with the confirmation code to enter below:" msgstr "Comprova el teu correu per a rebre el codi de confirmació i entra'l aquí sota:" @@ -799,32 +826,32 @@ msgstr "Tria els teus canals principals" msgid "Choose your password" msgstr "Tria la teva contrasenya" -#: src/view/screens/Settings/index.tsx:832 +#: src/view/screens/Settings/index.tsx:827 msgid "Clear all legacy storage data" msgstr "Esborra totes les dades antigues emmagatzemades" -#: src/view/screens/Settings/index.tsx:835 +#: src/view/screens/Settings/index.tsx:830 msgid "Clear all legacy storage data (restart after this)" msgstr "Esborra totes les dades antigues emmagatzemades (i després reinicia)" -#: src/view/screens/Settings/index.tsx:844 +#: src/view/screens/Settings/index.tsx:839 msgid "Clear all storage data" msgstr "Esborra totes les dades emmagatzemades" -#: src/view/screens/Settings/index.tsx:847 +#: src/view/screens/Settings/index.tsx:842 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:846 +#: src/view/screens/Search/Search.tsx:777 msgid "Clear search query" msgstr "Esborra la cerca" -#: src/view/screens/Settings/index.tsx:833 +#: src/view/screens/Settings/index.tsx:828 msgid "Clears all legacy storage data" msgstr "Esborra totes les dades antigues emmagatzemades" -#: src/view/screens/Settings/index.tsx:845 +#: src/view/screens/Settings/index.tsx:840 msgid "Clears all storage data" msgstr "Esborra totes les dades emmagatzemades" @@ -837,20 +864,21 @@ msgid "Click here to open tag menu for {tag}" msgstr "Clica aquí per obrir el menú d'etiquetes per {tag}" #: src/components/RichText.tsx:198 -msgid "Click here to open tag menu for #{tag}" -msgstr "Clica aquí per obrir el menú d'etiquetes per #{tag}" +#~ msgid "Click here to open tag menu for #{tag}" +#~ msgstr "Clica aquí per obrir el menú d'etiquetes per #{tag}" #: src/screens/Onboarding/index.tsx:35 msgid "Climate" msgstr "Clima" +#: src/components/dialogs/GifSelect.tsx:300 #: src/view/com/modals/ChangePassword.tsx:267 #: src/view/com/modals/ChangePassword.tsx:270 msgid "Close" msgstr "Tanca" -#: src/components/Dialog/index.web.tsx:106 -#: src/components/Dialog/index.web.tsx:218 +#: src/components/Dialog/index.web.tsx:111 +#: src/components/Dialog/index.web.tsx:246 msgid "Close active dialog" msgstr "Tanca el diàleg actiu" @@ -862,6 +890,14 @@ msgstr "Tanca l'advertència" msgid "Close bottom drawer" msgstr "Tanca el calaix inferior" +#: src/components/dialogs/GifSelect.tsx:294 +msgid "Close dialog" +msgstr "" + +#: src/components/dialogs/GifSelect.tsx:150 +msgid "Close GIF dialog" +msgstr "" + #: src/view/com/lightbox/ImageViewing/components/ImageDefaultHeader.tsx:36 msgid "Close image" msgstr "Tanca la imatge" @@ -870,7 +906,7 @@ msgstr "Tanca la imatge" msgid "Close image viewer" msgstr "Tanca el visor d'imatges" -#: src/view/shell/index.web.tsx:57 +#: src/view/shell/index.web.tsx:61 msgid "Close navigation footer" msgstr "Tanca el peu de la navegació" @@ -879,7 +915,7 @@ msgstr "Tanca el peu de la navegació" msgid "Close this dialog" msgstr "Tanca aquest diàleg" -#: src/view/shell/index.web.tsx:58 +#: src/view/shell/index.web.tsx:62 msgid "Closes bottom navigation bar" msgstr "Tanca la barra de navegació inferior" @@ -887,7 +923,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:319 +#: src/view/com/composer/Composer.tsx:351 msgid "Closes post composer and discards post draft" msgstr "Tanca l'editor de la publicació i descarta l'esborrany" @@ -907,7 +943,7 @@ msgstr "Comèdia" msgid "Comics" msgstr "Còmics" -#: src/Navigation.tsx:241 +#: src/Navigation.tsx:242 #: src/view/screens/CommunityGuidelines.tsx:32 msgid "Community Guidelines" msgstr "Directrius de la comunitat" @@ -920,7 +956,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:438 +#: src/view/com/composer/Composer.tsx:469 msgid "Compose posts up to {MAX_GRAPHEME_LENGTH} characters in length" msgstr "Crea publicacions de fins a {MAX_GRAPHEME_LENGTH} caràcters" @@ -943,10 +979,12 @@ msgstr "Configurat a <0>configuració de moderació." #: src/components/Prompt.tsx:153 #: src/components/Prompt.tsx:156 #: src/view/com/modals/SelfLabel.tsx:154 -#: src/view/com/modals/VerifyEmail.tsx:231 -#: src/view/com/modals/VerifyEmail.tsx:233 +#: src/view/com/modals/VerifyEmail.tsx:239 +#: src/view/com/modals/VerifyEmail.tsx:241 #: src/view/screens/PreferencesFollowingFeed.tsx:308 #: src/view/screens/PreferencesThreads.tsx:159 +#: src/view/screens/Settings/DisableEmail2FADialog.tsx:180 +#: src/view/screens/Settings/DisableEmail2FADialog.tsx:183 msgid "Confirm" msgstr "Confirma" @@ -981,10 +1019,13 @@ msgstr "Confirma la teva edat:" msgid "Confirm your birthdate" msgstr "Confirma la teva data de naixement" +#: src/screens/Login/LoginForm.tsx:244 #: src/view/com/modals/ChangeEmail.tsx:157 #: src/view/com/modals/DeleteAccount.tsx:175 #: src/view/com/modals/DeleteAccount.tsx:181 -#: src/view/com/modals/VerifyEmail.tsx:165 +#: 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 "Codi de confirmació" @@ -992,7 +1033,7 @@ msgstr "Codi de confirmació" #~ msgid "Confirms signing up {email} to the waitlist" #~ msgstr "Confirma afegir {email} a la llista d'espera" -#: src/screens/Login/LoginForm.tsx:248 +#: src/screens/Login/LoginForm.tsx:296 msgid "Connecting..." msgstr "Connectant…" @@ -1085,7 +1126,7 @@ msgstr "Cuina" msgid "Copied" msgstr "Copiat" -#: src/view/screens/Settings/index.tsx:254 +#: src/view/screens/Settings/index.tsx:243 msgid "Copied build version to clipboard" msgstr "Número de versió copiat en memòria" @@ -1121,8 +1162,8 @@ msgstr "Copia el codi" msgid "Copy link to list" msgstr "Copia l'enllaç a la llista" -#: src/view/com/util/forms/PostDropdownBtn.tsx:236 -#: src/view/com/util/forms/PostDropdownBtn.tsx:245 +#: src/view/com/util/forms/PostDropdownBtn.tsx:240 +#: src/view/com/util/forms/PostDropdownBtn.tsx:249 msgid "Copy link to post" msgstr "Copia l'enllaç a la publicació" @@ -1130,12 +1171,12 @@ msgstr "Copia l'enllaç a la publicació" #~ msgid "Copy link to profile" #~ msgstr "Copia l'enllaç al perfil" -#: src/view/com/util/forms/PostDropdownBtn.tsx:228 #: src/view/com/util/forms/PostDropdownBtn.tsx:230 +#: src/view/com/util/forms/PostDropdownBtn.tsx:232 msgid "Copy post text" msgstr "Copia el text de la publicació" -#: src/Navigation.tsx:246 +#: src/Navigation.tsx:247 #: src/view/screens/CopyrightPolicy.tsx:29 msgid "Copyright Policy" msgstr "Política de drets d'autor" @@ -1157,7 +1198,7 @@ msgstr "No es pot carregar la llista" msgid "Create a new account" msgstr "Crea un nou compte" -#: src/view/screens/Settings/index.tsx:406 +#: src/view/screens/Settings/index.tsx:399 msgid "Create a new Bluesky account" msgstr "Crea un nou compte de Bluesky" @@ -1196,8 +1237,8 @@ msgstr "Creat {0}" #~ msgstr "Creat per tu" #: src/view/com/composer/Composer.tsx:469 -msgid "Creates a card with a thumbnail. The card links to {url}" -msgstr "Crea una targeta amb una miniatura. La targeta enllaça a {url}" +#~ msgid "Creates a card with a thumbnail. The card links to {url}" +#~ msgstr "Crea una targeta amb una miniatura. La targeta enllaça a {url}" #: src/screens/Onboarding/index.tsx:29 msgid "Culture" @@ -1217,7 +1258,7 @@ msgstr "Domini personalitzat" 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à." -#: src/view/screens/PreferencesExternalEmbeds.tsx:55 +#: src/view/screens/PreferencesExternalEmbeds.tsx:56 msgid "Customize media from external sites." msgstr "Personalitza el contingut dels llocs externs." @@ -1225,8 +1266,8 @@ msgstr "Personalitza el contingut dels llocs externs." #~ msgid "Danger Zone" #~ msgstr "Zona de perill" -#: src/view/screens/Settings/index.tsx:455 -#: src/view/screens/Settings/index.tsx:481 +#: src/view/screens/Settings/index.tsx:433 +#: src/view/screens/Settings/index.tsx:459 msgid "Dark" msgstr "Fosc" @@ -1234,7 +1275,7 @@ msgstr "Fosc" msgid "Dark mode" msgstr "Mode fosc" -#: src/view/screens/Settings/index.tsx:468 +#: src/view/screens/Settings/index.tsx:446 msgid "Dark Theme" msgstr "Tema fosc" @@ -1242,7 +1283,7 @@ msgstr "Tema fosc" msgid "Date of birth" msgstr "Data de naixement" -#: src/view/screens/Settings/index.tsx:805 +#: src/view/screens/Settings/index.tsx:800 msgid "Debug Moderation" msgstr "Moderació de depuració" @@ -1250,13 +1291,13 @@ msgstr "Moderació de depuració" msgid "Debug panel" msgstr "Panell de depuració" -#: src/view/com/util/forms/PostDropdownBtn.tsx:341 +#: src/view/com/util/forms/PostDropdownBtn.tsx:345 #: src/view/screens/AppPasswords.tsx:268 #: src/view/screens/ProfileList.tsx:615 msgid "Delete" msgstr "Elimina" -#: src/view/screens/Settings/index.tsx:760 +#: src/view/screens/Settings/index.tsx:755 msgid "Delete account" msgstr "Elimina el compte" @@ -1284,12 +1325,12 @@ msgstr "Elimina el meu compte" #~ msgid "Delete my account…" #~ msgstr "Elimina el meu compte…" -#: src/view/screens/Settings/index.tsx:772 +#: src/view/screens/Settings/index.tsx:767 msgid "Delete My Account…" msgstr "Elimina el meu compte…" -#: src/view/com/util/forms/PostDropdownBtn.tsx:322 -#: src/view/com/util/forms/PostDropdownBtn.tsx:324 +#: src/view/com/util/forms/PostDropdownBtn.tsx:326 +#: src/view/com/util/forms/PostDropdownBtn.tsx:328 msgid "Delete post" msgstr "Elimina la publicació" @@ -1297,7 +1338,7 @@ msgstr "Elimina la publicació" msgid "Delete this list?" msgstr "Vols eliminar aquesta llista?" -#: src/view/com/util/forms/PostDropdownBtn.tsx:336 +#: src/view/com/util/forms/PostDropdownBtn.tsx:340 msgid "Delete this post?" msgstr "Vols eliminar aquesta publicació?" @@ -1324,21 +1365,33 @@ msgstr "Descripció" #~ msgid "Developer Tools" #~ msgstr "Eines de desenvolupador" -#: src/view/com/composer/Composer.tsx:218 +#: src/view/com/composer/Composer.tsx:228 msgid "Did you want to say anything?" msgstr "Vols dir alguna cosa?" -#: src/view/screens/Settings/index.tsx:474 +#: src/view/screens/Settings/index.tsx:452 msgid "Dim" msgstr "Tènue" -#: src/view/screens/Settings/index.tsx:697 -msgid "Disable haptics" -msgstr "Deshabilita l'hàptic" +#: src/view/screens/AccessibilitySettings.tsx:94 +msgid "Disable autoplay for GIFs" +msgstr "" + +#: src/view/screens/Settings/DisableEmail2FADialog.tsx:90 +msgid "Disable Email 2FA" +msgstr "" + +#: src/view/screens/AccessibilitySettings.tsx:108 +msgid "Disable haptic feedback" +msgstr "" #: src/view/screens/Settings/index.tsx:697 -msgid "Disable vibrations" -msgstr "Desabilita les vibracions" +#~ msgid "Disable haptics" +#~ msgstr "Deshabilita l'hàptic" + +#: src/view/screens/Settings/index.tsx:697 +#~ msgid "Disable vibrations" +#~ msgstr "Desabilita les vibracions" #: src/lib/moderation/useLabelBehaviorDescription.ts:32 #: src/lib/moderation/useLabelBehaviorDescription.ts:42 @@ -1347,7 +1400,7 @@ msgstr "Desabilita les vibracions" msgid "Disabled" msgstr "Deshabilitat" -#: src/view/com/composer/Composer.tsx:511 +#: src/view/com/composer/Composer.tsx:525 msgid "Discard" msgstr "Descarta" @@ -1355,7 +1408,7 @@ msgstr "Descarta" #~ msgid "Discard draft" #~ msgstr "Descarta l'esborrany" -#: src/view/com/composer/Composer.tsx:508 +#: src/view/com/composer/Composer.tsx:522 msgid "Discard draft?" msgstr "Vols descartar l'esborrany?" @@ -1457,7 +1510,7 @@ msgstr "Fet{extraText}" msgid "Download CAR file" msgstr "Descarrega el fitxer CAR" -#: src/view/com/composer/text-input/TextInput.web.tsx:249 +#: src/view/com/composer/text-input/TextInput.web.tsx:270 msgid "Drop to add images" msgstr "Deixa anar a afegir imatges" @@ -1528,7 +1581,7 @@ msgstr "Edita els detalls de la llista" msgid "Edit Moderation List" msgstr "Edita la llista de moderació" -#: src/Navigation.tsx:256 +#: src/Navigation.tsx:257 #: src/view/screens/Feeds.tsx:459 #: src/view/screens/SavedFeeds.tsx:85 msgid "Edit My Feeds" @@ -1539,12 +1592,12 @@ msgid "Edit my profile" msgstr "Edita el meu perfil" #: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:178 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:168 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:166 msgid "Edit profile" msgstr "Edita el perfil" #: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:181 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:171 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:169 msgid "Edit Profile" msgstr "Edita el perfil" @@ -1574,6 +1627,10 @@ msgstr "Ensenyament" msgid "Email" msgstr "Correu" +#: src/view/screens/Settings/DisableEmail2FADialog.tsx:64 +msgid "Email 2FA disabled" +msgstr "" + #: src/screens/Login/ForgotPasswordForm.tsx:99 msgid "Email address" msgstr "Adreça de correu" @@ -1587,11 +1644,11 @@ msgstr "Correu actualitzat" msgid "Email Updated" msgstr "Correu actualitzat" -#: src/view/com/modals/VerifyEmail.tsx:78 +#: src/view/com/modals/VerifyEmail.tsx:85 msgid "Email verified" msgstr "Correu verificat" -#: src/view/screens/Settings/index.tsx:334 +#: src/view/screens/Settings/index.tsx:327 msgid "Email:" msgstr "Correu:" @@ -1600,8 +1657,8 @@ msgid "Embed HTML code" msgstr "Incrusta el codi HTML" #: src/components/dialogs/Embed.tsx:97 -#: src/view/com/util/forms/PostDropdownBtn.tsx:253 -#: src/view/com/util/forms/PostDropdownBtn.tsx:255 +#: src/view/com/util/forms/PostDropdownBtn.tsx:257 +#: src/view/com/util/forms/PostDropdownBtn.tsx:259 msgid "Embed post" msgstr "Incrusta la publicació" @@ -1635,7 +1692,7 @@ msgstr "Habilita els continguts externs" #~ msgid "Enable External Media" #~ msgstr "Habilita el contingut extern" -#: src/view/screens/PreferencesExternalEmbeds.tsx:75 +#: src/view/screens/PreferencesExternalEmbeds.tsx:76 msgid "Enable media players for" msgstr "Habilita reproductors de contingut per" @@ -1668,7 +1725,7 @@ msgstr "Introdueix una contrasenya" msgid "Enter a word or tag" msgstr "Introdueix una lletra o etiqueta" -#: src/view/com/modals/VerifyEmail.tsx:105 +#: src/view/com/modals/VerifyEmail.tsx:113 msgid "Enter Confirmation Code" msgstr "Entra el codi de confirmació" @@ -1775,12 +1832,12 @@ msgstr "Contingut explícit o potencialment pertorbador." msgid "Explicit sexual images." msgstr "Imatges sexuals explícites." -#: src/view/screens/Settings/index.tsx:741 +#: src/view/screens/Settings/index.tsx:736 msgid "Export my data" msgstr "Exporta les meves dades" #: src/view/screens/Settings/ExportCarDialog.tsx:44 -#: src/view/screens/Settings/index.tsx:752 +#: src/view/screens/Settings/index.tsx:747 msgid "Export My Data" msgstr "Exporta les meves dades" @@ -1790,17 +1847,17 @@ msgid "External Media" msgstr "Contingut extern" #: src/components/dialogs/EmbedConsent.tsx:71 -#: src/view/screens/PreferencesExternalEmbeds.tsx:66 +#: 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 "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:275 -#: src/view/screens/PreferencesExternalEmbeds.tsx:52 -#: src/view/screens/Settings/index.tsx:628 +#: src/Navigation.tsx:276 +#: src/view/screens/PreferencesExternalEmbeds.tsx:53 +#: src/view/screens/Settings/index.tsx:629 msgid "External Media Preferences" msgstr "Preferència del contingut extern" -#: src/view/screens/Settings/index.tsx:619 +#: src/view/screens/Settings/index.tsx:620 msgid "External media settings" msgstr "Configuració del contingut extern" @@ -1817,6 +1874,10 @@ msgstr "No s'ha pogut crear la llista. Comprova la teva connexió a internet i t msgid "Failed to delete post, please try again" msgstr "No s'ha pogut esborrar la publicació, torna-ho a provar" +#: src/components/dialogs/GifSelect.tsx:200 +msgid "Failed to load GIFs" +msgstr "" + #: src/view/com/auth/onboarding/RecommendedFeeds.tsx:110 #: src/view/com/auth/onboarding/RecommendedFeeds.tsx:143 msgid "Failed to load recommended feeds" @@ -1826,7 +1887,7 @@ msgstr "Error en carregar els canals recomanats" msgid "Failed to save image: {0}" msgstr "Error en desar la imatge: {0}" -#: src/Navigation.tsx:196 +#: src/Navigation.tsx:197 msgid "Feed" msgstr "Canal" @@ -1847,10 +1908,10 @@ msgstr "Canal fora de línia" msgid "Feedback" msgstr "Comentaris" -#: src/Navigation.tsx:456 +#: src/Navigation.tsx:465 #: src/view/screens/Feeds.tsx:444 #: src/view/screens/Feeds.tsx:549 -#: src/view/screens/Profile.tsx:199 +#: src/view/screens/Profile.tsx:198 #: src/view/shell/bottom-bar/BottomBar.tsx:192 #: src/view/shell/desktop/LeftNav.tsx:346 #: src/view/shell/Drawer.tsx:485 @@ -1888,13 +1949,17 @@ msgstr "Finalitzant" msgid "Find accounts to follow" msgstr "Troba comptes per a seguir" +#: src/view/screens/Search/Search.tsx:521 +msgid "Find posts and users on Bluesky" +msgstr "" + #: src/view/screens/Search/Search.tsx:589 -msgid "Find users on Bluesky" -msgstr "Troba usuaris a Bluesky" +#~ msgid "Find users on Bluesky" +#~ msgstr "Troba usuaris a Bluesky" #: src/view/screens/Search/Search.tsx:587 -msgid "Find users with the search tool on the right" -msgstr "Troba usuaris amb l'eina de cerca de la dreta" +#~ msgid "Find users with the search tool on the right" +#~ msgstr "Troba usuaris amb l'eina de cerca de la dreta" #: src/view/com/auth/onboarding/RecommendedFollowsItem.tsx:155 msgid "Finding similar accounts..." @@ -1930,7 +1995,7 @@ msgid "Flip vertically" msgstr "Gira verticalment" #: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:189 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:235 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:233 #: src/view/com/auth/onboarding/RecommendedFollowsItem.tsx:141 #: src/view/com/post-thread/PostThreadFollowBtn.tsx:146 #: src/view/com/profile/ProfileHeaderSuggestedFollows.tsx:248 @@ -1943,7 +2008,7 @@ msgid "Follow" msgstr "Segueix" #: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:58 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:221 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:219 #: src/view/com/post-thread/PostThreadFollowBtn.tsx:128 msgid "Follow {0}" msgstr "Segueix {0}" @@ -1969,7 +2034,7 @@ msgstr "Segueix els comptes seleccionats i continua" 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/view/com/profile/ProfileCard.tsx:219 +#: src/view/com/profile/ProfileCard.tsx:231 msgid "Followed by {0}" msgstr "Seguit per {0}" @@ -1994,26 +2059,26 @@ msgstr "Seguidors" #~ msgid "following" #~ msgstr "seguint" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:233 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:231 #: src/view/com/post-thread/PostThreadFollowBtn.tsx:149 #: src/view/com/profile/ProfileFollows.tsx:104 #: src/view/screens/ProfileFollows.tsx:25 msgid "Following" msgstr "Seguint" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:93 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:91 msgid "Following {0}" msgstr "Seguint {0}" -#: src/view/screens/Settings/index.tsx:504 +#: src/view/screens/Settings/index.tsx:505 msgid "Following feed preferences" msgstr "Preferències del canal Seguint" -#: src/Navigation.tsx:262 +#: src/Navigation.tsx:263 #: src/view/com/home/HomeHeaderLayout.web.tsx:54 #: src/view/com/home/HomeHeaderLayoutMobile.tsx:87 #: src/view/screens/PreferencesFollowingFeed.tsx:104 -#: src/view/screens/Settings/index.tsx:513 +#: src/view/screens/Settings/index.tsx:514 msgid "Following Feed Preferences" msgstr "Preferències del canal Seguint" @@ -2021,7 +2086,7 @@ msgstr "Preferències del canal Seguint" msgid "Follows you" msgstr "Et segueix" -#: src/view/com/profile/ProfileCard.tsx:144 +#: src/view/com/profile/ProfileCard.tsx:156 msgid "Follows You" msgstr "Et segueix" @@ -2050,11 +2115,11 @@ msgstr "Per motius de seguretat no podràs tornar-la a veure. Si perds aquesta c msgid "Forgot Password" msgstr "He oblidat la contrasenya" -#: src/screens/Login/LoginForm.tsx:201 +#: src/screens/Login/LoginForm.tsx:218 msgid "Forgot password?" msgstr "Has oblidat la contrasenya?" -#: src/screens/Login/LoginForm.tsx:212 +#: src/screens/Login/LoginForm.tsx:229 msgid "Forgot?" msgstr "Oblidada?" @@ -2062,8 +2127,7 @@ msgstr "Oblidada?" msgid "Frequently Posts Unwanted Content" msgstr "Publica contingut no dessitjat freqüentment" -#: src/screens/Hashtag.tsx:109 -#: src/screens/Hashtag.tsx:149 +#: src/screens/Hashtag.tsx:118 msgid "From @{sanitizedAuthor}" msgstr "De @{sanitizedAuthor}" @@ -2072,12 +2136,12 @@ msgctxt "from-feed" msgid "From <0/>" msgstr "De <0/>" -#: src/view/com/composer/photos/SelectPhotoBtn.tsx:43 +#: src/view/com/composer/photos/SelectPhotoBtn.tsx:39 msgid "Gallery" msgstr "Galeria" -#: src/view/com/modals/VerifyEmail.tsx:189 -#: src/view/com/modals/VerifyEmail.tsx:191 +#: src/view/com/modals/VerifyEmail.tsx:197 +#: src/view/com/modals/VerifyEmail.tsx:199 msgid "Get Started" msgstr "Comença" @@ -2096,7 +2160,7 @@ msgstr "Infraccions flagrants de la llei o les condicions del servei" msgid "Go back" msgstr "Ves enrere" -#: src/components/Error.tsx:91 +#: src/components/Error.tsx:100 #: src/screens/Profile/ErrorState.tsx:62 #: src/screens/Profile/ErrorState.tsx:66 #: src/view/screens/NotFound.tsx:54 @@ -2121,7 +2185,7 @@ msgstr "Ves a l'inici" msgid "Go Home" msgstr "Ves a l'inici" -#: src/view/screens/Search/Search.tsx:896 +#: src/view/screens/Search/Search.tsx:827 #: src/view/shell/desktop/Search.tsx:263 msgid "Go to @{queryMaybeHandle}" msgstr "Ves a @{queryMaybeHandle}" @@ -2139,11 +2203,15 @@ msgstr "Mitjans gràfics" msgid "Handle" msgstr "Identificador" +#: src/view/screens/AccessibilitySettings.tsx:103 +msgid "Haptics" +msgstr "" + #: src/lib/moderation/useReportOptions.ts:32 msgid "Harassment, trolling, or intolerance" msgstr "Assetjament, troleig o intolerància" -#: src/Navigation.tsx:282 +#: src/Navigation.tsx:291 msgid "Hashtag" msgstr "Etiqueta" @@ -2151,7 +2219,7 @@ msgstr "Etiqueta" #~ msgid "Hashtag: {tag}" #~ msgstr "Etiqueta: {tag}" -#: src/components/RichText.tsx:197 +#: src/components/RichText.tsx:206 msgid "Hashtag: #{tag}" msgstr "Etiqueta: #{tag}" @@ -2189,7 +2257,7 @@ msgstr "Aquí tens la teva contrasenya d'aplicació." #: src/lib/moderation/useLabelBehaviorDescription.ts:30 #: src/screens/Onboarding/StepModeration/ModerationOption.tsx:52 #: src/screens/Onboarding/StepModeration/ModerationOption.tsx:76 -#: src/view/com/util/forms/PostDropdownBtn.tsx:350 +#: src/view/com/util/forms/PostDropdownBtn.tsx:354 msgid "Hide" msgstr "Amaga" @@ -2198,8 +2266,8 @@ msgctxt "action" msgid "Hide" msgstr "Amaga" -#: src/view/com/util/forms/PostDropdownBtn.tsx:294 -#: src/view/com/util/forms/PostDropdownBtn.tsx:296 +#: src/view/com/util/forms/PostDropdownBtn.tsx:298 +#: src/view/com/util/forms/PostDropdownBtn.tsx:300 msgid "Hide post" msgstr "Amaga l'entrada" @@ -2208,7 +2276,7 @@ msgstr "Amaga l'entrada" msgid "Hide the content" msgstr "Amaga el contingut" -#: src/view/com/util/forms/PostDropdownBtn.tsx:347 +#: src/view/com/util/forms/PostDropdownBtn.tsx:351 msgid "Hide this post?" msgstr "Vols amagar aquesta entrada?" @@ -2248,7 +2316,7 @@ 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:446 +#: src/Navigation.tsx:455 #: src/view/shell/bottom-bar/BottomBar.tsx:148 #: src/view/shell/desktop/LeftNav.tsx:310 #: src/view/shell/Drawer.tsx:407 @@ -2268,7 +2336,7 @@ msgid "Host:" msgstr "Allotjament:" #: src/screens/Login/ForgotPasswordForm.tsx:89 -#: src/screens/Login/LoginForm.tsx:134 +#: src/screens/Login/LoginForm.tsx:151 #: src/screens/Signup/StepInfo/index.tsx:40 #: src/view/com/modals/ChangeHandle.tsx:281 msgid "Hosting provider" @@ -2283,11 +2351,13 @@ msgstr "Proveïdor d'allotjament" msgid "How should we open this link?" msgstr "Com hem d'obrir aquest enllaç?" -#: src/view/com/modals/VerifyEmail.tsx:214 +#: 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 "Tinc un codi" -#: src/view/com/modals/VerifyEmail.tsx:216 +#: src/view/com/modals/VerifyEmail.tsx:224 msgid "I have a confirmation code" msgstr "Tinc un codi de confirmació" @@ -2311,7 +2381,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:338 +#: src/view/com/util/forms/PostDropdownBtn.tsx:342 msgid "If you remove this post, you won't be able to recover it." msgstr "Si esborres aquesta publicació no la podràs recuperar." @@ -2372,11 +2442,15 @@ msgstr "Introdueix la contrasenya per a eliminar el compte" #~ msgid "Input phone number for SMS verification" #~ msgstr "Introdueix el telèfon per la verificació per SMS" -#: src/screens/Login/LoginForm.tsx:195 +#: src/screens/Login/LoginForm.tsx:257 +msgid "Input the code which has been emailed to you" +msgstr "" + +#: src/screens/Login/LoginForm.tsx:212 msgid "Input the password tied to {identifier}" msgstr "Introdueix la contrasenya lligada a {identifier}" -#: src/screens/Login/LoginForm.tsx:168 +#: src/screens/Login/LoginForm.tsx:185 msgid "Input the username or email address you used at signup" msgstr "Introdueix el nom d'usuari o correu que vas utilitzar per a registrar-te" @@ -2388,7 +2462,7 @@ msgstr "Introdueix el nom d'usuari o correu que vas utilitzar per a registrar-te #~ msgid "Input your email to get on the Bluesky waitlist" #~ msgstr "Introdueix el teu correu per a afegir-te a la llista d'espera de Bluesky" -#: src/screens/Login/LoginForm.tsx:194 +#: src/screens/Login/LoginForm.tsx:211 msgid "Input your password" msgstr "Introdueix la teva contrasenya" @@ -2400,11 +2474,16 @@ msgstr "Introdeix el teu proveïdor d'allotjament preferit" msgid "Input your user handle" msgstr "Introdueix el teu identificador d'usuari" -#: src/view/com/post-thread/PostThreadItem.tsx:221 +#: src/screens/Login/LoginForm.tsx:126 +#: src/view/screens/Settings/DisableEmail2FADialog.tsx:70 +msgid "Invalid 2FA confirmation code." +msgstr "" + +#: src/view/com/post-thread/PostThreadItem.tsx:222 msgid "Invalid or unsupported post record" msgstr "Registre de publicació no vàlid o no admès" -#: src/screens/Login/LoginForm.tsx:114 +#: src/screens/Login/LoginForm.tsx:131 msgid "Invalid username or password" msgstr "Nom d'usuari o contrasenya incorrectes" @@ -2473,7 +2552,7 @@ msgstr "Etiquetat per {0}." msgid "Labeled by the author." msgstr "Etiquetat per l'autor." -#: src/view/screens/Profile.tsx:193 +#: src/view/screens/Profile.tsx:192 msgid "Labels" msgstr "Etiquetes" @@ -2497,16 +2576,16 @@ msgstr "Etiquetes al teu contingut" msgid "Language selection" msgstr "Tria l'idioma" -#: src/view/screens/Settings/index.tsx:565 +#: src/view/screens/Settings/index.tsx:566 msgid "Language settings" msgstr "Configuració d'idioma" -#: src/Navigation.tsx:144 +#: src/Navigation.tsx:145 #: src/view/screens/LanguageSettings.tsx:89 msgid "Language Settings" msgstr "Configuració d'idioma" -#: src/view/screens/Settings/index.tsx:574 +#: src/view/screens/Settings/index.tsx:575 msgid "Languages" msgstr "Idiomes" @@ -2514,7 +2593,8 @@ msgstr "Idiomes" #~ msgid "Last step!" #~ msgstr "Últim pas" -#: src/view/screens/Search/Search.tsx:437 +#: src/screens/Hashtag.tsx:99 +#: src/view/screens/Search/Search.tsx:428 msgid "Latest" msgstr "El més recent" @@ -2556,7 +2636,7 @@ msgstr "Sortint de Bluesky" msgid "left to go." msgstr "queda." -#: src/view/screens/Settings/index.tsx:299 +#: src/view/screens/Settings/index.tsx:292 msgid "Legacy storage cleared, you need to restart the app now." msgstr "L'emmagatzematge heretat s'ha esborrat, cal que reinicieu l'aplicació ara." @@ -2574,7 +2654,7 @@ msgstr "Som-hi!" #~ msgid "Library" #~ msgstr "Biblioteca" -#: src/view/screens/Settings/index.tsx:449 +#: src/view/screens/Settings/index.tsx:427 msgid "Light" msgstr "Clar" @@ -2588,8 +2668,8 @@ msgid "Like this feed" msgstr "Fes m'agrada a aquest canal" #: src/components/LikesDialog.tsx:87 -#: src/Navigation.tsx:201 -#: src/Navigation.tsx:206 +#: src/Navigation.tsx:202 +#: src/Navigation.tsx:207 msgid "Liked by" msgstr "Li ha agradat a" @@ -2625,15 +2705,15 @@ msgstr "els hi ha agradat el teu canal personalitzat" msgid "liked your post" msgstr "li ha agradat la teva publicació" -#: src/view/screens/Profile.tsx:198 +#: src/view/screens/Profile.tsx:197 msgid "Likes" msgstr "M'agrades" -#: src/view/com/post-thread/PostThreadItem.tsx:182 +#: src/view/com/post-thread/PostThreadItem.tsx:183 msgid "Likes on this post" msgstr "M'agrades a aquesta publicació" -#: src/Navigation.tsx:170 +#: src/Navigation.tsx:171 msgid "List" msgstr "Llista" @@ -2669,9 +2749,9 @@ msgstr "Llista desbloquejada" msgid "List unmuted" msgstr "Llista no silenciada" -#: src/Navigation.tsx:114 -#: src/view/screens/Profile.tsx:194 -#: src/view/screens/Profile.tsx:200 +#: src/Navigation.tsx:115 +#: src/view/screens/Profile.tsx:193 +#: src/view/screens/Profile.tsx:199 #: src/view/shell/desktop/LeftNav.tsx:383 #: src/view/shell/Drawer.tsx:501 #: src/view/shell/Drawer.tsx:502 @@ -2688,7 +2768,7 @@ msgid "Load new notifications" msgstr "Carrega noves notificacions" #: src/screens/Profile/Sections/Feed.tsx:86 -#: src/view/com/feeds/FeedPage.tsx:138 +#: src/view/com/feeds/FeedPage.tsx:134 #: src/view/screens/ProfileFeed.tsx:507 #: src/view/screens/ProfileList.tsx:697 msgid "Load new posts" @@ -2702,7 +2782,7 @@ msgstr "Carregant…" #~ msgid "Local dev server" #~ msgstr "Servidor de desenvolupament local" -#: src/Navigation.tsx:221 +#: src/Navigation.tsx:222 msgid "Log" msgstr "Registre" @@ -2721,6 +2801,10 @@ msgstr "Visibilitat pels usuaris no connectats" msgid "Login to account that is not listed" msgstr "Accedeix a un compte que no està llistat" +#: src/components/RichText.tsx:207 +msgid "Long press to open tag menu for #{tag}" +msgstr "" + #~ msgid "Looks like this feed is only available to users with a Bluesky account. Please sign up or sign in to view this feed!" #~ msgstr "Parece que este canal de noticias sólo está disponible para usuarios con una cuenta Bluesky. Por favor, ¡regístrate o inicia sesión para ver este canal!" @@ -2744,7 +2828,8 @@ msgstr "Gestiona les teves etiquetes i paraules silenciades" #~ msgid "May only contain letters and numbers" #~ msgstr "Només pot tenir lletres i números" -#: src/view/screens/Profile.tsx:197 +#: src/view/screens/AccessibilitySettings.tsx:89 +#: src/view/screens/Profile.tsx:196 msgid "Media" msgstr "Contingut" @@ -2756,8 +2841,8 @@ msgstr "usuaris mencionats" msgid "Mentioned users" msgstr "Usuaris mencionats" -#: src/view/com/util/ViewHeader.tsx:87 -#: src/view/screens/Search/Search.tsx:795 +#: src/view/com/util/ViewHeader.tsx:89 +#: src/view/screens/Search/Search.tsx:726 msgid "Menu" msgstr "Menú" @@ -2773,9 +2858,9 @@ msgstr "Missatge del servidor: {0}" msgid "Misleading Account" msgstr "Compte enganyòs" -#: src/Navigation.tsx:119 +#: src/Navigation.tsx:120 #: src/screens/Moderation/index.tsx:104 -#: src/view/screens/Settings/index.tsx:596 +#: src/view/screens/Settings/index.tsx:597 #: src/view/shell/desktop/LeftNav.tsx:401 #: src/view/shell/Drawer.tsx:520 #: src/view/shell/Drawer.tsx:521 @@ -2813,16 +2898,16 @@ msgstr "S'ha actualitzat la llista de moderació" msgid "Moderation lists" msgstr "Llistes de moderació" -#: src/Navigation.tsx:124 +#: src/Navigation.tsx:125 #: src/view/screens/ModerationModlists.tsx:58 msgid "Moderation Lists" msgstr "Llistes de moderació" -#: src/view/screens/Settings/index.tsx:590 +#: src/view/screens/Settings/index.tsx:591 msgid "Moderation settings" msgstr "Configuració de moderació" -#: src/Navigation.tsx:216 +#: src/Navigation.tsx:217 msgid "Moderation states" msgstr "Estats de moderació" @@ -2835,7 +2920,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:535 +#: src/view/com/post-thread/PostThreadItem.tsx:541 msgid "More" msgstr "Més" @@ -2913,13 +2998,13 @@ msgstr "Silencia aquesta paraula en el text de les publicacions i a les etiquete msgid "Mute this word in tags only" msgstr "Silencia aquesta paraula només a les etiquetes" -#: src/view/com/util/forms/PostDropdownBtn.tsx:269 -#: src/view/com/util/forms/PostDropdownBtn.tsx:275 +#: src/view/com/util/forms/PostDropdownBtn.tsx:273 +#: src/view/com/util/forms/PostDropdownBtn.tsx:279 msgid "Mute thread" msgstr "Silencia el fil de debat" -#: src/view/com/util/forms/PostDropdownBtn.tsx:285 -#: src/view/com/util/forms/PostDropdownBtn.tsx:287 +#: src/view/com/util/forms/PostDropdownBtn.tsx:289 +#: src/view/com/util/forms/PostDropdownBtn.tsx:291 msgid "Mute words & tags" msgstr "Silencia paraules i etiquetes" @@ -2931,7 +3016,7 @@ msgstr "Silenciada" msgid "Muted accounts" msgstr "Comptes silenciats" -#: src/Navigation.tsx:129 +#: src/Navigation.tsx:130 #: src/view/screens/ModerationMutedAccounts.tsx:112 msgid "Muted Accounts" msgstr "Comptes silenciats" @@ -2965,11 +3050,11 @@ msgstr "Els meus canals" msgid "My Profile" msgstr "El meu perfil" -#: src/view/screens/Settings/index.tsx:547 +#: src/view/screens/Settings/index.tsx:548 msgid "My saved feeds" msgstr "Els meus canals desats" -#: src/view/screens/Settings/index.tsx:553 +#: src/view/screens/Settings/index.tsx:554 msgid "My Saved Feeds" msgstr "Els meus canals desats" @@ -2997,7 +3082,7 @@ msgid "Nature" msgstr "Natura" #: src/screens/Login/ForgotPasswordForm.tsx:173 -#: src/screens/Login/LoginForm.tsx:255 +#: src/screens/Login/LoginForm.tsx:303 #: src/view/com/modals/ChangePassword.tsx:168 msgid "Navigates to the next screen" msgstr "Navega a la pantalla següent" @@ -3053,14 +3138,14 @@ msgstr "Nova contrasenya" msgid "New Password" msgstr "Nova contrasenya" -#: src/view/com/feeds/FeedPage.tsx:149 +#: src/view/com/feeds/FeedPage.tsx:145 msgctxt "action" msgid "New post" msgstr "Nova publicació" #: src/view/screens/Feeds.tsx:580 #: src/view/screens/Notifications.tsx:168 -#: src/view/screens/Profile.tsx:480 +#: src/view/screens/Profile.tsx:465 #: src/view/screens/ProfileFeed.tsx:445 #: src/view/screens/ProfileList.tsx:200 #: src/view/screens/ProfileList.tsx:228 @@ -3091,8 +3176,8 @@ msgstr "Notícies" #: src/screens/Login/ForgotPasswordForm.tsx:143 #: src/screens/Login/ForgotPasswordForm.tsx:150 -#: src/screens/Login/LoginForm.tsx:254 -#: src/screens/Login/LoginForm.tsx:261 +#: src/screens/Login/LoginForm.tsx:302 +#: src/screens/Login/LoginForm.tsx:309 #: src/screens/Login/SetNewPasswordForm.tsx:174 #: src/screens/Login/SetNewPasswordForm.tsx:180 #: src/screens/Signup/index.tsx:207 @@ -3129,7 +3214,11 @@ msgstr "Cap descripció" msgid "No DNS Panel" msgstr "No hi ha panell de DNS" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:118 +#: src/components/dialogs/GifSelect.tsx:206 +msgid "No featured GIFs found. There may be an issue with Tenor." +msgstr "" + +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:116 msgid "No longer following {0}" msgstr "Ja no segueixes a {0}" @@ -3146,7 +3235,7 @@ msgstr "Encara no tens cap notificació" msgid "No result" msgstr "Cap resultat" -#: src/components/Lists.tsx:183 +#: src/components/Lists.tsx:192 msgid "No results found" msgstr "No s'han trobat resultats" @@ -3155,11 +3244,15 @@ 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:349 -#: src/view/screens/Search/Search.tsx:387 +#: src/view/screens/Search/Search.tsx:350 +#: src/view/screens/Search/Search.tsx:388 msgid "No results found for {query}" msgstr "No s'han trobat resultats per {query}" +#: src/components/dialogs/GifSelect.tsx:204 +msgid "No search results found for \"{search}\"." +msgstr "" + #: src/components/dialogs/EmbedConsent.tsx:105 #: src/components/dialogs/EmbedConsent.tsx:112 msgid "No thanks" @@ -3182,18 +3275,18 @@ msgstr "Nuesa no sexual" msgid "Not Applicable." msgstr "No aplicable." -#: src/Navigation.tsx:109 +#: src/Navigation.tsx:110 #: src/view/screens/Profile.tsx:101 msgid "Not Found" msgstr "No s'ha trobat" -#: src/view/com/modals/VerifyEmail.tsx:246 -#: src/view/com/modals/VerifyEmail.tsx:252 +#: src/view/com/modals/VerifyEmail.tsx:254 +#: src/view/com/modals/VerifyEmail.tsx:260 msgid "Not right now" msgstr "Ara mateix no" #: src/view/com/profile/ProfileMenu.tsx:368 -#: src/view/com/util/forms/PostDropdownBtn.tsx:364 +#: src/view/com/util/forms/PostDropdownBtn.tsx:368 #: src/view/com/util/post-ctrls/PostCtrls.tsx:248 msgid "Note about sharing" msgstr "Nota sobre compartir" @@ -3202,7 +3295,7 @@ msgstr "Nota sobre compartir" msgid "Note: Bluesky is an open and public network. This setting only limits the visibility of your content on the Bluesky app and website, and other apps may not respect this setting. Your content may still be shown to logged-out users by other apps and websites." msgstr "Nota: Bluesky és una xarxa oberta i pública. Aquesta configuració tan sols limita el teu contingut a l'aplicació de Bluesky i a la web, altres aplicacions poden no respectar-ho. El teu contingut pot ser mostrat a usuaris no connectats per altres aplicacions i webs." -#: src/Navigation.tsx:461 +#: src/Navigation.tsx:470 #: src/view/screens/Notifications.tsx:124 #: src/view/screens/Notifications.tsx:148 #: src/view/shell/bottom-bar/BottomBar.tsx:216 @@ -3232,7 +3325,8 @@ msgstr "de" msgid "Off" msgstr "Apagat" -#: src/view/com/util/ErrorBoundary.tsx:49 +#: src/components/dialogs/GifSelect.tsx:287 +#: src/view/com/util/ErrorBoundary.tsx:55 msgid "Oh no!" msgstr "Ostres!" @@ -3253,11 +3347,11 @@ msgstr "D'acord" msgid "Oldest replies first" msgstr "Respostes més antigues primer" -#: src/view/screens/Settings/index.tsx:247 +#: src/view/screens/Settings/index.tsx:236 msgid "Onboarding reset" msgstr "Restableix la incorporació" -#: src/view/com/composer/Composer.tsx:392 +#: src/view/com/composer/Composer.tsx:424 msgid "One or more images is missing alt text." msgstr "Falta el text alternatiu a una o més imatges." @@ -3269,11 +3363,11 @@ msgstr "Només {0} poden respondre." msgid "Only contains letters, numbers, and hyphens" msgstr "Només pot tenir lletres, nombres i guionets" -#: src/components/Lists.tsx:75 +#: src/components/Lists.tsx:78 msgid "Oops, something went wrong!" msgstr "Ostres, alguna cosa ha anat malament!" -#: src/components/Lists.tsx:170 +#: src/components/Lists.tsx:177 #: src/view/screens/AppPasswords.tsx:67 #: src/view/screens/Profile.tsx:101 msgid "Oops!" @@ -3287,8 +3381,8 @@ msgstr "Obre" #~ msgid "Open content filtering settings" #~ msgstr "Obre la configuració del filtre de contingut" -#: src/view/com/composer/Composer.tsx:491 -#: src/view/com/composer/Composer.tsx:492 +#: src/view/com/composer/Composer.tsx:505 +#: src/view/com/composer/Composer.tsx:506 msgid "Open emoji picker" msgstr "Obre el selector d'emojis" @@ -3296,7 +3390,7 @@ msgstr "Obre el selector d'emojis" msgid "Open feed options menu" msgstr "Obre el menú de les opcions del canal" -#: src/view/screens/Settings/index.tsx:685 +#: src/view/screens/Settings/index.tsx:686 msgid "Open links with in-app browser" msgstr "Obre els enllaços al navegador de l'aplicació" @@ -3316,12 +3410,12 @@ msgstr "Obre la navegació" msgid "Open post options menu" msgstr "Obre el menú de les opcions de publicació" -#: src/view/screens/Settings/index.tsx:792 -#: src/view/screens/Settings/index.tsx:802 +#: src/view/screens/Settings/index.tsx:787 +#: src/view/screens/Settings/index.tsx:797 msgid "Open storybook page" msgstr "Obre la pàgina d'historial" -#: src/view/screens/Settings/index.tsx:780 +#: src/view/screens/Settings/index.tsx:775 msgid "Open system log" msgstr "Obre el registre del sistema" @@ -3329,6 +3423,10 @@ msgstr "Obre el registre del sistema" msgid "Opens {numItems} options" msgstr "Obre {numItems} opcions" +#: src/view/screens/Settings/index.tsx:485 +msgid "Opens accessibility settings" +msgstr "" + #: src/view/screens/Log.tsx:54 msgid "Opens additional details for a debug entry" msgstr "Obre detalls addicionals per una entrada de depuració" @@ -3337,7 +3435,7 @@ msgstr "Obre detalls addicionals per una entrada de depuració" msgid "Opens an expanded list of users in this notification" msgstr "Obre una llista expandida d'usuaris en aquesta notificació" -#: src/view/com/composer/photos/OpenCameraBtn.tsx:78 +#: src/view/com/composer/photos/OpenCameraBtn.tsx:74 msgid "Opens camera on device" msgstr "Obre la càmera del dispositiu" @@ -3345,11 +3443,11 @@ msgstr "Obre la càmera del dispositiu" msgid "Opens composer" msgstr "Obre el compositor" -#: src/view/screens/Settings/index.tsx:566 +#: src/view/screens/Settings/index.tsx:567 msgid "Opens configurable language settings" msgstr "Obre la configuració d'idioma" -#: src/view/com/composer/photos/SelectPhotoBtn.tsx:44 +#: src/view/com/composer/photos/SelectPhotoBtn.tsx:40 msgid "Opens device photo gallery" msgstr "Obre la galeria fotogràfica del dispositiu" @@ -3357,7 +3455,7 @@ msgstr "Obre la galeria fotogràfica del dispositiu" #~ msgid "Opens editor for profile display name, avatar, background image, and description" #~ msgstr "Obre l'editor del perfil per a editar el nom, avatar, imatge de fons i descripció" -#: src/view/screens/Settings/index.tsx:620 +#: src/view/screens/Settings/index.tsx:621 msgid "Opens external embeds settings" msgstr "Obre la configuració per les incrustacions externes" @@ -3379,6 +3477,10 @@ msgstr "Obre el procés per a iniciar sessió a un compte existent de Bluesky" #~ msgid "Opens following list" #~ msgstr "Obre la llista de seguits" +#: src/view/com/composer/photos/SelectGifBtn.tsx:37 +msgid "Opens GIF select dialog" +msgstr "" + #: src/view/screens/Settings.tsx:412 #~ msgid "Opens invite code list" #~ msgstr "Obre la llista de codis d'invitació" @@ -3387,7 +3489,7 @@ msgstr "Obre el procés per a iniciar sessió a un compte existent de Bluesky" msgid "Opens list of invite codes" msgstr "Obre la llista de codis d'invitació" -#: src/view/screens/Settings/index.tsx:762 +#: src/view/screens/Settings/index.tsx:757 msgid "Opens modal for account deletion confirmation. Requires email code" msgstr "Obre el modal per a la confirmació de l'eliminació del compte. Requereix codi de correu electrònic" @@ -3395,19 +3497,19 @@ msgstr "Obre el modal per a la confirmació de l'eliminació del compte. Requere #~ msgid "Opens modal for account deletion confirmation. Requires email code." #~ msgstr "Obre el modal per a confirmar l'eliminació del compte. Requereix un codi de correu" -#: src/view/screens/Settings/index.tsx:720 +#: src/view/screens/Settings/index.tsx:715 msgid "Opens modal for changing your Bluesky password" msgstr "Obre el modal per a canviar la contrasenya de Bluesky" -#: src/view/screens/Settings/index.tsx:669 +#: src/view/screens/Settings/index.tsx:670 msgid "Opens modal for choosing a new Bluesky handle" msgstr "Obre el modal per a triar un nou identificador de Bluesky" -#: src/view/screens/Settings/index.tsx:743 +#: src/view/screens/Settings/index.tsx:738 msgid "Opens modal for downloading your Bluesky account data (repository)" msgstr "Obre el modal per a baixar les dades del vostre compte Bluesky (repositori)" -#: src/view/screens/Settings/index.tsx:932 +#: src/view/screens/Settings/index.tsx:927 msgid "Opens modal for email verification" msgstr "Obre el modal per a verificar el correu" @@ -3415,11 +3517,11 @@ msgstr "Obre el modal per a verificar el correu" msgid "Opens modal for using custom domain" msgstr "Obre el modal per a utilitzar un domini personalitzat" -#: src/view/screens/Settings/index.tsx:591 +#: src/view/screens/Settings/index.tsx:592 msgid "Opens moderation settings" msgstr "Obre la configuració de la moderació" -#: src/screens/Login/LoginForm.tsx:202 +#: src/screens/Login/LoginForm.tsx:219 msgid "Opens password reset form" msgstr "Obre el formulari de restabliment de la contrasenya" @@ -3428,11 +3530,11 @@ msgstr "Obre el formulari de restabliment de la contrasenya" msgid "Opens screen to edit Saved Feeds" msgstr "Obre pantalla per a editar els canals desats" -#: src/view/screens/Settings/index.tsx:548 +#: src/view/screens/Settings/index.tsx:549 msgid "Opens screen with all saved feeds" msgstr "Obre la pantalla amb tots els canals desats" -#: src/view/screens/Settings/index.tsx:647 +#: src/view/screens/Settings/index.tsx:648 msgid "Opens the app password settings" msgstr "Obre la configuració de les contrasenyes d'aplicació" @@ -3440,7 +3542,7 @@ msgstr "Obre la configuració de les contrasenyes d'aplicació" #~ msgid "Opens the app password settings page" #~ msgstr "Obre la pàgina de configuració de les contrasenyes d'aplicació" -#: src/view/screens/Settings/index.tsx:505 +#: src/view/screens/Settings/index.tsx:506 msgid "Opens the Following feed preferences" msgstr "Obre les preferències del canal de Seguint" @@ -3452,16 +3554,16 @@ msgstr "Obre les preferències del canal de Seguint" msgid "Opens the linked website" msgstr "Obre la web enllaçada" -#: src/view/screens/Settings/index.tsx:793 -#: src/view/screens/Settings/index.tsx:803 +#: src/view/screens/Settings/index.tsx:788 +#: src/view/screens/Settings/index.tsx:798 msgid "Opens the storybook page" msgstr "Obre la pàgina de l'historial" -#: src/view/screens/Settings/index.tsx:781 +#: src/view/screens/Settings/index.tsx:776 msgid "Opens the system log page" msgstr "Obre la pàgina de registres del sistema" -#: src/view/screens/Settings/index.tsx:526 +#: src/view/screens/Settings/index.tsx:527 msgid "Opens the threads preferences" msgstr "Obre les preferències dels fils de debat" @@ -3493,7 +3595,7 @@ msgstr "Un altre compte" msgid "Other..." msgstr "Un altre…" -#: src/components/Lists.tsx:184 +#: src/components/Lists.tsx:193 #: src/view/screens/NotFound.tsx:45 msgid "Page not found" msgstr "Pàgina no trobada" @@ -3502,7 +3604,7 @@ msgstr "Pàgina no trobada" msgid "Page Not Found" msgstr "Pàgina no trobada" -#: src/screens/Login/LoginForm.tsx:178 +#: src/screens/Login/LoginForm.tsx:195 #: src/screens/Signup/StepInfo/index.tsx:102 #: src/view/com/modals/DeleteAccount.tsx:194 #: src/view/com/modals/DeleteAccount.tsx:201 @@ -3521,16 +3623,19 @@ msgstr "Contrasenya actualitzada" msgid "Password updated!" msgstr "Contrasenya actualitzada!" -#: src/view/screens/Search/Search.tsx:447 -#: src/view/screens/Search/Search.tsx:456 +#: src/view/com/util/post-embeds/GifEmbed.tsx:31 +msgid "Pause" +msgstr "" + +#: src/view/screens/Search/Search.tsx:438 msgid "People" msgstr "Gent" -#: src/Navigation.tsx:164 +#: src/Navigation.tsx:165 msgid "People followed by @{0}" msgstr "Persones seguides per @{0}" -#: src/Navigation.tsx:157 +#: src/Navigation.tsx:158 msgid "People following @{0}" msgstr "Persones seguint a @{0}" @@ -3567,10 +3672,18 @@ msgstr "Fixa a l'Inici" msgid "Pinned Feeds" msgstr "Canals de notícies fixats" +#: src/view/com/util/post-embeds/GifEmbed.tsx:31 +msgid "Play" +msgstr "" + #: src/view/com/util/post-embeds/ExternalGifEmbed.tsx:123 msgid "Play {0}" msgstr "Reprodueix {0}" +#: src/view/com/util/post-embeds/GifEmbed.tsx:30 +msgid "Play or pause the GIF" +msgstr "" + #: src/view/com/util/post-embeds/ExternalPlayerEmbed.tsx:57 #: src/view/com/util/post-embeds/ExternalPlayerEmbed.tsx:58 msgid "Play Video" @@ -3640,11 +3753,11 @@ msgstr "Explica per què creieu que aquesta etiqueta ha estat aplicada incorrect #~ msgid "Please tell us why you think this decision was incorrect." #~ msgstr "Por favor, dinos por qué crees que esta decisión fue incorrecta." -#: src/view/com/modals/VerifyEmail.tsx:101 +#: src/view/com/modals/VerifyEmail.tsx:109 msgid "Please Verify Your Email" msgstr "Verifica el teu correu" -#: src/view/com/composer/Composer.tsx:222 +#: src/view/com/composer/Composer.tsx:232 msgid "Please wait for your link card to finish loading" msgstr "Espera que es generi la targeta de l'enllaç" @@ -3660,8 +3773,8 @@ msgstr "Pornografia" #~ msgid "Pornography" #~ msgstr "Pornografia" -#: src/view/com/composer/Composer.tsx:367 -#: src/view/com/composer/Composer.tsx:375 +#: src/view/com/composer/Composer.tsx:399 +#: src/view/com/composer/Composer.tsx:407 msgctxt "action" msgid "Post" msgstr "Publica" @@ -3677,13 +3790,13 @@ msgstr "Publicació" #~ msgid "Post" #~ msgstr "Publicació" -#: src/view/com/post-thread/PostThreadItem.tsx:175 +#: src/view/com/post-thread/PostThreadItem.tsx:176 msgid "Post by {0}" msgstr "Publicació per {0}" -#: src/Navigation.tsx:176 -#: src/Navigation.tsx:183 -#: src/Navigation.tsx:190 +#: src/Navigation.tsx:177 +#: src/Navigation.tsx:184 +#: src/Navigation.tsx:191 msgid "Post by @{0}" msgstr "Publicació per @{0}" @@ -3722,8 +3835,7 @@ msgstr "Publicació no trobada" msgid "posts" msgstr "publicacions" -#: src/view/screens/Profile.tsx:195 -#: src/view/screens/Search/Search.tsx:467 +#: src/view/screens/Profile.tsx:194 msgid "Posts" msgstr "Publicacions" @@ -3743,8 +3855,8 @@ msgstr "Enllaç potencialment enganyós" msgid "Press to change hosting provider" msgstr "Prem per canviar el proveïdor d'allotjament" -#: src/components/Error.tsx:74 -#: src/components/Lists.tsx:80 +#: src/components/Error.tsx:83 +#: src/components/Lists.tsx:83 #: src/screens/Signup/index.tsx:187 msgid "Press to retry" msgstr "Prem per a tornar-ho a provar" @@ -3761,15 +3873,15 @@ msgstr "Idioma principal" msgid "Prioritize Your Follows" msgstr "Prioritza els usuaris que segueixes" -#: src/view/screens/Settings/index.tsx:603 +#: src/view/screens/Settings/index.tsx:604 #: src/view/shell/desktop/RightNav.tsx:72 msgid "Privacy" msgstr "Privacitat" -#: src/Navigation.tsx:231 +#: src/Navigation.tsx:232 #: src/screens/Signup/StepInfo/Policies.tsx:56 #: src/view/screens/PrivacyPolicy.tsx:29 -#: src/view/screens/Settings/index.tsx:887 +#: src/view/screens/Settings/index.tsx:882 #: src/view/shell/Drawer.tsx:271 msgid "Privacy Policy" msgstr "Política de privacitat" @@ -3779,7 +3891,7 @@ msgid "Processing..." msgstr "Processant…" #: src/view/screens/DebugMod.tsx:888 -#: src/view/screens/Profile.tsx:361 +#: src/view/screens/Profile.tsx:346 msgid "profile" msgstr "perfil" @@ -3795,7 +3907,7 @@ msgstr "Perfil" msgid "Profile updated" msgstr "Perfil actualitzat" -#: src/view/screens/Settings/index.tsx:945 +#: src/view/screens/Settings/index.tsx:940 msgid "Protect your account by verifying your email." msgstr "Protegeix el teu compte verificant el teu correu." @@ -3811,11 +3923,11 @@ msgstr "Llistes d'usuaris per a silenciar o bloquejar en massa, públiques i per msgid "Public, shareable lists which can drive feeds." msgstr "Llistes que poden nodrir canals, públiques i per a compartir." -#: src/view/com/composer/Composer.tsx:352 +#: src/view/com/composer/Composer.tsx:384 msgid "Publish post" msgstr "Publica" -#: src/view/com/composer/Composer.tsx:352 +#: src/view/com/composer/Composer.tsx:384 msgid "Publish reply" msgstr "Publica la resposta" @@ -3845,7 +3957,7 @@ msgstr "Aleatori (també conegut com a \"Poster's Roulette\")" msgid "Ratios" msgstr "Proporcions" -#: src/view/screens/Search/Search.tsx:924 +#: src/view/screens/Search/Search.tsx:855 msgid "Recent Searches" msgstr "Cerques recents" @@ -3905,7 +4017,7 @@ msgstr "Vols eliminar-lo dels teus canals?" msgid "Remove image" msgstr "Elimina la imatge" -#: src/view/com/composer/ExternalEmbed.tsx:70 +#: src/view/com/composer/ExternalEmbed.tsx:82 msgid "Remove image preview" msgstr "Elimina la visualització prèvia de la imatge" @@ -3942,11 +4054,11 @@ msgstr "Eliminat dels meus canals" msgid "Removed from your feeds" msgstr "Eliminat dels teus canals" -#: src/view/com/composer/ExternalEmbed.tsx:71 +#: src/view/com/composer/ExternalEmbed.tsx:83 msgid "Removes default thumbnail from {0}" msgstr "Elimina la miniatura per defecte de {0}" -#: src/view/screens/Profile.tsx:196 +#: src/view/screens/Profile.tsx:195 msgid "Replies" msgstr "Respostes" @@ -3954,7 +4066,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:365 +#: src/view/com/composer/Composer.tsx:397 msgctxt "action" msgid "Reply" msgstr "Respon" @@ -3965,9 +4077,15 @@ msgstr "Filtres de resposta" #: src/view/com/post/Post.tsx:177 #: src/view/com/posts/FeedItem.tsx:285 +#~ msgctxt "description" +#~ msgid "Reply to <0/>" +#~ msgstr "Resposta a <0/>" + +#: src/view/com/post/Post.tsx:178 +#: src/view/com/posts/FeedItem.tsx:285 msgctxt "description" -msgid "Reply to <0/>" -msgstr "Resposta a <0/>" +msgid "Reply to <0><1/>" +msgstr "" #: src/view/com/modals/report/Modal.tsx:166 #~ msgid "Report {collectionName}" @@ -3991,8 +4109,8 @@ msgstr "Informa del canal" msgid "Report List" msgstr "Informa de la llista" -#: src/view/com/util/forms/PostDropdownBtn.tsx:312 -#: src/view/com/util/forms/PostDropdownBtn.tsx:314 +#: src/view/com/util/forms/PostDropdownBtn.tsx:316 +#: src/view/com/util/forms/PostDropdownBtn.tsx:318 msgid "Report post" msgstr "Informa de la publicació" @@ -4061,7 +4179,7 @@ msgstr "Republicat per <0><1/>" msgid "reposted your post" msgstr "ha republicat la teva publicació" -#: src/view/com/post-thread/PostThreadItem.tsx:187 +#: src/view/com/post-thread/PostThreadItem.tsx:188 msgid "Reposts of this post" msgstr "Republicacions d'aquesta publicació" @@ -4079,14 +4197,23 @@ msgstr "Demana un canvi" msgid "Request Code" msgstr "Demana un codi" -#: src/view/screens/Settings/index.tsx:426 +#: src/view/screens/AccessibilitySettings.tsx:82 msgid "Require alt text before posting" msgstr "Requereix un text alternatiu abans de publicar" +#: src/view/screens/Settings/Email2FAToggle.tsx:53 +msgid "Require email code to log into your account" +msgstr "" + #: src/screens/Signup/StepInfo/index.tsx:69 msgid "Required for this provider" msgstr "Requerit per aquest proveïdor" +#: src/view/screens/Settings/DisableEmail2FADialog.tsx:168 +#: src/view/screens/Settings/DisableEmail2FADialog.tsx:171 +msgid "Resend email" +msgstr "" + #: src/view/com/modals/ChangePassword.tsx:185 msgid "Reset code" msgstr "Codi de restabliment" @@ -4099,8 +4226,8 @@ msgstr "Codi de restabliment" #~ msgid "Reset onboarding" #~ msgstr "Restableix la incorporació" -#: src/view/screens/Settings/index.tsx:822 -#: src/view/screens/Settings/index.tsx:825 +#: src/view/screens/Settings/index.tsx:817 +#: src/view/screens/Settings/index.tsx:820 msgid "Reset onboarding state" msgstr "Restableix l'estat de la incorporació" @@ -4112,20 +4239,20 @@ msgstr "Restableix la contrasenya" #~ msgid "Reset preferences" #~ msgstr "Restableix les preferències" -#: src/view/screens/Settings/index.tsx:812 -#: src/view/screens/Settings/index.tsx:815 +#: src/view/screens/Settings/index.tsx:807 +#: src/view/screens/Settings/index.tsx:810 msgid "Reset preferences state" msgstr "Restableix l'estat de les preferències" -#: src/view/screens/Settings/index.tsx:823 +#: src/view/screens/Settings/index.tsx:818 msgid "Resets the onboarding state" msgstr "Restableix l'estat de la incorporació" -#: src/view/screens/Settings/index.tsx:813 +#: src/view/screens/Settings/index.tsx:808 msgid "Resets the preferences state" msgstr "Restableix l'estat de les preferències" -#: src/screens/Login/LoginForm.tsx:235 +#: src/screens/Login/LoginForm.tsx:283 msgid "Retries login" msgstr "Torna a intentar iniciar sessió" @@ -4134,10 +4261,10 @@ msgstr "Torna a intentar iniciar sessió" msgid "Retries the last action, which errored out" msgstr "Torna a intentar l'última acció, que ha donat error" -#: src/components/Error.tsx:79 -#: src/components/Lists.tsx:91 -#: src/screens/Login/LoginForm.tsx:234 -#: src/screens/Login/LoginForm.tsx:241 +#: src/components/Error.tsx:88 +#: src/components/Lists.tsx:94 +#: src/screens/Login/LoginForm.tsx:282 +#: src/screens/Login/LoginForm.tsx:289 #: src/screens/Onboarding/StepInterests/index.tsx:225 #: src/screens/Onboarding/StepInterests/index.tsx:228 #: src/screens/Signup/index.tsx:194 @@ -4150,7 +4277,7 @@ msgstr "Torna-ho a provar" #~ msgid "Retry." #~ msgstr "Torna-ho a provar" -#: src/components/Error.tsx:86 +#: src/components/Error.tsx:95 #: src/view/screens/ProfileList.tsx:919 msgid "Return to previous page" msgstr "Torna a la pàgina anterior" @@ -4238,14 +4365,14 @@ msgstr "Ciència" msgid "Scroll to top" msgstr "Desplaça't cap a dalt" -#: src/Navigation.tsx:451 +#: src/Navigation.tsx:460 #: 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:568 -#: src/view/screens/Search/Search.tsx:817 -#: src/view/screens/Search/Search.tsx:835 +#: src/view/screens/Search/Search.tsx:503 +#: src/view/screens/Search/Search.tsx:748 +#: src/view/screens/Search/Search.tsx:766 #: src/view/shell/bottom-bar/BottomBar.tsx:170 #: src/view/shell/desktop/LeftNav.tsx:328 #: src/view/shell/desktop/Search.tsx:215 @@ -4255,7 +4382,7 @@ msgstr "Desplaça't cap a dalt" msgid "Search" msgstr "Cerca" -#: src/view/screens/Search/Search.tsx:884 +#: src/view/screens/Search/Search.tsx:815 #: src/view/shell/desktop/Search.tsx:256 msgid "Search for \"{query}\"" msgstr "Cerca per \"{query}\"" @@ -4282,6 +4409,14 @@ msgstr "Cerca totes les publicacions amb l'etiqueta {displayTag}" msgid "Search for users" msgstr "Cerca usuaris" +#: src/components/dialogs/GifSelect.tsx:158 +msgid "Search GIFs" +msgstr "" + +#: src/components/dialogs/GifSelect.tsx:159 +msgid "Search Tenor" +msgstr "" + #: src/view/com/modals/ChangeEmail.tsx:110 msgid "Security Step Required" msgstr "Es requereix un pas de seguretat" @@ -4339,6 +4474,14 @@ msgstr "Selecciona el compte" msgid "Select from an existing account" msgstr "Selecciona d'un compte existent" +#: src/view/com/composer/photos/SelectGifBtn.tsx:36 +msgid "Select GIF" +msgstr "" + +#: src/components/dialogs/GifSelect.tsx:253 +msgid "Select GIF \"{0}\"" +msgstr "" + #: src/view/screens/LanguageSettings.tsx:299 msgid "Select languages" msgstr "Selecciona els idiomes" @@ -4412,8 +4555,8 @@ msgstr "Selecciona els teus canals algorítmics primaris" msgid "Select your secondary algorithmic feeds" msgstr "Selecciona els teus canals algorítmics secundaris" -#: src/view/com/modals/VerifyEmail.tsx:202 -#: src/view/com/modals/VerifyEmail.tsx:204 +#: src/view/com/modals/VerifyEmail.tsx:210 +#: src/view/com/modals/VerifyEmail.tsx:212 msgid "Send Confirmation Email" msgstr "Envia correu de confirmació" @@ -4448,6 +4591,11 @@ msgstr "Envia informe" msgid "Send report to {0}" msgstr "Envia informe a {0}" +#: src/view/screens/Settings/DisableEmail2FADialog.tsx:119 +#: src/view/screens/Settings/DisableEmail2FADialog.tsx:122 +msgid "Send verification email" +msgstr "" + #: src/view/com/modals/DeleteAccount.tsx:132 msgid "Sends email with confirmation code for account deletion" msgstr "Envia un correu amb el codi de confirmació per l'eliminació del compte" @@ -4530,23 +4678,23 @@ msgstr "Configura el teu compte" msgid "Sets Bluesky username" msgstr "Estableix un nom d'usuari de Bluesky" -#: src/view/screens/Settings/index.tsx:458 +#: src/view/screens/Settings/index.tsx:436 msgid "Sets color theme to dark" msgstr "Estableix el tema a fosc" -#: src/view/screens/Settings/index.tsx:451 +#: src/view/screens/Settings/index.tsx:429 msgid "Sets color theme to light" msgstr "Estableix el tema a clar" -#: src/view/screens/Settings/index.tsx:445 +#: src/view/screens/Settings/index.tsx:423 msgid "Sets color theme to system setting" msgstr "Estableix el tema a la configuració del sistema" -#: src/view/screens/Settings/index.tsx:484 +#: src/view/screens/Settings/index.tsx:462 msgid "Sets dark theme to the dark theme" msgstr "Estableix el tema fosc al tema fosc" -#: src/view/screens/Settings/index.tsx:477 +#: src/view/screens/Settings/index.tsx:455 msgid "Sets dark theme to the dim theme" msgstr "Estableix el tema fosc al tema atenuat" @@ -4575,8 +4723,8 @@ 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:139 -#: src/view/screens/Settings/index.tsx:316 +#: src/Navigation.tsx:140 +#: src/view/screens/Settings/index.tsx:309 #: src/view/shell/desktop/LeftNav.tsx:437 #: src/view/shell/Drawer.tsx:576 #: src/view/shell/Drawer.tsx:577 @@ -4598,15 +4746,15 @@ msgstr "Comparteix" #: src/view/com/profile/ProfileMenu.tsx:215 #: src/view/com/profile/ProfileMenu.tsx:224 -#: src/view/com/util/forms/PostDropdownBtn.tsx:236 -#: src/view/com/util/forms/PostDropdownBtn.tsx:245 +#: src/view/com/util/forms/PostDropdownBtn.tsx:240 +#: src/view/com/util/forms/PostDropdownBtn.tsx:249 #: src/view/com/util/post-ctrls/PostCtrls.tsx:237 #: src/view/screens/ProfileList.tsx:390 msgid "Share" msgstr "Comparteix" #: src/view/com/profile/ProfileMenu.tsx:373 -#: src/view/com/util/forms/PostDropdownBtn.tsx:369 +#: src/view/com/util/forms/PostDropdownBtn.tsx:373 #: src/view/com/util/post-ctrls/PostCtrls.tsx:253 msgid "Share anyway" msgstr "Comparteix de totes maneres" @@ -4629,7 +4777,7 @@ msgstr "Comparteix la web enllaçada" #: src/components/moderation/LabelPreference.tsx:136 #: src/components/moderation/PostHider.tsx:107 #: src/screens/Onboarding/StepModeration/ModerationOption.tsx:54 -#: src/view/screens/Settings/index.tsx:366 +#: src/view/screens/Settings/index.tsx:359 msgid "Show" msgstr "Mostra" @@ -4655,13 +4803,13 @@ 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:200 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:198 msgid "Show follows similar to {0}" msgstr "Mostra seguidors semblants a {0}" -#: src/view/com/post-thread/PostThreadItem.tsx:501 -#: src/view/com/post/Post.tsx:212 -#: src/view/com/posts/FeedItem.tsx:360 +#: src/view/com/post-thread/PostThreadItem.tsx:507 +#: src/view/com/post/Post.tsx:215 +#: src/view/com/posts/FeedItem.tsx:362 msgid "Show More" msgstr "Mostra més" @@ -4742,7 +4890,7 @@ msgstr "Mostra les publicacions de {0} al teu canal" #: src/components/dialogs/Signin.tsx:99 #: src/screens/Login/index.tsx:100 #: src/screens/Login/index.tsx:119 -#: src/screens/Login/LoginForm.tsx:131 +#: src/screens/Login/LoginForm.tsx:148 #: src/view/com/auth/SplashScreen.tsx:63 #: src/view/com/auth/SplashScreen.tsx:72 #: src/view/com/auth/SplashScreen.web.tsx:107 @@ -4753,9 +4901,9 @@ msgstr "Mostra les publicacions de {0} al teu canal" #: src/view/shell/bottom-bar/BottomBarWeb.tsx:178 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:179 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:181 -#: src/view/shell/NavSignupCard.tsx:63 -#: src/view/shell/NavSignupCard.tsx:64 -#: src/view/shell/NavSignupCard.tsx:66 +#: src/view/shell/NavSignupCard.tsx:69 +#: src/view/shell/NavSignupCard.tsx:70 +#: src/view/shell/NavSignupCard.tsx:72 msgid "Sign in" msgstr "Inicia sessió" @@ -4785,8 +4933,8 @@ msgstr "Inicia sessió o crea el teu compte per unir-te a la conversa" msgid "Sign into Bluesky or create a new account" msgstr "Inicia sessió o crea el teu compte per unir-te a la conversa" -#: src/view/screens/Settings/index.tsx:118 -#: src/view/screens/Settings/index.tsx:121 +#: src/view/screens/Settings/index.tsx:111 +#: src/view/screens/Settings/index.tsx:114 msgid "Sign out" msgstr "Tanca sessió" @@ -4796,9 +4944,9 @@ msgstr "Tanca sessió" #: src/view/shell/bottom-bar/BottomBarWeb.tsx:168 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:169 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:171 -#: src/view/shell/NavSignupCard.tsx:54 -#: src/view/shell/NavSignupCard.tsx:55 -#: src/view/shell/NavSignupCard.tsx:57 +#: src/view/shell/NavSignupCard.tsx:60 +#: src/view/shell/NavSignupCard.tsx:61 +#: src/view/shell/NavSignupCard.tsx:63 msgid "Sign up" msgstr "Registra't" @@ -4811,7 +4959,7 @@ msgstr "Registra't o inicia sessió per a unir-te a la conversa" msgid "Sign-in Required" msgstr "Es requereix iniciar sessió" -#: src/view/screens/Settings/index.tsx:377 +#: src/view/screens/Settings/index.tsx:370 msgid "Signed in as" msgstr "S'ha iniciat sessió com a" @@ -4895,7 +5043,7 @@ msgstr "Quadrat" #~ msgid "Staging" #~ msgstr "Posada en escena" -#: src/view/screens/Settings/index.tsx:867 +#: src/view/screens/Settings/index.tsx:862 msgid "Status page" msgstr "Pàgina d'estat" @@ -4907,12 +5055,12 @@ msgstr "Pas" #~ msgid "Step {0} of {numSteps}" #~ msgstr "Pas {0} de {numSteps}" -#: src/view/screens/Settings/index.tsx:295 +#: src/view/screens/Settings/index.tsx:288 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:211 -#: src/view/screens/Settings/index.tsx:795 +#: src/Navigation.tsx:212 +#: src/view/screens/Settings/index.tsx:790 msgid "Storybook" msgstr "Historial" @@ -4946,7 +5094,7 @@ msgstr "Subscriu-te a aquest etiquetador" msgid "Subscribe to this list" msgstr "Subscriure's a la llista" -#: src/view/screens/Search/Search.tsx:523 +#: src/view/screens/Search/Search.tsx:476 msgid "Suggested Follows" msgstr "Usuaris suggerits per a seguir" @@ -4958,7 +5106,7 @@ msgstr "Suggeriments per tu" msgid "Suggestive" msgstr "Suggerent" -#: src/Navigation.tsx:226 +#: src/Navigation.tsx:227 #: src/view/screens/Support.tsx:30 #: src/view/screens/Support.tsx:33 msgid "Support" @@ -4968,24 +5116,24 @@ msgstr "Suport" #~ msgid "Swipe up to see more" #~ msgstr "Llisca cap amunt per a veure'n més" -#: src/components/dialogs/SwitchAccount.tsx:46 -#: src/components/dialogs/SwitchAccount.tsx:49 +#: src/components/dialogs/SwitchAccount.tsx:47 +#: src/components/dialogs/SwitchAccount.tsx:50 msgid "Switch Account" msgstr "Canvia el compte" -#: src/view/screens/Settings/index.tsx:150 +#: src/view/screens/Settings/index.tsx:143 msgid "Switch to {0}" msgstr "Canvia a {0}" -#: src/view/screens/Settings/index.tsx:151 +#: src/view/screens/Settings/index.tsx:144 msgid "Switches the account you are logged in to" msgstr "Canvia en compte amb el que tens iniciada la sessió" -#: src/view/screens/Settings/index.tsx:442 +#: src/view/screens/Settings/index.tsx:420 msgid "System" msgstr "Sistema" -#: src/view/screens/Settings/index.tsx:783 +#: src/view/screens/Settings/index.tsx:778 msgid "System log" msgstr "Registres del sistema" @@ -5017,9 +5165,9 @@ msgstr "Tecnologia" msgid "Terms" msgstr "Condicions" -#: src/Navigation.tsx:236 +#: src/Navigation.tsx:237 #: src/screens/Signup/StepInfo/Policies.tsx:49 -#: src/view/screens/Settings/index.tsx:881 +#: src/view/screens/Settings/index.tsx:876 #: src/view/screens/TermsOfService.tsx:29 #: src/view/shell/Drawer.tsx:265 msgid "Terms of Service" @@ -5051,7 +5199,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:282 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:280 #: src/view/com/profile/ProfileMenu.tsx:349 msgid "The account will be able to interact with you after unblocking." msgstr "El compte podrà interactuar amb tu després del desbloqueig." @@ -5118,6 +5266,10 @@ msgstr "Hi ha hagut un problema per a eliminar aquest canal, comprova la teva co msgid "There was an an issue updating your feeds, please check your internet connection and try again." msgstr "Hi ha hagut un problema per a actualitzar els teus canals, comprova la teva connexió a internet i torna-ho a provar." +#: src/components/dialogs/GifSelect.tsx:201 +msgid "There was an issue connecting to Tenor." +msgstr "" + #: src/view/screens/ProfileFeed.tsx:247 #: src/view/screens/ProfileList.tsx:277 #: src/view/screens/SavedFeeds.tsx:211 @@ -5162,9 +5314,9 @@ msgstr "Hi ha hagut un problema en sincronitzar les teves preferències amb el s msgid "There was an issue with fetching your app passwords" msgstr "Hi ha hagut un problema en obtenir les teves contrasenyes d'aplicació" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:105 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:127 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:141 +#: 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:106 @@ -5183,7 +5335,8 @@ msgstr "Hi ha hagut un problema! {0}" msgid "There was an issue. Please check your internet connection and try again." msgstr "Hi ha hagut un problema. Comprova la teva connexió a internet i torna-ho a provar." -#: src/view/com/util/ErrorBoundary.tsx:51 +#: src/components/dialogs/GifSelect.tsx:289 +#: 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 "S'ha produït un problema inesperat a l'aplicació. Fes-nos saber si això t'ha passat a tu!" @@ -5261,7 +5414,7 @@ msgstr "Aquest canal està buit! Necessites seguir més usuaris o modificar la t msgid "This information is not shared with other users." msgstr "Aquesta informació no es comparteix amb altres usuaris." -#: src/view/com/modals/VerifyEmail.tsx:119 +#: src/view/com/modals/VerifyEmail.tsx:127 msgid "This is important in case you ever need to change your email or reset your password." msgstr "Això és important si mai necessites canviar el teu correu o restablir la contrasenya." @@ -5293,16 +5446,16 @@ msgstr "Aquest servei de moderació no està disponible. Mira a continuació per msgid "This name is already in use" msgstr "Aquest nom ja està en ús" -#: src/view/com/post-thread/PostThreadItem.tsx:125 +#: src/view/com/post-thread/PostThreadItem.tsx:126 msgid "This post has been deleted." msgstr "Aquesta publicació ha estat esborrada." -#: src/view/com/util/forms/PostDropdownBtn.tsx:366 +#: src/view/com/util/forms/PostDropdownBtn.tsx:370 #: src/view/com/util/post-ctrls/PostCtrls.tsx:250 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:348 +#: src/view/com/util/forms/PostDropdownBtn.tsx:352 msgid "This post will be hidden from feeds." msgstr "Aqeusta publicació no es mostrarà als canals." @@ -5367,12 +5520,12 @@ msgstr "Això suprimirà {0} de les teves paraules silenciades. Sempre la pots t #~ msgid "This will hide this post from your feeds." #~ msgstr "Això amagarà aquesta publicació dels teus canals." -#: src/view/screens/Settings/index.tsx:525 +#: src/view/screens/Settings/index.tsx:526 msgid "Thread preferences" msgstr "Preferències dels fils de debat" #: src/view/screens/PreferencesThreads.tsx:53 -#: src/view/screens/Settings/index.tsx:535 +#: src/view/screens/Settings/index.tsx:536 msgid "Thread Preferences" msgstr "Preferències dels fils de debat" @@ -5380,10 +5533,14 @@ msgstr "Preferències dels fils de debat" msgid "Threaded Mode" msgstr "Mode fils de debat" -#: src/Navigation.tsx:269 +#: src/Navigation.tsx:270 msgid "Threads Preferences" msgstr "Preferències dels fils de debat" +#: src/view/screens/Settings/DisableEmail2FADialog.tsx:102 +msgid "To disable the email 2FA method, please verify your access to the email address." +msgstr "" + #: src/components/ReportDialog/SelectLabelerView.tsx:33 msgid "To whom would you like to send this report?" msgstr "A qui vols enviar aquest informe?" @@ -5400,7 +5557,8 @@ msgstr "Commuta el menú desplegable" msgid "Toggle to enable or disable adult content" msgstr "Communta per a habilitar o deshabilitar el contingut per adults" -#: src/view/screens/Search/Search.tsx:427 +#: src/screens/Hashtag.tsx:88 +#: src/view/screens/Search/Search.tsx:418 msgid "Top" msgstr "Superior" @@ -5408,10 +5566,10 @@ msgstr "Superior" msgid "Transformations" msgstr "Transformacions" -#: src/view/com/post-thread/PostThreadItem.tsx:638 -#: src/view/com/post-thread/PostThreadItem.tsx:640 -#: src/view/com/util/forms/PostDropdownBtn.tsx:220 +#: src/view/com/post-thread/PostThreadItem.tsx:644 +#: src/view/com/post-thread/PostThreadItem.tsx:646 #: src/view/com/util/forms/PostDropdownBtn.tsx:222 +#: src/view/com/util/forms/PostDropdownBtn.tsx:224 msgid "Translate" msgstr "Tradueix" @@ -5424,6 +5582,10 @@ msgstr "Torna-ho a provar" #~ msgid "Try again" #~ msgstr "Torna-ho a provar" +#: src/view/screens/Settings/index.tsx:695 +msgid "Two-factor authentication" +msgstr "" + #: src/view/com/modals/ChangeHandle.tsx:428 msgid "Type:" msgstr "Tipus:" @@ -5438,21 +5600,21 @@ msgstr "Deixa de silenciar la llista" #: src/screens/Login/ForgotPasswordForm.tsx:74 #: src/screens/Login/index.tsx:78 -#: src/screens/Login/LoginForm.tsx:119 +#: src/screens/Login/LoginForm.tsx:136 #: src/screens/Login/SetNewPasswordForm.tsx:77 #: src/screens/Signup/index.tsx:64 #: src/view/com/modals/ChangePassword.tsx:70 msgid "Unable to contact your service. Please check your Internet connection." msgstr "No es pot contactar amb el teu servei. Comprova la teva connexió a internet." -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:181 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:286 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:179 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:284 #: src/view/com/profile/ProfileMenu.tsx:361 #: src/view/screens/ProfileList.tsx:574 msgid "Unblock" msgstr "Desbloqueja" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:186 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:184 msgctxt "action" msgid "Unblock" msgstr "Desbloqueja" @@ -5462,7 +5624,7 @@ msgstr "Desbloqueja" msgid "Unblock Account" msgstr "Desbloqueja el compte" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:280 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:278 #: src/view/com/profile/ProfileMenu.tsx:343 msgid "Unblock Account?" msgstr "Vols desbloquejar el compte?" @@ -5484,7 +5646,7 @@ msgctxt "action" msgid "Unfollow" msgstr "Deixa de seguir" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:220 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:218 msgid "Unfollow {0}" msgstr "Deixa de seguir a {0}" @@ -5527,8 +5689,8 @@ msgstr "Deixa de silenciar totes les publicacions amb {displayTag}" #~ msgid "Unmute all {tag} posts" #~ msgstr "Deixa de silenciar totes les publicacions amb {tag}" -#: src/view/com/util/forms/PostDropdownBtn.tsx:269 -#: src/view/com/util/forms/PostDropdownBtn.tsx:274 +#: src/view/com/util/forms/PostDropdownBtn.tsx:273 +#: src/view/com/util/forms/PostDropdownBtn.tsx:278 msgid "Unmute thread" msgstr "Deixa de silenciar el fil de debat" @@ -5694,13 +5856,11 @@ msgstr "Llista d'usuaris actualitzada" msgid "User Lists" msgstr "Llistes d'usuaris" -#: src/screens/Login/LoginForm.tsx:151 +#: src/screens/Login/LoginForm.tsx:168 msgid "Username or email address" msgstr "Nom d'usuari o correu" #: src/view/screens/ProfileList.tsx:813 -#: src/view/screens/Search/Search.tsx:473 -#: src/view/screens/Search/Search.tsx:482 msgid "Users" msgstr "Usuaris" @@ -5728,15 +5888,15 @@ msgstr "Valor:" msgid "Verify {0}" msgstr "Verifica {0}" -#: src/view/screens/Settings/index.tsx:906 +#: src/view/screens/Settings/index.tsx:901 msgid "Verify email" msgstr "Verifica el correu" -#: src/view/screens/Settings/index.tsx:931 +#: src/view/screens/Settings/index.tsx:926 msgid "Verify my email" msgstr "Verifica el meu correu" -#: src/view/screens/Settings/index.tsx:940 +#: src/view/screens/Settings/index.tsx:935 msgid "Verify My Email" msgstr "Verifica el meu correu" @@ -5745,11 +5905,11 @@ msgstr "Verifica el meu correu" msgid "Verify New Email" msgstr "Verifica el correu nou" -#: src/view/com/modals/VerifyEmail.tsx:103 +#: src/view/com/modals/VerifyEmail.tsx:111 msgid "Verify Your Email" msgstr "Verifica el teu correu" -#: src/view/screens/Settings/index.tsx:857 +#: src/view/screens/Settings/index.tsx:852 msgid "Version {0}" msgstr "Versió {0}" @@ -5781,8 +5941,8 @@ msgstr "Veure el fil de debat complet" msgid "View information about these labels" msgstr "Mostra informació sobre aquestes etiquetes" -#: src/components/ProfileHoverCard/index.web.tsx:264 -#: src/components/ProfileHoverCard/index.web.tsx:293 +#: src/components/ProfileHoverCard/index.web.tsx:379 +#: src/components/ProfileHoverCard/index.web.tsx:408 #: src/view/com/posts/FeedErrorMessage.tsx:166 msgid "View profile" msgstr "Veure el perfil" @@ -5823,7 +5983,7 @@ msgstr "Adverteix del contingut i filtra-ho dels canals" #~ msgid "We also think you'll like \"For You\" by Skygaze:" #~ msgstr "També creiem que t'agradarà el canal \"For You\" d'Skygaze:" -#: src/screens/Hashtag.tsx:133 +#: src/screens/Hashtag.tsx:210 msgid "We couldn't find any results for that hashtag." msgstr "No hem trobat cap resultat per a aquest hashtag." @@ -5883,11 +6043,11 @@ msgstr "Ho sentim, però no hem pogut resoldre aquesta llista. Si això continua 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:322 +#: src/view/screens/Search/Search.tsx:323 msgid "We're sorry, but your search could not be completed. Please try again in a few minutes." msgstr "Ens sap greu, però la teva cerca no s'ha pogut fer. Prova-ho d'aquí una estona." -#: src/components/Lists.tsx:188 +#: src/components/Lists.tsx:197 #: src/view/screens/NotFound.tsx:48 msgid "We're sorry! We can't find the page you were looking for." msgstr "Ens sap greu! No podem trobar la pàgina que estàs cercant." @@ -5913,7 +6073,7 @@ msgstr "Quins són els teus interesos?" #: src/view/com/auth/SplashScreen.tsx:40 #: src/view/com/auth/SplashScreen.web.tsx:81 -#: src/view/com/composer/Composer.tsx:296 +#: src/view/com/composer/Composer.tsx:306 msgid "What's up?" msgstr "Què hi ha de nou" @@ -5954,11 +6114,11 @@ msgstr "Per què s'hauria de revisar aquest usuari?" msgid "Wide" msgstr "Amplada" -#: src/view/com/composer/Composer.tsx:436 +#: src/view/com/composer/Composer.tsx:467 msgid "Write post" msgstr "Escriu una publicació" -#: src/view/com/composer/Composer.tsx:295 +#: src/view/com/composer/Composer.tsx:305 #: src/view/com/composer/Prompt.tsx:37 msgid "Write your reply" msgstr "Escriu la teva resposta" @@ -6074,7 +6234,7 @@ msgstr "No tens canals." msgid "You have no lists." msgstr "No tens llistes." -#: src/view/screens/ModerationBlockedAccounts.tsx:138 +#: src/view/screens/ModerationBlockedAccounts.tsx:137 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 "Encara no has bloquejat cap compte. Per a bloquejar un compte, ves al seu perfil i selecciona \"Bloqueja el compte\" al menú del seu compte." @@ -6191,7 +6351,7 @@ msgstr "El teu correu no sembla vàlid." msgid "Your email has been updated but not verified. As a next step, please verify your new email." msgstr "El teu correu s'ha actualitzat, però no ha estat verificat. En el pas següent cal que verifiquis el teu correu." -#: src/view/com/modals/VerifyEmail.tsx:114 +#: src/view/com/modals/VerifyEmail.tsx:122 msgid "Your email has not yet been verified. This is an important security step which we recommend." msgstr "El teu correu encara no s'ha verificat. Et recomanem fer-ho per seguretat." @@ -6225,7 +6385,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:284 +#: src/view/com/composer/Composer.tsx:294 msgid "Your post has been published" msgstr "S'ha publicat" @@ -6235,11 +6395,11 @@ msgstr "S'ha publicat" msgid "Your posts, likes, and blocks are public. Mutes are private." msgstr "Les teves publicacions, m'agrades i bloquejos són públics. Els comptes silenciats són privats." -#: src/view/screens/Settings/index.tsx:136 +#: src/view/screens/Settings/index.tsx:129 msgid "Your profile" msgstr "El teu perfil" -#: src/view/com/composer/Composer.tsx:283 +#: src/view/com/composer/Composer.tsx:293 msgid "Your reply has been published" msgstr "S'ha publicat la teva resposta" diff --git a/src/locale/locales/de/messages.po b/src/locale/locales/de/messages.po index 6316d69c..724687dc 100644 --- a/src/locale/locales/de/messages.po +++ b/src/locale/locales/de/messages.po @@ -13,11 +13,11 @@ msgstr "" "Language-Team: Translators in PR 2319, PythooonUser, cdfzo\n" "Plural-Forms: \n" -#: src/view/com/modals/VerifyEmail.tsx:142 +#: src/view/com/modals/VerifyEmail.tsx:150 msgid "(no email)" msgstr "(keine E-Mail)" -#: src/components/ProfileHoverCard/index.web.tsx:323 +#: src/components/ProfileHoverCard/index.web.tsx:438 #: src/screens/Profile/Header/Metrics.tsx:44 msgid "{following} following" msgstr "{following} folge ich" @@ -34,11 +34,11 @@ msgstr "<0/> Mitglieder" msgid "<0>{0} following" msgstr "" -#: src/components/ProfileHoverCard/index.web.tsx:314 +#: src/components/ProfileHoverCard/index.web.tsx:429 msgid "<0>{followers} <1>{pluralizedFollowers}" msgstr "" -#: src/components/ProfileHoverCard/index.web.tsx:326 +#: src/components/ProfileHoverCard/index.web.tsx:441 #: src/screens/Profile/Header/Metrics.tsx:45 msgid "<0>{following} <1>following" msgstr "<0>{following} <1>folge ich" @@ -59,6 +59,10 @@ msgstr "<0>Willkommen bei<1>Bluesky" msgid "⚠Invalid Handle" msgstr "⚠Ungültiger Handle" +#: src/screens/Login/LoginForm.tsx:238 +msgid "2FA Confirmation" +msgstr "" + #: src/view/com/util/moderation/LabelInfo.tsx:45 #~ msgid "A content warning has been applied to this {0}." #~ msgstr "Diese Seite wurde mit einer Inhaltswarnung versehen {0}." @@ -67,8 +71,8 @@ msgstr "⚠Ungültiger Handle" #~ 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:89 -#: src/view/screens/Search/Search.tsx:796 +#: src/view/com/util/ViewHeader.tsx:91 +#: src/view/screens/Search/Search.tsx:727 msgid "Access navigation links and settings" msgstr "Zugriff auf Navigationslinks und Einstellungen" @@ -77,17 +81,26 @@ msgid "Access profile and other navigation links" msgstr "Zugang zum Profil und anderen Navigationslinks" #: src/view/com/modals/EditImage.tsx:300 -#: src/view/screens/Settings/index.tsx:421 +#: src/view/screens/Settings/index.tsx:493 msgid "Accessibility" msgstr "Barrierefreiheit" +#: src/view/screens/Settings/index.tsx:484 +msgid "Accessibility settings" +msgstr "" + +#: src/Navigation.tsx:284 +#: src/view/screens/AccessibilitySettings.tsx:63 +msgid "Accessibility Settings" +msgstr "" + #: src/components/moderation/LabelsOnMe.tsx:42 msgid "account" msgstr "" -#: src/screens/Login/LoginForm.tsx:144 -#: src/view/screens/Settings/index.tsx:330 -#: src/view/screens/Settings/index.tsx:707 +#: src/screens/Login/LoginForm.tsx:161 +#: src/view/screens/Settings/index.tsx:323 +#: src/view/screens/Settings/index.tsx:702 msgid "Account" msgstr "Konto" @@ -120,7 +133,7 @@ msgstr "Kontoeinstellungen" msgid "Account removed from quick access" msgstr "Konto aus dem Schnellzugriff entfernt" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:137 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:135 #: src/view/com/profile/ProfileMenu.tsx:128 msgid "Account unblocked" msgstr "Konto entblockiert" @@ -149,9 +162,9 @@ msgstr "Eine Inhaltswarnung hinzufügen" msgid "Add a user to this list" msgstr "Einen Nutzer zu dieser Liste hinzufügen" -#: src/components/dialogs/SwitchAccount.tsx:55 -#: src/view/screens/Settings/index.tsx:405 -#: src/view/screens/Settings/index.tsx:414 +#: src/components/dialogs/SwitchAccount.tsx:56 +#: src/view/screens/Settings/index.tsx:398 +#: src/view/screens/Settings/index.tsx:407 msgid "Add account" msgstr "Konto hinzufügen" @@ -177,12 +190,12 @@ msgstr "App-Passwort hinzufügen" #~ msgstr "Details zum Report hinzufügen" #: src/view/com/composer/Composer.tsx:467 -msgid "Add link card" -msgstr "Link-Karte hinzufügen" +#~ msgid "Add link card" +#~ msgstr "Link-Karte hinzufügen" #: src/view/com/composer/Composer.tsx:472 -msgid "Add link card:" -msgstr "Link-Karte hinzufügen:" +#~ msgid "Add link card:" +#~ msgstr "Link-Karte hinzufügen:" #: src/components/dialogs/MutedWords.tsx:157 msgid "Add mute word for configured settings" @@ -237,7 +250,7 @@ msgid "Adult content is disabled." msgstr "" #: src/screens/Moderation/index.tsx:375 -#: src/view/screens/Settings/index.tsx:635 +#: src/view/screens/Settings/index.tsx:636 msgid "Advanced" msgstr "Erweitert" @@ -259,6 +272,7 @@ msgid "ALT" msgstr "ALT" #: src/view/com/modals/EditImage.tsx:316 +#: src/view/screens/AccessibilitySettings.tsx:77 msgid "Alt text" msgstr "Alt-Text" @@ -266,7 +280,8 @@ msgstr "Alt-Text" msgid "Alt text describes images for blind and low-vision users, and helps give context to everyone." msgstr "Alt-Text beschreibt Bilder für blinde und sehbehinderte Nutzer und hilft, den Kontext für alle zu vermitteln." -#: src/view/com/modals/VerifyEmail.tsx:124 +#: 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 "Eine E-Mail wurde an {0} gesendet. Sie enthält einen Bestätigungscode, den du unten eingeben kannst." @@ -274,6 +289,10 @@ msgstr "Eine E-Mail wurde an {0} gesendet. Sie enthält einen Bestätigungscode, msgid "An email has been sent to your previous address, {0}. It includes a confirmation code which you can enter below." msgstr "Eine E-Mail wurde an deine vorherige Adresse {0} gesendet. Sie enthält einen Bestätigungscode, den du unten eingeben kannst." +#: src/components/dialogs/GifSelect.tsx:284 +msgid "An error occured" +msgstr "" + #: src/lib/moderation/useReportOptions.ts:26 msgid "An issue not included in these options" msgstr "Ein Problem, das hier nicht aufgelistet ist" @@ -296,6 +315,10 @@ msgstr "und" msgid "Animals" msgstr "Tiere" +#: src/view/com/util/post-embeds/GifEmbed.tsx:134 +msgid "Animated GIF" +msgstr "" + #: src/lib/moderation/useReportOptions.ts:31 msgid "Anti-Social Behavior" msgstr "Asoziales Verhalten" @@ -316,13 +339,13 @@ msgstr "App-Passwortnamen dürfen nur Buchstaben, Zahlen, Leerzeichen, Bindestri msgid "App Password names must be at least 4 characters long." msgstr "App-Passwortnamen müssen mindestens 4 Zeichen lang sein." -#: src/view/screens/Settings/index.tsx:646 +#: src/view/screens/Settings/index.tsx:647 msgid "App password settings" msgstr "App-Passwort-Einstellungen" -#: src/Navigation.tsx:251 +#: src/Navigation.tsx:252 #: src/view/screens/AppPasswords.tsx:189 -#: src/view/screens/Settings/index.tsx:655 +#: src/view/screens/Settings/index.tsx:656 msgid "App Passwords" msgstr "App-Passwörter" @@ -356,7 +379,7 @@ msgstr "Anfechtung abgeschickt." #~ msgid "Appeal this decision." #~ msgstr "Einspruch gegen diese Entscheidung." -#: src/view/screens/Settings/index.tsx:436 +#: src/view/screens/Settings/index.tsx:414 msgid "Appearance" msgstr "Erscheinungsbild" @@ -368,7 +391,7 @@ msgstr "Bist du sicher, dass du das App-Passwort \"{name}\" löschen möchtest?" msgid "Are you sure you want to remove {0} from your feeds?" msgstr "Bist du sicher, dass du {0} von deinen Feeds entfernen möchtest?" -#: src/view/com/composer/Composer.tsx:509 +#: src/view/com/composer/Composer.tsx:523 msgid "Are you sure you'd like to discard this draft?" msgstr "Bist du sicher, dass du diesen Entwurf verwerfen möchtest?" @@ -402,13 +425,13 @@ msgstr "Mindestens 3 Zeichen" #: src/screens/Login/ChooseAccountForm.tsx:78 #: src/screens/Login/ForgotPasswordForm.tsx:129 #: src/screens/Login/ForgotPasswordForm.tsx:135 -#: src/screens/Login/LoginForm.tsx:221 -#: src/screens/Login/LoginForm.tsx:227 +#: src/screens/Login/LoginForm.tsx:269 +#: src/screens/Login/LoginForm.tsx:275 #: src/screens/Login/SetNewPasswordForm.tsx:160 #: src/screens/Login/SetNewPasswordForm.tsx:166 #: src/screens/Profile/Header/Shell.tsx:96 #: src/screens/Signup/index.tsx:180 -#: src/view/com/util/ViewHeader.tsx:87 +#: src/view/com/util/ViewHeader.tsx:89 msgid "Back" msgstr "Zurück" @@ -421,7 +444,7 @@ msgstr "Zurück" msgid "Based on your interest in {interestsText}" msgstr "Ausgehend von deinem Interesse an {interestsText}" -#: src/view/screens/Settings/index.tsx:493 +#: src/view/screens/Settings/index.tsx:471 msgid "Basics" msgstr "Grundlagen" @@ -429,11 +452,11 @@ msgstr "Grundlagen" msgid "Birthday" msgstr "Geburtstag" -#: src/view/screens/Settings/index.tsx:362 +#: src/view/screens/Settings/index.tsx:355 msgid "Birthday:" msgstr "Geburtstag:" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:286 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:284 #: src/view/com/profile/ProfileMenu.tsx:361 msgid "Block" msgstr "Blockieren" @@ -473,8 +496,8 @@ msgstr "Blockiert" msgid "Blocked accounts" msgstr "Blockierte Konten" -#: src/Navigation.tsx:134 -#: src/view/screens/ModerationBlockedAccounts.tsx:113 +#: src/Navigation.tsx:135 +#: src/view/screens/ModerationBlockedAccounts.tsx:112 msgid "Blocked Accounts" msgstr "Blockierte Konten" @@ -482,7 +505,7 @@ msgstr "Blockierte Konten" msgid "Blocked accounts cannot reply in your threads, mention you, or otherwise interact with you." msgstr "Blockierte Konten können nicht in deinen Threads antworten, dich erwähnen oder anderweitig mit dir interagieren." -#: src/view/screens/ModerationBlockedAccounts.tsx:121 +#: src/view/screens/ModerationBlockedAccounts.tsx:120 msgid "Blocked accounts cannot reply in your threads, mention you, or otherwise interact with you. You will not see their content and they will be prevented from seeing yours." msgstr "Blockierte Konten können nicht in deinen Threads antworten, dich erwähnen oder anderweitig mit dir interagieren. Du wirst ihre Inhalte nicht sehen und sie werden daran gehindert, deine zu sehen." @@ -578,7 +601,7 @@ msgstr "Mit dem Erstellen des Kontos akzeptierst du die {els}." msgid "by you" msgstr "von dir" -#: src/view/com/composer/photos/OpenCameraBtn.tsx:77 +#: src/view/com/composer/photos/OpenCameraBtn.tsx:73 msgid "Camera" msgstr "Kamera" @@ -590,8 +613,8 @@ msgstr "Darf nur Buchstaben, Zahlen, Leerzeichen, Bindestriche und Unterstriche #: src/components/Prompt.tsx:113 #: src/components/Prompt.tsx:115 #: src/components/TagMenu/index.tsx:268 -#: src/view/com/composer/Composer.tsx:317 -#: src/view/com/composer/Composer.tsx:322 +#: src/view/com/composer/Composer.tsx:349 +#: src/view/com/composer/Composer.tsx:354 #: src/view/com/modals/ChangeEmail.tsx:218 #: src/view/com/modals/ChangeEmail.tsx:220 #: src/view/com/modals/ChangeHandle.tsx:154 @@ -606,9 +629,9 @@ msgstr "Darf nur Buchstaben, Zahlen, Leerzeichen, Bindestriche und Unterstriche #: src/view/com/modals/LinkWarning.tsx:105 #: src/view/com/modals/LinkWarning.tsx:107 #: src/view/com/modals/Repost.tsx:88 -#: src/view/com/modals/VerifyEmail.tsx:247 -#: src/view/com/modals/VerifyEmail.tsx:253 -#: src/view/screens/Search/Search.tsx:865 +#: src/view/com/modals/VerifyEmail.tsx:255 +#: src/view/com/modals/VerifyEmail.tsx:261 +#: src/view/screens/Search/Search.tsx:796 #: src/view/shell/desktop/Search.tsx:239 msgid "Cancel" msgstr "Abbrechen" @@ -650,34 +673,34 @@ msgstr "Suche abbrechen" msgid "Cancels opening the linked website" msgstr "" -#: src/view/com/modals/VerifyEmail.tsx:152 +#: src/view/com/modals/VerifyEmail.tsx:160 msgid "Change" msgstr "" -#: src/view/screens/Settings/index.tsx:356 +#: src/view/screens/Settings/index.tsx:349 msgctxt "action" msgid "Change" msgstr "Ändern" -#: src/view/screens/Settings/index.tsx:667 +#: src/view/screens/Settings/index.tsx:668 msgid "Change handle" msgstr "Handle ändern" #: src/view/com/modals/ChangeHandle.tsx:162 -#: src/view/screens/Settings/index.tsx:678 +#: src/view/screens/Settings/index.tsx:679 msgid "Change Handle" msgstr "Handle ändern" -#: src/view/com/modals/VerifyEmail.tsx:147 +#: src/view/com/modals/VerifyEmail.tsx:155 msgid "Change my email" msgstr "Meine E-Mail ändern" -#: src/view/screens/Settings/index.tsx:718 +#: src/view/screens/Settings/index.tsx:713 msgid "Change password" msgstr "Passwort ändern" #: src/view/com/modals/ChangePassword.tsx:141 -#: src/view/screens/Settings/index.tsx:729 +#: src/view/screens/Settings/index.tsx:724 msgid "Change Password" msgstr "Passwort Ändern" @@ -706,6 +729,10 @@ msgstr "Schau dir einige empfohlene Feeds an. Tippe auf +, um sie zu deiner List msgid "Check out some recommended users. Follow them to see similar users." msgstr "Schau dir einige empfohlene Nutzer an. Folge ihnen, um ähnliche Nutzer zu sehen." +#: src/screens/Login/LoginForm.tsx:262 +msgid "Check your email for a login code and enter it here." +msgstr "" + #: src/view/com/modals/DeleteAccount.tsx:168 msgid "Check your inbox for an email with the confirmation code to enter below:" msgstr "Überprüfe deinen Posteingang auf eine E-Mail mit dem Bestätigungscode, den du unten eingeben musst:" @@ -739,32 +766,32 @@ msgstr "Wähle deine Haupt-Feeds" msgid "Choose your password" msgstr "Wähle dein Passwort" -#: src/view/screens/Settings/index.tsx:832 +#: src/view/screens/Settings/index.tsx:827 msgid "Clear all legacy storage data" msgstr "Alle alten Speicherdaten löschen" -#: src/view/screens/Settings/index.tsx:835 +#: src/view/screens/Settings/index.tsx:830 msgid "Clear all legacy storage data (restart after this)" msgstr "Alle alten Speicherdaten löschen (danach neu starten)" -#: src/view/screens/Settings/index.tsx:844 +#: src/view/screens/Settings/index.tsx:839 msgid "Clear all storage data" msgstr "Alle Speicherdaten löschen" -#: src/view/screens/Settings/index.tsx:847 +#: src/view/screens/Settings/index.tsx:842 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:846 +#: src/view/screens/Search/Search.tsx:777 msgid "Clear search query" msgstr "Suchanfrage löschen" -#: src/view/screens/Settings/index.tsx:833 +#: src/view/screens/Settings/index.tsx:828 msgid "Clears all legacy storage data" msgstr "" -#: src/view/screens/Settings/index.tsx:845 +#: src/view/screens/Settings/index.tsx:840 msgid "Clears all storage data" msgstr "" @@ -777,20 +804,21 @@ msgid "Click here to open tag menu for {tag}" msgstr "Klicke hier, um das Tag-Menü für {tag} zu öffnen" #: src/components/RichText.tsx:198 -msgid "Click here to open tag menu for #{tag}" -msgstr "Klicke hier, um das Tag-Menü für #{tag} zu öffnen" +#~ msgid "Click here to open tag menu for #{tag}" +#~ msgstr "Klicke hier, um das Tag-Menü für #{tag} zu öffnen" #: src/screens/Onboarding/index.tsx:35 msgid "Climate" msgstr "Klima" +#: src/components/dialogs/GifSelect.tsx:300 #: src/view/com/modals/ChangePassword.tsx:267 #: src/view/com/modals/ChangePassword.tsx:270 msgid "Close" msgstr "Schließen" -#: src/components/Dialog/index.web.tsx:106 -#: src/components/Dialog/index.web.tsx:218 +#: src/components/Dialog/index.web.tsx:111 +#: src/components/Dialog/index.web.tsx:246 msgid "Close active dialog" msgstr "Aktiven Dialog schließen" @@ -802,6 +830,14 @@ msgstr "Meldung schließen" msgid "Close bottom drawer" msgstr "Untere Schublade schließen" +#: src/components/dialogs/GifSelect.tsx:294 +msgid "Close dialog" +msgstr "" + +#: src/components/dialogs/GifSelect.tsx:150 +msgid "Close GIF dialog" +msgstr "" + #: src/view/com/lightbox/ImageViewing/components/ImageDefaultHeader.tsx:36 msgid "Close image" msgstr "Bild schließen" @@ -810,7 +846,7 @@ msgstr "Bild schließen" msgid "Close image viewer" msgstr "Bildbetrachter schließen" -#: src/view/shell/index.web.tsx:57 +#: src/view/shell/index.web.tsx:61 msgid "Close navigation footer" msgstr "Fußzeile der Navigation schließen" @@ -819,7 +855,7 @@ msgstr "Fußzeile der Navigation schließen" msgid "Close this dialog" msgstr "Diesen Dialog schließen" -#: src/view/shell/index.web.tsx:58 +#: src/view/shell/index.web.tsx:62 msgid "Closes bottom navigation bar" msgstr "Schließt die untere Navigationsleiste" @@ -827,7 +863,7 @@ msgstr "Schließt die untere Navigationsleiste" msgid "Closes password update alert" msgstr "Schließt die Kennwortaktualisierungsmeldung" -#: src/view/com/composer/Composer.tsx:319 +#: src/view/com/composer/Composer.tsx:351 msgid "Closes post composer and discards post draft" msgstr "Schließt den Beitragsverfasser und verwirft den Beitragsentwurf" @@ -847,7 +883,7 @@ msgstr "Komödie" msgid "Comics" msgstr "Comics" -#: src/Navigation.tsx:241 +#: src/Navigation.tsx:242 #: src/view/screens/CommunityGuidelines.tsx:32 msgid "Community Guidelines" msgstr "Community-Richtlinien" @@ -860,7 +896,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:438 +#: src/view/com/composer/Composer.tsx:469 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" @@ -883,10 +919,12 @@ msgstr "Konfiguriert in <0>Moderationseinstellungen" #: src/components/Prompt.tsx:153 #: src/components/Prompt.tsx:156 #: src/view/com/modals/SelfLabel.tsx:154 -#: src/view/com/modals/VerifyEmail.tsx:231 -#: src/view/com/modals/VerifyEmail.tsx:233 +#: src/view/com/modals/VerifyEmail.tsx:239 +#: src/view/com/modals/VerifyEmail.tsx:241 #: src/view/screens/PreferencesFollowingFeed.tsx:308 #: src/view/screens/PreferencesThreads.tsx:159 +#: src/view/screens/Settings/DisableEmail2FADialog.tsx:180 +#: src/view/screens/Settings/DisableEmail2FADialog.tsx:183 msgid "Confirm" msgstr "Bestätigen" @@ -921,14 +959,17 @@ msgstr "Bestätige dein Alter:" msgid "Confirm your birthdate" msgstr "Bestätige dein Geburtsdatum" +#: src/screens/Login/LoginForm.tsx:244 #: src/view/com/modals/ChangeEmail.tsx:157 #: src/view/com/modals/DeleteAccount.tsx:175 #: src/view/com/modals/DeleteAccount.tsx:181 -#: src/view/com/modals/VerifyEmail.tsx:165 +#: 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 "Bestätigungscode" -#: src/screens/Login/LoginForm.tsx:248 +#: src/screens/Login/LoginForm.tsx:296 msgid "Connecting..." msgstr "Verbinden..." @@ -1021,7 +1062,7 @@ msgstr "Kochen" msgid "Copied" msgstr "Kopiert" -#: src/view/screens/Settings/index.tsx:254 +#: src/view/screens/Settings/index.tsx:243 msgid "Copied build version to clipboard" msgstr "Die Build-Version wurde in die Zwischenablage kopiert" @@ -1057,8 +1098,8 @@ msgstr "" msgid "Copy link to list" msgstr "Link zur Liste kopieren" -#: src/view/com/util/forms/PostDropdownBtn.tsx:236 -#: src/view/com/util/forms/PostDropdownBtn.tsx:245 +#: src/view/com/util/forms/PostDropdownBtn.tsx:240 +#: src/view/com/util/forms/PostDropdownBtn.tsx:249 msgid "Copy link to post" msgstr "Link zum Beitrag kopieren" @@ -1066,12 +1107,12 @@ msgstr "Link zum Beitrag kopieren" #~ msgid "Copy link to profile" #~ msgstr "Link zum Profil kopieren" -#: src/view/com/util/forms/PostDropdownBtn.tsx:228 #: src/view/com/util/forms/PostDropdownBtn.tsx:230 +#: src/view/com/util/forms/PostDropdownBtn.tsx:232 msgid "Copy post text" msgstr "Beitragstext kopieren" -#: src/Navigation.tsx:246 +#: src/Navigation.tsx:247 #: src/view/screens/CopyrightPolicy.tsx:29 msgid "Copyright Policy" msgstr "Urheberrechtsbestimmungen" @@ -1089,7 +1130,7 @@ msgstr "Liste konnte nicht geladen werden" msgid "Create a new account" msgstr "Ein neues Konto erstellen" -#: src/view/screens/Settings/index.tsx:406 +#: src/view/screens/Settings/index.tsx:399 msgid "Create a new Bluesky account" msgstr "Erstelle ein neues Bluesky-Konto" @@ -1128,8 +1169,8 @@ msgstr "Erstellt {0}" #~ msgstr "Erstellt von dir" #: src/view/com/composer/Composer.tsx:469 -msgid "Creates a card with a thumbnail. The card links to {url}" -msgstr "Erzeugt eine Karte mit Vorschaubild und verlinkt auf {url}" +#~ msgid "Creates a card with a thumbnail. The card links to {url}" +#~ msgstr "Erzeugt eine Karte mit Vorschaubild und verlinkt auf {url}" #: src/screens/Onboarding/index.tsx:29 msgid "Culture" @@ -1149,12 +1190,12 @@ msgstr "Benutzerdefinierte Domain" 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." -#: src/view/screens/PreferencesExternalEmbeds.tsx:55 +#: src/view/screens/PreferencesExternalEmbeds.tsx:56 msgid "Customize media from external sites." msgstr "Passe die Einstellungen für Medien von externen Websites an." -#: src/view/screens/Settings/index.tsx:455 -#: src/view/screens/Settings/index.tsx:481 +#: src/view/screens/Settings/index.tsx:433 +#: src/view/screens/Settings/index.tsx:459 msgid "Dark" msgstr "Dunkel" @@ -1162,7 +1203,7 @@ msgstr "Dunkel" msgid "Dark mode" msgstr "Dunkelmodus" -#: src/view/screens/Settings/index.tsx:468 +#: src/view/screens/Settings/index.tsx:446 msgid "Dark Theme" msgstr "Dunkles Thema" @@ -1170,7 +1211,7 @@ msgstr "Dunkles Thema" msgid "Date of birth" msgstr "" -#: src/view/screens/Settings/index.tsx:805 +#: src/view/screens/Settings/index.tsx:800 msgid "Debug Moderation" msgstr "" @@ -1178,13 +1219,13 @@ msgstr "" msgid "Debug panel" msgstr "Debug-Panel" -#: src/view/com/util/forms/PostDropdownBtn.tsx:341 +#: src/view/com/util/forms/PostDropdownBtn.tsx:345 #: src/view/screens/AppPasswords.tsx:268 #: src/view/screens/ProfileList.tsx:615 msgid "Delete" msgstr "Löschen" -#: src/view/screens/Settings/index.tsx:760 +#: src/view/screens/Settings/index.tsx:755 msgid "Delete account" msgstr "Konto löschen" @@ -1208,12 +1249,12 @@ msgstr "Liste löschen" msgid "Delete my account" msgstr "Mein Konto löschen" -#: src/view/screens/Settings/index.tsx:772 +#: src/view/screens/Settings/index.tsx:767 msgid "Delete My Account…" msgstr "Mein Konto Löschen…" -#: src/view/com/util/forms/PostDropdownBtn.tsx:322 -#: src/view/com/util/forms/PostDropdownBtn.tsx:324 +#: src/view/com/util/forms/PostDropdownBtn.tsx:326 +#: src/view/com/util/forms/PostDropdownBtn.tsx:328 msgid "Delete post" msgstr "Beitrag löschen" @@ -1221,7 +1262,7 @@ msgstr "Beitrag löschen" msgid "Delete this list?" msgstr "Diese Liste löschen?" -#: src/view/com/util/forms/PostDropdownBtn.tsx:336 +#: src/view/com/util/forms/PostDropdownBtn.tsx:340 msgid "Delete this post?" msgstr "Diesen Beitrag löschen?" @@ -1240,21 +1281,33 @@ msgstr "Gelöschter Beitrag." msgid "Description" msgstr "Beschreibung" -#: src/view/com/composer/Composer.tsx:218 +#: src/view/com/composer/Composer.tsx:228 msgid "Did you want to say anything?" msgstr "Wolltest du etwas sagen?" -#: src/view/screens/Settings/index.tsx:474 +#: src/view/screens/Settings/index.tsx:452 msgid "Dim" msgstr "Dimmen" -#: src/view/screens/Settings/index.tsx:697 -msgid "Disable haptics" +#: src/view/screens/AccessibilitySettings.tsx:94 +msgid "Disable autoplay for GIFs" +msgstr "" + +#: src/view/screens/Settings/DisableEmail2FADialog.tsx:90 +msgid "Disable Email 2FA" +msgstr "" + +#: src/view/screens/AccessibilitySettings.tsx:108 +msgid "Disable haptic feedback" msgstr "" #: src/view/screens/Settings/index.tsx:697 -msgid "Disable vibrations" -msgstr "" +#~ msgid "Disable haptics" +#~ msgstr "" + +#: src/view/screens/Settings/index.tsx:697 +#~ msgid "Disable vibrations" +#~ msgstr "" #: src/lib/moderation/useLabelBehaviorDescription.ts:32 #: src/lib/moderation/useLabelBehaviorDescription.ts:42 @@ -1263,7 +1316,7 @@ msgstr "" msgid "Disabled" msgstr "Deaktiviert" -#: src/view/com/composer/Composer.tsx:511 +#: src/view/com/composer/Composer.tsx:525 msgid "Discard" msgstr "Verwerfen" @@ -1271,7 +1324,7 @@ msgstr "Verwerfen" #~ msgid "Discard draft" #~ msgstr "Entwurf verwerfen" -#: src/view/com/composer/Composer.tsx:508 +#: src/view/com/composer/Composer.tsx:522 msgid "Discard draft?" msgstr "Entwurf löschen?" @@ -1365,7 +1418,7 @@ msgstr "Erledigt{extraText}" msgid "Download CAR file" msgstr "CAR-Datei herunterladen" -#: src/view/com/composer/text-input/TextInput.web.tsx:249 +#: src/view/com/composer/text-input/TextInput.web.tsx:270 msgid "Drop to add images" msgstr "Ablegen zum Hinzufügen von Bildern" @@ -1436,7 +1489,7 @@ msgstr "Details der Liste bearbeiten" msgid "Edit Moderation List" msgstr "Moderationsliste bearbeiten" -#: src/Navigation.tsx:256 +#: src/Navigation.tsx:257 #: src/view/screens/Feeds.tsx:459 #: src/view/screens/SavedFeeds.tsx:85 msgid "Edit My Feeds" @@ -1447,12 +1500,12 @@ msgid "Edit my profile" msgstr "Mein Profil bearbeiten" #: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:178 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:168 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:166 msgid "Edit profile" msgstr "Profil bearbeiten" #: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:181 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:171 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:169 msgid "Edit Profile" msgstr "Profil bearbeiten" @@ -1482,6 +1535,10 @@ msgstr "Bildung" msgid "Email" msgstr "E-Mail" +#: src/view/screens/Settings/DisableEmail2FADialog.tsx:64 +msgid "Email 2FA disabled" +msgstr "" + #: src/screens/Login/ForgotPasswordForm.tsx:99 msgid "Email address" msgstr "E-Mail-Adresse" @@ -1495,11 +1552,11 @@ msgstr "E-Mail aktualisiert" msgid "Email Updated" msgstr "E-Mail aktualisiert" -#: src/view/com/modals/VerifyEmail.tsx:78 +#: src/view/com/modals/VerifyEmail.tsx:85 msgid "Email verified" msgstr "E-Mail verifiziert" -#: src/view/screens/Settings/index.tsx:334 +#: src/view/screens/Settings/index.tsx:327 msgid "Email:" msgstr "E-Mail:" @@ -1508,8 +1565,8 @@ msgid "Embed HTML code" msgstr "" #: src/components/dialogs/Embed.tsx:97 -#: src/view/com/util/forms/PostDropdownBtn.tsx:253 -#: src/view/com/util/forms/PostDropdownBtn.tsx:255 +#: src/view/com/util/forms/PostDropdownBtn.tsx:257 +#: src/view/com/util/forms/PostDropdownBtn.tsx:259 msgid "Embed post" msgstr "" @@ -1543,7 +1600,7 @@ msgstr "Externe Medien aktivieren" #~ msgid "Enable External Media" #~ msgstr "Externe Medien aktivieren" -#: src/view/screens/PreferencesExternalEmbeds.tsx:75 +#: src/view/screens/PreferencesExternalEmbeds.tsx:76 msgid "Enable media players for" msgstr "Aktiviere Medienplayer für" @@ -1576,7 +1633,7 @@ msgstr "Gib ein Passwort ein" msgid "Enter a word or tag" msgstr "Gib ein Wort oder einen Tag ein" -#: src/view/com/modals/VerifyEmail.tsx:105 +#: src/view/com/modals/VerifyEmail.tsx:113 msgid "Enter Confirmation Code" msgstr "Bestätigungscode eingeben" @@ -1667,12 +1724,12 @@ msgstr "" msgid "Explicit sexual images." msgstr "" -#: src/view/screens/Settings/index.tsx:741 +#: src/view/screens/Settings/index.tsx:736 msgid "Export my data" msgstr "Exportiere meine Daten" #: src/view/screens/Settings/ExportCarDialog.tsx:44 -#: src/view/screens/Settings/index.tsx:752 +#: src/view/screens/Settings/index.tsx:747 msgid "Export My Data" msgstr "Exportiere meine Daten" @@ -1682,17 +1739,17 @@ msgid "External Media" msgstr "Externe Medien" #: src/components/dialogs/EmbedConsent.tsx:71 -#: src/view/screens/PreferencesExternalEmbeds.tsx:66 +#: 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 "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:275 -#: src/view/screens/PreferencesExternalEmbeds.tsx:52 -#: src/view/screens/Settings/index.tsx:628 +#: src/Navigation.tsx:276 +#: src/view/screens/PreferencesExternalEmbeds.tsx:53 +#: src/view/screens/Settings/index.tsx:629 msgid "External Media Preferences" msgstr "Externe Medienpräferenzen" -#: src/view/screens/Settings/index.tsx:619 +#: src/view/screens/Settings/index.tsx:620 msgid "External media settings" msgstr "Externe Medienpräferenzen" @@ -1709,6 +1766,10 @@ msgstr "Die Liste konnte nicht erstellt werden. Überprüfe deine Internetverbin msgid "Failed to delete post, please try again" msgstr "Beitrag konnte nicht gelöscht werden, bitte versuche es erneut" +#: src/components/dialogs/GifSelect.tsx:200 +msgid "Failed to load GIFs" +msgstr "" + #: src/view/com/auth/onboarding/RecommendedFeeds.tsx:110 #: src/view/com/auth/onboarding/RecommendedFeeds.tsx:143 msgid "Failed to load recommended feeds" @@ -1718,7 +1779,7 @@ msgstr "Empfohlene Feeds konnten nicht geladen werden" msgid "Failed to save image: {0}" msgstr "Das Speichern des Bildes ist fehlgeschlagen: {0}" -#: src/Navigation.tsx:196 +#: src/Navigation.tsx:197 msgid "Feed" msgstr "Feed" @@ -1735,10 +1796,10 @@ msgstr "Feed offline" msgid "Feedback" msgstr "Feedback" -#: src/Navigation.tsx:456 +#: src/Navigation.tsx:465 #: src/view/screens/Feeds.tsx:444 #: src/view/screens/Feeds.tsx:549 -#: src/view/screens/Profile.tsx:199 +#: src/view/screens/Profile.tsx:198 #: src/view/shell/bottom-bar/BottomBar.tsx:192 #: src/view/shell/desktop/LeftNav.tsx:346 #: src/view/shell/Drawer.tsx:485 @@ -1776,13 +1837,17 @@ msgstr "Abschließen" msgid "Find accounts to follow" msgstr "Konten zum Folgen finden" +#: src/view/screens/Search/Search.tsx:521 +msgid "Find posts and users on Bluesky" +msgstr "" + #: src/view/screens/Search/Search.tsx:589 -msgid "Find users on Bluesky" -msgstr "Nutzer auf Bluesky finden" +#~ msgid "Find users on Bluesky" +#~ msgstr "Nutzer auf Bluesky finden" #: src/view/screens/Search/Search.tsx:587 -msgid "Find users with the search tool on the right" -msgstr "Finde Nutzer mit der Suchfunktion auf der rechten Seite" +#~ msgid "Find users with the search tool on the right" +#~ msgstr "Finde Nutzer mit der Suchfunktion auf der rechten Seite" #: src/view/com/auth/onboarding/RecommendedFollowsItem.tsx:155 msgid "Finding similar accounts..." @@ -1814,7 +1879,7 @@ msgid "Flip vertically" msgstr "Vertikal drehen" #: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:189 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:235 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:233 #: src/view/com/auth/onboarding/RecommendedFollowsItem.tsx:141 #: src/view/com/post-thread/PostThreadFollowBtn.tsx:146 #: src/view/com/profile/ProfileHeaderSuggestedFollows.tsx:248 @@ -1827,7 +1892,7 @@ msgid "Follow" msgstr "Folgen" #: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:58 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:221 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:219 #: src/view/com/post-thread/PostThreadFollowBtn.tsx:128 msgid "Follow {0}" msgstr "{0} folgen" @@ -1853,7 +1918,7 @@ msgstr "Ausgewählten Konten folgen und mit dem nächsten Schritt fortfahren" 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/view/com/profile/ProfileCard.tsx:219 +#: src/view/com/profile/ProfileCard.tsx:231 msgid "Followed by {0}" msgstr "Gefolgt von {0}" @@ -1874,26 +1939,26 @@ msgstr "folgte dir" msgid "Followers" msgstr "Follower" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:233 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:231 #: src/view/com/post-thread/PostThreadFollowBtn.tsx:149 #: src/view/com/profile/ProfileFollows.tsx:104 #: src/view/screens/ProfileFollows.tsx:25 msgid "Following" msgstr "Folge ich" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:93 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:91 msgid "Following {0}" msgstr "ich folge {0}" -#: src/view/screens/Settings/index.tsx:504 +#: src/view/screens/Settings/index.tsx:505 msgid "Following feed preferences" msgstr "" -#: src/Navigation.tsx:262 +#: src/Navigation.tsx:263 #: src/view/com/home/HomeHeaderLayout.web.tsx:54 #: src/view/com/home/HomeHeaderLayoutMobile.tsx:87 #: src/view/screens/PreferencesFollowingFeed.tsx:104 -#: src/view/screens/Settings/index.tsx:513 +#: src/view/screens/Settings/index.tsx:514 msgid "Following Feed Preferences" msgstr "Following-Feed-Einstellungen" @@ -1901,7 +1966,7 @@ msgstr "Following-Feed-Einstellungen" msgid "Follows you" msgstr "Folgt dir" -#: src/view/com/profile/ProfileCard.tsx:144 +#: src/view/com/profile/ProfileCard.tsx:156 msgid "Follows You" msgstr "Folgt dir" @@ -1930,11 +1995,11 @@ msgstr "Aus Sicherheitsgründen kannst du dies nicht erneut ansehen. Wenn du die msgid "Forgot Password" msgstr "Passwort vergessen" -#: src/screens/Login/LoginForm.tsx:201 +#: src/screens/Login/LoginForm.tsx:218 msgid "Forgot password?" msgstr "Passwort vergessen?" -#: src/screens/Login/LoginForm.tsx:212 +#: src/screens/Login/LoginForm.tsx:229 msgid "Forgot?" msgstr "Vergessen?" @@ -1942,8 +2007,7 @@ msgstr "Vergessen?" msgid "Frequently Posts Unwanted Content" msgstr "Postet oft unerwünschte Inhalte" -#: src/screens/Hashtag.tsx:109 -#: src/screens/Hashtag.tsx:149 +#: src/screens/Hashtag.tsx:118 msgid "From @{sanitizedAuthor}" msgstr "Von @{sanitizedAuthor}" @@ -1952,12 +2016,12 @@ msgctxt "from-feed" msgid "From <0/>" msgstr "Aus <0/>" -#: src/view/com/composer/photos/SelectPhotoBtn.tsx:43 +#: src/view/com/composer/photos/SelectPhotoBtn.tsx:39 msgid "Gallery" msgstr "Galerie" -#: src/view/com/modals/VerifyEmail.tsx:189 -#: src/view/com/modals/VerifyEmail.tsx:191 +#: src/view/com/modals/VerifyEmail.tsx:197 +#: src/view/com/modals/VerifyEmail.tsx:199 msgid "Get Started" msgstr "Los geht's" @@ -1976,7 +2040,7 @@ msgstr "Eklatante Verstöße gegen Gesetze oder Nutzungsbedingungen" msgid "Go back" msgstr "Gehe zurück" -#: src/components/Error.tsx:91 +#: src/components/Error.tsx:100 #: src/screens/Profile/ErrorState.tsx:62 #: src/screens/Profile/ErrorState.tsx:66 #: src/view/screens/NotFound.tsx:54 @@ -2001,7 +2065,7 @@ msgstr "" msgid "Go Home" msgstr "" -#: src/view/screens/Search/Search.tsx:896 +#: src/view/screens/Search/Search.tsx:827 #: src/view/shell/desktop/Search.tsx:263 msgid "Go to @{queryMaybeHandle}" msgstr "Gehe zu @{queryMaybeHandle}" @@ -2019,15 +2083,19 @@ msgstr "" msgid "Handle" msgstr "Handle" +#: src/view/screens/AccessibilitySettings.tsx:103 +msgid "Haptics" +msgstr "" + #: src/lib/moderation/useReportOptions.ts:32 msgid "Harassment, trolling, or intolerance" msgstr "" -#: src/Navigation.tsx:282 +#: src/Navigation.tsx:291 msgid "Hashtag" msgstr "Hashtag" -#: src/components/RichText.tsx:197 +#: src/components/RichText.tsx:206 msgid "Hashtag: #{tag}" msgstr "Hashtag: #{tag}" @@ -2065,7 +2133,7 @@ msgstr "Hier ist dein App-Passwort." #: src/lib/moderation/useLabelBehaviorDescription.ts:30 #: src/screens/Onboarding/StepModeration/ModerationOption.tsx:52 #: src/screens/Onboarding/StepModeration/ModerationOption.tsx:76 -#: src/view/com/util/forms/PostDropdownBtn.tsx:350 +#: src/view/com/util/forms/PostDropdownBtn.tsx:354 msgid "Hide" msgstr "Ausblenden" @@ -2074,8 +2142,8 @@ msgctxt "action" msgid "Hide" msgstr "Ausblenden" -#: src/view/com/util/forms/PostDropdownBtn.tsx:294 -#: src/view/com/util/forms/PostDropdownBtn.tsx:296 +#: src/view/com/util/forms/PostDropdownBtn.tsx:298 +#: src/view/com/util/forms/PostDropdownBtn.tsx:300 msgid "Hide post" msgstr "Beitrag ausblenden" @@ -2084,7 +2152,7 @@ msgstr "Beitrag ausblenden" msgid "Hide the content" msgstr "Den Inhalt ausblenden" -#: src/view/com/util/forms/PostDropdownBtn.tsx:347 +#: src/view/com/util/forms/PostDropdownBtn.tsx:351 msgid "Hide this post?" msgstr "Diesen Beitrag ausblenden?" @@ -2124,7 +2192,7 @@ msgstr "" msgid "Hmmmm, we couldn't load that moderation service." msgstr "" -#: src/Navigation.tsx:446 +#: src/Navigation.tsx:455 #: src/view/shell/bottom-bar/BottomBar.tsx:148 #: src/view/shell/desktop/LeftNav.tsx:310 #: src/view/shell/Drawer.tsx:407 @@ -2137,7 +2205,7 @@ msgid "Host:" msgstr "" #: src/screens/Login/ForgotPasswordForm.tsx:89 -#: src/screens/Login/LoginForm.tsx:134 +#: src/screens/Login/LoginForm.tsx:151 #: src/screens/Signup/StepInfo/index.tsx:40 #: src/view/com/modals/ChangeHandle.tsx:281 msgid "Hosting provider" @@ -2147,11 +2215,13 @@ msgstr "Hosting-Anbieter" msgid "How should we open this link?" msgstr "Wie sollen wir diesen Link öffnen?" -#: src/view/com/modals/VerifyEmail.tsx:214 +#: 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 "Ich habe einen Code" -#: src/view/com/modals/VerifyEmail.tsx:216 +#: src/view/com/modals/VerifyEmail.tsx:224 msgid "I have a confirmation code" msgstr "Ich habe einen Bestätigungscode" @@ -2175,7 +2245,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:338 +#: src/view/com/util/forms/PostDropdownBtn.tsx:342 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." @@ -2232,15 +2302,19 @@ msgstr "Neues Passwort eingeben" msgid "Input password for account deletion" msgstr "Passwort für die Kontolöschung eingeben" -#: src/screens/Login/LoginForm.tsx:195 +#: src/screens/Login/LoginForm.tsx:257 +msgid "Input the code which has been emailed to you" +msgstr "" + +#: src/screens/Login/LoginForm.tsx:212 msgid "Input the password tied to {identifier}" msgstr "Passwort, das an {identifier} gebunden ist, eingeben" -#: src/screens/Login/LoginForm.tsx:168 +#: src/screens/Login/LoginForm.tsx:185 msgid "Input the username or email address you used at signup" msgstr "Benutzernamen oder E-Mail-Adresse eingeben, die du bei der Anmeldung verwendet hast" -#: src/screens/Login/LoginForm.tsx:194 +#: src/screens/Login/LoginForm.tsx:211 msgid "Input your password" msgstr "Gib dein Passwort ein" @@ -2252,11 +2326,16 @@ msgstr "" msgid "Input your user handle" msgstr "Gib deinen Handle ein" -#: src/view/com/post-thread/PostThreadItem.tsx:221 +#: src/screens/Login/LoginForm.tsx:126 +#: src/view/screens/Settings/DisableEmail2FADialog.tsx:70 +msgid "Invalid 2FA confirmation code." +msgstr "" + +#: src/view/com/post-thread/PostThreadItem.tsx:222 msgid "Invalid or unsupported post record" msgstr "Ungültiger oder nicht unterstützter Beitragrekord" -#: src/screens/Login/LoginForm.tsx:114 +#: src/screens/Login/LoginForm.tsx:131 msgid "Invalid username or password" msgstr "Ungültiger Benutzername oder Passwort" @@ -2304,7 +2383,7 @@ msgstr "" msgid "Labeled by the author." msgstr "" -#: src/view/screens/Profile.tsx:193 +#: src/view/screens/Profile.tsx:192 msgid "Labels" msgstr "" @@ -2328,16 +2407,16 @@ msgstr "" msgid "Language selection" msgstr "Sprachauswahl" -#: src/view/screens/Settings/index.tsx:565 +#: src/view/screens/Settings/index.tsx:566 msgid "Language settings" msgstr "Spracheinstellungen" -#: src/Navigation.tsx:144 +#: src/Navigation.tsx:145 #: src/view/screens/LanguageSettings.tsx:89 msgid "Language Settings" msgstr "Spracheinstellungen" -#: src/view/screens/Settings/index.tsx:574 +#: src/view/screens/Settings/index.tsx:575 msgid "Languages" msgstr "Sprachen" @@ -2345,7 +2424,8 @@ msgstr "Sprachen" #~ msgid "Last step!" #~ msgstr "Letzter Schritt!" -#: src/view/screens/Search/Search.tsx:437 +#: src/screens/Hashtag.tsx:99 +#: src/view/screens/Search/Search.tsx:428 msgid "Latest" msgstr "" @@ -2387,7 +2467,7 @@ msgstr "Bluesky verlassen" msgid "left to go." msgstr "noch übrig." -#: src/view/screens/Settings/index.tsx:299 +#: src/view/screens/Settings/index.tsx:292 msgid "Legacy storage cleared, you need to restart the app now." msgstr "Der Legacy-Speicher wurde gelöscht, du musst die App jetzt neu starten." @@ -2405,7 +2485,7 @@ msgstr "Los geht's!" #~ msgid "Library" #~ msgstr "Bibliothek" -#: src/view/screens/Settings/index.tsx:449 +#: src/view/screens/Settings/index.tsx:427 msgid "Light" msgstr "Licht" @@ -2419,8 +2499,8 @@ msgid "Like this feed" msgstr "Diesen Feed liken" #: src/components/LikesDialog.tsx:87 -#: src/Navigation.tsx:201 -#: src/Navigation.tsx:206 +#: src/Navigation.tsx:202 +#: src/Navigation.tsx:207 msgid "Liked by" msgstr "Geliked von" @@ -2452,15 +2532,15 @@ msgstr "hat deinen benutzerdefinierten Feed geliked" msgid "liked your post" msgstr "hat deinen Beitrag geliked" -#: src/view/screens/Profile.tsx:198 +#: src/view/screens/Profile.tsx:197 msgid "Likes" msgstr "Likes" -#: src/view/com/post-thread/PostThreadItem.tsx:182 +#: src/view/com/post-thread/PostThreadItem.tsx:183 msgid "Likes on this post" msgstr "Likes für diesen Beitrag" -#: src/Navigation.tsx:170 +#: src/Navigation.tsx:171 msgid "List" msgstr "Liste" @@ -2496,9 +2576,9 @@ msgstr "Liste entblockiert" msgid "List unmuted" msgstr "Listenstummschaltung aufgehoben" -#: src/Navigation.tsx:114 -#: src/view/screens/Profile.tsx:194 -#: src/view/screens/Profile.tsx:200 +#: src/Navigation.tsx:115 +#: src/view/screens/Profile.tsx:193 +#: src/view/screens/Profile.tsx:199 #: src/view/shell/desktop/LeftNav.tsx:383 #: src/view/shell/Drawer.tsx:501 #: src/view/shell/Drawer.tsx:502 @@ -2515,7 +2595,7 @@ msgid "Load new notifications" msgstr "Neue Mitteilungen laden" #: src/screens/Profile/Sections/Feed.tsx:86 -#: src/view/com/feeds/FeedPage.tsx:138 +#: src/view/com/feeds/FeedPage.tsx:134 #: src/view/screens/ProfileFeed.tsx:507 #: src/view/screens/ProfileList.tsx:697 msgid "Load new posts" @@ -2525,7 +2605,7 @@ msgstr "Neue Beiträge laden" msgid "Loading..." msgstr "Wird geladen..." -#: src/Navigation.tsx:221 +#: src/Navigation.tsx:222 msgid "Log" msgstr "Systemprotokoll" @@ -2544,6 +2624,10 @@ msgstr "Sichtbarkeit für abgemeldete Benutzer" msgid "Login to account that is not listed" msgstr "Anmeldung bei einem Konto, das nicht aufgelistet ist" +#: src/components/RichText.tsx:207 +msgid "Long press to open tag menu for #{tag}" +msgstr "" + #: src/screens/Login/SetNewPasswordForm.tsx:116 msgid "Looks like XXXXX-XXXXX" msgstr "Im Format XXXXX-XXXXX" @@ -2564,7 +2648,8 @@ msgstr "Verwalte deine stummgeschalteten Wörter und Tags" #~ msgid "May only contain letters and numbers" #~ msgstr "Darf nur Buchstaben und Zahlen enthalten" -#: src/view/screens/Profile.tsx:197 +#: src/view/screens/AccessibilitySettings.tsx:89 +#: src/view/screens/Profile.tsx:196 msgid "Media" msgstr "Medien" @@ -2576,8 +2661,8 @@ msgstr "erwähnte Benutzer" msgid "Mentioned users" msgstr "Erwähnte Benutzer" -#: src/view/com/util/ViewHeader.tsx:87 -#: src/view/screens/Search/Search.tsx:795 +#: src/view/com/util/ViewHeader.tsx:89 +#: src/view/screens/Search/Search.tsx:726 msgid "Menu" msgstr "Menü" @@ -2589,9 +2674,9 @@ msgstr "Nachricht vom Server: {0}" msgid "Misleading Account" msgstr "Irreführender Account" -#: src/Navigation.tsx:119 +#: src/Navigation.tsx:120 #: src/screens/Moderation/index.tsx:104 -#: src/view/screens/Settings/index.tsx:596 +#: src/view/screens/Settings/index.tsx:597 #: src/view/shell/desktop/LeftNav.tsx:401 #: src/view/shell/Drawer.tsx:520 #: src/view/shell/Drawer.tsx:521 @@ -2629,16 +2714,16 @@ msgstr "Moderationsliste aktualisiert" msgid "Moderation lists" msgstr "Moderationslisten" -#: src/Navigation.tsx:124 +#: src/Navigation.tsx:125 #: src/view/screens/ModerationModlists.tsx:58 msgid "Moderation Lists" msgstr "Moderationslisten" -#: src/view/screens/Settings/index.tsx:590 +#: src/view/screens/Settings/index.tsx:591 msgid "Moderation settings" msgstr "Moderationseinstellungen" -#: src/Navigation.tsx:216 +#: src/Navigation.tsx:217 msgid "Moderation states" msgstr "" @@ -2651,7 +2736,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:535 +#: src/view/com/post-thread/PostThreadItem.tsx:541 msgid "More" msgstr "Mehr" @@ -2721,13 +2806,13 @@ msgstr "Dieses Wort in Beitragstexten und Tags stummschalten" msgid "Mute this word in tags only" msgstr "Dieses Wort nur in Tags stummschalten" -#: src/view/com/util/forms/PostDropdownBtn.tsx:269 -#: src/view/com/util/forms/PostDropdownBtn.tsx:275 +#: src/view/com/util/forms/PostDropdownBtn.tsx:273 +#: src/view/com/util/forms/PostDropdownBtn.tsx:279 msgid "Mute thread" msgstr "Thread stummschalten" -#: src/view/com/util/forms/PostDropdownBtn.tsx:285 -#: src/view/com/util/forms/PostDropdownBtn.tsx:287 +#: src/view/com/util/forms/PostDropdownBtn.tsx:289 +#: src/view/com/util/forms/PostDropdownBtn.tsx:291 msgid "Mute words & tags" msgstr "Wörter und Tags stummschalten" @@ -2739,7 +2824,7 @@ msgstr "Stummgeschaltet" msgid "Muted accounts" msgstr "Stummgeschaltete Konten" -#: src/Navigation.tsx:129 +#: src/Navigation.tsx:130 #: src/view/screens/ModerationMutedAccounts.tsx:112 msgid "Muted Accounts" msgstr "Stummgeschaltete Konten" @@ -2773,11 +2858,11 @@ msgstr "Meine Feeds" msgid "My Profile" msgstr "Mein Profil" -#: src/view/screens/Settings/index.tsx:547 +#: src/view/screens/Settings/index.tsx:548 msgid "My saved feeds" msgstr "Meine gespeicherten Feeds" -#: src/view/screens/Settings/index.tsx:553 +#: src/view/screens/Settings/index.tsx:554 msgid "My Saved Feeds" msgstr "Meine gespeicherten Feeds" @@ -2805,7 +2890,7 @@ msgid "Nature" msgstr "Natur" #: src/screens/Login/ForgotPasswordForm.tsx:173 -#: src/screens/Login/LoginForm.tsx:255 +#: src/screens/Login/LoginForm.tsx:303 #: src/view/com/modals/ChangePassword.tsx:168 msgid "Navigates to the next screen" msgstr "Navigiert zum nächsten Bildschirm" @@ -2861,14 +2946,14 @@ msgstr "Neues Passwort" msgid "New Password" msgstr "Neues Passwort" -#: src/view/com/feeds/FeedPage.tsx:149 +#: src/view/com/feeds/FeedPage.tsx:145 msgctxt "action" msgid "New post" msgstr "Neuer Beitrag" #: src/view/screens/Feeds.tsx:580 #: src/view/screens/Notifications.tsx:168 -#: src/view/screens/Profile.tsx:480 +#: src/view/screens/Profile.tsx:465 #: src/view/screens/ProfileFeed.tsx:445 #: src/view/screens/ProfileList.tsx:200 #: src/view/screens/ProfileList.tsx:228 @@ -2895,8 +2980,8 @@ msgstr "Aktuelles" #: src/screens/Login/ForgotPasswordForm.tsx:143 #: src/screens/Login/ForgotPasswordForm.tsx:150 -#: src/screens/Login/LoginForm.tsx:254 -#: src/screens/Login/LoginForm.tsx:261 +#: src/screens/Login/LoginForm.tsx:302 +#: src/screens/Login/LoginForm.tsx:309 #: src/screens/Login/SetNewPasswordForm.tsx:174 #: src/screens/Login/SetNewPasswordForm.tsx:180 #: src/screens/Signup/index.tsx:207 @@ -2933,7 +3018,11 @@ msgstr "Keine Beschreibung" msgid "No DNS Panel" msgstr "" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:118 +#: src/components/dialogs/GifSelect.tsx:206 +msgid "No featured GIFs found. There may be an issue with Tenor." +msgstr "" + +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:116 msgid "No longer following {0}" msgstr "{0} wird nicht mehr gefolgt" @@ -2950,7 +3039,7 @@ msgstr "Noch keine Mitteilungen!" msgid "No result" msgstr "Kein Ergebnis" -#: src/components/Lists.tsx:183 +#: src/components/Lists.tsx:192 msgid "No results found" msgstr "Keine Ergebnisse gefunden" @@ -2959,11 +3048,15 @@ 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:349 -#: src/view/screens/Search/Search.tsx:387 +#: src/view/screens/Search/Search.tsx:350 +#: src/view/screens/Search/Search.tsx:388 msgid "No results found for {query}" msgstr "Keine Ergebnisse für {query} gefunden" +#: src/components/dialogs/GifSelect.tsx:204 +msgid "No search results found for \"{search}\"." +msgstr "" + #: src/components/dialogs/EmbedConsent.tsx:105 #: src/components/dialogs/EmbedConsent.tsx:112 msgid "No thanks" @@ -2986,18 +3079,18 @@ msgstr "Nicht-sexuelle Nacktheit" msgid "Not Applicable." msgstr "Unzutreffend." -#: src/Navigation.tsx:109 +#: src/Navigation.tsx:110 #: src/view/screens/Profile.tsx:101 msgid "Not Found" msgstr "Nicht gefunden" -#: src/view/com/modals/VerifyEmail.tsx:246 -#: src/view/com/modals/VerifyEmail.tsx:252 +#: src/view/com/modals/VerifyEmail.tsx:254 +#: src/view/com/modals/VerifyEmail.tsx:260 msgid "Not right now" msgstr "Im Moment nicht" #: src/view/com/profile/ProfileMenu.tsx:368 -#: src/view/com/util/forms/PostDropdownBtn.tsx:364 +#: src/view/com/util/forms/PostDropdownBtn.tsx:368 #: src/view/com/util/post-ctrls/PostCtrls.tsx:248 msgid "Note about sharing" msgstr "" @@ -3006,7 +3099,7 @@ msgstr "" msgid "Note: Bluesky is an open and public network. This setting only limits the visibility of your content on the Bluesky app and website, and other apps may not respect this setting. Your content may still be shown to logged-out users by other apps and websites." msgstr "Hinweis: Bluesky ist ein offenes und öffentliches Netzwerk. Diese Einstellung schränkt lediglich die Sichtbarkeit deiner Inhalte in der Bluesky-App und auf der Website ein. Andere Apps respektieren diese Einstellung möglicherweise nicht. Deine Inhalte werden abgemeldeten Nutzern möglicherweise weiterhin in anderen Apps und Websites angezeigt." -#: src/Navigation.tsx:461 +#: src/Navigation.tsx:470 #: src/view/screens/Notifications.tsx:124 #: src/view/screens/Notifications.tsx:148 #: src/view/shell/bottom-bar/BottomBar.tsx:216 @@ -3036,7 +3129,8 @@ msgstr "von" msgid "Off" msgstr "Aus" -#: src/view/com/util/ErrorBoundary.tsx:49 +#: src/components/dialogs/GifSelect.tsx:287 +#: src/view/com/util/ErrorBoundary.tsx:55 msgid "Oh no!" msgstr "Oh nein!" @@ -3057,11 +3151,11 @@ msgstr "Okay" msgid "Oldest replies first" msgstr "Älteste Antworten zuerst" -#: src/view/screens/Settings/index.tsx:247 +#: src/view/screens/Settings/index.tsx:236 msgid "Onboarding reset" msgstr "Onboarding zurücksetzen" -#: src/view/com/composer/Composer.tsx:392 +#: src/view/com/composer/Composer.tsx:424 msgid "One or more images is missing alt text." msgstr "Bei einem oder mehreren Bildern fehlt der Alt-Text." @@ -3073,11 +3167,11 @@ msgstr "Nur {0} kann antworten." msgid "Only contains letters, numbers, and hyphens" msgstr "Enthält nur Buchstaben, Nummern und Bindestriche" -#: src/components/Lists.tsx:75 +#: src/components/Lists.tsx:78 msgid "Oops, something went wrong!" msgstr "Ups, da ist etwas schief gelaufen!" -#: src/components/Lists.tsx:170 +#: src/components/Lists.tsx:177 #: src/view/screens/AppPasswords.tsx:67 #: src/view/screens/Profile.tsx:101 msgid "Oops!" @@ -3091,8 +3185,8 @@ msgstr "Öffnen" #~ msgid "Open content filtering settings" #~ msgstr "Inhaltsfiltereinstellungen öffnen" -#: src/view/com/composer/Composer.tsx:491 -#: src/view/com/composer/Composer.tsx:492 +#: src/view/com/composer/Composer.tsx:505 +#: src/view/com/composer/Composer.tsx:506 msgid "Open emoji picker" msgstr "Emoji-Picker öffnen" @@ -3100,7 +3194,7 @@ msgstr "Emoji-Picker öffnen" msgid "Open feed options menu" msgstr "" -#: src/view/screens/Settings/index.tsx:685 +#: src/view/screens/Settings/index.tsx:686 msgid "Open links with in-app browser" msgstr "Links mit In-App-Browser öffnen" @@ -3120,12 +3214,12 @@ msgstr "Navigation öffnen" msgid "Open post options menu" msgstr "Beitragsoptionsmenü öffnen" -#: src/view/screens/Settings/index.tsx:792 -#: src/view/screens/Settings/index.tsx:802 +#: src/view/screens/Settings/index.tsx:787 +#: src/view/screens/Settings/index.tsx:797 msgid "Open storybook page" msgstr "Geschichtenbuch öffnen" -#: src/view/screens/Settings/index.tsx:780 +#: src/view/screens/Settings/index.tsx:775 msgid "Open system log" msgstr "" @@ -3133,6 +3227,10 @@ msgstr "" msgid "Opens {numItems} options" msgstr "Öffnet {numItems} Optionen" +#: src/view/screens/Settings/index.tsx:485 +msgid "Opens accessibility settings" +msgstr "" + #: src/view/screens/Log.tsx:54 msgid "Opens additional details for a debug entry" msgstr "Öffnet zusätzliche Details für einen Debug-Eintrag" @@ -3141,7 +3239,7 @@ msgstr "Öffnet zusätzliche Details für einen Debug-Eintrag" msgid "Opens an expanded list of users in this notification" msgstr "Öffnet eine erweiterte Liste der Benutzer in dieser Mitteilung" -#: src/view/com/composer/photos/OpenCameraBtn.tsx:78 +#: src/view/com/composer/photos/OpenCameraBtn.tsx:74 msgid "Opens camera on device" msgstr "Öffnet die Kamera auf dem Gerät" @@ -3149,11 +3247,11 @@ msgstr "Öffnet die Kamera auf dem Gerät" msgid "Opens composer" msgstr "Öffnet den Beitragsverfasser" -#: src/view/screens/Settings/index.tsx:566 +#: src/view/screens/Settings/index.tsx:567 msgid "Opens configurable language settings" msgstr "Öffnet die konfigurierbaren Spracheinstellungen" -#: src/view/com/composer/photos/SelectPhotoBtn.tsx:44 +#: src/view/com/composer/photos/SelectPhotoBtn.tsx:40 msgid "Opens device photo gallery" msgstr "Öffnet die Gerätefotogalerie" @@ -3161,7 +3259,7 @@ msgstr "Öffnet die Gerätefotogalerie" #~ msgid "Opens editor for profile display name, avatar, background image, and description" #~ msgstr "Öffnet den Editor für Profilanzeige, Avatar, Hintergrundbild und Beschreibung" -#: src/view/screens/Settings/index.tsx:620 +#: src/view/screens/Settings/index.tsx:621 msgid "Opens external embeds settings" msgstr "Öffnet die Einstellungen für externe eingebettete Medien" @@ -3183,11 +3281,15 @@ msgstr "Öffnet den Vorgang, sich mit einen bestehenden Bluesky Account anzumeld #~ msgid "Opens following list" #~ msgstr "Öffnet folgende Liste" +#: src/view/com/composer/photos/SelectGifBtn.tsx:37 +msgid "Opens GIF select dialog" +msgstr "" + #: src/view/com/modals/InviteCodes.tsx:173 msgid "Opens list of invite codes" msgstr "Öffnet die Liste der Einladungscodes" -#: src/view/screens/Settings/index.tsx:762 +#: src/view/screens/Settings/index.tsx:757 msgid "Opens modal for account deletion confirmation. Requires email code" msgstr "" @@ -3195,19 +3297,19 @@ msgstr "" #~ msgid "Opens modal for account deletion confirmation. Requires email code." #~ msgstr "Öffnet ein Modal, um die Löschung des Kontos zu bestätigen. Erfordert einen E-Mail-Code." -#: src/view/screens/Settings/index.tsx:720 +#: src/view/screens/Settings/index.tsx:715 msgid "Opens modal for changing your Bluesky password" msgstr "" -#: src/view/screens/Settings/index.tsx:669 +#: src/view/screens/Settings/index.tsx:670 msgid "Opens modal for choosing a new Bluesky handle" msgstr "" -#: src/view/screens/Settings/index.tsx:743 +#: src/view/screens/Settings/index.tsx:738 msgid "Opens modal for downloading your Bluesky account data (repository)" msgstr "" -#: src/view/screens/Settings/index.tsx:932 +#: src/view/screens/Settings/index.tsx:927 msgid "Opens modal for email verification" msgstr "" @@ -3215,11 +3317,11 @@ msgstr "" msgid "Opens modal for using custom domain" msgstr "Öffnet das Modal für die Verwendung einer benutzerdefinierten Domain" -#: src/view/screens/Settings/index.tsx:591 +#: src/view/screens/Settings/index.tsx:592 msgid "Opens moderation settings" msgstr "Öffnet die Moderationseinstellungen" -#: src/screens/Login/LoginForm.tsx:202 +#: src/screens/Login/LoginForm.tsx:219 msgid "Opens password reset form" msgstr "Öffnet das Formular zum Zurücksetzen des Passworts" @@ -3228,11 +3330,11 @@ msgstr "Öffnet das Formular zum Zurücksetzen des Passworts" msgid "Opens screen to edit Saved Feeds" msgstr "Öffnet den Bildschirm zum Bearbeiten gespeicherten Feeds" -#: src/view/screens/Settings/index.tsx:548 +#: src/view/screens/Settings/index.tsx:549 msgid "Opens screen with all saved feeds" msgstr "Öffnet den Bildschirm mit allen gespeicherten Feeds" -#: src/view/screens/Settings/index.tsx:647 +#: src/view/screens/Settings/index.tsx:648 msgid "Opens the app password settings" msgstr "" @@ -3240,7 +3342,7 @@ msgstr "" #~ msgid "Opens the app password settings page" #~ msgstr "Öffnet die Einstellungsseite für das App-Passwort" -#: src/view/screens/Settings/index.tsx:505 +#: src/view/screens/Settings/index.tsx:506 msgid "Opens the Following feed preferences" msgstr "" @@ -3252,16 +3354,16 @@ msgstr "" msgid "Opens the linked website" msgstr "" -#: src/view/screens/Settings/index.tsx:793 -#: src/view/screens/Settings/index.tsx:803 +#: src/view/screens/Settings/index.tsx:788 +#: src/view/screens/Settings/index.tsx:798 msgid "Opens the storybook page" msgstr "Öffnet die Geschichtenbuch" -#: src/view/screens/Settings/index.tsx:781 +#: src/view/screens/Settings/index.tsx:776 msgid "Opens the system log page" msgstr "Öffnet die Systemprotokollseite" -#: src/view/screens/Settings/index.tsx:526 +#: src/view/screens/Settings/index.tsx:527 msgid "Opens the threads preferences" msgstr "Öffnet die Thread-Einstellungen" @@ -3289,7 +3391,7 @@ msgstr "Anderes Konto" msgid "Other..." msgstr "Andere..." -#: src/components/Lists.tsx:184 +#: src/components/Lists.tsx:193 #: src/view/screens/NotFound.tsx:45 msgid "Page not found" msgstr "Seite nicht gefunden" @@ -3298,7 +3400,7 @@ msgstr "Seite nicht gefunden" msgid "Page Not Found" msgstr "Seite nicht gefunden" -#: src/screens/Login/LoginForm.tsx:178 +#: src/screens/Login/LoginForm.tsx:195 #: src/screens/Signup/StepInfo/index.tsx:102 #: src/view/com/modals/DeleteAccount.tsx:194 #: src/view/com/modals/DeleteAccount.tsx:201 @@ -3317,16 +3419,19 @@ msgstr "Passwort aktualisiert" msgid "Password updated!" msgstr "Passwort aktualisiert!" -#: src/view/screens/Search/Search.tsx:447 -#: src/view/screens/Search/Search.tsx:456 +#: src/view/com/util/post-embeds/GifEmbed.tsx:31 +msgid "Pause" +msgstr "" + +#: src/view/screens/Search/Search.tsx:438 msgid "People" msgstr "" -#: src/Navigation.tsx:164 +#: src/Navigation.tsx:165 msgid "People followed by @{0}" msgstr "Personen gefolgt von @{0}" -#: src/Navigation.tsx:157 +#: src/Navigation.tsx:158 msgid "People following @{0}" msgstr "Personen, die @{0} folgen" @@ -3359,10 +3464,18 @@ msgstr "" msgid "Pinned Feeds" msgstr "Angeheftete Feeds" +#: src/view/com/util/post-embeds/GifEmbed.tsx:31 +msgid "Play" +msgstr "" + #: src/view/com/util/post-embeds/ExternalGifEmbed.tsx:123 msgid "Play {0}" msgstr "{0} abspielen" +#: src/view/com/util/post-embeds/GifEmbed.tsx:30 +msgid "Play or pause the GIF" +msgstr "" + #: src/view/com/util/post-embeds/ExternalPlayerEmbed.tsx:57 #: src/view/com/util/post-embeds/ExternalPlayerEmbed.tsx:58 msgid "Play Video" @@ -3417,11 +3530,11 @@ msgstr "" #~ msgid "Please tell us why you think this content warning was incorrectly applied!" #~ msgstr "Bitte teile uns mit, warum du denkst, dass diese Inhaltswarnung falsch angewendet wurde!" -#: src/view/com/modals/VerifyEmail.tsx:101 +#: src/view/com/modals/VerifyEmail.tsx:109 msgid "Please Verify Your Email" msgstr "Bitte verifiziere deine E-Mail" -#: src/view/com/composer/Composer.tsx:222 +#: src/view/com/composer/Composer.tsx:232 msgid "Please wait for your link card to finish loading" msgstr "Bitte warte, bis deine Link-karte vollständig geladen ist" @@ -3437,8 +3550,8 @@ msgstr "Porno" #~ msgid "Pornography" #~ msgstr "" -#: src/view/com/composer/Composer.tsx:367 -#: src/view/com/composer/Composer.tsx:375 +#: src/view/com/composer/Composer.tsx:399 +#: src/view/com/composer/Composer.tsx:407 msgctxt "action" msgid "Post" msgstr "Beitrag" @@ -3448,13 +3561,13 @@ msgctxt "description" msgid "Post" msgstr "Beitrag" -#: src/view/com/post-thread/PostThreadItem.tsx:175 +#: src/view/com/post-thread/PostThreadItem.tsx:176 msgid "Post by {0}" msgstr "Beitrag von {0}" -#: src/Navigation.tsx:176 -#: src/Navigation.tsx:183 -#: src/Navigation.tsx:190 +#: src/Navigation.tsx:177 +#: src/Navigation.tsx:184 +#: src/Navigation.tsx:191 msgid "Post by @{0}" msgstr "Beitrag von @{0}" @@ -3493,8 +3606,7 @@ msgstr "Beitrag nicht gefunden" msgid "posts" msgstr "Beiträge" -#: src/view/screens/Profile.tsx:195 -#: src/view/screens/Search/Search.tsx:467 +#: src/view/screens/Profile.tsx:194 msgid "Posts" msgstr "Beiträge" @@ -3514,8 +3626,8 @@ msgstr "Potenziell irreführender Link" msgid "Press to change hosting provider" msgstr "" -#: src/components/Error.tsx:74 -#: src/components/Lists.tsx:80 +#: src/components/Error.tsx:83 +#: src/components/Lists.tsx:83 #: src/screens/Signup/index.tsx:187 msgid "Press to retry" msgstr "" @@ -3532,15 +3644,15 @@ msgstr "Primäre Sprache" msgid "Prioritize Your Follows" msgstr "Priorisiere deine Follower" -#: src/view/screens/Settings/index.tsx:603 +#: src/view/screens/Settings/index.tsx:604 #: src/view/shell/desktop/RightNav.tsx:72 msgid "Privacy" msgstr "Privatsphäre" -#: src/Navigation.tsx:231 +#: src/Navigation.tsx:232 #: src/screens/Signup/StepInfo/Policies.tsx:56 #: src/view/screens/PrivacyPolicy.tsx:29 -#: src/view/screens/Settings/index.tsx:887 +#: src/view/screens/Settings/index.tsx:882 #: src/view/shell/Drawer.tsx:271 msgid "Privacy Policy" msgstr "Datenschutzerklärung" @@ -3550,7 +3662,7 @@ msgid "Processing..." msgstr "Wird bearbeitet..." #: src/view/screens/DebugMod.tsx:888 -#: src/view/screens/Profile.tsx:361 +#: src/view/screens/Profile.tsx:346 msgid "profile" msgstr "" @@ -3566,7 +3678,7 @@ msgstr "Profil" msgid "Profile updated" msgstr "Profil aktualisiert" -#: src/view/screens/Settings/index.tsx:945 +#: src/view/screens/Settings/index.tsx:940 msgid "Protect your account by verifying your email." msgstr "Schütze dein Konto, indem du deine E-Mail bestätigst." @@ -3582,11 +3694,11 @@ 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:352 +#: src/view/com/composer/Composer.tsx:384 msgid "Publish post" msgstr "Beitrag veröffentlichen" -#: src/view/com/composer/Composer.tsx:352 +#: src/view/com/composer/Composer.tsx:384 msgid "Publish reply" msgstr "Antwort veröffentlichen" @@ -3612,7 +3724,7 @@ msgstr "Zufällig (alias \"Poster's Roulette\")" msgid "Ratios" msgstr "Verhältnisse" -#: src/view/screens/Search/Search.tsx:924 +#: src/view/screens/Search/Search.tsx:855 msgid "Recent Searches" msgstr "" @@ -3672,7 +3784,7 @@ msgstr "" msgid "Remove image" msgstr "Bild entfernen" -#: src/view/com/composer/ExternalEmbed.tsx:70 +#: src/view/com/composer/ExternalEmbed.tsx:82 msgid "Remove image preview" msgstr "Bildvorschau entfernen" @@ -3709,11 +3821,11 @@ msgstr "Aus meinen Feeds entfernt" msgid "Removed from your feeds" msgstr "" -#: src/view/com/composer/ExternalEmbed.tsx:71 +#: src/view/com/composer/ExternalEmbed.tsx:83 msgid "Removes default thumbnail from {0}" msgstr "Entfernt Standard-Miniaturansicht von {0}" -#: src/view/screens/Profile.tsx:196 +#: src/view/screens/Profile.tsx:195 msgid "Replies" msgstr "Antworten" @@ -3721,7 +3833,7 @@ msgstr "Antworten" msgid "Replies to this thread are disabled" msgstr "Antworten auf diesen Thread sind deaktiviert" -#: src/view/com/composer/Composer.tsx:365 +#: src/view/com/composer/Composer.tsx:397 msgctxt "action" msgid "Reply" msgstr "Antworten" @@ -3732,9 +3844,15 @@ msgstr "Antwortfilter" #: src/view/com/post/Post.tsx:177 #: src/view/com/posts/FeedItem.tsx:285 +#~ msgctxt "description" +#~ msgid "Reply to <0/>" +#~ msgstr "Antwort an <0/>" + +#: src/view/com/post/Post.tsx:178 +#: src/view/com/posts/FeedItem.tsx:285 msgctxt "description" -msgid "Reply to <0/>" -msgstr "Antwort an <0/>" +msgid "Reply to <0><1/>" +msgstr "" #: src/view/com/modals/report/Modal.tsx:166 #~ msgid "Report {collectionName}" @@ -3758,8 +3876,8 @@ msgstr "Feed melden" msgid "Report List" msgstr "Liste melden" -#: src/view/com/util/forms/PostDropdownBtn.tsx:312 -#: src/view/com/util/forms/PostDropdownBtn.tsx:314 +#: src/view/com/util/forms/PostDropdownBtn.tsx:316 +#: src/view/com/util/forms/PostDropdownBtn.tsx:318 msgid "Report post" msgstr "Beitrag melden" @@ -3820,7 +3938,7 @@ msgstr "" msgid "reposted your post" msgstr "hat deinen Beitrag repostet" -#: src/view/com/post-thread/PostThreadItem.tsx:187 +#: src/view/com/post-thread/PostThreadItem.tsx:188 msgid "Reposts of this post" msgstr "Reposts von diesem Beitrag" @@ -3834,14 +3952,23 @@ msgstr "Änderung anfordern" msgid "Request Code" msgstr "Einen Code anfordern" -#: src/view/screens/Settings/index.tsx:426 +#: src/view/screens/AccessibilitySettings.tsx:82 msgid "Require alt text before posting" msgstr "Alt-Text vor der Veröffentlichung erforderlich machen" +#: src/view/screens/Settings/Email2FAToggle.tsx:53 +msgid "Require email code to log into your account" +msgstr "" + #: src/screens/Signup/StepInfo/index.tsx:69 msgid "Required for this provider" msgstr "Für diesen Anbieter erforderlich" +#: src/view/screens/Settings/DisableEmail2FADialog.tsx:168 +#: src/view/screens/Settings/DisableEmail2FADialog.tsx:171 +msgid "Resend email" +msgstr "" + #: src/view/com/modals/ChangePassword.tsx:185 msgid "Reset code" msgstr "Code zurücksetzen" @@ -3854,8 +3981,8 @@ msgstr "Code zurücksetzen" #~ msgid "Reset onboarding" #~ msgstr "Onboarding zurücksetzen" -#: src/view/screens/Settings/index.tsx:822 -#: src/view/screens/Settings/index.tsx:825 +#: src/view/screens/Settings/index.tsx:817 +#: src/view/screens/Settings/index.tsx:820 msgid "Reset onboarding state" msgstr "Onboarding-Status zurücksetzen" @@ -3867,20 +3994,20 @@ msgstr "Passwort zurücksetzen" #~ msgid "Reset preferences" #~ msgstr "Einstellungen zurücksetzen" -#: src/view/screens/Settings/index.tsx:812 -#: src/view/screens/Settings/index.tsx:815 +#: src/view/screens/Settings/index.tsx:807 +#: src/view/screens/Settings/index.tsx:810 msgid "Reset preferences state" msgstr "Einstellungen zurücksetzen" -#: src/view/screens/Settings/index.tsx:823 +#: src/view/screens/Settings/index.tsx:818 msgid "Resets the onboarding state" msgstr "Setzt den Onboarding-Status zurück" -#: src/view/screens/Settings/index.tsx:813 +#: src/view/screens/Settings/index.tsx:808 msgid "Resets the preferences state" msgstr "Einstellungen zurücksetzen" -#: src/screens/Login/LoginForm.tsx:235 +#: src/screens/Login/LoginForm.tsx:283 msgid "Retries login" msgstr "Versucht die Anmeldung erneut" @@ -3889,10 +4016,10 @@ msgstr "Versucht die Anmeldung erneut" msgid "Retries the last action, which errored out" msgstr "Wiederholung der letzten Aktion, bei der ein Fehler aufgetreten ist" -#: src/components/Error.tsx:79 -#: src/components/Lists.tsx:91 -#: src/screens/Login/LoginForm.tsx:234 -#: src/screens/Login/LoginForm.tsx:241 +#: src/components/Error.tsx:88 +#: src/components/Lists.tsx:94 +#: src/screens/Login/LoginForm.tsx:282 +#: src/screens/Login/LoginForm.tsx:289 #: src/screens/Onboarding/StepInterests/index.tsx:225 #: src/screens/Onboarding/StepInterests/index.tsx:228 #: src/screens/Signup/index.tsx:194 @@ -3901,7 +4028,7 @@ msgstr "Wiederholung der letzten Aktion, bei der ein Fehler aufgetreten ist" msgid "Retry" msgstr "Wiederholen" -#: src/components/Error.tsx:86 +#: src/components/Error.tsx:95 #: src/view/screens/ProfileList.tsx:919 msgid "Return to previous page" msgstr "Zurück zur vorherigen Seite" @@ -3985,14 +4112,14 @@ msgstr "Wissenschaft" msgid "Scroll to top" msgstr "Zum Anfang blättern" -#: src/Navigation.tsx:451 +#: src/Navigation.tsx:460 #: 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:568 -#: src/view/screens/Search/Search.tsx:817 -#: src/view/screens/Search/Search.tsx:835 +#: src/view/screens/Search/Search.tsx:503 +#: src/view/screens/Search/Search.tsx:748 +#: src/view/screens/Search/Search.tsx:766 #: src/view/shell/bottom-bar/BottomBar.tsx:170 #: src/view/shell/desktop/LeftNav.tsx:328 #: src/view/shell/desktop/Search.tsx:215 @@ -4002,7 +4129,7 @@ msgstr "Zum Anfang blättern" msgid "Search" msgstr "Suche" -#: src/view/screens/Search/Search.tsx:884 +#: src/view/screens/Search/Search.tsx:815 #: src/view/shell/desktop/Search.tsx:256 msgid "Search for \"{query}\"" msgstr "Suche nach \"{query}\"" @@ -4021,6 +4148,14 @@ msgstr "Nach allen Beiträgen mit dem Tag {displayTag} suchen" msgid "Search for users" msgstr "Nach Nutzern suchen" +#: src/components/dialogs/GifSelect.tsx:158 +msgid "Search GIFs" +msgstr "" + +#: src/components/dialogs/GifSelect.tsx:159 +msgid "Search Tenor" +msgstr "" + #: src/view/com/modals/ChangeEmail.tsx:110 msgid "Security Step Required" msgstr "Sicherheitsschritt erforderlich" @@ -4066,6 +4201,14 @@ msgstr "" msgid "Select from an existing account" msgstr "Von einem bestehenden Konto auswählen" +#: src/view/com/composer/photos/SelectGifBtn.tsx:36 +msgid "Select GIF" +msgstr "" + +#: src/components/dialogs/GifSelect.tsx:253 +msgid "Select GIF \"{0}\"" +msgstr "" + #: src/view/screens/LanguageSettings.tsx:299 msgid "Select languages" msgstr "" @@ -4135,8 +4278,8 @@ msgstr "Wähle deine primären algorithmischen Feeds" msgid "Select your secondary algorithmic feeds" msgstr "Wähle deine sekundären algorithmischen Feeds" -#: src/view/com/modals/VerifyEmail.tsx:202 -#: src/view/com/modals/VerifyEmail.tsx:204 +#: src/view/com/modals/VerifyEmail.tsx:210 +#: src/view/com/modals/VerifyEmail.tsx:212 msgid "Send Confirmation Email" msgstr "Bestätigungs-E-Mail senden" @@ -4167,6 +4310,11 @@ msgstr "" msgid "Send report to {0}" msgstr "" +#: src/view/screens/Settings/DisableEmail2FADialog.tsx:119 +#: src/view/screens/Settings/DisableEmail2FADialog.tsx:122 +msgid "Send verification email" +msgstr "" + #: src/view/com/modals/DeleteAccount.tsx:132 msgid "Sends email with confirmation code for account deletion" msgstr "Sendet eine E-Mail mit Bestätigungscode für die Kontolöschung" @@ -4245,23 +4393,23 @@ msgstr "Dein Konto einrichten" msgid "Sets Bluesky username" msgstr "Legt deinen Bluesky-Benutzernamen fest" -#: src/view/screens/Settings/index.tsx:458 +#: src/view/screens/Settings/index.tsx:436 msgid "Sets color theme to dark" msgstr "" -#: src/view/screens/Settings/index.tsx:451 +#: src/view/screens/Settings/index.tsx:429 msgid "Sets color theme to light" msgstr "" -#: src/view/screens/Settings/index.tsx:445 +#: src/view/screens/Settings/index.tsx:423 msgid "Sets color theme to system setting" msgstr "" -#: src/view/screens/Settings/index.tsx:484 +#: src/view/screens/Settings/index.tsx:462 msgid "Sets dark theme to the dark theme" msgstr "" -#: src/view/screens/Settings/index.tsx:477 +#: src/view/screens/Settings/index.tsx:455 msgid "Sets dark theme to the dim theme" msgstr "" @@ -4290,8 +4438,8 @@ msgstr "" #~ msgid "Sets server for the Bluesky client" #~ msgstr "Setzt den Server für den Bluesky-Client" -#: src/Navigation.tsx:139 -#: src/view/screens/Settings/index.tsx:316 +#: src/Navigation.tsx:140 +#: src/view/screens/Settings/index.tsx:309 #: src/view/shell/desktop/LeftNav.tsx:437 #: src/view/shell/Drawer.tsx:576 #: src/view/shell/Drawer.tsx:577 @@ -4313,15 +4461,15 @@ msgstr "Teilen" #: src/view/com/profile/ProfileMenu.tsx:215 #: src/view/com/profile/ProfileMenu.tsx:224 -#: src/view/com/util/forms/PostDropdownBtn.tsx:236 -#: src/view/com/util/forms/PostDropdownBtn.tsx:245 +#: src/view/com/util/forms/PostDropdownBtn.tsx:240 +#: src/view/com/util/forms/PostDropdownBtn.tsx:249 #: src/view/com/util/post-ctrls/PostCtrls.tsx:237 #: src/view/screens/ProfileList.tsx:390 msgid "Share" msgstr "Teilen" #: src/view/com/profile/ProfileMenu.tsx:373 -#: src/view/com/util/forms/PostDropdownBtn.tsx:369 +#: src/view/com/util/forms/PostDropdownBtn.tsx:373 #: src/view/com/util/post-ctrls/PostCtrls.tsx:253 msgid "Share anyway" msgstr "" @@ -4344,7 +4492,7 @@ msgstr "" #: src/components/moderation/LabelPreference.tsx:136 #: src/components/moderation/PostHider.tsx:107 #: src/screens/Onboarding/StepModeration/ModerationOption.tsx:54 -#: src/view/screens/Settings/index.tsx:366 +#: src/view/screens/Settings/index.tsx:359 msgid "Show" msgstr "Anzeigen" @@ -4370,13 +4518,13 @@ msgstr "" #~ msgid "Show embeds from {0}" #~ msgstr "Eingebettete Medien von {0} anzeigen" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:200 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:198 msgid "Show follows similar to {0}" msgstr "Zeige ähnliche Konten wie {0}" -#: src/view/com/post-thread/PostThreadItem.tsx:501 -#: src/view/com/post/Post.tsx:212 -#: src/view/com/posts/FeedItem.tsx:360 +#: src/view/com/post-thread/PostThreadItem.tsx:507 +#: src/view/com/post/Post.tsx:215 +#: src/view/com/posts/FeedItem.tsx:362 msgid "Show More" msgstr "Mehr anzeigen" @@ -4457,7 +4605,7 @@ msgstr "Zeigt Beiträge von {0} in deinem Feed" #: src/components/dialogs/Signin.tsx:99 #: src/screens/Login/index.tsx:100 #: src/screens/Login/index.tsx:119 -#: src/screens/Login/LoginForm.tsx:131 +#: src/screens/Login/LoginForm.tsx:148 #: src/view/com/auth/SplashScreen.tsx:63 #: src/view/com/auth/SplashScreen.tsx:72 #: src/view/com/auth/SplashScreen.web.tsx:107 @@ -4468,9 +4616,9 @@ msgstr "Zeigt Beiträge von {0} in deinem Feed" #: src/view/shell/bottom-bar/BottomBarWeb.tsx:178 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:179 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:181 -#: src/view/shell/NavSignupCard.tsx:63 -#: src/view/shell/NavSignupCard.tsx:64 -#: src/view/shell/NavSignupCard.tsx:66 +#: src/view/shell/NavSignupCard.tsx:69 +#: src/view/shell/NavSignupCard.tsx:70 +#: src/view/shell/NavSignupCard.tsx:72 msgid "Sign in" msgstr "Anmelden" @@ -4500,8 +4648,8 @@ msgstr "" msgid "Sign into Bluesky or create a new account" msgstr "" -#: src/view/screens/Settings/index.tsx:118 -#: src/view/screens/Settings/index.tsx:121 +#: src/view/screens/Settings/index.tsx:111 +#: src/view/screens/Settings/index.tsx:114 msgid "Sign out" msgstr "Abmelden" @@ -4511,9 +4659,9 @@ msgstr "Abmelden" #: src/view/shell/bottom-bar/BottomBarWeb.tsx:168 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:169 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:171 -#: src/view/shell/NavSignupCard.tsx:54 -#: src/view/shell/NavSignupCard.tsx:55 -#: src/view/shell/NavSignupCard.tsx:57 +#: src/view/shell/NavSignupCard.tsx:60 +#: src/view/shell/NavSignupCard.tsx:61 +#: src/view/shell/NavSignupCard.tsx:63 msgid "Sign up" msgstr "Registrieren" @@ -4526,7 +4674,7 @@ msgstr "Registriere dich oder melden dich an, um an der Diskussion teilzunehmen" msgid "Sign-in Required" msgstr "Anmelden erforderlich" -#: src/view/screens/Settings/index.tsx:377 +#: src/view/screens/Settings/index.tsx:370 msgid "Signed in as" msgstr "Angemeldet als" @@ -4594,7 +4742,7 @@ msgstr "Sport" msgid "Square" msgstr "Quadratische" -#: src/view/screens/Settings/index.tsx:867 +#: src/view/screens/Settings/index.tsx:862 msgid "Status page" msgstr "Status-Seite" @@ -4606,12 +4754,12 @@ msgstr "" #~ msgid "Step {0} of {numSteps}" #~ msgstr "Schritt {0} von {numSteps}" -#: src/view/screens/Settings/index.tsx:295 +#: src/view/screens/Settings/index.tsx:288 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:211 -#: src/view/screens/Settings/index.tsx:795 +#: src/Navigation.tsx:212 +#: src/view/screens/Settings/index.tsx:790 msgid "Storybook" msgstr "Geschichtenbuch" @@ -4645,7 +4793,7 @@ msgstr "" msgid "Subscribe to this list" msgstr "Abonniere diese Liste" -#: src/view/screens/Search/Search.tsx:523 +#: src/view/screens/Search/Search.tsx:476 msgid "Suggested Follows" msgstr "Vorgeschlagene Follower" @@ -4657,30 +4805,30 @@ msgstr "Vorgeschlagen für dich" msgid "Suggestive" msgstr "Suggestiv" -#: src/Navigation.tsx:226 +#: src/Navigation.tsx:227 #: src/view/screens/Support.tsx:30 #: src/view/screens/Support.tsx:33 msgid "Support" msgstr "Support" -#: src/components/dialogs/SwitchAccount.tsx:46 -#: src/components/dialogs/SwitchAccount.tsx:49 +#: src/components/dialogs/SwitchAccount.tsx:47 +#: src/components/dialogs/SwitchAccount.tsx:50 msgid "Switch Account" msgstr "Konto wechseln" -#: src/view/screens/Settings/index.tsx:150 +#: src/view/screens/Settings/index.tsx:143 msgid "Switch to {0}" msgstr "Wechseln zu {0}" -#: src/view/screens/Settings/index.tsx:151 +#: src/view/screens/Settings/index.tsx:144 msgid "Switches the account you are logged in to" msgstr "Wechselt das Konto, in das du eingeloggt bist" -#: src/view/screens/Settings/index.tsx:442 +#: src/view/screens/Settings/index.tsx:420 msgid "System" msgstr "System" -#: src/view/screens/Settings/index.tsx:783 +#: src/view/screens/Settings/index.tsx:778 msgid "System log" msgstr "Systemprotokoll" @@ -4708,9 +4856,9 @@ msgstr "Technik" msgid "Terms" msgstr "Bedingungen" -#: src/Navigation.tsx:236 +#: src/Navigation.tsx:237 #: src/screens/Signup/StepInfo/Policies.tsx:49 -#: src/view/screens/Settings/index.tsx:881 +#: src/view/screens/Settings/index.tsx:876 #: src/view/screens/TermsOfService.tsx:29 #: src/view/shell/Drawer.tsx:265 msgid "Terms of Service" @@ -4742,7 +4890,7 @@ msgstr "" msgid "That handle is already taken." msgstr "Dieser Handle ist bereits besetzt." -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:282 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:280 #: src/view/com/profile/ProfileMenu.tsx:349 msgid "The account will be able to interact with you after unblocking." msgstr "Das Konto kann nach der Entblockiert mit dir interagieren." @@ -4805,6 +4953,10 @@ msgstr "Es gab ein Problem beim Entfernen dieses Feeds. Bitte überprüfe deine msgid "There was an an issue updating your feeds, please check your internet connection and try again." msgstr "Es gab ein Problem bei der Aktualisierung deines Feeds. Bitte überprüfe deine Internetverbindung und versuche es erneut." +#: src/components/dialogs/GifSelect.tsx:201 +msgid "There was an issue connecting to Tenor." +msgstr "" + #: src/view/screens/ProfileFeed.tsx:247 #: src/view/screens/ProfileList.tsx:277 #: src/view/screens/SavedFeeds.tsx:211 @@ -4849,9 +5001,9 @@ msgstr "Es gab ein Problem bei der Synchronisierung deiner Einstellungen mit dem msgid "There was an issue with fetching your app passwords" msgstr "Es gab ein Problem beim Abrufen deiner App-Passwörter" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:105 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:127 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:141 +#: 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:106 @@ -4870,7 +5022,8 @@ msgstr "Es gab ein Problem! {0}" msgid "There was an issue. Please check your internet connection and try again." msgstr "Es ist ein Problem aufgetreten. Bitte überprüfe deine Internetverbindung und versuche es erneut." -#: src/view/com/util/ErrorBoundary.tsx:51 +#: src/components/dialogs/GifSelect.tsx:289 +#: 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 "Es gab ein unerwartetes Problem in der Anwendung. Bitte teile uns mit, wenn dies bei dir der Fall ist!" @@ -4941,7 +5094,7 @@ msgstr "Dieser Feed ist leer! Möglicherweise musst du mehr Benutzern folgen ode msgid "This information is not shared with other users." msgstr "Diese Informationen werden nicht an andere Nutzer weitergegeben." -#: src/view/com/modals/VerifyEmail.tsx:119 +#: src/view/com/modals/VerifyEmail.tsx:127 msgid "This is important in case you ever need to change your email or reset your password." msgstr "Das ist wichtig für den Fall, dass du mal deine E-Mail ändern oder dein Passwort zurücksetzen musst." @@ -4969,16 +5122,16 @@ msgstr "" msgid "This name is already in use" msgstr "Dieser Name ist bereits in Gebrauch" -#: src/view/com/post-thread/PostThreadItem.tsx:125 +#: src/view/com/post-thread/PostThreadItem.tsx:126 msgid "This post has been deleted." msgstr "Dieser Beitrag wurde gelöscht." -#: src/view/com/util/forms/PostDropdownBtn.tsx:366 +#: src/view/com/util/forms/PostDropdownBtn.tsx:370 #: src/view/com/util/post-ctrls/PostCtrls.tsx:250 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:348 +#: src/view/com/util/forms/PostDropdownBtn.tsx:352 msgid "This post will be hidden from feeds." msgstr "" @@ -5039,12 +5192,12 @@ msgstr "Dies wird {0} aus deinen stummgeschalteten Wörtern löschen. Du kannst #~ msgid "This will hide this post from your feeds." #~ msgstr "Dadurch wird dieser Beitrag aus deinen Feeds ausgeblendet." -#: src/view/screens/Settings/index.tsx:525 +#: src/view/screens/Settings/index.tsx:526 msgid "Thread preferences" msgstr "" #: src/view/screens/PreferencesThreads.tsx:53 -#: src/view/screens/Settings/index.tsx:535 +#: src/view/screens/Settings/index.tsx:536 msgid "Thread Preferences" msgstr "Thread-Einstellungen" @@ -5052,10 +5205,14 @@ msgstr "Thread-Einstellungen" msgid "Threaded Mode" msgstr "Gewindemodus" -#: src/Navigation.tsx:269 +#: src/Navigation.tsx:270 msgid "Threads Preferences" msgstr "Thread-Einstellungen" +#: src/view/screens/Settings/DisableEmail2FADialog.tsx:102 +msgid "To disable the email 2FA method, please verify your access to the email address." +msgstr "" + #: src/components/ReportDialog/SelectLabelerView.tsx:33 msgid "To whom would you like to send this report?" msgstr "" @@ -5072,7 +5229,8 @@ msgstr "Dieses Dropdown umschalten" msgid "Toggle to enable or disable adult content" msgstr "" -#: src/view/screens/Search/Search.tsx:427 +#: src/screens/Hashtag.tsx:88 +#: src/view/screens/Search/Search.tsx:418 msgid "Top" msgstr "" @@ -5080,10 +5238,10 @@ msgstr "" msgid "Transformations" msgstr "Verwandlungen" -#: src/view/com/post-thread/PostThreadItem.tsx:638 -#: src/view/com/post-thread/PostThreadItem.tsx:640 -#: src/view/com/util/forms/PostDropdownBtn.tsx:220 +#: src/view/com/post-thread/PostThreadItem.tsx:644 +#: src/view/com/post-thread/PostThreadItem.tsx:646 #: src/view/com/util/forms/PostDropdownBtn.tsx:222 +#: src/view/com/util/forms/PostDropdownBtn.tsx:224 msgid "Translate" msgstr "Übersetzen" @@ -5092,6 +5250,10 @@ msgctxt "action" msgid "Try again" msgstr "Erneut versuchen" +#: src/view/screens/Settings/index.tsx:695 +msgid "Two-factor authentication" +msgstr "" + #: src/view/com/modals/ChangeHandle.tsx:428 msgid "Type:" msgstr "" @@ -5106,21 +5268,21 @@ msgstr "Stummschaltung von Liste aufheben" #: src/screens/Login/ForgotPasswordForm.tsx:74 #: src/screens/Login/index.tsx:78 -#: src/screens/Login/LoginForm.tsx:119 +#: src/screens/Login/LoginForm.tsx:136 #: src/screens/Login/SetNewPasswordForm.tsx:77 #: src/screens/Signup/index.tsx:64 #: src/view/com/modals/ChangePassword.tsx:70 msgid "Unable to contact your service. Please check your Internet connection." msgstr "Es ist uns nicht gelungen, deinen Dienst zu kontaktieren. Bitte überprüfe deine Internetverbindung." -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:181 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:286 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:179 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:284 #: src/view/com/profile/ProfileMenu.tsx:361 #: src/view/screens/ProfileList.tsx:574 msgid "Unblock" msgstr "Entblocken" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:186 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:184 msgctxt "action" msgid "Unblock" msgstr "Entblocken" @@ -5130,7 +5292,7 @@ msgstr "Entblocken" msgid "Unblock Account" msgstr "Konto entblocken" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:280 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:278 #: src/view/com/profile/ProfileMenu.tsx:343 msgid "Unblock Account?" msgstr "" @@ -5152,7 +5314,7 @@ msgctxt "action" msgid "Unfollow" msgstr "Nicht mehr folgen" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:220 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:218 msgid "Unfollow {0}" msgstr "{0} nicht mehr folgen" @@ -5191,8 +5353,8 @@ msgstr "Stummschaltung von Konto aufheben" msgid "Unmute all {displayTag} posts" msgstr "Stummschaltung aller {displayTag}-Beiträge aufheben" -#: src/view/com/util/forms/PostDropdownBtn.tsx:269 -#: src/view/com/util/forms/PostDropdownBtn.tsx:274 +#: src/view/com/util/forms/PostDropdownBtn.tsx:273 +#: src/view/com/util/forms/PostDropdownBtn.tsx:278 msgid "Unmute thread" msgstr "Stummschaltung von Thread aufheben" @@ -5354,13 +5516,11 @@ msgstr "Benutzerliste aktualisiert" msgid "User Lists" msgstr "Benutzerlisten" -#: src/screens/Login/LoginForm.tsx:151 +#: src/screens/Login/LoginForm.tsx:168 msgid "Username or email address" msgstr "Benutzername oder E-Mail-Adresse" #: src/view/screens/ProfileList.tsx:813 -#: src/view/screens/Search/Search.tsx:473 -#: src/view/screens/Search/Search.tsx:482 msgid "Users" msgstr "Benutzer" @@ -5384,15 +5544,15 @@ msgstr "" msgid "Verify {0}" msgstr "" -#: src/view/screens/Settings/index.tsx:906 +#: src/view/screens/Settings/index.tsx:901 msgid "Verify email" msgstr "E-Mail bestätigen" -#: src/view/screens/Settings/index.tsx:931 +#: src/view/screens/Settings/index.tsx:926 msgid "Verify my email" msgstr "Meine E-Mail bestätigen" -#: src/view/screens/Settings/index.tsx:940 +#: src/view/screens/Settings/index.tsx:935 msgid "Verify My Email" msgstr "Meine E-Mail bestätigen" @@ -5401,11 +5561,11 @@ msgstr "Meine E-Mail bestätigen" msgid "Verify New Email" msgstr "Neue E-Mail bestätigen" -#: src/view/com/modals/VerifyEmail.tsx:103 +#: src/view/com/modals/VerifyEmail.tsx:111 msgid "Verify Your Email" msgstr "Überprüfe deine E-Mail" -#: src/view/screens/Settings/index.tsx:857 +#: src/view/screens/Settings/index.tsx:852 msgid "Version {0}" msgstr "" @@ -5437,8 +5597,8 @@ msgstr "Vollständigen Thread ansehen" msgid "View information about these labels" msgstr "" -#: src/components/ProfileHoverCard/index.web.tsx:264 -#: src/components/ProfileHoverCard/index.web.tsx:293 +#: src/components/ProfileHoverCard/index.web.tsx:379 +#: src/components/ProfileHoverCard/index.web.tsx:408 #: src/view/com/posts/FeedErrorMessage.tsx:166 msgid "View profile" msgstr "Profil ansehen" @@ -5479,7 +5639,7 @@ msgstr "" #~ msgid "We also think you'll like \"For You\" by Skygaze:" #~ msgstr "Wir glauben auch, dass dir \"For You\" von Skygaze gefallen wird:" -#: src/screens/Hashtag.tsx:133 +#: src/screens/Hashtag.tsx:210 msgid "We couldn't find any results for that hashtag." msgstr "Wir konnten keine Ergebnisse für diesen Hashtag finden." @@ -5539,11 +5699,11 @@ msgstr "Es tut uns leid, aber wir waren nicht in der Lage, diese Liste aufzulös 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:322 +#: src/view/screens/Search/Search.tsx:323 msgid "We're sorry, but your search could not be completed. Please try again in a few minutes." msgstr "Es tut uns leid, aber deine Suche konnte nicht abgeschlossen werden. Bitte versuche es in ein paar Minuten erneut." -#: src/components/Lists.tsx:188 +#: src/components/Lists.tsx:197 #: src/view/screens/NotFound.tsx:48 msgid "We're sorry! We can't find the page you were looking for." msgstr "Es tut uns leid! Wir können die Seite, nach der du gesucht hast, nicht finden." @@ -5566,7 +5726,7 @@ msgstr "Was sind deine Interessen?" #: src/view/com/auth/SplashScreen.tsx:40 #: src/view/com/auth/SplashScreen.web.tsx:81 -#: src/view/com/composer/Composer.tsx:296 +#: src/view/com/composer/Composer.tsx:306 msgid "What's up?" msgstr "Was gibt's?" @@ -5607,11 +5767,11 @@ msgstr "" msgid "Wide" msgstr "Breit" -#: src/view/com/composer/Composer.tsx:436 +#: src/view/com/composer/Composer.tsx:467 msgid "Write post" msgstr "Beitrag verfassen" -#: src/view/com/composer/Composer.tsx:295 +#: src/view/com/composer/Composer.tsx:305 #: src/view/com/composer/Prompt.tsx:37 msgid "Write your reply" msgstr "Schreibe deine Antwort" @@ -5719,7 +5879,7 @@ msgstr "Du hast keine Feeds." msgid "You have no lists." msgstr "Du hast keine Listen." -#: src/view/screens/ModerationBlockedAccounts.tsx:138 +#: src/view/screens/ModerationBlockedAccounts.tsx:137 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 "" @@ -5832,7 +5992,7 @@ msgstr "Deine E-Mail scheint ungültig zu sein." msgid "Your email has been updated but not verified. As a next step, please verify your new email." msgstr "Deine E-Mail wurde aktualisiert, aber nicht bestätigt. Als nächsten Schritt bestätige bitte deine neue E-Mail." -#: src/view/com/modals/VerifyEmail.tsx:114 +#: src/view/com/modals/VerifyEmail.tsx:122 msgid "Your email has not yet been verified. This is an important security step which we recommend." msgstr "Deine E-Mail wurde noch nicht bestätigt. Dies ist ein wichtiger Sicherheitsschritt, den wir empfehlen." @@ -5856,7 +6016,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:284 +#: src/view/com/composer/Composer.tsx:294 msgid "Your post has been published" msgstr "Dein Beitrag wurde veröffentlicht" @@ -5866,11 +6026,11 @@ msgstr "Dein Beitrag wurde veröffentlicht" msgid "Your posts, likes, and blocks are public. Mutes are private." msgstr "Deine Beiträge, Likes und Blockierungen sind öffentlich. Stummschaltungen sind privat." -#: src/view/screens/Settings/index.tsx:136 +#: src/view/screens/Settings/index.tsx:129 msgid "Your profile" msgstr "Dein Profil" -#: src/view/com/composer/Composer.tsx:283 +#: src/view/com/composer/Composer.tsx:293 msgid "Your reply has been published" msgstr "Deine Antwort wurde veröffentlicht" diff --git a/src/locale/locales/en/messages.po b/src/locale/locales/en/messages.po index ac8bb251..33605654 100644 --- a/src/locale/locales/en/messages.po +++ b/src/locale/locales/en/messages.po @@ -13,11 +13,11 @@ msgstr "" "Language-Team: \n" "Plural-Forms: \n" -#: src/view/com/modals/VerifyEmail.tsx:142 +#: src/view/com/modals/VerifyEmail.tsx:150 msgid "(no email)" msgstr "" -#: src/components/ProfileHoverCard/index.web.tsx:323 +#: src/components/ProfileHoverCard/index.web.tsx:438 #: src/screens/Profile/Header/Metrics.tsx:44 msgid "{following} following" msgstr "" @@ -34,11 +34,11 @@ msgstr "" msgid "<0>{0} following" msgstr "" -#: src/components/ProfileHoverCard/index.web.tsx:314 +#: src/components/ProfileHoverCard/index.web.tsx:429 msgid "<0>{followers} <1>{pluralizedFollowers}" msgstr "" -#: src/components/ProfileHoverCard/index.web.tsx:326 +#: src/components/ProfileHoverCard/index.web.tsx:441 #: src/screens/Profile/Header/Metrics.tsx:45 msgid "<0>{following} <1>following" msgstr "" @@ -59,8 +59,12 @@ msgstr "" msgid "⚠Invalid Handle" msgstr "" -#: src/view/com/util/ViewHeader.tsx:89 -#: src/view/screens/Search/Search.tsx:796 +#: src/screens/Login/LoginForm.tsx:238 +msgid "2FA Confirmation" +msgstr "" + +#: src/view/com/util/ViewHeader.tsx:91 +#: src/view/screens/Search/Search.tsx:727 msgid "Access navigation links and settings" msgstr "" @@ -69,17 +73,26 @@ msgid "Access profile and other navigation links" msgstr "" #: src/view/com/modals/EditImage.tsx:300 -#: src/view/screens/Settings/index.tsx:421 +#: src/view/screens/Settings/index.tsx:493 msgid "Accessibility" msgstr "" +#: src/view/screens/Settings/index.tsx:484 +msgid "Accessibility settings" +msgstr "" + +#: src/Navigation.tsx:284 +#: src/view/screens/AccessibilitySettings.tsx:63 +msgid "Accessibility Settings" +msgstr "" + #: src/components/moderation/LabelsOnMe.tsx:42 msgid "account" msgstr "" -#: src/screens/Login/LoginForm.tsx:144 -#: src/view/screens/Settings/index.tsx:330 -#: src/view/screens/Settings/index.tsx:707 +#: src/screens/Login/LoginForm.tsx:161 +#: src/view/screens/Settings/index.tsx:323 +#: src/view/screens/Settings/index.tsx:702 msgid "Account" msgstr "" @@ -112,7 +125,7 @@ msgstr "" msgid "Account removed from quick access" msgstr "" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:137 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:135 #: src/view/com/profile/ProfileMenu.tsx:128 msgid "Account unblocked" msgstr "" @@ -141,9 +154,9 @@ msgstr "" msgid "Add a user to this list" msgstr "" -#: src/components/dialogs/SwitchAccount.tsx:55 -#: src/view/screens/Settings/index.tsx:405 -#: src/view/screens/Settings/index.tsx:414 +#: src/components/dialogs/SwitchAccount.tsx:56 +#: src/view/screens/Settings/index.tsx:398 +#: src/view/screens/Settings/index.tsx:407 msgid "Add account" msgstr "" @@ -160,12 +173,12 @@ msgid "Add App Password" msgstr "" #: src/view/com/composer/Composer.tsx:467 -msgid "Add link card" -msgstr "" +#~ msgid "Add link card" +#~ msgstr "" #: src/view/com/composer/Composer.tsx:472 -msgid "Add link card:" -msgstr "" +#~ msgid "Add link card:" +#~ msgstr "" #: src/components/dialogs/MutedWords.tsx:157 msgid "Add mute word for configured settings" @@ -216,7 +229,7 @@ msgid "Adult content is disabled." msgstr "" #: src/screens/Moderation/index.tsx:375 -#: src/view/screens/Settings/index.tsx:635 +#: src/view/screens/Settings/index.tsx:636 msgid "Advanced" msgstr "" @@ -238,6 +251,7 @@ msgid "ALT" msgstr "" #: src/view/com/modals/EditImage.tsx:316 +#: src/view/screens/AccessibilitySettings.tsx:77 msgid "Alt text" msgstr "" @@ -245,7 +259,8 @@ msgstr "" msgid "Alt text describes images for blind and low-vision users, and helps give context to everyone." msgstr "" -#: src/view/com/modals/VerifyEmail.tsx:124 +#: 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 "" @@ -253,6 +268,10 @@ msgstr "" msgid "An email has been sent to your previous address, {0}. It includes a confirmation code which you can enter below." msgstr "" +#: src/components/dialogs/GifSelect.tsx:284 +msgid "An error occured" +msgstr "" + #: src/lib/moderation/useReportOptions.ts:26 msgid "An issue not included in these options" msgstr "" @@ -275,6 +294,10 @@ msgstr "" msgid "Animals" msgstr "" +#: src/view/com/util/post-embeds/GifEmbed.tsx:134 +msgid "Animated GIF" +msgstr "" + #: src/lib/moderation/useReportOptions.ts:31 msgid "Anti-Social Behavior" msgstr "" @@ -295,13 +318,13 @@ msgstr "" msgid "App Password names must be at least 4 characters long." msgstr "" -#: src/view/screens/Settings/index.tsx:646 +#: src/view/screens/Settings/index.tsx:647 msgid "App password settings" msgstr "" -#: src/Navigation.tsx:251 +#: src/Navigation.tsx:252 #: src/view/screens/AppPasswords.tsx:189 -#: src/view/screens/Settings/index.tsx:655 +#: src/view/screens/Settings/index.tsx:656 msgid "App Passwords" msgstr "" @@ -318,7 +341,7 @@ msgstr "" msgid "Appeal submitted." msgstr "" -#: src/view/screens/Settings/index.tsx:436 +#: src/view/screens/Settings/index.tsx:414 msgid "Appearance" msgstr "" @@ -330,7 +353,7 @@ msgstr "" msgid "Are you sure you want to remove {0} from your feeds?" msgstr "" -#: src/view/com/composer/Composer.tsx:509 +#: src/view/com/composer/Composer.tsx:523 msgid "Are you sure you'd like to discard this draft?" msgstr "" @@ -360,13 +383,13 @@ msgstr "" #: src/screens/Login/ChooseAccountForm.tsx:78 #: src/screens/Login/ForgotPasswordForm.tsx:129 #: src/screens/Login/ForgotPasswordForm.tsx:135 -#: src/screens/Login/LoginForm.tsx:221 -#: src/screens/Login/LoginForm.tsx:227 +#: src/screens/Login/LoginForm.tsx:269 +#: src/screens/Login/LoginForm.tsx:275 #: src/screens/Login/SetNewPasswordForm.tsx:160 #: src/screens/Login/SetNewPasswordForm.tsx:166 #: src/screens/Profile/Header/Shell.tsx:96 #: src/screens/Signup/index.tsx:180 -#: src/view/com/util/ViewHeader.tsx:87 +#: src/view/com/util/ViewHeader.tsx:89 msgid "Back" msgstr "" @@ -374,7 +397,7 @@ msgstr "" msgid "Based on your interest in {interestsText}" msgstr "" -#: src/view/screens/Settings/index.tsx:493 +#: src/view/screens/Settings/index.tsx:471 msgid "Basics" msgstr "" @@ -382,11 +405,11 @@ msgstr "" msgid "Birthday" msgstr "" -#: src/view/screens/Settings/index.tsx:362 +#: src/view/screens/Settings/index.tsx:355 msgid "Birthday:" msgstr "" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:286 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:284 #: src/view/com/profile/ProfileMenu.tsx:361 msgid "Block" msgstr "" @@ -422,8 +445,8 @@ msgstr "" msgid "Blocked accounts" msgstr "" -#: src/Navigation.tsx:134 -#: src/view/screens/ModerationBlockedAccounts.tsx:113 +#: src/Navigation.tsx:135 +#: src/view/screens/ModerationBlockedAccounts.tsx:112 msgid "Blocked Accounts" msgstr "" @@ -431,7 +454,7 @@ msgstr "" msgid "Blocked accounts cannot reply in your threads, mention you, or otherwise interact with you." msgstr "" -#: src/view/screens/ModerationBlockedAccounts.tsx:121 +#: src/view/screens/ModerationBlockedAccounts.tsx:120 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 "" @@ -523,7 +546,7 @@ msgstr "" msgid "by you" msgstr "" -#: src/view/com/composer/photos/OpenCameraBtn.tsx:77 +#: src/view/com/composer/photos/OpenCameraBtn.tsx:73 msgid "Camera" msgstr "" @@ -535,8 +558,8 @@ msgstr "" #: src/components/Prompt.tsx:113 #: src/components/Prompt.tsx:115 #: src/components/TagMenu/index.tsx:268 -#: src/view/com/composer/Composer.tsx:317 -#: src/view/com/composer/Composer.tsx:322 +#: src/view/com/composer/Composer.tsx:349 +#: src/view/com/composer/Composer.tsx:354 #: src/view/com/modals/ChangeEmail.tsx:218 #: src/view/com/modals/ChangeEmail.tsx:220 #: src/view/com/modals/ChangeHandle.tsx:154 @@ -551,9 +574,9 @@ msgstr "" #: src/view/com/modals/LinkWarning.tsx:105 #: src/view/com/modals/LinkWarning.tsx:107 #: src/view/com/modals/Repost.tsx:88 -#: src/view/com/modals/VerifyEmail.tsx:247 -#: src/view/com/modals/VerifyEmail.tsx:253 -#: src/view/screens/Search/Search.tsx:865 +#: src/view/com/modals/VerifyEmail.tsx:255 +#: src/view/com/modals/VerifyEmail.tsx:261 +#: src/view/screens/Search/Search.tsx:796 #: src/view/shell/desktop/Search.tsx:239 msgid "Cancel" msgstr "" @@ -595,34 +618,34 @@ msgstr "" msgid "Cancels opening the linked website" msgstr "" -#: src/view/com/modals/VerifyEmail.tsx:152 +#: src/view/com/modals/VerifyEmail.tsx:160 msgid "Change" msgstr "" -#: src/view/screens/Settings/index.tsx:356 +#: src/view/screens/Settings/index.tsx:349 msgctxt "action" msgid "Change" msgstr "" -#: src/view/screens/Settings/index.tsx:667 +#: src/view/screens/Settings/index.tsx:668 msgid "Change handle" msgstr "" #: src/view/com/modals/ChangeHandle.tsx:162 -#: src/view/screens/Settings/index.tsx:678 +#: src/view/screens/Settings/index.tsx:679 msgid "Change Handle" msgstr "" -#: src/view/com/modals/VerifyEmail.tsx:147 +#: src/view/com/modals/VerifyEmail.tsx:155 msgid "Change my email" msgstr "" -#: src/view/screens/Settings/index.tsx:718 +#: src/view/screens/Settings/index.tsx:713 msgid "Change password" msgstr "" #: src/view/com/modals/ChangePassword.tsx:141 -#: src/view/screens/Settings/index.tsx:729 +#: src/view/screens/Settings/index.tsx:724 msgid "Change Password" msgstr "" @@ -647,6 +670,10 @@ msgstr "" msgid "Check out some recommended users. Follow them to see similar users." msgstr "" +#: src/screens/Login/LoginForm.tsx:262 +msgid "Check your email for a login code and enter it here." +msgstr "" + #: src/view/com/modals/DeleteAccount.tsx:168 msgid "Check your inbox for an email with the confirmation code to enter below:" msgstr "" @@ -676,32 +703,32 @@ msgstr "" msgid "Choose your password" msgstr "" -#: src/view/screens/Settings/index.tsx:832 +#: src/view/screens/Settings/index.tsx:827 msgid "Clear all legacy storage data" msgstr "" -#: src/view/screens/Settings/index.tsx:835 +#: src/view/screens/Settings/index.tsx:830 msgid "Clear all legacy storage data (restart after this)" msgstr "" -#: src/view/screens/Settings/index.tsx:844 +#: src/view/screens/Settings/index.tsx:839 msgid "Clear all storage data" msgstr "" -#: src/view/screens/Settings/index.tsx:847 +#: src/view/screens/Settings/index.tsx:842 msgid "Clear all storage data (restart after this)" msgstr "" #: src/view/com/util/forms/SearchInput.tsx:88 -#: src/view/screens/Search/Search.tsx:846 +#: src/view/screens/Search/Search.tsx:777 msgid "Clear search query" msgstr "" -#: src/view/screens/Settings/index.tsx:833 +#: src/view/screens/Settings/index.tsx:828 msgid "Clears all legacy storage data" msgstr "" -#: src/view/screens/Settings/index.tsx:845 +#: src/view/screens/Settings/index.tsx:840 msgid "Clears all storage data" msgstr "" @@ -714,20 +741,21 @@ msgid "Click here to open tag menu for {tag}" msgstr "" #: src/components/RichText.tsx:198 -msgid "Click here to open tag menu for #{tag}" -msgstr "" +#~ msgid "Click here to open tag menu for #{tag}" +#~ msgstr "" #: src/screens/Onboarding/index.tsx:35 msgid "Climate" msgstr "" +#: src/components/dialogs/GifSelect.tsx:300 #: src/view/com/modals/ChangePassword.tsx:267 #: src/view/com/modals/ChangePassword.tsx:270 msgid "Close" msgstr "" -#: src/components/Dialog/index.web.tsx:106 -#: src/components/Dialog/index.web.tsx:218 +#: src/components/Dialog/index.web.tsx:111 +#: src/components/Dialog/index.web.tsx:246 msgid "Close active dialog" msgstr "" @@ -739,6 +767,14 @@ msgstr "" msgid "Close bottom drawer" msgstr "" +#: src/components/dialogs/GifSelect.tsx:294 +msgid "Close dialog" +msgstr "" + +#: src/components/dialogs/GifSelect.tsx:150 +msgid "Close GIF dialog" +msgstr "" + #: src/view/com/lightbox/ImageViewing/components/ImageDefaultHeader.tsx:36 msgid "Close image" msgstr "" @@ -747,7 +783,7 @@ msgstr "" msgid "Close image viewer" msgstr "" -#: src/view/shell/index.web.tsx:57 +#: src/view/shell/index.web.tsx:61 msgid "Close navigation footer" msgstr "" @@ -756,7 +792,7 @@ msgstr "" msgid "Close this dialog" msgstr "" -#: src/view/shell/index.web.tsx:58 +#: src/view/shell/index.web.tsx:62 msgid "Closes bottom navigation bar" msgstr "" @@ -764,7 +800,7 @@ msgstr "" msgid "Closes password update alert" msgstr "" -#: src/view/com/composer/Composer.tsx:319 +#: src/view/com/composer/Composer.tsx:351 msgid "Closes post composer and discards post draft" msgstr "" @@ -784,7 +820,7 @@ msgstr "" msgid "Comics" msgstr "" -#: src/Navigation.tsx:241 +#: src/Navigation.tsx:242 #: src/view/screens/CommunityGuidelines.tsx:32 msgid "Community Guidelines" msgstr "" @@ -797,7 +833,7 @@ msgstr "" msgid "Complete the challenge" msgstr "" -#: src/view/com/composer/Composer.tsx:438 +#: src/view/com/composer/Composer.tsx:469 msgid "Compose posts up to {MAX_GRAPHEME_LENGTH} characters in length" msgstr "" @@ -820,10 +856,12 @@ msgstr "" #: src/components/Prompt.tsx:153 #: src/components/Prompt.tsx:156 #: src/view/com/modals/SelfLabel.tsx:154 -#: src/view/com/modals/VerifyEmail.tsx:231 -#: src/view/com/modals/VerifyEmail.tsx:233 +#: src/view/com/modals/VerifyEmail.tsx:239 +#: src/view/com/modals/VerifyEmail.tsx:241 #: src/view/screens/PreferencesFollowingFeed.tsx:308 #: src/view/screens/PreferencesThreads.tsx:159 +#: src/view/screens/Settings/DisableEmail2FADialog.tsx:180 +#: src/view/screens/Settings/DisableEmail2FADialog.tsx:183 msgid "Confirm" msgstr "" @@ -848,14 +886,17 @@ msgstr "" msgid "Confirm your birthdate" msgstr "" +#: src/screens/Login/LoginForm.tsx:244 #: src/view/com/modals/ChangeEmail.tsx:157 #: src/view/com/modals/DeleteAccount.tsx:175 #: src/view/com/modals/DeleteAccount.tsx:181 -#: src/view/com/modals/VerifyEmail.tsx:165 +#: src/view/com/modals/VerifyEmail.tsx:173 +#: src/view/screens/Settings/DisableEmail2FADialog.tsx:143 +#: src/view/screens/Settings/DisableEmail2FADialog.tsx:149 msgid "Confirmation code" msgstr "" -#: src/screens/Login/LoginForm.tsx:248 +#: src/screens/Login/LoginForm.tsx:296 msgid "Connecting..." msgstr "" @@ -940,7 +981,7 @@ msgstr "" msgid "Copied" msgstr "" -#: src/view/screens/Settings/index.tsx:254 +#: src/view/screens/Settings/index.tsx:243 msgid "Copied build version to clipboard" msgstr "" @@ -976,17 +1017,17 @@ msgstr "" msgid "Copy link to list" msgstr "" -#: src/view/com/util/forms/PostDropdownBtn.tsx:236 -#: src/view/com/util/forms/PostDropdownBtn.tsx:245 +#: src/view/com/util/forms/PostDropdownBtn.tsx:240 +#: src/view/com/util/forms/PostDropdownBtn.tsx:249 msgid "Copy link to post" msgstr "" -#: src/view/com/util/forms/PostDropdownBtn.tsx:228 #: src/view/com/util/forms/PostDropdownBtn.tsx:230 +#: src/view/com/util/forms/PostDropdownBtn.tsx:232 msgid "Copy post text" msgstr "" -#: src/Navigation.tsx:246 +#: src/Navigation.tsx:247 #: src/view/screens/CopyrightPolicy.tsx:29 msgid "Copyright Policy" msgstr "" @@ -1004,7 +1045,7 @@ msgstr "" msgid "Create a new account" msgstr "" -#: src/view/screens/Settings/index.tsx:406 +#: src/view/screens/Settings/index.tsx:399 msgid "Create a new Bluesky account" msgstr "" @@ -1035,8 +1076,8 @@ msgid "Created {0}" msgstr "" #: src/view/com/composer/Composer.tsx:469 -msgid "Creates a card with a thumbnail. The card links to {url}" -msgstr "" +#~ msgid "Creates a card with a thumbnail. The card links to {url}" +#~ msgstr "" #: src/screens/Onboarding/index.tsx:29 msgid "Culture" @@ -1056,12 +1097,12 @@ msgstr "" msgid "Custom feeds built by the community bring you new experiences and help you find the content you love." msgstr "" -#: src/view/screens/PreferencesExternalEmbeds.tsx:55 +#: src/view/screens/PreferencesExternalEmbeds.tsx:56 msgid "Customize media from external sites." msgstr "" -#: src/view/screens/Settings/index.tsx:455 -#: src/view/screens/Settings/index.tsx:481 +#: src/view/screens/Settings/index.tsx:433 +#: src/view/screens/Settings/index.tsx:459 msgid "Dark" msgstr "" @@ -1069,7 +1110,7 @@ msgstr "" msgid "Dark mode" msgstr "" -#: src/view/screens/Settings/index.tsx:468 +#: src/view/screens/Settings/index.tsx:446 msgid "Dark Theme" msgstr "" @@ -1077,7 +1118,7 @@ msgstr "" msgid "Date of birth" msgstr "" -#: src/view/screens/Settings/index.tsx:805 +#: src/view/screens/Settings/index.tsx:800 msgid "Debug Moderation" msgstr "" @@ -1085,13 +1126,13 @@ msgstr "" msgid "Debug panel" msgstr "" -#: src/view/com/util/forms/PostDropdownBtn.tsx:341 +#: src/view/com/util/forms/PostDropdownBtn.tsx:345 #: src/view/screens/AppPasswords.tsx:268 #: src/view/screens/ProfileList.tsx:615 msgid "Delete" msgstr "" -#: src/view/screens/Settings/index.tsx:760 +#: src/view/screens/Settings/index.tsx:755 msgid "Delete account" msgstr "" @@ -1115,12 +1156,12 @@ msgstr "" msgid "Delete my account" msgstr "" -#: src/view/screens/Settings/index.tsx:772 +#: src/view/screens/Settings/index.tsx:767 msgid "Delete My Account…" msgstr "" -#: src/view/com/util/forms/PostDropdownBtn.tsx:322 -#: src/view/com/util/forms/PostDropdownBtn.tsx:324 +#: src/view/com/util/forms/PostDropdownBtn.tsx:326 +#: src/view/com/util/forms/PostDropdownBtn.tsx:328 msgid "Delete post" msgstr "" @@ -1128,7 +1169,7 @@ msgstr "" msgid "Delete this list?" msgstr "" -#: src/view/com/util/forms/PostDropdownBtn.tsx:336 +#: src/view/com/util/forms/PostDropdownBtn.tsx:340 msgid "Delete this post?" msgstr "" @@ -1147,21 +1188,33 @@ msgstr "" msgid "Description" msgstr "" -#: src/view/com/composer/Composer.tsx:218 +#: src/view/com/composer/Composer.tsx:228 msgid "Did you want to say anything?" msgstr "" -#: src/view/screens/Settings/index.tsx:474 +#: src/view/screens/Settings/index.tsx:452 msgid "Dim" msgstr "" -#: src/view/screens/Settings/index.tsx:697 -msgid "Disable haptics" +#: src/view/screens/AccessibilitySettings.tsx:94 +msgid "Disable autoplay for GIFs" +msgstr "" + +#: src/view/screens/Settings/DisableEmail2FADialog.tsx:90 +msgid "Disable Email 2FA" +msgstr "" + +#: src/view/screens/AccessibilitySettings.tsx:108 +msgid "Disable haptic feedback" msgstr "" #: src/view/screens/Settings/index.tsx:697 -msgid "Disable vibrations" -msgstr "" +#~ msgid "Disable haptics" +#~ msgstr "" + +#: src/view/screens/Settings/index.tsx:697 +#~ msgid "Disable vibrations" +#~ msgstr "" #: src/lib/moderation/useLabelBehaviorDescription.ts:32 #: src/lib/moderation/useLabelBehaviorDescription.ts:42 @@ -1170,11 +1223,11 @@ msgstr "" msgid "Disabled" msgstr "" -#: src/view/com/composer/Composer.tsx:511 +#: src/view/com/composer/Composer.tsx:525 msgid "Discard" msgstr "" -#: src/view/com/composer/Composer.tsx:508 +#: src/view/com/composer/Composer.tsx:522 msgid "Discard draft?" msgstr "" @@ -1260,7 +1313,7 @@ msgstr "" msgid "Download CAR file" msgstr "" -#: src/view/com/composer/text-input/TextInput.web.tsx:249 +#: src/view/com/composer/text-input/TextInput.web.tsx:270 msgid "Drop to add images" msgstr "" @@ -1331,7 +1384,7 @@ msgstr "" msgid "Edit Moderation List" msgstr "" -#: src/Navigation.tsx:256 +#: src/Navigation.tsx:257 #: src/view/screens/Feeds.tsx:459 #: src/view/screens/SavedFeeds.tsx:85 msgid "Edit My Feeds" @@ -1342,12 +1395,12 @@ msgid "Edit my profile" msgstr "" #: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:178 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:168 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:166 msgid "Edit profile" msgstr "" #: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:181 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:171 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:169 msgid "Edit Profile" msgstr "" @@ -1377,6 +1430,10 @@ msgstr "" msgid "Email" msgstr "" +#: src/view/screens/Settings/DisableEmail2FADialog.tsx:64 +msgid "Email 2FA disabled" +msgstr "" + #: src/screens/Login/ForgotPasswordForm.tsx:99 msgid "Email address" msgstr "" @@ -1390,11 +1447,11 @@ msgstr "" msgid "Email Updated" msgstr "" -#: src/view/com/modals/VerifyEmail.tsx:78 +#: src/view/com/modals/VerifyEmail.tsx:85 msgid "Email verified" msgstr "" -#: src/view/screens/Settings/index.tsx:334 +#: src/view/screens/Settings/index.tsx:327 msgid "Email:" msgstr "" @@ -1403,8 +1460,8 @@ msgid "Embed HTML code" msgstr "" #: src/components/dialogs/Embed.tsx:97 -#: src/view/com/util/forms/PostDropdownBtn.tsx:253 -#: src/view/com/util/forms/PostDropdownBtn.tsx:255 +#: src/view/com/util/forms/PostDropdownBtn.tsx:257 +#: src/view/com/util/forms/PostDropdownBtn.tsx:259 msgid "Embed post" msgstr "" @@ -1434,7 +1491,7 @@ msgstr "" msgid "Enable external media" msgstr "" -#: src/view/screens/PreferencesExternalEmbeds.tsx:75 +#: src/view/screens/PreferencesExternalEmbeds.tsx:76 msgid "Enable media players for" msgstr "" @@ -1467,7 +1524,7 @@ msgstr "" msgid "Enter a word or tag" msgstr "" -#: src/view/com/modals/VerifyEmail.tsx:105 +#: src/view/com/modals/VerifyEmail.tsx:113 msgid "Enter Confirmation Code" msgstr "" @@ -1558,12 +1615,12 @@ msgstr "" msgid "Explicit sexual images." msgstr "" -#: src/view/screens/Settings/index.tsx:741 +#: src/view/screens/Settings/index.tsx:736 msgid "Export my data" msgstr "" #: src/view/screens/Settings/ExportCarDialog.tsx:44 -#: src/view/screens/Settings/index.tsx:752 +#: src/view/screens/Settings/index.tsx:747 msgid "Export My Data" msgstr "" @@ -1573,17 +1630,17 @@ msgid "External Media" msgstr "" #: src/components/dialogs/EmbedConsent.tsx:71 -#: src/view/screens/PreferencesExternalEmbeds.tsx:66 +#: 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 "" -#: src/Navigation.tsx:275 -#: src/view/screens/PreferencesExternalEmbeds.tsx:52 -#: src/view/screens/Settings/index.tsx:628 +#: src/Navigation.tsx:276 +#: src/view/screens/PreferencesExternalEmbeds.tsx:53 +#: src/view/screens/Settings/index.tsx:629 msgid "External Media Preferences" msgstr "" -#: src/view/screens/Settings/index.tsx:619 +#: src/view/screens/Settings/index.tsx:620 msgid "External media settings" msgstr "" @@ -1600,6 +1657,10 @@ msgstr "" msgid "Failed to delete post, please try again" msgstr "" +#: src/components/dialogs/GifSelect.tsx:200 +msgid "Failed to load GIFs" +msgstr "" + #: src/view/com/auth/onboarding/RecommendedFeeds.tsx:110 #: src/view/com/auth/onboarding/RecommendedFeeds.tsx:143 msgid "Failed to load recommended feeds" @@ -1609,7 +1670,7 @@ msgstr "" msgid "Failed to save image: {0}" msgstr "" -#: src/Navigation.tsx:196 +#: src/Navigation.tsx:197 msgid "Feed" msgstr "" @@ -1626,10 +1687,10 @@ msgstr "" msgid "Feedback" msgstr "" -#: src/Navigation.tsx:456 +#: src/Navigation.tsx:465 #: src/view/screens/Feeds.tsx:444 #: src/view/screens/Feeds.tsx:549 -#: src/view/screens/Profile.tsx:199 +#: src/view/screens/Profile.tsx:198 #: src/view/shell/bottom-bar/BottomBar.tsx:192 #: src/view/shell/desktop/LeftNav.tsx:346 #: src/view/shell/Drawer.tsx:485 @@ -1667,13 +1728,17 @@ msgstr "" msgid "Find accounts to follow" msgstr "" -#: src/view/screens/Search/Search.tsx:589 -msgid "Find users on Bluesky" +#: src/view/screens/Search/Search.tsx:521 +msgid "Find posts and users on Bluesky" msgstr "" +#: src/view/screens/Search/Search.tsx:589 +#~ msgid "Find users on Bluesky" +#~ msgstr "" + #: src/view/screens/Search/Search.tsx:587 -msgid "Find users with the search tool on the right" -msgstr "" +#~ msgid "Find users with the search tool on the right" +#~ msgstr "" #: src/view/com/auth/onboarding/RecommendedFollowsItem.tsx:155 msgid "Finding similar accounts..." @@ -1705,7 +1770,7 @@ msgid "Flip vertically" msgstr "" #: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:189 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:235 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:233 #: src/view/com/auth/onboarding/RecommendedFollowsItem.tsx:141 #: src/view/com/post-thread/PostThreadFollowBtn.tsx:146 #: src/view/com/profile/ProfileHeaderSuggestedFollows.tsx:248 @@ -1718,7 +1783,7 @@ msgid "Follow" msgstr "" #: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:58 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:221 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:219 #: src/view/com/post-thread/PostThreadFollowBtn.tsx:128 msgid "Follow {0}" msgstr "" @@ -1744,7 +1809,7 @@ msgstr "" msgid "Follow some users to get started. We can recommend you more users based on who you find interesting." msgstr "" -#: src/view/com/profile/ProfileCard.tsx:219 +#: src/view/com/profile/ProfileCard.tsx:231 msgid "Followed by {0}" msgstr "" @@ -1765,26 +1830,26 @@ msgstr "" msgid "Followers" msgstr "" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:233 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:231 #: src/view/com/post-thread/PostThreadFollowBtn.tsx:149 #: src/view/com/profile/ProfileFollows.tsx:104 #: src/view/screens/ProfileFollows.tsx:25 msgid "Following" msgstr "" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:93 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:91 msgid "Following {0}" msgstr "" -#: src/view/screens/Settings/index.tsx:504 +#: src/view/screens/Settings/index.tsx:505 msgid "Following feed preferences" msgstr "" -#: src/Navigation.tsx:262 +#: src/Navigation.tsx:263 #: src/view/com/home/HomeHeaderLayout.web.tsx:54 #: src/view/com/home/HomeHeaderLayoutMobile.tsx:87 #: src/view/screens/PreferencesFollowingFeed.tsx:104 -#: src/view/screens/Settings/index.tsx:513 +#: src/view/screens/Settings/index.tsx:514 msgid "Following Feed Preferences" msgstr "" @@ -1792,7 +1857,7 @@ msgstr "" msgid "Follows you" msgstr "" -#: src/view/com/profile/ProfileCard.tsx:144 +#: src/view/com/profile/ProfileCard.tsx:156 msgid "Follows You" msgstr "" @@ -1813,11 +1878,11 @@ msgstr "" msgid "Forgot Password" msgstr "" -#: src/screens/Login/LoginForm.tsx:201 +#: src/screens/Login/LoginForm.tsx:218 msgid "Forgot password?" msgstr "" -#: src/screens/Login/LoginForm.tsx:212 +#: src/screens/Login/LoginForm.tsx:229 msgid "Forgot?" msgstr "" @@ -1825,8 +1890,7 @@ msgstr "" msgid "Frequently Posts Unwanted Content" msgstr "" -#: src/screens/Hashtag.tsx:109 -#: src/screens/Hashtag.tsx:149 +#: src/screens/Hashtag.tsx:118 msgid "From @{sanitizedAuthor}" msgstr "" @@ -1835,12 +1899,12 @@ msgctxt "from-feed" msgid "From <0/>" msgstr "" -#: src/view/com/composer/photos/SelectPhotoBtn.tsx:43 +#: src/view/com/composer/photos/SelectPhotoBtn.tsx:39 msgid "Gallery" msgstr "" -#: src/view/com/modals/VerifyEmail.tsx:189 -#: src/view/com/modals/VerifyEmail.tsx:191 +#: src/view/com/modals/VerifyEmail.tsx:197 +#: src/view/com/modals/VerifyEmail.tsx:199 msgid "Get Started" msgstr "" @@ -1859,7 +1923,7 @@ msgstr "" msgid "Go back" msgstr "" -#: src/components/Error.tsx:91 +#: src/components/Error.tsx:100 #: src/screens/Profile/ErrorState.tsx:62 #: src/screens/Profile/ErrorState.tsx:66 #: src/view/screens/NotFound.tsx:54 @@ -1884,7 +1948,7 @@ msgstr "" msgid "Go Home" msgstr "" -#: src/view/screens/Search/Search.tsx:896 +#: src/view/screens/Search/Search.tsx:827 #: src/view/shell/desktop/Search.tsx:263 msgid "Go to @{queryMaybeHandle}" msgstr "" @@ -1902,15 +1966,19 @@ msgstr "" msgid "Handle" msgstr "" +#: src/view/screens/AccessibilitySettings.tsx:103 +msgid "Haptics" +msgstr "" + #: src/lib/moderation/useReportOptions.ts:32 msgid "Harassment, trolling, or intolerance" msgstr "" -#: src/Navigation.tsx:282 +#: src/Navigation.tsx:291 msgid "Hashtag" msgstr "" -#: src/components/RichText.tsx:197 +#: src/components/RichText.tsx:206 msgid "Hashtag: #{tag}" msgstr "" @@ -1948,7 +2016,7 @@ msgstr "" #: src/lib/moderation/useLabelBehaviorDescription.ts:30 #: src/screens/Onboarding/StepModeration/ModerationOption.tsx:52 #: src/screens/Onboarding/StepModeration/ModerationOption.tsx:76 -#: src/view/com/util/forms/PostDropdownBtn.tsx:350 +#: src/view/com/util/forms/PostDropdownBtn.tsx:354 msgid "Hide" msgstr "" @@ -1957,8 +2025,8 @@ msgctxt "action" msgid "Hide" msgstr "" -#: src/view/com/util/forms/PostDropdownBtn.tsx:294 -#: src/view/com/util/forms/PostDropdownBtn.tsx:296 +#: src/view/com/util/forms/PostDropdownBtn.tsx:298 +#: src/view/com/util/forms/PostDropdownBtn.tsx:300 msgid "Hide post" msgstr "" @@ -1967,7 +2035,7 @@ msgstr "" msgid "Hide the content" msgstr "" -#: src/view/com/util/forms/PostDropdownBtn.tsx:347 +#: src/view/com/util/forms/PostDropdownBtn.tsx:351 msgid "Hide this post?" msgstr "" @@ -2003,7 +2071,7 @@ msgstr "" msgid "Hmmmm, we couldn't load that moderation service." msgstr "" -#: src/Navigation.tsx:446 +#: src/Navigation.tsx:455 #: src/view/shell/bottom-bar/BottomBar.tsx:148 #: src/view/shell/desktop/LeftNav.tsx:310 #: src/view/shell/Drawer.tsx:407 @@ -2016,7 +2084,7 @@ msgid "Host:" msgstr "" #: src/screens/Login/ForgotPasswordForm.tsx:89 -#: src/screens/Login/LoginForm.tsx:134 +#: src/screens/Login/LoginForm.tsx:151 #: src/screens/Signup/StepInfo/index.tsx:40 #: src/view/com/modals/ChangeHandle.tsx:281 msgid "Hosting provider" @@ -2026,11 +2094,13 @@ msgstr "" msgid "How should we open this link?" msgstr "" -#: src/view/com/modals/VerifyEmail.tsx:214 +#: src/view/com/modals/VerifyEmail.tsx:222 +#: src/view/screens/Settings/DisableEmail2FADialog.tsx:132 +#: src/view/screens/Settings/DisableEmail2FADialog.tsx:135 msgid "I have a code" msgstr "" -#: src/view/com/modals/VerifyEmail.tsx:216 +#: src/view/com/modals/VerifyEmail.tsx:224 msgid "I have a confirmation code" msgstr "" @@ -2054,7 +2124,7 @@ msgstr "" msgid "If you delete this list, you won't be able to recover it." msgstr "" -#: src/view/com/util/forms/PostDropdownBtn.tsx:338 +#: src/view/com/util/forms/PostDropdownBtn.tsx:342 msgid "If you remove this post, you won't be able to recover it." msgstr "" @@ -2098,15 +2168,19 @@ msgstr "" msgid "Input password for account deletion" msgstr "" -#: src/screens/Login/LoginForm.tsx:195 +#: src/screens/Login/LoginForm.tsx:257 +msgid "Input the code which has been emailed to you" +msgstr "" + +#: src/screens/Login/LoginForm.tsx:212 msgid "Input the password tied to {identifier}" msgstr "" -#: src/screens/Login/LoginForm.tsx:168 +#: src/screens/Login/LoginForm.tsx:185 msgid "Input the username or email address you used at signup" msgstr "" -#: src/screens/Login/LoginForm.tsx:194 +#: src/screens/Login/LoginForm.tsx:211 msgid "Input your password" msgstr "" @@ -2118,11 +2192,16 @@ msgstr "" msgid "Input your user handle" msgstr "" -#: src/view/com/post-thread/PostThreadItem.tsx:221 +#: src/screens/Login/LoginForm.tsx:126 +#: src/view/screens/Settings/DisableEmail2FADialog.tsx:70 +msgid "Invalid 2FA confirmation code." +msgstr "" + +#: src/view/com/post-thread/PostThreadItem.tsx:222 msgid "Invalid or unsupported post record" msgstr "" -#: src/screens/Login/LoginForm.tsx:114 +#: src/screens/Login/LoginForm.tsx:131 msgid "Invalid username or password" msgstr "" @@ -2170,7 +2249,7 @@ msgstr "" msgid "Labeled by the author." msgstr "" -#: src/view/screens/Profile.tsx:193 +#: src/view/screens/Profile.tsx:192 msgid "Labels" msgstr "" @@ -2194,20 +2273,21 @@ msgstr "" msgid "Language selection" msgstr "" -#: src/view/screens/Settings/index.tsx:565 +#: src/view/screens/Settings/index.tsx:566 msgid "Language settings" msgstr "" -#: src/Navigation.tsx:144 +#: src/Navigation.tsx:145 #: src/view/screens/LanguageSettings.tsx:89 msgid "Language Settings" msgstr "" -#: src/view/screens/Settings/index.tsx:574 +#: src/view/screens/Settings/index.tsx:575 msgid "Languages" msgstr "" -#: src/view/screens/Search/Search.tsx:437 +#: src/screens/Hashtag.tsx:99 +#: src/view/screens/Search/Search.tsx:428 msgid "Latest" msgstr "" @@ -2245,7 +2325,7 @@ msgstr "" msgid "left to go." msgstr "" -#: src/view/screens/Settings/index.tsx:299 +#: src/view/screens/Settings/index.tsx:292 msgid "Legacy storage cleared, you need to restart the app now." msgstr "" @@ -2258,7 +2338,7 @@ msgstr "" msgid "Let's go!" msgstr "" -#: src/view/screens/Settings/index.tsx:449 +#: src/view/screens/Settings/index.tsx:427 msgid "Light" msgstr "" @@ -2272,8 +2352,8 @@ msgid "Like this feed" msgstr "" #: src/components/LikesDialog.tsx:87 -#: src/Navigation.tsx:201 -#: src/Navigation.tsx:206 +#: src/Navigation.tsx:202 +#: src/Navigation.tsx:207 msgid "Liked by" msgstr "" @@ -2305,15 +2385,15 @@ msgstr "" msgid "liked your post" msgstr "" -#: src/view/screens/Profile.tsx:198 +#: src/view/screens/Profile.tsx:197 msgid "Likes" msgstr "" -#: src/view/com/post-thread/PostThreadItem.tsx:182 +#: src/view/com/post-thread/PostThreadItem.tsx:183 msgid "Likes on this post" msgstr "" -#: src/Navigation.tsx:170 +#: src/Navigation.tsx:171 msgid "List" msgstr "" @@ -2349,9 +2429,9 @@ msgstr "" msgid "List unmuted" msgstr "" -#: src/Navigation.tsx:114 -#: src/view/screens/Profile.tsx:194 -#: src/view/screens/Profile.tsx:200 +#: src/Navigation.tsx:115 +#: src/view/screens/Profile.tsx:193 +#: src/view/screens/Profile.tsx:199 #: src/view/shell/desktop/LeftNav.tsx:383 #: src/view/shell/Drawer.tsx:501 #: src/view/shell/Drawer.tsx:502 @@ -2363,7 +2443,7 @@ msgid "Load new notifications" msgstr "" #: src/screens/Profile/Sections/Feed.tsx:86 -#: src/view/com/feeds/FeedPage.tsx:138 +#: src/view/com/feeds/FeedPage.tsx:134 #: src/view/screens/ProfileFeed.tsx:507 #: src/view/screens/ProfileList.tsx:697 msgid "Load new posts" @@ -2373,7 +2453,7 @@ msgstr "" msgid "Loading..." msgstr "" -#: src/Navigation.tsx:221 +#: src/Navigation.tsx:222 msgid "Log" msgstr "" @@ -2392,6 +2472,10 @@ msgstr "" msgid "Login to account that is not listed" msgstr "" +#: src/components/RichText.tsx:207 +msgid "Long press to open tag menu for #{tag}" +msgstr "" + #: src/screens/Login/SetNewPasswordForm.tsx:116 msgid "Looks like XXXXX-XXXXX" msgstr "" @@ -2404,7 +2488,8 @@ msgstr "" msgid "Manage your muted words and tags" msgstr "" -#: src/view/screens/Profile.tsx:197 +#: src/view/screens/AccessibilitySettings.tsx:89 +#: src/view/screens/Profile.tsx:196 msgid "Media" msgstr "" @@ -2416,8 +2501,8 @@ msgstr "" msgid "Mentioned users" msgstr "" -#: src/view/com/util/ViewHeader.tsx:87 -#: src/view/screens/Search/Search.tsx:795 +#: src/view/com/util/ViewHeader.tsx:89 +#: src/view/screens/Search/Search.tsx:726 msgid "Menu" msgstr "" @@ -2429,9 +2514,9 @@ msgstr "" msgid "Misleading Account" msgstr "" -#: src/Navigation.tsx:119 +#: src/Navigation.tsx:120 #: src/screens/Moderation/index.tsx:104 -#: src/view/screens/Settings/index.tsx:596 +#: src/view/screens/Settings/index.tsx:597 #: src/view/shell/desktop/LeftNav.tsx:401 #: src/view/shell/Drawer.tsx:520 #: src/view/shell/Drawer.tsx:521 @@ -2469,16 +2554,16 @@ msgstr "" msgid "Moderation lists" msgstr "" -#: src/Navigation.tsx:124 +#: src/Navigation.tsx:125 #: src/view/screens/ModerationModlists.tsx:58 msgid "Moderation Lists" msgstr "" -#: src/view/screens/Settings/index.tsx:590 +#: src/view/screens/Settings/index.tsx:591 msgid "Moderation settings" msgstr "" -#: src/Navigation.tsx:216 +#: src/Navigation.tsx:217 msgid "Moderation states" msgstr "" @@ -2491,7 +2576,7 @@ msgstr "" msgid "Moderator has chosen to set a general warning on the content." msgstr "" -#: src/view/com/post-thread/PostThreadItem.tsx:535 +#: src/view/com/post-thread/PostThreadItem.tsx:541 msgid "More" msgstr "" @@ -2553,13 +2638,13 @@ msgstr "" msgid "Mute this word in tags only" msgstr "" -#: src/view/com/util/forms/PostDropdownBtn.tsx:269 -#: src/view/com/util/forms/PostDropdownBtn.tsx:275 +#: src/view/com/util/forms/PostDropdownBtn.tsx:273 +#: src/view/com/util/forms/PostDropdownBtn.tsx:279 msgid "Mute thread" msgstr "" -#: src/view/com/util/forms/PostDropdownBtn.tsx:285 -#: src/view/com/util/forms/PostDropdownBtn.tsx:287 +#: src/view/com/util/forms/PostDropdownBtn.tsx:289 +#: src/view/com/util/forms/PostDropdownBtn.tsx:291 msgid "Mute words & tags" msgstr "" @@ -2571,7 +2656,7 @@ msgstr "" msgid "Muted accounts" msgstr "" -#: src/Navigation.tsx:129 +#: src/Navigation.tsx:130 #: src/view/screens/ModerationMutedAccounts.tsx:112 msgid "Muted Accounts" msgstr "" @@ -2605,11 +2690,11 @@ msgstr "" msgid "My Profile" msgstr "" -#: src/view/screens/Settings/index.tsx:547 +#: src/view/screens/Settings/index.tsx:548 msgid "My saved feeds" msgstr "" -#: src/view/screens/Settings/index.tsx:553 +#: src/view/screens/Settings/index.tsx:554 msgid "My Saved Feeds" msgstr "" @@ -2633,7 +2718,7 @@ msgid "Nature" msgstr "" #: src/screens/Login/ForgotPasswordForm.tsx:173 -#: src/screens/Login/LoginForm.tsx:255 +#: src/screens/Login/LoginForm.tsx:303 #: src/view/com/modals/ChangePassword.tsx:168 msgid "Navigates to the next screen" msgstr "" @@ -2680,14 +2765,14 @@ msgstr "" msgid "New Password" msgstr "" -#: src/view/com/feeds/FeedPage.tsx:149 +#: src/view/com/feeds/FeedPage.tsx:145 msgctxt "action" msgid "New post" msgstr "" #: src/view/screens/Feeds.tsx:580 #: src/view/screens/Notifications.tsx:168 -#: src/view/screens/Profile.tsx:480 +#: src/view/screens/Profile.tsx:465 #: src/view/screens/ProfileFeed.tsx:445 #: src/view/screens/ProfileList.tsx:200 #: src/view/screens/ProfileList.tsx:228 @@ -2714,8 +2799,8 @@ msgstr "" #: src/screens/Login/ForgotPasswordForm.tsx:143 #: src/screens/Login/ForgotPasswordForm.tsx:150 -#: src/screens/Login/LoginForm.tsx:254 -#: src/screens/Login/LoginForm.tsx:261 +#: src/screens/Login/LoginForm.tsx:302 +#: src/screens/Login/LoginForm.tsx:309 #: src/screens/Login/SetNewPasswordForm.tsx:174 #: src/screens/Login/SetNewPasswordForm.tsx:180 #: src/screens/Signup/index.tsx:207 @@ -2752,7 +2837,11 @@ msgstr "" msgid "No DNS Panel" msgstr "" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:118 +#: src/components/dialogs/GifSelect.tsx:206 +msgid "No featured GIFs found. There may be an issue with Tenor." +msgstr "" + +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:116 msgid "No longer following {0}" msgstr "" @@ -2769,7 +2858,7 @@ msgstr "" msgid "No result" msgstr "" -#: src/components/Lists.tsx:183 +#: src/components/Lists.tsx:192 msgid "No results found" msgstr "" @@ -2778,11 +2867,15 @@ msgid "No results found for \"{query}\"" msgstr "" #: src/view/com/modals/ListAddRemoveUsers.tsx:127 -#: src/view/screens/Search/Search.tsx:349 -#: src/view/screens/Search/Search.tsx:387 +#: src/view/screens/Search/Search.tsx:350 +#: src/view/screens/Search/Search.tsx:388 msgid "No results found for {query}" msgstr "" +#: src/components/dialogs/GifSelect.tsx:204 +msgid "No search results found for \"{search}\"." +msgstr "" + #: src/components/dialogs/EmbedConsent.tsx:105 #: src/components/dialogs/EmbedConsent.tsx:112 msgid "No thanks" @@ -2805,18 +2898,18 @@ msgstr "" msgid "Not Applicable." msgstr "" -#: src/Navigation.tsx:109 +#: src/Navigation.tsx:110 #: src/view/screens/Profile.tsx:101 msgid "Not Found" msgstr "" -#: src/view/com/modals/VerifyEmail.tsx:246 -#: src/view/com/modals/VerifyEmail.tsx:252 +#: src/view/com/modals/VerifyEmail.tsx:254 +#: src/view/com/modals/VerifyEmail.tsx:260 msgid "Not right now" msgstr "" #: src/view/com/profile/ProfileMenu.tsx:368 -#: src/view/com/util/forms/PostDropdownBtn.tsx:364 +#: src/view/com/util/forms/PostDropdownBtn.tsx:368 #: src/view/com/util/post-ctrls/PostCtrls.tsx:248 msgid "Note about sharing" msgstr "" @@ -2825,7 +2918,7 @@ msgstr "" msgid "Note: Bluesky is an open and public network. This setting only limits the visibility of your content on the Bluesky app and website, and other apps may not respect this setting. Your content may still be shown to logged-out users by other apps and websites." msgstr "" -#: src/Navigation.tsx:461 +#: src/Navigation.tsx:470 #: src/view/screens/Notifications.tsx:124 #: src/view/screens/Notifications.tsx:148 #: src/view/shell/bottom-bar/BottomBar.tsx:216 @@ -2851,7 +2944,8 @@ msgstr "" msgid "Off" msgstr "" -#: src/view/com/util/ErrorBoundary.tsx:49 +#: src/components/dialogs/GifSelect.tsx:287 +#: src/view/com/util/ErrorBoundary.tsx:55 msgid "Oh no!" msgstr "" @@ -2872,11 +2966,11 @@ msgstr "" msgid "Oldest replies first" msgstr "" -#: src/view/screens/Settings/index.tsx:247 +#: src/view/screens/Settings/index.tsx:236 msgid "Onboarding reset" msgstr "" -#: src/view/com/composer/Composer.tsx:392 +#: src/view/com/composer/Composer.tsx:424 msgid "One or more images is missing alt text." msgstr "" @@ -2888,11 +2982,11 @@ msgstr "" msgid "Only contains letters, numbers, and hyphens" msgstr "" -#: src/components/Lists.tsx:75 +#: src/components/Lists.tsx:78 msgid "Oops, something went wrong!" msgstr "" -#: src/components/Lists.tsx:170 +#: src/components/Lists.tsx:177 #: src/view/screens/AppPasswords.tsx:67 #: src/view/screens/Profile.tsx:101 msgid "Oops!" @@ -2902,8 +2996,8 @@ msgstr "" msgid "Open" msgstr "" -#: src/view/com/composer/Composer.tsx:491 -#: src/view/com/composer/Composer.tsx:492 +#: src/view/com/composer/Composer.tsx:505 +#: src/view/com/composer/Composer.tsx:506 msgid "Open emoji picker" msgstr "" @@ -2911,7 +3005,7 @@ msgstr "" msgid "Open feed options menu" msgstr "" -#: src/view/screens/Settings/index.tsx:685 +#: src/view/screens/Settings/index.tsx:686 msgid "Open links with in-app browser" msgstr "" @@ -2927,12 +3021,12 @@ msgstr "" msgid "Open post options menu" msgstr "" -#: src/view/screens/Settings/index.tsx:792 -#: src/view/screens/Settings/index.tsx:802 +#: src/view/screens/Settings/index.tsx:787 +#: src/view/screens/Settings/index.tsx:797 msgid "Open storybook page" msgstr "" -#: src/view/screens/Settings/index.tsx:780 +#: src/view/screens/Settings/index.tsx:775 msgid "Open system log" msgstr "" @@ -2940,6 +3034,10 @@ msgstr "" msgid "Opens {numItems} options" msgstr "" +#: src/view/screens/Settings/index.tsx:485 +msgid "Opens accessibility settings" +msgstr "" + #: src/view/screens/Log.tsx:54 msgid "Opens additional details for a debug entry" msgstr "" @@ -2948,7 +3046,7 @@ msgstr "" msgid "Opens an expanded list of users in this notification" msgstr "" -#: src/view/com/composer/photos/OpenCameraBtn.tsx:78 +#: src/view/com/composer/photos/OpenCameraBtn.tsx:74 msgid "Opens camera on device" msgstr "" @@ -2956,15 +3054,15 @@ msgstr "" msgid "Opens composer" msgstr "" -#: src/view/screens/Settings/index.tsx:566 +#: src/view/screens/Settings/index.tsx:567 msgid "Opens configurable language settings" msgstr "" -#: src/view/com/composer/photos/SelectPhotoBtn.tsx:44 +#: src/view/com/composer/photos/SelectPhotoBtn.tsx:40 msgid "Opens device photo gallery" msgstr "" -#: src/view/screens/Settings/index.tsx:620 +#: src/view/screens/Settings/index.tsx:621 msgid "Opens external embeds settings" msgstr "" @@ -2978,27 +3076,31 @@ msgstr "" msgid "Opens flow to sign into your existing Bluesky account" msgstr "" +#: src/view/com/composer/photos/SelectGifBtn.tsx:37 +msgid "Opens GIF select dialog" +msgstr "" + #: src/view/com/modals/InviteCodes.tsx:173 msgid "Opens list of invite codes" msgstr "" -#: src/view/screens/Settings/index.tsx:762 +#: src/view/screens/Settings/index.tsx:757 msgid "Opens modal for account deletion confirmation. Requires email code" msgstr "" -#: src/view/screens/Settings/index.tsx:720 +#: src/view/screens/Settings/index.tsx:715 msgid "Opens modal for changing your Bluesky password" msgstr "" -#: src/view/screens/Settings/index.tsx:669 +#: src/view/screens/Settings/index.tsx:670 msgid "Opens modal for choosing a new Bluesky handle" msgstr "" -#: src/view/screens/Settings/index.tsx:743 +#: src/view/screens/Settings/index.tsx:738 msgid "Opens modal for downloading your Bluesky account data (repository)" msgstr "" -#: src/view/screens/Settings/index.tsx:932 +#: src/view/screens/Settings/index.tsx:927 msgid "Opens modal for email verification" msgstr "" @@ -3006,11 +3108,11 @@ msgstr "" msgid "Opens modal for using custom domain" msgstr "" -#: src/view/screens/Settings/index.tsx:591 +#: src/view/screens/Settings/index.tsx:592 msgid "Opens moderation settings" msgstr "" -#: src/screens/Login/LoginForm.tsx:202 +#: src/screens/Login/LoginForm.tsx:219 msgid "Opens password reset form" msgstr "" @@ -3019,15 +3121,15 @@ msgstr "" msgid "Opens screen to edit Saved Feeds" msgstr "" -#: src/view/screens/Settings/index.tsx:548 +#: src/view/screens/Settings/index.tsx:549 msgid "Opens screen with all saved feeds" msgstr "" -#: src/view/screens/Settings/index.tsx:647 +#: src/view/screens/Settings/index.tsx:648 msgid "Opens the app password settings" msgstr "" -#: src/view/screens/Settings/index.tsx:505 +#: src/view/screens/Settings/index.tsx:506 msgid "Opens the Following feed preferences" msgstr "" @@ -3035,16 +3137,16 @@ msgstr "" msgid "Opens the linked website" msgstr "" -#: src/view/screens/Settings/index.tsx:793 -#: src/view/screens/Settings/index.tsx:803 +#: src/view/screens/Settings/index.tsx:788 +#: src/view/screens/Settings/index.tsx:798 msgid "Opens the storybook page" msgstr "" -#: src/view/screens/Settings/index.tsx:781 +#: src/view/screens/Settings/index.tsx:776 msgid "Opens the system log page" msgstr "" -#: src/view/screens/Settings/index.tsx:526 +#: src/view/screens/Settings/index.tsx:527 msgid "Opens the threads preferences" msgstr "" @@ -3072,7 +3174,7 @@ msgstr "" msgid "Other..." msgstr "" -#: src/components/Lists.tsx:184 +#: src/components/Lists.tsx:193 #: src/view/screens/NotFound.tsx:45 msgid "Page not found" msgstr "" @@ -3081,7 +3183,7 @@ msgstr "" msgid "Page Not Found" msgstr "" -#: src/screens/Login/LoginForm.tsx:178 +#: src/screens/Login/LoginForm.tsx:195 #: src/screens/Signup/StepInfo/index.tsx:102 #: src/view/com/modals/DeleteAccount.tsx:194 #: src/view/com/modals/DeleteAccount.tsx:201 @@ -3100,16 +3202,19 @@ msgstr "" msgid "Password updated!" msgstr "" -#: src/view/screens/Search/Search.tsx:447 -#: src/view/screens/Search/Search.tsx:456 +#: src/view/com/util/post-embeds/GifEmbed.tsx:31 +msgid "Pause" +msgstr "" + +#: src/view/screens/Search/Search.tsx:438 msgid "People" msgstr "" -#: src/Navigation.tsx:164 +#: src/Navigation.tsx:165 msgid "People followed by @{0}" msgstr "" -#: src/Navigation.tsx:157 +#: src/Navigation.tsx:158 msgid "People following @{0}" msgstr "" @@ -3142,10 +3247,18 @@ msgstr "" msgid "Pinned Feeds" msgstr "" +#: src/view/com/util/post-embeds/GifEmbed.tsx:31 +msgid "Play" +msgstr "" + #: src/view/com/util/post-embeds/ExternalGifEmbed.tsx:123 msgid "Play {0}" msgstr "" +#: src/view/com/util/post-embeds/GifEmbed.tsx:30 +msgid "Play or pause the GIF" +msgstr "" + #: src/view/com/util/post-embeds/ExternalPlayerEmbed.tsx:57 #: src/view/com/util/post-embeds/ExternalPlayerEmbed.tsx:58 msgid "Play Video" @@ -3195,11 +3308,11 @@ msgstr "" msgid "Please explain why you think this label was incorrectly applied by {0}" msgstr "" -#: src/view/com/modals/VerifyEmail.tsx:101 +#: src/view/com/modals/VerifyEmail.tsx:109 msgid "Please Verify Your Email" msgstr "" -#: src/view/com/composer/Composer.tsx:222 +#: src/view/com/composer/Composer.tsx:232 msgid "Please wait for your link card to finish loading" msgstr "" @@ -3211,8 +3324,8 @@ msgstr "" msgid "Porn" msgstr "" -#: src/view/com/composer/Composer.tsx:367 -#: src/view/com/composer/Composer.tsx:375 +#: src/view/com/composer/Composer.tsx:399 +#: src/view/com/composer/Composer.tsx:407 msgctxt "action" msgid "Post" msgstr "" @@ -3222,13 +3335,13 @@ msgctxt "description" msgid "Post" msgstr "" -#: src/view/com/post-thread/PostThreadItem.tsx:175 +#: src/view/com/post-thread/PostThreadItem.tsx:176 msgid "Post by {0}" msgstr "" -#: src/Navigation.tsx:176 -#: src/Navigation.tsx:183 -#: src/Navigation.tsx:190 +#: src/Navigation.tsx:177 +#: src/Navigation.tsx:184 +#: src/Navigation.tsx:191 msgid "Post by @{0}" msgstr "" @@ -3267,8 +3380,7 @@ msgstr "" msgid "posts" msgstr "" -#: src/view/screens/Profile.tsx:195 -#: src/view/screens/Search/Search.tsx:467 +#: src/view/screens/Profile.tsx:194 msgid "Posts" msgstr "" @@ -3288,8 +3400,8 @@ msgstr "" msgid "Press to change hosting provider" msgstr "" -#: src/components/Error.tsx:74 -#: src/components/Lists.tsx:80 +#: src/components/Error.tsx:83 +#: src/components/Lists.tsx:83 #: src/screens/Signup/index.tsx:187 msgid "Press to retry" msgstr "" @@ -3306,15 +3418,15 @@ msgstr "" msgid "Prioritize Your Follows" msgstr "" -#: src/view/screens/Settings/index.tsx:603 +#: src/view/screens/Settings/index.tsx:604 #: src/view/shell/desktop/RightNav.tsx:72 msgid "Privacy" msgstr "" -#: src/Navigation.tsx:231 +#: src/Navigation.tsx:232 #: src/screens/Signup/StepInfo/Policies.tsx:56 #: src/view/screens/PrivacyPolicy.tsx:29 -#: src/view/screens/Settings/index.tsx:887 +#: src/view/screens/Settings/index.tsx:882 #: src/view/shell/Drawer.tsx:271 msgid "Privacy Policy" msgstr "" @@ -3324,7 +3436,7 @@ msgid "Processing..." msgstr "" #: src/view/screens/DebugMod.tsx:888 -#: src/view/screens/Profile.tsx:361 +#: src/view/screens/Profile.tsx:346 msgid "profile" msgstr "" @@ -3340,7 +3452,7 @@ msgstr "" msgid "Profile updated" msgstr "" -#: src/view/screens/Settings/index.tsx:945 +#: src/view/screens/Settings/index.tsx:940 msgid "Protect your account by verifying your email." msgstr "" @@ -3356,11 +3468,11 @@ msgstr "" msgid "Public, shareable lists which can drive feeds." msgstr "" -#: src/view/com/composer/Composer.tsx:352 +#: src/view/com/composer/Composer.tsx:384 msgid "Publish post" msgstr "" -#: src/view/com/composer/Composer.tsx:352 +#: src/view/com/composer/Composer.tsx:384 msgid "Publish reply" msgstr "" @@ -3386,7 +3498,7 @@ msgstr "" msgid "Ratios" msgstr "" -#: src/view/screens/Search/Search.tsx:924 +#: src/view/screens/Search/Search.tsx:855 msgid "Recent Searches" msgstr "" @@ -3442,7 +3554,7 @@ msgstr "" msgid "Remove image" msgstr "" -#: src/view/com/composer/ExternalEmbed.tsx:70 +#: src/view/com/composer/ExternalEmbed.tsx:82 msgid "Remove image preview" msgstr "" @@ -3471,11 +3583,11 @@ msgstr "" msgid "Removed from your feeds" msgstr "" -#: src/view/com/composer/ExternalEmbed.tsx:71 +#: src/view/com/composer/ExternalEmbed.tsx:83 msgid "Removes default thumbnail from {0}" msgstr "" -#: src/view/screens/Profile.tsx:196 +#: src/view/screens/Profile.tsx:195 msgid "Replies" msgstr "" @@ -3483,7 +3595,7 @@ msgstr "" msgid "Replies to this thread are disabled" msgstr "" -#: src/view/com/composer/Composer.tsx:365 +#: src/view/com/composer/Composer.tsx:397 msgctxt "action" msgid "Reply" msgstr "" @@ -3494,8 +3606,14 @@ msgstr "" #: src/view/com/post/Post.tsx:177 #: src/view/com/posts/FeedItem.tsx:285 +#~ msgctxt "description" +#~ msgid "Reply to <0/>" +#~ msgstr "" + +#: src/view/com/post/Post.tsx:178 +#: src/view/com/posts/FeedItem.tsx:285 msgctxt "description" -msgid "Reply to <0/>" +msgid "Reply to <0><1/>" msgstr "" #: src/view/com/profile/ProfileMenu.tsx:319 @@ -3516,8 +3634,8 @@ msgstr "" msgid "Report List" msgstr "" -#: src/view/com/util/forms/PostDropdownBtn.tsx:312 -#: src/view/com/util/forms/PostDropdownBtn.tsx:314 +#: src/view/com/util/forms/PostDropdownBtn.tsx:316 +#: src/view/com/util/forms/PostDropdownBtn.tsx:318 msgid "Report post" msgstr "" @@ -3578,7 +3696,7 @@ msgstr "" msgid "reposted your post" msgstr "" -#: src/view/com/post-thread/PostThreadItem.tsx:187 +#: src/view/com/post-thread/PostThreadItem.tsx:188 msgid "Reposts of this post" msgstr "" @@ -3592,14 +3710,23 @@ msgstr "" msgid "Request Code" msgstr "" -#: src/view/screens/Settings/index.tsx:426 +#: src/view/screens/AccessibilitySettings.tsx:82 msgid "Require alt text before posting" msgstr "" +#: src/view/screens/Settings/Email2FAToggle.tsx:53 +msgid "Require email code to log into your account" +msgstr "" + #: src/screens/Signup/StepInfo/index.tsx:69 msgid "Required for this provider" msgstr "" +#: src/view/screens/Settings/DisableEmail2FADialog.tsx:168 +#: src/view/screens/Settings/DisableEmail2FADialog.tsx:171 +msgid "Resend email" +msgstr "" + #: src/view/com/modals/ChangePassword.tsx:185 msgid "Reset code" msgstr "" @@ -3608,8 +3735,8 @@ msgstr "" msgid "Reset Code" msgstr "" -#: src/view/screens/Settings/index.tsx:822 -#: src/view/screens/Settings/index.tsx:825 +#: src/view/screens/Settings/index.tsx:817 +#: src/view/screens/Settings/index.tsx:820 msgid "Reset onboarding state" msgstr "" @@ -3617,20 +3744,20 @@ msgstr "" msgid "Reset password" msgstr "" -#: src/view/screens/Settings/index.tsx:812 -#: src/view/screens/Settings/index.tsx:815 +#: src/view/screens/Settings/index.tsx:807 +#: src/view/screens/Settings/index.tsx:810 msgid "Reset preferences state" msgstr "" -#: src/view/screens/Settings/index.tsx:823 +#: src/view/screens/Settings/index.tsx:818 msgid "Resets the onboarding state" msgstr "" -#: src/view/screens/Settings/index.tsx:813 +#: src/view/screens/Settings/index.tsx:808 msgid "Resets the preferences state" msgstr "" -#: src/screens/Login/LoginForm.tsx:235 +#: src/screens/Login/LoginForm.tsx:283 msgid "Retries login" msgstr "" @@ -3639,10 +3766,10 @@ msgstr "" msgid "Retries the last action, which errored out" msgstr "" -#: src/components/Error.tsx:79 -#: src/components/Lists.tsx:91 -#: src/screens/Login/LoginForm.tsx:234 -#: src/screens/Login/LoginForm.tsx:241 +#: src/components/Error.tsx:88 +#: src/components/Lists.tsx:94 +#: src/screens/Login/LoginForm.tsx:282 +#: src/screens/Login/LoginForm.tsx:289 #: src/screens/Onboarding/StepInterests/index.tsx:225 #: src/screens/Onboarding/StepInterests/index.tsx:228 #: src/screens/Signup/index.tsx:194 @@ -3651,7 +3778,7 @@ msgstr "" msgid "Retry" msgstr "" -#: src/components/Error.tsx:86 +#: src/components/Error.tsx:95 #: src/view/screens/ProfileList.tsx:919 msgid "Return to previous page" msgstr "" @@ -3735,14 +3862,14 @@ msgstr "" msgid "Scroll to top" msgstr "" -#: src/Navigation.tsx:451 +#: src/Navigation.tsx:460 #: 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:568 -#: src/view/screens/Search/Search.tsx:817 -#: src/view/screens/Search/Search.tsx:835 +#: src/view/screens/Search/Search.tsx:503 +#: src/view/screens/Search/Search.tsx:748 +#: src/view/screens/Search/Search.tsx:766 #: src/view/shell/bottom-bar/BottomBar.tsx:170 #: src/view/shell/desktop/LeftNav.tsx:328 #: src/view/shell/desktop/Search.tsx:215 @@ -3752,7 +3879,7 @@ msgstr "" msgid "Search" msgstr "" -#: src/view/screens/Search/Search.tsx:884 +#: src/view/screens/Search/Search.tsx:815 #: src/view/shell/desktop/Search.tsx:256 msgid "Search for \"{query}\"" msgstr "" @@ -3771,6 +3898,14 @@ msgstr "" msgid "Search for users" msgstr "" +#: src/components/dialogs/GifSelect.tsx:158 +msgid "Search GIFs" +msgstr "" + +#: src/components/dialogs/GifSelect.tsx:159 +msgid "Search Tenor" +msgstr "" + #: src/view/com/modals/ChangeEmail.tsx:110 msgid "Security Step Required" msgstr "" @@ -3816,6 +3951,14 @@ msgstr "" msgid "Select from an existing account" msgstr "" +#: src/view/com/composer/photos/SelectGifBtn.tsx:36 +msgid "Select GIF" +msgstr "" + +#: src/components/dialogs/GifSelect.tsx:253 +msgid "Select GIF \"{0}\"" +msgstr "" + #: src/view/screens/LanguageSettings.tsx:299 msgid "Select languages" msgstr "" @@ -3876,8 +4019,8 @@ msgstr "" msgid "Select your secondary algorithmic feeds" msgstr "" -#: src/view/com/modals/VerifyEmail.tsx:202 -#: src/view/com/modals/VerifyEmail.tsx:204 +#: src/view/com/modals/VerifyEmail.tsx:210 +#: src/view/com/modals/VerifyEmail.tsx:212 msgid "Send Confirmation Email" msgstr "" @@ -3904,6 +4047,11 @@ msgstr "" msgid "Send report to {0}" msgstr "" +#: src/view/screens/Settings/DisableEmail2FADialog.tsx:119 +#: src/view/screens/Settings/DisableEmail2FADialog.tsx:122 +msgid "Send verification email" +msgstr "" + #: src/view/com/modals/DeleteAccount.tsx:132 msgid "Sends email with confirmation code for account deletion" msgstr "" @@ -3948,23 +4096,23 @@ msgstr "" msgid "Sets Bluesky username" msgstr "" -#: src/view/screens/Settings/index.tsx:458 +#: src/view/screens/Settings/index.tsx:436 msgid "Sets color theme to dark" msgstr "" -#: src/view/screens/Settings/index.tsx:451 +#: src/view/screens/Settings/index.tsx:429 msgid "Sets color theme to light" msgstr "" -#: src/view/screens/Settings/index.tsx:445 +#: src/view/screens/Settings/index.tsx:423 msgid "Sets color theme to system setting" msgstr "" -#: src/view/screens/Settings/index.tsx:484 +#: src/view/screens/Settings/index.tsx:462 msgid "Sets dark theme to the dark theme" msgstr "" -#: src/view/screens/Settings/index.tsx:477 +#: src/view/screens/Settings/index.tsx:455 msgid "Sets dark theme to the dim theme" msgstr "" @@ -3984,8 +4132,8 @@ msgstr "" msgid "Sets image aspect ratio to wide" msgstr "" -#: src/Navigation.tsx:139 -#: src/view/screens/Settings/index.tsx:316 +#: src/Navigation.tsx:140 +#: src/view/screens/Settings/index.tsx:309 #: src/view/shell/desktop/LeftNav.tsx:437 #: src/view/shell/Drawer.tsx:576 #: src/view/shell/Drawer.tsx:577 @@ -4007,15 +4155,15 @@ msgstr "" #: src/view/com/profile/ProfileMenu.tsx:215 #: src/view/com/profile/ProfileMenu.tsx:224 -#: src/view/com/util/forms/PostDropdownBtn.tsx:236 -#: src/view/com/util/forms/PostDropdownBtn.tsx:245 +#: src/view/com/util/forms/PostDropdownBtn.tsx:240 +#: src/view/com/util/forms/PostDropdownBtn.tsx:249 #: src/view/com/util/post-ctrls/PostCtrls.tsx:237 #: src/view/screens/ProfileList.tsx:390 msgid "Share" msgstr "" #: src/view/com/profile/ProfileMenu.tsx:373 -#: src/view/com/util/forms/PostDropdownBtn.tsx:369 +#: src/view/com/util/forms/PostDropdownBtn.tsx:373 #: src/view/com/util/post-ctrls/PostCtrls.tsx:253 msgid "Share anyway" msgstr "" @@ -4038,7 +4186,7 @@ msgstr "" #: src/components/moderation/LabelPreference.tsx:136 #: src/components/moderation/PostHider.tsx:107 #: src/screens/Onboarding/StepModeration/ModerationOption.tsx:54 -#: src/view/screens/Settings/index.tsx:366 +#: src/view/screens/Settings/index.tsx:359 msgid "Show" msgstr "" @@ -4060,13 +4208,13 @@ msgstr "" msgid "Show badge and filter from feeds" msgstr "" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:200 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:198 msgid "Show follows similar to {0}" msgstr "" -#: src/view/com/post-thread/PostThreadItem.tsx:501 -#: src/view/com/post/Post.tsx:212 -#: src/view/com/posts/FeedItem.tsx:360 +#: src/view/com/post-thread/PostThreadItem.tsx:507 +#: src/view/com/post/Post.tsx:215 +#: src/view/com/posts/FeedItem.tsx:362 msgid "Show More" msgstr "" @@ -4143,7 +4291,7 @@ msgstr "" #: src/components/dialogs/Signin.tsx:99 #: src/screens/Login/index.tsx:100 #: src/screens/Login/index.tsx:119 -#: src/screens/Login/LoginForm.tsx:131 +#: src/screens/Login/LoginForm.tsx:148 #: src/view/com/auth/SplashScreen.tsx:63 #: src/view/com/auth/SplashScreen.tsx:72 #: src/view/com/auth/SplashScreen.web.tsx:107 @@ -4154,9 +4302,9 @@ msgstr "" #: src/view/shell/bottom-bar/BottomBarWeb.tsx:178 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:179 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:181 -#: src/view/shell/NavSignupCard.tsx:63 -#: src/view/shell/NavSignupCard.tsx:64 -#: src/view/shell/NavSignupCard.tsx:66 +#: src/view/shell/NavSignupCard.tsx:69 +#: src/view/shell/NavSignupCard.tsx:70 +#: src/view/shell/NavSignupCard.tsx:72 msgid "Sign in" msgstr "" @@ -4176,8 +4324,8 @@ msgstr "" msgid "Sign into Bluesky or create a new account" msgstr "" -#: src/view/screens/Settings/index.tsx:118 -#: src/view/screens/Settings/index.tsx:121 +#: src/view/screens/Settings/index.tsx:111 +#: src/view/screens/Settings/index.tsx:114 msgid "Sign out" msgstr "" @@ -4187,9 +4335,9 @@ msgstr "" #: src/view/shell/bottom-bar/BottomBarWeb.tsx:168 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:169 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:171 -#: src/view/shell/NavSignupCard.tsx:54 -#: src/view/shell/NavSignupCard.tsx:55 -#: src/view/shell/NavSignupCard.tsx:57 +#: src/view/shell/NavSignupCard.tsx:60 +#: src/view/shell/NavSignupCard.tsx:61 +#: src/view/shell/NavSignupCard.tsx:63 msgid "Sign up" msgstr "" @@ -4202,7 +4350,7 @@ msgstr "" msgid "Sign-in Required" msgstr "" -#: src/view/screens/Settings/index.tsx:377 +#: src/view/screens/Settings/index.tsx:370 msgid "Signed in as" msgstr "" @@ -4262,7 +4410,7 @@ msgstr "" msgid "Square" msgstr "" -#: src/view/screens/Settings/index.tsx:867 +#: src/view/screens/Settings/index.tsx:862 msgid "Status page" msgstr "" @@ -4270,12 +4418,12 @@ msgstr "" msgid "Step" msgstr "" -#: src/view/screens/Settings/index.tsx:295 +#: src/view/screens/Settings/index.tsx:288 msgid "Storage cleared, you need to restart the app now." msgstr "" -#: src/Navigation.tsx:211 -#: src/view/screens/Settings/index.tsx:795 +#: src/Navigation.tsx:212 +#: src/view/screens/Settings/index.tsx:790 msgid "Storybook" msgstr "" @@ -4309,7 +4457,7 @@ msgstr "" msgid "Subscribe to this list" msgstr "" -#: src/view/screens/Search/Search.tsx:523 +#: src/view/screens/Search/Search.tsx:476 msgid "Suggested Follows" msgstr "" @@ -4321,30 +4469,30 @@ msgstr "" msgid "Suggestive" msgstr "" -#: src/Navigation.tsx:226 +#: src/Navigation.tsx:227 #: src/view/screens/Support.tsx:30 #: src/view/screens/Support.tsx:33 msgid "Support" msgstr "" -#: src/components/dialogs/SwitchAccount.tsx:46 -#: src/components/dialogs/SwitchAccount.tsx:49 +#: src/components/dialogs/SwitchAccount.tsx:47 +#: src/components/dialogs/SwitchAccount.tsx:50 msgid "Switch Account" msgstr "" -#: src/view/screens/Settings/index.tsx:150 +#: src/view/screens/Settings/index.tsx:143 msgid "Switch to {0}" msgstr "" -#: src/view/screens/Settings/index.tsx:151 +#: src/view/screens/Settings/index.tsx:144 msgid "Switches the account you are logged in to" msgstr "" -#: src/view/screens/Settings/index.tsx:442 +#: src/view/screens/Settings/index.tsx:420 msgid "System" msgstr "" -#: src/view/screens/Settings/index.tsx:783 +#: src/view/screens/Settings/index.tsx:778 msgid "System log" msgstr "" @@ -4372,9 +4520,9 @@ msgstr "" msgid "Terms" msgstr "" -#: src/Navigation.tsx:236 +#: src/Navigation.tsx:237 #: src/screens/Signup/StepInfo/Policies.tsx:49 -#: src/view/screens/Settings/index.tsx:881 +#: src/view/screens/Settings/index.tsx:876 #: src/view/screens/TermsOfService.tsx:29 #: src/view/shell/Drawer.tsx:265 msgid "Terms of Service" @@ -4406,7 +4554,7 @@ msgstr "" msgid "That handle is already taken." msgstr "" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:282 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:280 #: src/view/com/profile/ProfileMenu.tsx:349 msgid "The account will be able to interact with you after unblocking." msgstr "" @@ -4469,6 +4617,10 @@ msgstr "" msgid "There was an an issue updating your feeds, please check your internet connection and try again." msgstr "" +#: src/components/dialogs/GifSelect.tsx:201 +msgid "There was an issue connecting to Tenor." +msgstr "" + #: src/view/screens/ProfileFeed.tsx:247 #: src/view/screens/ProfileList.tsx:277 #: src/view/screens/SavedFeeds.tsx:211 @@ -4513,9 +4665,9 @@ msgstr "" msgid "There was an issue with fetching your app passwords" msgstr "" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:105 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:127 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:141 +#: 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:106 @@ -4534,7 +4686,8 @@ msgstr "" msgid "There was an issue. Please check your internet connection and try again." msgstr "" -#: src/view/com/util/ErrorBoundary.tsx:51 +#: src/components/dialogs/GifSelect.tsx:289 +#: 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 "" @@ -4601,7 +4754,7 @@ msgstr "" msgid "This information is not shared with other users." msgstr "" -#: src/view/com/modals/VerifyEmail.tsx:119 +#: src/view/com/modals/VerifyEmail.tsx:127 msgid "This is important in case you ever need to change your email or reset your password." msgstr "" @@ -4629,16 +4782,16 @@ msgstr "" msgid "This name is already in use" msgstr "" -#: src/view/com/post-thread/PostThreadItem.tsx:125 +#: src/view/com/post-thread/PostThreadItem.tsx:126 msgid "This post has been deleted." msgstr "" -#: src/view/com/util/forms/PostDropdownBtn.tsx:366 +#: src/view/com/util/forms/PostDropdownBtn.tsx:370 #: src/view/com/util/post-ctrls/PostCtrls.tsx:250 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:348 +#: src/view/com/util/forms/PostDropdownBtn.tsx:352 msgid "This post will be hidden from feeds." msgstr "" @@ -4687,12 +4840,12 @@ msgstr "" msgid "This will delete {0} from your muted words. You can always add it back later." msgstr "" -#: src/view/screens/Settings/index.tsx:525 +#: src/view/screens/Settings/index.tsx:526 msgid "Thread preferences" msgstr "" #: src/view/screens/PreferencesThreads.tsx:53 -#: src/view/screens/Settings/index.tsx:535 +#: src/view/screens/Settings/index.tsx:536 msgid "Thread Preferences" msgstr "" @@ -4700,10 +4853,14 @@ msgstr "" msgid "Threaded Mode" msgstr "" -#: src/Navigation.tsx:269 +#: src/Navigation.tsx:270 msgid "Threads Preferences" msgstr "" +#: src/view/screens/Settings/DisableEmail2FADialog.tsx:102 +msgid "To disable the email 2FA method, please verify your access to the email address." +msgstr "" + #: src/components/ReportDialog/SelectLabelerView.tsx:33 msgid "To whom would you like to send this report?" msgstr "" @@ -4720,7 +4877,8 @@ msgstr "" msgid "Toggle to enable or disable adult content" msgstr "" -#: src/view/screens/Search/Search.tsx:427 +#: src/screens/Hashtag.tsx:88 +#: src/view/screens/Search/Search.tsx:418 msgid "Top" msgstr "" @@ -4728,10 +4886,10 @@ msgstr "" msgid "Transformations" msgstr "" -#: src/view/com/post-thread/PostThreadItem.tsx:638 -#: src/view/com/post-thread/PostThreadItem.tsx:640 -#: src/view/com/util/forms/PostDropdownBtn.tsx:220 +#: src/view/com/post-thread/PostThreadItem.tsx:644 +#: src/view/com/post-thread/PostThreadItem.tsx:646 #: src/view/com/util/forms/PostDropdownBtn.tsx:222 +#: src/view/com/util/forms/PostDropdownBtn.tsx:224 msgid "Translate" msgstr "" @@ -4740,6 +4898,10 @@ msgctxt "action" msgid "Try again" msgstr "" +#: src/view/screens/Settings/index.tsx:695 +msgid "Two-factor authentication" +msgstr "" + #: src/view/com/modals/ChangeHandle.tsx:428 msgid "Type:" msgstr "" @@ -4754,21 +4916,21 @@ msgstr "" #: src/screens/Login/ForgotPasswordForm.tsx:74 #: src/screens/Login/index.tsx:78 -#: src/screens/Login/LoginForm.tsx:119 +#: src/screens/Login/LoginForm.tsx:136 #: src/screens/Login/SetNewPasswordForm.tsx:77 #: src/screens/Signup/index.tsx:64 #: src/view/com/modals/ChangePassword.tsx:70 msgid "Unable to contact your service. Please check your Internet connection." msgstr "" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:181 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:286 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:179 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:284 #: src/view/com/profile/ProfileMenu.tsx:361 #: src/view/screens/ProfileList.tsx:574 msgid "Unblock" msgstr "" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:186 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:184 msgctxt "action" msgid "Unblock" msgstr "" @@ -4778,7 +4940,7 @@ msgstr "" msgid "Unblock Account" msgstr "" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:280 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:278 #: src/view/com/profile/ProfileMenu.tsx:343 msgid "Unblock Account?" msgstr "" @@ -4800,7 +4962,7 @@ msgctxt "action" msgid "Unfollow" msgstr "" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:220 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:218 msgid "Unfollow {0}" msgstr "" @@ -4835,8 +4997,8 @@ msgstr "" msgid "Unmute all {displayTag} posts" msgstr "" -#: src/view/com/util/forms/PostDropdownBtn.tsx:269 -#: src/view/com/util/forms/PostDropdownBtn.tsx:274 +#: src/view/com/util/forms/PostDropdownBtn.tsx:273 +#: src/view/com/util/forms/PostDropdownBtn.tsx:278 msgid "Unmute thread" msgstr "" @@ -4986,13 +5148,11 @@ msgstr "" msgid "User Lists" msgstr "" -#: src/screens/Login/LoginForm.tsx:151 +#: src/screens/Login/LoginForm.tsx:168 msgid "Username or email address" msgstr "" #: src/view/screens/ProfileList.tsx:813 -#: src/view/screens/Search/Search.tsx:473 -#: src/view/screens/Search/Search.tsx:482 msgid "Users" msgstr "" @@ -5016,15 +5176,15 @@ msgstr "" msgid "Verify {0}" msgstr "" -#: src/view/screens/Settings/index.tsx:906 +#: src/view/screens/Settings/index.tsx:901 msgid "Verify email" msgstr "" -#: src/view/screens/Settings/index.tsx:931 +#: src/view/screens/Settings/index.tsx:926 msgid "Verify my email" msgstr "" -#: src/view/screens/Settings/index.tsx:940 +#: src/view/screens/Settings/index.tsx:935 msgid "Verify My Email" msgstr "" @@ -5033,11 +5193,11 @@ msgstr "" msgid "Verify New Email" msgstr "" -#: src/view/com/modals/VerifyEmail.tsx:103 +#: src/view/com/modals/VerifyEmail.tsx:111 msgid "Verify Your Email" msgstr "" -#: src/view/screens/Settings/index.tsx:857 +#: src/view/screens/Settings/index.tsx:852 msgid "Version {0}" msgstr "" @@ -5069,8 +5229,8 @@ msgstr "" msgid "View information about these labels" msgstr "" -#: src/components/ProfileHoverCard/index.web.tsx:264 -#: src/components/ProfileHoverCard/index.web.tsx:293 +#: src/components/ProfileHoverCard/index.web.tsx:379 +#: src/components/ProfileHoverCard/index.web.tsx:408 #: src/view/com/posts/FeedErrorMessage.tsx:166 msgid "View profile" msgstr "" @@ -5107,7 +5267,7 @@ msgstr "" msgid "Warn content and filter from feeds" msgstr "" -#: src/screens/Hashtag.tsx:133 +#: src/screens/Hashtag.tsx:210 msgid "We couldn't find any results for that hashtag." msgstr "" @@ -5163,11 +5323,11 @@ msgstr "" 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:322 +#: src/view/screens/Search/Search.tsx:323 msgid "We're sorry, but your search could not be completed. Please try again in a few minutes." msgstr "" -#: src/components/Lists.tsx:188 +#: src/components/Lists.tsx:197 #: src/view/screens/NotFound.tsx:48 msgid "We're sorry! We can't find the page you were looking for." msgstr "" @@ -5186,7 +5346,7 @@ msgstr "" #: src/view/com/auth/SplashScreen.tsx:40 #: src/view/com/auth/SplashScreen.web.tsx:81 -#: src/view/com/composer/Composer.tsx:296 +#: src/view/com/composer/Composer.tsx:306 msgid "What's up?" msgstr "" @@ -5227,11 +5387,11 @@ msgstr "" msgid "Wide" msgstr "" -#: src/view/com/composer/Composer.tsx:436 +#: src/view/com/composer/Composer.tsx:467 msgid "Write post" msgstr "" -#: src/view/com/composer/Composer.tsx:295 +#: src/view/com/composer/Composer.tsx:305 #: src/view/com/composer/Prompt.tsx:37 msgid "Write your reply" msgstr "" @@ -5335,7 +5495,7 @@ msgstr "" msgid "You have no lists." msgstr "" -#: src/view/screens/ModerationBlockedAccounts.tsx:138 +#: src/view/screens/ModerationBlockedAccounts.tsx:137 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 "" @@ -5436,7 +5596,7 @@ msgstr "" msgid "Your email has been updated but not verified. As a next step, please verify your new email." msgstr "" -#: src/view/com/modals/VerifyEmail.tsx:114 +#: src/view/com/modals/VerifyEmail.tsx:122 msgid "Your email has not yet been verified. This is an important security step which we recommend." msgstr "" @@ -5460,7 +5620,7 @@ msgstr "" msgid "Your password has been changed successfully!" msgstr "" -#: src/view/com/composer/Composer.tsx:284 +#: src/view/com/composer/Composer.tsx:294 msgid "Your post has been published" msgstr "" @@ -5470,11 +5630,11 @@ msgstr "" msgid "Your posts, likes, and blocks are public. Mutes are private." msgstr "" -#: src/view/screens/Settings/index.tsx:136 +#: src/view/screens/Settings/index.tsx:129 msgid "Your profile" msgstr "" -#: src/view/com/composer/Composer.tsx:283 +#: src/view/com/composer/Composer.tsx:293 msgid "Your reply has been published" msgstr "" diff --git a/src/locale/locales/es/messages.po b/src/locale/locales/es/messages.po index 58d50bc4..b3dc1f79 100644 --- a/src/locale/locales/es/messages.po +++ b/src/locale/locales/es/messages.po @@ -13,7 +13,7 @@ msgstr "" "Language-Team: \n" "Plural-Forms: \n" -#: src/view/com/modals/VerifyEmail.tsx:142 +#: src/view/com/modals/VerifyEmail.tsx:150 msgid "(no email)" msgstr "" @@ -21,7 +21,7 @@ msgstr "" #~ msgid "{0, plural, one {# invite code available} other {# invite codes available}}" #~ msgstr "{0, plural, one {# invite code available} other {# invite codes available}}" -#: src/components/ProfileHoverCard/index.web.tsx:323 +#: src/components/ProfileHoverCard/index.web.tsx:438 #: src/screens/Profile/Header/Metrics.tsx:44 msgid "{following} following" msgstr "" @@ -52,11 +52,11 @@ msgstr "<0/> miembros" msgid "<0>{0} following" msgstr "" -#: src/components/ProfileHoverCard/index.web.tsx:314 +#: src/components/ProfileHoverCard/index.web.tsx:429 msgid "<0>{followers} <1>{pluralizedFollowers}" msgstr "" -#: src/components/ProfileHoverCard/index.web.tsx:326 +#: src/components/ProfileHoverCard/index.web.tsx:441 #: src/screens/Profile/Header/Metrics.tsx:45 msgid "<0>{following} <1>following" msgstr "" @@ -77,6 +77,10 @@ msgstr "" msgid "⚠Invalid Handle" msgstr "" +#: src/screens/Login/LoginForm.tsx:238 +msgid "2FA Confirmation" +msgstr "" + #: src/view/com/util/moderation/LabelInfo.tsx:45 #~ msgid "A content warning has been applied to this {0}." #~ msgstr "Se ha aplicado una advertencia de contenido a este {0}." @@ -85,8 +89,8 @@ msgstr "" #~ msgid "A new version of the app is available. Please update to continue using the app." #~ msgstr "Ya está disponible una nueva versión de la aplicación. Actualízala para seguir utilizándola." -#: src/view/com/util/ViewHeader.tsx:89 -#: src/view/screens/Search/Search.tsx:796 +#: src/view/com/util/ViewHeader.tsx:91 +#: src/view/screens/Search/Search.tsx:727 msgid "Access navigation links and settings" msgstr "" @@ -95,17 +99,26 @@ msgid "Access profile and other navigation links" msgstr "" #: src/view/com/modals/EditImage.tsx:300 -#: src/view/screens/Settings/index.tsx:421 +#: src/view/screens/Settings/index.tsx:493 msgid "Accessibility" msgstr "Accesibilidad" +#: src/view/screens/Settings/index.tsx:484 +msgid "Accessibility settings" +msgstr "" + +#: src/Navigation.tsx:284 +#: src/view/screens/AccessibilitySettings.tsx:63 +msgid "Accessibility Settings" +msgstr "" + #: src/components/moderation/LabelsOnMe.tsx:42 msgid "account" msgstr "" -#: src/screens/Login/LoginForm.tsx:144 -#: src/view/screens/Settings/index.tsx:330 -#: src/view/screens/Settings/index.tsx:707 +#: src/screens/Login/LoginForm.tsx:161 +#: src/view/screens/Settings/index.tsx:323 +#: src/view/screens/Settings/index.tsx:702 msgid "Account" msgstr "Cuenta" @@ -138,7 +151,7 @@ msgstr "Opciones de la cuenta" msgid "Account removed from quick access" msgstr "" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:137 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:135 #: src/view/com/profile/ProfileMenu.tsx:128 msgid "Account unblocked" msgstr "" @@ -167,9 +180,9 @@ msgstr "Agregar una advertencia de cuenta" msgid "Add a user to this list" msgstr "Agregar un usuario a esta lista" -#: src/components/dialogs/SwitchAccount.tsx:55 -#: src/view/screens/Settings/index.tsx:405 -#: src/view/screens/Settings/index.tsx:414 +#: src/components/dialogs/SwitchAccount.tsx:56 +#: src/view/screens/Settings/index.tsx:398 +#: src/view/screens/Settings/index.tsx:407 msgid "Add account" msgstr "Agregar una cuenta" @@ -195,12 +208,12 @@ msgstr "" #~ msgstr "Agregar detalles al informe" #: src/view/com/composer/Composer.tsx:467 -msgid "Add link card" -msgstr "Agregar una tarjeta de enlace" +#~ msgid "Add link card" +#~ msgstr "Agregar una tarjeta de enlace" #: src/view/com/composer/Composer.tsx:472 -msgid "Add link card:" -msgstr "Agregar una tarjeta de enlace:" +#~ msgid "Add link card:" +#~ msgstr "Agregar una tarjeta de enlace:" #: src/components/dialogs/MutedWords.tsx:157 msgid "Add mute word for configured settings" @@ -259,7 +272,7 @@ msgid "Adult content is disabled." msgstr "" #: src/screens/Moderation/index.tsx:375 -#: src/view/screens/Settings/index.tsx:635 +#: src/view/screens/Settings/index.tsx:636 msgid "Advanced" msgstr "Avanzado" @@ -281,6 +294,7 @@ msgid "ALT" msgstr "ALT" #: src/view/com/modals/EditImage.tsx:316 +#: src/view/screens/AccessibilitySettings.tsx:77 msgid "Alt text" msgstr "Texto alt" @@ -288,7 +302,8 @@ msgstr "Texto alt" msgid "Alt text describes images for blind and low-vision users, and helps give context to everyone." msgstr "El texto alternativo describe las imágenes para los usuarios ciegos y con baja visión, y ayuda a dar contexto a todos." -#: src/view/com/modals/VerifyEmail.tsx:124 +#: 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 "Se ha enviado un correo electrónico a {0}. Incluye un código de confirmación que puedes introducir a continuación." @@ -296,6 +311,10 @@ msgstr "Se ha enviado un correo electrónico a {0}. Incluye un código de confir msgid "An email has been sent to your previous address, {0}. It includes a confirmation code which you can enter below." msgstr "Se ha enviado un correo electrónico a tu dirección previa, {0}. Incluye un código de confirmación que puedes introducir a continuación." +#: src/components/dialogs/GifSelect.tsx:284 +msgid "An error occured" +msgstr "" + #: src/lib/moderation/useReportOptions.ts:26 msgid "An issue not included in these options" msgstr "" @@ -318,6 +337,10 @@ msgstr "y" msgid "Animals" msgstr "" +#: src/view/com/util/post-embeds/GifEmbed.tsx:134 +msgid "Animated GIF" +msgstr "" + #: src/lib/moderation/useReportOptions.ts:31 msgid "Anti-Social Behavior" msgstr "" @@ -338,7 +361,7 @@ msgstr "" msgid "App Password names must be at least 4 characters long." msgstr "" -#: src/view/screens/Settings/index.tsx:646 +#: src/view/screens/Settings/index.tsx:647 msgid "App password settings" msgstr "" @@ -346,9 +369,9 @@ msgstr "" #~ msgid "App passwords" #~ msgstr "Contraseñas de la app" -#: src/Navigation.tsx:251 +#: src/Navigation.tsx:252 #: src/view/screens/AppPasswords.tsx:189 -#: src/view/screens/Settings/index.tsx:655 +#: src/view/screens/Settings/index.tsx:656 msgid "App Passwords" msgstr "Contraseñas de la app" @@ -382,7 +405,7 @@ msgstr "" #~ msgid "Appeal this decision." #~ msgstr "Apelar esta decisión." -#: src/view/screens/Settings/index.tsx:436 +#: src/view/screens/Settings/index.tsx:414 msgid "Appearance" msgstr "Aspecto exterior" @@ -394,7 +417,7 @@ msgstr "¿Estás seguro de que quieres eliminar la contraseña de la app \"{name msgid "Are you sure you want to remove {0} from your feeds?" msgstr "" -#: src/view/com/composer/Composer.tsx:509 +#: src/view/com/composer/Composer.tsx:523 msgid "Are you sure you'd like to discard this draft?" msgstr "¿Estás seguro de que quieres descartar este borrador?" @@ -428,13 +451,13 @@ msgstr "" #: src/screens/Login/ChooseAccountForm.tsx:78 #: src/screens/Login/ForgotPasswordForm.tsx:129 #: src/screens/Login/ForgotPasswordForm.tsx:135 -#: src/screens/Login/LoginForm.tsx:221 -#: src/screens/Login/LoginForm.tsx:227 +#: src/screens/Login/LoginForm.tsx:269 +#: src/screens/Login/LoginForm.tsx:275 #: src/screens/Login/SetNewPasswordForm.tsx:160 #: src/screens/Login/SetNewPasswordForm.tsx:166 #: src/screens/Profile/Header/Shell.tsx:96 #: src/screens/Signup/index.tsx:180 -#: src/view/com/util/ViewHeader.tsx:87 +#: src/view/com/util/ViewHeader.tsx:89 msgid "Back" msgstr "Regresar" @@ -447,7 +470,7 @@ msgstr "Regresar" msgid "Based on your interest in {interestsText}" msgstr "" -#: src/view/screens/Settings/index.tsx:493 +#: src/view/screens/Settings/index.tsx:471 msgid "Basics" msgstr "Conceptos básicos" @@ -455,11 +478,11 @@ msgstr "Conceptos básicos" msgid "Birthday" msgstr "Cumpleaños" -#: src/view/screens/Settings/index.tsx:362 +#: src/view/screens/Settings/index.tsx:355 msgid "Birthday:" msgstr "Cumpleaños:" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:286 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:284 #: src/view/com/profile/ProfileMenu.tsx:361 msgid "Block" msgstr "" @@ -499,8 +522,8 @@ msgstr "" msgid "Blocked accounts" msgstr "Cuentas bloqueadas" -#: src/Navigation.tsx:134 -#: src/view/screens/ModerationBlockedAccounts.tsx:113 +#: src/Navigation.tsx:135 +#: src/view/screens/ModerationBlockedAccounts.tsx:112 msgid "Blocked Accounts" msgstr "Cuentas bloqueadas" @@ -508,7 +531,7 @@ msgstr "Cuentas bloqueadas" msgid "Blocked accounts cannot reply in your threads, mention you, or otherwise interact with you." msgstr "Las cuentas bloqueadas no pueden responder en tus hilos, mencionarte ni interactuar contigo de ninguna otra forma." -#: src/view/screens/ModerationBlockedAccounts.tsx:121 +#: src/view/screens/ModerationBlockedAccounts.tsx:120 msgid "Blocked accounts cannot reply in your threads, mention you, or otherwise interact with you. You will not see their content and they will be prevented from seeing yours." msgstr "Las cuentas bloqueadas no pueden responder en tus hilos, mencionarte ni interactuar contigo de ninguna otra forma. Tú no verás su contenido y ellos no podrán ver el tuyo." @@ -616,7 +639,7 @@ msgstr "" msgid "by you" msgstr "" -#: src/view/com/composer/photos/OpenCameraBtn.tsx:77 +#: src/view/com/composer/photos/OpenCameraBtn.tsx:73 msgid "Camera" msgstr "Cámara" @@ -628,8 +651,8 @@ msgstr "Sólo puede contener letras, números, espacios, guiones y guiones bajos #: src/components/Prompt.tsx:113 #: src/components/Prompt.tsx:115 #: src/components/TagMenu/index.tsx:268 -#: src/view/com/composer/Composer.tsx:317 -#: src/view/com/composer/Composer.tsx:322 +#: src/view/com/composer/Composer.tsx:349 +#: src/view/com/composer/Composer.tsx:354 #: src/view/com/modals/ChangeEmail.tsx:218 #: src/view/com/modals/ChangeEmail.tsx:220 #: src/view/com/modals/ChangeHandle.tsx:154 @@ -644,9 +667,9 @@ msgstr "Sólo puede contener letras, números, espacios, guiones y guiones bajos #: src/view/com/modals/LinkWarning.tsx:105 #: src/view/com/modals/LinkWarning.tsx:107 #: src/view/com/modals/Repost.tsx:88 -#: src/view/com/modals/VerifyEmail.tsx:247 -#: src/view/com/modals/VerifyEmail.tsx:253 -#: src/view/screens/Search/Search.tsx:865 +#: src/view/com/modals/VerifyEmail.tsx:255 +#: src/view/com/modals/VerifyEmail.tsx:261 +#: src/view/screens/Search/Search.tsx:796 #: src/view/shell/desktop/Search.tsx:239 msgid "Cancel" msgstr "Cancelar" @@ -692,34 +715,34 @@ msgstr "Cancelar búsqueda" msgid "Cancels opening the linked website" msgstr "" -#: src/view/com/modals/VerifyEmail.tsx:152 +#: src/view/com/modals/VerifyEmail.tsx:160 msgid "Change" msgstr "" -#: src/view/screens/Settings/index.tsx:356 +#: src/view/screens/Settings/index.tsx:349 msgctxt "action" msgid "Change" msgstr "Cambiar" -#: src/view/screens/Settings/index.tsx:667 +#: src/view/screens/Settings/index.tsx:668 msgid "Change handle" msgstr "Cambiar el identificador" #: src/view/com/modals/ChangeHandle.tsx:162 -#: src/view/screens/Settings/index.tsx:678 +#: src/view/screens/Settings/index.tsx:679 msgid "Change Handle" msgstr "Cambiar el identificador" -#: src/view/com/modals/VerifyEmail.tsx:147 +#: src/view/com/modals/VerifyEmail.tsx:155 msgid "Change my email" msgstr "Cambiar mi correo electrónico" -#: src/view/screens/Settings/index.tsx:718 +#: src/view/screens/Settings/index.tsx:713 msgid "Change password" msgstr "" #: src/view/com/modals/ChangePassword.tsx:141 -#: src/view/screens/Settings/index.tsx:729 +#: src/view/screens/Settings/index.tsx:724 msgid "Change Password" msgstr "" @@ -748,6 +771,10 @@ msgstr "Echa un vistazo a algunas publicaciones recomendadas. Pulsa + para añad msgid "Check out some recommended users. Follow them to see similar users." msgstr "Echa un vistazo a algunos usuarios recomendados. Síguelos para ver usuarios similares." +#: src/screens/Login/LoginForm.tsx:262 +msgid "Check your email for a login code and enter it here." +msgstr "" + #: src/view/com/modals/DeleteAccount.tsx:168 msgid "Check your inbox for an email with the confirmation code to enter below:" msgstr "Consulta tu bandeja de entrada para recibir un correo electrónico con el código de confirmación que debes introducir a continuación:" @@ -785,32 +812,32 @@ msgstr "" msgid "Choose your password" msgstr "Elige tu contraseña" -#: src/view/screens/Settings/index.tsx:832 +#: src/view/screens/Settings/index.tsx:827 msgid "Clear all legacy storage data" msgstr "Borrar todos los datos de almacenamiento heredados" -#: src/view/screens/Settings/index.tsx:835 +#: src/view/screens/Settings/index.tsx:830 msgid "Clear all legacy storage data (restart after this)" msgstr "Borrar todos los datos de almacenamiento heredados (reiniciar después de esto)" -#: src/view/screens/Settings/index.tsx:844 +#: src/view/screens/Settings/index.tsx:839 msgid "Clear all storage data" msgstr "Borrar todos los datos de almacenamiento" -#: src/view/screens/Settings/index.tsx:847 +#: src/view/screens/Settings/index.tsx:842 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:846 +#: src/view/screens/Search/Search.tsx:777 msgid "Clear search query" msgstr "Borrar consulta de búsqueda" -#: src/view/screens/Settings/index.tsx:833 +#: src/view/screens/Settings/index.tsx:828 msgid "Clears all legacy storage data" msgstr "" -#: src/view/screens/Settings/index.tsx:845 +#: src/view/screens/Settings/index.tsx:840 msgid "Clears all storage data" msgstr "" @@ -823,20 +850,21 @@ msgid "Click here to open tag menu for {tag}" msgstr "" #: src/components/RichText.tsx:198 -msgid "Click here to open tag menu for #{tag}" -msgstr "" +#~ msgid "Click here to open tag menu for #{tag}" +#~ msgstr "" #: src/screens/Onboarding/index.tsx:35 msgid "Climate" msgstr "" +#: src/components/dialogs/GifSelect.tsx:300 #: src/view/com/modals/ChangePassword.tsx:267 #: src/view/com/modals/ChangePassword.tsx:270 msgid "Close" msgstr "" -#: src/components/Dialog/index.web.tsx:106 -#: src/components/Dialog/index.web.tsx:218 +#: src/components/Dialog/index.web.tsx:111 +#: src/components/Dialog/index.web.tsx:246 msgid "Close active dialog" msgstr "" @@ -848,6 +876,14 @@ msgstr "Cerrar la alerta" msgid "Close bottom drawer" msgstr "Cierra el cajón inferior" +#: src/components/dialogs/GifSelect.tsx:294 +msgid "Close dialog" +msgstr "" + +#: src/components/dialogs/GifSelect.tsx:150 +msgid "Close GIF dialog" +msgstr "" + #: src/view/com/lightbox/ImageViewing/components/ImageDefaultHeader.tsx:36 msgid "Close image" msgstr "Cerrar la imagen" @@ -856,7 +892,7 @@ msgstr "Cerrar la imagen" msgid "Close image viewer" msgstr "Cerrar el visor de imagen" -#: src/view/shell/index.web.tsx:57 +#: src/view/shell/index.web.tsx:61 msgid "Close navigation footer" msgstr "Cerrar el pie de página de navegación" @@ -865,7 +901,7 @@ msgstr "Cerrar el pie de página de navegación" msgid "Close this dialog" msgstr "" -#: src/view/shell/index.web.tsx:58 +#: src/view/shell/index.web.tsx:62 msgid "Closes bottom navigation bar" msgstr "" @@ -873,7 +909,7 @@ msgstr "" msgid "Closes password update alert" msgstr "" -#: src/view/com/composer/Composer.tsx:319 +#: src/view/com/composer/Composer.tsx:351 msgid "Closes post composer and discards post draft" msgstr "" @@ -893,7 +929,7 @@ msgstr "" msgid "Comics" msgstr "" -#: src/Navigation.tsx:241 +#: src/Navigation.tsx:242 #: src/view/screens/CommunityGuidelines.tsx:32 msgid "Community Guidelines" msgstr "Directrices de la comunidad" @@ -906,7 +942,7 @@ msgstr "" msgid "Complete the challenge" msgstr "" -#: src/view/com/composer/Composer.tsx:438 +#: src/view/com/composer/Composer.tsx:469 msgid "Compose posts up to {MAX_GRAPHEME_LENGTH} characters in length" msgstr "" @@ -929,10 +965,12 @@ msgstr "" #: src/components/Prompt.tsx:153 #: src/components/Prompt.tsx:156 #: src/view/com/modals/SelfLabel.tsx:154 -#: src/view/com/modals/VerifyEmail.tsx:231 -#: src/view/com/modals/VerifyEmail.tsx:233 +#: src/view/com/modals/VerifyEmail.tsx:239 +#: src/view/com/modals/VerifyEmail.tsx:241 #: src/view/screens/PreferencesFollowingFeed.tsx:308 #: src/view/screens/PreferencesThreads.tsx:159 +#: src/view/screens/Settings/DisableEmail2FADialog.tsx:180 +#: src/view/screens/Settings/DisableEmail2FADialog.tsx:183 msgid "Confirm" msgstr "Confirmar" @@ -967,10 +1005,13 @@ msgstr "" msgid "Confirm your birthdate" msgstr "" +#: src/screens/Login/LoginForm.tsx:244 #: src/view/com/modals/ChangeEmail.tsx:157 #: src/view/com/modals/DeleteAccount.tsx:175 #: src/view/com/modals/DeleteAccount.tsx:181 -#: src/view/com/modals/VerifyEmail.tsx:165 +#: 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ódigo de confirmación" @@ -978,7 +1019,7 @@ msgstr "Código de confirmación" #~ msgid "Confirms signing up {email} to the waitlist" #~ msgstr "" -#: src/screens/Login/LoginForm.tsx:248 +#: src/screens/Login/LoginForm.tsx:296 msgid "Connecting..." msgstr "Conectando..." @@ -1071,7 +1112,7 @@ msgstr "" msgid "Copied" msgstr "Copiado" -#: src/view/screens/Settings/index.tsx:254 +#: src/view/screens/Settings/index.tsx:243 msgid "Copied build version to clipboard" msgstr "" @@ -1107,8 +1148,8 @@ msgstr "" msgid "Copy link to list" msgstr "Copia el enlace a la lista" -#: src/view/com/util/forms/PostDropdownBtn.tsx:236 -#: src/view/com/util/forms/PostDropdownBtn.tsx:245 +#: src/view/com/util/forms/PostDropdownBtn.tsx:240 +#: src/view/com/util/forms/PostDropdownBtn.tsx:249 msgid "Copy link to post" msgstr "Copia el enlace a la publicación" @@ -1116,12 +1157,12 @@ msgstr "Copia el enlace a la publicación" #~ msgid "Copy link to profile" #~ msgstr "Copia el enlace al perfil" -#: src/view/com/util/forms/PostDropdownBtn.tsx:228 #: src/view/com/util/forms/PostDropdownBtn.tsx:230 +#: src/view/com/util/forms/PostDropdownBtn.tsx:232 msgid "Copy post text" msgstr "Copiar el texto de la publicación" -#: src/Navigation.tsx:246 +#: src/Navigation.tsx:247 #: src/view/screens/CopyrightPolicy.tsx:29 msgid "Copyright Policy" msgstr "Política de derechos de autor" @@ -1143,7 +1184,7 @@ msgstr "No se ha podido cargar la lista" msgid "Create a new account" msgstr "Crear una cuenta nueva" -#: src/view/screens/Settings/index.tsx:406 +#: src/view/screens/Settings/index.tsx:399 msgid "Create a new Bluesky account" msgstr "" @@ -1182,8 +1223,8 @@ msgstr "Creado {0}" #~ msgstr "" #: src/view/com/composer/Composer.tsx:469 -msgid "Creates a card with a thumbnail. The card links to {url}" -msgstr "" +#~ msgid "Creates a card with a thumbnail. The card links to {url}" +#~ msgstr "" #: src/screens/Onboarding/index.tsx:29 msgid "Culture" @@ -1203,7 +1244,7 @@ msgstr "Dominio personalizado" msgid "Custom feeds built by the community bring you new experiences and help you find the content you love." msgstr "" -#: src/view/screens/PreferencesExternalEmbeds.tsx:55 +#: src/view/screens/PreferencesExternalEmbeds.tsx:56 msgid "Customize media from external sites." msgstr "" @@ -1211,8 +1252,8 @@ msgstr "" #~ msgid "Danger Zone" #~ msgstr "Zona de peligro" -#: src/view/screens/Settings/index.tsx:455 -#: src/view/screens/Settings/index.tsx:481 +#: src/view/screens/Settings/index.tsx:433 +#: src/view/screens/Settings/index.tsx:459 msgid "Dark" msgstr "" @@ -1220,7 +1261,7 @@ msgstr "" msgid "Dark mode" msgstr "" -#: src/view/screens/Settings/index.tsx:468 +#: src/view/screens/Settings/index.tsx:446 msgid "Dark Theme" msgstr "" @@ -1228,7 +1269,7 @@ msgstr "" msgid "Date of birth" msgstr "" -#: src/view/screens/Settings/index.tsx:805 +#: src/view/screens/Settings/index.tsx:800 msgid "Debug Moderation" msgstr "" @@ -1236,13 +1277,13 @@ msgstr "" msgid "Debug panel" msgstr "" -#: src/view/com/util/forms/PostDropdownBtn.tsx:341 +#: src/view/com/util/forms/PostDropdownBtn.tsx:345 #: src/view/screens/AppPasswords.tsx:268 #: src/view/screens/ProfileList.tsx:615 msgid "Delete" msgstr "" -#: src/view/screens/Settings/index.tsx:760 +#: src/view/screens/Settings/index.tsx:755 msgid "Delete account" msgstr "Borrar la cuenta" @@ -1270,12 +1311,12 @@ msgstr "Borrar mi cuenta" #~ msgid "Delete my account…" #~ msgstr "Borrar mi cuenta..." -#: src/view/screens/Settings/index.tsx:772 +#: src/view/screens/Settings/index.tsx:767 msgid "Delete My Account…" msgstr "" -#: src/view/com/util/forms/PostDropdownBtn.tsx:322 -#: src/view/com/util/forms/PostDropdownBtn.tsx:324 +#: src/view/com/util/forms/PostDropdownBtn.tsx:326 +#: src/view/com/util/forms/PostDropdownBtn.tsx:328 msgid "Delete post" msgstr "Borrar una publicación" @@ -1283,7 +1324,7 @@ msgstr "Borrar una publicación" msgid "Delete this list?" msgstr "" -#: src/view/com/util/forms/PostDropdownBtn.tsx:336 +#: src/view/com/util/forms/PostDropdownBtn.tsx:340 msgid "Delete this post?" msgstr "¿Borrar esta publicación?" @@ -1306,21 +1347,33 @@ msgstr "Descripción" #~ msgid "Developer Tools" #~ msgstr "Herramientas de desarrollador" -#: src/view/com/composer/Composer.tsx:218 +#: src/view/com/composer/Composer.tsx:228 msgid "Did you want to say anything?" msgstr "¿Quieres decir algo?" -#: src/view/screens/Settings/index.tsx:474 +#: src/view/screens/Settings/index.tsx:452 msgid "Dim" msgstr "" -#: src/view/screens/Settings/index.tsx:697 -msgid "Disable haptics" +#: src/view/screens/AccessibilitySettings.tsx:94 +msgid "Disable autoplay for GIFs" +msgstr "" + +#: src/view/screens/Settings/DisableEmail2FADialog.tsx:90 +msgid "Disable Email 2FA" +msgstr "" + +#: src/view/screens/AccessibilitySettings.tsx:108 +msgid "Disable haptic feedback" msgstr "" #: src/view/screens/Settings/index.tsx:697 -msgid "Disable vibrations" -msgstr "" +#~ msgid "Disable haptics" +#~ msgstr "" + +#: src/view/screens/Settings/index.tsx:697 +#~ msgid "Disable vibrations" +#~ msgstr "" #: src/lib/moderation/useLabelBehaviorDescription.ts:32 #: src/lib/moderation/useLabelBehaviorDescription.ts:42 @@ -1329,7 +1382,7 @@ msgstr "" msgid "Disabled" msgstr "" -#: src/view/com/composer/Composer.tsx:511 +#: src/view/com/composer/Composer.tsx:525 msgid "Discard" msgstr "Descartar" @@ -1337,7 +1390,7 @@ msgstr "Descartar" #~ msgid "Discard draft" #~ msgstr "Descartar el borrador" -#: src/view/com/composer/Composer.tsx:508 +#: src/view/com/composer/Composer.tsx:522 msgid "Discard draft?" msgstr "" @@ -1439,7 +1492,7 @@ msgstr "Listo{extraText}" msgid "Download CAR file" msgstr "" -#: src/view/com/composer/text-input/TextInput.web.tsx:249 +#: src/view/com/composer/text-input/TextInput.web.tsx:270 msgid "Drop to add images" msgstr "" @@ -1510,7 +1563,7 @@ msgstr "Editar los detalles de la lista" msgid "Edit Moderation List" msgstr "" -#: src/Navigation.tsx:256 +#: src/Navigation.tsx:257 #: src/view/screens/Feeds.tsx:459 #: src/view/screens/SavedFeeds.tsx:85 msgid "Edit My Feeds" @@ -1521,12 +1574,12 @@ msgid "Edit my profile" msgstr "Editar mi perfil" #: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:178 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:168 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:166 msgid "Edit profile" msgstr "Editar el perfil" #: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:181 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:171 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:169 msgid "Edit Profile" msgstr "Editar el perfil" @@ -1556,6 +1609,10 @@ msgstr "" msgid "Email" msgstr "Correo electrónico" +#: src/view/screens/Settings/DisableEmail2FADialog.tsx:64 +msgid "Email 2FA disabled" +msgstr "" + #: src/screens/Login/ForgotPasswordForm.tsx:99 msgid "Email address" msgstr "Dirección de correo electrónico" @@ -1569,11 +1626,11 @@ msgstr "" msgid "Email Updated" msgstr "Correo electrónico actualizado" -#: src/view/com/modals/VerifyEmail.tsx:78 +#: src/view/com/modals/VerifyEmail.tsx:85 msgid "Email verified" msgstr "" -#: src/view/screens/Settings/index.tsx:334 +#: src/view/screens/Settings/index.tsx:327 msgid "Email:" msgstr "Correo electrónico:" @@ -1582,8 +1639,8 @@ msgid "Embed HTML code" msgstr "" #: src/components/dialogs/Embed.tsx:97 -#: src/view/com/util/forms/PostDropdownBtn.tsx:253 -#: src/view/com/util/forms/PostDropdownBtn.tsx:255 +#: src/view/com/util/forms/PostDropdownBtn.tsx:257 +#: src/view/com/util/forms/PostDropdownBtn.tsx:259 msgid "Embed post" msgstr "" @@ -1617,7 +1674,7 @@ msgstr "" #~ msgid "Enable External Media" #~ msgstr "" -#: src/view/screens/PreferencesExternalEmbeds.tsx:75 +#: src/view/screens/PreferencesExternalEmbeds.tsx:76 msgid "Enable media players for" msgstr "" @@ -1650,7 +1707,7 @@ msgstr "" msgid "Enter a word or tag" msgstr "" -#: src/view/com/modals/VerifyEmail.tsx:105 +#: src/view/com/modals/VerifyEmail.tsx:113 msgid "Enter Confirmation Code" msgstr "" @@ -1753,12 +1810,12 @@ msgstr "" msgid "Explicit sexual images." msgstr "" -#: src/view/screens/Settings/index.tsx:741 +#: src/view/screens/Settings/index.tsx:736 msgid "Export my data" msgstr "" #: src/view/screens/Settings/ExportCarDialog.tsx:44 -#: src/view/screens/Settings/index.tsx:752 +#: src/view/screens/Settings/index.tsx:747 msgid "Export My Data" msgstr "" @@ -1768,17 +1825,17 @@ msgid "External Media" msgstr "" #: src/components/dialogs/EmbedConsent.tsx:71 -#: src/view/screens/PreferencesExternalEmbeds.tsx:66 +#: 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 "" -#: src/Navigation.tsx:275 -#: src/view/screens/PreferencesExternalEmbeds.tsx:52 -#: src/view/screens/Settings/index.tsx:628 +#: src/Navigation.tsx:276 +#: src/view/screens/PreferencesExternalEmbeds.tsx:53 +#: src/view/screens/Settings/index.tsx:629 msgid "External Media Preferences" msgstr "" -#: src/view/screens/Settings/index.tsx:619 +#: src/view/screens/Settings/index.tsx:620 msgid "External media settings" msgstr "" @@ -1795,6 +1852,10 @@ msgstr "" msgid "Failed to delete post, please try again" msgstr "" +#: src/components/dialogs/GifSelect.tsx:200 +msgid "Failed to load GIFs" +msgstr "" + #: src/view/com/auth/onboarding/RecommendedFeeds.tsx:110 #: src/view/com/auth/onboarding/RecommendedFeeds.tsx:143 msgid "Failed to load recommended feeds" @@ -1804,7 +1865,7 @@ msgstr "Error al cargar las noticias recomendadas" msgid "Failed to save image: {0}" msgstr "" -#: src/Navigation.tsx:196 +#: src/Navigation.tsx:197 msgid "Feed" msgstr "" @@ -1825,10 +1886,10 @@ msgstr "Noticias fuera de línea" msgid "Feedback" msgstr "Comentarios" -#: src/Navigation.tsx:456 +#: src/Navigation.tsx:465 #: src/view/screens/Feeds.tsx:444 #: src/view/screens/Feeds.tsx:549 -#: src/view/screens/Profile.tsx:199 +#: src/view/screens/Profile.tsx:198 #: src/view/shell/bottom-bar/BottomBar.tsx:192 #: src/view/shell/desktop/LeftNav.tsx:346 #: src/view/shell/Drawer.tsx:485 @@ -1874,13 +1935,17 @@ msgstr "" msgid "Find accounts to follow" msgstr "" +#: src/view/screens/Search/Search.tsx:521 +msgid "Find posts and users on Bluesky" +msgstr "" + #: src/view/screens/Search/Search.tsx:589 -msgid "Find users on Bluesky" -msgstr "Encontrar usuarios en Bluesky" +#~ msgid "Find users on Bluesky" +#~ msgstr "Encontrar usuarios en Bluesky" #: src/view/screens/Search/Search.tsx:587 -msgid "Find users with the search tool on the right" -msgstr "Encuentra usuarios con la herramienta de búsqueda de la derecha" +#~ msgid "Find users with the search tool on the right" +#~ msgstr "Encuentra usuarios con la herramienta de búsqueda de la derecha" #: src/view/com/auth/onboarding/RecommendedFollowsItem.tsx:155 msgid "Finding similar accounts..." @@ -1916,7 +1981,7 @@ msgid "Flip vertically" msgstr "" #: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:189 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:235 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:233 #: src/view/com/auth/onboarding/RecommendedFollowsItem.tsx:141 #: src/view/com/post-thread/PostThreadFollowBtn.tsx:146 #: src/view/com/profile/ProfileHeaderSuggestedFollows.tsx:248 @@ -1929,7 +1994,7 @@ msgid "Follow" msgstr "" #: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:58 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:221 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:219 #: src/view/com/post-thread/PostThreadFollowBtn.tsx:128 msgid "Follow {0}" msgstr "" @@ -1955,7 +2020,7 @@ msgstr "" msgid "Follow some users to get started. We can recommend you more users based on who you find interesting." msgstr "Sigue a algunos usuarios para empezar. Podemos recomendarte más usuarios en función de los que te parezcan interesantes." -#: src/view/com/profile/ProfileCard.tsx:219 +#: src/view/com/profile/ProfileCard.tsx:231 msgid "Followed by {0}" msgstr "" @@ -1976,26 +2041,26 @@ msgstr "" msgid "Followers" msgstr "Seguidores" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:233 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:231 #: src/view/com/post-thread/PostThreadFollowBtn.tsx:149 #: src/view/com/profile/ProfileFollows.tsx:104 #: src/view/screens/ProfileFollows.tsx:25 msgid "Following" msgstr "Siguiendo" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:93 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:91 msgid "Following {0}" msgstr "" -#: src/view/screens/Settings/index.tsx:504 +#: src/view/screens/Settings/index.tsx:505 msgid "Following feed preferences" msgstr "" -#: src/Navigation.tsx:262 +#: src/Navigation.tsx:263 #: src/view/com/home/HomeHeaderLayout.web.tsx:54 #: src/view/com/home/HomeHeaderLayoutMobile.tsx:87 #: src/view/screens/PreferencesFollowingFeed.tsx:104 -#: src/view/screens/Settings/index.tsx:513 +#: src/view/screens/Settings/index.tsx:514 msgid "Following Feed Preferences" msgstr "" @@ -2003,7 +2068,7 @@ msgstr "" msgid "Follows you" msgstr "Te siguen" -#: src/view/com/profile/ProfileCard.tsx:144 +#: src/view/com/profile/ProfileCard.tsx:156 msgid "Follows You" msgstr "" @@ -2032,11 +2097,11 @@ msgstr "Por razones de seguridad, no podrás volver a verla. Si pierdes esta con msgid "Forgot Password" msgstr "Olvidé mi contraseña" -#: src/screens/Login/LoginForm.tsx:201 +#: src/screens/Login/LoginForm.tsx:218 msgid "Forgot password?" msgstr "" -#: src/screens/Login/LoginForm.tsx:212 +#: src/screens/Login/LoginForm.tsx:229 msgid "Forgot?" msgstr "" @@ -2044,8 +2109,7 @@ msgstr "" msgid "Frequently Posts Unwanted Content" msgstr "" -#: src/screens/Hashtag.tsx:109 -#: src/screens/Hashtag.tsx:149 +#: src/screens/Hashtag.tsx:118 msgid "From @{sanitizedAuthor}" msgstr "" @@ -2054,12 +2118,12 @@ msgctxt "from-feed" msgid "From <0/>" msgstr "" -#: src/view/com/composer/photos/SelectPhotoBtn.tsx:43 +#: src/view/com/composer/photos/SelectPhotoBtn.tsx:39 msgid "Gallery" msgstr "Galería" -#: src/view/com/modals/VerifyEmail.tsx:189 -#: src/view/com/modals/VerifyEmail.tsx:191 +#: src/view/com/modals/VerifyEmail.tsx:197 +#: src/view/com/modals/VerifyEmail.tsx:199 msgid "Get Started" msgstr "Comenzar" @@ -2078,7 +2142,7 @@ msgstr "" msgid "Go back" msgstr "Regresar" -#: src/components/Error.tsx:91 +#: src/components/Error.tsx:100 #: src/screens/Profile/ErrorState.tsx:62 #: src/screens/Profile/ErrorState.tsx:66 #: src/view/screens/NotFound.tsx:54 @@ -2103,7 +2167,7 @@ msgstr "" msgid "Go Home" msgstr "" -#: src/view/screens/Search/Search.tsx:896 +#: src/view/screens/Search/Search.tsx:827 #: src/view/shell/desktop/Search.tsx:263 msgid "Go to @{queryMaybeHandle}" msgstr "" @@ -2121,11 +2185,15 @@ msgstr "" msgid "Handle" msgstr "Identificador" +#: src/view/screens/AccessibilitySettings.tsx:103 +msgid "Haptics" +msgstr "" + #: src/lib/moderation/useReportOptions.ts:32 msgid "Harassment, trolling, or intolerance" msgstr "" -#: src/Navigation.tsx:282 +#: src/Navigation.tsx:291 msgid "Hashtag" msgstr "" @@ -2133,7 +2201,7 @@ msgstr "" #~ msgid "Hashtag: {tag}" #~ msgstr "" -#: src/components/RichText.tsx:197 +#: src/components/RichText.tsx:206 msgid "Hashtag: #{tag}" msgstr "" @@ -2171,7 +2239,7 @@ msgstr "Aquí tienes tu contraseña de la app." #: src/lib/moderation/useLabelBehaviorDescription.ts:30 #: src/screens/Onboarding/StepModeration/ModerationOption.tsx:52 #: src/screens/Onboarding/StepModeration/ModerationOption.tsx:76 -#: src/view/com/util/forms/PostDropdownBtn.tsx:350 +#: src/view/com/util/forms/PostDropdownBtn.tsx:354 msgid "Hide" msgstr "Ocultar" @@ -2180,8 +2248,8 @@ msgctxt "action" msgid "Hide" msgstr "" -#: src/view/com/util/forms/PostDropdownBtn.tsx:294 -#: src/view/com/util/forms/PostDropdownBtn.tsx:296 +#: src/view/com/util/forms/PostDropdownBtn.tsx:298 +#: src/view/com/util/forms/PostDropdownBtn.tsx:300 msgid "Hide post" msgstr "Ocultar publicación" @@ -2190,7 +2258,7 @@ msgstr "Ocultar publicación" msgid "Hide the content" msgstr "" -#: src/view/com/util/forms/PostDropdownBtn.tsx:347 +#: src/view/com/util/forms/PostDropdownBtn.tsx:351 msgid "Hide this post?" msgstr "¿Ocultar esta publicación?" @@ -2230,7 +2298,7 @@ msgstr "" msgid "Hmmmm, we couldn't load that moderation service." msgstr "" -#: src/Navigation.tsx:446 +#: src/Navigation.tsx:455 #: src/view/shell/bottom-bar/BottomBar.tsx:148 #: src/view/shell/desktop/LeftNav.tsx:310 #: src/view/shell/Drawer.tsx:407 @@ -2250,7 +2318,7 @@ msgid "Host:" msgstr "" #: src/screens/Login/ForgotPasswordForm.tsx:89 -#: src/screens/Login/LoginForm.tsx:134 +#: src/screens/Login/LoginForm.tsx:151 #: src/screens/Signup/StepInfo/index.tsx:40 #: src/view/com/modals/ChangeHandle.tsx:281 msgid "Hosting provider" @@ -2260,11 +2328,13 @@ msgstr "Proveedor de alojamiento" msgid "How should we open this link?" msgstr "" -#: src/view/com/modals/VerifyEmail.tsx:214 +#: 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 "Tengo un código" -#: src/view/com/modals/VerifyEmail.tsx:216 +#: src/view/com/modals/VerifyEmail.tsx:224 msgid "I have a confirmation code" msgstr "" @@ -2288,7 +2358,7 @@ msgstr "" msgid "If you delete this list, you won't be able to recover it." msgstr "" -#: src/view/com/util/forms/PostDropdownBtn.tsx:338 +#: src/view/com/util/forms/PostDropdownBtn.tsx:342 msgid "If you remove this post, you won't be able to recover it." msgstr "" @@ -2349,11 +2419,15 @@ msgstr "" #~ msgid "Input phone number for SMS verification" #~ msgstr "" -#: src/screens/Login/LoginForm.tsx:195 +#: src/screens/Login/LoginForm.tsx:257 +msgid "Input the code which has been emailed to you" +msgstr "" + +#: src/screens/Login/LoginForm.tsx:212 msgid "Input the password tied to {identifier}" msgstr "" -#: src/screens/Login/LoginForm.tsx:168 +#: src/screens/Login/LoginForm.tsx:185 msgid "Input the username or email address you used at signup" msgstr "" @@ -2365,7 +2439,7 @@ msgstr "" #~ msgid "Input your email to get on the Bluesky waitlist" #~ msgstr "" -#: src/screens/Login/LoginForm.tsx:194 +#: src/screens/Login/LoginForm.tsx:211 msgid "Input your password" msgstr "" @@ -2377,11 +2451,16 @@ msgstr "" msgid "Input your user handle" msgstr "" -#: src/view/com/post-thread/PostThreadItem.tsx:221 +#: src/screens/Login/LoginForm.tsx:126 +#: src/view/screens/Settings/DisableEmail2FADialog.tsx:70 +msgid "Invalid 2FA confirmation code." +msgstr "" + +#: src/view/com/post-thread/PostThreadItem.tsx:222 msgid "Invalid or unsupported post record" msgstr "" -#: src/screens/Login/LoginForm.tsx:114 +#: src/screens/Login/LoginForm.tsx:131 msgid "Invalid username or password" msgstr "Nombre de usuario o contraseña no válidos" @@ -2450,7 +2529,7 @@ msgstr "" msgid "Labeled by the author." msgstr "" -#: src/view/screens/Profile.tsx:193 +#: src/view/screens/Profile.tsx:192 msgid "Labels" msgstr "" @@ -2474,16 +2553,16 @@ msgstr "" msgid "Language selection" msgstr "Escoger el idioma" -#: src/view/screens/Settings/index.tsx:565 +#: src/view/screens/Settings/index.tsx:566 msgid "Language settings" msgstr "" -#: src/Navigation.tsx:144 +#: src/Navigation.tsx:145 #: src/view/screens/LanguageSettings.tsx:89 msgid "Language Settings" msgstr "Configuración del idioma" -#: src/view/screens/Settings/index.tsx:574 +#: src/view/screens/Settings/index.tsx:575 msgid "Languages" msgstr "Idiomas" @@ -2491,7 +2570,8 @@ msgstr "Idiomas" #~ msgid "Last step!" #~ msgstr "" -#: src/view/screens/Search/Search.tsx:437 +#: src/screens/Hashtag.tsx:99 +#: src/view/screens/Search/Search.tsx:428 msgid "Latest" msgstr "" @@ -2533,7 +2613,7 @@ msgstr "Salir de Bluesky" msgid "left to go." msgstr "" -#: src/view/screens/Settings/index.tsx:299 +#: src/view/screens/Settings/index.tsx:292 msgid "Legacy storage cleared, you need to restart the app now." msgstr "" @@ -2551,7 +2631,7 @@ msgstr "" #~ msgid "Library" #~ msgstr "Librería" -#: src/view/screens/Settings/index.tsx:449 +#: src/view/screens/Settings/index.tsx:427 msgid "Light" msgstr "" @@ -2565,8 +2645,8 @@ msgid "Like this feed" msgstr "Dar «me gusta» a esta noticia" #: src/components/LikesDialog.tsx:87 -#: src/Navigation.tsx:201 -#: src/Navigation.tsx:206 +#: src/Navigation.tsx:202 +#: src/Navigation.tsx:207 msgid "Liked by" msgstr "Le ha gustado a" @@ -2598,15 +2678,15 @@ msgstr "" msgid "liked your post" msgstr "" -#: src/view/screens/Profile.tsx:198 +#: src/view/screens/Profile.tsx:197 msgid "Likes" msgstr "Cantidad de «Me gusta»" -#: src/view/com/post-thread/PostThreadItem.tsx:182 +#: src/view/com/post-thread/PostThreadItem.tsx:183 msgid "Likes on this post" msgstr "" -#: src/Navigation.tsx:170 +#: src/Navigation.tsx:171 msgid "List" msgstr "" @@ -2642,9 +2722,9 @@ msgstr "" msgid "List unmuted" msgstr "" -#: src/Navigation.tsx:114 -#: src/view/screens/Profile.tsx:194 -#: src/view/screens/Profile.tsx:200 +#: src/Navigation.tsx:115 +#: src/view/screens/Profile.tsx:193 +#: src/view/screens/Profile.tsx:199 #: src/view/shell/desktop/LeftNav.tsx:383 #: src/view/shell/Drawer.tsx:501 #: src/view/shell/Drawer.tsx:502 @@ -2661,7 +2741,7 @@ msgid "Load new notifications" msgstr "Cargar notificaciones nuevas" #: src/screens/Profile/Sections/Feed.tsx:86 -#: src/view/com/feeds/FeedPage.tsx:138 +#: src/view/com/feeds/FeedPage.tsx:134 #: src/view/screens/ProfileFeed.tsx:507 #: src/view/screens/ProfileList.tsx:697 msgid "Load new posts" @@ -2675,7 +2755,7 @@ msgstr "Cargando..." #~ msgid "Local dev server" #~ msgstr "Servidor de desarrollo local" -#: src/Navigation.tsx:221 +#: src/Navigation.tsx:222 msgid "Log" msgstr "" @@ -2694,6 +2774,10 @@ msgstr "Visibilidad de desconexión" msgid "Login to account that is not listed" msgstr "Acceder a una cuenta que no está en la lista" +#: src/components/RichText.tsx:207 +msgid "Long press to open tag menu for #{tag}" +msgstr "" + #: src/screens/Login/SetNewPasswordForm.tsx:116 msgid "Looks like XXXXX-XXXXX" msgstr "" @@ -2714,7 +2798,8 @@ msgstr "" #~ msgid "May only contain letters and numbers" #~ msgstr "" -#: src/view/screens/Profile.tsx:197 +#: src/view/screens/AccessibilitySettings.tsx:89 +#: src/view/screens/Profile.tsx:196 msgid "Media" msgstr "Medios" @@ -2726,8 +2811,8 @@ msgstr "usuarios mencionados" msgid "Mentioned users" msgstr "Usuarios mencionados" -#: src/view/com/util/ViewHeader.tsx:87 -#: src/view/screens/Search/Search.tsx:795 +#: src/view/com/util/ViewHeader.tsx:89 +#: src/view/screens/Search/Search.tsx:726 msgid "Menu" msgstr "Menú" @@ -2739,9 +2824,9 @@ msgstr "Mensaje del servidor: {0}" msgid "Misleading Account" msgstr "" -#: src/Navigation.tsx:119 +#: src/Navigation.tsx:120 #: src/screens/Moderation/index.tsx:104 -#: src/view/screens/Settings/index.tsx:596 +#: src/view/screens/Settings/index.tsx:597 #: src/view/shell/desktop/LeftNav.tsx:401 #: src/view/shell/Drawer.tsx:520 #: src/view/shell/Drawer.tsx:521 @@ -2779,16 +2864,16 @@ msgstr "" msgid "Moderation lists" msgstr "Listas de moderación" -#: src/Navigation.tsx:124 +#: src/Navigation.tsx:125 #: src/view/screens/ModerationModlists.tsx:58 msgid "Moderation Lists" msgstr "Listas de moderación" -#: src/view/screens/Settings/index.tsx:590 +#: src/view/screens/Settings/index.tsx:591 msgid "Moderation settings" msgstr "" -#: src/Navigation.tsx:216 +#: src/Navigation.tsx:217 msgid "Moderation states" msgstr "" @@ -2801,7 +2886,7 @@ msgstr "" msgid "Moderator has chosen to set a general warning on the content." msgstr "" -#: src/view/com/post-thread/PostThreadItem.tsx:535 +#: src/view/com/post-thread/PostThreadItem.tsx:541 msgid "More" msgstr "" @@ -2879,13 +2964,13 @@ msgstr "" msgid "Mute this word in tags only" msgstr "" -#: src/view/com/util/forms/PostDropdownBtn.tsx:269 -#: src/view/com/util/forms/PostDropdownBtn.tsx:275 +#: src/view/com/util/forms/PostDropdownBtn.tsx:273 +#: src/view/com/util/forms/PostDropdownBtn.tsx:279 msgid "Mute thread" msgstr "Silenciar el hilo" -#: src/view/com/util/forms/PostDropdownBtn.tsx:285 -#: src/view/com/util/forms/PostDropdownBtn.tsx:287 +#: src/view/com/util/forms/PostDropdownBtn.tsx:289 +#: src/view/com/util/forms/PostDropdownBtn.tsx:291 msgid "Mute words & tags" msgstr "" @@ -2897,7 +2982,7 @@ msgstr "" msgid "Muted accounts" msgstr "Cuentas silenciadas" -#: src/Navigation.tsx:129 +#: src/Navigation.tsx:130 #: src/view/screens/ModerationMutedAccounts.tsx:112 msgid "Muted Accounts" msgstr "Cuentas silenciadas" @@ -2931,11 +3016,11 @@ msgstr "Mis canales de noticias" msgid "My Profile" msgstr "Mi perfil" -#: src/view/screens/Settings/index.tsx:547 +#: src/view/screens/Settings/index.tsx:548 msgid "My saved feeds" msgstr "" -#: src/view/screens/Settings/index.tsx:553 +#: src/view/screens/Settings/index.tsx:554 msgid "My Saved Feeds" msgstr "Mis canales de noticias guardados" @@ -2963,7 +3048,7 @@ msgid "Nature" msgstr "" #: src/screens/Login/ForgotPasswordForm.tsx:173 -#: src/screens/Login/LoginForm.tsx:255 +#: src/screens/Login/LoginForm.tsx:303 #: src/view/com/modals/ChangePassword.tsx:168 msgid "Navigates to the next screen" msgstr "" @@ -3019,14 +3104,14 @@ msgstr "" msgid "New Password" msgstr "" -#: src/view/com/feeds/FeedPage.tsx:149 +#: src/view/com/feeds/FeedPage.tsx:145 msgctxt "action" msgid "New post" msgstr "" #: src/view/screens/Feeds.tsx:580 #: src/view/screens/Notifications.tsx:168 -#: src/view/screens/Profile.tsx:480 +#: src/view/screens/Profile.tsx:465 #: src/view/screens/ProfileFeed.tsx:445 #: src/view/screens/ProfileList.tsx:200 #: src/view/screens/ProfileList.tsx:228 @@ -3053,8 +3138,8 @@ msgstr "" #: src/screens/Login/ForgotPasswordForm.tsx:143 #: src/screens/Login/ForgotPasswordForm.tsx:150 -#: src/screens/Login/LoginForm.tsx:254 -#: src/screens/Login/LoginForm.tsx:261 +#: src/screens/Login/LoginForm.tsx:302 +#: src/screens/Login/LoginForm.tsx:309 #: src/screens/Login/SetNewPasswordForm.tsx:174 #: src/screens/Login/SetNewPasswordForm.tsx:180 #: src/screens/Signup/index.tsx:207 @@ -3091,7 +3176,11 @@ msgstr "Sin descripción" msgid "No DNS Panel" msgstr "" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:118 +#: src/components/dialogs/GifSelect.tsx:206 +msgid "No featured GIFs found. There may be an issue with Tenor." +msgstr "" + +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:116 msgid "No longer following {0}" msgstr "" @@ -3108,7 +3197,7 @@ msgstr "" msgid "No result" msgstr "Sin resultados" -#: src/components/Lists.tsx:183 +#: src/components/Lists.tsx:192 msgid "No results found" msgstr "" @@ -3117,11 +3206,15 @@ 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:349 -#: src/view/screens/Search/Search.tsx:387 +#: src/view/screens/Search/Search.tsx:350 +#: src/view/screens/Search/Search.tsx:388 msgid "No results found for {query}" msgstr "No se han encontrado resultados para {query}" +#: src/components/dialogs/GifSelect.tsx:204 +msgid "No search results found for \"{search}\"." +msgstr "" + #: src/components/dialogs/EmbedConsent.tsx:105 #: src/components/dialogs/EmbedConsent.tsx:112 msgid "No thanks" @@ -3144,18 +3237,18 @@ msgstr "" msgid "Not Applicable." msgstr "No aplicable." -#: src/Navigation.tsx:109 +#: src/Navigation.tsx:110 #: src/view/screens/Profile.tsx:101 msgid "Not Found" msgstr "" -#: src/view/com/modals/VerifyEmail.tsx:246 -#: src/view/com/modals/VerifyEmail.tsx:252 +#: src/view/com/modals/VerifyEmail.tsx:254 +#: src/view/com/modals/VerifyEmail.tsx:260 msgid "Not right now" msgstr "" #: src/view/com/profile/ProfileMenu.tsx:368 -#: src/view/com/util/forms/PostDropdownBtn.tsx:364 +#: src/view/com/util/forms/PostDropdownBtn.tsx:368 #: src/view/com/util/post-ctrls/PostCtrls.tsx:248 msgid "Note about sharing" msgstr "" @@ -3164,7 +3257,7 @@ msgstr "" msgid "Note: Bluesky is an open and public network. This setting only limits the visibility of your content on the Bluesky app and website, and other apps may not respect this setting. Your content may still be shown to logged-out users by other apps and websites." msgstr "Nota: Bluesky es una red abierta y pública. Esta configuración sólo limita la visibilidad de tu contenido en la aplicación y el sitio web de Bluesky, y es posible que otras aplicaciones no respeten esta configuración. Otras aplicaciones y sitios web pueden seguir mostrando tu contenido a los usuarios que hayan cerrado sesión." -#: src/Navigation.tsx:461 +#: src/Navigation.tsx:470 #: src/view/screens/Notifications.tsx:124 #: src/view/screens/Notifications.tsx:148 #: src/view/shell/bottom-bar/BottomBar.tsx:216 @@ -3194,7 +3287,8 @@ msgstr "" msgid "Off" msgstr "" -#: src/view/com/util/ErrorBoundary.tsx:49 +#: src/components/dialogs/GifSelect.tsx:287 +#: src/view/com/util/ErrorBoundary.tsx:55 msgid "Oh no!" msgstr "¡Qué problema!" @@ -3215,11 +3309,11 @@ msgstr "Está bien" msgid "Oldest replies first" msgstr "" -#: src/view/screens/Settings/index.tsx:247 +#: src/view/screens/Settings/index.tsx:236 msgid "Onboarding reset" msgstr "" -#: src/view/com/composer/Composer.tsx:392 +#: src/view/com/composer/Composer.tsx:424 msgid "One or more images is missing alt text." msgstr "Falta el texto alternativo en una o varias imágenes." @@ -3231,11 +3325,11 @@ msgstr "Solo {0} puede responder." msgid "Only contains letters, numbers, and hyphens" msgstr "" -#: src/components/Lists.tsx:75 +#: src/components/Lists.tsx:78 msgid "Oops, something went wrong!" msgstr "" -#: src/components/Lists.tsx:170 +#: src/components/Lists.tsx:177 #: src/view/screens/AppPasswords.tsx:67 #: src/view/screens/Profile.tsx:101 msgid "Oops!" @@ -3249,8 +3343,8 @@ msgstr "" #~ msgid "Open content filtering settings" #~ msgstr "" -#: src/view/com/composer/Composer.tsx:491 -#: src/view/com/composer/Composer.tsx:492 +#: src/view/com/composer/Composer.tsx:505 +#: src/view/com/composer/Composer.tsx:506 msgid "Open emoji picker" msgstr "" @@ -3258,7 +3352,7 @@ msgstr "" msgid "Open feed options menu" msgstr "" -#: src/view/screens/Settings/index.tsx:685 +#: src/view/screens/Settings/index.tsx:686 msgid "Open links with in-app browser" msgstr "" @@ -3278,12 +3372,12 @@ msgstr "Abrir navegación" msgid "Open post options menu" msgstr "" -#: src/view/screens/Settings/index.tsx:792 -#: src/view/screens/Settings/index.tsx:802 +#: src/view/screens/Settings/index.tsx:787 +#: src/view/screens/Settings/index.tsx:797 msgid "Open storybook page" msgstr "" -#: src/view/screens/Settings/index.tsx:780 +#: src/view/screens/Settings/index.tsx:775 msgid "Open system log" msgstr "" @@ -3291,6 +3385,10 @@ msgstr "" msgid "Opens {numItems} options" msgstr "" +#: src/view/screens/Settings/index.tsx:485 +msgid "Opens accessibility settings" +msgstr "" + #: src/view/screens/Log.tsx:54 msgid "Opens additional details for a debug entry" msgstr "" @@ -3299,7 +3397,7 @@ msgstr "" msgid "Opens an expanded list of users in this notification" msgstr "" -#: src/view/com/composer/photos/OpenCameraBtn.tsx:78 +#: src/view/com/composer/photos/OpenCameraBtn.tsx:74 msgid "Opens camera on device" msgstr "" @@ -3307,11 +3405,11 @@ msgstr "" msgid "Opens composer" msgstr "" -#: src/view/screens/Settings/index.tsx:566 +#: src/view/screens/Settings/index.tsx:567 msgid "Opens configurable language settings" msgstr "Abrir la configuración del idioma que se puede ajustar" -#: src/view/com/composer/photos/SelectPhotoBtn.tsx:44 +#: src/view/com/composer/photos/SelectPhotoBtn.tsx:40 msgid "Opens device photo gallery" msgstr "" @@ -3319,7 +3417,7 @@ msgstr "" #~ msgid "Opens editor for profile display name, avatar, background image, and description" #~ msgstr "" -#: src/view/screens/Settings/index.tsx:620 +#: src/view/screens/Settings/index.tsx:621 msgid "Opens external embeds settings" msgstr "" @@ -3341,6 +3439,10 @@ msgstr "" #~ msgid "Opens following list" #~ msgstr "" +#: src/view/com/composer/photos/SelectGifBtn.tsx:37 +msgid "Opens GIF select dialog" +msgstr "" + #: src/view/screens/Settings.tsx:412 #~ msgid "Opens invite code list" #~ msgstr "" @@ -3349,7 +3451,7 @@ msgstr "" msgid "Opens list of invite codes" msgstr "Abre la lista de códigos de invitación" -#: src/view/screens/Settings/index.tsx:762 +#: src/view/screens/Settings/index.tsx:757 msgid "Opens modal for account deletion confirmation. Requires email code" msgstr "" @@ -3357,19 +3459,19 @@ msgstr "" #~ msgid "Opens modal for account deletion confirmation. Requires email code." #~ msgstr "" -#: src/view/screens/Settings/index.tsx:720 +#: src/view/screens/Settings/index.tsx:715 msgid "Opens modal for changing your Bluesky password" msgstr "" -#: src/view/screens/Settings/index.tsx:669 +#: src/view/screens/Settings/index.tsx:670 msgid "Opens modal for choosing a new Bluesky handle" msgstr "" -#: src/view/screens/Settings/index.tsx:743 +#: src/view/screens/Settings/index.tsx:738 msgid "Opens modal for downloading your Bluesky account data (repository)" msgstr "" -#: src/view/screens/Settings/index.tsx:932 +#: src/view/screens/Settings/index.tsx:927 msgid "Opens modal for email verification" msgstr "" @@ -3377,11 +3479,11 @@ msgstr "" msgid "Opens modal for using custom domain" msgstr "Abre el modal para usar el dominio personalizado" -#: src/view/screens/Settings/index.tsx:591 +#: src/view/screens/Settings/index.tsx:592 msgid "Opens moderation settings" msgstr "Abre la configuración de moderación" -#: src/screens/Login/LoginForm.tsx:202 +#: src/screens/Login/LoginForm.tsx:219 msgid "Opens password reset form" msgstr "" @@ -3390,11 +3492,11 @@ msgstr "" msgid "Opens screen to edit Saved Feeds" msgstr "" -#: src/view/screens/Settings/index.tsx:548 +#: src/view/screens/Settings/index.tsx:549 msgid "Opens screen with all saved feeds" msgstr "Abre la pantalla con todas las noticias guardadas" -#: src/view/screens/Settings/index.tsx:647 +#: src/view/screens/Settings/index.tsx:648 msgid "Opens the app password settings" msgstr "" @@ -3402,7 +3504,7 @@ msgstr "" #~ msgid "Opens the app password settings page" #~ msgstr "Abre la página de configuración de la contraseña de la app" -#: src/view/screens/Settings/index.tsx:505 +#: src/view/screens/Settings/index.tsx:506 msgid "Opens the Following feed preferences" msgstr "" @@ -3414,16 +3516,16 @@ msgstr "" msgid "Opens the linked website" msgstr "" -#: src/view/screens/Settings/index.tsx:793 -#: src/view/screens/Settings/index.tsx:803 +#: src/view/screens/Settings/index.tsx:788 +#: src/view/screens/Settings/index.tsx:798 msgid "Opens the storybook page" msgstr "Abre la página del libro de cuentos" -#: src/view/screens/Settings/index.tsx:781 +#: src/view/screens/Settings/index.tsx:776 msgid "Opens the system log page" msgstr "Abre la página de la bitácora del sistema" -#: src/view/screens/Settings/index.tsx:526 +#: src/view/screens/Settings/index.tsx:527 msgid "Opens the threads preferences" msgstr "Abre las preferencias de hilos" @@ -3455,7 +3557,7 @@ msgstr "Otra cuenta" msgid "Other..." msgstr "Otro..." -#: src/components/Lists.tsx:184 +#: src/components/Lists.tsx:193 #: src/view/screens/NotFound.tsx:45 msgid "Page not found" msgstr "Página no encontrada" @@ -3464,7 +3566,7 @@ msgstr "Página no encontrada" msgid "Page Not Found" msgstr "" -#: src/screens/Login/LoginForm.tsx:178 +#: src/screens/Login/LoginForm.tsx:195 #: src/screens/Signup/StepInfo/index.tsx:102 #: src/view/com/modals/DeleteAccount.tsx:194 #: src/view/com/modals/DeleteAccount.tsx:201 @@ -3483,16 +3585,19 @@ msgstr "Contraseña actualizada" msgid "Password updated!" msgstr "¡Contraseña actualizada!" -#: src/view/screens/Search/Search.tsx:447 -#: src/view/screens/Search/Search.tsx:456 +#: src/view/com/util/post-embeds/GifEmbed.tsx:31 +msgid "Pause" +msgstr "" + +#: src/view/screens/Search/Search.tsx:438 msgid "People" msgstr "" -#: src/Navigation.tsx:164 +#: src/Navigation.tsx:165 msgid "People followed by @{0}" msgstr "" -#: src/Navigation.tsx:157 +#: src/Navigation.tsx:158 msgid "People following @{0}" msgstr "" @@ -3529,10 +3634,18 @@ msgstr "" msgid "Pinned Feeds" msgstr "Canales de noticias anclados" +#: src/view/com/util/post-embeds/GifEmbed.tsx:31 +msgid "Play" +msgstr "" + #: src/view/com/util/post-embeds/ExternalGifEmbed.tsx:123 msgid "Play {0}" msgstr "" +#: src/view/com/util/post-embeds/GifEmbed.tsx:30 +msgid "Play or pause the GIF" +msgstr "" + #: src/view/com/util/post-embeds/ExternalPlayerEmbed.tsx:57 #: src/view/com/util/post-embeds/ExternalPlayerEmbed.tsx:58 msgid "Play Video" @@ -3599,11 +3712,11 @@ msgstr "" #~ msgid "Please tell us why you think this content warning was incorrectly applied!" #~ msgstr "Por favor, dinos por qué crees que esta advertencia de contenido se ha aplicado incorrectamente!" -#: src/view/com/modals/VerifyEmail.tsx:101 +#: src/view/com/modals/VerifyEmail.tsx:109 msgid "Please Verify Your Email" msgstr "" -#: src/view/com/composer/Composer.tsx:222 +#: src/view/com/composer/Composer.tsx:232 msgid "Please wait for your link card to finish loading" msgstr "Por favor, espera a que tu tarjeta de enlace termine de cargarse" @@ -3619,8 +3732,8 @@ msgstr "" #~ msgid "Pornography" #~ msgstr "" -#: src/view/com/composer/Composer.tsx:367 -#: src/view/com/composer/Composer.tsx:375 +#: src/view/com/composer/Composer.tsx:399 +#: src/view/com/composer/Composer.tsx:407 msgctxt "action" msgid "Post" msgstr "" @@ -3630,13 +3743,13 @@ msgctxt "description" msgid "Post" msgstr "Publicación" -#: src/view/com/post-thread/PostThreadItem.tsx:175 +#: src/view/com/post-thread/PostThreadItem.tsx:176 msgid "Post by {0}" msgstr "" -#: src/Navigation.tsx:176 -#: src/Navigation.tsx:183 -#: src/Navigation.tsx:190 +#: src/Navigation.tsx:177 +#: src/Navigation.tsx:184 +#: src/Navigation.tsx:191 msgid "Post by @{0}" msgstr "" @@ -3675,8 +3788,7 @@ msgstr "Publicación no encontrada" msgid "posts" msgstr "" -#: src/view/screens/Profile.tsx:195 -#: src/view/screens/Search/Search.tsx:467 +#: src/view/screens/Profile.tsx:194 msgid "Posts" msgstr "Publicaciones" @@ -3696,8 +3808,8 @@ msgstr "Enlace potencialmente engañoso" msgid "Press to change hosting provider" msgstr "" -#: src/components/Error.tsx:74 -#: src/components/Lists.tsx:80 +#: src/components/Error.tsx:83 +#: src/components/Lists.tsx:83 #: src/screens/Signup/index.tsx:187 msgid "Press to retry" msgstr "" @@ -3714,15 +3826,15 @@ msgstr "Lenguajes primarios" msgid "Prioritize Your Follows" msgstr "Priorizar los usuarios a los que sigue" -#: src/view/screens/Settings/index.tsx:603 +#: src/view/screens/Settings/index.tsx:604 #: src/view/shell/desktop/RightNav.tsx:72 msgid "Privacy" msgstr "Privacidad" -#: src/Navigation.tsx:231 +#: src/Navigation.tsx:232 #: src/screens/Signup/StepInfo/Policies.tsx:56 #: src/view/screens/PrivacyPolicy.tsx:29 -#: src/view/screens/Settings/index.tsx:887 +#: src/view/screens/Settings/index.tsx:882 #: src/view/shell/Drawer.tsx:271 msgid "Privacy Policy" msgstr "Política de privacidad" @@ -3732,7 +3844,7 @@ msgid "Processing..." msgstr "Procesando..." #: src/view/screens/DebugMod.tsx:888 -#: src/view/screens/Profile.tsx:361 +#: src/view/screens/Profile.tsx:346 msgid "profile" msgstr "" @@ -3748,7 +3860,7 @@ msgstr "Perfil" msgid "Profile updated" msgstr "" -#: src/view/screens/Settings/index.tsx:945 +#: src/view/screens/Settings/index.tsx:940 msgid "Protect your account by verifying your email." msgstr "Protege tu cuenta verificando tu correo electrónico." @@ -3764,11 +3876,11 @@ msgstr "Listas públicas y compartibles de usuarios para silenciar o bloquear en msgid "Public, shareable lists which can drive feeds." msgstr "Listas públicas y compartibles que pueden impulsar las noticias." -#: src/view/com/composer/Composer.tsx:352 +#: src/view/com/composer/Composer.tsx:384 msgid "Publish post" msgstr "" -#: src/view/com/composer/Composer.tsx:352 +#: src/view/com/composer/Composer.tsx:384 msgid "Publish reply" msgstr "" @@ -3794,7 +3906,7 @@ msgstr "" msgid "Ratios" msgstr "Proporciones" -#: src/view/screens/Search/Search.tsx:924 +#: src/view/screens/Search/Search.tsx:855 msgid "Recent Searches" msgstr "" @@ -3854,7 +3966,7 @@ msgstr "" msgid "Remove image" msgstr "Eliminar la imagen" -#: src/view/com/composer/ExternalEmbed.tsx:70 +#: src/view/com/composer/ExternalEmbed.tsx:82 msgid "Remove image preview" msgstr "Eliminar la vista previa de la imagen" @@ -3891,11 +4003,11 @@ msgstr "" msgid "Removed from your feeds" msgstr "" -#: src/view/com/composer/ExternalEmbed.tsx:71 +#: src/view/com/composer/ExternalEmbed.tsx:83 msgid "Removes default thumbnail from {0}" msgstr "" -#: src/view/screens/Profile.tsx:196 +#: src/view/screens/Profile.tsx:195 msgid "Replies" msgstr "Respuestas" @@ -3903,7 +4015,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:365 +#: src/view/com/composer/Composer.tsx:397 msgctxt "action" msgid "Reply" msgstr "" @@ -3914,8 +4026,14 @@ msgstr "Filtros de respuestas" #: src/view/com/post/Post.tsx:177 #: src/view/com/posts/FeedItem.tsx:285 +#~ msgctxt "description" +#~ msgid "Reply to <0/>" +#~ msgstr "" + +#: src/view/com/post/Post.tsx:178 +#: src/view/com/posts/FeedItem.tsx:285 msgctxt "description" -msgid "Reply to <0/>" +msgid "Reply to <0><1/>" msgstr "" #: src/view/com/modals/report/Modal.tsx:166 @@ -3940,8 +4058,8 @@ msgstr "Informe del canal de noticias" msgid "Report List" msgstr "Informe de la lista" -#: src/view/com/util/forms/PostDropdownBtn.tsx:312 -#: src/view/com/util/forms/PostDropdownBtn.tsx:314 +#: src/view/com/util/forms/PostDropdownBtn.tsx:316 +#: src/view/com/util/forms/PostDropdownBtn.tsx:318 msgid "Report post" msgstr "Informe de la publicación" @@ -4002,7 +4120,7 @@ msgstr "" msgid "reposted your post" msgstr "" -#: src/view/com/post-thread/PostThreadItem.tsx:187 +#: src/view/com/post-thread/PostThreadItem.tsx:188 msgid "Reposts of this post" msgstr "" @@ -4020,14 +4138,23 @@ msgstr "Solicitar un cambio" msgid "Request Code" msgstr "" -#: src/view/screens/Settings/index.tsx:426 +#: src/view/screens/AccessibilitySettings.tsx:82 msgid "Require alt text before posting" msgstr "" +#: src/view/screens/Settings/Email2FAToggle.tsx:53 +msgid "Require email code to log into your account" +msgstr "" + #: src/screens/Signup/StepInfo/index.tsx:69 msgid "Required for this provider" msgstr "Requerido para este proveedor" +#: src/view/screens/Settings/DisableEmail2FADialog.tsx:168 +#: src/view/screens/Settings/DisableEmail2FADialog.tsx:171 +msgid "Resend email" +msgstr "" + #: src/view/com/modals/ChangePassword.tsx:185 msgid "Reset code" msgstr "Restablecer el código" @@ -4040,8 +4167,8 @@ msgstr "" #~ msgid "Reset onboarding" #~ msgstr "" -#: src/view/screens/Settings/index.tsx:822 -#: src/view/screens/Settings/index.tsx:825 +#: src/view/screens/Settings/index.tsx:817 +#: src/view/screens/Settings/index.tsx:820 msgid "Reset onboarding state" msgstr "Restablecer el estado de incorporación" @@ -4053,20 +4180,20 @@ msgstr "Restablecer la contraseña" #~ msgid "Reset preferences" #~ msgstr "" -#: src/view/screens/Settings/index.tsx:812 -#: src/view/screens/Settings/index.tsx:815 +#: src/view/screens/Settings/index.tsx:807 +#: src/view/screens/Settings/index.tsx:810 msgid "Reset preferences state" msgstr "Restablecer el estado de preferencias" -#: src/view/screens/Settings/index.tsx:823 +#: src/view/screens/Settings/index.tsx:818 msgid "Resets the onboarding state" msgstr "Restablece el estado de incorporación" -#: src/view/screens/Settings/index.tsx:813 +#: src/view/screens/Settings/index.tsx:808 msgid "Resets the preferences state" msgstr "Restablecer el estado de preferencias" -#: src/screens/Login/LoginForm.tsx:235 +#: src/screens/Login/LoginForm.tsx:283 msgid "Retries login" msgstr "" @@ -4075,10 +4202,10 @@ msgstr "" msgid "Retries the last action, which errored out" msgstr "" -#: src/components/Error.tsx:79 -#: src/components/Lists.tsx:91 -#: src/screens/Login/LoginForm.tsx:234 -#: src/screens/Login/LoginForm.tsx:241 +#: src/components/Error.tsx:88 +#: src/components/Lists.tsx:94 +#: src/screens/Login/LoginForm.tsx:282 +#: src/screens/Login/LoginForm.tsx:289 #: src/screens/Onboarding/StepInterests/index.tsx:225 #: src/screens/Onboarding/StepInterests/index.tsx:228 #: src/screens/Signup/index.tsx:194 @@ -4091,7 +4218,7 @@ msgstr "Volver a intentar" #~ msgid "Retry." #~ msgstr "" -#: src/components/Error.tsx:86 +#: src/components/Error.tsx:95 #: src/view/screens/ProfileList.tsx:919 msgid "Return to previous page" msgstr "" @@ -4179,14 +4306,14 @@ msgstr "" msgid "Scroll to top" msgstr "" -#: src/Navigation.tsx:451 +#: src/Navigation.tsx:460 #: 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:568 -#: src/view/screens/Search/Search.tsx:817 -#: src/view/screens/Search/Search.tsx:835 +#: src/view/screens/Search/Search.tsx:503 +#: src/view/screens/Search/Search.tsx:748 +#: src/view/screens/Search/Search.tsx:766 #: src/view/shell/bottom-bar/BottomBar.tsx:170 #: src/view/shell/desktop/LeftNav.tsx:328 #: src/view/shell/desktop/Search.tsx:215 @@ -4196,7 +4323,7 @@ msgstr "" msgid "Search" msgstr "Buscar" -#: src/view/screens/Search/Search.tsx:884 +#: src/view/screens/Search/Search.tsx:815 #: src/view/shell/desktop/Search.tsx:256 msgid "Search for \"{query}\"" msgstr "" @@ -4223,6 +4350,14 @@ msgstr "" msgid "Search for users" msgstr "Buscar usuarios" +#: src/components/dialogs/GifSelect.tsx:158 +msgid "Search GIFs" +msgstr "" + +#: src/components/dialogs/GifSelect.tsx:159 +msgid "Search Tenor" +msgstr "" + #: src/view/com/modals/ChangeEmail.tsx:110 msgid "Security Step Required" msgstr "Se requiere un paso de seguridad" @@ -4280,6 +4415,14 @@ msgstr "" msgid "Select from an existing account" msgstr "Selecciona de una cuenta existente" +#: src/view/com/composer/photos/SelectGifBtn.tsx:36 +msgid "Select GIF" +msgstr "" + +#: src/components/dialogs/GifSelect.tsx:253 +msgid "Select GIF \"{0}\"" +msgstr "" + #: src/view/screens/LanguageSettings.tsx:299 msgid "Select languages" msgstr "" @@ -4357,8 +4500,8 @@ msgstr "" msgid "Select your secondary algorithmic feeds" msgstr "" -#: src/view/com/modals/VerifyEmail.tsx:202 -#: src/view/com/modals/VerifyEmail.tsx:204 +#: src/view/com/modals/VerifyEmail.tsx:210 +#: src/view/com/modals/VerifyEmail.tsx:212 msgid "Send Confirmation Email" msgstr "Enviar el mensaje de confirmación" @@ -4389,6 +4532,11 @@ msgstr "" msgid "Send report to {0}" msgstr "" +#: src/view/screens/Settings/DisableEmail2FADialog.tsx:119 +#: src/view/screens/Settings/DisableEmail2FADialog.tsx:122 +msgid "Send verification email" +msgstr "" + #: src/view/com/modals/DeleteAccount.tsx:132 msgid "Sends email with confirmation code for account deletion" msgstr "" @@ -4471,23 +4619,23 @@ msgstr "" msgid "Sets Bluesky username" msgstr "" -#: src/view/screens/Settings/index.tsx:458 +#: src/view/screens/Settings/index.tsx:436 msgid "Sets color theme to dark" msgstr "" -#: src/view/screens/Settings/index.tsx:451 +#: src/view/screens/Settings/index.tsx:429 msgid "Sets color theme to light" msgstr "" -#: src/view/screens/Settings/index.tsx:445 +#: src/view/screens/Settings/index.tsx:423 msgid "Sets color theme to system setting" msgstr "" -#: src/view/screens/Settings/index.tsx:484 +#: src/view/screens/Settings/index.tsx:462 msgid "Sets dark theme to the dark theme" msgstr "" -#: src/view/screens/Settings/index.tsx:477 +#: src/view/screens/Settings/index.tsx:455 msgid "Sets dark theme to the dim theme" msgstr "" @@ -4516,8 +4664,8 @@ msgstr "" #~ msgid "Sets server for the Bluesky client" #~ msgstr "" -#: src/Navigation.tsx:139 -#: src/view/screens/Settings/index.tsx:316 +#: src/Navigation.tsx:140 +#: src/view/screens/Settings/index.tsx:309 #: src/view/shell/desktop/LeftNav.tsx:437 #: src/view/shell/Drawer.tsx:576 #: src/view/shell/Drawer.tsx:577 @@ -4539,15 +4687,15 @@ msgstr "" #: src/view/com/profile/ProfileMenu.tsx:215 #: src/view/com/profile/ProfileMenu.tsx:224 -#: src/view/com/util/forms/PostDropdownBtn.tsx:236 -#: src/view/com/util/forms/PostDropdownBtn.tsx:245 +#: src/view/com/util/forms/PostDropdownBtn.tsx:240 +#: src/view/com/util/forms/PostDropdownBtn.tsx:249 #: src/view/com/util/post-ctrls/PostCtrls.tsx:237 #: src/view/screens/ProfileList.tsx:390 msgid "Share" msgstr "Compartir" #: src/view/com/profile/ProfileMenu.tsx:373 -#: src/view/com/util/forms/PostDropdownBtn.tsx:369 +#: src/view/com/util/forms/PostDropdownBtn.tsx:373 #: src/view/com/util/post-ctrls/PostCtrls.tsx:253 msgid "Share anyway" msgstr "" @@ -4570,7 +4718,7 @@ msgstr "" #: src/components/moderation/LabelPreference.tsx:136 #: src/components/moderation/PostHider.tsx:107 #: src/screens/Onboarding/StepModeration/ModerationOption.tsx:54 -#: src/view/screens/Settings/index.tsx:366 +#: src/view/screens/Settings/index.tsx:359 msgid "Show" msgstr "Mostrar" @@ -4596,13 +4744,13 @@ msgstr "" #~ msgid "Show embeds from {0}" #~ msgstr "" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:200 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:198 msgid "Show follows similar to {0}" msgstr "" -#: src/view/com/post-thread/PostThreadItem.tsx:501 -#: src/view/com/post/Post.tsx:212 -#: src/view/com/posts/FeedItem.tsx:360 +#: src/view/com/post-thread/PostThreadItem.tsx:507 +#: src/view/com/post/Post.tsx:215 +#: src/view/com/posts/FeedItem.tsx:362 msgid "Show More" msgstr "" @@ -4683,7 +4831,7 @@ msgstr "" #: src/components/dialogs/Signin.tsx:99 #: src/screens/Login/index.tsx:100 #: src/screens/Login/index.tsx:119 -#: src/screens/Login/LoginForm.tsx:131 +#: src/screens/Login/LoginForm.tsx:148 #: src/view/com/auth/SplashScreen.tsx:63 #: src/view/com/auth/SplashScreen.tsx:72 #: src/view/com/auth/SplashScreen.web.tsx:107 @@ -4694,9 +4842,9 @@ msgstr "" #: src/view/shell/bottom-bar/BottomBarWeb.tsx:178 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:179 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:181 -#: src/view/shell/NavSignupCard.tsx:63 -#: src/view/shell/NavSignupCard.tsx:64 -#: src/view/shell/NavSignupCard.tsx:66 +#: src/view/shell/NavSignupCard.tsx:69 +#: src/view/shell/NavSignupCard.tsx:70 +#: src/view/shell/NavSignupCard.tsx:72 msgid "Sign in" msgstr "Iniciar sesión" @@ -4726,8 +4874,8 @@ msgstr "" msgid "Sign into Bluesky or create a new account" msgstr "" -#: src/view/screens/Settings/index.tsx:118 -#: src/view/screens/Settings/index.tsx:121 +#: src/view/screens/Settings/index.tsx:111 +#: src/view/screens/Settings/index.tsx:114 msgid "Sign out" msgstr "Cerrar sesión" @@ -4737,9 +4885,9 @@ msgstr "Cerrar sesión" #: src/view/shell/bottom-bar/BottomBarWeb.tsx:168 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:169 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:171 -#: src/view/shell/NavSignupCard.tsx:54 -#: src/view/shell/NavSignupCard.tsx:55 -#: src/view/shell/NavSignupCard.tsx:57 +#: src/view/shell/NavSignupCard.tsx:60 +#: src/view/shell/NavSignupCard.tsx:61 +#: src/view/shell/NavSignupCard.tsx:63 msgid "Sign up" msgstr "Inscribirse" @@ -4752,7 +4900,7 @@ msgstr "Regístrate o inicia sesión para unirte a la conversación" msgid "Sign-in Required" msgstr "Se requiere iniciar sesión" -#: src/view/screens/Settings/index.tsx:377 +#: src/view/screens/Settings/index.tsx:370 msgid "Signed in as" msgstr "Se inició sesión como" @@ -4836,7 +4984,7 @@ msgstr "Cuadrado" #~ msgid "Staging" #~ msgstr "Puesta en escena" -#: src/view/screens/Settings/index.tsx:867 +#: src/view/screens/Settings/index.tsx:862 msgid "Status page" msgstr "Página de estado" @@ -4848,12 +4996,12 @@ msgstr "" #~ msgid "Step {0} of {numSteps}" #~ msgstr "" -#: src/view/screens/Settings/index.tsx:295 +#: src/view/screens/Settings/index.tsx:288 msgid "Storage cleared, you need to restart the app now." msgstr "" -#: src/Navigation.tsx:211 -#: src/view/screens/Settings/index.tsx:795 +#: src/Navigation.tsx:212 +#: src/view/screens/Settings/index.tsx:790 msgid "Storybook" msgstr "Libro de cuentos" @@ -4887,7 +5035,7 @@ msgstr "" msgid "Subscribe to this list" msgstr "Suscribirse a esta lista" -#: src/view/screens/Search/Search.tsx:523 +#: src/view/screens/Search/Search.tsx:476 msgid "Suggested Follows" msgstr "Usuarios sugeridos a seguir" @@ -4899,7 +5047,7 @@ msgstr "" msgid "Suggestive" msgstr "" -#: src/Navigation.tsx:226 +#: src/Navigation.tsx:227 #: src/view/screens/Support.tsx:30 #: src/view/screens/Support.tsx:33 msgid "Support" @@ -4909,24 +5057,24 @@ msgstr "Soporte" #~ msgid "Swipe up to see more" #~ msgstr "" -#: src/components/dialogs/SwitchAccount.tsx:46 -#: src/components/dialogs/SwitchAccount.tsx:49 +#: src/components/dialogs/SwitchAccount.tsx:47 +#: src/components/dialogs/SwitchAccount.tsx:50 msgid "Switch Account" msgstr "Cambiar a otra cuenta" -#: src/view/screens/Settings/index.tsx:150 +#: src/view/screens/Settings/index.tsx:143 msgid "Switch to {0}" msgstr "" -#: src/view/screens/Settings/index.tsx:151 +#: src/view/screens/Settings/index.tsx:144 msgid "Switches the account you are logged in to" msgstr "" -#: src/view/screens/Settings/index.tsx:442 +#: src/view/screens/Settings/index.tsx:420 msgid "System" msgstr "" -#: src/view/screens/Settings/index.tsx:783 +#: src/view/screens/Settings/index.tsx:778 msgid "System log" msgstr "Bitácora del sistema" @@ -4958,9 +5106,9 @@ msgstr "" msgid "Terms" msgstr "Condiciones" -#: src/Navigation.tsx:236 +#: src/Navigation.tsx:237 #: src/screens/Signup/StepInfo/Policies.tsx:49 -#: src/view/screens/Settings/index.tsx:881 +#: src/view/screens/Settings/index.tsx:876 #: src/view/screens/TermsOfService.tsx:29 #: src/view/shell/Drawer.tsx:265 msgid "Terms of Service" @@ -4992,7 +5140,7 @@ msgstr "" msgid "That handle is already taken." msgstr "" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:282 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:280 #: src/view/com/profile/ProfileMenu.tsx:349 msgid "The account will be able to interact with you after unblocking." msgstr "La cuenta podrá interactuar contigo tras el desbloqueo." @@ -5055,6 +5203,10 @@ msgstr "" msgid "There was an an issue updating your feeds, please check your internet connection and try again." msgstr "" +#: src/components/dialogs/GifSelect.tsx:201 +msgid "There was an issue connecting to Tenor." +msgstr "" + #: src/view/screens/ProfileFeed.tsx:247 #: src/view/screens/ProfileList.tsx:277 #: src/view/screens/SavedFeeds.tsx:211 @@ -5099,9 +5251,9 @@ msgstr "" msgid "There was an issue with fetching your app passwords" msgstr "" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:105 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:127 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:141 +#: 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:106 @@ -5120,7 +5272,8 @@ msgstr "" msgid "There was an issue. Please check your internet connection and try again." msgstr "" -#: src/view/com/util/ErrorBoundary.tsx:51 +#: src/components/dialogs/GifSelect.tsx:289 +#: 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 "Se ha producido un problema inesperado en la aplicación. Por favor, ¡avísanos si te ha ocurrido esto!" @@ -5195,7 +5348,7 @@ msgstr "" msgid "This information is not shared with other users." msgstr "Esta información no se comparte con otros usuarios." -#: src/view/com/modals/VerifyEmail.tsx:119 +#: src/view/com/modals/VerifyEmail.tsx:127 msgid "This is important in case you ever need to change your email or reset your password." msgstr "Esto es importante por si alguna vez necesitas cambiar tu correo electrónico o restablecer tu contraseña." @@ -5223,16 +5376,16 @@ msgstr "" msgid "This name is already in use" msgstr "" -#: src/view/com/post-thread/PostThreadItem.tsx:125 +#: src/view/com/post-thread/PostThreadItem.tsx:126 msgid "This post has been deleted." msgstr "Esta publicación ha sido eliminada." -#: src/view/com/util/forms/PostDropdownBtn.tsx:366 +#: src/view/com/util/forms/PostDropdownBtn.tsx:370 #: src/view/com/util/post-ctrls/PostCtrls.tsx:250 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:348 +#: src/view/com/util/forms/PostDropdownBtn.tsx:352 msgid "This post will be hidden from feeds." msgstr "" @@ -5297,12 +5450,12 @@ msgstr "" #~ msgid "This will hide this post from your feeds." #~ msgstr "Esto ocultará esta entrada de tus contenidos." -#: src/view/screens/Settings/index.tsx:525 +#: src/view/screens/Settings/index.tsx:526 msgid "Thread preferences" msgstr "" #: src/view/screens/PreferencesThreads.tsx:53 -#: src/view/screens/Settings/index.tsx:535 +#: src/view/screens/Settings/index.tsx:536 msgid "Thread Preferences" msgstr "Preferencias de hilos" @@ -5310,10 +5463,14 @@ msgstr "Preferencias de hilos" msgid "Threaded Mode" msgstr "Modo con hilos" -#: src/Navigation.tsx:269 +#: src/Navigation.tsx:270 msgid "Threads Preferences" msgstr "" +#: src/view/screens/Settings/DisableEmail2FADialog.tsx:102 +msgid "To disable the email 2FA method, please verify your access to the email address." +msgstr "" + #: src/components/ReportDialog/SelectLabelerView.tsx:33 msgid "To whom would you like to send this report?" msgstr "" @@ -5330,7 +5487,8 @@ msgstr "Conmutar el menú desplegable" msgid "Toggle to enable or disable adult content" msgstr "" -#: src/view/screens/Search/Search.tsx:427 +#: src/screens/Hashtag.tsx:88 +#: src/view/screens/Search/Search.tsx:418 msgid "Top" msgstr "" @@ -5338,10 +5496,10 @@ msgstr "" msgid "Transformations" msgstr "Transformaciones" -#: src/view/com/post-thread/PostThreadItem.tsx:638 -#: src/view/com/post-thread/PostThreadItem.tsx:640 -#: src/view/com/util/forms/PostDropdownBtn.tsx:220 +#: src/view/com/post-thread/PostThreadItem.tsx:644 +#: src/view/com/post-thread/PostThreadItem.tsx:646 #: src/view/com/util/forms/PostDropdownBtn.tsx:222 +#: src/view/com/util/forms/PostDropdownBtn.tsx:224 msgid "Translate" msgstr "Traducir" @@ -5350,6 +5508,10 @@ msgctxt "action" msgid "Try again" msgstr "Intentar nuevamente" +#: src/view/screens/Settings/index.tsx:695 +msgid "Two-factor authentication" +msgstr "" + #: src/view/com/modals/ChangeHandle.tsx:428 msgid "Type:" msgstr "" @@ -5364,21 +5526,21 @@ msgstr "Desactivar la opción de silenciar la lista" #: src/screens/Login/ForgotPasswordForm.tsx:74 #: src/screens/Login/index.tsx:78 -#: src/screens/Login/LoginForm.tsx:119 +#: src/screens/Login/LoginForm.tsx:136 #: src/screens/Login/SetNewPasswordForm.tsx:77 #: src/screens/Signup/index.tsx:64 #: src/view/com/modals/ChangePassword.tsx:70 msgid "Unable to contact your service. Please check your Internet connection." msgstr "No se puede contactar con tu servicio. Comprueba tu conexión a Internet." -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:181 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:286 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:179 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:284 #: src/view/com/profile/ProfileMenu.tsx:361 #: src/view/screens/ProfileList.tsx:574 msgid "Unblock" msgstr "Desbloquear" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:186 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:184 msgctxt "action" msgid "Unblock" msgstr "" @@ -5388,7 +5550,7 @@ msgstr "" msgid "Unblock Account" msgstr "Desbloquear una cuenta" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:280 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:278 #: src/view/com/profile/ProfileMenu.tsx:343 msgid "Unblock Account?" msgstr "" @@ -5410,7 +5572,7 @@ msgctxt "action" msgid "Unfollow" msgstr "" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:220 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:218 msgid "Unfollow {0}" msgstr "" @@ -5453,8 +5615,8 @@ msgstr "" #~ msgid "Unmute all {tag} posts" #~ msgstr "" -#: src/view/com/util/forms/PostDropdownBtn.tsx:269 -#: src/view/com/util/forms/PostDropdownBtn.tsx:274 +#: src/view/com/util/forms/PostDropdownBtn.tsx:273 +#: src/view/com/util/forms/PostDropdownBtn.tsx:278 msgid "Unmute thread" msgstr "Desactivar la opción de silenciar el hilo" @@ -5620,13 +5782,11 @@ msgstr "" msgid "User Lists" msgstr "Listas de usuarios" -#: src/screens/Login/LoginForm.tsx:151 +#: src/screens/Login/LoginForm.tsx:168 msgid "Username or email address" msgstr "Nombre de usuario o dirección de correo electrónico" #: src/view/screens/ProfileList.tsx:813 -#: src/view/screens/Search/Search.tsx:473 -#: src/view/screens/Search/Search.tsx:482 msgid "Users" msgstr "Usuarios" @@ -5654,15 +5814,15 @@ msgstr "" msgid "Verify {0}" msgstr "" -#: src/view/screens/Settings/index.tsx:906 +#: src/view/screens/Settings/index.tsx:901 msgid "Verify email" msgstr "Verificar el correo electrónico" -#: src/view/screens/Settings/index.tsx:931 +#: src/view/screens/Settings/index.tsx:926 msgid "Verify my email" msgstr "Verificar mi correo electrónico" -#: src/view/screens/Settings/index.tsx:940 +#: src/view/screens/Settings/index.tsx:935 msgid "Verify My Email" msgstr "Verificar mi correo electrónico" @@ -5671,11 +5831,11 @@ msgstr "Verificar mi correo electrónico" msgid "Verify New Email" msgstr "Verificar el correo electrónico nuevo" -#: src/view/com/modals/VerifyEmail.tsx:103 +#: src/view/com/modals/VerifyEmail.tsx:111 msgid "Verify Your Email" msgstr "" -#: src/view/screens/Settings/index.tsx:857 +#: src/view/screens/Settings/index.tsx:852 msgid "Version {0}" msgstr "" @@ -5707,8 +5867,8 @@ msgstr "" msgid "View information about these labels" msgstr "" -#: src/components/ProfileHoverCard/index.web.tsx:264 -#: src/components/ProfileHoverCard/index.web.tsx:293 +#: src/components/ProfileHoverCard/index.web.tsx:379 +#: src/components/ProfileHoverCard/index.web.tsx:408 #: src/view/com/posts/FeedErrorMessage.tsx:166 msgid "View profile" msgstr "" @@ -5749,7 +5909,7 @@ msgstr "" #~ msgid "We also think you'll like \"For You\" by Skygaze:" #~ msgstr "" -#: src/screens/Hashtag.tsx:133 +#: src/screens/Hashtag.tsx:210 msgid "We couldn't find any results for that hashtag." msgstr "" @@ -5813,11 +5973,11 @@ msgstr "" 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:322 +#: src/view/screens/Search/Search.tsx:323 msgid "We're sorry, but your search could not be completed. Please try again in a few minutes." msgstr "Lo sentimos, pero no se ha podido completar tu búsqueda. Vuelve a intentarlo dentro de unos minutos." -#: src/components/Lists.tsx:188 +#: src/components/Lists.tsx:197 #: src/view/screens/NotFound.tsx:48 msgid "We're sorry! We can't find the page you were looking for." msgstr "Lo sentimos. No encontramos la página que buscabas." @@ -5840,7 +6000,7 @@ msgstr "" #: src/view/com/auth/SplashScreen.tsx:40 #: src/view/com/auth/SplashScreen.web.tsx:81 -#: src/view/com/composer/Composer.tsx:296 +#: src/view/com/composer/Composer.tsx:306 msgid "What's up?" msgstr "¿Qué hay de nuevo?" @@ -5881,11 +6041,11 @@ msgstr "" msgid "Wide" msgstr "Ancho" -#: src/view/com/composer/Composer.tsx:436 +#: src/view/com/composer/Composer.tsx:467 msgid "Write post" msgstr "Redactar una publicación" -#: src/view/com/composer/Composer.tsx:295 +#: src/view/com/composer/Composer.tsx:305 #: src/view/com/composer/Prompt.tsx:37 msgid "Write your reply" msgstr "Redactar tu respuesta" @@ -6005,7 +6165,7 @@ msgstr "No tienes noticias." msgid "You have no lists." msgstr "No tienes listas." -#: src/view/screens/ModerationBlockedAccounts.tsx:138 +#: src/view/screens/ModerationBlockedAccounts.tsx:137 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 "" @@ -6122,7 +6282,7 @@ msgstr "Tu correo electrónico parece no ser válido." msgid "Your email has been updated but not verified. As a next step, please verify your new email." msgstr "Tu correo electrónico ha sido actualizado pero no verificado. Como siguiente paso, verifica tu nuevo correo electrónico." -#: src/view/com/modals/VerifyEmail.tsx:114 +#: src/view/com/modals/VerifyEmail.tsx:122 msgid "Your email has not yet been verified. This is an important security step which we recommend." msgstr "Tu correo electrónico aún no ha sido verificado. Este es un paso de seguridad importante que te recomendamos." @@ -6152,7 +6312,7 @@ msgstr "" msgid "Your password has been changed successfully!" msgstr "" -#: src/view/com/composer/Composer.tsx:284 +#: src/view/com/composer/Composer.tsx:294 msgid "Your post has been published" msgstr "" @@ -6162,11 +6322,11 @@ msgstr "" msgid "Your posts, likes, and blocks are public. Mutes are private." msgstr "Tus publicaciones, Me gustas y bloqueos son públicos. Las cuentas silenciadas son privadas." -#: src/view/screens/Settings/index.tsx:136 +#: src/view/screens/Settings/index.tsx:129 msgid "Your profile" msgstr "Tu perfil" -#: src/view/com/composer/Composer.tsx:283 +#: src/view/com/composer/Composer.tsx:293 msgid "Your reply has been published" msgstr "" diff --git a/src/locale/locales/fi/messages.po b/src/locale/locales/fi/messages.po index b5810408..8cd50f6c 100644 --- a/src/locale/locales/fi/messages.po +++ b/src/locale/locales/fi/messages.po @@ -13,11 +13,11 @@ msgstr "" "Language-Team: @pekka.bsky.social,@jaoler.fi,@rahi.bsky.social\n" "Plural-Forms: \n" -#: src/view/com/modals/VerifyEmail.tsx:142 +#: src/view/com/modals/VerifyEmail.tsx:150 msgid "(no email)" msgstr "(ei sähköpostiosoitetta)" -#: src/components/ProfileHoverCard/index.web.tsx:323 +#: src/components/ProfileHoverCard/index.web.tsx:438 #: src/screens/Profile/Header/Metrics.tsx:44 msgid "{following} following" msgstr "{following} seurattua" @@ -34,11 +34,11 @@ msgstr "<0/> jäsentä" msgid "<0>{0} following" msgstr "<0>{0} seurattua" -#: src/components/ProfileHoverCard/index.web.tsx:314 +#: src/components/ProfileHoverCard/index.web.tsx:429 msgid "<0>{followers} <1>{pluralizedFollowers}" msgstr "" -#: src/components/ProfileHoverCard/index.web.tsx:326 +#: src/components/ProfileHoverCard/index.web.tsx:441 #: src/screens/Profile/Header/Metrics.tsx:45 msgid "<0>{following} <1>following" msgstr "<0>{following} <1>seurattua" @@ -59,8 +59,12 @@ msgstr "<0>Tervetuloa<1>Blueskyhin" msgid "⚠Invalid Handle" msgstr "⚠Virheellinen käyttäjätunnus" -#: src/view/com/util/ViewHeader.tsx:89 -#: src/view/screens/Search/Search.tsx:796 +#: src/screens/Login/LoginForm.tsx:238 +msgid "2FA Confirmation" +msgstr "" + +#: src/view/com/util/ViewHeader.tsx:91 +#: src/view/screens/Search/Search.tsx:727 msgid "Access navigation links and settings" msgstr "Siirry navigointilinkkeihin ja asetuksiin" @@ -69,17 +73,26 @@ msgid "Access profile and other navigation links" msgstr "Siirry profiiliin ja muihin navigointilinkkeihin" #: src/view/com/modals/EditImage.tsx:300 -#: src/view/screens/Settings/index.tsx:421 +#: src/view/screens/Settings/index.tsx:493 msgid "Accessibility" msgstr "Saavutettavuus" +#: src/view/screens/Settings/index.tsx:484 +msgid "Accessibility settings" +msgstr "" + +#: src/Navigation.tsx:284 +#: src/view/screens/AccessibilitySettings.tsx:63 +msgid "Accessibility Settings" +msgstr "" + #: src/components/moderation/LabelsOnMe.tsx:42 msgid "account" msgstr "käyttäjätili" -#: src/screens/Login/LoginForm.tsx:144 -#: src/view/screens/Settings/index.tsx:330 -#: src/view/screens/Settings/index.tsx:707 +#: src/screens/Login/LoginForm.tsx:161 +#: src/view/screens/Settings/index.tsx:323 +#: src/view/screens/Settings/index.tsx:702 msgid "Account" msgstr "Käyttäjätili" @@ -112,7 +125,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:137 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:135 #: src/view/com/profile/ProfileMenu.tsx:128 msgid "Account unblocked" msgstr "Käyttäjätilin esto poistettu" @@ -141,9 +154,9 @@ msgstr "Lisää sisältövaroitus" msgid "Add a user to this list" msgstr "Lisää käyttäjä tähän listaan" -#: src/components/dialogs/SwitchAccount.tsx:55 -#: src/view/screens/Settings/index.tsx:405 -#: src/view/screens/Settings/index.tsx:414 +#: src/components/dialogs/SwitchAccount.tsx:56 +#: src/view/screens/Settings/index.tsx:398 +#: src/view/screens/Settings/index.tsx:407 msgid "Add account" msgstr "Lisää käyttäjätili" @@ -160,12 +173,12 @@ msgid "Add App Password" msgstr "Lisää sovelluksen salasana" #: src/view/com/composer/Composer.tsx:467 -msgid "Add link card" -msgstr "Lisää linkkikortti" +#~ msgid "Add link card" +#~ msgstr "Lisää linkkikortti" #: src/view/com/composer/Composer.tsx:472 -msgid "Add link card:" -msgstr "Lisää linkkikortti:" +#~ msgid "Add link card:" +#~ msgstr "Lisää linkkikortti:" #: src/components/dialogs/MutedWords.tsx:157 msgid "Add mute word for configured settings" @@ -216,7 +229,7 @@ msgid "Adult content is disabled." msgstr "Aikuissisältö on estetty" #: src/screens/Moderation/index.tsx:375 -#: src/view/screens/Settings/index.tsx:635 +#: src/view/screens/Settings/index.tsx:636 msgid "Advanced" msgstr "Edistyneemmät" @@ -238,6 +251,7 @@ msgid "ALT" msgstr "ALT" #: src/view/com/modals/EditImage.tsx:316 +#: src/view/screens/AccessibilitySettings.tsx:77 msgid "Alt text" msgstr "ALT-teksti" @@ -245,7 +259,8 @@ msgstr "ALT-teksti" msgid "Alt text describes images for blind and low-vision users, and helps give context to everyone." msgstr "ALT-teksti kuvailee kuvia sokeille ja heikkonäköisille käyttäjille sekä lisää kontekstia kaikille." -#: src/view/com/modals/VerifyEmail.tsx:124 +#: 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 "Sähköposti on lähetetty osoitteeseen {0}. Siinä on vahvistuskoodi, jonka voit syöttää alla." @@ -253,6 +268,10 @@ msgstr "Sähköposti on lähetetty osoitteeseen {0}. Siinä on vahvistuskoodi, j msgid "An email has been sent to your previous address, {0}. It includes a confirmation code which you can enter below." msgstr "Sähköposti on lähetetty aiempaan osoitteeseesi, {0}. Siinä on vahvistuskoodi, jonka voit syöttää alla." +#: src/components/dialogs/GifSelect.tsx:284 +msgid "An error occured" +msgstr "" + #: src/lib/moderation/useReportOptions.ts:26 msgid "An issue not included in these options" msgstr "Ongelma, jota ei ole sisällytetty näihin vaihtoehtoihin" @@ -275,6 +294,10 @@ msgstr "ja" msgid "Animals" msgstr "Eläimet" +#: src/view/com/util/post-embeds/GifEmbed.tsx:134 +msgid "Animated GIF" +msgstr "" + #: src/lib/moderation/useReportOptions.ts:31 msgid "Anti-Social Behavior" msgstr "Epäsosiaalinen käytös" @@ -295,13 +318,13 @@ msgstr "Sovelluksen salasanan nimet voivat sisältää vain kirjaimia, numeroita msgid "App Password names must be at least 4 characters long." msgstr "Sovelluksen salasanojen nimien on oltava vähintään 4 merkkiä pitkiä." -#: src/view/screens/Settings/index.tsx:646 +#: src/view/screens/Settings/index.tsx:647 msgid "App password settings" msgstr "Sovelluksen salasanan asetukset" -#: src/Navigation.tsx:251 +#: src/Navigation.tsx:252 #: src/view/screens/AppPasswords.tsx:189 -#: src/view/screens/Settings/index.tsx:655 +#: src/view/screens/Settings/index.tsx:656 msgid "App Passwords" msgstr "Sovellussalasanat" @@ -318,7 +341,7 @@ msgstr "Valita \"{0}\" -merkinnästä" msgid "Appeal submitted." msgstr "Valitus jätetty." -#: src/view/screens/Settings/index.tsx:436 +#: src/view/screens/Settings/index.tsx:414 msgid "Appearance" msgstr "Ulkonäkö" @@ -330,7 +353,7 @@ msgstr "Haluatko varmasti poistaa sovellussalasanan \"{name}\"?" msgid "Are you sure you want to remove {0} from your feeds?" msgstr "Haluatko varmasti poistaa {0} syötteistäsi?" -#: src/view/com/composer/Composer.tsx:509 +#: src/view/com/composer/Composer.tsx:523 msgid "Are you sure you'd like to discard this draft?" msgstr "Haluatko varmasti hylätä tämän luonnoksen?" @@ -360,13 +383,13 @@ msgstr "Vähintään kolme merkkiä" #: src/screens/Login/ChooseAccountForm.tsx:78 #: src/screens/Login/ForgotPasswordForm.tsx:129 #: src/screens/Login/ForgotPasswordForm.tsx:135 -#: src/screens/Login/LoginForm.tsx:221 -#: src/screens/Login/LoginForm.tsx:227 +#: src/screens/Login/LoginForm.tsx:269 +#: src/screens/Login/LoginForm.tsx:275 #: src/screens/Login/SetNewPasswordForm.tsx:160 #: src/screens/Login/SetNewPasswordForm.tsx:166 #: src/screens/Profile/Header/Shell.tsx:96 #: src/screens/Signup/index.tsx:180 -#: src/view/com/util/ViewHeader.tsx:87 +#: src/view/com/util/ViewHeader.tsx:89 msgid "Back" msgstr "Takaisin" @@ -374,7 +397,7 @@ msgstr "Takaisin" msgid "Based on your interest in {interestsText}" msgstr "Perustuen kiinnostukseesi {interestsText}" -#: src/view/screens/Settings/index.tsx:493 +#: src/view/screens/Settings/index.tsx:471 msgid "Basics" msgstr "Perusasiat" @@ -382,11 +405,11 @@ msgstr "Perusasiat" msgid "Birthday" msgstr "Syntymäpäivä" -#: src/view/screens/Settings/index.tsx:362 +#: src/view/screens/Settings/index.tsx:355 msgid "Birthday:" msgstr "Syntymäpäivä:" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:286 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:284 #: src/view/com/profile/ProfileMenu.tsx:361 msgid "Block" msgstr "Estä" @@ -422,8 +445,8 @@ msgstr "Estetty" msgid "Blocked accounts" msgstr "Estetyt käyttäjät" -#: src/Navigation.tsx:134 -#: src/view/screens/ModerationBlockedAccounts.tsx:113 +#: src/Navigation.tsx:135 +#: src/view/screens/ModerationBlockedAccounts.tsx:112 msgid "Blocked Accounts" msgstr "Estetyt käyttäjät" @@ -431,7 +454,7 @@ msgstr "Estetyt käyttäjät" msgid "Blocked accounts cannot reply in your threads, mention you, or otherwise interact with you." msgstr "Estetyt käyttäjät eivät voi vastata viesteihisi, mainita sinua tai muuten olla vuorovaikutuksessa kanssasi." -#: src/view/screens/ModerationBlockedAccounts.tsx:121 +#: src/view/screens/ModerationBlockedAccounts.tsx:120 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 "Estetyt käyttäjät eivät voi vastata viesteihisi, mainita sinua tai muuten olla vuorovaikutuksessa kanssasi. Et näe heidän sisältöään ja he eivät näe sinun sisältöäsi." @@ -523,7 +546,7 @@ msgstr "Luomalla käyttäjätilin hyväksyt {els}." msgid "by you" msgstr "sinulta" -#: src/view/com/composer/photos/OpenCameraBtn.tsx:77 +#: src/view/com/composer/photos/OpenCameraBtn.tsx:73 msgid "Camera" msgstr "Kamera" @@ -535,8 +558,8 @@ msgstr "Voi sisältää vain kirjaimia, numeroita, välilyöntejä, viivoja ja a #: src/components/Prompt.tsx:113 #: src/components/Prompt.tsx:115 #: src/components/TagMenu/index.tsx:268 -#: src/view/com/composer/Composer.tsx:317 -#: src/view/com/composer/Composer.tsx:322 +#: src/view/com/composer/Composer.tsx:349 +#: src/view/com/composer/Composer.tsx:354 #: src/view/com/modals/ChangeEmail.tsx:218 #: src/view/com/modals/ChangeEmail.tsx:220 #: src/view/com/modals/ChangeHandle.tsx:154 @@ -551,9 +574,9 @@ msgstr "Voi sisältää vain kirjaimia, numeroita, välilyöntejä, viivoja ja a #: src/view/com/modals/LinkWarning.tsx:105 #: src/view/com/modals/LinkWarning.tsx:107 #: src/view/com/modals/Repost.tsx:88 -#: src/view/com/modals/VerifyEmail.tsx:247 -#: src/view/com/modals/VerifyEmail.tsx:253 -#: src/view/screens/Search/Search.tsx:865 +#: src/view/com/modals/VerifyEmail.tsx:255 +#: src/view/com/modals/VerifyEmail.tsx:261 +#: src/view/screens/Search/Search.tsx:796 #: src/view/shell/desktop/Search.tsx:239 msgid "Cancel" msgstr "Peruuta" @@ -595,34 +618,34 @@ msgstr "Peruuta haku" msgid "Cancels opening the linked website" msgstr "Peruuttaa linkitetyn verkkosivuston avaamisen" -#: src/view/com/modals/VerifyEmail.tsx:152 +#: src/view/com/modals/VerifyEmail.tsx:160 msgid "Change" msgstr "Vaihda" -#: src/view/screens/Settings/index.tsx:356 +#: src/view/screens/Settings/index.tsx:349 msgctxt "action" msgid "Change" msgstr "Vaihda" -#: src/view/screens/Settings/index.tsx:667 +#: src/view/screens/Settings/index.tsx:668 msgid "Change handle" msgstr "Vaihda käyttäjätunnus" #: src/view/com/modals/ChangeHandle.tsx:162 -#: src/view/screens/Settings/index.tsx:678 +#: src/view/screens/Settings/index.tsx:679 msgid "Change Handle" msgstr "Vaihda käyttäjätunnus" -#: src/view/com/modals/VerifyEmail.tsx:147 +#: src/view/com/modals/VerifyEmail.tsx:155 msgid "Change my email" msgstr "Vaihda sähköpostiosoitteeni" -#: src/view/screens/Settings/index.tsx:718 +#: src/view/screens/Settings/index.tsx:713 msgid "Change password" msgstr "Vaihda salasana" #: src/view/com/modals/ChangePassword.tsx:141 -#: src/view/screens/Settings/index.tsx:729 +#: src/view/screens/Settings/index.tsx:724 msgid "Change Password" msgstr "Vaihda salasana" @@ -647,6 +670,10 @@ msgstr "Katso joitakin suositeltuja syötteitä. Napauta + lisätäksesi ne kiin msgid "Check out some recommended users. Follow them to see similar users." msgstr "Tutustu suositeltuihin käyttäjiin. Seuraa heitä löytääksesi samankaltaisia käyttäjiä." +#: src/screens/Login/LoginForm.tsx:262 +msgid "Check your email for a login code and enter it here." +msgstr "" + #: src/view/com/modals/DeleteAccount.tsx:168 msgid "Check your inbox for an email with the confirmation code to enter below:" msgstr "Tarkista sähköpostisi ja syötä saamasi vahvistuskoodi alle:" @@ -676,32 +703,32 @@ msgstr "Valitse pääsyötteet" msgid "Choose your password" msgstr "Valitse salasanasi" -#: src/view/screens/Settings/index.tsx:832 +#: src/view/screens/Settings/index.tsx:827 msgid "Clear all legacy storage data" msgstr "Tyhjennä kaikki vanhan tietomallin mukaiset tiedot" -#: src/view/screens/Settings/index.tsx:835 +#: src/view/screens/Settings/index.tsx:830 msgid "Clear all legacy storage data (restart after this)" msgstr "Tyhjennä kaikki vanhan tietomallin tiedot (käynnistä uudelleen tämän jälkeen)" -#: src/view/screens/Settings/index.tsx:844 +#: src/view/screens/Settings/index.tsx:839 msgid "Clear all storage data" msgstr "Tyhjennä kaikki tallennukset" -#: src/view/screens/Settings/index.tsx:847 +#: src/view/screens/Settings/index.tsx:842 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:846 +#: src/view/screens/Search/Search.tsx:777 msgid "Clear search query" msgstr "Tyhjennä hakukysely" -#: src/view/screens/Settings/index.tsx:833 +#: src/view/screens/Settings/index.tsx:828 msgid "Clears all legacy storage data" msgstr "" -#: src/view/screens/Settings/index.tsx:845 +#: src/view/screens/Settings/index.tsx:840 msgid "Clears all storage data" msgstr "Tyhjentää kaikki tallennustiedot" @@ -714,20 +741,21 @@ msgid "Click here to open tag menu for {tag}" msgstr "Avaa tästä valikko aihetunnisteelle {tag}" #: src/components/RichText.tsx:198 -msgid "Click here to open tag menu for #{tag}" -msgstr "Klikkaa tästä avataksesi valikon aihetunnisteelle #{tag}." +#~ msgid "Click here to open tag menu for #{tag}" +#~ msgstr "Klikkaa tästä avataksesi valikon aihetunnisteelle #{tag}." #: src/screens/Onboarding/index.tsx:35 msgid "Climate" msgstr "Ilmasto" +#: src/components/dialogs/GifSelect.tsx:300 #: src/view/com/modals/ChangePassword.tsx:267 #: src/view/com/modals/ChangePassword.tsx:270 msgid "Close" msgstr "Sulje" -#: src/components/Dialog/index.web.tsx:106 -#: src/components/Dialog/index.web.tsx:218 +#: src/components/Dialog/index.web.tsx:111 +#: src/components/Dialog/index.web.tsx:246 msgid "Close active dialog" msgstr "Sulje aktiivinen ikkuna" @@ -739,6 +767,14 @@ msgstr "Sulje hälytys" msgid "Close bottom drawer" msgstr "Sulje alavalinnat" +#: src/components/dialogs/GifSelect.tsx:294 +msgid "Close dialog" +msgstr "" + +#: src/components/dialogs/GifSelect.tsx:150 +msgid "Close GIF dialog" +msgstr "" + #: src/view/com/lightbox/ImageViewing/components/ImageDefaultHeader.tsx:36 msgid "Close image" msgstr "Sulje kuva" @@ -747,7 +783,7 @@ msgstr "Sulje kuva" msgid "Close image viewer" msgstr "Sulje kuvankatselu" -#: src/view/shell/index.web.tsx:57 +#: src/view/shell/index.web.tsx:61 msgid "Close navigation footer" msgstr "Sulje alanavigointi" @@ -756,7 +792,7 @@ msgstr "Sulje alanavigointi" msgid "Close this dialog" msgstr "Sulje tämä valintaikkuna" -#: src/view/shell/index.web.tsx:58 +#: src/view/shell/index.web.tsx:62 msgid "Closes bottom navigation bar" msgstr "Sulkee alanavigaation" @@ -764,7 +800,7 @@ msgstr "Sulkee alanavigaation" msgid "Closes password update alert" msgstr "Sulkee salasanan päivitysilmoituksen" -#: src/view/com/composer/Composer.tsx:319 +#: src/view/com/composer/Composer.tsx:351 msgid "Closes post composer and discards post draft" msgstr "Sulkee editorin ja hylkää luonnoksen" @@ -784,7 +820,7 @@ msgstr "Komedia" msgid "Comics" msgstr "Sarjakuvat" -#: src/Navigation.tsx:241 +#: src/Navigation.tsx:242 #: src/view/screens/CommunityGuidelines.tsx:32 msgid "Community Guidelines" msgstr "Yhteisöohjeet" @@ -797,7 +833,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:438 +#: src/view/com/composer/Composer.tsx:469 msgid "Compose posts up to {MAX_GRAPHEME_LENGTH} characters in length" msgstr "Laadi viestejä, joiden pituus on enintään {MAX_GRAPHEME_LENGTH} merkkiä" @@ -820,10 +856,12 @@ msgstr "" #: src/components/Prompt.tsx:153 #: src/components/Prompt.tsx:156 #: src/view/com/modals/SelfLabel.tsx:154 -#: src/view/com/modals/VerifyEmail.tsx:231 -#: src/view/com/modals/VerifyEmail.tsx:233 +#: src/view/com/modals/VerifyEmail.tsx:239 +#: src/view/com/modals/VerifyEmail.tsx:241 #: src/view/screens/PreferencesFollowingFeed.tsx:308 #: src/view/screens/PreferencesThreads.tsx:159 +#: src/view/screens/Settings/DisableEmail2FADialog.tsx:180 +#: src/view/screens/Settings/DisableEmail2FADialog.tsx:183 msgid "Confirm" msgstr "Vahvista" @@ -848,14 +886,17 @@ msgstr "Vahvista ikäsi:" msgid "Confirm your birthdate" msgstr "Vahvista syntymäaikasi" +#: src/screens/Login/LoginForm.tsx:244 #: src/view/com/modals/ChangeEmail.tsx:157 #: src/view/com/modals/DeleteAccount.tsx:175 #: src/view/com/modals/DeleteAccount.tsx:181 -#: src/view/com/modals/VerifyEmail.tsx:165 +#: 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 "Vahvistuskoodi" -#: src/screens/Login/LoginForm.tsx:248 +#: src/screens/Login/LoginForm.tsx:296 msgid "Connecting..." msgstr "Yhdistetään..." @@ -940,7 +981,7 @@ msgstr "Ruoanlaitto" msgid "Copied" msgstr "Kopioitu" -#: src/view/screens/Settings/index.tsx:254 +#: src/view/screens/Settings/index.tsx:243 msgid "Copied build version to clipboard" msgstr "Ohjelmiston versio kopioitu leikepöydälle" @@ -976,17 +1017,17 @@ msgstr "Kopioi koodi" msgid "Copy link to list" msgstr "Kopioi listan linkki" -#: src/view/com/util/forms/PostDropdownBtn.tsx:236 -#: src/view/com/util/forms/PostDropdownBtn.tsx:245 +#: src/view/com/util/forms/PostDropdownBtn.tsx:240 +#: src/view/com/util/forms/PostDropdownBtn.tsx:249 msgid "Copy link to post" msgstr "Kopioi julkaisun linkki" -#: src/view/com/util/forms/PostDropdownBtn.tsx:228 #: src/view/com/util/forms/PostDropdownBtn.tsx:230 +#: src/view/com/util/forms/PostDropdownBtn.tsx:232 msgid "Copy post text" msgstr "Kopioi viestin teksti" -#: src/Navigation.tsx:246 +#: src/Navigation.tsx:247 #: src/view/screens/CopyrightPolicy.tsx:29 msgid "Copyright Policy" msgstr "Tekijänoikeuskäytäntö" @@ -1004,7 +1045,7 @@ msgstr "Listaa ei voitu ladata" msgid "Create a new account" msgstr "Luo uusi käyttäjätili" -#: src/view/screens/Settings/index.tsx:406 +#: src/view/screens/Settings/index.tsx:399 msgid "Create a new Bluesky account" msgstr "Luo uusi Bluesky-tili" @@ -1035,8 +1076,8 @@ msgid "Created {0}" msgstr "{0} luotu" #: src/view/com/composer/Composer.tsx:469 -msgid "Creates a card with a thumbnail. The card links to {url}" -msgstr "Luo kortin pikkukuvan kanssa. Kortti linkittyy osoitteeseen {url}" +#~ msgid "Creates a card with a thumbnail. The card links to {url}" +#~ msgstr "Luo kortin pikkukuvan kanssa. Kortti linkittyy osoitteeseen {url}" #: src/screens/Onboarding/index.tsx:29 msgid "Culture" @@ -1056,12 +1097,12 @@ msgstr "Mukautettu verkkotunnus" 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öä." -#: src/view/screens/PreferencesExternalEmbeds.tsx:55 +#: src/view/screens/PreferencesExternalEmbeds.tsx:56 msgid "Customize media from external sites." msgstr "Muokkaa ulkoisten sivustojen mediasisältöjen asetuksia" -#: src/view/screens/Settings/index.tsx:455 -#: src/view/screens/Settings/index.tsx:481 +#: src/view/screens/Settings/index.tsx:433 +#: src/view/screens/Settings/index.tsx:459 msgid "Dark" msgstr "Tumma" @@ -1069,7 +1110,7 @@ msgstr "Tumma" msgid "Dark mode" msgstr "Tumma ulkoasu" -#: src/view/screens/Settings/index.tsx:468 +#: src/view/screens/Settings/index.tsx:446 msgid "Dark Theme" msgstr "Tumma teema" @@ -1077,7 +1118,7 @@ msgstr "Tumma teema" msgid "Date of birth" msgstr "Syntymäaika" -#: src/view/screens/Settings/index.tsx:805 +#: src/view/screens/Settings/index.tsx:800 msgid "Debug Moderation" msgstr "" @@ -1085,13 +1126,13 @@ msgstr "" msgid "Debug panel" msgstr "Vianetsintäpaneeli" -#: src/view/com/util/forms/PostDropdownBtn.tsx:341 +#: src/view/com/util/forms/PostDropdownBtn.tsx:345 #: src/view/screens/AppPasswords.tsx:268 #: src/view/screens/ProfileList.tsx:615 msgid "Delete" msgstr "Poista" -#: src/view/screens/Settings/index.tsx:760 +#: src/view/screens/Settings/index.tsx:755 msgid "Delete account" msgstr "Poista käyttäjätili" @@ -1115,12 +1156,12 @@ msgstr "Poista lista" msgid "Delete my account" msgstr "Poista käyttäjätilini" -#: src/view/screens/Settings/index.tsx:772 +#: src/view/screens/Settings/index.tsx:767 msgid "Delete My Account…" msgstr "Poista käyttäjätilini…" -#: src/view/com/util/forms/PostDropdownBtn.tsx:322 -#: src/view/com/util/forms/PostDropdownBtn.tsx:324 +#: src/view/com/util/forms/PostDropdownBtn.tsx:326 +#: src/view/com/util/forms/PostDropdownBtn.tsx:328 msgid "Delete post" msgstr "Poista viesti" @@ -1128,7 +1169,7 @@ msgstr "Poista viesti" msgid "Delete this list?" msgstr "Poista tämä lista?" -#: src/view/com/util/forms/PostDropdownBtn.tsx:336 +#: src/view/com/util/forms/PostDropdownBtn.tsx:340 msgid "Delete this post?" msgstr "Poista tämä viesti?" @@ -1147,21 +1188,33 @@ msgstr "Poistettu viesti." msgid "Description" msgstr "Kuvaus" -#: src/view/com/composer/Composer.tsx:218 +#: src/view/com/composer/Composer.tsx:228 msgid "Did you want to say anything?" msgstr "Haluatko sanoa jotain?" -#: src/view/screens/Settings/index.tsx:474 +#: src/view/screens/Settings/index.tsx:452 msgid "Dim" msgstr "Himmeä" -#: src/view/screens/Settings/index.tsx:697 -msgid "Disable haptics" -msgstr "Poista haptiset palautteet käytöstä" +#: src/view/screens/AccessibilitySettings.tsx:94 +msgid "Disable autoplay for GIFs" +msgstr "" + +#: src/view/screens/Settings/DisableEmail2FADialog.tsx:90 +msgid "Disable Email 2FA" +msgstr "" + +#: src/view/screens/AccessibilitySettings.tsx:108 +msgid "Disable haptic feedback" +msgstr "" #: src/view/screens/Settings/index.tsx:697 -msgid "Disable vibrations" -msgstr "Poista värinät käytöstä" +#~ msgid "Disable haptics" +#~ msgstr "Poista haptiset palautteet käytöstä" + +#: src/view/screens/Settings/index.tsx:697 +#~ msgid "Disable vibrations" +#~ msgstr "Poista värinät käytöstä" #: src/lib/moderation/useLabelBehaviorDescription.ts:32 #: src/lib/moderation/useLabelBehaviorDescription.ts:42 @@ -1170,11 +1223,11 @@ msgstr "Poista värinät käytöstä" msgid "Disabled" msgstr "Poistettu käytöstä" -#: src/view/com/composer/Composer.tsx:511 +#: src/view/com/composer/Composer.tsx:525 msgid "Discard" msgstr "Hylkää" -#: src/view/com/composer/Composer.tsx:508 +#: src/view/com/composer/Composer.tsx:522 msgid "Discard draft?" msgstr "Hylkää luonnos?" @@ -1260,7 +1313,7 @@ msgstr "Valmis{extraText}" msgid "Download CAR file" msgstr "Lataa CAR tiedosto" -#: src/view/com/composer/text-input/TextInput.web.tsx:249 +#: src/view/com/composer/text-input/TextInput.web.tsx:270 msgid "Drop to add images" msgstr "Raahaa tähän lisätäksesi kuvia" @@ -1331,7 +1384,7 @@ msgstr "Muokkaa listan tietoja" msgid "Edit Moderation List" msgstr "Muokkaa moderaatiolistaa" -#: src/Navigation.tsx:256 +#: src/Navigation.tsx:257 #: src/view/screens/Feeds.tsx:459 #: src/view/screens/SavedFeeds.tsx:85 msgid "Edit My Feeds" @@ -1342,12 +1395,12 @@ msgid "Edit my profile" msgstr "Muokkaa profiilia" #: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:178 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:168 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:166 msgid "Edit profile" msgstr "Muokkaa profiilia" #: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:181 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:171 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:169 msgid "Edit Profile" msgstr "Muokkaa profiilia" @@ -1377,6 +1430,10 @@ msgstr "Koulutus" msgid "Email" msgstr "Sähköposti" +#: src/view/screens/Settings/DisableEmail2FADialog.tsx:64 +msgid "Email 2FA disabled" +msgstr "" + #: src/screens/Login/ForgotPasswordForm.tsx:99 msgid "Email address" msgstr "Sähköpostiosoite" @@ -1390,11 +1447,11 @@ msgstr "Sähköpostiosoite päivitetty" msgid "Email Updated" msgstr "Sähköpostiosoite päivitetty" -#: src/view/com/modals/VerifyEmail.tsx:78 +#: src/view/com/modals/VerifyEmail.tsx:85 msgid "Email verified" msgstr "Sähköpostiosoite vahvistettu" -#: src/view/screens/Settings/index.tsx:334 +#: src/view/screens/Settings/index.tsx:327 msgid "Email:" msgstr "Sähköpostiosoite:" @@ -1403,8 +1460,8 @@ msgid "Embed HTML code" msgstr "Upotuksen HTML-koodi" #: src/components/dialogs/Embed.tsx:97 -#: src/view/com/util/forms/PostDropdownBtn.tsx:253 -#: src/view/com/util/forms/PostDropdownBtn.tsx:255 +#: src/view/com/util/forms/PostDropdownBtn.tsx:257 +#: src/view/com/util/forms/PostDropdownBtn.tsx:259 msgid "Embed post" msgstr "Upota viesti" @@ -1434,7 +1491,7 @@ msgstr "Näytä aikuissisältöä syötteissäsi" msgid "Enable external media" msgstr "Ota käyttöön ulkoinen media" -#: src/view/screens/PreferencesExternalEmbeds.tsx:75 +#: src/view/screens/PreferencesExternalEmbeds.tsx:76 msgid "Enable media players for" msgstr "Ota mediatoistimet käyttöön kohteille" @@ -1467,7 +1524,7 @@ msgstr "Anna salasana" msgid "Enter a word or tag" msgstr "Kirjoita sana tai aihetunniste" -#: src/view/com/modals/VerifyEmail.tsx:105 +#: src/view/com/modals/VerifyEmail.tsx:113 msgid "Enter Confirmation Code" msgstr "Syötä vahvistuskoodi" @@ -1558,12 +1615,12 @@ msgstr "Selvästi tai mahdollisesti häiritsevä media." msgid "Explicit sexual images." msgstr "Selvästi seksuaalista kuvamateriaalia." -#: src/view/screens/Settings/index.tsx:741 +#: src/view/screens/Settings/index.tsx:736 msgid "Export my data" msgstr "Vie tietoni" #: src/view/screens/Settings/ExportCarDialog.tsx:44 -#: src/view/screens/Settings/index.tsx:752 +#: src/view/screens/Settings/index.tsx:747 msgid "Export My Data" msgstr "Vie tietoni" @@ -1573,17 +1630,17 @@ msgid "External Media" msgstr "Ulkoiset mediat" #: src/components/dialogs/EmbedConsent.tsx:71 -#: src/view/screens/PreferencesExternalEmbeds.tsx:66 +#: 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 "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:275 -#: src/view/screens/PreferencesExternalEmbeds.tsx:52 -#: src/view/screens/Settings/index.tsx:628 +#: src/Navigation.tsx:276 +#: src/view/screens/PreferencesExternalEmbeds.tsx:53 +#: src/view/screens/Settings/index.tsx:629 msgid "External Media Preferences" msgstr "Ulkoisten mediasoittimien asetukset" -#: src/view/screens/Settings/index.tsx:619 +#: src/view/screens/Settings/index.tsx:620 msgid "External media settings" msgstr "Ulkoisten mediasoittimien asetukset" @@ -1600,6 +1657,10 @@ msgstr "Listan luominen epäonnistui. Tarkista internetyhteytesi ja yritä uudel msgid "Failed to delete post, please try again" msgstr "Viestin poistaminen epäonnistui, yritä uudelleen" +#: src/components/dialogs/GifSelect.tsx:200 +msgid "Failed to load GIFs" +msgstr "" + #: src/view/com/auth/onboarding/RecommendedFeeds.tsx:110 #: src/view/com/auth/onboarding/RecommendedFeeds.tsx:143 msgid "Failed to load recommended feeds" @@ -1609,7 +1670,7 @@ msgstr "Suositeltujen syötteiden lataaminen epäonnistui" msgid "Failed to save image: {0}" msgstr "Kuvan {0} tallennus epäonnistui" -#: src/Navigation.tsx:196 +#: src/Navigation.tsx:197 msgid "Feed" msgstr "Syöte" @@ -1626,10 +1687,10 @@ msgstr "Syöte ei ole käytettävissä" msgid "Feedback" msgstr "Palaute" -#: src/Navigation.tsx:456 +#: src/Navigation.tsx:465 #: src/view/screens/Feeds.tsx:444 #: src/view/screens/Feeds.tsx:549 -#: src/view/screens/Profile.tsx:199 +#: src/view/screens/Profile.tsx:198 #: src/view/shell/bottom-bar/BottomBar.tsx:192 #: src/view/shell/desktop/LeftNav.tsx:346 #: src/view/shell/Drawer.tsx:485 @@ -1667,13 +1728,17 @@ msgstr "Viimeistely" msgid "Find accounts to follow" msgstr "Etsi seurattavia tilejä" +#: src/view/screens/Search/Search.tsx:521 +msgid "Find posts and users on Bluesky" +msgstr "" + #: src/view/screens/Search/Search.tsx:589 -msgid "Find users on Bluesky" -msgstr "Etsi käyttäjiä Bluesky-palvelusta" +#~ msgid "Find users on Bluesky" +#~ msgstr "Etsi käyttäjiä Bluesky-palvelusta" #: src/view/screens/Search/Search.tsx:587 -msgid "Find users with the search tool on the right" -msgstr "Etsi käyttäjiä oikealla olevan hakutyökalun avulla" +#~ msgid "Find users with the search tool on the right" +#~ msgstr "Etsi käyttäjiä oikealla olevan hakutyökalun avulla" #: src/view/com/auth/onboarding/RecommendedFollowsItem.tsx:155 msgid "Finding similar accounts..." @@ -1705,7 +1770,7 @@ msgid "Flip vertically" msgstr "Käännä pystysuunnassa" #: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:189 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:235 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:233 #: src/view/com/auth/onboarding/RecommendedFollowsItem.tsx:141 #: src/view/com/post-thread/PostThreadFollowBtn.tsx:146 #: src/view/com/profile/ProfileHeaderSuggestedFollows.tsx:248 @@ -1718,7 +1783,7 @@ msgid "Follow" msgstr "Seuraa" #: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:58 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:221 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:219 #: src/view/com/post-thread/PostThreadFollowBtn.tsx:128 msgid "Follow {0}" msgstr "Seuraa {0}" @@ -1744,7 +1809,7 @@ msgstr "Seuraa valittuja tilejä ja siirry seuraavaan vaiheeseen" 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/view/com/profile/ProfileCard.tsx:219 +#: src/view/com/profile/ProfileCard.tsx:231 msgid "Followed by {0}" msgstr "Seuraajina {0}" @@ -1765,26 +1830,26 @@ msgstr "seurasi sinua" msgid "Followers" msgstr "Seuraajat" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:233 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:231 #: src/view/com/post-thread/PostThreadFollowBtn.tsx:149 #: src/view/com/profile/ProfileFollows.tsx:104 #: src/view/screens/ProfileFollows.tsx:25 msgid "Following" msgstr "Seurataan" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:93 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:91 msgid "Following {0}" msgstr "Seurataan {0}" -#: src/view/screens/Settings/index.tsx:504 +#: src/view/screens/Settings/index.tsx:505 msgid "Following feed preferences" msgstr "Seuratut -syötteen asetukset" -#: src/Navigation.tsx:262 +#: src/Navigation.tsx:263 #: src/view/com/home/HomeHeaderLayout.web.tsx:54 #: src/view/com/home/HomeHeaderLayoutMobile.tsx:87 #: src/view/screens/PreferencesFollowingFeed.tsx:104 -#: src/view/screens/Settings/index.tsx:513 +#: src/view/screens/Settings/index.tsx:514 msgid "Following Feed Preferences" msgstr "Seuratut -syötteen asetukset" @@ -1792,7 +1857,7 @@ msgstr "Seuratut -syötteen asetukset" msgid "Follows you" msgstr "Seuraa sinua" -#: src/view/com/profile/ProfileCard.tsx:144 +#: src/view/com/profile/ProfileCard.tsx:156 msgid "Follows You" msgstr "Seuraa sinua" @@ -1813,11 +1878,11 @@ msgstr "Turvallisuussyistä et näe tätä uudelleen. Jos unohdat tämän salasa msgid "Forgot Password" msgstr "Unohtunut salasana" -#: src/screens/Login/LoginForm.tsx:201 +#: src/screens/Login/LoginForm.tsx:218 msgid "Forgot password?" msgstr "Unohtuiko salasana?" -#: src/screens/Login/LoginForm.tsx:212 +#: src/screens/Login/LoginForm.tsx:229 msgid "Forgot?" msgstr "Unohditko?" @@ -1825,8 +1890,7 @@ msgstr "Unohditko?" msgid "Frequently Posts Unwanted Content" msgstr "Julkaisee usein ei-toivottua sisältöä" -#: src/screens/Hashtag.tsx:109 -#: src/screens/Hashtag.tsx:149 +#: src/screens/Hashtag.tsx:118 msgid "From @{sanitizedAuthor}" msgstr "" @@ -1835,12 +1899,12 @@ msgctxt "from-feed" msgid "From <0/>" msgstr "Lähde: <0/>" -#: src/view/com/composer/photos/SelectPhotoBtn.tsx:43 +#: src/view/com/composer/photos/SelectPhotoBtn.tsx:39 msgid "Gallery" msgstr "Galleria" -#: src/view/com/modals/VerifyEmail.tsx:189 -#: src/view/com/modals/VerifyEmail.tsx:191 +#: src/view/com/modals/VerifyEmail.tsx:197 +#: src/view/com/modals/VerifyEmail.tsx:199 msgid "Get Started" msgstr "Aloita tästä" @@ -1859,7 +1923,7 @@ msgstr "Ilmeisiä lain tai käyttöehtojen rikkomuksia" msgid "Go back" msgstr "Palaa takaisin" -#: src/components/Error.tsx:91 +#: src/components/Error.tsx:100 #: src/screens/Profile/ErrorState.tsx:62 #: src/screens/Profile/ErrorState.tsx:66 #: src/view/screens/NotFound.tsx:54 @@ -1884,7 +1948,7 @@ msgstr "Palaa alkuun" msgid "Go Home" msgstr "Palaa alkuun" -#: src/view/screens/Search/Search.tsx:896 +#: src/view/screens/Search/Search.tsx:827 #: src/view/shell/desktop/Search.tsx:263 msgid "Go to @{queryMaybeHandle}" msgstr "Siirry @{queryMaybeHandle}" @@ -1902,15 +1966,19 @@ msgstr "" msgid "Handle" msgstr "Käyttäjätunnus" +#: src/view/screens/AccessibilitySettings.tsx:103 +msgid "Haptics" +msgstr "" + #: src/lib/moderation/useReportOptions.ts:32 msgid "Harassment, trolling, or intolerance" msgstr "Häirintä, trollaus tai suvaitsemattomuus" -#: src/Navigation.tsx:282 +#: src/Navigation.tsx:291 msgid "Hashtag" msgstr "Aihetunniste" -#: src/components/RichText.tsx:197 +#: src/components/RichText.tsx:206 msgid "Hashtag: #{tag}" msgstr "Aihetunniste #{tag}" @@ -1948,7 +2016,7 @@ msgstr "Tässä on sovelluksesi salasana." #: src/lib/moderation/useLabelBehaviorDescription.ts:30 #: src/screens/Onboarding/StepModeration/ModerationOption.tsx:52 #: src/screens/Onboarding/StepModeration/ModerationOption.tsx:76 -#: src/view/com/util/forms/PostDropdownBtn.tsx:350 +#: src/view/com/util/forms/PostDropdownBtn.tsx:354 msgid "Hide" msgstr "Piilota" @@ -1957,8 +2025,8 @@ msgctxt "action" msgid "Hide" msgstr "Piilota" -#: src/view/com/util/forms/PostDropdownBtn.tsx:294 -#: src/view/com/util/forms/PostDropdownBtn.tsx:296 +#: src/view/com/util/forms/PostDropdownBtn.tsx:298 +#: src/view/com/util/forms/PostDropdownBtn.tsx:300 msgid "Hide post" msgstr "Piilota viesti" @@ -1967,7 +2035,7 @@ msgstr "Piilota viesti" msgid "Hide the content" msgstr "Piilota sisältö" -#: src/view/com/util/forms/PostDropdownBtn.tsx:347 +#: src/view/com/util/forms/PostDropdownBtn.tsx:351 msgid "Hide this post?" msgstr "Piilota tämä viesti?" @@ -2003,7 +2071,7 @@ 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:446 +#: src/Navigation.tsx:455 #: src/view/shell/bottom-bar/BottomBar.tsx:148 #: src/view/shell/desktop/LeftNav.tsx:310 #: src/view/shell/Drawer.tsx:407 @@ -2016,7 +2084,7 @@ msgid "Host:" msgstr "" #: src/screens/Login/ForgotPasswordForm.tsx:89 -#: src/screens/Login/LoginForm.tsx:134 +#: src/screens/Login/LoginForm.tsx:151 #: src/screens/Signup/StepInfo/index.tsx:40 #: src/view/com/modals/ChangeHandle.tsx:281 msgid "Hosting provider" @@ -2026,11 +2094,13 @@ msgstr "Hostingyritys" msgid "How should we open this link?" msgstr "Kuinka haluat avata tämän linkin?" -#: src/view/com/modals/VerifyEmail.tsx:214 +#: 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 "Minulla on koodi" -#: src/view/com/modals/VerifyEmail.tsx:216 +#: src/view/com/modals/VerifyEmail.tsx:224 msgid "I have a confirmation code" msgstr "Minulla on vahvistuskoodi" @@ -2054,7 +2124,7 @@ msgstr "" 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:338 +#: src/view/com/util/forms/PostDropdownBtn.tsx:342 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ä." @@ -2098,15 +2168,19 @@ msgstr "Syötä uusi salasana" msgid "Input password for account deletion" msgstr "Syötä salasana käyttäjätilin poistoa varten" -#: src/screens/Login/LoginForm.tsx:195 +#: src/screens/Login/LoginForm.tsx:257 +msgid "Input the code which has been emailed to you" +msgstr "" + +#: src/screens/Login/LoginForm.tsx:212 msgid "Input the password tied to {identifier}" msgstr "Syötä salasana, joka liittyy kohteeseen {identifier}" -#: src/screens/Login/LoginForm.tsx:168 +#: src/screens/Login/LoginForm.tsx:185 msgid "Input the username or email address you used at signup" msgstr "Syötä käyttäjätunnus tai sähköpostiosoite, jonka käytit rekisteröityessäsi" -#: src/screens/Login/LoginForm.tsx:194 +#: src/screens/Login/LoginForm.tsx:211 msgid "Input your password" msgstr "Syötä salasanasi" @@ -2118,11 +2192,16 @@ msgstr "Syötä haluamasi palveluntarjoaja" msgid "Input your user handle" msgstr "Syötä käyttäjätunnuksesi" -#: src/view/com/post-thread/PostThreadItem.tsx:221 +#: src/screens/Login/LoginForm.tsx:126 +#: src/view/screens/Settings/DisableEmail2FADialog.tsx:70 +msgid "Invalid 2FA confirmation code." +msgstr "" + +#: src/view/com/post-thread/PostThreadItem.tsx:222 msgid "Invalid or unsupported post record" msgstr "Virheellinen tai ei tuettu tietue" -#: src/screens/Login/LoginForm.tsx:114 +#: src/screens/Login/LoginForm.tsx:131 msgid "Invalid username or password" msgstr "Virheellinen käyttäjätunnus tai salasana" @@ -2170,7 +2249,7 @@ msgstr "Merkinnnyt {0}." msgid "Labeled by the author." msgstr "" -#: src/view/screens/Profile.tsx:193 +#: src/view/screens/Profile.tsx:192 msgid "Labels" msgstr "" @@ -2194,20 +2273,21 @@ msgstr "" msgid "Language selection" msgstr "Kielen valinta" -#: src/view/screens/Settings/index.tsx:565 +#: src/view/screens/Settings/index.tsx:566 msgid "Language settings" msgstr "Kielen asetukset" -#: src/Navigation.tsx:144 +#: src/Navigation.tsx:145 #: src/view/screens/LanguageSettings.tsx:89 msgid "Language Settings" msgstr "Kielen asetukset" -#: src/view/screens/Settings/index.tsx:574 +#: src/view/screens/Settings/index.tsx:575 msgid "Languages" msgstr "Kielet" -#: src/view/screens/Search/Search.tsx:437 +#: src/screens/Hashtag.tsx:99 +#: src/view/screens/Search/Search.tsx:428 msgid "Latest" msgstr "Uusimmat" @@ -2245,7 +2325,7 @@ msgstr "Poistuminen Blueskysta" msgid "left to go." msgstr "jäljellä." -#: src/view/screens/Settings/index.tsx:299 +#: src/view/screens/Settings/index.tsx:292 msgid "Legacy storage cleared, you need to restart the app now." msgstr "Legacy tietovarasto tyhjennetty, sinun on käynnistettävä sovellus uudelleen nyt." @@ -2258,7 +2338,7 @@ msgstr "Aloitetaan salasanasi nollaus!" msgid "Let's go!" msgstr "Aloitetaan!" -#: src/view/screens/Settings/index.tsx:449 +#: src/view/screens/Settings/index.tsx:427 msgid "Light" msgstr "Vaalea" @@ -2272,8 +2352,8 @@ msgid "Like this feed" msgstr "Tykkää tästä syötteestä" #: src/components/LikesDialog.tsx:87 -#: src/Navigation.tsx:201 -#: src/Navigation.tsx:206 +#: src/Navigation.tsx:202 +#: src/Navigation.tsx:207 msgid "Liked by" msgstr "Tykänneet" @@ -2305,15 +2385,15 @@ msgstr "tykkäsi mukautetusta syötteestäsi" msgid "liked your post" msgstr "tykkäsi viestistäsi" -#: src/view/screens/Profile.tsx:198 +#: src/view/screens/Profile.tsx:197 msgid "Likes" msgstr "Tykkäykset" -#: src/view/com/post-thread/PostThreadItem.tsx:182 +#: src/view/com/post-thread/PostThreadItem.tsx:183 msgid "Likes on this post" msgstr "Tykkäykset tässä viestissä" -#: src/Navigation.tsx:170 +#: src/Navigation.tsx:171 msgid "List" msgstr "Lista" @@ -2349,9 +2429,9 @@ msgstr "Listaa estosta poistetut" msgid "List unmuted" msgstr "Listaa hiljennyksestä poistetut" -#: src/Navigation.tsx:114 -#: src/view/screens/Profile.tsx:194 -#: src/view/screens/Profile.tsx:200 +#: src/Navigation.tsx:115 +#: src/view/screens/Profile.tsx:193 +#: src/view/screens/Profile.tsx:199 #: src/view/shell/desktop/LeftNav.tsx:383 #: src/view/shell/Drawer.tsx:501 #: src/view/shell/Drawer.tsx:502 @@ -2363,7 +2443,7 @@ msgid "Load new notifications" msgstr "Lataa uusia ilmoituksia" #: src/screens/Profile/Sections/Feed.tsx:86 -#: src/view/com/feeds/FeedPage.tsx:138 +#: src/view/com/feeds/FeedPage.tsx:134 #: src/view/screens/ProfileFeed.tsx:507 #: src/view/screens/ProfileList.tsx:697 msgid "Load new posts" @@ -2373,7 +2453,7 @@ msgstr "Lataa uusia viestejä" msgid "Loading..." msgstr "Ladataan..." -#: src/Navigation.tsx:221 +#: src/Navigation.tsx:222 msgid "Log" msgstr "Loki" @@ -2392,6 +2472,10 @@ msgstr "Näkyvyys kirjautumattomana" msgid "Login to account that is not listed" msgstr "Kirjaudu tiliin, joka ei ole luettelossa" +#: src/components/RichText.tsx:207 +msgid "Long press to open tag menu for #{tag}" +msgstr "" + #: src/screens/Login/SetNewPasswordForm.tsx:116 msgid "Looks like XXXXX-XXXXX" msgstr "" @@ -2404,7 +2488,8 @@ msgstr "Varmista, että olet menossa oikeaan paikkaan!" msgid "Manage your muted words and tags" msgstr "Hallinnoi hiljennettyjä sanoja ja aihetunnisteita" -#: src/view/screens/Profile.tsx:197 +#: src/view/screens/AccessibilitySettings.tsx:89 +#: src/view/screens/Profile.tsx:196 msgid "Media" msgstr "Media" @@ -2416,8 +2501,8 @@ msgstr "mainitut käyttäjät" msgid "Mentioned users" msgstr "Mainitut käyttäjät" -#: src/view/com/util/ViewHeader.tsx:87 -#: src/view/screens/Search/Search.tsx:795 +#: src/view/com/util/ViewHeader.tsx:89 +#: src/view/screens/Search/Search.tsx:726 msgid "Menu" msgstr "Valikko" @@ -2429,9 +2514,9 @@ msgstr "Viesti palvelimelta: {0}" msgid "Misleading Account" msgstr "Harhaanjohtava käyttäjätili" -#: src/Navigation.tsx:119 +#: src/Navigation.tsx:120 #: src/screens/Moderation/index.tsx:104 -#: src/view/screens/Settings/index.tsx:596 +#: src/view/screens/Settings/index.tsx:597 #: src/view/shell/desktop/LeftNav.tsx:401 #: src/view/shell/Drawer.tsx:520 #: src/view/shell/Drawer.tsx:521 @@ -2469,16 +2554,16 @@ msgstr "Moderointilista päivitetty" msgid "Moderation lists" msgstr "Moderointilistat" -#: src/Navigation.tsx:124 +#: src/Navigation.tsx:125 #: src/view/screens/ModerationModlists.tsx:58 msgid "Moderation Lists" msgstr "Moderointilistat" -#: src/view/screens/Settings/index.tsx:590 +#: src/view/screens/Settings/index.tsx:591 msgid "Moderation settings" msgstr "Moderointiasetukset" -#: src/Navigation.tsx:216 +#: src/Navigation.tsx:217 msgid "Moderation states" msgstr "" @@ -2491,7 +2576,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:535 +#: src/view/com/post-thread/PostThreadItem.tsx:541 msgid "More" msgstr "Lisää" @@ -2553,13 +2638,13 @@ msgstr "Hiljennä tämä sana viesteissä ja aihetunnisteissa" msgid "Mute this word in tags only" msgstr "Hiljennä tämä sana vain aihetunnisteissa" -#: src/view/com/util/forms/PostDropdownBtn.tsx:269 -#: src/view/com/util/forms/PostDropdownBtn.tsx:275 +#: src/view/com/util/forms/PostDropdownBtn.tsx:273 +#: src/view/com/util/forms/PostDropdownBtn.tsx:279 msgid "Mute thread" msgstr "Hiljennä keskustelu" -#: src/view/com/util/forms/PostDropdownBtn.tsx:285 -#: src/view/com/util/forms/PostDropdownBtn.tsx:287 +#: src/view/com/util/forms/PostDropdownBtn.tsx:289 +#: src/view/com/util/forms/PostDropdownBtn.tsx:291 msgid "Mute words & tags" msgstr "Hiljennä sanat ja aihetunnisteet" @@ -2571,7 +2656,7 @@ msgstr "Hiljennetty" msgid "Muted accounts" msgstr "Hiljennetyt käyttäjät" -#: src/Navigation.tsx:129 +#: src/Navigation.tsx:130 #: src/view/screens/ModerationMutedAccounts.tsx:112 msgid "Muted Accounts" msgstr "Hiljennetyt käyttäjätilit" @@ -2605,11 +2690,11 @@ msgstr "Omat syötteet" msgid "My Profile" msgstr "Profiilini" -#: src/view/screens/Settings/index.tsx:547 +#: src/view/screens/Settings/index.tsx:548 msgid "My saved feeds" msgstr "Tallennetut syötteeni" -#: src/view/screens/Settings/index.tsx:553 +#: src/view/screens/Settings/index.tsx:554 msgid "My Saved Feeds" msgstr "Tallennetut syötteeni" @@ -2633,7 +2718,7 @@ msgid "Nature" msgstr "Luonto" #: src/screens/Login/ForgotPasswordForm.tsx:173 -#: src/screens/Login/LoginForm.tsx:255 +#: src/screens/Login/LoginForm.tsx:303 #: src/view/com/modals/ChangePassword.tsx:168 msgid "Navigates to the next screen" msgstr "Siirtyy seuraavalle näytölle" @@ -2680,14 +2765,14 @@ msgstr "Uusi salasana" msgid "New Password" msgstr "Uusi salasana" -#: src/view/com/feeds/FeedPage.tsx:149 +#: src/view/com/feeds/FeedPage.tsx:145 msgctxt "action" msgid "New post" msgstr "Uusi viesti" #: src/view/screens/Feeds.tsx:580 #: src/view/screens/Notifications.tsx:168 -#: src/view/screens/Profile.tsx:480 +#: src/view/screens/Profile.tsx:465 #: src/view/screens/ProfileFeed.tsx:445 #: src/view/screens/ProfileList.tsx:200 #: src/view/screens/ProfileList.tsx:228 @@ -2714,8 +2799,8 @@ msgstr "Uutiset" #: src/screens/Login/ForgotPasswordForm.tsx:143 #: src/screens/Login/ForgotPasswordForm.tsx:150 -#: src/screens/Login/LoginForm.tsx:254 -#: src/screens/Login/LoginForm.tsx:261 +#: src/screens/Login/LoginForm.tsx:302 +#: src/screens/Login/LoginForm.tsx:309 #: src/screens/Login/SetNewPasswordForm.tsx:174 #: src/screens/Login/SetNewPasswordForm.tsx:180 #: src/screens/Signup/index.tsx:207 @@ -2752,7 +2837,11 @@ msgstr "Ei kuvausta" msgid "No DNS Panel" msgstr "" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:118 +#: src/components/dialogs/GifSelect.tsx:206 +msgid "No featured GIFs found. There may be an issue with Tenor." +msgstr "" + +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:116 msgid "No longer following {0}" msgstr "Et enää seuraa käyttäjää {0}" @@ -2769,7 +2858,7 @@ msgstr "Ei vielä ilmoituksia!" msgid "No result" msgstr "Ei tuloksia" -#: src/components/Lists.tsx:183 +#: src/components/Lists.tsx:192 msgid "No results found" msgstr "Tuloksia ei löydetty" @@ -2778,11 +2867,15 @@ msgid "No results found for \"{query}\"" msgstr "Ei tuloksia haulle \"{query}\"" #: src/view/com/modals/ListAddRemoveUsers.tsx:127 -#: src/view/screens/Search/Search.tsx:349 -#: src/view/screens/Search/Search.tsx:387 +#: src/view/screens/Search/Search.tsx:350 +#: src/view/screens/Search/Search.tsx:388 msgid "No results found for {query}" msgstr "Ei tuloksia haulle {query}" +#: src/components/dialogs/GifSelect.tsx:204 +msgid "No search results found for \"{search}\"." +msgstr "" + #: src/components/dialogs/EmbedConsent.tsx:105 #: src/components/dialogs/EmbedConsent.tsx:112 msgid "No thanks" @@ -2805,18 +2898,18 @@ msgstr "Ei-seksuaalinen alastomuus" msgid "Not Applicable." msgstr "Ei sovellettavissa." -#: src/Navigation.tsx:109 +#: src/Navigation.tsx:110 #: src/view/screens/Profile.tsx:101 msgid "Not Found" msgstr "Ei löytynyt" -#: src/view/com/modals/VerifyEmail.tsx:246 -#: src/view/com/modals/VerifyEmail.tsx:252 +#: src/view/com/modals/VerifyEmail.tsx:254 +#: src/view/com/modals/VerifyEmail.tsx:260 msgid "Not right now" msgstr "Ei juuri nyt" #: src/view/com/profile/ProfileMenu.tsx:368 -#: src/view/com/util/forms/PostDropdownBtn.tsx:364 +#: src/view/com/util/forms/PostDropdownBtn.tsx:368 #: src/view/com/util/post-ctrls/PostCtrls.tsx:248 msgid "Note about sharing" msgstr "" @@ -2825,7 +2918,7 @@ msgstr "" msgid "Note: Bluesky is an open and public network. This setting only limits the visibility of your content on the Bluesky app and website, and other apps may not respect this setting. Your content may still be shown to logged-out users by other apps and websites." msgstr "Huomio: Bluesky on avoin ja julkinen verkosto. Tämä asetus rajoittaa vain sisältösi näkyvyyttä Bluesky-sovelluksessa ja -sivustolla, eikä muut sovellukset ehkä kunnioita tässä asetuksissaan. Sisältösi voi silti näkyä uloskirjautuneille käyttäjille muissa sovelluksissa ja verkkosivustoilla." -#: src/Navigation.tsx:461 +#: src/Navigation.tsx:470 #: src/view/screens/Notifications.tsx:124 #: src/view/screens/Notifications.tsx:148 #: src/view/shell/bottom-bar/BottomBar.tsx:216 @@ -2851,7 +2944,8 @@ msgstr "" msgid "Off" msgstr "Pois" -#: src/view/com/util/ErrorBoundary.tsx:49 +#: src/components/dialogs/GifSelect.tsx:287 +#: src/view/com/util/ErrorBoundary.tsx:55 msgid "Oh no!" msgstr "Voi ei!" @@ -2872,11 +2966,11 @@ msgstr "Selvä" msgid "Oldest replies first" msgstr "Vanhimmat vastaukset ensin" -#: src/view/screens/Settings/index.tsx:247 +#: src/view/screens/Settings/index.tsx:236 msgid "Onboarding reset" msgstr "Käyttöönoton nollaus" -#: src/view/com/composer/Composer.tsx:392 +#: src/view/com/composer/Composer.tsx:424 msgid "One or more images is missing alt text." msgstr "Yksi tai useampi kuva on ilman vaihtoehtoista Alt-tekstiä." @@ -2888,11 +2982,11 @@ msgstr "Vain {0} voi vastata." msgid "Only contains letters, numbers, and hyphens" msgstr "Sisältää vain kirjaimia, numeroita ja väliviivoja" -#: src/components/Lists.tsx:75 +#: src/components/Lists.tsx:78 msgid "Oops, something went wrong!" msgstr "Hups, nyt meni jotain väärin!" -#: src/components/Lists.tsx:170 +#: src/components/Lists.tsx:177 #: src/view/screens/AppPasswords.tsx:67 #: src/view/screens/Profile.tsx:101 msgid "Oops!" @@ -2902,8 +2996,8 @@ msgstr "Hups!" msgid "Open" msgstr "Avaa" -#: src/view/com/composer/Composer.tsx:491 -#: src/view/com/composer/Composer.tsx:492 +#: src/view/com/composer/Composer.tsx:505 +#: src/view/com/composer/Composer.tsx:506 msgid "Open emoji picker" msgstr "Avaa emoji-valitsin" @@ -2911,7 +3005,7 @@ msgstr "Avaa emoji-valitsin" msgid "Open feed options menu" msgstr "Avaa syötteen asetusvalikko" -#: src/view/screens/Settings/index.tsx:685 +#: src/view/screens/Settings/index.tsx:686 msgid "Open links with in-app browser" msgstr "Avaa linkit sovelluksen sisäisellä selaimella" @@ -2927,12 +3021,12 @@ msgstr "Avaa navigointi" msgid "Open post options menu" msgstr "" -#: src/view/screens/Settings/index.tsx:792 -#: src/view/screens/Settings/index.tsx:802 +#: src/view/screens/Settings/index.tsx:787 +#: src/view/screens/Settings/index.tsx:797 msgid "Open storybook page" msgstr "Avaa storybook-sivu" -#: src/view/screens/Settings/index.tsx:780 +#: src/view/screens/Settings/index.tsx:775 msgid "Open system log" msgstr "Avaa järjestelmäloki" @@ -2940,6 +3034,10 @@ msgstr "Avaa järjestelmäloki" msgid "Opens {numItems} options" msgstr "Avaa {numItems} asetusta" +#: src/view/screens/Settings/index.tsx:485 +msgid "Opens accessibility settings" +msgstr "" + #: src/view/screens/Log.tsx:54 msgid "Opens additional details for a debug entry" msgstr "Avaa debug lisätiedot" @@ -2948,7 +3046,7 @@ msgstr "Avaa debug lisätiedot" msgid "Opens an expanded list of users in this notification" msgstr "Avaa laajennetun listan tämän ilmoituksen käyttäjistä" -#: src/view/com/composer/photos/OpenCameraBtn.tsx:78 +#: src/view/com/composer/photos/OpenCameraBtn.tsx:74 msgid "Opens camera on device" msgstr "Avaa laitteen kameran" @@ -2956,15 +3054,15 @@ msgstr "Avaa laitteen kameran" msgid "Opens composer" msgstr "Avaa editorin" -#: src/view/screens/Settings/index.tsx:566 +#: src/view/screens/Settings/index.tsx:567 msgid "Opens configurable language settings" msgstr "Avaa mukautettavat kielen asetukset" -#: src/view/com/composer/photos/SelectPhotoBtn.tsx:44 +#: src/view/com/composer/photos/SelectPhotoBtn.tsx:40 msgid "Opens device photo gallery" msgstr "Avaa laitteen valokuvat" -#: src/view/screens/Settings/index.tsx:620 +#: src/view/screens/Settings/index.tsx:621 msgid "Opens external embeds settings" msgstr "Avaa ulkoiset upotusasetukset" @@ -2978,27 +3076,31 @@ msgstr "" msgid "Opens flow to sign into your existing Bluesky account" msgstr "" +#: src/view/com/composer/photos/SelectGifBtn.tsx:37 +msgid "Opens GIF select dialog" +msgstr "" + #: src/view/com/modals/InviteCodes.tsx:173 msgid "Opens list of invite codes" msgstr "Avaa kutsukoodien luettelon" -#: src/view/screens/Settings/index.tsx:762 +#: src/view/screens/Settings/index.tsx:757 msgid "Opens modal for account deletion confirmation. Requires email code" msgstr "" -#: src/view/screens/Settings/index.tsx:720 +#: src/view/screens/Settings/index.tsx:715 msgid "Opens modal for changing your Bluesky password" msgstr "" -#: src/view/screens/Settings/index.tsx:669 +#: src/view/screens/Settings/index.tsx:670 msgid "Opens modal for choosing a new Bluesky handle" msgstr "" -#: src/view/screens/Settings/index.tsx:743 +#: src/view/screens/Settings/index.tsx:738 msgid "Opens modal for downloading your Bluesky account data (repository)" msgstr "" -#: src/view/screens/Settings/index.tsx:932 +#: src/view/screens/Settings/index.tsx:927 msgid "Opens modal for email verification" msgstr "" @@ -3006,11 +3108,11 @@ msgstr "" msgid "Opens modal for using custom domain" msgstr "Avaa asetukset oman verkkotunnuksen käyttöönottoon" -#: src/view/screens/Settings/index.tsx:591 +#: src/view/screens/Settings/index.tsx:592 msgid "Opens moderation settings" msgstr "Avaa moderointiasetukset" -#: src/screens/Login/LoginForm.tsx:202 +#: src/screens/Login/LoginForm.tsx:219 msgid "Opens password reset form" msgstr "Avaa salasanan palautuslomakkeen" @@ -3019,15 +3121,15 @@ msgstr "Avaa salasanan palautuslomakkeen" msgid "Opens screen to edit Saved Feeds" msgstr "Avaa näkymän tallennettujen syötteiden muokkaamiseen" -#: src/view/screens/Settings/index.tsx:548 +#: src/view/screens/Settings/index.tsx:549 msgid "Opens screen with all saved feeds" msgstr "Avaa näkymän kaikkiin tallennettuihin syötteisiin" -#: src/view/screens/Settings/index.tsx:647 +#: src/view/screens/Settings/index.tsx:648 msgid "Opens the app password settings" msgstr "Avaa sovelluksen salasanojen asetukset" -#: src/view/screens/Settings/index.tsx:505 +#: src/view/screens/Settings/index.tsx:506 msgid "Opens the Following feed preferences" msgstr "Avaa Seuratut-syötteen asetukset" @@ -3035,16 +3137,16 @@ msgstr "Avaa Seuratut-syötteen asetukset" msgid "Opens the linked website" msgstr "Avaa linkitetyn verkkosivun" -#: src/view/screens/Settings/index.tsx:793 -#: src/view/screens/Settings/index.tsx:803 +#: src/view/screens/Settings/index.tsx:788 +#: src/view/screens/Settings/index.tsx:798 msgid "Opens the storybook page" msgstr "Avaa storybook-sivun" -#: src/view/screens/Settings/index.tsx:781 +#: src/view/screens/Settings/index.tsx:776 msgid "Opens the system log page" msgstr "Avaa järjestelmän lokisivun" -#: src/view/screens/Settings/index.tsx:526 +#: src/view/screens/Settings/index.tsx:527 msgid "Opens the threads preferences" msgstr "Avaa keskusteluasetukset" @@ -3072,7 +3174,7 @@ msgstr "Toinen tili" msgid "Other..." msgstr "Muu..." -#: src/components/Lists.tsx:184 +#: src/components/Lists.tsx:193 #: src/view/screens/NotFound.tsx:45 msgid "Page not found" msgstr "Sivua ei löytynyt" @@ -3081,7 +3183,7 @@ msgstr "Sivua ei löytynyt" msgid "Page Not Found" msgstr "Sivua ei löytynyt" -#: src/screens/Login/LoginForm.tsx:178 +#: src/screens/Login/LoginForm.tsx:195 #: src/screens/Signup/StepInfo/index.tsx:102 #: src/view/com/modals/DeleteAccount.tsx:194 #: src/view/com/modals/DeleteAccount.tsx:201 @@ -3100,16 +3202,19 @@ msgstr "Salasana päivitetty" msgid "Password updated!" msgstr "Salasana päivitetty!" -#: src/view/screens/Search/Search.tsx:447 -#: src/view/screens/Search/Search.tsx:456 +#: src/view/com/util/post-embeds/GifEmbed.tsx:31 +msgid "Pause" +msgstr "" + +#: src/view/screens/Search/Search.tsx:438 msgid "People" msgstr "Henkilöt" -#: src/Navigation.tsx:164 +#: src/Navigation.tsx:165 msgid "People followed by @{0}" msgstr "Henkilöt, joita @{0} seuraa" -#: src/Navigation.tsx:157 +#: src/Navigation.tsx:158 msgid "People following @{0}" msgstr "Henkilöt, jotka seuraavat käyttäjää @{0}" @@ -3142,10 +3247,18 @@ msgstr "Kiinnitä etusivulle" msgid "Pinned Feeds" msgstr "Kiinnitetyt syötteet" +#: src/view/com/util/post-embeds/GifEmbed.tsx:31 +msgid "Play" +msgstr "" + #: src/view/com/util/post-embeds/ExternalGifEmbed.tsx:123 msgid "Play {0}" msgstr "Toista {0}" +#: src/view/com/util/post-embeds/GifEmbed.tsx:30 +msgid "Play or pause the GIF" +msgstr "" + #: src/view/com/util/post-embeds/ExternalPlayerEmbed.tsx:57 #: src/view/com/util/post-embeds/ExternalPlayerEmbed.tsx:58 msgid "Play Video" @@ -3195,11 +3308,11 @@ msgstr "Anna myös salasanasi:" msgid "Please explain why you think this label was incorrectly applied by {0}" msgstr "" -#: src/view/com/modals/VerifyEmail.tsx:101 +#: src/view/com/modals/VerifyEmail.tsx:109 msgid "Please Verify Your Email" msgstr "Vahvista sähköpostiosoitteesi" -#: src/view/com/composer/Composer.tsx:222 +#: src/view/com/composer/Composer.tsx:232 msgid "Please wait for your link card to finish loading" msgstr "Odota, että linkkikortti latautuu kokonaan" @@ -3211,8 +3324,8 @@ msgstr "Politiikka" msgid "Porn" msgstr "Porno" -#: src/view/com/composer/Composer.tsx:367 -#: src/view/com/composer/Composer.tsx:375 +#: src/view/com/composer/Composer.tsx:399 +#: src/view/com/composer/Composer.tsx:407 msgctxt "action" msgid "Post" msgstr "Lähetä" @@ -3222,13 +3335,13 @@ msgctxt "description" msgid "Post" msgstr "Viesti" -#: src/view/com/post-thread/PostThreadItem.tsx:175 +#: src/view/com/post-thread/PostThreadItem.tsx:176 msgid "Post by {0}" msgstr "Lähettäjä {0}" -#: src/Navigation.tsx:176 -#: src/Navigation.tsx:183 -#: src/Navigation.tsx:190 +#: src/Navigation.tsx:177 +#: src/Navigation.tsx:184 +#: src/Navigation.tsx:191 msgid "Post by @{0}" msgstr "Lähettäjä @{0}" @@ -3267,8 +3380,7 @@ msgstr "Viestiä ei löydy" msgid "posts" msgstr "viestit" -#: src/view/screens/Profile.tsx:195 -#: src/view/screens/Search/Search.tsx:467 +#: src/view/screens/Profile.tsx:194 msgid "Posts" msgstr "Viestit" @@ -3288,8 +3400,8 @@ msgstr "Mahdollisesti harhaanjohtava linkki" msgid "Press to change hosting provider" msgstr "" -#: src/components/Error.tsx:74 -#: src/components/Lists.tsx:80 +#: src/components/Error.tsx:83 +#: src/components/Lists.tsx:83 #: src/screens/Signup/index.tsx:187 msgid "Press to retry" msgstr "Paina uudelleen jatkaaksesi" @@ -3306,15 +3418,15 @@ msgstr "Ensisijainen kieli" msgid "Prioritize Your Follows" msgstr "Aseta seurattavat tärkeysjärjestykseen" -#: src/view/screens/Settings/index.tsx:603 +#: src/view/screens/Settings/index.tsx:604 #: src/view/shell/desktop/RightNav.tsx:72 msgid "Privacy" msgstr "Yksityisyys" -#: src/Navigation.tsx:231 +#: src/Navigation.tsx:232 #: src/screens/Signup/StepInfo/Policies.tsx:56 #: src/view/screens/PrivacyPolicy.tsx:29 -#: src/view/screens/Settings/index.tsx:887 +#: src/view/screens/Settings/index.tsx:882 #: src/view/shell/Drawer.tsx:271 msgid "Privacy Policy" msgstr "Yksityisyydensuojakäytäntö" @@ -3324,7 +3436,7 @@ msgid "Processing..." msgstr "Käsitellään..." #: src/view/screens/DebugMod.tsx:888 -#: src/view/screens/Profile.tsx:361 +#: src/view/screens/Profile.tsx:346 msgid "profile" msgstr "profiili" @@ -3340,7 +3452,7 @@ msgstr "Profiili" msgid "Profile updated" msgstr "Profiili päivitetty" -#: src/view/screens/Settings/index.tsx:945 +#: src/view/screens/Settings/index.tsx:940 msgid "Protect your account by verifying your email." msgstr "Suojaa käyttäjätilisi vahvistamalla sähköpostiosoitteesi." @@ -3356,11 +3468,11 @@ msgstr "Julkinen, jaettava käyttäjäluettelo hiljennettyjen tai estettyjen kä msgid "Public, shareable lists which can drive feeds." msgstr "Julkinen, jaettava lista, joka voi ohjata syötteitä." -#: src/view/com/composer/Composer.tsx:352 +#: src/view/com/composer/Composer.tsx:384 msgid "Publish post" msgstr "Julkaise viesti" -#: src/view/com/composer/Composer.tsx:352 +#: src/view/com/composer/Composer.tsx:384 msgid "Publish reply" msgstr "Julkaise vastaus" @@ -3386,7 +3498,7 @@ msgstr "Satunnainen (tunnetaan myös nimellä \"Lähettäjän ruletti\")" msgid "Ratios" msgstr "Suhdeluvut" -#: src/view/screens/Search/Search.tsx:924 +#: src/view/screens/Search/Search.tsx:855 msgid "Recent Searches" msgstr "Viimeaikaiset haut" @@ -3442,7 +3554,7 @@ msgstr "Poista syötteistäni?" msgid "Remove image" msgstr "Poista kuva" -#: src/view/com/composer/ExternalEmbed.tsx:70 +#: src/view/com/composer/ExternalEmbed.tsx:82 msgid "Remove image preview" msgstr "Poista kuvan esikatselu" @@ -3471,11 +3583,11 @@ msgstr "Poistettu syötteistäni" msgid "Removed from your feeds" msgstr "Poistettu syötteistäsi" -#: src/view/com/composer/ExternalEmbed.tsx:71 +#: src/view/com/composer/ExternalEmbed.tsx:83 msgid "Removes default thumbnail from {0}" msgstr "Poistaa {0} oletuskuvakkeen" -#: src/view/screens/Profile.tsx:196 +#: src/view/screens/Profile.tsx:195 msgid "Replies" msgstr "Vastaukset" @@ -3483,7 +3595,7 @@ msgstr "Vastaukset" msgid "Replies to this thread are disabled" msgstr "Tähän keskusteluun vastaaminen on estetty" -#: src/view/com/composer/Composer.tsx:365 +#: src/view/com/composer/Composer.tsx:397 msgctxt "action" msgid "Reply" msgstr "Vastaa" @@ -3494,9 +3606,15 @@ msgstr "Vastaussuodattimet" #: src/view/com/post/Post.tsx:177 #: src/view/com/posts/FeedItem.tsx:285 +#~ msgctxt "description" +#~ msgid "Reply to <0/>" +#~ msgstr "Vastaa käyttäjälle <0/>" + +#: src/view/com/post/Post.tsx:178 +#: src/view/com/posts/FeedItem.tsx:285 msgctxt "description" -msgid "Reply to <0/>" -msgstr "Vastaa käyttäjälle <0/>" +msgid "Reply to <0><1/>" +msgstr "" #: src/view/com/profile/ProfileMenu.tsx:319 #: src/view/com/profile/ProfileMenu.tsx:322 @@ -3516,8 +3634,8 @@ msgstr "Ilmianna syöte" msgid "Report List" msgstr "Ilmianna luettelo" -#: src/view/com/util/forms/PostDropdownBtn.tsx:312 -#: src/view/com/util/forms/PostDropdownBtn.tsx:314 +#: src/view/com/util/forms/PostDropdownBtn.tsx:316 +#: src/view/com/util/forms/PostDropdownBtn.tsx:318 msgid "Report post" msgstr "Ilmianna viesti" @@ -3574,7 +3692,7 @@ msgstr "Uudelleenjulkaissut <0><1/>" msgid "reposted your post" msgstr "uudelleenjulkaisi viestisi" -#: src/view/com/post-thread/PostThreadItem.tsx:187 +#: src/view/com/post-thread/PostThreadItem.tsx:188 msgid "Reposts of this post" msgstr "Tämän viestin uudelleenjulkaisut" @@ -3588,14 +3706,23 @@ msgstr "Pyydä muutosta" msgid "Request Code" msgstr "Pyydä koodia" -#: src/view/screens/Settings/index.tsx:426 +#: src/view/screens/AccessibilitySettings.tsx:82 msgid "Require alt text before posting" msgstr "Edellytä ALT-tekstiä ennen viestin julkaisua" +#: src/view/screens/Settings/Email2FAToggle.tsx:53 +msgid "Require email code to log into your account" +msgstr "" + #: src/screens/Signup/StepInfo/index.tsx:69 msgid "Required for this provider" msgstr "Vaaditaan tälle instanssille" +#: src/view/screens/Settings/DisableEmail2FADialog.tsx:168 +#: src/view/screens/Settings/DisableEmail2FADialog.tsx:171 +msgid "Resend email" +msgstr "" + #: src/view/com/modals/ChangePassword.tsx:185 msgid "Reset code" msgstr "Nollauskoodi" @@ -3604,8 +3731,8 @@ msgstr "Nollauskoodi" msgid "Reset Code" msgstr "Nollauskoodi" -#: src/view/screens/Settings/index.tsx:822 -#: src/view/screens/Settings/index.tsx:825 +#: src/view/screens/Settings/index.tsx:817 +#: src/view/screens/Settings/index.tsx:820 msgid "Reset onboarding state" msgstr "Nollaa käyttöönoton tila" @@ -3613,20 +3740,20 @@ msgstr "Nollaa käyttöönoton tila" msgid "Reset password" msgstr "Nollaa salasana" -#: src/view/screens/Settings/index.tsx:812 -#: src/view/screens/Settings/index.tsx:815 +#: src/view/screens/Settings/index.tsx:807 +#: src/view/screens/Settings/index.tsx:810 msgid "Reset preferences state" msgstr "Nollaa asetusten tila" -#: src/view/screens/Settings/index.tsx:823 +#: src/view/screens/Settings/index.tsx:818 msgid "Resets the onboarding state" msgstr "Nollaa käyttöönoton tilan" -#: src/view/screens/Settings/index.tsx:813 +#: src/view/screens/Settings/index.tsx:808 msgid "Resets the preferences state" msgstr "Nollaa asetusten tilan" -#: src/screens/Login/LoginForm.tsx:235 +#: src/screens/Login/LoginForm.tsx:283 msgid "Retries login" msgstr "Yrittää uudelleen kirjautumista" @@ -3635,10 +3762,10 @@ msgstr "Yrittää uudelleen kirjautumista" msgid "Retries the last action, which errored out" msgstr "Yrittää uudelleen viimeisintä toimintoa, joka epäonnistui" -#: src/components/Error.tsx:79 -#: src/components/Lists.tsx:91 -#: src/screens/Login/LoginForm.tsx:234 -#: src/screens/Login/LoginForm.tsx:241 +#: src/components/Error.tsx:88 +#: src/components/Lists.tsx:94 +#: src/screens/Login/LoginForm.tsx:282 +#: src/screens/Login/LoginForm.tsx:289 #: src/screens/Onboarding/StepInterests/index.tsx:225 #: src/screens/Onboarding/StepInterests/index.tsx:228 #: src/screens/Signup/index.tsx:194 @@ -3647,7 +3774,7 @@ msgstr "Yrittää uudelleen viimeisintä toimintoa, joka epäonnistui" msgid "Retry" msgstr "Yritä uudelleen" -#: src/components/Error.tsx:86 +#: src/components/Error.tsx:95 #: src/view/screens/ProfileList.tsx:919 msgid "Return to previous page" msgstr "Palaa edelliselle sivulle" @@ -3731,14 +3858,14 @@ msgstr "Tiede" msgid "Scroll to top" msgstr "Vieritä alkuun" -#: src/Navigation.tsx:451 +#: src/Navigation.tsx:460 #: 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:568 -#: src/view/screens/Search/Search.tsx:817 -#: src/view/screens/Search/Search.tsx:835 +#: src/view/screens/Search/Search.tsx:503 +#: src/view/screens/Search/Search.tsx:748 +#: src/view/screens/Search/Search.tsx:766 #: src/view/shell/bottom-bar/BottomBar.tsx:170 #: src/view/shell/desktop/LeftNav.tsx:328 #: src/view/shell/desktop/Search.tsx:215 @@ -3748,7 +3875,7 @@ msgstr "Vieritä alkuun" msgid "Search" msgstr "Haku" -#: src/view/screens/Search/Search.tsx:884 +#: src/view/screens/Search/Search.tsx:815 #: src/view/shell/desktop/Search.tsx:256 msgid "Search for \"{query}\"" msgstr "Haku hakusanalla \"{query}\"" @@ -3767,6 +3894,14 @@ msgstr "Etsi kaikki viestit aihetunnisteella {displayTag}." msgid "Search for users" msgstr "Hae käyttäjiä" +#: src/components/dialogs/GifSelect.tsx:158 +msgid "Search GIFs" +msgstr "" + +#: src/components/dialogs/GifSelect.tsx:159 +msgid "Search Tenor" +msgstr "" + #: src/view/com/modals/ChangeEmail.tsx:110 msgid "Security Step Required" msgstr "Turvatarkistus vaaditaan" @@ -3808,6 +3943,14 @@ msgstr "" msgid "Select from an existing account" msgstr "Valitse olemassa olevalta tililtä" +#: src/view/com/composer/photos/SelectGifBtn.tsx:36 +msgid "Select GIF" +msgstr "" + +#: src/components/dialogs/GifSelect.tsx:253 +msgid "Select GIF \"{0}\"" +msgstr "" + #: src/view/screens/LanguageSettings.tsx:299 msgid "Select languages" msgstr "Valitse kielet" @@ -3868,8 +4011,8 @@ msgstr "Valitse ensisijaiset algoritmisyötteet" msgid "Select your secondary algorithmic feeds" msgstr "Valitse toissijaiset algoritmisyötteet" -#: src/view/com/modals/VerifyEmail.tsx:202 -#: src/view/com/modals/VerifyEmail.tsx:204 +#: src/view/com/modals/VerifyEmail.tsx:210 +#: src/view/com/modals/VerifyEmail.tsx:212 msgid "Send Confirmation Email" msgstr "Lähetä vahvistussähköposti" @@ -3896,6 +4039,11 @@ msgstr "Lähetä raportti" msgid "Send report to {0}" msgstr "" +#: src/view/screens/Settings/DisableEmail2FADialog.tsx:119 +#: src/view/screens/Settings/DisableEmail2FADialog.tsx:122 +msgid "Send verification email" +msgstr "" + #: src/view/com/modals/DeleteAccount.tsx:132 msgid "Sends email with confirmation code for account deletion" msgstr "Lähettää sähköpostin tilin poistamiseen tarvittavan vahvistuskoodin" @@ -3940,23 +4088,23 @@ msgstr "Luo käyttäjätili" msgid "Sets Bluesky username" msgstr "Asettaa Bluesky-käyttäjätunnuksen" -#: src/view/screens/Settings/index.tsx:458 +#: src/view/screens/Settings/index.tsx:436 msgid "Sets color theme to dark" msgstr "Muuttaa väriteeman tummaksi" -#: src/view/screens/Settings/index.tsx:451 +#: src/view/screens/Settings/index.tsx:429 msgid "Sets color theme to light" msgstr "Muuttaa väriteeman vaaleaksi" -#: src/view/screens/Settings/index.tsx:445 +#: src/view/screens/Settings/index.tsx:423 msgid "Sets color theme to system setting" msgstr "Muuttaa väriteeman käyttöjärjestelmän mukaiseksi" -#: src/view/screens/Settings/index.tsx:484 +#: src/view/screens/Settings/index.tsx:462 msgid "Sets dark theme to the dark theme" msgstr "Muuttaa tumman väriteeman tummaksi" -#: src/view/screens/Settings/index.tsx:477 +#: src/view/screens/Settings/index.tsx:455 msgid "Sets dark theme to the dim theme" msgstr "Asettaa tumman teeman himmeäksi teemaksi" @@ -3976,8 +4124,8 @@ msgstr "Asettaa kuvan kuvasuhteen korkeaksi" msgid "Sets image aspect ratio to wide" msgstr "Asettaa kuvan kuvasuhteen leveäksi" -#: src/Navigation.tsx:139 -#: src/view/screens/Settings/index.tsx:316 +#: src/Navigation.tsx:140 +#: src/view/screens/Settings/index.tsx:309 #: src/view/shell/desktop/LeftNav.tsx:437 #: src/view/shell/Drawer.tsx:576 #: src/view/shell/Drawer.tsx:577 @@ -3999,15 +4147,15 @@ msgstr "Jaa" #: src/view/com/profile/ProfileMenu.tsx:215 #: src/view/com/profile/ProfileMenu.tsx:224 -#: src/view/com/util/forms/PostDropdownBtn.tsx:236 -#: src/view/com/util/forms/PostDropdownBtn.tsx:245 +#: src/view/com/util/forms/PostDropdownBtn.tsx:240 +#: src/view/com/util/forms/PostDropdownBtn.tsx:249 #: src/view/com/util/post-ctrls/PostCtrls.tsx:237 #: src/view/screens/ProfileList.tsx:390 msgid "Share" msgstr "Jaa" #: src/view/com/profile/ProfileMenu.tsx:373 -#: src/view/com/util/forms/PostDropdownBtn.tsx:369 +#: src/view/com/util/forms/PostDropdownBtn.tsx:373 #: src/view/com/util/post-ctrls/PostCtrls.tsx:253 msgid "Share anyway" msgstr "Jaa kuitenkin" @@ -4030,7 +4178,7 @@ msgstr "Jakaa linkitetyn verkkosivun" #: src/components/moderation/LabelPreference.tsx:136 #: src/components/moderation/PostHider.tsx:107 #: src/screens/Onboarding/StepModeration/ModerationOption.tsx:54 -#: src/view/screens/Settings/index.tsx:366 +#: src/view/screens/Settings/index.tsx:359 msgid "Show" msgstr "Näytä" @@ -4052,13 +4200,13 @@ msgstr "" msgid "Show badge and filter from feeds" msgstr "" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:200 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:198 msgid "Show follows similar to {0}" msgstr "Näytä seurannat samankaltaisilta käyttäjiltä kuin {0}" -#: src/view/com/post-thread/PostThreadItem.tsx:501 -#: src/view/com/post/Post.tsx:212 -#: src/view/com/posts/FeedItem.tsx:360 +#: src/view/com/post-thread/PostThreadItem.tsx:507 +#: src/view/com/post/Post.tsx:215 +#: src/view/com/posts/FeedItem.tsx:362 msgid "Show More" msgstr "Näytä lisää" @@ -4135,7 +4283,7 @@ msgstr "Näyttää viestit käyttäjältä {0} syötteessäsi" #: src/components/dialogs/Signin.tsx:99 #: src/screens/Login/index.tsx:100 #: src/screens/Login/index.tsx:119 -#: src/screens/Login/LoginForm.tsx:131 +#: src/screens/Login/LoginForm.tsx:148 #: src/view/com/auth/SplashScreen.tsx:63 #: src/view/com/auth/SplashScreen.tsx:72 #: src/view/com/auth/SplashScreen.web.tsx:107 @@ -4146,9 +4294,9 @@ msgstr "Näyttää viestit käyttäjältä {0} syötteessäsi" #: src/view/shell/bottom-bar/BottomBarWeb.tsx:178 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:179 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:181 -#: src/view/shell/NavSignupCard.tsx:63 -#: src/view/shell/NavSignupCard.tsx:64 -#: src/view/shell/NavSignupCard.tsx:66 +#: src/view/shell/NavSignupCard.tsx:69 +#: src/view/shell/NavSignupCard.tsx:70 +#: src/view/shell/NavSignupCard.tsx:72 msgid "Sign in" msgstr "Kirjaudu sisään" @@ -4168,8 +4316,8 @@ msgstr "" msgid "Sign into Bluesky or create a new account" msgstr "Kirjaudu Blueskyhin tai luo uusi käyttäjätili" -#: src/view/screens/Settings/index.tsx:118 -#: src/view/screens/Settings/index.tsx:121 +#: src/view/screens/Settings/index.tsx:111 +#: src/view/screens/Settings/index.tsx:114 msgid "Sign out" msgstr "Kirjaudu ulos" @@ -4179,9 +4327,9 @@ msgstr "Kirjaudu ulos" #: src/view/shell/bottom-bar/BottomBarWeb.tsx:168 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:169 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:171 -#: src/view/shell/NavSignupCard.tsx:54 -#: src/view/shell/NavSignupCard.tsx:55 -#: src/view/shell/NavSignupCard.tsx:57 +#: src/view/shell/NavSignupCard.tsx:60 +#: src/view/shell/NavSignupCard.tsx:61 +#: src/view/shell/NavSignupCard.tsx:63 msgid "Sign up" msgstr "Rekisteröidy" @@ -4194,7 +4342,7 @@ msgstr "Rekisteröidy tai kirjaudu sisään liittyäksesi keskusteluun" msgid "Sign-in Required" msgstr "Sisäänkirjautuminen vaaditaan" -#: src/view/screens/Settings/index.tsx:377 +#: src/view/screens/Settings/index.tsx:370 msgid "Signed in as" msgstr "Kirjautunut sisään nimellä" @@ -4254,7 +4402,7 @@ msgstr "Urheilu" msgid "Square" msgstr "Neliö" -#: src/view/screens/Settings/index.tsx:867 +#: src/view/screens/Settings/index.tsx:862 msgid "Status page" msgstr "Tilasivu" @@ -4262,12 +4410,12 @@ msgstr "Tilasivu" msgid "Step" msgstr "Askel" -#: src/view/screens/Settings/index.tsx:295 +#: src/view/screens/Settings/index.tsx:288 msgid "Storage cleared, you need to restart the app now." msgstr "Tallennustila tyhjennetty, sinun on käynnistettävä sovellus uudelleen." -#: src/Navigation.tsx:211 -#: src/view/screens/Settings/index.tsx:795 +#: src/Navigation.tsx:212 +#: src/view/screens/Settings/index.tsx:790 msgid "Storybook" msgstr "Storybook" @@ -4301,7 +4449,7 @@ msgstr "" msgid "Subscribe to this list" msgstr "Tilaa tämä lista" -#: src/view/screens/Search/Search.tsx:523 +#: src/view/screens/Search/Search.tsx:476 msgid "Suggested Follows" msgstr "Mahdollisia seurattavia" @@ -4313,30 +4461,30 @@ msgstr "Suositeltua sinulle" msgid "Suggestive" msgstr "Viittaava" -#: src/Navigation.tsx:226 +#: src/Navigation.tsx:227 #: src/view/screens/Support.tsx:30 #: src/view/screens/Support.tsx:33 msgid "Support" msgstr "Tuki" -#: src/components/dialogs/SwitchAccount.tsx:46 -#: src/components/dialogs/SwitchAccount.tsx:49 +#: src/components/dialogs/SwitchAccount.tsx:47 +#: src/components/dialogs/SwitchAccount.tsx:50 msgid "Switch Account" msgstr "Vaihda käyttäjätiliä" -#: src/view/screens/Settings/index.tsx:150 +#: src/view/screens/Settings/index.tsx:143 msgid "Switch to {0}" msgstr "Vaihda käyttäjään {0}" -#: src/view/screens/Settings/index.tsx:151 +#: src/view/screens/Settings/index.tsx:144 msgid "Switches the account you are logged in to" msgstr "Vaihtaa sisäänkirjautuneen käyttäjän tilin" -#: src/view/screens/Settings/index.tsx:442 +#: src/view/screens/Settings/index.tsx:420 msgid "System" msgstr "Järjestelmä" -#: src/view/screens/Settings/index.tsx:783 +#: src/view/screens/Settings/index.tsx:778 msgid "System log" msgstr "Järjestelmäloki" @@ -4364,9 +4512,9 @@ msgstr "Teknologia" msgid "Terms" msgstr "Ehdot" -#: src/Navigation.tsx:236 +#: src/Navigation.tsx:237 #: src/screens/Signup/StepInfo/Policies.tsx:49 -#: src/view/screens/Settings/index.tsx:881 +#: src/view/screens/Settings/index.tsx:876 #: src/view/screens/TermsOfService.tsx:29 #: src/view/shell/Drawer.tsx:265 msgid "Terms of Service" @@ -4398,7 +4546,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:282 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:280 #: src/view/com/profile/ProfileMenu.tsx:349 msgid "The account will be able to interact with you after unblocking." msgstr "Käyttäjä voi olla vuorovaikutuksessa kanssasi, kun poistat eston." @@ -4461,6 +4609,10 @@ msgstr "Syötteen poistossa on ongelmia. Tarkista internetyhteytesi ja yritä uu msgid "There was an an issue updating your feeds, please check your internet connection and try again." msgstr "Syötteiden päivittämisessä on ongelmia, tarkista internetyhteytesi ja yritä uudelleen." +#: src/components/dialogs/GifSelect.tsx:201 +msgid "There was an issue connecting to Tenor." +msgstr "" + #: src/view/screens/ProfileFeed.tsx:247 #: src/view/screens/ProfileList.tsx:277 #: src/view/screens/SavedFeeds.tsx:211 @@ -4505,9 +4657,9 @@ msgstr "Ongelma asetuksiesi synkronoinnissa palvelimelle" msgid "There was an issue with fetching your app passwords" msgstr "Sovellussalasanojen hakemisessa tapahtui virhe" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:105 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:127 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:141 +#: 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:106 @@ -4526,7 +4678,8 @@ msgstr "Ilmeni ongelma! {0}" msgid "There was an issue. Please check your internet connection and try again." msgstr "Ilmeni joku ongelma. Tarkista internet-yhteys ja yritä uudelleen." -#: src/view/com/util/ErrorBoundary.tsx:51 +#: src/components/dialogs/GifSelect.tsx:289 +#: 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 "Sovelluksessa ilmeni odottamaton ongelma. Kerro meille, jos tämä tapahtui sinulle!" @@ -4593,7 +4746,7 @@ msgstr "Tämä syöte on tyhjä! Sinun on ehkä seurattava useampia käyttäjiä msgid "This information is not shared with other users." msgstr "Tätä tietoa ei jaeta muiden käyttäjien kanssa." -#: src/view/com/modals/VerifyEmail.tsx:119 +#: src/view/com/modals/VerifyEmail.tsx:127 msgid "This is important in case you ever need to change your email or reset your password." msgstr "Tämä on tärkeää, jos sinun tarvitsee vaihtaa sähköpostiosoitteesi tai palauttaa salasanasi." @@ -4621,16 +4774,16 @@ msgstr "" msgid "This name is already in use" msgstr "Tämä nimi on jo käytössä" -#: src/view/com/post-thread/PostThreadItem.tsx:125 +#: src/view/com/post-thread/PostThreadItem.tsx:126 msgid "This post has been deleted." msgstr "Tämä viesti on poistettu." -#: src/view/com/util/forms/PostDropdownBtn.tsx:366 +#: src/view/com/util/forms/PostDropdownBtn.tsx:370 #: src/view/com/util/post-ctrls/PostCtrls.tsx:250 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:348 +#: src/view/com/util/forms/PostDropdownBtn.tsx:352 msgid "This post will be hidden from feeds." msgstr "Tämä julkaisu piilotetaan syötteistä." @@ -4679,12 +4832,12 @@ msgstr "Tämä varoitus on saatavilla vain viesteille, joihin on liitetty mediat 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." -#: src/view/screens/Settings/index.tsx:525 +#: src/view/screens/Settings/index.tsx:526 msgid "Thread preferences" msgstr "Keskusteluketjun asetukset" #: src/view/screens/PreferencesThreads.tsx:53 -#: src/view/screens/Settings/index.tsx:535 +#: src/view/screens/Settings/index.tsx:536 msgid "Thread Preferences" msgstr "Keskusteluketjun asetukset" @@ -4692,10 +4845,14 @@ msgstr "Keskusteluketjun asetukset" msgid "Threaded Mode" msgstr "Ketjumainen näkymä" -#: src/Navigation.tsx:269 +#: src/Navigation.tsx:270 msgid "Threads Preferences" msgstr "Keskusteluketjujen asetukset" +#: src/view/screens/Settings/DisableEmail2FADialog.tsx:102 +msgid "To disable the email 2FA method, please verify your access to the email address." +msgstr "" + #: src/components/ReportDialog/SelectLabelerView.tsx:33 msgid "To whom would you like to send this report?" msgstr "Kenelle haluaisit lähettää tämän raportin?" @@ -4712,7 +4869,8 @@ msgstr "Vaihda pudotusvalikko" msgid "Toggle to enable or disable adult content" msgstr "Vaihda ottaaksesi käyttöön tai poistaaksesi käytöstä aikuisille tarkoitettu sisältö." -#: src/view/screens/Search/Search.tsx:427 +#: src/screens/Hashtag.tsx:88 +#: src/view/screens/Search/Search.tsx:418 msgid "Top" msgstr "" @@ -4720,10 +4878,10 @@ msgstr "" msgid "Transformations" msgstr "Muutokset" -#: src/view/com/post-thread/PostThreadItem.tsx:638 -#: src/view/com/post-thread/PostThreadItem.tsx:640 -#: src/view/com/util/forms/PostDropdownBtn.tsx:220 +#: src/view/com/post-thread/PostThreadItem.tsx:644 +#: src/view/com/post-thread/PostThreadItem.tsx:646 #: src/view/com/util/forms/PostDropdownBtn.tsx:222 +#: src/view/com/util/forms/PostDropdownBtn.tsx:224 msgid "Translate" msgstr "Käännä" @@ -4732,6 +4890,10 @@ msgctxt "action" msgid "Try again" msgstr "Yritä uudelleen" +#: src/view/screens/Settings/index.tsx:695 +msgid "Two-factor authentication" +msgstr "" + #: src/view/com/modals/ChangeHandle.tsx:428 msgid "Type:" msgstr "Tyyppi:" @@ -4746,21 +4908,21 @@ msgstr "Poista listan hiljennys" #: src/screens/Login/ForgotPasswordForm.tsx:74 #: src/screens/Login/index.tsx:78 -#: src/screens/Login/LoginForm.tsx:119 +#: src/screens/Login/LoginForm.tsx:136 #: src/screens/Login/SetNewPasswordForm.tsx:77 #: src/screens/Signup/index.tsx:64 #: src/view/com/modals/ChangePassword.tsx:70 msgid "Unable to contact your service. Please check your Internet connection." msgstr "Yhteys palveluusi ei onnistu. Tarkista internet-yhteytesi." -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:181 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:286 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:179 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:284 #: src/view/com/profile/ProfileMenu.tsx:361 #: src/view/screens/ProfileList.tsx:574 msgid "Unblock" msgstr "Poista esto" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:186 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:184 msgctxt "action" msgid "Unblock" msgstr "Poista esto" @@ -4770,7 +4932,7 @@ msgstr "Poista esto" msgid "Unblock Account" msgstr "Poista käyttäjätilin esto" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:280 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:278 #: src/view/com/profile/ProfileMenu.tsx:343 msgid "Unblock Account?" msgstr "Poista esto?" @@ -4792,7 +4954,7 @@ msgctxt "action" msgid "Unfollow" msgstr "Lopeta seuraaminen" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:220 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:218 msgid "Unfollow {0}" msgstr "Lopeta seuraaminen {0}" @@ -4827,8 +4989,8 @@ msgstr "Poista käyttäjätilin hiljennys" msgid "Unmute all {displayTag} posts" msgstr "Poista hiljennys kaikista {displayTag}-julkaisuista" -#: src/view/com/util/forms/PostDropdownBtn.tsx:269 -#: src/view/com/util/forms/PostDropdownBtn.tsx:274 +#: src/view/com/util/forms/PostDropdownBtn.tsx:273 +#: src/view/com/util/forms/PostDropdownBtn.tsx:278 msgid "Unmute thread" msgstr "Poista keskusteluketjun hiljennys" @@ -4978,13 +5140,11 @@ msgstr "Käyttäjälista päivitetty" msgid "User Lists" msgstr "Käyttäjälistat" -#: src/screens/Login/LoginForm.tsx:151 +#: src/screens/Login/LoginForm.tsx:168 msgid "Username or email address" msgstr "Käyttäjätunnus tai sähköpostiosoite" #: src/view/screens/ProfileList.tsx:813 -#: src/view/screens/Search/Search.tsx:473 -#: src/view/screens/Search/Search.tsx:482 msgid "Users" msgstr "Käyttäjät" @@ -5008,15 +5168,15 @@ msgstr "Arvo:" msgid "Verify {0}" msgstr "Vahvista {0}" -#: src/view/screens/Settings/index.tsx:906 +#: src/view/screens/Settings/index.tsx:901 msgid "Verify email" msgstr "Varmista sähköposti" -#: src/view/screens/Settings/index.tsx:931 +#: src/view/screens/Settings/index.tsx:926 msgid "Verify my email" msgstr "Vahvista sähköpostini" -#: src/view/screens/Settings/index.tsx:940 +#: src/view/screens/Settings/index.tsx:935 msgid "Verify My Email" msgstr "Vahvista sähköpostini" @@ -5025,11 +5185,11 @@ msgstr "Vahvista sähköpostini" msgid "Verify New Email" msgstr "Vahvista uusi sähköposti" -#: src/view/com/modals/VerifyEmail.tsx:103 +#: src/view/com/modals/VerifyEmail.tsx:111 msgid "Verify Your Email" msgstr "Vahvista sähköpostisi" -#: src/view/screens/Settings/index.tsx:857 +#: src/view/screens/Settings/index.tsx:852 msgid "Version {0}" msgstr "Versio {0}" @@ -5061,8 +5221,8 @@ msgstr "Katso koko keskusteluketju" msgid "View information about these labels" msgstr "" -#: src/components/ProfileHoverCard/index.web.tsx:264 -#: src/components/ProfileHoverCard/index.web.tsx:293 +#: src/components/ProfileHoverCard/index.web.tsx:379 +#: src/components/ProfileHoverCard/index.web.tsx:408 #: src/view/com/posts/FeedErrorMessage.tsx:166 msgid "View profile" msgstr "Katso profiilia" @@ -5099,7 +5259,7 @@ msgstr "" msgid "Warn content and filter from feeds" msgstr "" -#: src/screens/Hashtag.tsx:133 +#: src/screens/Hashtag.tsx:210 msgid "We couldn't find any results for that hashtag." msgstr "Emme löytäneet tuloksia tuolla aihetunnisteella." @@ -5155,11 +5315,11 @@ msgstr "Pahoittelemme, emme saaneet avattua tätä listaa. Jos ongelma jatkuu, o 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:322 +#: src/view/screens/Search/Search.tsx:323 msgid "We're sorry, but your search could not be completed. Please try again in a few minutes." msgstr "Pahoittelemme, hakuasi ei voitu suorittaa loppuun. Yritä uudelleen muutaman minuutin kuluttua." -#: src/components/Lists.tsx:188 +#: src/components/Lists.tsx:197 #: src/view/screens/NotFound.tsx:48 msgid "We're sorry! We can't find the page you were looking for." msgstr "Pahoittelut! Emme löydä etsimääsi sivua." @@ -5178,7 +5338,7 @@ msgstr "Mitkä ovat kiinnostuksenkohteesi?" #: src/view/com/auth/SplashScreen.tsx:40 #: src/view/com/auth/SplashScreen.web.tsx:81 -#: src/view/com/composer/Composer.tsx:296 +#: src/view/com/composer/Composer.tsx:306 msgid "What's up?" msgstr "Mitä kuuluu?" @@ -5219,11 +5379,11 @@ msgstr "Miksi tämä käyttäjä tulisi arvioida?" msgid "Wide" msgstr "Leveä" -#: src/view/com/composer/Composer.tsx:436 +#: src/view/com/composer/Composer.tsx:467 msgid "Write post" msgstr "Kirjoita viesti" -#: src/view/com/composer/Composer.tsx:295 +#: src/view/com/composer/Composer.tsx:305 #: src/view/com/composer/Prompt.tsx:37 msgid "Write your reply" msgstr "Kirjoita vastauksesi" @@ -5327,7 +5487,7 @@ msgstr "Sinulla ei ole syötteitä." msgid "You have no lists." msgstr "Sinulla ei ole listoja." -#: src/view/screens/ModerationBlockedAccounts.tsx:138 +#: src/view/screens/ModerationBlockedAccounts.tsx:137 msgid "You have not blocked any accounts yet. To block an account, go to their profile and select \"Block account\" from the menu on their account." msgstr "Et ole vielä estänyt yhtään käyttäjää. Estääksesi käyttäjän, siirry heidän profiiliinsa ja valitse \"Estä käyttäjä\"-vaihtoehto valikosta." @@ -5428,7 +5588,7 @@ msgstr "Sähköpostiosoitteesi näyttää olevan virheellinen." msgid "Your email has been updated but not verified. As a next step, please verify your new email." msgstr "Sähköpostiosoitteesi on päivitetty, mutta sitä ei ole vielä vahvistettu. Seuraavana vaiheena vahvista uusi sähköpostiosoitteesi." -#: src/view/com/modals/VerifyEmail.tsx:114 +#: src/view/com/modals/VerifyEmail.tsx:122 msgid "Your email has not yet been verified. This is an important security step which we recommend." msgstr "Sähköpostiosoitettasi ei ole vielä vahvistettu. Tämä on tärkeä turvatoimi, jonka suosittelemme suorittamaan." @@ -5452,7 +5612,7 @@ msgstr "Hiljentämäsi sanat" msgid "Your password has been changed successfully!" msgstr "Salasanasi on vaihdettu onnistuneesti!" -#: src/view/com/composer/Composer.tsx:284 +#: src/view/com/composer/Composer.tsx:294 msgid "Your post has been published" msgstr "Viestisi on julkaistu" @@ -5462,11 +5622,11 @@ msgstr "Viestisi on julkaistu" msgid "Your posts, likes, and blocks are public. Mutes are private." msgstr "Julkaisusi, tykkäyksesi ja estosi ovat julkisia. Hiljennykset ovat yksityisiä." -#: src/view/screens/Settings/index.tsx:136 +#: src/view/screens/Settings/index.tsx:129 msgid "Your profile" msgstr "Profiilisi" -#: src/view/com/composer/Composer.tsx:283 +#: src/view/com/composer/Composer.tsx:293 msgid "Your reply has been published" msgstr "Vastauksesi on julkaistu" diff --git a/src/locale/locales/fr/messages.po b/src/locale/locales/fr/messages.po index 23a477fc..d5f0bee1 100644 --- a/src/locale/locales/fr/messages.po +++ b/src/locale/locales/fr/messages.po @@ -13,11 +13,11 @@ msgstr "" "Language-Team: Stanislas Signoud (@signez.fr), surfdude29\n" "Plural-Forms: \n" -#: src/view/com/modals/VerifyEmail.tsx:142 +#: src/view/com/modals/VerifyEmail.tsx:150 msgid "(no email)" msgstr "(pas d’e-mail)" -#: src/components/ProfileHoverCard/index.web.tsx:323 +#: src/components/ProfileHoverCard/index.web.tsx:438 #: src/screens/Profile/Header/Metrics.tsx:44 msgid "{following} following" msgstr "{following} abonnements" @@ -34,11 +34,11 @@ msgstr "<0/> membres" msgid "<0>{0} following" msgstr "<0>{0} abonnements" -#: src/components/ProfileHoverCard/index.web.tsx:314 +#: src/components/ProfileHoverCard/index.web.tsx:429 msgid "<0>{followers} <1>{pluralizedFollowers}" msgstr "<0>{followers} <1>{pluralizedFollowers}" -#: src/components/ProfileHoverCard/index.web.tsx:326 +#: src/components/ProfileHoverCard/index.web.tsx:441 #: src/screens/Profile/Header/Metrics.tsx:45 msgid "<0>{following} <1>following" msgstr "<0>{following} <1>abonnements" @@ -59,8 +59,12 @@ msgstr "<0>Bienvenue sur<1>Bluesky" msgid "⚠Invalid Handle" msgstr "⚠Pseudo invalide" -#: src/view/com/util/ViewHeader.tsx:89 -#: src/view/screens/Search/Search.tsx:796 +#: src/screens/Login/LoginForm.tsx:238 +msgid "2FA Confirmation" +msgstr "" + +#: src/view/com/util/ViewHeader.tsx:91 +#: src/view/screens/Search/Search.tsx:727 msgid "Access navigation links and settings" msgstr "Accède aux liens de navigation et aux paramètres" @@ -69,17 +73,26 @@ msgid "Access profile and other navigation links" msgstr "Accède au profil et aux autres liens de navigation" #: src/view/com/modals/EditImage.tsx:300 -#: src/view/screens/Settings/index.tsx:421 +#: src/view/screens/Settings/index.tsx:493 msgid "Accessibility" msgstr "Accessibilité" +#: src/view/screens/Settings/index.tsx:484 +msgid "Accessibility settings" +msgstr "" + +#: src/Navigation.tsx:284 +#: src/view/screens/AccessibilitySettings.tsx:63 +msgid "Accessibility Settings" +msgstr "" + #: src/components/moderation/LabelsOnMe.tsx:42 msgid "account" msgstr "compte" -#: src/screens/Login/LoginForm.tsx:144 -#: src/view/screens/Settings/index.tsx:330 -#: src/view/screens/Settings/index.tsx:707 +#: src/screens/Login/LoginForm.tsx:161 +#: src/view/screens/Settings/index.tsx:323 +#: src/view/screens/Settings/index.tsx:702 msgid "Account" msgstr "Compte" @@ -112,7 +125,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:137 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:135 #: src/view/com/profile/ProfileMenu.tsx:128 msgid "Account unblocked" msgstr "Compte débloqué" @@ -141,9 +154,9 @@ msgstr "Ajouter un avertissement sur le contenu" msgid "Add a user to this list" msgstr "Ajouter un compte à cette liste" -#: src/components/dialogs/SwitchAccount.tsx:55 -#: src/view/screens/Settings/index.tsx:405 -#: src/view/screens/Settings/index.tsx:414 +#: src/components/dialogs/SwitchAccount.tsx:56 +#: src/view/screens/Settings/index.tsx:398 +#: src/view/screens/Settings/index.tsx:407 msgid "Add account" msgstr "Ajouter un compte" @@ -160,12 +173,12 @@ msgid "Add App Password" msgstr "Ajouter un mot de passe d’application" #: src/view/com/composer/Composer.tsx:467 -msgid "Add link card" -msgstr "Ajouter une carte de lien" +#~ msgid "Add link card" +#~ msgstr "Ajouter une carte de lien" #: src/view/com/composer/Composer.tsx:472 -msgid "Add link card:" -msgstr "Ajouter une carte de lien :" +#~ msgid "Add link card:" +#~ msgstr "Ajouter une carte de lien :" #: src/components/dialogs/MutedWords.tsx:157 msgid "Add mute word for configured settings" @@ -216,7 +229,7 @@ msgid "Adult content is disabled." msgstr "Le contenu pour adultes est désactivé." #: src/screens/Moderation/index.tsx:375 -#: src/view/screens/Settings/index.tsx:635 +#: src/view/screens/Settings/index.tsx:636 msgid "Advanced" msgstr "Avancé" @@ -238,6 +251,7 @@ msgid "ALT" msgstr "ALT" #: src/view/com/modals/EditImage.tsx:316 +#: src/view/screens/AccessibilitySettings.tsx:77 msgid "Alt text" msgstr "Texte Alt" @@ -245,7 +259,8 @@ msgstr "Texte Alt" msgid "Alt text describes images for blind and low-vision users, and helps give context to everyone." msgstr "Le texte Alt décrit les images pour les personnes aveugles et malvoyantes, et aide à donner un contexte à tout le monde." -#: src/view/com/modals/VerifyEmail.tsx:124 +#: 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 "Un e-mail a été envoyé à {0}. Il comprend un code de confirmation que vous pouvez saisir ici." @@ -253,6 +268,10 @@ msgstr "Un e-mail a été envoyé à {0}. Il comprend un code de confirmation qu msgid "An email has been sent to your previous address, {0}. It includes a confirmation code which you can enter below." msgstr "Un e-mail a été envoyé à votre ancienne adresse, {0}. Il comprend un code de confirmation que vous pouvez saisir ici." +#: src/components/dialogs/GifSelect.tsx:284 +msgid "An error occured" +msgstr "" + #: src/lib/moderation/useReportOptions.ts:26 msgid "An issue not included in these options" msgstr "Un problème qui ne fait pas partie de ces options" @@ -275,6 +294,10 @@ msgstr "et" msgid "Animals" msgstr "Animaux" +#: src/view/com/util/post-embeds/GifEmbed.tsx:134 +msgid "Animated GIF" +msgstr "" + #: src/lib/moderation/useReportOptions.ts:31 msgid "Anti-Social Behavior" msgstr "Comportement antisocial" @@ -295,13 +318,13 @@ msgstr "Les noms de mots de passe d’application ne peuvent contenir que des le 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." -#: src/view/screens/Settings/index.tsx:646 +#: src/view/screens/Settings/index.tsx:647 msgid "App password settings" msgstr "Paramètres de mot de passe d’application" -#: src/Navigation.tsx:251 +#: src/Navigation.tsx:252 #: src/view/screens/AppPasswords.tsx:189 -#: src/view/screens/Settings/index.tsx:655 +#: src/view/screens/Settings/index.tsx:656 msgid "App Passwords" msgstr "Mots de passe d’application" @@ -318,7 +341,7 @@ msgstr "Faire appel de l’étiquette « {0} »" msgid "Appeal submitted." msgstr "Appel soumis." -#: src/view/screens/Settings/index.tsx:436 +#: src/view/screens/Settings/index.tsx:414 msgid "Appearance" msgstr "Affichage" @@ -330,7 +353,7 @@ msgstr "Êtes-vous sûr de vouloir supprimer le mot de passe de l’application msgid "Are you sure you want to remove {0} from your feeds?" msgstr "Êtes-vous sûr de vouloir supprimer {0} de vos fils d’actu ?" -#: src/view/com/composer/Composer.tsx:509 +#: src/view/com/composer/Composer.tsx:523 msgid "Are you sure you'd like to discard this draft?" msgstr "Êtes-vous sûr de vouloir rejeter ce brouillon ?" @@ -360,13 +383,13 @@ msgstr "Au moins 3 caractères" #: src/screens/Login/ChooseAccountForm.tsx:78 #: src/screens/Login/ForgotPasswordForm.tsx:129 #: src/screens/Login/ForgotPasswordForm.tsx:135 -#: src/screens/Login/LoginForm.tsx:221 -#: src/screens/Login/LoginForm.tsx:227 +#: src/screens/Login/LoginForm.tsx:269 +#: src/screens/Login/LoginForm.tsx:275 #: src/screens/Login/SetNewPasswordForm.tsx:160 #: src/screens/Login/SetNewPasswordForm.tsx:166 #: src/screens/Profile/Header/Shell.tsx:96 #: src/screens/Signup/index.tsx:180 -#: src/view/com/util/ViewHeader.tsx:87 +#: src/view/com/util/ViewHeader.tsx:89 msgid "Back" msgstr "Arrière" @@ -374,7 +397,7 @@ msgstr "Arrière" msgid "Based on your interest in {interestsText}" msgstr "En fonction de votre intérêt pour {interestsText}" -#: src/view/screens/Settings/index.tsx:493 +#: src/view/screens/Settings/index.tsx:471 msgid "Basics" msgstr "Principes de base" @@ -382,11 +405,11 @@ msgstr "Principes de base" msgid "Birthday" msgstr "Date de naissance" -#: src/view/screens/Settings/index.tsx:362 +#: src/view/screens/Settings/index.tsx:355 msgid "Birthday:" msgstr "Date de naissance :" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:286 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:284 #: src/view/com/profile/ProfileMenu.tsx:361 msgid "Block" msgstr "Bloquer" @@ -422,8 +445,8 @@ msgstr "Bloqué" msgid "Blocked accounts" msgstr "Comptes bloqués" -#: src/Navigation.tsx:134 -#: src/view/screens/ModerationBlockedAccounts.tsx:113 +#: src/Navigation.tsx:135 +#: src/view/screens/ModerationBlockedAccounts.tsx:112 msgid "Blocked Accounts" msgstr "Comptes bloqués" @@ -431,7 +454,7 @@ msgstr "Comptes bloqués" msgid "Blocked accounts cannot reply in your threads, mention you, or otherwise interact with you." msgstr "Les comptes bloqués ne peuvent pas répondre à vos discussions, vous mentionner ou interagir avec vous." -#: src/view/screens/ModerationBlockedAccounts.tsx:121 +#: src/view/screens/ModerationBlockedAccounts.tsx:120 msgid "Blocked accounts cannot reply in your threads, mention you, or otherwise interact with you. You will not see their content and they will be prevented from seeing yours." msgstr "Les comptes bloqués ne peuvent pas répondre à vos discussions, vous mentionner ou interagir avec vous. Vous ne verrez pas leur contenu et ils ne pourront pas voir le vôtre." @@ -523,7 +546,7 @@ msgstr "En créant un compte, vous acceptez les {els}." msgid "by you" msgstr "par vous" -#: src/view/com/composer/photos/OpenCameraBtn.tsx:77 +#: src/view/com/composer/photos/OpenCameraBtn.tsx:73 msgid "Camera" msgstr "Caméra" @@ -535,8 +558,8 @@ msgstr "Ne peut contenir que des lettres, des chiffres, des espaces, des tirets #: src/components/Prompt.tsx:113 #: src/components/Prompt.tsx:115 #: src/components/TagMenu/index.tsx:268 -#: src/view/com/composer/Composer.tsx:317 -#: src/view/com/composer/Composer.tsx:322 +#: src/view/com/composer/Composer.tsx:349 +#: src/view/com/composer/Composer.tsx:354 #: src/view/com/modals/ChangeEmail.tsx:218 #: src/view/com/modals/ChangeEmail.tsx:220 #: src/view/com/modals/ChangeHandle.tsx:154 @@ -551,9 +574,9 @@ msgstr "Ne peut contenir que des lettres, des chiffres, des espaces, des tirets #: src/view/com/modals/LinkWarning.tsx:105 #: src/view/com/modals/LinkWarning.tsx:107 #: src/view/com/modals/Repost.tsx:88 -#: src/view/com/modals/VerifyEmail.tsx:247 -#: src/view/com/modals/VerifyEmail.tsx:253 -#: src/view/screens/Search/Search.tsx:865 +#: src/view/com/modals/VerifyEmail.tsx:255 +#: src/view/com/modals/VerifyEmail.tsx:261 +#: src/view/screens/Search/Search.tsx:796 #: src/view/shell/desktop/Search.tsx:239 msgid "Cancel" msgstr "Annuler" @@ -595,34 +618,34 @@ msgstr "Annuler la recherche" msgid "Cancels opening the linked website" msgstr "Annule l’ouverture du site web lié" -#: src/view/com/modals/VerifyEmail.tsx:152 +#: src/view/com/modals/VerifyEmail.tsx:160 msgid "Change" msgstr "Modifier" -#: src/view/screens/Settings/index.tsx:356 +#: src/view/screens/Settings/index.tsx:349 msgctxt "action" msgid "Change" msgstr "Modifier" -#: src/view/screens/Settings/index.tsx:667 +#: src/view/screens/Settings/index.tsx:668 msgid "Change handle" msgstr "Modifier le pseudo" #: src/view/com/modals/ChangeHandle.tsx:162 -#: src/view/screens/Settings/index.tsx:678 +#: src/view/screens/Settings/index.tsx:679 msgid "Change Handle" msgstr "Modifier le pseudo" -#: src/view/com/modals/VerifyEmail.tsx:147 +#: src/view/com/modals/VerifyEmail.tsx:155 msgid "Change my email" msgstr "Modifier mon e-mail" -#: src/view/screens/Settings/index.tsx:718 +#: src/view/screens/Settings/index.tsx:713 msgid "Change password" msgstr "Modifier le mot de passe" #: src/view/com/modals/ChangePassword.tsx:141 -#: src/view/screens/Settings/index.tsx:729 +#: src/view/screens/Settings/index.tsx:724 msgid "Change Password" msgstr "Modifier le mot de passe" @@ -647,6 +670,10 @@ msgstr "Consultez quelques fils d’actu recommandés. Appuyez sur + pour les aj msgid "Check out some recommended users. Follow them to see similar users." msgstr "Consultez quelques comptes recommandés. Suivez-les pour voir des personnes similaires." +#: src/screens/Login/LoginForm.tsx:262 +msgid "Check your email for a login code and enter it here." +msgstr "" + #: src/view/com/modals/DeleteAccount.tsx:168 msgid "Check your inbox for an email with the confirmation code to enter below:" msgstr "Consultez votre boîte de réception, vous avez du recevoir un e-mail contenant un code de confirmation à saisir ci-dessous :" @@ -676,32 +703,32 @@ msgstr "Choisissez vos principaux fils d’actu" msgid "Choose your password" msgstr "Choisissez votre mot de passe" -#: src/view/screens/Settings/index.tsx:832 +#: src/view/screens/Settings/index.tsx:827 msgid "Clear all legacy storage data" msgstr "Effacer toutes les données de stockage existantes" -#: src/view/screens/Settings/index.tsx:835 +#: src/view/screens/Settings/index.tsx:830 msgid "Clear all legacy storage data (restart after this)" msgstr "Effacer toutes les données de stockage existantes (redémarrer ensuite)" -#: src/view/screens/Settings/index.tsx:844 +#: src/view/screens/Settings/index.tsx:839 msgid "Clear all storage data" msgstr "Effacer toutes les données de stockage" -#: src/view/screens/Settings/index.tsx:847 +#: src/view/screens/Settings/index.tsx:842 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:846 +#: src/view/screens/Search/Search.tsx:777 msgid "Clear search query" msgstr "Effacer la recherche" -#: src/view/screens/Settings/index.tsx:833 +#: src/view/screens/Settings/index.tsx:828 msgid "Clears all legacy storage data" msgstr "Efface toutes les données de stockage existantes" -#: src/view/screens/Settings/index.tsx:845 +#: src/view/screens/Settings/index.tsx:840 msgid "Clears all storage data" msgstr "Efface toutes les données de stockage" @@ -714,20 +741,21 @@ msgid "Click here to open tag menu for {tag}" msgstr "Cliquez ici pour ouvrir le menu de mot-clé pour {tag}" #: src/components/RichText.tsx:198 -msgid "Click here to open tag menu for #{tag}" -msgstr "Cliquez ici pour ouvrir le menu de mot-clé pour #{tag}" +#~ msgid "Click here to open tag menu for #{tag}" +#~ msgstr "Cliquez ici pour ouvrir le menu de mot-clé pour #{tag}" #: src/screens/Onboarding/index.tsx:35 msgid "Climate" msgstr "Climat" +#: src/components/dialogs/GifSelect.tsx:300 #: src/view/com/modals/ChangePassword.tsx:267 #: src/view/com/modals/ChangePassword.tsx:270 msgid "Close" msgstr "Fermer" -#: src/components/Dialog/index.web.tsx:106 -#: src/components/Dialog/index.web.tsx:218 +#: src/components/Dialog/index.web.tsx:111 +#: src/components/Dialog/index.web.tsx:246 msgid "Close active dialog" msgstr "Fermer le dialogue actif" @@ -739,6 +767,14 @@ msgstr "Fermer l’alerte" msgid "Close bottom drawer" msgstr "Fermer le tiroir du bas" +#: src/components/dialogs/GifSelect.tsx:294 +msgid "Close dialog" +msgstr "" + +#: src/components/dialogs/GifSelect.tsx:150 +msgid "Close GIF dialog" +msgstr "" + #: src/view/com/lightbox/ImageViewing/components/ImageDefaultHeader.tsx:36 msgid "Close image" msgstr "Fermer l’image" @@ -747,7 +783,7 @@ msgstr "Fermer l’image" msgid "Close image viewer" msgstr "Fermer la visionneuse d’images" -#: src/view/shell/index.web.tsx:57 +#: src/view/shell/index.web.tsx:61 msgid "Close navigation footer" msgstr "Fermer le pied de page de navigation" @@ -756,7 +792,7 @@ msgstr "Fermer le pied de page de navigation" msgid "Close this dialog" msgstr "Fermer ce dialogue" -#: src/view/shell/index.web.tsx:58 +#: src/view/shell/index.web.tsx:62 msgid "Closes bottom navigation bar" msgstr "Ferme la barre de navigation du bas" @@ -764,7 +800,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:319 +#: src/view/com/composer/Composer.tsx:351 msgid "Closes post composer and discards post draft" msgstr "Ferme la fenêtre de rédaction et supprime le brouillon" @@ -784,7 +820,7 @@ msgstr "Comédie" msgid "Comics" msgstr "Bandes dessinées" -#: src/Navigation.tsx:241 +#: src/Navigation.tsx:242 #: src/view/screens/CommunityGuidelines.tsx:32 msgid "Community Guidelines" msgstr "Directives communautaires" @@ -797,7 +833,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:438 +#: src/view/com/composer/Composer.tsx:469 msgid "Compose posts up to {MAX_GRAPHEME_LENGTH} characters in length" msgstr "Permet d’écrire des posts de {MAX_GRAPHEME_LENGTH} caractères maximum" @@ -820,10 +856,12 @@ msgstr "Configuré dans <0>les paramètres de modération." #: src/components/Prompt.tsx:153 #: src/components/Prompt.tsx:156 #: src/view/com/modals/SelfLabel.tsx:154 -#: src/view/com/modals/VerifyEmail.tsx:231 -#: src/view/com/modals/VerifyEmail.tsx:233 +#: src/view/com/modals/VerifyEmail.tsx:239 +#: src/view/com/modals/VerifyEmail.tsx:241 #: src/view/screens/PreferencesFollowingFeed.tsx:308 #: src/view/screens/PreferencesThreads.tsx:159 +#: src/view/screens/Settings/DisableEmail2FADialog.tsx:180 +#: src/view/screens/Settings/DisableEmail2FADialog.tsx:183 msgid "Confirm" msgstr "Confirmer" @@ -848,14 +886,17 @@ msgstr "Confirmez votre âge :" msgid "Confirm your birthdate" msgstr "Confirme votre date de naissance" +#: src/screens/Login/LoginForm.tsx:244 #: src/view/com/modals/ChangeEmail.tsx:157 #: src/view/com/modals/DeleteAccount.tsx:175 #: src/view/com/modals/DeleteAccount.tsx:181 -#: src/view/com/modals/VerifyEmail.tsx:165 +#: 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 "Code de confirmation" -#: src/screens/Login/LoginForm.tsx:248 +#: src/screens/Login/LoginForm.tsx:296 msgid "Connecting..." msgstr "Connexion…" @@ -940,7 +981,7 @@ msgstr "Cuisine" msgid "Copied" msgstr "Copié" -#: src/view/screens/Settings/index.tsx:254 +#: src/view/screens/Settings/index.tsx:243 msgid "Copied build version to clipboard" msgstr "Version de build copiée dans le presse-papier" @@ -976,17 +1017,17 @@ msgstr "Copier ce code" msgid "Copy link to list" msgstr "Copier le lien vers la liste" -#: src/view/com/util/forms/PostDropdownBtn.tsx:236 -#: src/view/com/util/forms/PostDropdownBtn.tsx:245 +#: src/view/com/util/forms/PostDropdownBtn.tsx:240 +#: src/view/com/util/forms/PostDropdownBtn.tsx:249 msgid "Copy link to post" msgstr "Copier le lien vers le post" -#: src/view/com/util/forms/PostDropdownBtn.tsx:228 #: src/view/com/util/forms/PostDropdownBtn.tsx:230 +#: src/view/com/util/forms/PostDropdownBtn.tsx:232 msgid "Copy post text" msgstr "Copier le texte du post" -#: src/Navigation.tsx:246 +#: src/Navigation.tsx:247 #: src/view/screens/CopyrightPolicy.tsx:29 msgid "Copyright Policy" msgstr "Politique sur les droits d’auteur" @@ -1004,7 +1045,7 @@ msgstr "Impossible de charger la liste" msgid "Create a new account" msgstr "Créer un nouveau compte" -#: src/view/screens/Settings/index.tsx:406 +#: src/view/screens/Settings/index.tsx:399 msgid "Create a new Bluesky account" msgstr "Créer un compte Bluesky" @@ -1035,8 +1076,8 @@ msgid "Created {0}" msgstr "{0} créé" #: src/view/com/composer/Composer.tsx:469 -msgid "Creates a card with a thumbnail. The card links to {url}" -msgstr "Crée une carte avec une miniature. La carte pointe vers {url}" +#~ msgid "Creates a card with a thumbnail. The card links to {url}" +#~ msgstr "Crée une carte avec une miniature. La carte pointe vers {url}" #: src/screens/Onboarding/index.tsx:29 msgid "Culture" @@ -1056,12 +1097,12 @@ msgstr "Domaine personnalisé" 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." -#: src/view/screens/PreferencesExternalEmbeds.tsx:55 +#: src/view/screens/PreferencesExternalEmbeds.tsx:56 msgid "Customize media from external sites." msgstr "Personnaliser les médias provenant de sites externes." -#: src/view/screens/Settings/index.tsx:455 -#: src/view/screens/Settings/index.tsx:481 +#: src/view/screens/Settings/index.tsx:433 +#: src/view/screens/Settings/index.tsx:459 msgid "Dark" msgstr "Sombre" @@ -1069,7 +1110,7 @@ msgstr "Sombre" msgid "Dark mode" msgstr "Mode sombre" -#: src/view/screens/Settings/index.tsx:468 +#: src/view/screens/Settings/index.tsx:446 msgid "Dark Theme" msgstr "Thème sombre" @@ -1077,7 +1118,7 @@ msgstr "Thème sombre" msgid "Date of birth" msgstr "Date de naissance" -#: src/view/screens/Settings/index.tsx:805 +#: src/view/screens/Settings/index.tsx:800 msgid "Debug Moderation" msgstr "Déboguer la modération" @@ -1085,13 +1126,13 @@ msgstr "Déboguer la modération" msgid "Debug panel" msgstr "Panneau de débug" -#: src/view/com/util/forms/PostDropdownBtn.tsx:341 +#: src/view/com/util/forms/PostDropdownBtn.tsx:345 #: src/view/screens/AppPasswords.tsx:268 #: src/view/screens/ProfileList.tsx:615 msgid "Delete" msgstr "Supprimer" -#: src/view/screens/Settings/index.tsx:760 +#: src/view/screens/Settings/index.tsx:755 msgid "Delete account" msgstr "Supprimer le compte" @@ -1115,12 +1156,12 @@ msgstr "Supprimer la liste" msgid "Delete my account" msgstr "Supprimer mon compte" -#: src/view/screens/Settings/index.tsx:772 +#: src/view/screens/Settings/index.tsx:767 msgid "Delete My Account…" msgstr "Supprimer mon compte…" -#: src/view/com/util/forms/PostDropdownBtn.tsx:322 -#: src/view/com/util/forms/PostDropdownBtn.tsx:324 +#: src/view/com/util/forms/PostDropdownBtn.tsx:326 +#: src/view/com/util/forms/PostDropdownBtn.tsx:328 msgid "Delete post" msgstr "Supprimer le post" @@ -1128,7 +1169,7 @@ msgstr "Supprimer le post" msgid "Delete this list?" msgstr "Supprimer cette liste ?" -#: src/view/com/util/forms/PostDropdownBtn.tsx:336 +#: src/view/com/util/forms/PostDropdownBtn.tsx:340 msgid "Delete this post?" msgstr "Supprimer ce post ?" @@ -1147,21 +1188,33 @@ msgstr "Post supprimé." msgid "Description" msgstr "Description" -#: src/view/com/composer/Composer.tsx:218 +#: src/view/com/composer/Composer.tsx:228 msgid "Did you want to say anything?" msgstr "Vous vouliez dire quelque chose ?" -#: src/view/screens/Settings/index.tsx:474 +#: src/view/screens/Settings/index.tsx:452 msgid "Dim" msgstr "Atténué" -#: src/view/screens/Settings/index.tsx:697 -msgid "Disable haptics" -msgstr "Désactiver l’haptique" +#: src/view/screens/AccessibilitySettings.tsx:94 +msgid "Disable autoplay for GIFs" +msgstr "" + +#: src/view/screens/Settings/DisableEmail2FADialog.tsx:90 +msgid "Disable Email 2FA" +msgstr "" + +#: src/view/screens/AccessibilitySettings.tsx:108 +msgid "Disable haptic feedback" +msgstr "" #: src/view/screens/Settings/index.tsx:697 -msgid "Disable vibrations" -msgstr "Désactiver les vibrations" +#~ msgid "Disable haptics" +#~ msgstr "Désactiver l’haptique" + +#: src/view/screens/Settings/index.tsx:697 +#~ msgid "Disable vibrations" +#~ msgstr "Désactiver les vibrations" #: src/lib/moderation/useLabelBehaviorDescription.ts:32 #: src/lib/moderation/useLabelBehaviorDescription.ts:42 @@ -1170,11 +1223,11 @@ msgstr "Désactiver les vibrations" msgid "Disabled" msgstr "Désactivé" -#: src/view/com/composer/Composer.tsx:511 +#: src/view/com/composer/Composer.tsx:525 msgid "Discard" msgstr "Ignorer" -#: src/view/com/composer/Composer.tsx:508 +#: src/view/com/composer/Composer.tsx:522 msgid "Discard draft?" msgstr "Abandonner le brouillon ?" @@ -1260,7 +1313,7 @@ msgstr "Terminé{extraText}" msgid "Download CAR file" msgstr "Télécharger le fichier CAR" -#: src/view/com/composer/text-input/TextInput.web.tsx:249 +#: src/view/com/composer/text-input/TextInput.web.tsx:270 msgid "Drop to add images" msgstr "Déposer pour ajouter des images" @@ -1331,7 +1384,7 @@ msgstr "Modifier les infos de la liste" msgid "Edit Moderation List" msgstr "Modifier la liste de modération" -#: src/Navigation.tsx:256 +#: src/Navigation.tsx:257 #: src/view/screens/Feeds.tsx:459 #: src/view/screens/SavedFeeds.tsx:85 msgid "Edit My Feeds" @@ -1342,12 +1395,12 @@ msgid "Edit my profile" msgstr "Modifier mon profil" #: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:178 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:168 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:166 msgid "Edit profile" msgstr "Modifier le profil" #: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:181 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:171 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:169 msgid "Edit Profile" msgstr "Modifier le profil" @@ -1377,6 +1430,10 @@ msgstr "Éducation" msgid "Email" msgstr "E-mail" +#: src/view/screens/Settings/DisableEmail2FADialog.tsx:64 +msgid "Email 2FA disabled" +msgstr "" + #: src/screens/Login/ForgotPasswordForm.tsx:99 msgid "Email address" msgstr "Adresse e-mail" @@ -1390,11 +1447,11 @@ msgstr "Adresse e-mail mise à jour" msgid "Email Updated" msgstr "E-mail mis à jour" -#: src/view/com/modals/VerifyEmail.tsx:78 +#: src/view/com/modals/VerifyEmail.tsx:85 msgid "Email verified" msgstr "Adresse e-mail vérifiée" -#: src/view/screens/Settings/index.tsx:334 +#: src/view/screens/Settings/index.tsx:327 msgid "Email:" msgstr "E-mail :" @@ -1403,8 +1460,8 @@ msgid "Embed HTML code" msgstr "Code HTML à intégrer" #: src/components/dialogs/Embed.tsx:97 -#: src/view/com/util/forms/PostDropdownBtn.tsx:253 -#: src/view/com/util/forms/PostDropdownBtn.tsx:255 +#: src/view/com/util/forms/PostDropdownBtn.tsx:257 +#: src/view/com/util/forms/PostDropdownBtn.tsx:259 msgid "Embed post" msgstr "Intégrer le post" @@ -1434,7 +1491,7 @@ msgstr "Activer le contenu pour adultes dans vos fils d’actu" msgid "Enable external media" msgstr "Activer les médias externes" -#: src/view/screens/PreferencesExternalEmbeds.tsx:75 +#: src/view/screens/PreferencesExternalEmbeds.tsx:76 msgid "Enable media players for" msgstr "Activer les lecteurs médias pour" @@ -1467,7 +1524,7 @@ msgstr "Saisir un mot de passe" msgid "Enter a word or tag" msgstr "Saisir un mot ou un mot-clé" -#: src/view/com/modals/VerifyEmail.tsx:105 +#: src/view/com/modals/VerifyEmail.tsx:113 msgid "Enter Confirmation Code" msgstr "Entrer un code de confirmation" @@ -1558,12 +1615,12 @@ msgstr "Médias explicites ou potentiellement dérangeants." msgid "Explicit sexual images." msgstr "Images sexuelles explicites." -#: src/view/screens/Settings/index.tsx:741 +#: src/view/screens/Settings/index.tsx:736 msgid "Export my data" msgstr "Exporter mes données" #: src/view/screens/Settings/ExportCarDialog.tsx:44 -#: src/view/screens/Settings/index.tsx:752 +#: src/view/screens/Settings/index.tsx:747 msgid "Export My Data" msgstr "Exporter mes données" @@ -1573,17 +1630,17 @@ msgid "External Media" msgstr "Média externe" #: src/components/dialogs/EmbedConsent.tsx:71 -#: src/view/screens/PreferencesExternalEmbeds.tsx:66 +#: 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 "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:275 -#: src/view/screens/PreferencesExternalEmbeds.tsx:52 -#: src/view/screens/Settings/index.tsx:628 +#: src/Navigation.tsx:276 +#: src/view/screens/PreferencesExternalEmbeds.tsx:53 +#: src/view/screens/Settings/index.tsx:629 msgid "External Media Preferences" msgstr "Préférences sur les médias externes" -#: src/view/screens/Settings/index.tsx:619 +#: src/view/screens/Settings/index.tsx:620 msgid "External media settings" msgstr "Préférences sur les médias externes" @@ -1600,6 +1657,10 @@ msgstr "Échec de la création de la liste. Vérifiez votre connexion Internet e msgid "Failed to delete post, please try again" msgstr "Échec de la suppression du post, veuillez réessayer" +#: src/components/dialogs/GifSelect.tsx:200 +msgid "Failed to load GIFs" +msgstr "" + #: src/view/com/auth/onboarding/RecommendedFeeds.tsx:110 #: src/view/com/auth/onboarding/RecommendedFeeds.tsx:143 msgid "Failed to load recommended feeds" @@ -1609,7 +1670,7 @@ msgstr "Échec du chargement des fils d’actu recommandés" msgid "Failed to save image: {0}" msgstr "Échec de l’enregistrement de l’image : {0}" -#: src/Navigation.tsx:196 +#: src/Navigation.tsx:197 msgid "Feed" msgstr "Fil d’actu" @@ -1626,10 +1687,10 @@ msgstr "Fil d’actu hors ligne" msgid "Feedback" msgstr "Feedback" -#: src/Navigation.tsx:456 +#: src/Navigation.tsx:465 #: src/view/screens/Feeds.tsx:444 #: src/view/screens/Feeds.tsx:549 -#: src/view/screens/Profile.tsx:199 +#: src/view/screens/Profile.tsx:198 #: src/view/shell/bottom-bar/BottomBar.tsx:192 #: src/view/shell/desktop/LeftNav.tsx:346 #: src/view/shell/Drawer.tsx:485 @@ -1667,13 +1728,17 @@ msgstr "Finalisation" msgid "Find accounts to follow" msgstr "Trouver des comptes à suivre" +#: src/view/screens/Search/Search.tsx:521 +msgid "Find posts and users on Bluesky" +msgstr "" + #: src/view/screens/Search/Search.tsx:589 -msgid "Find users on Bluesky" -msgstr "Trouver des comptes sur Bluesky" +#~ msgid "Find users on Bluesky" +#~ msgstr "Trouver des comptes sur Bluesky" #: src/view/screens/Search/Search.tsx:587 -msgid "Find users with the search tool on the right" -msgstr "Trouvez des comptes à l’aide de l’outil de recherche, à droite" +#~ msgid "Find users with the search tool on the right" +#~ msgstr "Trouvez des comptes à l’aide de l’outil de recherche, à droite" #: src/view/com/auth/onboarding/RecommendedFollowsItem.tsx:155 msgid "Finding similar accounts..." @@ -1705,7 +1770,7 @@ msgid "Flip vertically" msgstr "Miroir vertical" #: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:189 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:235 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:233 #: src/view/com/auth/onboarding/RecommendedFollowsItem.tsx:141 #: src/view/com/post-thread/PostThreadFollowBtn.tsx:146 #: src/view/com/profile/ProfileHeaderSuggestedFollows.tsx:248 @@ -1718,7 +1783,7 @@ msgid "Follow" msgstr "Suivre" #: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:58 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:221 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:219 #: src/view/com/post-thread/PostThreadFollowBtn.tsx:128 msgid "Follow {0}" msgstr "Suivre {0}" @@ -1744,7 +1809,7 @@ msgstr "Suivre les comptes sélectionnés et passer à l’étape suivante" msgid "Follow some users to get started. We can recommend you more users based on who you find interesting." msgstr "Suivez quelques comptes pour commencer. Nous pouvons vous recommander d’autres comptes en fonction des personnes qui vous intéressent." -#: src/view/com/profile/ProfileCard.tsx:219 +#: src/view/com/profile/ProfileCard.tsx:231 msgid "Followed by {0}" msgstr "Suivi par {0}" @@ -1765,26 +1830,26 @@ msgstr "vous suit" msgid "Followers" msgstr "Abonné·e·s" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:233 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:231 #: src/view/com/post-thread/PostThreadFollowBtn.tsx:149 #: src/view/com/profile/ProfileFollows.tsx:104 #: src/view/screens/ProfileFollows.tsx:25 msgid "Following" msgstr "Suivi" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:93 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:91 msgid "Following {0}" msgstr "Suit {0}" -#: src/view/screens/Settings/index.tsx:504 +#: src/view/screens/Settings/index.tsx:505 msgid "Following feed preferences" msgstr "Préférences du fil d’actu « Following »" -#: src/Navigation.tsx:262 +#: src/Navigation.tsx:263 #: src/view/com/home/HomeHeaderLayout.web.tsx:54 #: src/view/com/home/HomeHeaderLayoutMobile.tsx:87 #: src/view/screens/PreferencesFollowingFeed.tsx:104 -#: src/view/screens/Settings/index.tsx:513 +#: src/view/screens/Settings/index.tsx:514 msgid "Following Feed Preferences" msgstr "Préférences en matière de fil d’actu « Following »" @@ -1792,7 +1857,7 @@ msgstr "Préférences en matière de fil d’actu « Following »" msgid "Follows you" msgstr "Vous suit" -#: src/view/com/profile/ProfileCard.tsx:144 +#: src/view/com/profile/ProfileCard.tsx:156 msgid "Follows You" msgstr "Vous suit" @@ -1813,11 +1878,11 @@ msgstr "Pour des raisons de sécurité, vous ne pourrez plus afficher ceci. Si v msgid "Forgot Password" msgstr "Mot de passe oublié" -#: src/screens/Login/LoginForm.tsx:201 +#: src/screens/Login/LoginForm.tsx:218 msgid "Forgot password?" msgstr "Mot de passe oublié ?" -#: src/screens/Login/LoginForm.tsx:212 +#: src/screens/Login/LoginForm.tsx:229 msgid "Forgot?" msgstr "Oublié ?" @@ -1825,8 +1890,7 @@ msgstr "Oublié ?" msgid "Frequently Posts Unwanted Content" msgstr "Publication fréquente de contenu indésirable" -#: src/screens/Hashtag.tsx:109 -#: src/screens/Hashtag.tsx:149 +#: src/screens/Hashtag.tsx:118 msgid "From @{sanitizedAuthor}" msgstr "De @{sanitizedAuthor}" @@ -1835,12 +1899,12 @@ msgctxt "from-feed" msgid "From <0/>" msgstr "Tiré de <0/>" -#: src/view/com/composer/photos/SelectPhotoBtn.tsx:43 +#: src/view/com/composer/photos/SelectPhotoBtn.tsx:39 msgid "Gallery" msgstr "Galerie" -#: src/view/com/modals/VerifyEmail.tsx:189 -#: src/view/com/modals/VerifyEmail.tsx:191 +#: src/view/com/modals/VerifyEmail.tsx:197 +#: src/view/com/modals/VerifyEmail.tsx:199 msgid "Get Started" msgstr "C’est parti" @@ -1859,7 +1923,7 @@ msgstr "Violations flagrantes de la loi ou des conditions d’utilisation" msgid "Go back" msgstr "Retour" -#: src/components/Error.tsx:91 +#: src/components/Error.tsx:100 #: src/screens/Profile/ErrorState.tsx:62 #: src/screens/Profile/ErrorState.tsx:66 #: src/view/screens/NotFound.tsx:54 @@ -1884,7 +1948,7 @@ msgstr "Accéder à l’accueil" msgid "Go Home" msgstr "Accéder à l’accueil" -#: src/view/screens/Search/Search.tsx:896 +#: src/view/screens/Search/Search.tsx:827 #: src/view/shell/desktop/Search.tsx:263 msgid "Go to @{queryMaybeHandle}" msgstr "Aller à @{queryMaybeHandle}" @@ -1902,15 +1966,19 @@ msgstr "Médias crus" msgid "Handle" msgstr "Pseudo" +#: src/view/screens/AccessibilitySettings.tsx:103 +msgid "Haptics" +msgstr "" + #: src/lib/moderation/useReportOptions.ts:32 msgid "Harassment, trolling, or intolerance" msgstr "Harcèlement, trolling ou intolérance" -#: src/Navigation.tsx:282 +#: src/Navigation.tsx:291 msgid "Hashtag" msgstr "Mot-clé" -#: src/components/RichText.tsx:197 +#: src/components/RichText.tsx:206 msgid "Hashtag: #{tag}" msgstr "Mot-clé : #{tag}" @@ -1948,7 +2016,7 @@ msgstr "Voici le mot de passe de votre appli." #: src/lib/moderation/useLabelBehaviorDescription.ts:30 #: src/screens/Onboarding/StepModeration/ModerationOption.tsx:52 #: src/screens/Onboarding/StepModeration/ModerationOption.tsx:76 -#: src/view/com/util/forms/PostDropdownBtn.tsx:350 +#: src/view/com/util/forms/PostDropdownBtn.tsx:354 msgid "Hide" msgstr "Cacher" @@ -1957,8 +2025,8 @@ msgctxt "action" msgid "Hide" msgstr "Cacher" -#: src/view/com/util/forms/PostDropdownBtn.tsx:294 -#: src/view/com/util/forms/PostDropdownBtn.tsx:296 +#: src/view/com/util/forms/PostDropdownBtn.tsx:298 +#: src/view/com/util/forms/PostDropdownBtn.tsx:300 msgid "Hide post" msgstr "Cacher ce post" @@ -1967,7 +2035,7 @@ msgstr "Cacher ce post" msgid "Hide the content" msgstr "Cacher ce contenu" -#: src/view/com/util/forms/PostDropdownBtn.tsx:347 +#: src/view/com/util/forms/PostDropdownBtn.tsx:351 msgid "Hide this post?" msgstr "Cacher ce post ?" @@ -2003,7 +2071,7 @@ 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:446 +#: src/Navigation.tsx:455 #: src/view/shell/bottom-bar/BottomBar.tsx:148 #: src/view/shell/desktop/LeftNav.tsx:310 #: src/view/shell/Drawer.tsx:407 @@ -2016,7 +2084,7 @@ msgid "Host:" msgstr "Hébergeur :" #: src/screens/Login/ForgotPasswordForm.tsx:89 -#: src/screens/Login/LoginForm.tsx:134 +#: src/screens/Login/LoginForm.tsx:151 #: src/screens/Signup/StepInfo/index.tsx:40 #: src/view/com/modals/ChangeHandle.tsx:281 msgid "Hosting provider" @@ -2026,11 +2094,13 @@ msgstr "Hébergeur" msgid "How should we open this link?" msgstr "Comment ouvrir ce lien ?" -#: src/view/com/modals/VerifyEmail.tsx:214 +#: 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 "J’ai un code" -#: src/view/com/modals/VerifyEmail.tsx:216 +#: src/view/com/modals/VerifyEmail.tsx:224 msgid "I have a confirmation code" msgstr "J’ai un code de confirmation" @@ -2054,7 +2124,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:338 +#: src/view/com/util/forms/PostDropdownBtn.tsx:342 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." @@ -2098,15 +2168,19 @@ msgstr "Entrez le nouveau mot de passe" msgid "Input password for account deletion" msgstr "Entrez le mot de passe pour la suppression du compte" -#: src/screens/Login/LoginForm.tsx:195 +#: src/screens/Login/LoginForm.tsx:257 +msgid "Input the code which has been emailed to you" +msgstr "" + +#: src/screens/Login/LoginForm.tsx:212 msgid "Input the password tied to {identifier}" msgstr "Entrez le mot de passe associé à {identifier}" -#: src/screens/Login/LoginForm.tsx:168 +#: src/screens/Login/LoginForm.tsx:185 msgid "Input the username or email address you used at signup" msgstr "Entrez le pseudo ou l’adresse e-mail que vous avez utilisé lors de l’inscription" -#: src/screens/Login/LoginForm.tsx:194 +#: src/screens/Login/LoginForm.tsx:211 msgid "Input your password" msgstr "Entrez votre mot de passe" @@ -2118,11 +2192,16 @@ msgstr "Entrez votre hébergeur préféré" msgid "Input your user handle" msgstr "Entrez votre pseudo" -#: src/view/com/post-thread/PostThreadItem.tsx:221 +#: src/screens/Login/LoginForm.tsx:126 +#: src/view/screens/Settings/DisableEmail2FADialog.tsx:70 +msgid "Invalid 2FA confirmation code." +msgstr "" + +#: src/view/com/post-thread/PostThreadItem.tsx:222 msgid "Invalid or unsupported post record" msgstr "Enregistrement de post invalide ou non pris en charge" -#: src/screens/Login/LoginForm.tsx:114 +#: src/screens/Login/LoginForm.tsx:131 msgid "Invalid username or password" msgstr "Pseudo ou mot de passe incorrect" @@ -2170,7 +2249,7 @@ msgstr "Étiqueté par {0}." msgid "Labeled by the author." msgstr "Étiqueté par l’auteur." -#: src/view/screens/Profile.tsx:193 +#: src/view/screens/Profile.tsx:192 msgid "Labels" msgstr "Étiquettes" @@ -2194,20 +2273,21 @@ msgstr "Étiquettes sur votre contenu" msgid "Language selection" msgstr "Sélection de la langue" -#: src/view/screens/Settings/index.tsx:565 +#: src/view/screens/Settings/index.tsx:566 msgid "Language settings" msgstr "Préférences de langue" -#: src/Navigation.tsx:144 +#: src/Navigation.tsx:145 #: src/view/screens/LanguageSettings.tsx:89 msgid "Language Settings" msgstr "Paramètres linguistiques" -#: src/view/screens/Settings/index.tsx:574 +#: src/view/screens/Settings/index.tsx:575 msgid "Languages" msgstr "Langues" -#: src/view/screens/Search/Search.tsx:437 +#: src/screens/Hashtag.tsx:99 +#: src/view/screens/Search/Search.tsx:428 msgid "Latest" msgstr "Dernier" @@ -2245,7 +2325,7 @@ msgstr "Quitter Bluesky" msgid "left to go." msgstr "devant vous dans la file." -#: src/view/screens/Settings/index.tsx:299 +#: src/view/screens/Settings/index.tsx:292 msgid "Legacy storage cleared, you need to restart the app now." msgstr "Stockage ancien effacé, vous devez redémarrer l’application maintenant." @@ -2258,7 +2338,7 @@ msgstr "Réinitialisez votre mot de passe !" msgid "Let's go!" msgstr "Allons-y !" -#: src/view/screens/Settings/index.tsx:449 +#: src/view/screens/Settings/index.tsx:427 msgid "Light" msgstr "Clair" @@ -2272,8 +2352,8 @@ msgid "Like this feed" msgstr "Liker ce fil d’actu" #: src/components/LikesDialog.tsx:87 -#: src/Navigation.tsx:201 -#: src/Navigation.tsx:206 +#: src/Navigation.tsx:202 +#: src/Navigation.tsx:207 msgid "Liked by" msgstr "Liké par" @@ -2289,7 +2369,7 @@ msgstr "Liké par {0} {1}" #: src/components/LabelingServiceCard/index.tsx:72 msgid "Liked by {count} {0}" -msgstr "Liké par {count} {0}"" +msgstr "Liké par {count} {0}\"" #: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:284 #: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:298 @@ -2305,15 +2385,15 @@ msgstr "liké votre fil d’actu personnalisé" msgid "liked your post" msgstr "liké votre post" -#: src/view/screens/Profile.tsx:198 +#: src/view/screens/Profile.tsx:197 msgid "Likes" msgstr "Likes" -#: src/view/com/post-thread/PostThreadItem.tsx:182 +#: src/view/com/post-thread/PostThreadItem.tsx:183 msgid "Likes on this post" msgstr "Likes sur ce post" -#: src/Navigation.tsx:170 +#: src/Navigation.tsx:171 msgid "List" msgstr "Liste" @@ -2349,9 +2429,9 @@ msgstr "Liste débloquée" msgid "List unmuted" msgstr "Liste démasquée" -#: src/Navigation.tsx:114 -#: src/view/screens/Profile.tsx:194 -#: src/view/screens/Profile.tsx:200 +#: src/Navigation.tsx:115 +#: src/view/screens/Profile.tsx:193 +#: src/view/screens/Profile.tsx:199 #: src/view/shell/desktop/LeftNav.tsx:383 #: src/view/shell/Drawer.tsx:501 #: src/view/shell/Drawer.tsx:502 @@ -2363,7 +2443,7 @@ msgid "Load new notifications" msgstr "Charger les nouvelles notifications" #: src/screens/Profile/Sections/Feed.tsx:86 -#: src/view/com/feeds/FeedPage.tsx:138 +#: src/view/com/feeds/FeedPage.tsx:134 #: src/view/screens/ProfileFeed.tsx:507 #: src/view/screens/ProfileList.tsx:697 msgid "Load new posts" @@ -2373,7 +2453,7 @@ msgstr "Charger les nouveaux posts" msgid "Loading..." msgstr "Chargement…" -#: src/Navigation.tsx:221 +#: src/Navigation.tsx:222 msgid "Log" msgstr "Journaux" @@ -2392,6 +2472,10 @@ msgstr "Visibilité déconnectée" msgid "Login to account that is not listed" msgstr "Se connecter à un compte qui n’est pas listé" +#: src/components/RichText.tsx:207 +msgid "Long press to open tag menu for #{tag}" +msgstr "" + #: src/screens/Login/SetNewPasswordForm.tsx:116 msgid "Looks like XXXXX-XXXXX" msgstr "De la forme XXXXX-XXXXX" @@ -2404,7 +2488,8 @@ msgstr "Assurez-vous que c’est bien là que vous avez l’intention d’aller msgid "Manage your muted words and tags" msgstr "Gérer les mots et les mots-clés masqués" -#: src/view/screens/Profile.tsx:197 +#: src/view/screens/AccessibilitySettings.tsx:89 +#: src/view/screens/Profile.tsx:196 msgid "Media" msgstr "Média" @@ -2416,8 +2501,8 @@ msgstr "comptes mentionnés" msgid "Mentioned users" msgstr "Comptes mentionnés" -#: src/view/com/util/ViewHeader.tsx:87 -#: src/view/screens/Search/Search.tsx:795 +#: src/view/com/util/ViewHeader.tsx:89 +#: src/view/screens/Search/Search.tsx:726 msgid "Menu" msgstr "Menu" @@ -2429,9 +2514,9 @@ msgstr "Message du serveur : {0}" msgid "Misleading Account" msgstr "Compte trompeur" -#: src/Navigation.tsx:119 +#: src/Navigation.tsx:120 #: src/screens/Moderation/index.tsx:104 -#: src/view/screens/Settings/index.tsx:596 +#: src/view/screens/Settings/index.tsx:597 #: src/view/shell/desktop/LeftNav.tsx:401 #: src/view/shell/Drawer.tsx:520 #: src/view/shell/Drawer.tsx:521 @@ -2469,16 +2554,16 @@ msgstr "Liste de modération mise à jour" msgid "Moderation lists" msgstr "Listes de modération" -#: src/Navigation.tsx:124 +#: src/Navigation.tsx:125 #: src/view/screens/ModerationModlists.tsx:58 msgid "Moderation Lists" msgstr "Listes de modération" -#: src/view/screens/Settings/index.tsx:590 +#: src/view/screens/Settings/index.tsx:591 msgid "Moderation settings" msgstr "Paramètres de modération" -#: src/Navigation.tsx:216 +#: src/Navigation.tsx:217 msgid "Moderation states" msgstr "États de modération" @@ -2491,7 +2576,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:535 +#: src/view/com/post-thread/PostThreadItem.tsx:541 msgid "More" msgstr "Plus" @@ -2553,13 +2638,13 @@ msgstr "Masquer ce mot dans le texte du post et les mots-clés" msgid "Mute this word in tags only" msgstr "Masquer ce mot dans les mots-clés uniquement" -#: src/view/com/util/forms/PostDropdownBtn.tsx:269 -#: src/view/com/util/forms/PostDropdownBtn.tsx:275 +#: src/view/com/util/forms/PostDropdownBtn.tsx:273 +#: src/view/com/util/forms/PostDropdownBtn.tsx:279 msgid "Mute thread" msgstr "Masquer ce fil de discussion" -#: src/view/com/util/forms/PostDropdownBtn.tsx:285 -#: src/view/com/util/forms/PostDropdownBtn.tsx:287 +#: src/view/com/util/forms/PostDropdownBtn.tsx:289 +#: src/view/com/util/forms/PostDropdownBtn.tsx:291 msgid "Mute words & tags" msgstr "Masquer les mots et les mots-clés" @@ -2571,7 +2656,7 @@ msgstr "Masqué" msgid "Muted accounts" msgstr "Comptes masqués" -#: src/Navigation.tsx:129 +#: src/Navigation.tsx:130 #: src/view/screens/ModerationMutedAccounts.tsx:112 msgid "Muted Accounts" msgstr "Comptes masqués" @@ -2605,11 +2690,11 @@ msgstr "Mes fils d’actu" msgid "My Profile" msgstr "Mon profil" -#: src/view/screens/Settings/index.tsx:547 +#: src/view/screens/Settings/index.tsx:548 msgid "My saved feeds" msgstr "Mes fils d’actu enregistrés" -#: src/view/screens/Settings/index.tsx:553 +#: src/view/screens/Settings/index.tsx:554 msgid "My Saved Feeds" msgstr "Mes fils d’actu enregistrés" @@ -2633,7 +2718,7 @@ msgid "Nature" msgstr "Nature" #: src/screens/Login/ForgotPasswordForm.tsx:173 -#: src/screens/Login/LoginForm.tsx:255 +#: src/screens/Login/LoginForm.tsx:303 #: src/view/com/modals/ChangePassword.tsx:168 msgid "Navigates to the next screen" msgstr "Navigue vers le prochain écran" @@ -2680,14 +2765,14 @@ msgstr "Nouveau mot de passe" msgid "New Password" msgstr "Nouveau mot de passe" -#: src/view/com/feeds/FeedPage.tsx:149 +#: src/view/com/feeds/FeedPage.tsx:145 msgctxt "action" msgid "New post" msgstr "Nouveau post" #: src/view/screens/Feeds.tsx:580 #: src/view/screens/Notifications.tsx:168 -#: src/view/screens/Profile.tsx:480 +#: src/view/screens/Profile.tsx:465 #: src/view/screens/ProfileFeed.tsx:445 #: src/view/screens/ProfileList.tsx:200 #: src/view/screens/ProfileList.tsx:228 @@ -2714,8 +2799,8 @@ msgstr "Actualités" #: src/screens/Login/ForgotPasswordForm.tsx:143 #: src/screens/Login/ForgotPasswordForm.tsx:150 -#: src/screens/Login/LoginForm.tsx:254 -#: src/screens/Login/LoginForm.tsx:261 +#: src/screens/Login/LoginForm.tsx:302 +#: src/screens/Login/LoginForm.tsx:309 #: src/screens/Login/SetNewPasswordForm.tsx:174 #: src/screens/Login/SetNewPasswordForm.tsx:180 #: src/screens/Signup/index.tsx:207 @@ -2752,7 +2837,11 @@ msgstr "Aucune description" msgid "No DNS Panel" msgstr "Pas de panneau DNS" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:118 +#: src/components/dialogs/GifSelect.tsx:206 +msgid "No featured GIFs found. There may be an issue with Tenor." +msgstr "" + +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:116 msgid "No longer following {0}" msgstr "Ne suit plus {0}" @@ -2769,7 +2858,7 @@ msgstr "Pas encore de notifications !" msgid "No result" msgstr "Aucun résultat" -#: src/components/Lists.tsx:183 +#: src/components/Lists.tsx:192 msgid "No results found" msgstr "Aucun résultat trouvé" @@ -2778,11 +2867,15 @@ 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:349 -#: src/view/screens/Search/Search.tsx:387 +#: src/view/screens/Search/Search.tsx:350 +#: src/view/screens/Search/Search.tsx:388 msgid "No results found for {query}" msgstr "Aucun résultat trouvé pour {query}" +#: src/components/dialogs/GifSelect.tsx:204 +msgid "No search results found for \"{search}\"." +msgstr "" + #: src/components/dialogs/EmbedConsent.tsx:105 #: src/components/dialogs/EmbedConsent.tsx:112 msgid "No thanks" @@ -2805,18 +2898,18 @@ msgstr "Nudité non sexuelle" msgid "Not Applicable." msgstr "Sans objet." -#: src/Navigation.tsx:109 +#: src/Navigation.tsx:110 #: src/view/screens/Profile.tsx:101 msgid "Not Found" msgstr "Introuvable" -#: src/view/com/modals/VerifyEmail.tsx:246 -#: src/view/com/modals/VerifyEmail.tsx:252 +#: src/view/com/modals/VerifyEmail.tsx:254 +#: src/view/com/modals/VerifyEmail.tsx:260 msgid "Not right now" msgstr "Pas maintenant" #: src/view/com/profile/ProfileMenu.tsx:368 -#: src/view/com/util/forms/PostDropdownBtn.tsx:364 +#: src/view/com/util/forms/PostDropdownBtn.tsx:368 #: src/view/com/util/post-ctrls/PostCtrls.tsx:248 msgid "Note about sharing" msgstr "Note sur le partage" @@ -2825,7 +2918,7 @@ msgstr "Note sur le partage" msgid "Note: Bluesky is an open and public network. This setting only limits the visibility of your content on the Bluesky app and website, and other apps may not respect this setting. Your content may still be shown to logged-out users by other apps and websites." msgstr "Remarque : Bluesky est un réseau ouvert et public. Ce paramètre limite uniquement la visibilité de votre contenu sur l’application et le site Web de Bluesky, et d’autres applications peuvent ne pas respecter ce paramètre. Votre contenu peut toujours être montré aux personnes non connectées par d’autres applications et sites Web." -#: src/Navigation.tsx:461 +#: src/Navigation.tsx:470 #: src/view/screens/Notifications.tsx:124 #: src/view/screens/Notifications.tsx:148 #: src/view/shell/bottom-bar/BottomBar.tsx:216 @@ -2851,7 +2944,8 @@ msgstr "sur" msgid "Off" msgstr "Éteint" -#: src/view/com/util/ErrorBoundary.tsx:49 +#: src/components/dialogs/GifSelect.tsx:287 +#: src/view/com/util/ErrorBoundary.tsx:55 msgid "Oh no!" msgstr "Oh non !" @@ -2872,11 +2966,11 @@ msgstr "D’accord" msgid "Oldest replies first" msgstr "Plus anciennes réponses en premier" -#: src/view/screens/Settings/index.tsx:247 +#: src/view/screens/Settings/index.tsx:236 msgid "Onboarding reset" msgstr "Réinitialiser le didacticiel" -#: src/view/com/composer/Composer.tsx:392 +#: src/view/com/composer/Composer.tsx:424 msgid "One or more images is missing alt text." msgstr "Une ou plusieurs images n’ont pas de texte alt." @@ -2888,11 +2982,11 @@ msgstr "Seul {0} peut répondre." msgid "Only contains letters, numbers, and hyphens" msgstr "Ne contient que des lettres, des chiffres et des traits d’union" -#: src/components/Lists.tsx:75 +#: src/components/Lists.tsx:78 msgid "Oops, something went wrong!" msgstr "Oups, quelque chose n’a pas marché !" -#: src/components/Lists.tsx:170 +#: src/components/Lists.tsx:177 #: src/view/screens/AppPasswords.tsx:67 #: src/view/screens/Profile.tsx:101 msgid "Oops!" @@ -2902,8 +2996,8 @@ msgstr "Oups !" msgid "Open" msgstr "Ouvrir" -#: src/view/com/composer/Composer.tsx:491 -#: src/view/com/composer/Composer.tsx:492 +#: src/view/com/composer/Composer.tsx:505 +#: src/view/com/composer/Composer.tsx:506 msgid "Open emoji picker" msgstr "Ouvrir le sélecteur d’emoji" @@ -2911,7 +3005,7 @@ msgstr "Ouvrir le sélecteur d’emoji" msgid "Open feed options menu" msgstr "Ouvrir le menu des options de fil d’actu" -#: src/view/screens/Settings/index.tsx:685 +#: src/view/screens/Settings/index.tsx:686 msgid "Open links with in-app browser" msgstr "Ouvrir des liens avec le navigateur interne à l’appli" @@ -2927,12 +3021,12 @@ msgstr "Navigation ouverte" msgid "Open post options menu" msgstr "Ouvrir le menu d’options du post" -#: src/view/screens/Settings/index.tsx:792 -#: src/view/screens/Settings/index.tsx:802 +#: src/view/screens/Settings/index.tsx:787 +#: src/view/screens/Settings/index.tsx:797 msgid "Open storybook page" msgstr "Ouvrir la page Storybook" -#: src/view/screens/Settings/index.tsx:780 +#: src/view/screens/Settings/index.tsx:775 msgid "Open system log" msgstr "Ouvrir le journal du système" @@ -2940,6 +3034,10 @@ msgstr "Ouvrir le journal du système" msgid "Opens {numItems} options" msgstr "Ouvre {numItems} options" +#: src/view/screens/Settings/index.tsx:485 +msgid "Opens accessibility settings" +msgstr "" + #: src/view/screens/Log.tsx:54 msgid "Opens additional details for a debug entry" msgstr "Ouvre des détails supplémentaires pour une entrée de débug" @@ -2948,7 +3046,7 @@ msgstr "Ouvre des détails supplémentaires pour une entrée de débug" msgid "Opens an expanded list of users in this notification" msgstr "Ouvre une liste étendue des comptes dans cette notification" -#: src/view/com/composer/photos/OpenCameraBtn.tsx:78 +#: src/view/com/composer/photos/OpenCameraBtn.tsx:74 msgid "Opens camera on device" msgstr "Ouvre l’appareil photo de l’appareil" @@ -2956,15 +3054,15 @@ msgstr "Ouvre l’appareil photo de l’appareil" msgid "Opens composer" msgstr "Ouvre le rédacteur" -#: src/view/screens/Settings/index.tsx:566 +#: src/view/screens/Settings/index.tsx:567 msgid "Opens configurable language settings" msgstr "Ouvre les paramètres linguistiques configurables" -#: src/view/com/composer/photos/SelectPhotoBtn.tsx:44 +#: src/view/com/composer/photos/SelectPhotoBtn.tsx:40 msgid "Opens device photo gallery" msgstr "Ouvre la galerie de photos de l’appareil" -#: src/view/screens/Settings/index.tsx:620 +#: src/view/screens/Settings/index.tsx:621 msgid "Opens external embeds settings" msgstr "Ouvre les paramètres d’intégration externe" @@ -2978,27 +3076,31 @@ msgstr "Ouvre le flux de création d’un nouveau compte Bluesky" msgid "Opens flow to sign into your existing Bluesky account" msgstr "Ouvre le flux pour vous connecter à votre compte Bluesky existant" +#: src/view/com/composer/photos/SelectGifBtn.tsx:37 +msgid "Opens GIF select dialog" +msgstr "" + #: src/view/com/modals/InviteCodes.tsx:173 msgid "Opens list of invite codes" msgstr "Ouvre la liste des codes d’invitation" -#: src/view/screens/Settings/index.tsx:762 +#: src/view/screens/Settings/index.tsx:757 msgid "Opens modal for account deletion confirmation. Requires email code" msgstr "Ouvre la fenêtre modale pour confirmer la suppression du compte. Requiert un code e-mail." -#: src/view/screens/Settings/index.tsx:720 +#: src/view/screens/Settings/index.tsx:715 msgid "Opens modal for changing your Bluesky password" msgstr "Ouvre une fenêtre modale pour changer le mot de passe de Bluesky" -#: src/view/screens/Settings/index.tsx:669 +#: src/view/screens/Settings/index.tsx:670 msgid "Opens modal for choosing a new Bluesky handle" msgstr "Ouvre une fenêtre modale pour choisir un nouveau pseudo Bluesky" -#: src/view/screens/Settings/index.tsx:743 +#: src/view/screens/Settings/index.tsx:738 msgid "Opens modal for downloading your Bluesky account data (repository)" msgstr "Ouvre une fenêtre modale pour télécharger les données du compte Bluesky (dépôt)" -#: src/view/screens/Settings/index.tsx:932 +#: src/view/screens/Settings/index.tsx:927 msgid "Opens modal for email verification" msgstr "Ouvre une fenêtre modale pour la vérification de l’e-mail" @@ -3006,11 +3108,11 @@ msgstr "Ouvre une fenêtre modale pour la vérification de l’e-mail" msgid "Opens modal for using custom domain" msgstr "Ouvre une fenêtre modale pour utiliser un domaine personnalisé" -#: src/view/screens/Settings/index.tsx:591 +#: src/view/screens/Settings/index.tsx:592 msgid "Opens moderation settings" msgstr "Ouvre les paramètres de modération" -#: src/screens/Login/LoginForm.tsx:202 +#: src/screens/Login/LoginForm.tsx:219 msgid "Opens password reset form" msgstr "Ouvre le formulaire de réinitialisation du mot de passe" @@ -3019,15 +3121,15 @@ msgstr "Ouvre le formulaire de réinitialisation du mot de passe" 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:548 +#: src/view/screens/Settings/index.tsx:549 msgid "Opens screen with all saved feeds" msgstr "Ouvre l’écran avec tous les fils d’actu enregistrés" -#: src/view/screens/Settings/index.tsx:647 +#: src/view/screens/Settings/index.tsx:648 msgid "Opens the app password settings" msgstr "Ouvre les paramètres du mot de passe de l’application" -#: src/view/screens/Settings/index.tsx:505 +#: src/view/screens/Settings/index.tsx:506 msgid "Opens the Following feed preferences" msgstr "Ouvre les préférences du fil d’actu « Following »" @@ -3035,16 +3137,16 @@ msgstr "Ouvre les préférences du fil d’actu « Following »" msgid "Opens the linked website" msgstr "Ouvre le site web lié" -#: src/view/screens/Settings/index.tsx:793 -#: src/view/screens/Settings/index.tsx:803 +#: src/view/screens/Settings/index.tsx:788 +#: src/view/screens/Settings/index.tsx:798 msgid "Opens the storybook page" msgstr "Ouvre la page de l’historique" -#: src/view/screens/Settings/index.tsx:781 +#: src/view/screens/Settings/index.tsx:776 msgid "Opens the system log page" msgstr "Ouvre la page du journal système" -#: src/view/screens/Settings/index.tsx:526 +#: src/view/screens/Settings/index.tsx:527 msgid "Opens the threads preferences" msgstr "Ouvre les préférences relatives aux fils de discussion" @@ -3072,7 +3174,7 @@ msgstr "Autre compte" msgid "Other..." msgstr "Autre…" -#: src/components/Lists.tsx:184 +#: src/components/Lists.tsx:193 #: src/view/screens/NotFound.tsx:45 msgid "Page not found" msgstr "Page introuvable" @@ -3081,7 +3183,7 @@ msgstr "Page introuvable" msgid "Page Not Found" msgstr "Page introuvable" -#: src/screens/Login/LoginForm.tsx:178 +#: src/screens/Login/LoginForm.tsx:195 #: src/screens/Signup/StepInfo/index.tsx:102 #: src/view/com/modals/DeleteAccount.tsx:194 #: src/view/com/modals/DeleteAccount.tsx:201 @@ -3100,16 +3202,19 @@ msgstr "Mise à jour du mot de passe" msgid "Password updated!" msgstr "Mot de passe mis à jour !" -#: src/view/screens/Search/Search.tsx:447 -#: src/view/screens/Search/Search.tsx:456 +#: src/view/com/util/post-embeds/GifEmbed.tsx:31 +msgid "Pause" +msgstr "" + +#: src/view/screens/Search/Search.tsx:438 msgid "People" msgstr "Personnes" -#: src/Navigation.tsx:164 +#: src/Navigation.tsx:165 msgid "People followed by @{0}" msgstr "Personnes suivies par @{0}" -#: src/Navigation.tsx:157 +#: src/Navigation.tsx:158 msgid "People following @{0}" msgstr "Personnes qui suivent @{0}" @@ -3142,10 +3247,18 @@ msgstr "Ajouter à l’accueil" msgid "Pinned Feeds" msgstr "Fils épinglés" +#: src/view/com/util/post-embeds/GifEmbed.tsx:31 +msgid "Play" +msgstr "" + #: src/view/com/util/post-embeds/ExternalGifEmbed.tsx:123 msgid "Play {0}" msgstr "Lire {0}" +#: src/view/com/util/post-embeds/GifEmbed.tsx:30 +msgid "Play or pause the GIF" +msgstr "" + #: src/view/com/util/post-embeds/ExternalPlayerEmbed.tsx:57 #: src/view/com/util/post-embeds/ExternalPlayerEmbed.tsx:58 msgid "Play Video" @@ -3195,11 +3308,11 @@ msgstr "Veuillez également entrer votre mot de passe :" 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}" -#: src/view/com/modals/VerifyEmail.tsx:101 +#: src/view/com/modals/VerifyEmail.tsx:109 msgid "Please Verify Your Email" msgstr "Veuillez vérifier votre e-mail" -#: src/view/com/composer/Composer.tsx:222 +#: src/view/com/composer/Composer.tsx:232 msgid "Please wait for your link card to finish loading" msgstr "Veuillez patienter le temps que votre carte de lien soit chargée" @@ -3211,8 +3324,8 @@ msgstr "Politique" msgid "Porn" msgstr "Porno" -#: src/view/com/composer/Composer.tsx:367 -#: src/view/com/composer/Composer.tsx:375 +#: src/view/com/composer/Composer.tsx:399 +#: src/view/com/composer/Composer.tsx:407 msgctxt "action" msgid "Post" msgstr "Poster" @@ -3222,13 +3335,13 @@ msgctxt "description" msgid "Post" msgstr "Post" -#: src/view/com/post-thread/PostThreadItem.tsx:175 +#: src/view/com/post-thread/PostThreadItem.tsx:176 msgid "Post by {0}" msgstr "Post de {0}" -#: src/Navigation.tsx:176 -#: src/Navigation.tsx:183 -#: src/Navigation.tsx:190 +#: src/Navigation.tsx:177 +#: src/Navigation.tsx:184 +#: src/Navigation.tsx:191 msgid "Post by @{0}" msgstr "Post de @{0}" @@ -3267,8 +3380,7 @@ msgstr "Post introuvable" msgid "posts" msgstr "posts" -#: src/view/screens/Profile.tsx:195 -#: src/view/screens/Search/Search.tsx:467 +#: src/view/screens/Profile.tsx:194 msgid "Posts" msgstr "Posts" @@ -3288,8 +3400,8 @@ msgstr "Lien potentiellement trompeur" msgid "Press to change hosting provider" msgstr "Appuyer pour changer d’hébergeur" -#: src/components/Error.tsx:74 -#: src/components/Lists.tsx:80 +#: src/components/Error.tsx:83 +#: src/components/Lists.tsx:83 #: src/screens/Signup/index.tsx:187 msgid "Press to retry" msgstr "Appuyer pour réessayer" @@ -3306,15 +3418,15 @@ msgstr "Langue principale" msgid "Prioritize Your Follows" msgstr "Définissez des priorités de vos suivis" -#: src/view/screens/Settings/index.tsx:603 +#: src/view/screens/Settings/index.tsx:604 #: src/view/shell/desktop/RightNav.tsx:72 msgid "Privacy" msgstr "Vie privée" -#: src/Navigation.tsx:231 +#: src/Navigation.tsx:232 #: src/screens/Signup/StepInfo/Policies.tsx:56 #: src/view/screens/PrivacyPolicy.tsx:29 -#: src/view/screens/Settings/index.tsx:887 +#: src/view/screens/Settings/index.tsx:882 #: src/view/shell/Drawer.tsx:271 msgid "Privacy Policy" msgstr "Charte de confidentialité" @@ -3324,7 +3436,7 @@ msgid "Processing..." msgstr "Traitement…" #: src/view/screens/DebugMod.tsx:888 -#: src/view/screens/Profile.tsx:361 +#: src/view/screens/Profile.tsx:346 msgid "profile" msgstr "profil" @@ -3340,7 +3452,7 @@ msgstr "Profil" msgid "Profile updated" msgstr "Profil mis à jour" -#: src/view/screens/Settings/index.tsx:945 +#: src/view/screens/Settings/index.tsx:940 msgid "Protect your account by verifying your email." msgstr "Protégez votre compte en vérifiant votre e-mail." @@ -3356,11 +3468,11 @@ msgstr "Listes publiques et partageables de comptes à masquer ou à bloquer." msgid "Public, shareable lists which can drive feeds." msgstr "Les listes publiques et partageables qui peuvent alimenter les fils d’actu." -#: src/view/com/composer/Composer.tsx:352 +#: src/view/com/composer/Composer.tsx:384 msgid "Publish post" msgstr "Publier le post" -#: src/view/com/composer/Composer.tsx:352 +#: src/view/com/composer/Composer.tsx:384 msgid "Publish reply" msgstr "Publier la réponse" @@ -3386,7 +3498,7 @@ msgstr "Aléatoire" msgid "Ratios" msgstr "Ratios" -#: src/view/screens/Search/Search.tsx:924 +#: src/view/screens/Search/Search.tsx:855 msgid "Recent Searches" msgstr "Recherches récentes" @@ -3442,7 +3554,7 @@ msgstr "Supprimer de mes fils d’actu ?" msgid "Remove image" msgstr "Supprimer l’image" -#: src/view/com/composer/ExternalEmbed.tsx:70 +#: src/view/com/composer/ExternalEmbed.tsx:82 msgid "Remove image preview" msgstr "Supprimer l’aperçu d’image" @@ -3471,11 +3583,11 @@ msgstr "Supprimé de mes fils d’actu" msgid "Removed from your feeds" msgstr "Supprimé de vos fils d’actu" -#: src/view/com/composer/ExternalEmbed.tsx:71 +#: src/view/com/composer/ExternalEmbed.tsx:83 msgid "Removes default thumbnail from {0}" msgstr "Supprime la miniature par défaut de {0}" -#: src/view/screens/Profile.tsx:196 +#: src/view/screens/Profile.tsx:195 msgid "Replies" msgstr "Réponses" @@ -3483,7 +3595,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:365 +#: src/view/com/composer/Composer.tsx:397 msgctxt "action" msgid "Reply" msgstr "Répondre" @@ -3494,9 +3606,15 @@ msgstr "Filtres de réponse" #: src/view/com/post/Post.tsx:177 #: src/view/com/posts/FeedItem.tsx:285 +#~ msgctxt "description" +#~ msgid "Reply to <0/>" +#~ msgstr "Réponse à <0/>" + +#: src/view/com/post/Post.tsx:178 +#: src/view/com/posts/FeedItem.tsx:285 msgctxt "description" -msgid "Reply to <0/>" -msgstr "Réponse à <0/>" +msgid "Reply to <0><1/>" +msgstr "" #: src/view/com/profile/ProfileMenu.tsx:319 #: src/view/com/profile/ProfileMenu.tsx:322 @@ -3516,8 +3634,8 @@ msgstr "Signaler le fil d’actu" msgid "Report List" msgstr "Signaler la liste" -#: src/view/com/util/forms/PostDropdownBtn.tsx:312 -#: src/view/com/util/forms/PostDropdownBtn.tsx:314 +#: src/view/com/util/forms/PostDropdownBtn.tsx:316 +#: src/view/com/util/forms/PostDropdownBtn.tsx:318 msgid "Report post" msgstr "Signaler le post" @@ -3574,7 +3692,7 @@ msgstr "Republié par <0><1/>" msgid "reposted your post" msgstr "a republié votre post" -#: src/view/com/post-thread/PostThreadItem.tsx:187 +#: src/view/com/post-thread/PostThreadItem.tsx:188 msgid "Reposts of this post" msgstr "Reposts de ce post" @@ -3588,14 +3706,23 @@ msgstr "Demande de modification" msgid "Request Code" msgstr "Demander un code" -#: src/view/screens/Settings/index.tsx:426 +#: src/view/screens/AccessibilitySettings.tsx:82 msgid "Require alt text before posting" msgstr "Nécessiter un texte alt avant de publier" +#: src/view/screens/Settings/Email2FAToggle.tsx:53 +msgid "Require email code to log into your account" +msgstr "" + #: src/screens/Signup/StepInfo/index.tsx:69 msgid "Required for this provider" msgstr "Obligatoire pour cet hébergeur" +#: src/view/screens/Settings/DisableEmail2FADialog.tsx:168 +#: src/view/screens/Settings/DisableEmail2FADialog.tsx:171 +msgid "Resend email" +msgstr "" + #: src/view/com/modals/ChangePassword.tsx:185 msgid "Reset code" msgstr "Réinitialiser le code" @@ -3604,8 +3731,8 @@ msgstr "Réinitialiser le code" msgid "Reset Code" msgstr "Code de réinitialisation" -#: src/view/screens/Settings/index.tsx:822 -#: src/view/screens/Settings/index.tsx:825 +#: src/view/screens/Settings/index.tsx:817 +#: src/view/screens/Settings/index.tsx:820 msgid "Reset onboarding state" msgstr "Réinitialisation du didacticiel" @@ -3613,20 +3740,20 @@ msgstr "Réinitialisation du didacticiel" msgid "Reset password" msgstr "Réinitialiser mot de passe" -#: src/view/screens/Settings/index.tsx:812 -#: src/view/screens/Settings/index.tsx:815 +#: src/view/screens/Settings/index.tsx:807 +#: src/view/screens/Settings/index.tsx:810 msgid "Reset preferences state" msgstr "Réinitialiser l’état des préférences" -#: src/view/screens/Settings/index.tsx:823 +#: src/view/screens/Settings/index.tsx:818 msgid "Resets the onboarding state" msgstr "Réinitialise l’état d’accueil" -#: src/view/screens/Settings/index.tsx:813 +#: src/view/screens/Settings/index.tsx:808 msgid "Resets the preferences state" msgstr "Réinitialise l’état des préférences" -#: src/screens/Login/LoginForm.tsx:235 +#: src/screens/Login/LoginForm.tsx:283 msgid "Retries login" msgstr "Réessaye la connection" @@ -3635,10 +3762,10 @@ msgstr "Réessaye la connection" msgid "Retries the last action, which errored out" msgstr "Réessaye la dernière action, qui a échoué" -#: src/components/Error.tsx:79 -#: src/components/Lists.tsx:91 -#: src/screens/Login/LoginForm.tsx:234 -#: src/screens/Login/LoginForm.tsx:241 +#: src/components/Error.tsx:88 +#: src/components/Lists.tsx:94 +#: src/screens/Login/LoginForm.tsx:282 +#: src/screens/Login/LoginForm.tsx:289 #: src/screens/Onboarding/StepInterests/index.tsx:225 #: src/screens/Onboarding/StepInterests/index.tsx:228 #: src/screens/Signup/index.tsx:194 @@ -3647,7 +3774,7 @@ msgstr "Réessaye la dernière action, qui a échoué" msgid "Retry" msgstr "Réessayer" -#: src/components/Error.tsx:86 +#: src/components/Error.tsx:95 #: src/view/screens/ProfileList.tsx:919 msgid "Return to previous page" msgstr "Retourne à la page précédente" @@ -3731,14 +3858,14 @@ msgstr "Science" msgid "Scroll to top" msgstr "Remonter en haut" -#: src/Navigation.tsx:451 +#: src/Navigation.tsx:460 #: 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:568 -#: src/view/screens/Search/Search.tsx:817 -#: src/view/screens/Search/Search.tsx:835 +#: src/view/screens/Search/Search.tsx:503 +#: src/view/screens/Search/Search.tsx:748 +#: src/view/screens/Search/Search.tsx:766 #: src/view/shell/bottom-bar/BottomBar.tsx:170 #: src/view/shell/desktop/LeftNav.tsx:328 #: src/view/shell/desktop/Search.tsx:215 @@ -3748,7 +3875,7 @@ msgstr "Remonter en haut" msgid "Search" msgstr "Recherche" -#: src/view/screens/Search/Search.tsx:884 +#: src/view/screens/Search/Search.tsx:815 #: src/view/shell/desktop/Search.tsx:256 msgid "Search for \"{query}\"" msgstr "Recherche de « {query} »" @@ -3767,6 +3894,14 @@ msgstr "Rechercher tous les posts avec le mot-clé {displayTag}" msgid "Search for users" msgstr "Rechercher des comptes" +#: src/components/dialogs/GifSelect.tsx:158 +msgid "Search GIFs" +msgstr "" + +#: src/components/dialogs/GifSelect.tsx:159 +msgid "Search Tenor" +msgstr "" + #: src/view/com/modals/ChangeEmail.tsx:110 msgid "Security Step Required" msgstr "Étape de sécurité requise" @@ -3808,6 +3943,14 @@ msgstr "Sélectionner un compte" msgid "Select from an existing account" msgstr "Sélectionner un compte existant" +#: src/view/com/composer/photos/SelectGifBtn.tsx:36 +msgid "Select GIF" +msgstr "" + +#: src/components/dialogs/GifSelect.tsx:253 +msgid "Select GIF \"{0}\"" +msgstr "" + #: src/view/screens/LanguageSettings.tsx:299 msgid "Select languages" msgstr "Sélectionner les langues" @@ -3868,8 +4011,8 @@ msgstr "Sélectionnez vos principaux fils d’actu algorithmiques" msgid "Select your secondary algorithmic feeds" msgstr "Sélectionnez vos fils d’actu algorithmiques secondaires" -#: src/view/com/modals/VerifyEmail.tsx:202 -#: src/view/com/modals/VerifyEmail.tsx:204 +#: src/view/com/modals/VerifyEmail.tsx:210 +#: src/view/com/modals/VerifyEmail.tsx:212 msgid "Send Confirmation Email" msgstr "Envoyer un e-mail de confirmation" @@ -3896,6 +4039,11 @@ msgstr "Envoyer le rapport" msgid "Send report to {0}" msgstr "Envoyer le rapport à {0}" +#: src/view/screens/Settings/DisableEmail2FADialog.tsx:119 +#: src/view/screens/Settings/DisableEmail2FADialog.tsx:122 +msgid "Send verification email" +msgstr "" + #: src/view/com/modals/DeleteAccount.tsx:132 msgid "Sends email with confirmation code for account deletion" msgstr "Envoie un e-mail avec le code de confirmation pour la suppression du compte" @@ -3940,23 +4088,23 @@ msgstr "Créez votre compte" msgid "Sets Bluesky username" msgstr "Définit le pseudo Bluesky" -#: src/view/screens/Settings/index.tsx:458 +#: src/view/screens/Settings/index.tsx:436 msgid "Sets color theme to dark" msgstr "Change le thème de couleur en sombre" -#: src/view/screens/Settings/index.tsx:451 +#: src/view/screens/Settings/index.tsx:429 msgid "Sets color theme to light" msgstr "Change le thème de couleur en clair" -#: src/view/screens/Settings/index.tsx:445 +#: src/view/screens/Settings/index.tsx:423 msgid "Sets color theme to system setting" msgstr "Change le thème de couleur en fonction du paramètre système" -#: src/view/screens/Settings/index.tsx:484 +#: src/view/screens/Settings/index.tsx:462 msgid "Sets dark theme to the dark theme" msgstr "Change le thème sombre comme étant le plus sombre" -#: src/view/screens/Settings/index.tsx:477 +#: src/view/screens/Settings/index.tsx:455 msgid "Sets dark theme to the dim theme" msgstr "Change le thème sombre comme étant le thème atténué" @@ -3976,8 +4124,8 @@ 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:139 -#: src/view/screens/Settings/index.tsx:316 +#: src/Navigation.tsx:140 +#: src/view/screens/Settings/index.tsx:309 #: src/view/shell/desktop/LeftNav.tsx:437 #: src/view/shell/Drawer.tsx:576 #: src/view/shell/Drawer.tsx:577 @@ -3999,15 +4147,15 @@ msgstr "Partager" #: src/view/com/profile/ProfileMenu.tsx:215 #: src/view/com/profile/ProfileMenu.tsx:224 -#: src/view/com/util/forms/PostDropdownBtn.tsx:236 -#: src/view/com/util/forms/PostDropdownBtn.tsx:245 +#: src/view/com/util/forms/PostDropdownBtn.tsx:240 +#: src/view/com/util/forms/PostDropdownBtn.tsx:249 #: src/view/com/util/post-ctrls/PostCtrls.tsx:237 #: src/view/screens/ProfileList.tsx:390 msgid "Share" msgstr "Partager" #: src/view/com/profile/ProfileMenu.tsx:373 -#: src/view/com/util/forms/PostDropdownBtn.tsx:369 +#: src/view/com/util/forms/PostDropdownBtn.tsx:373 #: src/view/com/util/post-ctrls/PostCtrls.tsx:253 msgid "Share anyway" msgstr "Partager quand même" @@ -4030,7 +4178,7 @@ msgstr "Partage le site web lié" #: src/components/moderation/LabelPreference.tsx:136 #: src/components/moderation/PostHider.tsx:107 #: src/screens/Onboarding/StepModeration/ModerationOption.tsx:54 -#: src/view/screens/Settings/index.tsx:366 +#: src/view/screens/Settings/index.tsx:359 msgid "Show" msgstr "Afficher" @@ -4052,13 +4200,13 @@ 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:200 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:198 msgid "Show follows similar to {0}" msgstr "Afficher les suivis similaires à {0}" -#: src/view/com/post-thread/PostThreadItem.tsx:501 -#: src/view/com/post/Post.tsx:212 -#: src/view/com/posts/FeedItem.tsx:360 +#: src/view/com/post-thread/PostThreadItem.tsx:507 +#: src/view/com/post/Post.tsx:215 +#: src/view/com/posts/FeedItem.tsx:362 msgid "Show More" msgstr "Voir plus" @@ -4135,7 +4283,7 @@ msgstr "Affiche les posts de {0} dans votre fil d’actu" #: src/components/dialogs/Signin.tsx:99 #: src/screens/Login/index.tsx:100 #: src/screens/Login/index.tsx:119 -#: src/screens/Login/LoginForm.tsx:131 +#: src/screens/Login/LoginForm.tsx:148 #: src/view/com/auth/SplashScreen.tsx:63 #: src/view/com/auth/SplashScreen.tsx:72 #: src/view/com/auth/SplashScreen.web.tsx:107 @@ -4146,9 +4294,9 @@ msgstr "Affiche les posts de {0} dans votre fil d’actu" #: src/view/shell/bottom-bar/BottomBarWeb.tsx:178 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:179 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:181 -#: src/view/shell/NavSignupCard.tsx:63 -#: src/view/shell/NavSignupCard.tsx:64 -#: src/view/shell/NavSignupCard.tsx:66 +#: src/view/shell/NavSignupCard.tsx:69 +#: src/view/shell/NavSignupCard.tsx:70 +#: src/view/shell/NavSignupCard.tsx:72 msgid "Sign in" msgstr "Connexion" @@ -4168,8 +4316,8 @@ msgstr "Connectez-vous ou créez votre compte pour participer à la conversation msgid "Sign into Bluesky or create a new account" msgstr "Connectez-vous à Bluesky ou créez un nouveau compte" -#: src/view/screens/Settings/index.tsx:118 -#: src/view/screens/Settings/index.tsx:121 +#: src/view/screens/Settings/index.tsx:111 +#: src/view/screens/Settings/index.tsx:114 msgid "Sign out" msgstr "Déconnexion" @@ -4179,9 +4327,9 @@ msgstr "Déconnexion" #: src/view/shell/bottom-bar/BottomBarWeb.tsx:168 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:169 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:171 -#: src/view/shell/NavSignupCard.tsx:54 -#: src/view/shell/NavSignupCard.tsx:55 -#: src/view/shell/NavSignupCard.tsx:57 +#: src/view/shell/NavSignupCard.tsx:60 +#: src/view/shell/NavSignupCard.tsx:61 +#: src/view/shell/NavSignupCard.tsx:63 msgid "Sign up" msgstr "S’inscrire" @@ -4194,7 +4342,7 @@ msgstr "S’inscrire ou se connecter pour participer à la conversation" msgid "Sign-in Required" msgstr "Connexion requise" -#: src/view/screens/Settings/index.tsx:377 +#: src/view/screens/Settings/index.tsx:370 msgid "Signed in as" msgstr "Connecté en tant que" @@ -4254,7 +4402,7 @@ msgstr "Sports" msgid "Square" msgstr "Carré" -#: src/view/screens/Settings/index.tsx:867 +#: src/view/screens/Settings/index.tsx:862 msgid "Status page" msgstr "État du service" @@ -4262,12 +4410,12 @@ msgstr "État du service" msgid "Step" msgstr "Étape" -#: src/view/screens/Settings/index.tsx:295 +#: src/view/screens/Settings/index.tsx:288 msgid "Storage cleared, you need to restart the app now." msgstr "Stockage effacé, vous devez redémarrer l’application maintenant." -#: src/Navigation.tsx:211 -#: src/view/screens/Settings/index.tsx:795 +#: src/Navigation.tsx:212 +#: src/view/screens/Settings/index.tsx:790 msgid "Storybook" msgstr "Historique" @@ -4301,7 +4449,7 @@ msgstr "S’abonner à cet étiqueteur" msgid "Subscribe to this list" msgstr "S’abonner à cette liste" -#: src/view/screens/Search/Search.tsx:523 +#: src/view/screens/Search/Search.tsx:476 msgid "Suggested Follows" msgstr "Suivis suggérés" @@ -4313,30 +4461,30 @@ msgstr "Suggérés pour vous" msgid "Suggestive" msgstr "Suggestif" -#: src/Navigation.tsx:226 +#: src/Navigation.tsx:227 #: src/view/screens/Support.tsx:30 #: src/view/screens/Support.tsx:33 msgid "Support" msgstr "Soutien" -#: src/components/dialogs/SwitchAccount.tsx:46 -#: src/components/dialogs/SwitchAccount.tsx:49 +#: src/components/dialogs/SwitchAccount.tsx:47 +#: src/components/dialogs/SwitchAccount.tsx:50 msgid "Switch Account" msgstr "Changer de compte" -#: src/view/screens/Settings/index.tsx:150 +#: src/view/screens/Settings/index.tsx:143 msgid "Switch to {0}" msgstr "Basculer sur {0}" -#: src/view/screens/Settings/index.tsx:151 +#: src/view/screens/Settings/index.tsx:144 msgid "Switches the account you are logged in to" msgstr "Bascule le compte auquel vous êtes connectés vers" -#: src/view/screens/Settings/index.tsx:442 +#: src/view/screens/Settings/index.tsx:420 msgid "System" msgstr "Système" -#: src/view/screens/Settings/index.tsx:783 +#: src/view/screens/Settings/index.tsx:778 msgid "System log" msgstr "Journal système" @@ -4364,9 +4512,9 @@ msgstr "Technologie" msgid "Terms" msgstr "Conditions générales" -#: src/Navigation.tsx:236 +#: src/Navigation.tsx:237 #: src/screens/Signup/StepInfo/Policies.tsx:49 -#: src/view/screens/Settings/index.tsx:881 +#: src/view/screens/Settings/index.tsx:876 #: src/view/screens/TermsOfService.tsx:29 #: src/view/shell/Drawer.tsx:265 msgid "Terms of Service" @@ -4398,7 +4546,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:282 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:280 #: src/view/com/profile/ProfileMenu.tsx:349 msgid "The account will be able to interact with you after unblocking." msgstr "Ce compte pourra interagir avec vous après le déblocage." @@ -4461,6 +4609,10 @@ msgstr "Il y a eu un problème lors de la suppression du fil, veuillez vérifier msgid "There was an an issue updating your feeds, please check your internet connection and try again." msgstr "Il y a eu un problème lors de la mise à jour de vos fils d’actu, veuillez vérifier votre connexion Internet et réessayez." +#: src/components/dialogs/GifSelect.tsx:201 +msgid "There was an issue connecting to Tenor." +msgstr "" + #: src/view/screens/ProfileFeed.tsx:247 #: src/view/screens/ProfileList.tsx:277 #: src/view/screens/SavedFeeds.tsx:211 @@ -4505,9 +4657,9 @@ msgstr "Il y a eu un problème de synchronisation de vos préférences avec le s msgid "There was an issue with fetching your app passwords" msgstr "Il y a eu un problème lors de la récupération de vos mots de passe d’application" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:105 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:127 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:141 +#: 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:106 @@ -4526,7 +4678,8 @@ msgstr "Il y a eu un problème ! {0}" msgid "There was an issue. Please check your internet connection and try again." msgstr "Il y a eu un problème. Veuillez vérifier votre connexion Internet et réessayez." -#: src/view/com/util/ErrorBoundary.tsx:51 +#: src/components/dialogs/GifSelect.tsx:289 +#: 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 "Un problème inattendu s’est produit dans l’application. N’hésitez pas à nous faire savoir si cela vous est arrivé !" @@ -4593,7 +4746,7 @@ msgstr "Ce fil d’actu est vide ! Vous devriez peut-être suivre plus de compt msgid "This information is not shared with other users." msgstr "Ces informations ne sont pas partagées avec d’autres personnes." -#: src/view/com/modals/VerifyEmail.tsx:119 +#: src/view/com/modals/VerifyEmail.tsx:127 msgid "This is important in case you ever need to change your email or reset your password." msgstr "Ceci est important au cas où vous auriez besoin de changer d’e-mail ou de réinitialiser votre mot de passe." @@ -4621,16 +4774,16 @@ msgstr "Ce service de modération n’est pas disponible. Voir ci-dessous pour p msgid "This name is already in use" msgstr "Ce nom est déjà utilisé" -#: src/view/com/post-thread/PostThreadItem.tsx:125 +#: src/view/com/post-thread/PostThreadItem.tsx:126 msgid "This post has been deleted." msgstr "Ce post a été supprimé." -#: src/view/com/util/forms/PostDropdownBtn.tsx:366 +#: src/view/com/util/forms/PostDropdownBtn.tsx:370 #: src/view/com/util/post-ctrls/PostCtrls.tsx:250 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:348 +#: src/view/com/util/forms/PostDropdownBtn.tsx:352 msgid "This post will be hidden from feeds." msgstr "Ce post sera masqué des fils d’actu." @@ -4679,12 +4832,12 @@ msgstr "Cet avertissement n’est disponible que pour les posts contenant des m 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." -#: src/view/screens/Settings/index.tsx:525 +#: src/view/screens/Settings/index.tsx:526 msgid "Thread preferences" msgstr "Préférences des fils de discussion" #: src/view/screens/PreferencesThreads.tsx:53 -#: src/view/screens/Settings/index.tsx:535 +#: src/view/screens/Settings/index.tsx:536 msgid "Thread Preferences" msgstr "Préférences des fils de discussion" @@ -4692,10 +4845,14 @@ msgstr "Préférences des fils de discussion" msgid "Threaded Mode" msgstr "Mode arborescent" -#: src/Navigation.tsx:269 +#: src/Navigation.tsx:270 msgid "Threads Preferences" msgstr "Préférences des fils de discussion" +#: src/view/screens/Settings/DisableEmail2FADialog.tsx:102 +msgid "To disable the email 2FA method, please verify your access to the email address." +msgstr "" + #: src/components/ReportDialog/SelectLabelerView.tsx:33 msgid "To whom would you like to send this report?" msgstr "À qui souhaitez-vous envoyer ce rapport ?" @@ -4712,7 +4869,8 @@ msgstr "Activer le menu déroulant" msgid "Toggle to enable or disable adult content" msgstr "Activer ou désactiver le contenu pour adultes" -#: src/view/screens/Search/Search.tsx:427 +#: src/screens/Hashtag.tsx:88 +#: src/view/screens/Search/Search.tsx:418 msgid "Top" msgstr "Meilleur" @@ -4720,10 +4878,10 @@ msgstr "Meilleur" msgid "Transformations" msgstr "Transformations" -#: src/view/com/post-thread/PostThreadItem.tsx:638 -#: src/view/com/post-thread/PostThreadItem.tsx:640 -#: src/view/com/util/forms/PostDropdownBtn.tsx:220 +#: src/view/com/post-thread/PostThreadItem.tsx:644 +#: src/view/com/post-thread/PostThreadItem.tsx:646 #: src/view/com/util/forms/PostDropdownBtn.tsx:222 +#: src/view/com/util/forms/PostDropdownBtn.tsx:224 msgid "Translate" msgstr "Traduire" @@ -4732,6 +4890,10 @@ msgctxt "action" msgid "Try again" msgstr "Réessayer" +#: src/view/screens/Settings/index.tsx:695 +msgid "Two-factor authentication" +msgstr "" + #: src/view/com/modals/ChangeHandle.tsx:428 msgid "Type:" msgstr "Type :" @@ -4746,21 +4908,21 @@ msgstr "Réafficher cette liste" #: src/screens/Login/ForgotPasswordForm.tsx:74 #: src/screens/Login/index.tsx:78 -#: src/screens/Login/LoginForm.tsx:119 +#: src/screens/Login/LoginForm.tsx:136 #: src/screens/Login/SetNewPasswordForm.tsx:77 #: src/screens/Signup/index.tsx:64 #: src/view/com/modals/ChangePassword.tsx:70 msgid "Unable to contact your service. Please check your Internet connection." msgstr "Impossible de contacter votre service. Veuillez vérifier votre connexion Internet." -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:181 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:286 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:179 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:284 #: src/view/com/profile/ProfileMenu.tsx:361 #: src/view/screens/ProfileList.tsx:574 msgid "Unblock" msgstr "Débloquer" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:186 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:184 msgctxt "action" msgid "Unblock" msgstr "Débloquer" @@ -4770,7 +4932,7 @@ msgstr "Débloquer" msgid "Unblock Account" msgstr "Débloquer le compte" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:280 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:278 #: src/view/com/profile/ProfileMenu.tsx:343 msgid "Unblock Account?" msgstr "Débloquer le compte ?" @@ -4792,7 +4954,7 @@ msgctxt "action" msgid "Unfollow" msgstr "Se désabonner" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:220 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:218 msgid "Unfollow {0}" msgstr "Se désabonner de {0}" @@ -4827,8 +4989,8 @@ msgstr "Réafficher ce compte" msgid "Unmute all {displayTag} posts" msgstr "Réafficher tous les posts {displayTag}" -#: src/view/com/util/forms/PostDropdownBtn.tsx:269 -#: src/view/com/util/forms/PostDropdownBtn.tsx:274 +#: src/view/com/util/forms/PostDropdownBtn.tsx:273 +#: src/view/com/util/forms/PostDropdownBtn.tsx:278 msgid "Unmute thread" msgstr "Réafficher ce fil de discussion" @@ -4978,13 +5140,11 @@ msgstr "Liste de compte mise à jour" msgid "User Lists" msgstr "Listes de comptes" -#: src/screens/Login/LoginForm.tsx:151 +#: src/screens/Login/LoginForm.tsx:168 msgid "Username or email address" msgstr "Pseudo ou e-mail" #: src/view/screens/ProfileList.tsx:813 -#: src/view/screens/Search/Search.tsx:473 -#: src/view/screens/Search/Search.tsx:482 msgid "Users" msgstr "Comptes" @@ -5008,15 +5168,15 @@ msgstr "Valeur :" msgid "Verify {0}" msgstr "Vérifier {0}" -#: src/view/screens/Settings/index.tsx:906 +#: src/view/screens/Settings/index.tsx:901 msgid "Verify email" msgstr "Confirmer l’e-mail" -#: src/view/screens/Settings/index.tsx:931 +#: src/view/screens/Settings/index.tsx:926 msgid "Verify my email" msgstr "Confirmer mon e-mail" -#: src/view/screens/Settings/index.tsx:940 +#: src/view/screens/Settings/index.tsx:935 msgid "Verify My Email" msgstr "Confirmer mon e-mail" @@ -5025,11 +5185,11 @@ msgstr "Confirmer mon e-mail" msgid "Verify New Email" msgstr "Confirmer le nouvel e-mail" -#: src/view/com/modals/VerifyEmail.tsx:103 +#: src/view/com/modals/VerifyEmail.tsx:111 msgid "Verify Your Email" msgstr "Vérifiez votre e-mail" -#: src/view/screens/Settings/index.tsx:857 +#: src/view/screens/Settings/index.tsx:852 msgid "Version {0}" msgstr "Version {0}" @@ -5061,8 +5221,8 @@ msgstr "Voir le fil de discussion entier" msgid "View information about these labels" msgstr "Voir les informations sur ces étiquettes" -#: src/components/ProfileHoverCard/index.web.tsx:264 -#: src/components/ProfileHoverCard/index.web.tsx:293 +#: src/components/ProfileHoverCard/index.web.tsx:379 +#: src/components/ProfileHoverCard/index.web.tsx:408 #: src/view/com/posts/FeedErrorMessage.tsx:166 msgid "View profile" msgstr "Voir le profil" @@ -5099,7 +5259,7 @@ msgstr "Avertir du contenu" msgid "Warn content and filter from feeds" msgstr "Avertir du contenu et filtrer des fils d’actu" -#: src/screens/Hashtag.tsx:133 +#: src/screens/Hashtag.tsx:210 msgid "We couldn't find any results for that hashtag." msgstr "Nous n’avons trouvé aucun résultat pour ce mot-clé." @@ -5155,11 +5315,11 @@ msgstr "Nous sommes désolés, mais nous n’avons pas pu charger cette liste. S 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:322 +#: src/view/screens/Search/Search.tsx:323 msgid "We're sorry, but your search could not be completed. Please try again in a few minutes." msgstr "Nous sommes désolés, mais votre recherche a été annulée. Veuillez réessayer dans quelques minutes." -#: src/components/Lists.tsx:188 +#: src/components/Lists.tsx:197 #: src/view/screens/NotFound.tsx:48 msgid "We're sorry! We can't find the page you were looking for." msgstr "Nous sommes désolés ! La page que vous recherchez est introuvable." @@ -5178,7 +5338,7 @@ msgstr "Quels sont vos centres d’intérêt ?" #: src/view/com/auth/SplashScreen.tsx:40 #: src/view/com/auth/SplashScreen.web.tsx:81 -#: src/view/com/composer/Composer.tsx:296 +#: src/view/com/composer/Composer.tsx:306 msgid "What's up?" msgstr "Quoi de neuf ?" @@ -5219,11 +5379,11 @@ msgstr "Pourquoi ce compte doit-il être examiné ?" msgid "Wide" msgstr "Large" -#: src/view/com/composer/Composer.tsx:436 +#: src/view/com/composer/Composer.tsx:467 msgid "Write post" msgstr "Rédiger un post" -#: src/view/com/composer/Composer.tsx:295 +#: src/view/com/composer/Composer.tsx:305 #: src/view/com/composer/Prompt.tsx:37 msgid "Write your reply" msgstr "Rédigez votre réponse" @@ -5327,7 +5487,7 @@ msgstr "Vous n’avez aucun fil." msgid "You have no lists." msgstr "Vous n’avez aucune liste." -#: src/view/screens/ModerationBlockedAccounts.tsx:138 +#: src/view/screens/ModerationBlockedAccounts.tsx:137 msgid "You have not blocked any accounts yet. To block an account, go to their profile and select \"Block account\" from the menu on their account." msgstr "Vous n’avez pas encore bloqué de comptes. Pour bloquer un compte, allez sur son profil et sélectionnez « Bloquer le compte » dans le menu de son compte." @@ -5428,7 +5588,7 @@ msgstr "Votre e-mail semble être invalide." msgid "Your email has been updated but not verified. As a next step, please verify your new email." msgstr "Votre e-mail a été mis à jour, mais n’a pas été vérifié. L’étape suivante consiste à vérifier votre nouvel e-mail." -#: src/view/com/modals/VerifyEmail.tsx:114 +#: src/view/com/modals/VerifyEmail.tsx:122 msgid "Your email has not yet been verified. This is an important security step which we recommend." msgstr "Votre e-mail n’a pas encore été vérifié. Il s’agit d’une mesure de sécurité importante que nous recommandons." @@ -5452,7 +5612,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:284 +#: src/view/com/composer/Composer.tsx:294 msgid "Your post has been published" msgstr "Votre post a été publié" @@ -5462,11 +5622,11 @@ msgstr "Votre post a été publié" msgid "Your posts, likes, and blocks are public. Mutes are private." msgstr "Vos posts, les likes et les blocages sont publics. Les silences (comptes masqués) sont privés." -#: src/view/screens/Settings/index.tsx:136 +#: src/view/screens/Settings/index.tsx:129 msgid "Your profile" msgstr "Votre profil" -#: src/view/com/composer/Composer.tsx:283 +#: src/view/com/composer/Composer.tsx:293 msgid "Your reply has been published" msgstr "Votre réponse a été publiée" diff --git a/src/locale/locales/ga/messages.po b/src/locale/locales/ga/messages.po index ed8d6d89..03e6603c 100644 --- a/src/locale/locales/ga/messages.po +++ b/src/locale/locales/ga/messages.po @@ -12,11 +12,11 @@ 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/view/com/modals/VerifyEmail.tsx:142 +#: src/view/com/modals/VerifyEmail.tsx:150 msgid "(no email)" msgstr "(gan ríomhphost)" -#: src/components/ProfileHoverCard/index.web.tsx:323 +#: src/components/ProfileHoverCard/index.web.tsx:438 #: src/screens/Profile/Header/Metrics.tsx:44 msgid "{following} following" msgstr "{following} á leanúint" @@ -41,11 +41,11 @@ msgstr "<0/> ball" msgid "<0>{0} following" msgstr "" -#: src/components/ProfileHoverCard/index.web.tsx:314 +#: src/components/ProfileHoverCard/index.web.tsx:429 msgid "<0>{followers} <1>{pluralizedFollowers}" msgstr "" -#: src/components/ProfileHoverCard/index.web.tsx:326 +#: src/components/ProfileHoverCard/index.web.tsx:441 #: src/screens/Profile/Header/Metrics.tsx:45 msgid "<0>{following} <1>following" msgstr "<0>{following} <1>á leanúint" @@ -66,6 +66,10 @@ msgstr "<0>Fáilte go<1>Bluesky" msgid "⚠Invalid Handle" msgstr "⚠Leasainm Neamhbhailí" +#: src/screens/Login/LoginForm.tsx:238 +msgid "2FA Confirmation" +msgstr "" + #: src/view/com/util/moderation/LabelInfo.tsx:45 #~ msgid "A content warning has been applied to this {0}." #~ msgstr "Cuireadh rabhadh ábhair leis an {0} seo." @@ -74,8 +78,8 @@ msgstr "⚠Leasainm Neamhbhailí" #~ msgid "A new version of the app is available. Please update to continue using the app." #~ msgstr "Tá leagan nua den aip ar fáil. Uasdátaigh leis an aip a úsáid anois." -#: src/view/com/util/ViewHeader.tsx:89 -#: src/view/screens/Search/Search.tsx:796 +#: src/view/com/util/ViewHeader.tsx:91 +#: src/view/screens/Search/Search.tsx:727 msgid "Access navigation links and settings" msgstr "Oscail nascanna agus socruithe" @@ -84,17 +88,26 @@ 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:421 +#: src/view/screens/Settings/index.tsx:493 msgid "Accessibility" msgstr "Inrochtaineacht" +#: src/view/screens/Settings/index.tsx:484 +msgid "Accessibility settings" +msgstr "" + +#: src/Navigation.tsx:284 +#: src/view/screens/AccessibilitySettings.tsx:63 +msgid "Accessibility Settings" +msgstr "" + #: src/components/moderation/LabelsOnMe.tsx:42 msgid "account" msgstr "" -#: src/screens/Login/LoginForm.tsx:144 -#: src/view/screens/Settings/index.tsx:330 -#: src/view/screens/Settings/index.tsx:707 +#: src/screens/Login/LoginForm.tsx:161 +#: src/view/screens/Settings/index.tsx:323 +#: src/view/screens/Settings/index.tsx:702 msgid "Account" msgstr "Cuntas" @@ -127,7 +140,7 @@ msgstr "Roghanna cuntais" msgid "Account removed from quick access" msgstr "Baineadh an cuntas ón mearliosta" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:137 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:135 #: src/view/com/profile/ProfileMenu.tsx:128 msgid "Account unblocked" msgstr "Cuntas díbhlocáilte" @@ -156,9 +169,9 @@ 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:55 -#: src/view/screens/Settings/index.tsx:405 -#: src/view/screens/Settings/index.tsx:414 +#: src/components/dialogs/SwitchAccount.tsx:56 +#: src/view/screens/Settings/index.tsx:398 +#: src/view/screens/Settings/index.tsx:407 msgid "Add account" msgstr "Cuir cuntas leis seo" @@ -184,12 +197,12 @@ msgstr "Cuir pasfhocal aipe leis seo" #~ msgstr "Cuir mionsonraí leis an tuairisc" #: src/view/com/composer/Composer.tsx:467 -msgid "Add link card" -msgstr "Cuir cárta leanúna leis seo" +#~ 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:" +#~ 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" @@ -248,7 +261,7 @@ msgid "Adult content is disabled." msgstr "" #: src/screens/Moderation/index.tsx:375 -#: src/view/screens/Settings/index.tsx:635 +#: src/view/screens/Settings/index.tsx:636 msgid "Advanced" msgstr "Ardleibhéal" @@ -270,6 +283,7 @@ msgid "ALT" msgstr "ALT" #: src/view/com/modals/EditImage.tsx:316 +#: src/view/screens/AccessibilitySettings.tsx:77 msgid "Alt text" msgstr "Téacs malartach" @@ -277,7 +291,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:124 +#: 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." @@ -285,6 +300,10 @@ msgstr "Cuireadh teachtaireacht ríomhphoist chuig {0}. Tá cód dearbhaithe fao msgid "An email has been sent to your previous address, {0}. It includes a confirmation code which you can enter below." msgstr "Cuireadh teachtaireacht ríomhphoist chuig do sheanseoladh. {0}. Tá cód dearbhaithe faoi iamh." +#: src/components/dialogs/GifSelect.tsx:284 +msgid "An error occured" +msgstr "" + #: src/lib/moderation/useReportOptions.ts:26 msgid "An issue not included in these options" msgstr "" @@ -307,6 +326,10 @@ msgstr "agus" msgid "Animals" msgstr "Ainmhithe" +#: src/view/com/util/post-embeds/GifEmbed.tsx:134 +msgid "Animated GIF" +msgstr "" + #: src/lib/moderation/useReportOptions.ts:31 msgid "Anti-Social Behavior" msgstr "" @@ -327,7 +350,7 @@ msgstr "Ní féidir ach litreacha, uimhreacha, spásanna, daiseanna agus fostrí msgid "App Password names must be at least 4 characters long." msgstr "Caithfear 4 charachtar ar a laghad a bheith in ainmneacha phasfhocal na haipe." -#: src/view/screens/Settings/index.tsx:646 +#: src/view/screens/Settings/index.tsx:647 msgid "App password settings" msgstr "Socruithe phasfhocal na haipe" @@ -335,9 +358,9 @@ msgstr "Socruithe phasfhocal na haipe" #~ msgid "App passwords" #~ msgstr "Pasfhocal na haipe" -#: src/Navigation.tsx:251 +#: src/Navigation.tsx:252 #: src/view/screens/AppPasswords.tsx:189 -#: src/view/screens/Settings/index.tsx:655 +#: src/view/screens/Settings/index.tsx:656 msgid "App Passwords" msgstr "Pasfhocal na haipe" @@ -370,7 +393,7 @@ msgstr "" #~ msgid "Appeal this decision." #~ msgstr "Dean achomharc in aghaidh an chinnidh seo." -#: src/view/screens/Settings/index.tsx:436 +#: src/view/screens/Settings/index.tsx:414 msgid "Appearance" msgstr "Cuma" @@ -382,7 +405,7 @@ msgstr "An bhfuil tú cinnte gur mhaith leat pasfhocal na haipe “{name}” a s msgid "Are you sure you want to remove {0} from your feeds?" msgstr "" -#: src/view/com/composer/Composer.tsx:509 +#: src/view/com/composer/Composer.tsx:523 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?" @@ -416,13 +439,13 @@ msgstr "" #: src/screens/Login/ChooseAccountForm.tsx:78 #: src/screens/Login/ForgotPasswordForm.tsx:129 #: src/screens/Login/ForgotPasswordForm.tsx:135 -#: src/screens/Login/LoginForm.tsx:221 -#: src/screens/Login/LoginForm.tsx:227 +#: src/screens/Login/LoginForm.tsx:269 +#: src/screens/Login/LoginForm.tsx:275 #: src/screens/Login/SetNewPasswordForm.tsx:160 #: src/screens/Login/SetNewPasswordForm.tsx:166 #: src/screens/Profile/Header/Shell.tsx:96 #: src/screens/Signup/index.tsx:180 -#: src/view/com/util/ViewHeader.tsx:87 +#: src/view/com/util/ViewHeader.tsx:89 msgid "Back" msgstr "Ar ais" @@ -435,7 +458,7 @@ msgstr "Ar ais" msgid "Based on your interest in {interestsText}" msgstr "Toisc go bhfuil suim agat in {interestsText}" -#: src/view/screens/Settings/index.tsx:493 +#: src/view/screens/Settings/index.tsx:471 msgid "Basics" msgstr "Bunrudaí" @@ -443,11 +466,11 @@ msgstr "Bunrudaí" msgid "Birthday" msgstr "Breithlá" -#: src/view/screens/Settings/index.tsx:362 +#: src/view/screens/Settings/index.tsx:355 msgid "Birthday:" msgstr "Breithlá:" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:286 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:284 #: src/view/com/profile/ProfileMenu.tsx:361 msgid "Block" msgstr "" @@ -487,8 +510,8 @@ msgstr "Blocáilte" msgid "Blocked accounts" msgstr "Cuntais bhlocáilte" -#: src/Navigation.tsx:134 -#: src/view/screens/ModerationBlockedAccounts.tsx:113 +#: src/Navigation.tsx:135 +#: src/view/screens/ModerationBlockedAccounts.tsx:112 msgid "Blocked Accounts" msgstr "Cuntais bhlocáilte" @@ -496,7 +519,7 @@ msgstr "Cuntais bhlocáilte" msgid "Blocked accounts cannot reply in your threads, mention you, or otherwise interact with you." msgstr "Ní féidir leis na cuntais bhlocáilte freagra a thabhairt ar do chomhráite, tagairt a dhéanamh duit, ná aon phlé eile a bheith acu leat." -#: src/view/screens/ModerationBlockedAccounts.tsx:121 +#: src/view/screens/ModerationBlockedAccounts.tsx:120 msgid "Blocked accounts cannot reply in your threads, mention you, or otherwise interact with you. You will not see their content and they will be prevented from seeing yours." msgstr "Ní féidir leis na cuntais bhlocáilte freagra a thabhairt ar do chomhráite, tagairt a dhéanamh duit, ná aon phlé eile a bheith acu leat. Ní fheicfidh tú a gcuid ábhair agus ní fheicfidh siad do chuid ábhair." @@ -604,7 +627,7 @@ msgstr "" msgid "by you" msgstr "leat" -#: src/view/com/composer/photos/OpenCameraBtn.tsx:77 +#: src/view/com/composer/photos/OpenCameraBtn.tsx:73 msgid "Camera" msgstr "Ceamara" @@ -616,8 +639,8 @@ msgstr "Ní féidir ach litreacha, uimhreacha, spásanna, daiseanna agus fostrí #: src/components/Prompt.tsx:113 #: src/components/Prompt.tsx:115 #: src/components/TagMenu/index.tsx:268 -#: src/view/com/composer/Composer.tsx:317 -#: src/view/com/composer/Composer.tsx:322 +#: src/view/com/composer/Composer.tsx:349 +#: src/view/com/composer/Composer.tsx:354 #: src/view/com/modals/ChangeEmail.tsx:218 #: src/view/com/modals/ChangeEmail.tsx:220 #: src/view/com/modals/ChangeHandle.tsx:154 @@ -632,9 +655,9 @@ msgstr "Ní féidir ach litreacha, uimhreacha, spásanna, daiseanna agus fostrí #: src/view/com/modals/LinkWarning.tsx:105 #: src/view/com/modals/LinkWarning.tsx:107 #: src/view/com/modals/Repost.tsx:88 -#: src/view/com/modals/VerifyEmail.tsx:247 -#: src/view/com/modals/VerifyEmail.tsx:253 -#: src/view/screens/Search/Search.tsx:865 +#: src/view/com/modals/VerifyEmail.tsx:255 +#: src/view/com/modals/VerifyEmail.tsx:261 +#: src/view/screens/Search/Search.tsx:796 #: src/view/shell/desktop/Search.tsx:239 msgid "Cancel" msgstr "Cealaigh" @@ -680,34 +703,34 @@ msgstr "Cealaigh an cuardach" msgid "Cancels opening the linked website" msgstr "" -#: src/view/com/modals/VerifyEmail.tsx:152 +#: src/view/com/modals/VerifyEmail.tsx:160 msgid "Change" msgstr "" -#: src/view/screens/Settings/index.tsx:356 +#: src/view/screens/Settings/index.tsx:349 msgctxt "action" msgid "Change" msgstr "Athraigh" -#: src/view/screens/Settings/index.tsx:667 +#: src/view/screens/Settings/index.tsx:668 msgid "Change handle" msgstr "Athraigh mo leasainm" #: src/view/com/modals/ChangeHandle.tsx:162 -#: src/view/screens/Settings/index.tsx:678 +#: src/view/screens/Settings/index.tsx:679 msgid "Change Handle" msgstr "Athraigh mo leasainm" -#: src/view/com/modals/VerifyEmail.tsx:147 +#: src/view/com/modals/VerifyEmail.tsx:155 msgid "Change my email" msgstr "Athraigh mo ríomhphost" -#: src/view/screens/Settings/index.tsx:718 +#: src/view/screens/Settings/index.tsx:713 msgid "Change password" msgstr "Athraigh mo phasfhocal" #: src/view/com/modals/ChangePassword.tsx:141 -#: src/view/screens/Settings/index.tsx:729 +#: src/view/screens/Settings/index.tsx:724 msgid "Change Password" msgstr "Athraigh mo phasfhocal" @@ -736,6 +759,10 @@ msgstr "Cuir súil ar na fothaí seo. Brúigh + len iad a chur le liosta na bhfo msgid "Check out some recommended users. Follow them to see similar users." msgstr "Cuir súil ar na húsáideoirí seo. Lean iad le húsáideoirí atá cosúil leo a fheiceáil." +#: src/screens/Login/LoginForm.tsx:262 +msgid "Check your email for a login code and enter it here." +msgstr "" + #: src/view/com/modals/DeleteAccount.tsx:168 msgid "Check your inbox for an email with the confirmation code to enter below:" msgstr "Féach ar do bhosca ríomhphoist le haghaidh teachtaireachta leis an gcód dearbhaithe atá le cur isteach thíos." @@ -773,32 +800,32 @@ msgstr "Roghnaigh do phríomhfhothaí" msgid "Choose your password" msgstr "Roghnaigh do phasfhocal" -#: src/view/screens/Settings/index.tsx:832 +#: src/view/screens/Settings/index.tsx:827 msgid "Clear all legacy storage data" msgstr "Glan na sonraí oidhreachta ar fad atá i dtaisce." -#: src/view/screens/Settings/index.tsx:835 +#: src/view/screens/Settings/index.tsx:830 msgid "Clear all legacy storage data (restart after this)" msgstr "Glan na sonraí oidhreachta ar fad atá i dtaisce. Ansin atosaigh." -#: src/view/screens/Settings/index.tsx:844 +#: src/view/screens/Settings/index.tsx:839 msgid "Clear all storage data" msgstr "Glan na sonraí ar fad atá i dtaisce." -#: src/view/screens/Settings/index.tsx:847 +#: src/view/screens/Settings/index.tsx:842 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:846 +#: src/view/screens/Search/Search.tsx:777 msgid "Clear search query" msgstr "Glan an cuardach" -#: src/view/screens/Settings/index.tsx:833 +#: src/view/screens/Settings/index.tsx:828 msgid "Clears all legacy storage data" msgstr "" -#: src/view/screens/Settings/index.tsx:845 +#: src/view/screens/Settings/index.tsx:840 msgid "Clears all storage data" msgstr "" @@ -811,20 +838,21 @@ msgid "Click here to open tag menu for {tag}" msgstr "" #: src/components/RichText.tsx:198 -msgid "Click here to open tag menu for #{tag}" -msgstr "" +#~ msgid "Click here to open tag menu for #{tag}" +#~ msgstr "" #: src/screens/Onboarding/index.tsx:35 msgid "Climate" msgstr "Aeráid" +#: src/components/dialogs/GifSelect.tsx:300 #: src/view/com/modals/ChangePassword.tsx:267 #: src/view/com/modals/ChangePassword.tsx:270 msgid "Close" msgstr "Dún" -#: src/components/Dialog/index.web.tsx:106 -#: src/components/Dialog/index.web.tsx:218 +#: src/components/Dialog/index.web.tsx:111 +#: src/components/Dialog/index.web.tsx:246 msgid "Close active dialog" msgstr "Dún an dialóg oscailte" @@ -836,6 +864,14 @@ msgstr "Dún an rabhadh" msgid "Close bottom drawer" msgstr "Dún an tarraiceán íochtair" +#: src/components/dialogs/GifSelect.tsx:294 +msgid "Close dialog" +msgstr "" + +#: src/components/dialogs/GifSelect.tsx:150 +msgid "Close GIF dialog" +msgstr "" + #: src/view/com/lightbox/ImageViewing/components/ImageDefaultHeader.tsx:36 msgid "Close image" msgstr "Dún an íomhá" @@ -844,7 +880,7 @@ msgstr "Dún an íomhá" msgid "Close image viewer" msgstr "Dún amharcóir na n-íomhánna" -#: src/view/shell/index.web.tsx:57 +#: src/view/shell/index.web.tsx:61 msgid "Close navigation footer" msgstr "Dún an buntásc" @@ -853,7 +889,7 @@ msgstr "Dún an buntásc" msgid "Close this dialog" msgstr "" -#: src/view/shell/index.web.tsx:58 +#: src/view/shell/index.web.tsx:62 msgid "Closes bottom navigation bar" msgstr "Dúnann sé seo an barra nascleanúna ag an mbun" @@ -861,7 +897,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:319 +#: src/view/com/composer/Composer.tsx:351 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" @@ -881,7 +917,7 @@ msgstr "Greann" msgid "Comics" msgstr "Greannáin" -#: src/Navigation.tsx:241 +#: src/Navigation.tsx:242 #: src/view/screens/CommunityGuidelines.tsx:32 msgid "Community Guidelines" msgstr "Treoirlínte an phobail" @@ -894,7 +930,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:438 +#: src/view/com/composer/Composer.tsx:469 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" @@ -917,10 +953,12 @@ msgstr "" #: src/components/Prompt.tsx:153 #: src/components/Prompt.tsx:156 #: src/view/com/modals/SelfLabel.tsx:154 -#: src/view/com/modals/VerifyEmail.tsx:231 -#: src/view/com/modals/VerifyEmail.tsx:233 +#: src/view/com/modals/VerifyEmail.tsx:239 +#: src/view/com/modals/VerifyEmail.tsx:241 #: src/view/screens/PreferencesFollowingFeed.tsx:308 #: src/view/screens/PreferencesThreads.tsx:159 +#: src/view/screens/Settings/DisableEmail2FADialog.tsx:180 +#: src/view/screens/Settings/DisableEmail2FADialog.tsx:183 msgid "Confirm" msgstr "Dearbhaigh" @@ -955,10 +993,13 @@ msgstr "" msgid "Confirm your birthdate" msgstr "" +#: src/screens/Login/LoginForm.tsx:244 #: src/view/com/modals/ChangeEmail.tsx:157 #: src/view/com/modals/DeleteAccount.tsx:175 #: src/view/com/modals/DeleteAccount.tsx:181 -#: src/view/com/modals/VerifyEmail.tsx:165 +#: 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" @@ -966,7 +1007,7 @@ msgstr "Cód dearbhaithe" #~ msgid "Confirms signing up {email} to the waitlist" #~ msgstr "Dearbhaíonn sé seo go gcuirfear {email} leis an liosta feithimh" -#: src/screens/Login/LoginForm.tsx:248 +#: src/screens/Login/LoginForm.tsx:296 msgid "Connecting..." msgstr "Ag nascadh…" @@ -1059,7 +1100,7 @@ msgstr "Cócaireacht" msgid "Copied" msgstr "Cóipeáilte" -#: src/view/screens/Settings/index.tsx:254 +#: src/view/screens/Settings/index.tsx:243 msgid "Copied build version to clipboard" msgstr "Leagan cóipeáilte sa ghearrthaisce" @@ -1095,8 +1136,8 @@ msgstr "" msgid "Copy link to list" msgstr "Cóipeáil an nasc leis an liosta" -#: src/view/com/util/forms/PostDropdownBtn.tsx:236 -#: src/view/com/util/forms/PostDropdownBtn.tsx:245 +#: src/view/com/util/forms/PostDropdownBtn.tsx:240 +#: src/view/com/util/forms/PostDropdownBtn.tsx:249 msgid "Copy link to post" msgstr "Cóipeáil an nasc leis an bpostáil" @@ -1104,12 +1145,12 @@ msgstr "Cóipeáil an nasc leis an bpostáil" #~ msgid "Copy link to profile" #~ msgstr "Cóipeáil an nasc leis an bpróifíl" -#: src/view/com/util/forms/PostDropdownBtn.tsx:228 #: src/view/com/util/forms/PostDropdownBtn.tsx:230 +#: src/view/com/util/forms/PostDropdownBtn.tsx:232 msgid "Copy post text" msgstr "Cóipeáil téacs na postála" -#: src/Navigation.tsx:246 +#: src/Navigation.tsx:247 #: src/view/screens/CopyrightPolicy.tsx:29 msgid "Copyright Policy" msgstr "An polasaí maidir le cóipcheart" @@ -1131,7 +1172,7 @@ msgstr "Ní féidir an liosta a lódáil" msgid "Create a new account" msgstr "Cruthaigh cuntas nua" -#: src/view/screens/Settings/index.tsx:406 +#: src/view/screens/Settings/index.tsx:399 msgid "Create a new Bluesky account" msgstr "Cruthaigh cuntas nua Bluesky" @@ -1170,8 +1211,8 @@ msgstr "Cruthaíodh {0}" #~ msgstr "Cruthaithe agat" #: 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}." +#~ 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:29 msgid "Culture" @@ -1191,7 +1232,7 @@ msgstr "Sainfhearann" 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" -#: src/view/screens/PreferencesExternalEmbeds.tsx:55 +#: src/view/screens/PreferencesExternalEmbeds.tsx:56 msgid "Customize media from external sites." msgstr "Oiriúnaigh na meáin ó shuíomhanna seachtracha" @@ -1199,8 +1240,8 @@ msgstr "Oiriúnaigh na meáin ó shuíomhanna seachtracha" #~ msgid "Danger Zone" #~ msgstr "Limistéar Contúirte" -#: src/view/screens/Settings/index.tsx:455 -#: src/view/screens/Settings/index.tsx:481 +#: src/view/screens/Settings/index.tsx:433 +#: src/view/screens/Settings/index.tsx:459 msgid "Dark" msgstr "Dorcha" @@ -1208,7 +1249,7 @@ msgstr "Dorcha" msgid "Dark mode" msgstr "Modh dorcha" -#: src/view/screens/Settings/index.tsx:468 +#: src/view/screens/Settings/index.tsx:446 msgid "Dark Theme" msgstr "Téama Dorcha" @@ -1216,7 +1257,7 @@ msgstr "Téama Dorcha" msgid "Date of birth" msgstr "" -#: src/view/screens/Settings/index.tsx:805 +#: src/view/screens/Settings/index.tsx:800 msgid "Debug Moderation" msgstr "" @@ -1224,13 +1265,13 @@ msgstr "" msgid "Debug panel" msgstr "Painéal dífhabhtaithe" -#: src/view/com/util/forms/PostDropdownBtn.tsx:341 +#: src/view/com/util/forms/PostDropdownBtn.tsx:345 #: src/view/screens/AppPasswords.tsx:268 #: src/view/screens/ProfileList.tsx:615 msgid "Delete" msgstr "" -#: src/view/screens/Settings/index.tsx:760 +#: src/view/screens/Settings/index.tsx:755 msgid "Delete account" msgstr "Scrios an cuntas" @@ -1258,12 +1299,12 @@ msgstr "Scrios mo chuntas" #~ msgid "Delete my account…" #~ msgstr "Scrios mo chuntas" -#: src/view/screens/Settings/index.tsx:772 +#: src/view/screens/Settings/index.tsx:767 msgid "Delete My Account…" msgstr "Scrios mo chuntas…" -#: src/view/com/util/forms/PostDropdownBtn.tsx:322 -#: src/view/com/util/forms/PostDropdownBtn.tsx:324 +#: src/view/com/util/forms/PostDropdownBtn.tsx:326 +#: src/view/com/util/forms/PostDropdownBtn.tsx:328 msgid "Delete post" msgstr "Scrios an phostáil" @@ -1271,7 +1312,7 @@ msgstr "Scrios an phostáil" msgid "Delete this list?" msgstr "" -#: src/view/com/util/forms/PostDropdownBtn.tsx:336 +#: src/view/com/util/forms/PostDropdownBtn.tsx:340 msgid "Delete this post?" msgstr "An bhfuil fonn ort an phostáil seo a scriosadh?" @@ -1294,21 +1335,33 @@ msgstr "Cur síos" #~ msgid "Developer Tools" #~ msgstr "Áiseanna forbróra" -#: src/view/com/composer/Composer.tsx:218 +#: src/view/com/composer/Composer.tsx:228 msgid "Did you want to say anything?" msgstr "Ar mhaith leat rud éigin a rá?" -#: src/view/screens/Settings/index.tsx:474 +#: src/view/screens/Settings/index.tsx:452 msgid "Dim" msgstr "Breacdhorcha" -#: src/view/screens/Settings/index.tsx:697 -msgid "Disable haptics" +#: src/view/screens/AccessibilitySettings.tsx:94 +msgid "Disable autoplay for GIFs" +msgstr "" + +#: src/view/screens/Settings/DisableEmail2FADialog.tsx:90 +msgid "Disable Email 2FA" +msgstr "" + +#: src/view/screens/AccessibilitySettings.tsx:108 +msgid "Disable haptic feedback" msgstr "" #: src/view/screens/Settings/index.tsx:697 -msgid "Disable vibrations" -msgstr "" +#~ msgid "Disable haptics" +#~ msgstr "" + +#: src/view/screens/Settings/index.tsx:697 +#~ msgid "Disable vibrations" +#~ msgstr "" #: src/lib/moderation/useLabelBehaviorDescription.ts:32 #: src/lib/moderation/useLabelBehaviorDescription.ts:42 @@ -1317,7 +1370,7 @@ msgstr "" msgid "Disabled" msgstr "" -#: src/view/com/composer/Composer.tsx:511 +#: src/view/com/composer/Composer.tsx:525 msgid "Discard" msgstr "Ná sábháil" @@ -1325,7 +1378,7 @@ msgstr "Ná sábháil" #~ msgid "Discard draft" #~ msgstr "Ná sábháil an dréacht" -#: src/view/com/composer/Composer.tsx:508 +#: src/view/com/composer/Composer.tsx:522 msgid "Discard draft?" msgstr "" @@ -1427,7 +1480,7 @@ msgstr "Déanta{extraText}" msgid "Download CAR file" msgstr "Íoslódáil comhad CAR" -#: src/view/com/composer/text-input/TextInput.web.tsx:249 +#: src/view/com/composer/text-input/TextInput.web.tsx:270 msgid "Drop to add images" msgstr "Scaoil anseo chun íomhánna a chur leis" @@ -1498,7 +1551,7 @@ msgstr "Athraigh mionsonraí an liosta" msgid "Edit Moderation List" msgstr "Athraigh liosta na modhnóireachta" -#: src/Navigation.tsx:256 +#: src/Navigation.tsx:257 #: src/view/screens/Feeds.tsx:459 #: src/view/screens/SavedFeeds.tsx:85 msgid "Edit My Feeds" @@ -1509,12 +1562,12 @@ msgid "Edit my profile" msgstr "Athraigh mo phróifíl" #: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:178 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:168 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:166 msgid "Edit profile" msgstr "Athraigh an phróifíl" #: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:181 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:171 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:169 msgid "Edit Profile" msgstr "Athraigh an Phróifíl" @@ -1544,6 +1597,10 @@ msgstr "Oideachas" msgid "Email" msgstr "Ríomhphost" +#: src/view/screens/Settings/DisableEmail2FADialog.tsx:64 +msgid "Email 2FA disabled" +msgstr "" + #: src/screens/Login/ForgotPasswordForm.tsx:99 msgid "Email address" msgstr "Seoladh ríomhphoist" @@ -1557,11 +1614,11 @@ msgstr "Seoladh ríomhphoist uasdátaithe" msgid "Email Updated" msgstr "Seoladh ríomhphoist uasdátaithe" -#: src/view/com/modals/VerifyEmail.tsx:78 +#: src/view/com/modals/VerifyEmail.tsx:85 msgid "Email verified" msgstr "Ríomhphost dearbhaithe" -#: src/view/screens/Settings/index.tsx:334 +#: src/view/screens/Settings/index.tsx:327 msgid "Email:" msgstr "Ríomhphost:" @@ -1570,8 +1627,8 @@ msgid "Embed HTML code" msgstr "" #: src/components/dialogs/Embed.tsx:97 -#: src/view/com/util/forms/PostDropdownBtn.tsx:253 -#: src/view/com/util/forms/PostDropdownBtn.tsx:255 +#: src/view/com/util/forms/PostDropdownBtn.tsx:257 +#: src/view/com/util/forms/PostDropdownBtn.tsx:259 msgid "Embed post" msgstr "" @@ -1605,7 +1662,7 @@ msgstr "" #~ msgid "Enable External Media" #~ msgstr "Cuir meáin sheachtracha ar fáil" -#: src/view/screens/PreferencesExternalEmbeds.tsx:75 +#: src/view/screens/PreferencesExternalEmbeds.tsx:76 msgid "Enable media players for" msgstr "Cuir seinnteoirí na meán ar fáil le haghaidh" @@ -1638,7 +1695,7 @@ msgstr "" msgid "Enter a word or tag" msgstr "" -#: src/view/com/modals/VerifyEmail.tsx:105 +#: src/view/com/modals/VerifyEmail.tsx:113 msgid "Enter Confirmation Code" msgstr "Cuir isteach an cód dearbhaithe" @@ -1741,12 +1798,12 @@ msgstr "" msgid "Explicit sexual images." msgstr "" -#: src/view/screens/Settings/index.tsx:741 +#: src/view/screens/Settings/index.tsx:736 msgid "Export my data" msgstr "Easpórtáil mo chuid sonraí" #: src/view/screens/Settings/ExportCarDialog.tsx:44 -#: src/view/screens/Settings/index.tsx:752 +#: src/view/screens/Settings/index.tsx:747 msgid "Export My Data" msgstr "Easpórtáil mo chuid sonraí" @@ -1756,17 +1813,17 @@ msgid "External Media" msgstr "Meáin sheachtracha" #: src/components/dialogs/EmbedConsent.tsx:71 -#: src/view/screens/PreferencesExternalEmbeds.tsx:66 +#: 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:275 -#: src/view/screens/PreferencesExternalEmbeds.tsx:52 -#: src/view/screens/Settings/index.tsx:628 +#: src/Navigation.tsx:276 +#: src/view/screens/PreferencesExternalEmbeds.tsx:53 +#: src/view/screens/Settings/index.tsx:629 msgid "External Media Preferences" msgstr "Roghanna maidir le meáin sheachtracha" -#: src/view/screens/Settings/index.tsx:619 +#: src/view/screens/Settings/index.tsx:620 msgid "External media settings" msgstr "Socruithe maidir le meáin sheachtracha" @@ -1783,6 +1840,10 @@ msgstr "Teip ar chruthú an liosta. Seiceáil do nasc leis an idirlíon agus dé msgid "Failed to delete post, please try again" msgstr "Teip ar scriosadh na postála. Déan iarracht eile." +#: src/components/dialogs/GifSelect.tsx:200 +msgid "Failed to load GIFs" +msgstr "" + #: src/view/com/auth/onboarding/RecommendedFeeds.tsx:110 #: src/view/com/auth/onboarding/RecommendedFeeds.tsx:143 msgid "Failed to load recommended feeds" @@ -1792,7 +1853,7 @@ msgstr "Teip ar lódáil na bhfothaí molta" msgid "Failed to save image: {0}" msgstr "" -#: src/Navigation.tsx:196 +#: src/Navigation.tsx:197 msgid "Feed" msgstr "Fotha" @@ -1813,10 +1874,10 @@ msgstr "Fotha as líne" msgid "Feedback" msgstr "Aiseolas" -#: src/Navigation.tsx:456 +#: src/Navigation.tsx:465 #: src/view/screens/Feeds.tsx:444 #: src/view/screens/Feeds.tsx:549 -#: src/view/screens/Profile.tsx:199 +#: src/view/screens/Profile.tsx:198 #: src/view/shell/bottom-bar/BottomBar.tsx:192 #: src/view/shell/desktop/LeftNav.tsx:346 #: src/view/shell/Drawer.tsx:485 @@ -1862,13 +1923,17 @@ msgstr "Ag cur crích air" msgid "Find accounts to follow" msgstr "Aimsigh fothaí le leanúint" +#: src/view/screens/Search/Search.tsx:521 +msgid "Find posts and users on Bluesky" +msgstr "" + #: src/view/screens/Search/Search.tsx:589 -msgid "Find users on Bluesky" -msgstr "Aimsigh úsáideoirí ar Bluesky" +#~ 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" +#~ 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..." @@ -1904,7 +1969,7 @@ msgid "Flip vertically" msgstr "Iompaigh go hingearach é" #: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:189 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:235 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:233 #: src/view/com/auth/onboarding/RecommendedFollowsItem.tsx:141 #: src/view/com/post-thread/PostThreadFollowBtn.tsx:146 #: src/view/com/profile/ProfileHeaderSuggestedFollows.tsx:248 @@ -1917,7 +1982,7 @@ msgid "Follow" msgstr "Lean" #: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:58 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:221 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:219 #: src/view/com/post-thread/PostThreadFollowBtn.tsx:128 msgid "Follow {0}" msgstr "Lean {0}" @@ -1943,7 +2008,7 @@ msgstr "Lean na cuntais roghnaithe agus téigh ar aghaidh go dtí an chéad ché msgid "Follow some users to get started. We can recommend you more users based on who you find interesting." msgstr "Lean cúpla cuntas mar thosú. Tig linn níos mó úsáideoirí a mholadh duit a mbeadh suim agat iontu." -#: src/view/com/profile/ProfileCard.tsx:219 +#: src/view/com/profile/ProfileCard.tsx:231 msgid "Followed by {0}" msgstr "Leanta ag {0}" @@ -1964,26 +2029,26 @@ msgstr "— lean sé/sí thú" msgid "Followers" msgstr "Leantóirí" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:233 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:231 #: src/view/com/post-thread/PostThreadFollowBtn.tsx:149 #: src/view/com/profile/ProfileFollows.tsx:104 #: src/view/screens/ProfileFollows.tsx:25 msgid "Following" msgstr "Á leanúint" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:93 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:91 msgid "Following {0}" msgstr "Ag leanúint {0}" -#: src/view/screens/Settings/index.tsx:504 +#: src/view/screens/Settings/index.tsx:505 msgid "Following feed preferences" msgstr "" -#: src/Navigation.tsx:262 +#: src/Navigation.tsx:263 #: src/view/com/home/HomeHeaderLayout.web.tsx:54 #: src/view/com/home/HomeHeaderLayoutMobile.tsx:87 #: src/view/screens/PreferencesFollowingFeed.tsx:104 -#: src/view/screens/Settings/index.tsx:513 +#: src/view/screens/Settings/index.tsx:514 msgid "Following Feed Preferences" msgstr "" @@ -1991,7 +2056,7 @@ msgstr "" msgid "Follows you" msgstr "Leanann sé/sí thú" -#: src/view/com/profile/ProfileCard.tsx:144 +#: src/view/com/profile/ProfileCard.tsx:156 msgid "Follows You" msgstr "Leanann sé/sí thú" @@ -2020,11 +2085,11 @@ msgstr "Ar chúiseanna slándála, ní bheidh tú in ann é seo a fheiceáil ar msgid "Forgot Password" msgstr "Pasfhocal dearmadta" -#: src/screens/Login/LoginForm.tsx:201 +#: src/screens/Login/LoginForm.tsx:218 msgid "Forgot password?" msgstr "" -#: src/screens/Login/LoginForm.tsx:212 +#: src/screens/Login/LoginForm.tsx:229 msgid "Forgot?" msgstr "" @@ -2032,8 +2097,7 @@ msgstr "" msgid "Frequently Posts Unwanted Content" msgstr "" -#: src/screens/Hashtag.tsx:109 -#: src/screens/Hashtag.tsx:149 +#: src/screens/Hashtag.tsx:118 msgid "From @{sanitizedAuthor}" msgstr "" @@ -2042,12 +2106,12 @@ msgctxt "from-feed" msgid "From <0/>" msgstr "Ó <0/>" -#: src/view/com/composer/photos/SelectPhotoBtn.tsx:43 +#: src/view/com/composer/photos/SelectPhotoBtn.tsx:39 msgid "Gallery" msgstr "Gailearaí" -#: src/view/com/modals/VerifyEmail.tsx:189 -#: src/view/com/modals/VerifyEmail.tsx:191 +#: src/view/com/modals/VerifyEmail.tsx:197 +#: src/view/com/modals/VerifyEmail.tsx:199 msgid "Get Started" msgstr "Ar aghaidh leat anois!" @@ -2066,7 +2130,7 @@ msgstr "" msgid "Go back" msgstr "Ar ais" -#: src/components/Error.tsx:91 +#: src/components/Error.tsx:100 #: src/screens/Profile/ErrorState.tsx:62 #: src/screens/Profile/ErrorState.tsx:66 #: src/view/screens/NotFound.tsx:54 @@ -2091,7 +2155,7 @@ msgstr "" msgid "Go Home" msgstr "" -#: src/view/screens/Search/Search.tsx:896 +#: src/view/screens/Search/Search.tsx:827 #: src/view/shell/desktop/Search.tsx:263 msgid "Go to @{queryMaybeHandle}" msgstr "Téigh go dtí @{queryMaybeHandle}" @@ -2109,15 +2173,19 @@ msgstr "" msgid "Handle" msgstr "Leasainm" +#: src/view/screens/AccessibilitySettings.tsx:103 +msgid "Haptics" +msgstr "" + #: src/lib/moderation/useReportOptions.ts:32 msgid "Harassment, trolling, or intolerance" msgstr "" -#: src/Navigation.tsx:282 +#: src/Navigation.tsx:291 msgid "Hashtag" msgstr "" -#: src/components/RichText.tsx:197 +#: src/components/RichText.tsx:206 msgid "Hashtag: #{tag}" msgstr "" @@ -2155,7 +2223,7 @@ msgstr "Seo é do phasfhocal aipe." #: src/lib/moderation/useLabelBehaviorDescription.ts:30 #: src/screens/Onboarding/StepModeration/ModerationOption.tsx:52 #: src/screens/Onboarding/StepModeration/ModerationOption.tsx:76 -#: src/view/com/util/forms/PostDropdownBtn.tsx:350 +#: src/view/com/util/forms/PostDropdownBtn.tsx:354 msgid "Hide" msgstr "Cuir i bhfolach" @@ -2164,8 +2232,8 @@ msgctxt "action" msgid "Hide" msgstr "Cuir i bhfolach" -#: src/view/com/util/forms/PostDropdownBtn.tsx:294 -#: src/view/com/util/forms/PostDropdownBtn.tsx:296 +#: src/view/com/util/forms/PostDropdownBtn.tsx:298 +#: src/view/com/util/forms/PostDropdownBtn.tsx:300 msgid "Hide post" msgstr "Cuir an phostáil seo i bhfolach" @@ -2174,7 +2242,7 @@ msgstr "Cuir an phostáil seo i bhfolach" msgid "Hide the content" msgstr "Cuir an t-ábhar seo i bhfolach" -#: src/view/com/util/forms/PostDropdownBtn.tsx:347 +#: src/view/com/util/forms/PostDropdownBtn.tsx:351 msgid "Hide this post?" msgstr "An bhfuil fonn ort an phostáil seo a chur i bhfolach?" @@ -2214,7 +2282,7 @@ msgstr "" msgid "Hmmmm, we couldn't load that moderation service." msgstr "" -#: src/Navigation.tsx:446 +#: src/Navigation.tsx:455 #: src/view/shell/bottom-bar/BottomBar.tsx:148 #: src/view/shell/desktop/LeftNav.tsx:310 #: src/view/shell/Drawer.tsx:407 @@ -2234,7 +2302,7 @@ msgid "Host:" msgstr "" #: src/screens/Login/ForgotPasswordForm.tsx:89 -#: src/screens/Login/LoginForm.tsx:134 +#: src/screens/Login/LoginForm.tsx:151 #: src/screens/Signup/StepInfo/index.tsx:40 #: src/view/com/modals/ChangeHandle.tsx:281 msgid "Hosting provider" @@ -2244,11 +2312,13 @@ 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:214 +#: 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" -#: src/view/com/modals/VerifyEmail.tsx:216 +#: src/view/com/modals/VerifyEmail.tsx:224 msgid "I have a confirmation code" msgstr "Tá cód dearbhaithe agam" @@ -2272,7 +2342,7 @@ msgstr "" msgid "If you delete this list, you won't be able to recover it." msgstr "" -#: src/view/com/util/forms/PostDropdownBtn.tsx:338 +#: src/view/com/util/forms/PostDropdownBtn.tsx:342 msgid "If you remove this post, you won't be able to recover it." msgstr "" @@ -2333,11 +2403,15 @@ msgstr "Cuir isteach an pasfhocal chun an cuntas a scriosadh" #~ msgid "Input phone number for SMS verification" #~ msgstr "Cuir isteach an uimhir ghutháin le haghaidh dhearbhú SMS" -#: src/screens/Login/LoginForm.tsx:195 +#: src/screens/Login/LoginForm.tsx:257 +msgid "Input the code which has been emailed to you" +msgstr "" + +#: src/screens/Login/LoginForm.tsx:212 msgid "Input the password tied to {identifier}" msgstr "Cuir isteach an pasfhocal ceangailte le {identifier}" -#: src/screens/Login/LoginForm.tsx:168 +#: src/screens/Login/LoginForm.tsx:185 msgid "Input the username or email address you used at signup" msgstr "Cuir isteach an leasainm nó an seoladh ríomhphoist a d’úsáid tú nuair a chláraigh tú" @@ -2349,7 +2423,7 @@ msgstr "Cuir isteach an leasainm nó an seoladh ríomhphoist a d’úsáid tú n #~ msgid "Input your email to get on the Bluesky waitlist" #~ msgstr "Cuir isteach do ríomhphost le bheith ar an liosta feithimh" -#: src/screens/Login/LoginForm.tsx:194 +#: src/screens/Login/LoginForm.tsx:211 msgid "Input your password" msgstr "Cuir isteach do phasfhocal" @@ -2361,11 +2435,16 @@ msgstr "" msgid "Input your user handle" msgstr "Cuir isteach do leasainm" -#: src/view/com/post-thread/PostThreadItem.tsx:221 +#: src/screens/Login/LoginForm.tsx:126 +#: src/view/screens/Settings/DisableEmail2FADialog.tsx:70 +msgid "Invalid 2FA confirmation code." +msgstr "" + +#: src/view/com/post-thread/PostThreadItem.tsx:222 msgid "Invalid or unsupported post record" msgstr "Taifead postála atá neamhbhailí nó gan bhunús" -#: src/screens/Login/LoginForm.tsx:114 +#: src/screens/Login/LoginForm.tsx:131 msgid "Invalid username or password" msgstr "Leasainm nó pasfhocal míchruinn" @@ -2434,7 +2513,7 @@ msgstr "" msgid "Labeled by the author." msgstr "" -#: src/view/screens/Profile.tsx:193 +#: src/view/screens/Profile.tsx:192 msgid "Labels" msgstr "" @@ -2458,16 +2537,16 @@ msgstr "" msgid "Language selection" msgstr "Rogha teanga" -#: src/view/screens/Settings/index.tsx:565 +#: src/view/screens/Settings/index.tsx:566 msgid "Language settings" msgstr "Socruithe teanga" -#: src/Navigation.tsx:144 +#: src/Navigation.tsx:145 #: src/view/screens/LanguageSettings.tsx:89 msgid "Language Settings" msgstr "Socruithe teanga" -#: src/view/screens/Settings/index.tsx:574 +#: src/view/screens/Settings/index.tsx:575 msgid "Languages" msgstr "Teangacha" @@ -2475,7 +2554,8 @@ msgstr "Teangacha" #~ msgid "Last step!" #~ msgstr "An chéim dheireanach!" -#: src/view/screens/Search/Search.tsx:437 +#: src/screens/Hashtag.tsx:99 +#: src/view/screens/Search/Search.tsx:428 msgid "Latest" msgstr "" @@ -2517,7 +2597,7 @@ msgstr "Ag fágáil slán ag Bluesky" msgid "left to go." msgstr "le déanamh fós." -#: src/view/screens/Settings/index.tsx:299 +#: src/view/screens/Settings/index.tsx:292 msgid "Legacy storage cleared, you need to restart the app now." msgstr "Stóráil oidhreachta scriosta, tá ort an aip a atosú anois." @@ -2535,7 +2615,7 @@ msgstr "Ar aghaidh linn!" #~ msgid "Library" #~ msgstr "Leabharlann" -#: src/view/screens/Settings/index.tsx:449 +#: src/view/screens/Settings/index.tsx:427 msgid "Light" msgstr "Sorcha" @@ -2549,8 +2629,8 @@ msgid "Like this feed" msgstr "Mol an fotha seo" #: src/components/LikesDialog.tsx:87 -#: src/Navigation.tsx:201 -#: src/Navigation.tsx:206 +#: src/Navigation.tsx:202 +#: src/Navigation.tsx:207 msgid "Liked by" msgstr "Molta ag" @@ -2582,15 +2662,15 @@ msgstr "a mhol do shainfhotha" msgid "liked your post" msgstr "a mhol do phostáil" -#: src/view/screens/Profile.tsx:198 +#: src/view/screens/Profile.tsx:197 msgid "Likes" msgstr "Moltaí" -#: src/view/com/post-thread/PostThreadItem.tsx:182 +#: src/view/com/post-thread/PostThreadItem.tsx:183 msgid "Likes on this post" msgstr "Moltaí don phostáil seo" -#: src/Navigation.tsx:170 +#: src/Navigation.tsx:171 msgid "List" msgstr "Liosta" @@ -2626,9 +2706,9 @@ msgstr "Liosta díbhlocáilte" msgid "List unmuted" msgstr "Liosta nach bhfuil balbhaithe níos mó" -#: src/Navigation.tsx:114 -#: src/view/screens/Profile.tsx:194 -#: src/view/screens/Profile.tsx:200 +#: src/Navigation.tsx:115 +#: src/view/screens/Profile.tsx:193 +#: src/view/screens/Profile.tsx:199 #: src/view/shell/desktop/LeftNav.tsx:383 #: src/view/shell/Drawer.tsx:501 #: src/view/shell/Drawer.tsx:502 @@ -2645,7 +2725,7 @@ msgid "Load new notifications" msgstr "Lódáil fógraí nua" #: src/screens/Profile/Sections/Feed.tsx:86 -#: src/view/com/feeds/FeedPage.tsx:138 +#: src/view/com/feeds/FeedPage.tsx:134 #: src/view/screens/ProfileFeed.tsx:507 #: src/view/screens/ProfileList.tsx:697 msgid "Load new posts" @@ -2659,7 +2739,7 @@ msgstr "Ag lódáil …" #~ msgid "Local dev server" #~ msgstr "Freastálaí forbróra áitiúil" -#: src/Navigation.tsx:221 +#: src/Navigation.tsx:222 msgid "Log" msgstr "Logleabhar" @@ -2678,6 +2758,10 @@ msgstr "Feiceálacht le linn a bheith logáilte amach" msgid "Login to account that is not listed" msgstr "Logáil isteach ar chuntas nach bhfuil liostáilte" +#: src/components/RichText.tsx:207 +msgid "Long press to open tag menu for #{tag}" +msgstr "" + #: src/screens/Login/SetNewPasswordForm.tsx:116 msgid "Looks like XXXXX-XXXXX" msgstr "" @@ -2690,7 +2774,8 @@ msgstr "Bí cinnte go bhfuil tú ag iarraidh cuairt a thabhairt ar an áit sin!" msgid "Manage your muted words and tags" msgstr "" -#: src/view/screens/Profile.tsx:197 +#: src/view/screens/AccessibilitySettings.tsx:89 +#: src/view/screens/Profile.tsx:196 msgid "Media" msgstr "Meáin" @@ -2702,8 +2787,8 @@ msgstr "úsáideoirí luaite" msgid "Mentioned users" msgstr "Úsáideoirí luaite" -#: src/view/com/util/ViewHeader.tsx:87 -#: src/view/screens/Search/Search.tsx:795 +#: src/view/com/util/ViewHeader.tsx:89 +#: src/view/screens/Search/Search.tsx:726 msgid "Menu" msgstr "Clár" @@ -2715,9 +2800,9 @@ msgstr "Teachtaireacht ón bhfreastalaí: {0}" msgid "Misleading Account" msgstr "" -#: src/Navigation.tsx:119 +#: src/Navigation.tsx:120 #: src/screens/Moderation/index.tsx:104 -#: src/view/screens/Settings/index.tsx:596 +#: src/view/screens/Settings/index.tsx:597 #: src/view/shell/desktop/LeftNav.tsx:401 #: src/view/shell/Drawer.tsx:520 #: src/view/shell/Drawer.tsx:521 @@ -2755,16 +2840,16 @@ msgstr "Liosta modhnóireachta uasdátaithe" msgid "Moderation lists" msgstr "Liostaí modhnóireachta" -#: src/Navigation.tsx:124 +#: src/Navigation.tsx:125 #: src/view/screens/ModerationModlists.tsx:58 msgid "Moderation Lists" msgstr "Liostaí modhnóireachta" -#: src/view/screens/Settings/index.tsx:590 +#: src/view/screens/Settings/index.tsx:591 msgid "Moderation settings" msgstr "Socruithe modhnóireachta" -#: src/Navigation.tsx:216 +#: src/Navigation.tsx:217 msgid "Moderation states" msgstr "" @@ -2777,7 +2862,7 @@ msgstr "" 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:535 +#: src/view/com/post-thread/PostThreadItem.tsx:541 msgid "More" msgstr "" @@ -2847,13 +2932,13 @@ msgstr "" msgid "Mute this word in tags only" msgstr "" -#: src/view/com/util/forms/PostDropdownBtn.tsx:269 -#: src/view/com/util/forms/PostDropdownBtn.tsx:275 +#: src/view/com/util/forms/PostDropdownBtn.tsx:273 +#: src/view/com/util/forms/PostDropdownBtn.tsx:279 msgid "Mute thread" msgstr "Cuir an snáithe seo i bhfolach" -#: src/view/com/util/forms/PostDropdownBtn.tsx:285 -#: src/view/com/util/forms/PostDropdownBtn.tsx:287 +#: src/view/com/util/forms/PostDropdownBtn.tsx:289 +#: src/view/com/util/forms/PostDropdownBtn.tsx:291 msgid "Mute words & tags" msgstr "" @@ -2865,7 +2950,7 @@ msgstr "Curtha i bhfolach" msgid "Muted accounts" msgstr "Cuntais a cuireadh i bhfolach" -#: src/Navigation.tsx:129 +#: src/Navigation.tsx:130 #: src/view/screens/ModerationMutedAccounts.tsx:112 msgid "Muted Accounts" msgstr "Cuntais a Cuireadh i bhFolach" @@ -2899,11 +2984,11 @@ msgstr "Mo Chuid Fothaí" msgid "My Profile" msgstr "Mo Phróifíl" -#: src/view/screens/Settings/index.tsx:547 +#: src/view/screens/Settings/index.tsx:548 msgid "My saved feeds" msgstr "" -#: src/view/screens/Settings/index.tsx:553 +#: src/view/screens/Settings/index.tsx:554 msgid "My Saved Feeds" msgstr "Na Fothaí a Shábháil Mé" @@ -2934,7 +3019,7 @@ msgid "Nature" msgstr "Nádúr" #: src/screens/Login/ForgotPasswordForm.tsx:173 -#: src/screens/Login/LoginForm.tsx:255 +#: src/screens/Login/LoginForm.tsx:303 #: src/view/com/modals/ChangePassword.tsx:168 msgid "Navigates to the next screen" msgstr "Téann sé seo chuig an gcéad scáileán eile" @@ -2986,14 +3071,14 @@ msgstr "Pasfhocal Nua" msgid "New Password" msgstr "Pasfhocal Nua" -#: src/view/com/feeds/FeedPage.tsx:149 +#: src/view/com/feeds/FeedPage.tsx:145 msgctxt "action" msgid "New post" msgstr "Postáil nua" #: src/view/screens/Feeds.tsx:580 #: src/view/screens/Notifications.tsx:168 -#: src/view/screens/Profile.tsx:480 +#: src/view/screens/Profile.tsx:465 #: src/view/screens/ProfileFeed.tsx:445 #: src/view/screens/ProfileList.tsx:200 #: src/view/screens/ProfileList.tsx:228 @@ -3020,8 +3105,8 @@ msgstr "Nuacht" #: src/screens/Login/ForgotPasswordForm.tsx:143 #: src/screens/Login/ForgotPasswordForm.tsx:150 -#: src/screens/Login/LoginForm.tsx:254 -#: src/screens/Login/LoginForm.tsx:261 +#: src/screens/Login/LoginForm.tsx:302 +#: src/screens/Login/LoginForm.tsx:309 #: src/screens/Login/SetNewPasswordForm.tsx:174 #: src/screens/Login/SetNewPasswordForm.tsx:180 #: src/screens/Signup/index.tsx:207 @@ -3058,7 +3143,11 @@ msgstr "Gan chur síos" msgid "No DNS Panel" msgstr "" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:118 +#: src/components/dialogs/GifSelect.tsx:206 +msgid "No featured GIFs found. There may be an issue with Tenor." +msgstr "" + +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:116 msgid "No longer following {0}" msgstr "Ní leantar {0} níos mó" @@ -3075,7 +3164,7 @@ msgstr "Níl aon fhógra ann fós!" msgid "No result" msgstr "Gan torthaí" -#: src/components/Lists.tsx:183 +#: src/components/Lists.tsx:192 msgid "No results found" msgstr "" @@ -3084,11 +3173,15 @@ msgid "No results found for \"{query}\"" msgstr "Gan torthaí ar “{query}”" #: src/view/com/modals/ListAddRemoveUsers.tsx:127 -#: src/view/screens/Search/Search.tsx:349 -#: src/view/screens/Search/Search.tsx:387 +#: src/view/screens/Search/Search.tsx:350 +#: src/view/screens/Search/Search.tsx:388 msgid "No results found for {query}" msgstr "Gan torthaí ar {query}" +#: src/components/dialogs/GifSelect.tsx:204 +msgid "No search results found for \"{search}\"." +msgstr "" + #: src/components/dialogs/EmbedConsent.tsx:105 #: src/components/dialogs/EmbedConsent.tsx:112 msgid "No thanks" @@ -3111,18 +3204,18 @@ msgstr "" msgid "Not Applicable." msgstr "Ní bhaineann sé sin le hábhar." -#: src/Navigation.tsx:109 +#: src/Navigation.tsx:110 #: src/view/screens/Profile.tsx:101 msgid "Not Found" msgstr "Ní bhfuarthas é sin" -#: src/view/com/modals/VerifyEmail.tsx:246 -#: src/view/com/modals/VerifyEmail.tsx:252 +#: 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:368 -#: src/view/com/util/forms/PostDropdownBtn.tsx:364 +#: src/view/com/util/forms/PostDropdownBtn.tsx:368 #: src/view/com/util/post-ctrls/PostCtrls.tsx:248 msgid "Note about sharing" msgstr "" @@ -3131,7 +3224,7 @@ msgstr "" msgid "Note: Bluesky is an open and public network. This setting only limits the visibility of your content on the Bluesky app and website, and other apps may not respect this setting. Your content may still be shown to logged-out users by other apps and websites." msgstr "Nod leat: is gréasán oscailte poiblí Bluesky. Ní chuireann an socrú seo srian ar fheiceálacht do chuid ábhair ach amháin ar aip agus suíomh Bluesky. Is féidir nach gcloífidh aipeanna eile leis an socrú seo. Is féidir go dtaispeánfar do chuid ábhair d’úsáideoirí atá lógáilte amach ar aipeanna agus suíomhanna eile." -#: src/Navigation.tsx:461 +#: src/Navigation.tsx:470 #: src/view/screens/Notifications.tsx:124 #: src/view/screens/Notifications.tsx:148 #: src/view/shell/bottom-bar/BottomBar.tsx:216 @@ -3157,7 +3250,8 @@ msgstr "" msgid "Off" msgstr "" -#: src/view/com/util/ErrorBoundary.tsx:49 +#: src/components/dialogs/GifSelect.tsx:287 +#: src/view/com/util/ErrorBoundary.tsx:55 msgid "Oh no!" msgstr "Úps!" @@ -3178,11 +3272,11 @@ msgstr "Maith go leor" msgid "Oldest replies first" msgstr "Na freagraí is sine ar dtús" -#: src/view/screens/Settings/index.tsx:247 +#: src/view/screens/Settings/index.tsx:236 msgid "Onboarding reset" msgstr "Atosú an chláraithe" -#: src/view/com/composer/Composer.tsx:392 +#: src/view/com/composer/Composer.tsx:424 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." @@ -3194,11 +3288,11 @@ msgstr "Ní féidir ach le {0} freagra a thabhairt." msgid "Only contains letters, numbers, and hyphens" msgstr "" -#: src/components/Lists.tsx:75 +#: src/components/Lists.tsx:78 msgid "Oops, something went wrong!" msgstr "" -#: src/components/Lists.tsx:170 +#: src/components/Lists.tsx:177 #: src/view/screens/AppPasswords.tsx:67 #: src/view/screens/Profile.tsx:101 msgid "Oops!" @@ -3208,8 +3302,8 @@ msgstr "Úps!" msgid "Open" msgstr "Oscail" -#: src/view/com/composer/Composer.tsx:491 -#: src/view/com/composer/Composer.tsx:492 +#: src/view/com/composer/Composer.tsx:505 +#: src/view/com/composer/Composer.tsx:506 msgid "Open emoji picker" msgstr "Oscail roghnóir na n-emoji" @@ -3217,7 +3311,7 @@ msgstr "Oscail roghnóir na n-emoji" msgid "Open feed options menu" msgstr "" -#: src/view/screens/Settings/index.tsx:685 +#: src/view/screens/Settings/index.tsx:686 msgid "Open links with in-app browser" msgstr "Oscail nascanna leis an mbrabhsálaí san aip" @@ -3233,12 +3327,12 @@ msgstr "Oscail an nascleanúint" msgid "Open post options menu" msgstr "" -#: src/view/screens/Settings/index.tsx:792 -#: src/view/screens/Settings/index.tsx:802 +#: src/view/screens/Settings/index.tsx:787 +#: src/view/screens/Settings/index.tsx:797 msgid "Open storybook page" msgstr "Oscail leathanach an Storybook" -#: src/view/screens/Settings/index.tsx:780 +#: src/view/screens/Settings/index.tsx:775 msgid "Open system log" msgstr "" @@ -3246,6 +3340,10 @@ msgstr "" msgid "Opens {numItems} options" msgstr "Osclaíonn sé seo {numItems} rogha" +#: src/view/screens/Settings/index.tsx:485 +msgid "Opens accessibility settings" +msgstr "" + #: src/view/screens/Log.tsx:54 msgid "Opens additional details for a debug entry" msgstr "Osclaíonn sé seo tuilleadh sonraí le haghaidh iontráil dífhabhtaithe" @@ -3254,7 +3352,7 @@ msgstr "Osclaíonn sé seo tuilleadh sonraí le haghaidh iontráil dífhabhtaith 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:78 +#: src/view/com/composer/photos/OpenCameraBtn.tsx:74 msgid "Opens camera on device" msgstr "Osclaíonn sé seo an ceamara ar an ngléas" @@ -3262,11 +3360,11 @@ msgstr "Osclaíonn sé seo an ceamara ar an ngléas" msgid "Opens composer" msgstr "Osclaíonn sé seo an t-eagarthóir" -#: src/view/screens/Settings/index.tsx:566 +#: src/view/screens/Settings/index.tsx:567 msgid "Opens configurable language settings" msgstr "Osclaíonn sé seo na socruithe teanga is féidir a dhéanamh" -#: src/view/com/composer/photos/SelectPhotoBtn.tsx:44 +#: src/view/com/composer/photos/SelectPhotoBtn.tsx:40 msgid "Opens device photo gallery" msgstr "Osclaíonn sé seo gailearaí na ngrianghraf ar an ngléas" @@ -3274,7 +3372,7 @@ msgstr "Osclaíonn sé seo gailearaí na ngrianghraf ar an ngléas" #~ msgid "Opens editor for profile display name, avatar, background image, and description" #~ msgstr "Osclaíonn sé seo an t-eagarthóir le haghaidh gach a bhfuil i do phróifíl: an t-ainm, an t-abhatár, an íomhá sa chúlra, agus an cur síos." -#: src/view/screens/Settings/index.tsx:620 +#: src/view/screens/Settings/index.tsx:621 msgid "Opens external embeds settings" msgstr "Osclaíonn sé seo na socruithe le haghaidh leabuithe seachtracha" @@ -3296,6 +3394,10 @@ msgstr "" #~ msgid "Opens following list" #~ msgstr "Osclaíonn sé seo liosta na ndaoine a leanann tú" +#: src/view/com/composer/photos/SelectGifBtn.tsx:37 +msgid "Opens GIF select dialog" +msgstr "" + #: src/view/screens/Settings.tsx:412 #~ msgid "Opens invite code list" #~ msgstr "Osclaíonn sé seo liosta na gcód cuiridh" @@ -3304,7 +3406,7 @@ msgstr "" msgid "Opens list of invite codes" msgstr "Osclaíonn sé seo liosta na gcód cuiridh" -#: src/view/screens/Settings/index.tsx:762 +#: src/view/screens/Settings/index.tsx:757 msgid "Opens modal for account deletion confirmation. Requires email code" msgstr "" @@ -3312,19 +3414,19 @@ msgstr "" #~ msgid "Opens modal for account deletion confirmation. Requires email code." #~ msgstr "Osclaíonn sé seo an fhuinneog le scriosadh an chuntais a dhearbhú. Tá cód ríomhphoist riachtanach." -#: src/view/screens/Settings/index.tsx:720 +#: src/view/screens/Settings/index.tsx:715 msgid "Opens modal for changing your Bluesky password" msgstr "" -#: src/view/screens/Settings/index.tsx:669 +#: src/view/screens/Settings/index.tsx:670 msgid "Opens modal for choosing a new Bluesky handle" msgstr "" -#: src/view/screens/Settings/index.tsx:743 +#: src/view/screens/Settings/index.tsx:738 msgid "Opens modal for downloading your Bluesky account data (repository)" msgstr "" -#: src/view/screens/Settings/index.tsx:932 +#: src/view/screens/Settings/index.tsx:927 msgid "Opens modal for email verification" msgstr "" @@ -3332,11 +3434,11 @@ msgstr "" msgid "Opens modal for using custom domain" msgstr "Osclaíonn sé seo an fhuinneog le sainfhearann a úsáid" -#: src/view/screens/Settings/index.tsx:591 +#: src/view/screens/Settings/index.tsx:592 msgid "Opens moderation settings" msgstr "Osclaíonn sé seo socruithe na modhnóireachta" -#: src/screens/Login/LoginForm.tsx:202 +#: src/screens/Login/LoginForm.tsx:219 msgid "Opens password reset form" msgstr "Osclaíonn sé seo an fhoirm leis an bpasfhocal a athrú" @@ -3345,11 +3447,11 @@ msgstr "Osclaíonn sé seo an fhoirm leis an bpasfhocal a athrú" 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:548 +#: src/view/screens/Settings/index.tsx:549 msgid "Opens screen with all saved feeds" msgstr "Osclaíonn sé seo an scáileán leis na fothaí sábháilte go léir" -#: src/view/screens/Settings/index.tsx:647 +#: src/view/screens/Settings/index.tsx:648 msgid "Opens the app password settings" msgstr "" @@ -3357,7 +3459,7 @@ msgstr "" #~ msgid "Opens the app password settings page" #~ msgstr "Osclaíonn sé seo an leathanach a bhfuil socruithe phasfhocal na haipe air" -#: src/view/screens/Settings/index.tsx:505 +#: src/view/screens/Settings/index.tsx:506 msgid "Opens the Following feed preferences" msgstr "" @@ -3369,16 +3471,16 @@ msgstr "" msgid "Opens the linked website" msgstr "" -#: src/view/screens/Settings/index.tsx:793 -#: src/view/screens/Settings/index.tsx:803 +#: src/view/screens/Settings/index.tsx:788 +#: src/view/screens/Settings/index.tsx:798 msgid "Opens the storybook page" msgstr "Osclaíonn sé seo leathanach an Storybook" -#: src/view/screens/Settings/index.tsx:781 +#: src/view/screens/Settings/index.tsx:776 msgid "Opens the system log page" msgstr "Osclaíonn sé seo logleabhar an chórais" -#: src/view/screens/Settings/index.tsx:526 +#: src/view/screens/Settings/index.tsx:527 msgid "Opens the threads preferences" msgstr "Osclaíonn sé seo roghanna na snáitheanna" @@ -3410,7 +3512,7 @@ msgstr "Cuntas eile" msgid "Other..." msgstr "Eile…" -#: src/components/Lists.tsx:184 +#: src/components/Lists.tsx:193 #: src/view/screens/NotFound.tsx:45 msgid "Page not found" msgstr "Leathanach gan aimsiú" @@ -3419,7 +3521,7 @@ msgstr "Leathanach gan aimsiú" msgid "Page Not Found" msgstr "Leathanach gan aimsiú" -#: src/screens/Login/LoginForm.tsx:178 +#: src/screens/Login/LoginForm.tsx:195 #: src/screens/Signup/StepInfo/index.tsx:102 #: src/view/com/modals/DeleteAccount.tsx:194 #: src/view/com/modals/DeleteAccount.tsx:201 @@ -3438,16 +3540,19 @@ msgstr "Pasfhocal uasdátaithe" msgid "Password updated!" msgstr "Pasfhocal uasdátaithe!" -#: src/view/screens/Search/Search.tsx:447 -#: src/view/screens/Search/Search.tsx:456 +#: src/view/com/util/post-embeds/GifEmbed.tsx:31 +msgid "Pause" +msgstr "" + +#: src/view/screens/Search/Search.tsx:438 msgid "People" msgstr "" -#: src/Navigation.tsx:164 +#: src/Navigation.tsx:165 msgid "People followed by @{0}" msgstr "Na daoine atá leanta ag @{0}" -#: src/Navigation.tsx:157 +#: src/Navigation.tsx:158 msgid "People following @{0}" msgstr "Na leantóirí atá ag @{0}" @@ -3484,10 +3589,18 @@ msgstr "" msgid "Pinned Feeds" msgstr "Fothaí greamaithe" +#: src/view/com/util/post-embeds/GifEmbed.tsx:31 +msgid "Play" +msgstr "" + #: src/view/com/util/post-embeds/ExternalGifEmbed.tsx:123 msgid "Play {0}" msgstr "Seinn {0}" +#: src/view/com/util/post-embeds/GifEmbed.tsx:30 +msgid "Play or pause the GIF" +msgstr "" + #: src/view/com/util/post-embeds/ExternalPlayerEmbed.tsx:57 #: src/view/com/util/post-embeds/ExternalPlayerEmbed.tsx:58 msgid "Play Video" @@ -3559,11 +3672,11 @@ msgstr "" #~ msgid "Please tell us why you think this decision was incorrect." #~ msgstr "Abair linn, le do thoil, cén fáth a gcreideann tú go bhfuil an cinneadh seo mícheart." -#: src/view/com/modals/VerifyEmail.tsx:101 +#: src/view/com/modals/VerifyEmail.tsx:109 msgid "Please Verify Your Email" msgstr "Dearbhaigh do ríomhphost, le do thoil." -#: src/view/com/composer/Composer.tsx:222 +#: src/view/com/composer/Composer.tsx:232 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." @@ -3575,8 +3688,8 @@ msgstr "Polaitíocht" msgid "Porn" msgstr "Pornagrafaíocht" -#: src/view/com/composer/Composer.tsx:367 -#: src/view/com/composer/Composer.tsx:375 +#: src/view/com/composer/Composer.tsx:399 +#: src/view/com/composer/Composer.tsx:407 msgctxt "action" msgid "Post" msgstr "Postáil" @@ -3586,13 +3699,13 @@ msgctxt "description" msgid "Post" msgstr "Postáil" -#: src/view/com/post-thread/PostThreadItem.tsx:175 +#: src/view/com/post-thread/PostThreadItem.tsx:176 msgid "Post by {0}" msgstr "Postáil ó {0}" -#: src/Navigation.tsx:176 -#: src/Navigation.tsx:183 -#: src/Navigation.tsx:190 +#: src/Navigation.tsx:177 +#: src/Navigation.tsx:184 +#: src/Navigation.tsx:191 msgid "Post by @{0}" msgstr "Postáil ó @{0}" @@ -3631,8 +3744,7 @@ msgstr "Ní bhfuarthas an phostáil" msgid "posts" msgstr "" -#: src/view/screens/Profile.tsx:195 -#: src/view/screens/Search/Search.tsx:467 +#: src/view/screens/Profile.tsx:194 msgid "Posts" msgstr "Postálacha" @@ -3652,8 +3764,8 @@ msgstr "Is féidir go bhfuil an nasc seo míthreorach." msgid "Press to change hosting provider" msgstr "" -#: src/components/Error.tsx:74 -#: src/components/Lists.tsx:80 +#: src/components/Error.tsx:83 +#: src/components/Lists.tsx:83 #: src/screens/Signup/index.tsx:187 msgid "Press to retry" msgstr "" @@ -3670,15 +3782,15 @@ msgstr "Príomhtheanga" msgid "Prioritize Your Follows" msgstr "Tabhair Tosaíocht do Do Chuid Leantóirí" -#: src/view/screens/Settings/index.tsx:603 +#: src/view/screens/Settings/index.tsx:604 #: src/view/shell/desktop/RightNav.tsx:72 msgid "Privacy" msgstr "Príobháideacht" -#: src/Navigation.tsx:231 +#: src/Navigation.tsx:232 #: src/screens/Signup/StepInfo/Policies.tsx:56 #: src/view/screens/PrivacyPolicy.tsx:29 -#: src/view/screens/Settings/index.tsx:887 +#: src/view/screens/Settings/index.tsx:882 #: src/view/shell/Drawer.tsx:271 msgid "Privacy Policy" msgstr "Polasaí príobháideachta" @@ -3688,7 +3800,7 @@ msgid "Processing..." msgstr "Á phróiseáil..." #: src/view/screens/DebugMod.tsx:888 -#: src/view/screens/Profile.tsx:361 +#: src/view/screens/Profile.tsx:346 msgid "profile" msgstr "" @@ -3704,7 +3816,7 @@ msgstr "Próifíl" msgid "Profile updated" msgstr "Próifíl uasdátaithe" -#: src/view/screens/Settings/index.tsx:945 +#: src/view/screens/Settings/index.tsx:940 msgid "Protect your account by verifying your email." msgstr "Dearbhaigh do ríomhphost le do chuntas a chosaint." @@ -3720,11 +3832,11 @@ 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:352 +#: src/view/com/composer/Composer.tsx:384 msgid "Publish post" msgstr "Foilsigh an phostáil" -#: src/view/com/composer/Composer.tsx:352 +#: src/view/com/composer/Composer.tsx:384 msgid "Publish reply" msgstr "Foilsigh an freagra" @@ -3750,7 +3862,7 @@ msgstr "Randamach" msgid "Ratios" msgstr "Cóimheasa" -#: src/view/screens/Search/Search.tsx:924 +#: src/view/screens/Search/Search.tsx:855 msgid "Recent Searches" msgstr "" @@ -3810,7 +3922,7 @@ msgstr "" msgid "Remove image" msgstr "Bain an íomhá de" -#: src/view/com/composer/ExternalEmbed.tsx:70 +#: src/view/com/composer/ExternalEmbed.tsx:82 msgid "Remove image preview" msgstr "Bain réamhléiriú den íomhá" @@ -3847,11 +3959,11 @@ msgstr "Baineadh de do chuid fothaí é" msgid "Removed from your feeds" msgstr "" -#: src/view/com/composer/ExternalEmbed.tsx:71 +#: src/view/com/composer/ExternalEmbed.tsx:83 msgid "Removes default thumbnail from {0}" msgstr "Baineann sé seo an mhionsamhail réamhshocraithe de {0}" -#: src/view/screens/Profile.tsx:196 +#: src/view/screens/Profile.tsx:195 msgid "Replies" msgstr "Freagraí" @@ -3859,7 +3971,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:365 +#: src/view/com/composer/Composer.tsx:397 msgctxt "action" msgid "Reply" msgstr "Freagair" @@ -3870,9 +3982,15 @@ msgstr "Scagairí freagra" #: src/view/com/post/Post.tsx:177 #: src/view/com/posts/FeedItem.tsx:285 +#~ msgctxt "description" +#~ msgid "Reply to <0/>" +#~ msgstr "Freagra ar <0/>" + +#: src/view/com/post/Post.tsx:178 +#: src/view/com/posts/FeedItem.tsx:285 msgctxt "description" -msgid "Reply to <0/>" -msgstr "Freagra ar <0/>" +msgid "Reply to <0><1/>" +msgstr "" #: src/view/com/modals/report/Modal.tsx:166 #~ msgid "Report {collectionName}" @@ -3896,8 +4014,8 @@ msgstr "Déan gearán faoi fhotha" msgid "Report List" msgstr "Déan gearán faoi liosta" -#: src/view/com/util/forms/PostDropdownBtn.tsx:312 -#: src/view/com/util/forms/PostDropdownBtn.tsx:314 +#: src/view/com/util/forms/PostDropdownBtn.tsx:316 +#: src/view/com/util/forms/PostDropdownBtn.tsx:318 msgid "Report post" msgstr "Déan gearán faoi phostáil" @@ -3958,7 +4076,7 @@ msgstr "" msgid "reposted your post" msgstr "— d'athphostáil sé/sí do phostáil" -#: src/view/com/post-thread/PostThreadItem.tsx:187 +#: src/view/com/post-thread/PostThreadItem.tsx:188 msgid "Reposts of this post" msgstr "Athphostálacha den phostáil seo" @@ -3976,14 +4094,23 @@ msgstr "Iarr Athrú" msgid "Request Code" msgstr "Iarr Cód" -#: src/view/screens/Settings/index.tsx:426 +#: src/view/screens/AccessibilitySettings.tsx:82 msgid "Require alt text before posting" msgstr "Bíodh téacs malartach ann roimh phostáil i gcónaí" +#: src/view/screens/Settings/Email2FAToggle.tsx:53 +msgid "Require email code to log into your account" +msgstr "" + #: src/screens/Signup/StepInfo/index.tsx:69 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 +msgid "Resend email" +msgstr "" + #: src/view/com/modals/ChangePassword.tsx:185 msgid "Reset code" msgstr "Cód athshocraithe" @@ -3996,8 +4123,8 @@ msgstr "Cód Athshocraithe" #~ msgid "Reset onboarding" #~ msgstr "Athshocraigh an próiseas cláraithe" -#: src/view/screens/Settings/index.tsx:822 -#: src/view/screens/Settings/index.tsx:825 +#: src/view/screens/Settings/index.tsx:817 +#: src/view/screens/Settings/index.tsx:820 msgid "Reset onboarding state" msgstr "Athshocraigh an próiseas cláraithe" @@ -4009,20 +4136,20 @@ msgstr "Athshocraigh an pasfhocal" #~ msgid "Reset preferences" #~ msgstr "Athshocraigh na roghanna" -#: src/view/screens/Settings/index.tsx:812 -#: src/view/screens/Settings/index.tsx:815 +#: src/view/screens/Settings/index.tsx:807 +#: src/view/screens/Settings/index.tsx:810 msgid "Reset preferences state" msgstr "Athshocraigh na roghanna" -#: src/view/screens/Settings/index.tsx:823 +#: src/view/screens/Settings/index.tsx:818 msgid "Resets the onboarding state" msgstr "Athshocraíonn sé seo an clárú" -#: src/view/screens/Settings/index.tsx:813 +#: src/view/screens/Settings/index.tsx:808 msgid "Resets the preferences state" msgstr "Athshocraíonn sé seo na roghanna" -#: src/screens/Login/LoginForm.tsx:235 +#: src/screens/Login/LoginForm.tsx:283 msgid "Retries login" msgstr "Baineann sé seo triail eile as an logáil isteach" @@ -4031,10 +4158,10 @@ msgstr "Baineann sé seo triail eile as an logáil isteach" msgid "Retries the last action, which errored out" msgstr "Baineann sé seo triail eile as an ngníomh is déanaí, ar theip air" -#: src/components/Error.tsx:79 -#: src/components/Lists.tsx:91 -#: src/screens/Login/LoginForm.tsx:234 -#: src/screens/Login/LoginForm.tsx:241 +#: src/components/Error.tsx:88 +#: src/components/Lists.tsx:94 +#: src/screens/Login/LoginForm.tsx:282 +#: src/screens/Login/LoginForm.tsx:289 #: src/screens/Onboarding/StepInterests/index.tsx:225 #: src/screens/Onboarding/StepInterests/index.tsx:228 #: src/screens/Signup/index.tsx:194 @@ -4047,7 +4174,7 @@ msgstr "Bain triail eile as" #~ msgid "Retry." #~ msgstr "Bain triail eile as." -#: src/components/Error.tsx:86 +#: src/components/Error.tsx:95 #: src/view/screens/ProfileList.tsx:919 msgid "Return to previous page" msgstr "Fill ar an leathanach roimhe seo" @@ -4135,14 +4262,14 @@ msgstr "Eolaíocht" msgid "Scroll to top" msgstr "Fill ar an mbarr" -#: src/Navigation.tsx:451 +#: src/Navigation.tsx:460 #: 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:568 -#: src/view/screens/Search/Search.tsx:817 -#: src/view/screens/Search/Search.tsx:835 +#: src/view/screens/Search/Search.tsx:503 +#: src/view/screens/Search/Search.tsx:748 +#: src/view/screens/Search/Search.tsx:766 #: src/view/shell/bottom-bar/BottomBar.tsx:170 #: src/view/shell/desktop/LeftNav.tsx:328 #: src/view/shell/desktop/Search.tsx:215 @@ -4152,7 +4279,7 @@ msgstr "Fill ar an mbarr" msgid "Search" msgstr "Cuardaigh" -#: src/view/screens/Search/Search.tsx:884 +#: src/view/screens/Search/Search.tsx:815 #: src/view/shell/desktop/Search.tsx:256 msgid "Search for \"{query}\"" msgstr "Déan cuardach ar “{query}”" @@ -4171,6 +4298,14 @@ msgstr "" msgid "Search for users" msgstr "Cuardaigh úsáideoirí" +#: src/components/dialogs/GifSelect.tsx:158 +msgid "Search GIFs" +msgstr "" + +#: src/components/dialogs/GifSelect.tsx:159 +msgid "Search Tenor" +msgstr "" + #: src/view/com/modals/ChangeEmail.tsx:110 msgid "Security Step Required" msgstr "Céim Slándála de dhíth" @@ -4220,6 +4355,14 @@ msgstr "" msgid "Select from an existing account" msgstr "Roghnaigh ó chuntas atá ann" +#: src/view/com/composer/photos/SelectGifBtn.tsx:36 +msgid "Select GIF" +msgstr "" + +#: src/components/dialogs/GifSelect.tsx:253 +msgid "Select GIF \"{0}\"" +msgstr "" + #: src/view/screens/LanguageSettings.tsx:299 msgid "Select languages" msgstr "" @@ -4297,8 +4440,8 @@ msgstr "Roghnaigh do phríomhfhothaí algartamacha" msgid "Select your secondary algorithmic feeds" msgstr "Roghnaigh do chuid fothaí algartamacha tánaisteacha" -#: src/view/com/modals/VerifyEmail.tsx:202 -#: src/view/com/modals/VerifyEmail.tsx:204 +#: src/view/com/modals/VerifyEmail.tsx:210 +#: src/view/com/modals/VerifyEmail.tsx:212 msgid "Send Confirmation Email" msgstr "Seol ríomhphost dearbhaithe" @@ -4329,6 +4472,11 @@ msgstr "" msgid "Send report to {0}" msgstr "" +#: src/view/screens/Settings/DisableEmail2FADialog.tsx:119 +#: src/view/screens/Settings/DisableEmail2FADialog.tsx:122 +msgid "Send verification email" +msgstr "" + #: src/view/com/modals/DeleteAccount.tsx:132 msgid "Sends email with confirmation code for account deletion" msgstr "Seolann sé seo ríomhphost ina bhfuil cód dearbhaithe chun an cuntas a scriosadh" @@ -4411,23 +4559,23 @@ msgstr "Socraigh do chuntas" msgid "Sets Bluesky username" msgstr "Socraíonn sé seo d'ainm úsáideora ar Bluesky" -#: src/view/screens/Settings/index.tsx:458 +#: src/view/screens/Settings/index.tsx:436 msgid "Sets color theme to dark" msgstr "" -#: src/view/screens/Settings/index.tsx:451 +#: src/view/screens/Settings/index.tsx:429 msgid "Sets color theme to light" msgstr "" -#: src/view/screens/Settings/index.tsx:445 +#: src/view/screens/Settings/index.tsx:423 msgid "Sets color theme to system setting" msgstr "" -#: src/view/screens/Settings/index.tsx:484 +#: src/view/screens/Settings/index.tsx:462 msgid "Sets dark theme to the dark theme" msgstr "" -#: src/view/screens/Settings/index.tsx:477 +#: src/view/screens/Settings/index.tsx:455 msgid "Sets dark theme to the dim theme" msgstr "" @@ -4456,8 +4604,8 @@ msgstr "" #~ msgid "Sets server for the Bluesky client" #~ msgstr "Socraíonn sé seo freastalaí an chliaint Bluesky" -#: src/Navigation.tsx:139 -#: src/view/screens/Settings/index.tsx:316 +#: src/Navigation.tsx:140 +#: src/view/screens/Settings/index.tsx:309 #: src/view/shell/desktop/LeftNav.tsx:437 #: src/view/shell/Drawer.tsx:576 #: src/view/shell/Drawer.tsx:577 @@ -4479,15 +4627,15 @@ msgstr "Comhroinn" #: src/view/com/profile/ProfileMenu.tsx:215 #: src/view/com/profile/ProfileMenu.tsx:224 -#: src/view/com/util/forms/PostDropdownBtn.tsx:236 -#: src/view/com/util/forms/PostDropdownBtn.tsx:245 +#: src/view/com/util/forms/PostDropdownBtn.tsx:240 +#: src/view/com/util/forms/PostDropdownBtn.tsx:249 #: src/view/com/util/post-ctrls/PostCtrls.tsx:237 #: src/view/screens/ProfileList.tsx:390 msgid "Share" msgstr "Comhroinn" #: src/view/com/profile/ProfileMenu.tsx:373 -#: src/view/com/util/forms/PostDropdownBtn.tsx:369 +#: src/view/com/util/forms/PostDropdownBtn.tsx:373 #: src/view/com/util/post-ctrls/PostCtrls.tsx:253 msgid "Share anyway" msgstr "" @@ -4510,7 +4658,7 @@ msgstr "" #: src/components/moderation/LabelPreference.tsx:136 #: src/components/moderation/PostHider.tsx:107 #: src/screens/Onboarding/StepModeration/ModerationOption.tsx:54 -#: src/view/screens/Settings/index.tsx:366 +#: src/view/screens/Settings/index.tsx:359 msgid "Show" msgstr "Taispeáin" @@ -4536,13 +4684,13 @@ msgstr "" #~ msgid "Show embeds from {0}" #~ msgstr "Taispeáin ábhar leabaithe ó {0}" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:200 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:198 msgid "Show follows similar to {0}" msgstr "Taispeáin cuntais cosúil le {0}" -#: src/view/com/post-thread/PostThreadItem.tsx:501 -#: src/view/com/post/Post.tsx:212 -#: src/view/com/posts/FeedItem.tsx:360 +#: src/view/com/post-thread/PostThreadItem.tsx:507 +#: src/view/com/post/Post.tsx:215 +#: src/view/com/posts/FeedItem.tsx:362 msgid "Show More" msgstr "Tuilleadh" @@ -4623,7 +4771,7 @@ msgstr "Taispeánann sé seo postálacha ó {0} i d'fhotha" #: src/components/dialogs/Signin.tsx:99 #: src/screens/Login/index.tsx:100 #: src/screens/Login/index.tsx:119 -#: src/screens/Login/LoginForm.tsx:131 +#: src/screens/Login/LoginForm.tsx:148 #: src/view/com/auth/SplashScreen.tsx:63 #: src/view/com/auth/SplashScreen.tsx:72 #: src/view/com/auth/SplashScreen.web.tsx:107 @@ -4634,9 +4782,9 @@ msgstr "Taispeánann sé seo postálacha ó {0} i d'fhotha" #: src/view/shell/bottom-bar/BottomBarWeb.tsx:178 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:179 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:181 -#: src/view/shell/NavSignupCard.tsx:63 -#: src/view/shell/NavSignupCard.tsx:64 -#: src/view/shell/NavSignupCard.tsx:66 +#: 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" @@ -4666,8 +4814,8 @@ msgstr "" msgid "Sign into Bluesky or create a new account" msgstr "" -#: src/view/screens/Settings/index.tsx:118 -#: src/view/screens/Settings/index.tsx:121 +#: src/view/screens/Settings/index.tsx:111 +#: src/view/screens/Settings/index.tsx:114 msgid "Sign out" msgstr "Logáil amach" @@ -4677,9 +4825,9 @@ msgstr "Logáil amach" #: src/view/shell/bottom-bar/BottomBarWeb.tsx:168 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:169 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:171 -#: src/view/shell/NavSignupCard.tsx:54 -#: src/view/shell/NavSignupCard.tsx:55 -#: src/view/shell/NavSignupCard.tsx:57 +#: src/view/shell/NavSignupCard.tsx:60 +#: src/view/shell/NavSignupCard.tsx:61 +#: src/view/shell/NavSignupCard.tsx:63 msgid "Sign up" msgstr "Cláraigh" @@ -4692,7 +4840,7 @@ msgstr "Cláraigh nó logáil isteach chun páirt a ghlacadh sa chomhrá" msgid "Sign-in Required" msgstr "Caithfidh tú logáil isteach" -#: src/view/screens/Settings/index.tsx:377 +#: src/view/screens/Settings/index.tsx:370 msgid "Signed in as" msgstr "Logáilte isteach mar" @@ -4772,7 +4920,7 @@ msgstr "Cearnóg" #~ msgid "Staging" #~ msgstr "Freastalaí tástála" -#: src/view/screens/Settings/index.tsx:867 +#: src/view/screens/Settings/index.tsx:862 msgid "Status page" msgstr "Leathanach stádais" @@ -4784,12 +4932,12 @@ msgstr "" #~ msgid "Step {0} of {numSteps}" #~ msgstr "Céim {0} as {numSteps}" -#: src/view/screens/Settings/index.tsx:295 +#: src/view/screens/Settings/index.tsx:288 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:211 -#: src/view/screens/Settings/index.tsx:795 +#: src/Navigation.tsx:212 +#: src/view/screens/Settings/index.tsx:790 msgid "Storybook" msgstr "Storybook" @@ -4823,7 +4971,7 @@ msgstr "" msgid "Subscribe to this list" msgstr "Liostáil leis an liosta seo" -#: src/view/screens/Search/Search.tsx:523 +#: src/view/screens/Search/Search.tsx:476 msgid "Suggested Follows" msgstr "Cuntais le leanúint" @@ -4835,7 +4983,7 @@ msgstr "Molta duit" msgid "Suggestive" msgstr "Gáirsiúil" -#: src/Navigation.tsx:226 +#: src/Navigation.tsx:227 #: src/view/screens/Support.tsx:30 #: src/view/screens/Support.tsx:33 msgid "Support" @@ -4845,24 +4993,24 @@ msgstr "Tacaíocht" #~ msgid "Swipe up to see more" #~ msgstr "Svaidhpeáil aníos le tuilleadh a fheiceáil" -#: src/components/dialogs/SwitchAccount.tsx:46 -#: src/components/dialogs/SwitchAccount.tsx:49 +#: src/components/dialogs/SwitchAccount.tsx:47 +#: src/components/dialogs/SwitchAccount.tsx:50 msgid "Switch Account" msgstr "Athraigh an cuntas" -#: src/view/screens/Settings/index.tsx:150 +#: src/view/screens/Settings/index.tsx:143 msgid "Switch to {0}" msgstr "Athraigh go {0}" -#: src/view/screens/Settings/index.tsx:151 +#: src/view/screens/Settings/index.tsx:144 msgid "Switches the account you are logged in to" msgstr "Athraíonn sé seo an cuntas beo" -#: src/view/screens/Settings/index.tsx:442 +#: src/view/screens/Settings/index.tsx:420 msgid "System" msgstr "Córas" -#: src/view/screens/Settings/index.tsx:783 +#: src/view/screens/Settings/index.tsx:778 msgid "System log" msgstr "Logleabhar an chórais" @@ -4890,9 +5038,9 @@ msgstr "Teic" msgid "Terms" msgstr "Téarmaí" -#: src/Navigation.tsx:236 +#: src/Navigation.tsx:237 #: src/screens/Signup/StepInfo/Policies.tsx:49 -#: src/view/screens/Settings/index.tsx:881 +#: src/view/screens/Settings/index.tsx:876 #: src/view/screens/TermsOfService.tsx:29 #: src/view/shell/Drawer.tsx:265 msgid "Terms of Service" @@ -4924,7 +5072,7 @@ msgstr "" msgid "That handle is already taken." msgstr "Tá an leasainm sin in úsáid cheana féin." -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:282 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:280 #: src/view/com/profile/ProfileMenu.tsx:349 msgid "The account will be able to interact with you after unblocking." msgstr "Beidh an cuntas seo in ann caidreamh a dhéanamh leat tar éis duit é a dhíbhlocáil" @@ -4987,6 +5135,10 @@ msgstr "Bhí fadhb ann maidir leis an bhfotha seo a bhaint. Seiceáil do cheanga 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.tsx:201 +msgid "There was an issue connecting to Tenor." +msgstr "" + #: src/view/screens/ProfileFeed.tsx:247 #: src/view/screens/ProfileList.tsx:277 #: src/view/screens/SavedFeeds.tsx:211 @@ -5031,9 +5183,9 @@ msgstr "Bhí fadhb ann maidir le do chuid roghanna a shioncronú leis an bhfreas 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:105 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:127 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:141 +#: 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:106 @@ -5052,7 +5204,8 @@ msgstr "Bhí fadhb ann! {0}" msgid "There was an issue. Please check your internet connection and try again." msgstr "Bhí fadhb ann. Seiceáil do cheangal leis an idirlíon, le do thoil, agus bain triail eile as." -#: src/view/com/util/ErrorBoundary.tsx:51 +#: src/components/dialogs/GifSelect.tsx:289 +#: 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!" @@ -5127,7 +5280,7 @@ msgstr "Tá an fotha seo folamh! Is féidir go mbeidh ort tuilleadh úsáideoir msgid "This information is not shared with other users." msgstr "Ní roinntear an t-eolas seo le húsáideoirí eile." -#: src/view/com/modals/VerifyEmail.tsx:119 +#: src/view/com/modals/VerifyEmail.tsx:127 msgid "This is important in case you ever need to change your email or reset your password." msgstr "Tá sé seo tábhachtach má bhíonn ort do ríomhphost nó do phasfhocal a athrú." @@ -5155,16 +5308,16 @@ msgstr "" 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:125 +#: src/view/com/post-thread/PostThreadItem.tsx:126 msgid "This post has been deleted." msgstr "Scriosadh an phostáil seo." -#: src/view/com/util/forms/PostDropdownBtn.tsx:366 +#: src/view/com/util/forms/PostDropdownBtn.tsx:370 #: src/view/com/util/post-ctrls/PostCtrls.tsx:250 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:348 +#: src/view/com/util/forms/PostDropdownBtn.tsx:352 msgid "This post will be hidden from feeds." msgstr "" @@ -5229,12 +5382,12 @@ msgstr "" #~ msgid "This will hide this post from your feeds." #~ msgstr "Leis seo ní bheidh an phostáil seo le feiceáil ar do chuid fothaí." -#: src/view/screens/Settings/index.tsx:525 +#: src/view/screens/Settings/index.tsx:526 msgid "Thread preferences" msgstr "" #: src/view/screens/PreferencesThreads.tsx:53 -#: src/view/screens/Settings/index.tsx:535 +#: src/view/screens/Settings/index.tsx:536 msgid "Thread Preferences" msgstr "Roghanna Snáitheanna" @@ -5242,10 +5395,14 @@ msgstr "Roghanna Snáitheanna" msgid "Threaded Mode" msgstr "Modh Snáithithe" -#: src/Navigation.tsx:269 +#: src/Navigation.tsx:270 msgid "Threads Preferences" msgstr "Roghanna Snáitheanna" +#: src/view/screens/Settings/DisableEmail2FADialog.tsx:102 +msgid "To disable the email 2FA method, please verify your access to the email address." +msgstr "" + #: src/components/ReportDialog/SelectLabelerView.tsx:33 msgid "To whom would you like to send this report?" msgstr "" @@ -5262,7 +5419,8 @@ msgstr "Scoránaigh an bosca anuas" msgid "Toggle to enable or disable adult content" msgstr "" -#: src/view/screens/Search/Search.tsx:427 +#: src/screens/Hashtag.tsx:88 +#: src/view/screens/Search/Search.tsx:418 msgid "Top" msgstr "" @@ -5270,10 +5428,10 @@ msgstr "" msgid "Transformations" msgstr "Trasfhoirmithe" -#: src/view/com/post-thread/PostThreadItem.tsx:638 -#: src/view/com/post-thread/PostThreadItem.tsx:640 -#: src/view/com/util/forms/PostDropdownBtn.tsx:220 +#: src/view/com/post-thread/PostThreadItem.tsx:644 +#: src/view/com/post-thread/PostThreadItem.tsx:646 #: src/view/com/util/forms/PostDropdownBtn.tsx:222 +#: src/view/com/util/forms/PostDropdownBtn.tsx:224 msgid "Translate" msgstr "Aistrigh" @@ -5282,6 +5440,10 @@ msgctxt "action" msgid "Try again" msgstr "Bain triail eile as" +#: src/view/screens/Settings/index.tsx:695 +msgid "Two-factor authentication" +msgstr "" + #: src/view/com/modals/ChangeHandle.tsx:428 msgid "Type:" msgstr "" @@ -5296,21 +5458,21 @@ 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:119 +#: src/screens/Login/LoginForm.tsx:136 #: src/screens/Login/SetNewPasswordForm.tsx:77 #: src/screens/Signup/index.tsx:64 #: src/view/com/modals/ChangePassword.tsx:70 msgid "Unable to contact your service. Please check your Internet connection." msgstr "Ní féidir teagmháil a dhéanamh le do sheirbhís. Seiceáil do cheangal leis an idirlíon, le do thoil." -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:181 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:286 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:179 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:284 #: src/view/com/profile/ProfileMenu.tsx:361 #: src/view/screens/ProfileList.tsx:574 msgid "Unblock" msgstr "Díbhlocáil" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:186 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:184 msgctxt "action" msgid "Unblock" msgstr "Díbhlocáil" @@ -5320,7 +5482,7 @@ msgstr "Díbhlocáil" msgid "Unblock Account" msgstr "Díbhlocáil an cuntas" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:280 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:278 #: src/view/com/profile/ProfileMenu.tsx:343 msgid "Unblock Account?" msgstr "" @@ -5342,7 +5504,7 @@ msgctxt "action" msgid "Unfollow" msgstr "Dílean" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:220 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:218 msgid "Unfollow {0}" msgstr "Dílean {0}" @@ -5381,8 +5543,8 @@ msgstr "Ná coinnigh an cuntas seo i bhfolach níos mó" msgid "Unmute all {displayTag} posts" msgstr "" -#: src/view/com/util/forms/PostDropdownBtn.tsx:269 -#: src/view/com/util/forms/PostDropdownBtn.tsx:274 +#: src/view/com/util/forms/PostDropdownBtn.tsx:273 +#: src/view/com/util/forms/PostDropdownBtn.tsx:278 msgid "Unmute thread" msgstr "Ná coinnigh an snáithe seo i bhfolach níos mó" @@ -5548,13 +5710,11 @@ msgstr "Liosta úsáideoirí uasdátaithe" msgid "User Lists" msgstr "Liostaí Úsáideoirí" -#: src/screens/Login/LoginForm.tsx:151 +#: src/screens/Login/LoginForm.tsx:168 msgid "Username or email address" msgstr "Ainm úsáideora nó ríomhphost" #: src/view/screens/ProfileList.tsx:813 -#: src/view/screens/Search/Search.tsx:473 -#: src/view/screens/Search/Search.tsx:482 msgid "Users" msgstr "Úsáideoirí" @@ -5582,15 +5742,15 @@ msgstr "" msgid "Verify {0}" msgstr "" -#: src/view/screens/Settings/index.tsx:906 +#: src/view/screens/Settings/index.tsx:901 msgid "Verify email" msgstr "Dearbhaigh ríomhphost" -#: src/view/screens/Settings/index.tsx:931 +#: src/view/screens/Settings/index.tsx:926 msgid "Verify my email" msgstr "Dearbhaigh mo ríomhphost" -#: src/view/screens/Settings/index.tsx:940 +#: src/view/screens/Settings/index.tsx:935 msgid "Verify My Email" msgstr "Dearbhaigh Mo Ríomhphost" @@ -5599,11 +5759,11 @@ msgstr "Dearbhaigh Mo Ríomhphost" msgid "Verify New Email" msgstr "Dearbhaigh an Ríomhphost Nua" -#: src/view/com/modals/VerifyEmail.tsx:103 +#: src/view/com/modals/VerifyEmail.tsx:111 msgid "Verify Your Email" msgstr "Dearbhaigh Do Ríomhphost" -#: src/view/screens/Settings/index.tsx:857 +#: src/view/screens/Settings/index.tsx:852 msgid "Version {0}" msgstr "" @@ -5635,8 +5795,8 @@ msgstr "Féach ar an snáithe iomlán" msgid "View information about these labels" msgstr "" -#: src/components/ProfileHoverCard/index.web.tsx:264 -#: src/components/ProfileHoverCard/index.web.tsx:293 +#: src/components/ProfileHoverCard/index.web.tsx:379 +#: src/components/ProfileHoverCard/index.web.tsx:408 #: src/view/com/posts/FeedErrorMessage.tsx:166 msgid "View profile" msgstr "Féach ar an bpróifíl" @@ -5677,7 +5837,7 @@ msgstr "" #~ msgid "We also think you'll like \"For You\" by Skygaze:" #~ msgstr "Creidimid go dtaitneoidh “For You” le Skygaze leat:" -#: src/screens/Hashtag.tsx:133 +#: src/screens/Hashtag.tsx:210 msgid "We couldn't find any results for that hashtag." msgstr "" @@ -5741,11 +5901,11 @@ msgstr "Ár leithscéal, ach ní féidir linn an liosta seo a thaispeáint. Má 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:322 +#: src/view/screens/Search/Search.tsx:323 msgid "We're sorry, but your search could not be completed. Please try again in a few minutes." msgstr "Ár leithscéal, ach níorbh fhéidir linn do chuardach a chur i gcrích. Bain triail eile as i gceann cúpla nóiméad." -#: src/components/Lists.tsx:188 +#: src/components/Lists.tsx:197 #: 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ú." @@ -5768,7 +5928,7 @@ msgstr "Cad iad na rudaí a bhfuil suim agat iontu?" #: src/view/com/auth/SplashScreen.tsx:40 #: src/view/com/auth/SplashScreen.web.tsx:81 -#: src/view/com/composer/Composer.tsx:296 +#: src/view/com/composer/Composer.tsx:306 msgid "What's up?" msgstr "Aon scéal?" @@ -5809,11 +5969,11 @@ msgstr "" msgid "Wide" msgstr "Leathan" -#: src/view/com/composer/Composer.tsx:436 +#: src/view/com/composer/Composer.tsx:467 msgid "Write post" msgstr "Scríobh postáil" -#: src/view/com/composer/Composer.tsx:295 +#: src/view/com/composer/Composer.tsx:305 #: src/view/com/composer/Prompt.tsx:37 msgid "Write your reply" msgstr "Scríobh freagra" @@ -5933,7 +6093,7 @@ msgstr "Níl aon fhothaí agat." msgid "You have no lists." msgstr "Níl aon liostaí agat." -#: src/view/screens/ModerationBlockedAccounts.tsx:138 +#: src/view/screens/ModerationBlockedAccounts.tsx:137 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 "" @@ -6050,7 +6210,7 @@ msgstr "Is cosúil go bhfuil do ríomhphost neamhbhailí." msgid "Your email has been updated but not verified. As a next step, please verify your new email." msgstr "Uasdátaíodh do sheoladh ríomhphoist ach níor dearbhaíodh é. An chéad chéim eile anois ná do sheoladh nua a dhearbhú, le do thoil." -#: src/view/com/modals/VerifyEmail.tsx:114 +#: src/view/com/modals/VerifyEmail.tsx:122 msgid "Your email has not yet been verified. This is an important security step which we recommend." msgstr "Níor dearbhaíodh do sheoladh ríomhphoist fós. Is tábhachtach an chéim shábháilteachta é sin agus molaimid é." @@ -6079,7 +6239,7 @@ msgstr "" msgid "Your password has been changed successfully!" msgstr "Athraíodh do phasfhocal!" -#: src/view/com/composer/Composer.tsx:284 +#: src/view/com/composer/Composer.tsx:294 msgid "Your post has been published" msgstr "Foilsíodh do phostáil" @@ -6089,11 +6249,11 @@ msgstr "Foilsíodh do phostáil" msgid "Your posts, likes, and blocks are public. Mutes are private." msgstr "Tá do chuid postálacha, moltaí, agus blocálacha poiblí. Is príobháideach iad na cuntais a chuireann tú i bhfolach." -#: src/view/screens/Settings/index.tsx:136 +#: src/view/screens/Settings/index.tsx:129 msgid "Your profile" msgstr "Do phróifíl" -#: src/view/com/composer/Composer.tsx:283 +#: src/view/com/composer/Composer.tsx:293 msgid "Your reply has been published" msgstr "Foilsíodh do fhreagra" diff --git a/src/locale/locales/hi/messages.po b/src/locale/locales/hi/messages.po index 1a2102b8..edbf44ba 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/view/com/modals/VerifyEmail.tsx:142 +#: src/view/com/modals/VerifyEmail.tsx:150 msgid "(no email)" msgstr "" @@ -21,7 +21,7 @@ msgstr "" #~ msgid "{0, plural, one {# invite code available} other {# invite codes available}}" #~ msgstr "" -#: src/components/ProfileHoverCard/index.web.tsx:323 +#: src/components/ProfileHoverCard/index.web.tsx:438 #: src/screens/Profile/Header/Metrics.tsx:44 msgid "{following} following" msgstr "" @@ -52,11 +52,11 @@ msgstr "" msgid "<0>{0} following" msgstr "" -#: src/components/ProfileHoverCard/index.web.tsx:314 +#: src/components/ProfileHoverCard/index.web.tsx:429 msgid "<0>{followers} <1>{pluralizedFollowers}" msgstr "" -#: src/components/ProfileHoverCard/index.web.tsx:326 +#: src/components/ProfileHoverCard/index.web.tsx:441 #: src/screens/Profile/Header/Metrics.tsx:45 msgid "<0>{following} <1>following" msgstr "" @@ -81,6 +81,10 @@ msgstr "" msgid "⚠Invalid Handle" msgstr "" +#: src/screens/Login/LoginForm.tsx:238 +msgid "2FA Confirmation" +msgstr "" + #: src/view/com/util/moderation/LabelInfo.tsx:45 #~ msgid "A content warning has been applied to this {0}." #~ msgstr "" @@ -89,8 +93,8 @@ msgstr "" #~ msgid "A new version of the app is available. Please update to continue using the app." #~ msgstr "ऐप का एक नया संस्करण उपलब्ध है. कृपया ऐप का उपयोग जारी रखने के लिए अपडेट करें।" -#: src/view/com/util/ViewHeader.tsx:89 -#: src/view/screens/Search/Search.tsx:796 +#: src/view/com/util/ViewHeader.tsx:91 +#: src/view/screens/Search/Search.tsx:727 msgid "Access navigation links and settings" msgstr "" @@ -99,17 +103,26 @@ msgid "Access profile and other navigation links" msgstr "" #: src/view/com/modals/EditImage.tsx:300 -#: src/view/screens/Settings/index.tsx:421 +#: src/view/screens/Settings/index.tsx:493 msgid "Accessibility" msgstr "प्रवेर्शयोग्यता" +#: src/view/screens/Settings/index.tsx:484 +msgid "Accessibility settings" +msgstr "" + +#: src/Navigation.tsx:284 +#: src/view/screens/AccessibilitySettings.tsx:63 +msgid "Accessibility Settings" +msgstr "" + #: src/components/moderation/LabelsOnMe.tsx:42 msgid "account" msgstr "" -#: src/screens/Login/LoginForm.tsx:144 -#: src/view/screens/Settings/index.tsx:330 -#: src/view/screens/Settings/index.tsx:707 +#: src/screens/Login/LoginForm.tsx:161 +#: src/view/screens/Settings/index.tsx:323 +#: src/view/screens/Settings/index.tsx:702 msgid "Account" msgstr "अकाउंट" @@ -142,7 +155,7 @@ msgstr "अकाउंट के विकल्प" msgid "Account removed from quick access" msgstr "" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:137 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:135 #: src/view/com/profile/ProfileMenu.tsx:128 msgid "Account unblocked" msgstr "" @@ -171,9 +184,9 @@ msgstr "सामग्री चेतावनी जोड़ें" msgid "Add a user to this list" msgstr "इस सूची में किसी को जोड़ें" -#: src/components/dialogs/SwitchAccount.tsx:55 -#: src/view/screens/Settings/index.tsx:405 -#: src/view/screens/Settings/index.tsx:414 +#: src/components/dialogs/SwitchAccount.tsx:56 +#: src/view/screens/Settings/index.tsx:398 +#: src/view/screens/Settings/index.tsx:407 msgid "Add account" msgstr "अकाउंट जोड़ें" @@ -199,12 +212,12 @@ msgstr "" #~ msgstr "रिपोर्ट करने के लिए विवरण जोड़ें" #: src/view/com/composer/Composer.tsx:467 -msgid "Add link card" -msgstr "लिंक कार्ड जोड़ें" +#~ msgid "Add link card" +#~ msgstr "लिंक कार्ड जोड़ें" #: src/view/com/composer/Composer.tsx:472 -msgid "Add link card:" -msgstr "लिंक कार्ड जोड़ें:" +#~ msgid "Add link card:" +#~ msgstr "लिंक कार्ड जोड़ें:" #: src/components/dialogs/MutedWords.tsx:157 msgid "Add mute word for configured settings" @@ -263,7 +276,7 @@ msgid "Adult content is disabled." msgstr "" #: src/screens/Moderation/index.tsx:375 -#: src/view/screens/Settings/index.tsx:635 +#: src/view/screens/Settings/index.tsx:636 msgid "Advanced" msgstr "विकसित" @@ -285,6 +298,7 @@ msgid "ALT" msgstr "ALT" #: src/view/com/modals/EditImage.tsx:316 +#: src/view/screens/AccessibilitySettings.tsx:77 msgid "Alt text" msgstr "वैकल्पिक पाठ" @@ -292,7 +306,8 @@ msgstr "वैकल्पिक पाठ" msgid "Alt text describes images for blind and low-vision users, and helps give context to everyone." msgstr "ऑल्ट टेक्स्ट अंधा और कम दृश्य लोगों के लिए छवियों का वर्णन करता है, और हर किसी को संदर्भ देने में मदद करता है।।" -#: src/view/com/modals/VerifyEmail.tsx:124 +#: src/view/com/modals/VerifyEmail.tsx:132 +#: src/view/screens/Settings/DisableEmail2FADialog.tsx:96 msgid "An email has been sent to {0}. It includes a confirmation code which you can enter below." msgstr "{0} को ईमेल भेजा गया है। इसमें एक OTP कोड शामिल है जिसे आप नीचे दर्ज कर सकते हैं।।" @@ -300,6 +315,10 @@ msgstr "{0} को ईमेल भेजा गया है। इसमें msgid "An email has been sent to your previous address, {0}. It includes a confirmation code which you can enter below." msgstr "{0} को ईमेल भेजा गया है। इसमें एक OTP कोड शामिल है जिसे आप नीचे दर्ज कर सकते हैं।।" +#: src/components/dialogs/GifSelect.tsx:284 +msgid "An error occured" +msgstr "" + #: src/lib/moderation/useReportOptions.ts:26 msgid "An issue not included in these options" msgstr "" @@ -322,6 +341,10 @@ msgstr "और" msgid "Animals" msgstr "" +#: src/view/com/util/post-embeds/GifEmbed.tsx:134 +msgid "Animated GIF" +msgstr "" + #: src/lib/moderation/useReportOptions.ts:31 msgid "Anti-Social Behavior" msgstr "" @@ -342,7 +365,7 @@ msgstr "" msgid "App Password names must be at least 4 characters long." msgstr "" -#: src/view/screens/Settings/index.tsx:646 +#: src/view/screens/Settings/index.tsx:647 msgid "App password settings" msgstr "" @@ -350,9 +373,9 @@ msgstr "" #~ msgid "App passwords" #~ msgstr "ऐप पासवर्ड" -#: src/Navigation.tsx:251 +#: src/Navigation.tsx:252 #: src/view/screens/AppPasswords.tsx:189 -#: src/view/screens/Settings/index.tsx:655 +#: src/view/screens/Settings/index.tsx:656 msgid "App Passwords" msgstr "ऐप पासवर्ड" @@ -386,7 +409,7 @@ msgstr "" #~ msgid "Appeal this decision." #~ msgstr "" -#: src/view/screens/Settings/index.tsx:436 +#: src/view/screens/Settings/index.tsx:414 msgid "Appearance" msgstr "दिखावट" @@ -398,7 +421,7 @@ msgstr "क्या आप वाकई ऐप पासवर्ड \"{name}\" msgid "Are you sure you want to remove {0} from your feeds?" msgstr "" -#: src/view/com/composer/Composer.tsx:509 +#: src/view/com/composer/Composer.tsx:523 msgid "Are you sure you'd like to discard this draft?" msgstr "क्या आप वाकई इस ड्राफ्ट को हटाना करना चाहेंगे?" @@ -432,13 +455,13 @@ msgstr "" #: src/screens/Login/ChooseAccountForm.tsx:78 #: src/screens/Login/ForgotPasswordForm.tsx:129 #: src/screens/Login/ForgotPasswordForm.tsx:135 -#: src/screens/Login/LoginForm.tsx:221 -#: src/screens/Login/LoginForm.tsx:227 +#: src/screens/Login/LoginForm.tsx:269 +#: src/screens/Login/LoginForm.tsx:275 #: src/screens/Login/SetNewPasswordForm.tsx:160 #: src/screens/Login/SetNewPasswordForm.tsx:166 #: src/screens/Profile/Header/Shell.tsx:96 #: src/screens/Signup/index.tsx:180 -#: src/view/com/util/ViewHeader.tsx:87 +#: src/view/com/util/ViewHeader.tsx:89 msgid "Back" msgstr "वापस" @@ -451,7 +474,7 @@ msgstr "वापस" msgid "Based on your interest in {interestsText}" msgstr "" -#: src/view/screens/Settings/index.tsx:493 +#: src/view/screens/Settings/index.tsx:471 msgid "Basics" msgstr "मूल बातें" @@ -459,11 +482,11 @@ msgstr "मूल बातें" msgid "Birthday" msgstr "जन्मदिन" -#: src/view/screens/Settings/index.tsx:362 +#: src/view/screens/Settings/index.tsx:355 msgid "Birthday:" msgstr "जन्मदिन:" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:286 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:284 #: src/view/com/profile/ProfileMenu.tsx:361 msgid "Block" msgstr "" @@ -503,8 +526,8 @@ msgstr "" msgid "Blocked accounts" msgstr "ब्लॉक किए गए खाते" -#: src/Navigation.tsx:134 -#: src/view/screens/ModerationBlockedAccounts.tsx:113 +#: src/Navigation.tsx:135 +#: src/view/screens/ModerationBlockedAccounts.tsx:112 msgid "Blocked Accounts" msgstr "ब्लॉक किए गए खाते" @@ -512,7 +535,7 @@ msgstr "ब्लॉक किए गए खाते" msgid "Blocked accounts cannot reply in your threads, mention you, or otherwise interact with you." msgstr "अवरुद्ध खाते आपके थ्रेड्स में उत्तर नहीं दे सकते, आपका उल्लेख नहीं कर सकते, या अन्यथा आपके साथ बातचीत नहीं कर सकते।" -#: src/view/screens/ModerationBlockedAccounts.tsx:121 +#: src/view/screens/ModerationBlockedAccounts.tsx:120 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 "अवरुद्ध खाते आपके थ्रेड्स में उत्तर नहीं दे सकते, आपका उल्लेख नहीं कर सकते, या अन्यथा आपके साथ बातचीत नहीं कर सकते। आप उनकी सामग्री नहीं देख पाएंगे और उन्हें आपकी सामग्री देखने से रोका जाएगा।" @@ -620,7 +643,7 @@ msgstr "" msgid "by you" msgstr "" -#: src/view/com/composer/photos/OpenCameraBtn.tsx:77 +#: src/view/com/composer/photos/OpenCameraBtn.tsx:73 msgid "Camera" msgstr "कैमरा" @@ -632,8 +655,8 @@ msgstr "केवल अक्षर, संख्या, रिक्त स् #: src/components/Prompt.tsx:113 #: src/components/Prompt.tsx:115 #: src/components/TagMenu/index.tsx:268 -#: src/view/com/composer/Composer.tsx:317 -#: src/view/com/composer/Composer.tsx:322 +#: src/view/com/composer/Composer.tsx:349 +#: src/view/com/composer/Composer.tsx:354 #: src/view/com/modals/ChangeEmail.tsx:218 #: src/view/com/modals/ChangeEmail.tsx:220 #: src/view/com/modals/ChangeHandle.tsx:154 @@ -648,9 +671,9 @@ msgstr "केवल अक्षर, संख्या, रिक्त स् #: src/view/com/modals/LinkWarning.tsx:105 #: src/view/com/modals/LinkWarning.tsx:107 #: src/view/com/modals/Repost.tsx:88 -#: src/view/com/modals/VerifyEmail.tsx:247 -#: src/view/com/modals/VerifyEmail.tsx:253 -#: src/view/screens/Search/Search.tsx:865 +#: src/view/com/modals/VerifyEmail.tsx:255 +#: src/view/com/modals/VerifyEmail.tsx:261 +#: src/view/screens/Search/Search.tsx:796 #: src/view/shell/desktop/Search.tsx:239 msgid "Cancel" msgstr "कैंसिल" @@ -696,34 +719,34 @@ msgstr "खोज मत करो" msgid "Cancels opening the linked website" msgstr "" -#: src/view/com/modals/VerifyEmail.tsx:152 +#: src/view/com/modals/VerifyEmail.tsx:160 msgid "Change" msgstr "" -#: src/view/screens/Settings/index.tsx:356 +#: src/view/screens/Settings/index.tsx:349 msgctxt "action" msgid "Change" msgstr "परिवर्तन" -#: src/view/screens/Settings/index.tsx:667 +#: src/view/screens/Settings/index.tsx:668 msgid "Change handle" msgstr "हैंडल बदलें" #: src/view/com/modals/ChangeHandle.tsx:162 -#: src/view/screens/Settings/index.tsx:678 +#: src/view/screens/Settings/index.tsx:679 msgid "Change Handle" msgstr "हैंडल बदलें" -#: src/view/com/modals/VerifyEmail.tsx:147 +#: src/view/com/modals/VerifyEmail.tsx:155 msgid "Change my email" msgstr "मेरा ईमेल बदलें" -#: src/view/screens/Settings/index.tsx:718 +#: src/view/screens/Settings/index.tsx:713 msgid "Change password" msgstr "" #: src/view/com/modals/ChangePassword.tsx:141 -#: src/view/screens/Settings/index.tsx:729 +#: src/view/screens/Settings/index.tsx:724 msgid "Change Password" msgstr "" @@ -752,6 +775,10 @@ msgstr "कुछ अनुशंसित फ़ीड देखें. उन msgid "Check out some recommended users. Follow them to see similar users." msgstr "कुछ अनुशंसित उपयोगकर्ताओं की जाँच करें। ऐसे ही उपयोगकर्ता देखने के लिए उनका अनुसरण करें।" +#: src/screens/Login/LoginForm.tsx:262 +msgid "Check your email for a login code and enter it here." +msgstr "" + #: src/view/com/modals/DeleteAccount.tsx:168 msgid "Check your inbox for an email with the confirmation code to enter below:" msgstr "नीचे प्रवेश करने के लिए OTP कोड के साथ एक ईमेल के लिए अपने इनबॉक्स की जाँच करें:" @@ -789,32 +816,32 @@ msgstr "" msgid "Choose your password" msgstr "अपना पासवर्ड चुनें" -#: src/view/screens/Settings/index.tsx:832 +#: src/view/screens/Settings/index.tsx:827 msgid "Clear all legacy storage data" msgstr "" -#: src/view/screens/Settings/index.tsx:835 +#: src/view/screens/Settings/index.tsx:830 msgid "Clear all legacy storage data (restart after this)" msgstr "" -#: src/view/screens/Settings/index.tsx:844 +#: src/view/screens/Settings/index.tsx:839 msgid "Clear all storage data" msgstr "" -#: src/view/screens/Settings/index.tsx:847 +#: src/view/screens/Settings/index.tsx:842 msgid "Clear all storage data (restart after this)" msgstr "" #: src/view/com/util/forms/SearchInput.tsx:88 -#: src/view/screens/Search/Search.tsx:846 +#: src/view/screens/Search/Search.tsx:777 msgid "Clear search query" msgstr "खोज क्वेरी साफ़ करें" -#: src/view/screens/Settings/index.tsx:833 +#: src/view/screens/Settings/index.tsx:828 msgid "Clears all legacy storage data" msgstr "" -#: src/view/screens/Settings/index.tsx:845 +#: src/view/screens/Settings/index.tsx:840 msgid "Clears all storage data" msgstr "" @@ -827,20 +854,21 @@ msgid "Click here to open tag menu for {tag}" msgstr "" #: src/components/RichText.tsx:198 -msgid "Click here to open tag menu for #{tag}" -msgstr "" +#~ msgid "Click here to open tag menu for #{tag}" +#~ msgstr "" #: src/screens/Onboarding/index.tsx:35 msgid "Climate" msgstr "" +#: src/components/dialogs/GifSelect.tsx:300 #: src/view/com/modals/ChangePassword.tsx:267 #: src/view/com/modals/ChangePassword.tsx:270 msgid "Close" msgstr "" -#: src/components/Dialog/index.web.tsx:106 -#: src/components/Dialog/index.web.tsx:218 +#: src/components/Dialog/index.web.tsx:111 +#: src/components/Dialog/index.web.tsx:246 msgid "Close active dialog" msgstr "" @@ -852,6 +880,14 @@ msgstr "चेतावनी को बंद करो" msgid "Close bottom drawer" msgstr "बंद करो" +#: src/components/dialogs/GifSelect.tsx:294 +msgid "Close dialog" +msgstr "" + +#: src/components/dialogs/GifSelect.tsx:150 +msgid "Close GIF dialog" +msgstr "" + #: src/view/com/lightbox/ImageViewing/components/ImageDefaultHeader.tsx:36 msgid "Close image" msgstr "छवि बंद करें" @@ -860,7 +896,7 @@ msgstr "छवि बंद करें" msgid "Close image viewer" msgstr "छवि बंद करें" -#: src/view/shell/index.web.tsx:57 +#: src/view/shell/index.web.tsx:61 msgid "Close navigation footer" msgstr "नेविगेशन पाद बंद करें" @@ -869,7 +905,7 @@ msgstr "नेविगेशन पाद बंद करें" msgid "Close this dialog" msgstr "" -#: src/view/shell/index.web.tsx:58 +#: src/view/shell/index.web.tsx:62 msgid "Closes bottom navigation bar" msgstr "" @@ -877,7 +913,7 @@ msgstr "" msgid "Closes password update alert" msgstr "" -#: src/view/com/composer/Composer.tsx:319 +#: src/view/com/composer/Composer.tsx:351 msgid "Closes post composer and discards post draft" msgstr "" @@ -897,7 +933,7 @@ msgstr "" msgid "Comics" msgstr "" -#: src/Navigation.tsx:241 +#: src/Navigation.tsx:242 #: src/view/screens/CommunityGuidelines.tsx:32 msgid "Community Guidelines" msgstr "समुदाय दिशानिर्देश" @@ -910,7 +946,7 @@ msgstr "" msgid "Complete the challenge" msgstr "" -#: src/view/com/composer/Composer.tsx:438 +#: src/view/com/composer/Composer.tsx:469 msgid "Compose posts up to {MAX_GRAPHEME_LENGTH} characters in length" msgstr "" @@ -933,10 +969,12 @@ msgstr "" #: src/components/Prompt.tsx:153 #: src/components/Prompt.tsx:156 #: src/view/com/modals/SelfLabel.tsx:154 -#: src/view/com/modals/VerifyEmail.tsx:231 -#: src/view/com/modals/VerifyEmail.tsx:233 +#: src/view/com/modals/VerifyEmail.tsx:239 +#: src/view/com/modals/VerifyEmail.tsx:241 #: src/view/screens/PreferencesFollowingFeed.tsx:308 #: src/view/screens/PreferencesThreads.tsx:159 +#: src/view/screens/Settings/DisableEmail2FADialog.tsx:180 +#: src/view/screens/Settings/DisableEmail2FADialog.tsx:183 msgid "Confirm" msgstr "हो गया" @@ -971,10 +1009,13 @@ msgstr "" msgid "Confirm your birthdate" msgstr "" +#: src/screens/Login/LoginForm.tsx:244 #: src/view/com/modals/ChangeEmail.tsx:157 #: src/view/com/modals/DeleteAccount.tsx:175 #: src/view/com/modals/DeleteAccount.tsx:181 -#: src/view/com/modals/VerifyEmail.tsx:165 +#: 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 "OTP कोड" @@ -982,7 +1023,7 @@ msgstr "OTP कोड" #~ msgid "Confirms signing up {email} to the waitlist" #~ msgstr "" -#: src/screens/Login/LoginForm.tsx:248 +#: src/screens/Login/LoginForm.tsx:296 msgid "Connecting..." msgstr "कनेक्टिंग ..।" @@ -1075,7 +1116,7 @@ msgstr "" msgid "Copied" msgstr "कॉपी कर ली" -#: src/view/screens/Settings/index.tsx:254 +#: src/view/screens/Settings/index.tsx:243 msgid "Copied build version to clipboard" msgstr "" @@ -1111,8 +1152,8 @@ msgstr "" msgid "Copy link to list" msgstr "" -#: src/view/com/util/forms/PostDropdownBtn.tsx:236 -#: src/view/com/util/forms/PostDropdownBtn.tsx:245 +#: src/view/com/util/forms/PostDropdownBtn.tsx:240 +#: src/view/com/util/forms/PostDropdownBtn.tsx:249 msgid "Copy link to post" msgstr "" @@ -1120,12 +1161,12 @@ msgstr "" #~ msgid "Copy link to profile" #~ msgstr "" -#: src/view/com/util/forms/PostDropdownBtn.tsx:228 #: src/view/com/util/forms/PostDropdownBtn.tsx:230 +#: src/view/com/util/forms/PostDropdownBtn.tsx:232 msgid "Copy post text" msgstr "पोस्ट टेक्स्ट कॉपी करें" -#: src/Navigation.tsx:246 +#: src/Navigation.tsx:247 #: src/view/screens/CopyrightPolicy.tsx:29 msgid "Copyright Policy" msgstr "कॉपीराइट नीति" @@ -1147,7 +1188,7 @@ msgstr "सूची लोड नहीं कर सकता" msgid "Create a new account" msgstr "नया खाता बनाएं" -#: src/view/screens/Settings/index.tsx:406 +#: src/view/screens/Settings/index.tsx:399 msgid "Create a new Bluesky account" msgstr "" @@ -1186,8 +1227,8 @@ msgstr "बनाया गया {0}" #~ msgstr "" #: src/view/com/composer/Composer.tsx:469 -msgid "Creates a card with a thumbnail. The card links to {url}" -msgstr "" +#~ msgid "Creates a card with a thumbnail. The card links to {url}" +#~ msgstr "" #: src/screens/Onboarding/index.tsx:29 msgid "Culture" @@ -1207,7 +1248,7 @@ msgstr "कस्टम डोमेन" msgid "Custom feeds built by the community bring you new experiences and help you find the content you love." msgstr "" -#: src/view/screens/PreferencesExternalEmbeds.tsx:55 +#: src/view/screens/PreferencesExternalEmbeds.tsx:56 msgid "Customize media from external sites." msgstr "" @@ -1215,8 +1256,8 @@ msgstr "" #~ msgid "Danger Zone" #~ msgstr "खतरा क्षेत्र" -#: src/view/screens/Settings/index.tsx:455 -#: src/view/screens/Settings/index.tsx:481 +#: src/view/screens/Settings/index.tsx:433 +#: src/view/screens/Settings/index.tsx:459 msgid "Dark" msgstr "डार्क मोड" @@ -1224,7 +1265,7 @@ msgstr "डार्क मोड" msgid "Dark mode" msgstr "" -#: src/view/screens/Settings/index.tsx:468 +#: src/view/screens/Settings/index.tsx:446 msgid "Dark Theme" msgstr "" @@ -1232,7 +1273,7 @@ msgstr "" msgid "Date of birth" msgstr "" -#: src/view/screens/Settings/index.tsx:805 +#: src/view/screens/Settings/index.tsx:800 msgid "Debug Moderation" msgstr "" @@ -1240,13 +1281,13 @@ msgstr "" msgid "Debug panel" msgstr "" -#: src/view/com/util/forms/PostDropdownBtn.tsx:341 +#: src/view/com/util/forms/PostDropdownBtn.tsx:345 #: src/view/screens/AppPasswords.tsx:268 #: src/view/screens/ProfileList.tsx:615 msgid "Delete" msgstr "" -#: src/view/screens/Settings/index.tsx:760 +#: src/view/screens/Settings/index.tsx:755 msgid "Delete account" msgstr "खाता हटाएं" @@ -1274,12 +1315,12 @@ msgstr "मेरा खाता हटाएं" #~ msgid "Delete my account…" #~ msgstr "मेरा खाता हटाएं…" -#: src/view/screens/Settings/index.tsx:772 +#: src/view/screens/Settings/index.tsx:767 msgid "Delete My Account…" msgstr "" -#: src/view/com/util/forms/PostDropdownBtn.tsx:322 -#: src/view/com/util/forms/PostDropdownBtn.tsx:324 +#: src/view/com/util/forms/PostDropdownBtn.tsx:326 +#: src/view/com/util/forms/PostDropdownBtn.tsx:328 msgid "Delete post" msgstr "पोस्ट को हटाएं" @@ -1287,7 +1328,7 @@ msgstr "पोस्ट को हटाएं" msgid "Delete this list?" msgstr "" -#: src/view/com/util/forms/PostDropdownBtn.tsx:336 +#: src/view/com/util/forms/PostDropdownBtn.tsx:340 msgid "Delete this post?" msgstr "इस पोस्ट को डीलीट करें?" @@ -1310,21 +1351,33 @@ msgstr "विवरण" #~ msgid "Developer Tools" #~ msgstr "डेवलपर उपकरण" -#: src/view/com/composer/Composer.tsx:218 +#: src/view/com/composer/Composer.tsx:228 msgid "Did you want to say anything?" msgstr "" -#: src/view/screens/Settings/index.tsx:474 +#: src/view/screens/Settings/index.tsx:452 msgid "Dim" msgstr "" -#: src/view/screens/Settings/index.tsx:697 -msgid "Disable haptics" +#: src/view/screens/AccessibilitySettings.tsx:94 +msgid "Disable autoplay for GIFs" +msgstr "" + +#: src/view/screens/Settings/DisableEmail2FADialog.tsx:90 +msgid "Disable Email 2FA" +msgstr "" + +#: src/view/screens/AccessibilitySettings.tsx:108 +msgid "Disable haptic feedback" msgstr "" #: src/view/screens/Settings/index.tsx:697 -msgid "Disable vibrations" -msgstr "" +#~ msgid "Disable haptics" +#~ msgstr "" + +#: src/view/screens/Settings/index.tsx:697 +#~ msgid "Disable vibrations" +#~ msgstr "" #: src/lib/moderation/useLabelBehaviorDescription.ts:32 #: src/lib/moderation/useLabelBehaviorDescription.ts:42 @@ -1333,7 +1386,7 @@ msgstr "" msgid "Disabled" msgstr "" -#: src/view/com/composer/Composer.tsx:511 +#: src/view/com/composer/Composer.tsx:525 msgid "Discard" msgstr "" @@ -1341,7 +1394,7 @@ msgstr "" #~ msgid "Discard draft" #~ msgstr "ड्राफ्ट हटाएं" -#: src/view/com/composer/Composer.tsx:508 +#: src/view/com/composer/Composer.tsx:522 msgid "Discard draft?" msgstr "" @@ -1443,7 +1496,7 @@ msgstr "खत्म {extraText}" msgid "Download CAR file" msgstr "" -#: src/view/com/composer/text-input/TextInput.web.tsx:249 +#: src/view/com/composer/text-input/TextInput.web.tsx:270 msgid "Drop to add images" msgstr "" @@ -1514,7 +1567,7 @@ msgstr "सूची विवरण संपादित करें" msgid "Edit Moderation List" msgstr "" -#: src/Navigation.tsx:256 +#: src/Navigation.tsx:257 #: src/view/screens/Feeds.tsx:459 #: src/view/screens/SavedFeeds.tsx:85 msgid "Edit My Feeds" @@ -1525,12 +1578,12 @@ msgid "Edit my profile" msgstr "मेरी प्रोफ़ाइल संपादित करें" #: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:178 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:168 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:166 msgid "Edit profile" msgstr "मेरी प्रोफ़ाइल संपादित करें" #: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:181 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:171 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:169 msgid "Edit Profile" msgstr "मेरी प्रोफ़ाइल संपादित करें" @@ -1560,6 +1613,10 @@ msgstr "" msgid "Email" msgstr "ईमेल" +#: src/view/screens/Settings/DisableEmail2FADialog.tsx:64 +msgid "Email 2FA disabled" +msgstr "" + #: src/screens/Login/ForgotPasswordForm.tsx:99 msgid "Email address" msgstr "ईमेल" @@ -1573,11 +1630,11 @@ msgstr "" msgid "Email Updated" msgstr "ईमेल अपडेट किया गया" -#: src/view/com/modals/VerifyEmail.tsx:78 +#: src/view/com/modals/VerifyEmail.tsx:85 msgid "Email verified" msgstr "" -#: src/view/screens/Settings/index.tsx:334 +#: src/view/screens/Settings/index.tsx:327 msgid "Email:" msgstr "ईमेल:" @@ -1586,8 +1643,8 @@ msgid "Embed HTML code" msgstr "" #: src/components/dialogs/Embed.tsx:97 -#: src/view/com/util/forms/PostDropdownBtn.tsx:253 -#: src/view/com/util/forms/PostDropdownBtn.tsx:255 +#: src/view/com/util/forms/PostDropdownBtn.tsx:257 +#: src/view/com/util/forms/PostDropdownBtn.tsx:259 msgid "Embed post" msgstr "" @@ -1621,7 +1678,7 @@ msgstr "" #~ msgid "Enable External Media" #~ msgstr "" -#: src/view/screens/PreferencesExternalEmbeds.tsx:75 +#: src/view/screens/PreferencesExternalEmbeds.tsx:76 msgid "Enable media players for" msgstr "" @@ -1654,7 +1711,7 @@ msgstr "" msgid "Enter a word or tag" msgstr "" -#: src/view/com/modals/VerifyEmail.tsx:105 +#: src/view/com/modals/VerifyEmail.tsx:113 msgid "Enter Confirmation Code" msgstr "" @@ -1757,12 +1814,12 @@ msgstr "" msgid "Explicit sexual images." msgstr "" -#: src/view/screens/Settings/index.tsx:741 +#: src/view/screens/Settings/index.tsx:736 msgid "Export my data" msgstr "" #: src/view/screens/Settings/ExportCarDialog.tsx:44 -#: src/view/screens/Settings/index.tsx:752 +#: src/view/screens/Settings/index.tsx:747 msgid "Export My Data" msgstr "" @@ -1772,17 +1829,17 @@ msgid "External Media" msgstr "" #: src/components/dialogs/EmbedConsent.tsx:71 -#: src/view/screens/PreferencesExternalEmbeds.tsx:66 +#: 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 "" -#: src/Navigation.tsx:275 -#: src/view/screens/PreferencesExternalEmbeds.tsx:52 -#: src/view/screens/Settings/index.tsx:628 +#: src/Navigation.tsx:276 +#: src/view/screens/PreferencesExternalEmbeds.tsx:53 +#: src/view/screens/Settings/index.tsx:629 msgid "External Media Preferences" msgstr "" -#: src/view/screens/Settings/index.tsx:619 +#: src/view/screens/Settings/index.tsx:620 msgid "External media settings" msgstr "" @@ -1799,6 +1856,10 @@ msgstr "" msgid "Failed to delete post, please try again" msgstr "" +#: src/components/dialogs/GifSelect.tsx:200 +msgid "Failed to load GIFs" +msgstr "" + #: src/view/com/auth/onboarding/RecommendedFeeds.tsx:110 #: src/view/com/auth/onboarding/RecommendedFeeds.tsx:143 msgid "Failed to load recommended feeds" @@ -1808,7 +1869,7 @@ msgstr "अनुशंसित फ़ीड लोड करने में msgid "Failed to save image: {0}" msgstr "" -#: src/Navigation.tsx:196 +#: src/Navigation.tsx:197 msgid "Feed" msgstr "" @@ -1829,10 +1890,10 @@ msgstr "फ़ीड ऑफ़लाइन है" msgid "Feedback" msgstr "प्रतिक्रिया" -#: src/Navigation.tsx:456 +#: src/Navigation.tsx:465 #: src/view/screens/Feeds.tsx:444 #: src/view/screens/Feeds.tsx:549 -#: src/view/screens/Profile.tsx:199 +#: src/view/screens/Profile.tsx:198 #: src/view/shell/bottom-bar/BottomBar.tsx:192 #: src/view/shell/desktop/LeftNav.tsx:346 #: src/view/shell/Drawer.tsx:485 @@ -1878,13 +1939,17 @@ msgstr "" msgid "Find accounts to follow" msgstr "" -#: src/view/screens/Search/Search.tsx:589 -msgid "Find users on Bluesky" +#: src/view/screens/Search/Search.tsx:521 +msgid "Find posts and users on Bluesky" msgstr "" +#: src/view/screens/Search/Search.tsx:589 +#~ msgid "Find users on Bluesky" +#~ msgstr "" + #: src/view/screens/Search/Search.tsx:587 -msgid "Find users with the search tool on the right" -msgstr "" +#~ msgid "Find users with the search tool on the right" +#~ msgstr "" #: src/view/com/auth/onboarding/RecommendedFollowsItem.tsx:155 msgid "Finding similar accounts..." @@ -1920,7 +1985,7 @@ msgid "Flip vertically" msgstr "" #: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:189 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:235 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:233 #: src/view/com/auth/onboarding/RecommendedFollowsItem.tsx:141 #: src/view/com/post-thread/PostThreadFollowBtn.tsx:146 #: src/view/com/profile/ProfileHeaderSuggestedFollows.tsx:248 @@ -1933,7 +1998,7 @@ msgid "Follow" msgstr "" #: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:58 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:221 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:219 #: src/view/com/post-thread/PostThreadFollowBtn.tsx:128 msgid "Follow {0}" msgstr "" @@ -1959,7 +2024,7 @@ msgstr "" msgid "Follow some users to get started. We can recommend you more users based on who you find interesting." msgstr "आरंभ करने के लिए कुछ उपयोगकर्ताओं का अनुसरण करें. आपको कौन दिलचस्प लगता है, इसके आधार पर हम आपको और अधिक उपयोगकर्ताओं की अनुशंसा कर सकते हैं।" -#: src/view/com/profile/ProfileCard.tsx:219 +#: src/view/com/profile/ProfileCard.tsx:231 msgid "Followed by {0}" msgstr "" @@ -1980,26 +2045,26 @@ msgstr "" msgid "Followers" msgstr "यह यूजर आपका फ़ोलो करता है" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:233 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:231 #: src/view/com/post-thread/PostThreadFollowBtn.tsx:149 #: src/view/com/profile/ProfileFollows.tsx:104 #: src/view/screens/ProfileFollows.tsx:25 msgid "Following" msgstr "फोल्लोविंग" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:93 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:91 msgid "Following {0}" msgstr "" -#: src/view/screens/Settings/index.tsx:504 +#: src/view/screens/Settings/index.tsx:505 msgid "Following feed preferences" msgstr "" -#: src/Navigation.tsx:262 +#: src/Navigation.tsx:263 #: src/view/com/home/HomeHeaderLayout.web.tsx:54 #: src/view/com/home/HomeHeaderLayoutMobile.tsx:87 #: src/view/screens/PreferencesFollowingFeed.tsx:104 -#: src/view/screens/Settings/index.tsx:513 +#: src/view/screens/Settings/index.tsx:514 msgid "Following Feed Preferences" msgstr "" @@ -2007,7 +2072,7 @@ msgstr "" msgid "Follows you" msgstr "यह यूजर आपका फ़ोलो करता है" -#: src/view/com/profile/ProfileCard.tsx:144 +#: src/view/com/profile/ProfileCard.tsx:156 msgid "Follows You" msgstr "" @@ -2036,11 +2101,11 @@ msgstr "सुरक्षा कारणों के लिए, आप इस msgid "Forgot Password" msgstr "पासवर्ड भूल गए" -#: src/screens/Login/LoginForm.tsx:201 +#: src/screens/Login/LoginForm.tsx:218 msgid "Forgot password?" msgstr "" -#: src/screens/Login/LoginForm.tsx:212 +#: src/screens/Login/LoginForm.tsx:229 msgid "Forgot?" msgstr "" @@ -2048,8 +2113,7 @@ msgstr "" msgid "Frequently Posts Unwanted Content" msgstr "" -#: src/screens/Hashtag.tsx:109 -#: src/screens/Hashtag.tsx:149 +#: src/screens/Hashtag.tsx:118 msgid "From @{sanitizedAuthor}" msgstr "" @@ -2058,12 +2122,12 @@ msgctxt "from-feed" msgid "From <0/>" msgstr "" -#: src/view/com/composer/photos/SelectPhotoBtn.tsx:43 +#: src/view/com/composer/photos/SelectPhotoBtn.tsx:39 msgid "Gallery" msgstr "गैलरी" -#: src/view/com/modals/VerifyEmail.tsx:189 -#: src/view/com/modals/VerifyEmail.tsx:191 +#: src/view/com/modals/VerifyEmail.tsx:197 +#: src/view/com/modals/VerifyEmail.tsx:199 msgid "Get Started" msgstr "प्रारंभ करें" @@ -2082,7 +2146,7 @@ msgstr "" msgid "Go back" msgstr "वापस जाओ" -#: src/components/Error.tsx:91 +#: src/components/Error.tsx:100 #: src/screens/Profile/ErrorState.tsx:62 #: src/screens/Profile/ErrorState.tsx:66 #: src/view/screens/NotFound.tsx:54 @@ -2107,7 +2171,7 @@ msgstr "" msgid "Go Home" msgstr "" -#: src/view/screens/Search/Search.tsx:896 +#: src/view/screens/Search/Search.tsx:827 #: src/view/shell/desktop/Search.tsx:263 msgid "Go to @{queryMaybeHandle}" msgstr "" @@ -2125,11 +2189,15 @@ msgstr "" msgid "Handle" msgstr "हैंडल" +#: src/view/screens/AccessibilitySettings.tsx:103 +msgid "Haptics" +msgstr "" + #: src/lib/moderation/useReportOptions.ts:32 msgid "Harassment, trolling, or intolerance" msgstr "" -#: src/Navigation.tsx:282 +#: src/Navigation.tsx:291 msgid "Hashtag" msgstr "" @@ -2137,7 +2205,7 @@ msgstr "" #~ msgid "Hashtag: {tag}" #~ msgstr "" -#: src/components/RichText.tsx:197 +#: src/components/RichText.tsx:206 msgid "Hashtag: #{tag}" msgstr "" @@ -2175,7 +2243,7 @@ msgstr "यहां आपका ऐप पासवर्ड है." #: src/lib/moderation/useLabelBehaviorDescription.ts:30 #: src/screens/Onboarding/StepModeration/ModerationOption.tsx:52 #: src/screens/Onboarding/StepModeration/ModerationOption.tsx:76 -#: src/view/com/util/forms/PostDropdownBtn.tsx:350 +#: src/view/com/util/forms/PostDropdownBtn.tsx:354 msgid "Hide" msgstr "इसे छिपाएं" @@ -2184,8 +2252,8 @@ msgctxt "action" msgid "Hide" msgstr "" -#: src/view/com/util/forms/PostDropdownBtn.tsx:294 -#: src/view/com/util/forms/PostDropdownBtn.tsx:296 +#: src/view/com/util/forms/PostDropdownBtn.tsx:298 +#: src/view/com/util/forms/PostDropdownBtn.tsx:300 msgid "Hide post" msgstr "" @@ -2194,7 +2262,7 @@ msgstr "" msgid "Hide the content" msgstr "" -#: src/view/com/util/forms/PostDropdownBtn.tsx:347 +#: src/view/com/util/forms/PostDropdownBtn.tsx:351 msgid "Hide this post?" msgstr "" @@ -2234,7 +2302,7 @@ msgstr "" msgid "Hmmmm, we couldn't load that moderation service." msgstr "" -#: src/Navigation.tsx:446 +#: src/Navigation.tsx:455 #: src/view/shell/bottom-bar/BottomBar.tsx:148 #: src/view/shell/desktop/LeftNav.tsx:310 #: src/view/shell/Drawer.tsx:407 @@ -2254,7 +2322,7 @@ msgid "Host:" msgstr "" #: src/screens/Login/ForgotPasswordForm.tsx:89 -#: src/screens/Login/LoginForm.tsx:134 +#: src/screens/Login/LoginForm.tsx:151 #: src/screens/Signup/StepInfo/index.tsx:40 #: src/view/com/modals/ChangeHandle.tsx:281 msgid "Hosting provider" @@ -2264,11 +2332,13 @@ msgstr "होस्टिंग प्रदाता" msgid "How should we open this link?" msgstr "" -#: src/view/com/modals/VerifyEmail.tsx:214 +#: 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 "मेरे पास एक OTP कोड है" -#: src/view/com/modals/VerifyEmail.tsx:216 +#: src/view/com/modals/VerifyEmail.tsx:224 msgid "I have a confirmation code" msgstr "" @@ -2292,7 +2362,7 @@ msgstr "" msgid "If you delete this list, you won't be able to recover it." msgstr "" -#: src/view/com/util/forms/PostDropdownBtn.tsx:338 +#: src/view/com/util/forms/PostDropdownBtn.tsx:342 msgid "If you remove this post, you won't be able to recover it." msgstr "" @@ -2353,11 +2423,15 @@ msgstr "" #~ msgid "Input phone number for SMS verification" #~ msgstr "" -#: src/screens/Login/LoginForm.tsx:195 +#: src/screens/Login/LoginForm.tsx:257 +msgid "Input the code which has been emailed to you" +msgstr "" + +#: src/screens/Login/LoginForm.tsx:212 msgid "Input the password tied to {identifier}" msgstr "" -#: src/screens/Login/LoginForm.tsx:168 +#: src/screens/Login/LoginForm.tsx:185 msgid "Input the username or email address you used at signup" msgstr "" @@ -2369,7 +2443,7 @@ msgstr "" #~ msgid "Input your email to get on the Bluesky waitlist" #~ msgstr "" -#: src/screens/Login/LoginForm.tsx:194 +#: src/screens/Login/LoginForm.tsx:211 msgid "Input your password" msgstr "" @@ -2381,11 +2455,16 @@ msgstr "" msgid "Input your user handle" msgstr "" -#: src/view/com/post-thread/PostThreadItem.tsx:221 +#: src/screens/Login/LoginForm.tsx:126 +#: src/view/screens/Settings/DisableEmail2FADialog.tsx:70 +msgid "Invalid 2FA confirmation code." +msgstr "" + +#: src/view/com/post-thread/PostThreadItem.tsx:222 msgid "Invalid or unsupported post record" msgstr "" -#: src/screens/Login/LoginForm.tsx:114 +#: src/screens/Login/LoginForm.tsx:131 msgid "Invalid username or password" msgstr "अवैध उपयोगकर्ता नाम या पासवर्ड" @@ -2454,7 +2533,7 @@ msgstr "" msgid "Labeled by the author." msgstr "" -#: src/view/screens/Profile.tsx:193 +#: src/view/screens/Profile.tsx:192 msgid "Labels" msgstr "" @@ -2478,16 +2557,16 @@ msgstr "" msgid "Language selection" msgstr "अपनी भाषा चुने" -#: src/view/screens/Settings/index.tsx:565 +#: src/view/screens/Settings/index.tsx:566 msgid "Language settings" msgstr "" -#: src/Navigation.tsx:144 +#: src/Navigation.tsx:145 #: src/view/screens/LanguageSettings.tsx:89 msgid "Language Settings" msgstr "भाषा सेटिंग्स" -#: src/view/screens/Settings/index.tsx:574 +#: src/view/screens/Settings/index.tsx:575 msgid "Languages" msgstr "भाषा" @@ -2495,7 +2574,8 @@ msgstr "भाषा" #~ msgid "Last step!" #~ msgstr "" -#: src/view/screens/Search/Search.tsx:437 +#: src/screens/Hashtag.tsx:99 +#: src/view/screens/Search/Search.tsx:428 msgid "Latest" msgstr "" @@ -2537,7 +2617,7 @@ msgstr "लीविंग Bluesky" msgid "left to go." msgstr "" -#: src/view/screens/Settings/index.tsx:299 +#: src/view/screens/Settings/index.tsx:292 msgid "Legacy storage cleared, you need to restart the app now." msgstr "" @@ -2555,7 +2635,7 @@ msgstr "" #~ msgid "Library" #~ msgstr "चित्र पुस्तकालय" -#: src/view/screens/Settings/index.tsx:449 +#: src/view/screens/Settings/index.tsx:427 msgid "Light" msgstr "लाइट मोड" @@ -2569,8 +2649,8 @@ msgid "Like this feed" msgstr "इस फ़ीड को लाइक करो" #: src/components/LikesDialog.tsx:87 -#: src/Navigation.tsx:201 -#: src/Navigation.tsx:206 +#: src/Navigation.tsx:202 +#: src/Navigation.tsx:207 msgid "Liked by" msgstr "इन यूजर ने लाइक किया है" @@ -2602,15 +2682,15 @@ msgstr "" msgid "liked your post" msgstr "" -#: src/view/screens/Profile.tsx:198 +#: src/view/screens/Profile.tsx:197 msgid "Likes" msgstr "" -#: src/view/com/post-thread/PostThreadItem.tsx:182 +#: src/view/com/post-thread/PostThreadItem.tsx:183 msgid "Likes on this post" msgstr "" -#: src/Navigation.tsx:170 +#: src/Navigation.tsx:171 msgid "List" msgstr "" @@ -2646,9 +2726,9 @@ msgstr "" msgid "List unmuted" msgstr "" -#: src/Navigation.tsx:114 -#: src/view/screens/Profile.tsx:194 -#: src/view/screens/Profile.tsx:200 +#: src/Navigation.tsx:115 +#: src/view/screens/Profile.tsx:193 +#: src/view/screens/Profile.tsx:199 #: src/view/shell/desktop/LeftNav.tsx:383 #: src/view/shell/Drawer.tsx:501 #: src/view/shell/Drawer.tsx:502 @@ -2665,7 +2745,7 @@ msgid "Load new notifications" msgstr "नई सूचनाएं लोड करें" #: src/screens/Profile/Sections/Feed.tsx:86 -#: src/view/com/feeds/FeedPage.tsx:138 +#: src/view/com/feeds/FeedPage.tsx:134 #: src/view/screens/ProfileFeed.tsx:507 #: src/view/screens/ProfileList.tsx:697 msgid "Load new posts" @@ -2679,7 +2759,7 @@ msgstr "" #~ msgid "Local dev server" #~ msgstr "स्थानीय देव सर्वर" -#: src/Navigation.tsx:221 +#: src/Navigation.tsx:222 msgid "Log" msgstr "" @@ -2698,6 +2778,10 @@ msgstr "" msgid "Login to account that is not listed" msgstr "उस खाते में लॉग इन करें जो सूचीबद्ध नहीं है" +#: src/components/RichText.tsx:207 +msgid "Long press to open tag menu for #{tag}" +msgstr "" + #: src/screens/Login/SetNewPasswordForm.tsx:116 msgid "Looks like XXXXX-XXXXX" msgstr "" @@ -2718,7 +2802,8 @@ msgstr "" #~ msgid "May only contain letters and numbers" #~ msgstr "" -#: src/view/screens/Profile.tsx:197 +#: src/view/screens/AccessibilitySettings.tsx:89 +#: src/view/screens/Profile.tsx:196 msgid "Media" msgstr "" @@ -2730,8 +2815,8 @@ msgstr "" msgid "Mentioned users" msgstr "" -#: src/view/com/util/ViewHeader.tsx:87 -#: src/view/screens/Search/Search.tsx:795 +#: src/view/com/util/ViewHeader.tsx:89 +#: src/view/screens/Search/Search.tsx:726 msgid "Menu" msgstr "मेनू" @@ -2743,9 +2828,9 @@ msgstr "" msgid "Misleading Account" msgstr "" -#: src/Navigation.tsx:119 +#: src/Navigation.tsx:120 #: src/screens/Moderation/index.tsx:104 -#: src/view/screens/Settings/index.tsx:596 +#: src/view/screens/Settings/index.tsx:597 #: src/view/shell/desktop/LeftNav.tsx:401 #: src/view/shell/Drawer.tsx:520 #: src/view/shell/Drawer.tsx:521 @@ -2783,16 +2868,16 @@ msgstr "" msgid "Moderation lists" msgstr "मॉडरेशन सूचियाँ" -#: src/Navigation.tsx:124 +#: src/Navigation.tsx:125 #: src/view/screens/ModerationModlists.tsx:58 msgid "Moderation Lists" msgstr "" -#: src/view/screens/Settings/index.tsx:590 +#: src/view/screens/Settings/index.tsx:591 msgid "Moderation settings" msgstr "" -#: src/Navigation.tsx:216 +#: src/Navigation.tsx:217 msgid "Moderation states" msgstr "" @@ -2805,7 +2890,7 @@ msgstr "" msgid "Moderator has chosen to set a general warning on the content." msgstr "" -#: src/view/com/post-thread/PostThreadItem.tsx:535 +#: src/view/com/post-thread/PostThreadItem.tsx:541 msgid "More" msgstr "" @@ -2883,13 +2968,13 @@ msgstr "" msgid "Mute this word in tags only" msgstr "" -#: src/view/com/util/forms/PostDropdownBtn.tsx:269 -#: src/view/com/util/forms/PostDropdownBtn.tsx:275 +#: src/view/com/util/forms/PostDropdownBtn.tsx:273 +#: src/view/com/util/forms/PostDropdownBtn.tsx:279 msgid "Mute thread" msgstr "थ्रेड म्यूट करें" -#: src/view/com/util/forms/PostDropdownBtn.tsx:285 -#: src/view/com/util/forms/PostDropdownBtn.tsx:287 +#: src/view/com/util/forms/PostDropdownBtn.tsx:289 +#: src/view/com/util/forms/PostDropdownBtn.tsx:291 msgid "Mute words & tags" msgstr "" @@ -2901,7 +2986,7 @@ msgstr "" msgid "Muted accounts" msgstr "म्यूट किए गए खाते" -#: src/Navigation.tsx:129 +#: src/Navigation.tsx:130 #: src/view/screens/ModerationMutedAccounts.tsx:112 msgid "Muted Accounts" msgstr "म्यूट किए गए खाते" @@ -2935,11 +3020,11 @@ msgstr "मेरी फ़ीड" msgid "My Profile" msgstr "मेरी प्रोफाइल" -#: src/view/screens/Settings/index.tsx:547 +#: src/view/screens/Settings/index.tsx:548 msgid "My saved feeds" msgstr "" -#: src/view/screens/Settings/index.tsx:553 +#: src/view/screens/Settings/index.tsx:554 msgid "My Saved Feeds" msgstr "मेरी फ़ीड" @@ -2967,7 +3052,7 @@ msgid "Nature" msgstr "" #: src/screens/Login/ForgotPasswordForm.tsx:173 -#: src/screens/Login/LoginForm.tsx:255 +#: src/screens/Login/LoginForm.tsx:303 #: src/view/com/modals/ChangePassword.tsx:168 msgid "Navigates to the next screen" msgstr "" @@ -3023,14 +3108,14 @@ msgstr "" msgid "New Password" msgstr "" -#: src/view/com/feeds/FeedPage.tsx:149 +#: src/view/com/feeds/FeedPage.tsx:145 msgctxt "action" msgid "New post" msgstr "" #: src/view/screens/Feeds.tsx:580 #: src/view/screens/Notifications.tsx:168 -#: src/view/screens/Profile.tsx:480 +#: src/view/screens/Profile.tsx:465 #: src/view/screens/ProfileFeed.tsx:445 #: src/view/screens/ProfileList.tsx:200 #: src/view/screens/ProfileList.tsx:228 @@ -3057,8 +3142,8 @@ msgstr "" #: src/screens/Login/ForgotPasswordForm.tsx:143 #: src/screens/Login/ForgotPasswordForm.tsx:150 -#: src/screens/Login/LoginForm.tsx:254 -#: src/screens/Login/LoginForm.tsx:261 +#: src/screens/Login/LoginForm.tsx:302 +#: src/screens/Login/LoginForm.tsx:309 #: src/screens/Login/SetNewPasswordForm.tsx:174 #: src/screens/Login/SetNewPasswordForm.tsx:180 #: src/screens/Signup/index.tsx:207 @@ -3095,7 +3180,11 @@ msgstr "कोई विवरण नहीं" msgid "No DNS Panel" msgstr "" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:118 +#: src/components/dialogs/GifSelect.tsx:206 +msgid "No featured GIFs found. There may be an issue with Tenor." +msgstr "" + +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:116 msgid "No longer following {0}" msgstr "" @@ -3112,7 +3201,7 @@ msgstr "" msgid "No result" msgstr "" -#: src/components/Lists.tsx:183 +#: src/components/Lists.tsx:192 msgid "No results found" msgstr "" @@ -3121,11 +3210,15 @@ msgid "No results found for \"{query}\"" msgstr "\"{query}\" के लिए कोई परिणाम नहीं मिला" #: src/view/com/modals/ListAddRemoveUsers.tsx:127 -#: src/view/screens/Search/Search.tsx:349 -#: src/view/screens/Search/Search.tsx:387 +#: src/view/screens/Search/Search.tsx:350 +#: src/view/screens/Search/Search.tsx:388 msgid "No results found for {query}" msgstr "{query} के लिए कोई परिणाम नहीं मिला\"" +#: src/components/dialogs/GifSelect.tsx:204 +msgid "No search results found for \"{search}\"." +msgstr "" + #: src/components/dialogs/EmbedConsent.tsx:105 #: src/components/dialogs/EmbedConsent.tsx:112 msgid "No thanks" @@ -3148,18 +3241,18 @@ msgstr "" msgid "Not Applicable." msgstr "लागू नहीं।" -#: src/Navigation.tsx:109 +#: src/Navigation.tsx:110 #: src/view/screens/Profile.tsx:101 msgid "Not Found" msgstr "" -#: src/view/com/modals/VerifyEmail.tsx:246 -#: src/view/com/modals/VerifyEmail.tsx:252 +#: src/view/com/modals/VerifyEmail.tsx:254 +#: src/view/com/modals/VerifyEmail.tsx:260 msgid "Not right now" msgstr "" #: src/view/com/profile/ProfileMenu.tsx:368 -#: src/view/com/util/forms/PostDropdownBtn.tsx:364 +#: src/view/com/util/forms/PostDropdownBtn.tsx:368 #: src/view/com/util/post-ctrls/PostCtrls.tsx:248 msgid "Note about sharing" msgstr "" @@ -3168,7 +3261,7 @@ msgstr "" msgid "Note: Bluesky is an open and public network. This setting only limits the visibility of your content on the Bluesky app and website, and other apps may not respect this setting. Your content may still be shown to logged-out users by other apps and websites." msgstr "" -#: src/Navigation.tsx:461 +#: src/Navigation.tsx:470 #: src/view/screens/Notifications.tsx:124 #: src/view/screens/Notifications.tsx:148 #: src/view/shell/bottom-bar/BottomBar.tsx:216 @@ -3198,7 +3291,8 @@ msgstr "" msgid "Off" msgstr "" -#: src/view/com/util/ErrorBoundary.tsx:49 +#: src/components/dialogs/GifSelect.tsx:287 +#: src/view/com/util/ErrorBoundary.tsx:55 msgid "Oh no!" msgstr "अरे नहीं!" @@ -3219,11 +3313,11 @@ msgstr "ठीक है" msgid "Oldest replies first" msgstr "" -#: src/view/screens/Settings/index.tsx:247 +#: src/view/screens/Settings/index.tsx:236 msgid "Onboarding reset" msgstr "" -#: src/view/com/composer/Composer.tsx:392 +#: src/view/com/composer/Composer.tsx:424 msgid "One or more images is missing alt text." msgstr "एक या अधिक छवियाँ alt पाठ याद आती हैं।।" @@ -3235,11 +3329,11 @@ msgstr "" msgid "Only contains letters, numbers, and hyphens" msgstr "" -#: src/components/Lists.tsx:75 +#: src/components/Lists.tsx:78 msgid "Oops, something went wrong!" msgstr "" -#: src/components/Lists.tsx:170 +#: src/components/Lists.tsx:177 #: src/view/screens/AppPasswords.tsx:67 #: src/view/screens/Profile.tsx:101 msgid "Oops!" @@ -3253,8 +3347,8 @@ msgstr "" #~ msgid "Open content filtering settings" #~ msgstr "" -#: src/view/com/composer/Composer.tsx:491 -#: src/view/com/composer/Composer.tsx:492 +#: src/view/com/composer/Composer.tsx:505 +#: src/view/com/composer/Composer.tsx:506 msgid "Open emoji picker" msgstr "" @@ -3262,7 +3356,7 @@ msgstr "" msgid "Open feed options menu" msgstr "" -#: src/view/screens/Settings/index.tsx:685 +#: src/view/screens/Settings/index.tsx:686 msgid "Open links with in-app browser" msgstr "" @@ -3282,12 +3376,12 @@ msgstr "ओपन नेविगेशन" msgid "Open post options menu" msgstr "" -#: src/view/screens/Settings/index.tsx:792 -#: src/view/screens/Settings/index.tsx:802 +#: src/view/screens/Settings/index.tsx:787 +#: src/view/screens/Settings/index.tsx:797 msgid "Open storybook page" msgstr "" -#: src/view/screens/Settings/index.tsx:780 +#: src/view/screens/Settings/index.tsx:775 msgid "Open system log" msgstr "" @@ -3295,6 +3389,10 @@ msgstr "" msgid "Opens {numItems} options" msgstr "" +#: src/view/screens/Settings/index.tsx:485 +msgid "Opens accessibility settings" +msgstr "" + #: src/view/screens/Log.tsx:54 msgid "Opens additional details for a debug entry" msgstr "" @@ -3303,7 +3401,7 @@ msgstr "" msgid "Opens an expanded list of users in this notification" msgstr "" -#: src/view/com/composer/photos/OpenCameraBtn.tsx:78 +#: src/view/com/composer/photos/OpenCameraBtn.tsx:74 msgid "Opens camera on device" msgstr "" @@ -3311,11 +3409,11 @@ msgstr "" msgid "Opens composer" msgstr "" -#: src/view/screens/Settings/index.tsx:566 +#: src/view/screens/Settings/index.tsx:567 msgid "Opens configurable language settings" msgstr "भाषा सेटिंग्स खोलें" -#: src/view/com/composer/photos/SelectPhotoBtn.tsx:44 +#: src/view/com/composer/photos/SelectPhotoBtn.tsx:40 msgid "Opens device photo gallery" msgstr "" @@ -3323,7 +3421,7 @@ msgstr "" #~ msgid "Opens editor for profile display name, avatar, background image, and description" #~ msgstr "" -#: src/view/screens/Settings/index.tsx:620 +#: src/view/screens/Settings/index.tsx:621 msgid "Opens external embeds settings" msgstr "" @@ -3345,6 +3443,10 @@ msgstr "" #~ msgid "Opens following list" #~ msgstr "" +#: src/view/com/composer/photos/SelectGifBtn.tsx:37 +msgid "Opens GIF select dialog" +msgstr "" + #: src/view/screens/Settings.tsx:412 #~ msgid "Opens invite code list" #~ msgstr "" @@ -3353,7 +3455,7 @@ msgstr "" msgid "Opens list of invite codes" msgstr "" -#: src/view/screens/Settings/index.tsx:762 +#: src/view/screens/Settings/index.tsx:757 msgid "Opens modal for account deletion confirmation. Requires email code" msgstr "" @@ -3361,19 +3463,19 @@ msgstr "" #~ msgid "Opens modal for account deletion confirmation. Requires email code." #~ msgstr "" -#: src/view/screens/Settings/index.tsx:720 +#: src/view/screens/Settings/index.tsx:715 msgid "Opens modal for changing your Bluesky password" msgstr "" -#: src/view/screens/Settings/index.tsx:669 +#: src/view/screens/Settings/index.tsx:670 msgid "Opens modal for choosing a new Bluesky handle" msgstr "" -#: src/view/screens/Settings/index.tsx:743 +#: src/view/screens/Settings/index.tsx:738 msgid "Opens modal for downloading your Bluesky account data (repository)" msgstr "" -#: src/view/screens/Settings/index.tsx:932 +#: src/view/screens/Settings/index.tsx:927 msgid "Opens modal for email verification" msgstr "" @@ -3381,11 +3483,11 @@ msgstr "" msgid "Opens modal for using custom domain" msgstr "कस्टम डोमेन का उपयोग करने के लिए मोडल खोलें" -#: src/view/screens/Settings/index.tsx:591 +#: src/view/screens/Settings/index.tsx:592 msgid "Opens moderation settings" msgstr "मॉडरेशन सेटिंग्स खोलें" -#: src/screens/Login/LoginForm.tsx:202 +#: src/screens/Login/LoginForm.tsx:219 msgid "Opens password reset form" msgstr "" @@ -3394,11 +3496,11 @@ msgstr "" msgid "Opens screen to edit Saved Feeds" msgstr "" -#: src/view/screens/Settings/index.tsx:548 +#: src/view/screens/Settings/index.tsx:549 msgid "Opens screen with all saved feeds" msgstr "सभी बचाया फ़ीड के साथ स्क्रीन खोलें" -#: src/view/screens/Settings/index.tsx:647 +#: src/view/screens/Settings/index.tsx:648 msgid "Opens the app password settings" msgstr "" @@ -3406,7 +3508,7 @@ msgstr "" #~ msgid "Opens the app password settings page" #~ msgstr "ऐप पासवर्ड सेटिंग पेज खोलें" -#: src/view/screens/Settings/index.tsx:505 +#: src/view/screens/Settings/index.tsx:506 msgid "Opens the Following feed preferences" msgstr "" @@ -3418,16 +3520,16 @@ msgstr "" msgid "Opens the linked website" msgstr "" -#: src/view/screens/Settings/index.tsx:793 -#: src/view/screens/Settings/index.tsx:803 +#: src/view/screens/Settings/index.tsx:788 +#: src/view/screens/Settings/index.tsx:798 msgid "Opens the storybook page" msgstr "स्टोरीबुक पेज खोलें" -#: src/view/screens/Settings/index.tsx:781 +#: src/view/screens/Settings/index.tsx:776 msgid "Opens the system log page" msgstr "सिस्टम लॉग पेज खोलें" -#: src/view/screens/Settings/index.tsx:526 +#: src/view/screens/Settings/index.tsx:527 msgid "Opens the threads preferences" msgstr "धागे वरीयताओं को खोलता है" @@ -3463,7 +3565,7 @@ msgstr "अन्य खाता" msgid "Other..." msgstr "अन्य..।" -#: src/components/Lists.tsx:184 +#: src/components/Lists.tsx:193 #: src/view/screens/NotFound.tsx:45 msgid "Page not found" msgstr "पृष्ठ नहीं मिला" @@ -3472,7 +3574,7 @@ msgstr "पृष्ठ नहीं मिला" msgid "Page Not Found" msgstr "" -#: src/screens/Login/LoginForm.tsx:178 +#: src/screens/Login/LoginForm.tsx:195 #: src/screens/Signup/StepInfo/index.tsx:102 #: src/view/com/modals/DeleteAccount.tsx:194 #: src/view/com/modals/DeleteAccount.tsx:201 @@ -3491,16 +3593,19 @@ msgstr "" msgid "Password updated!" msgstr "पासवर्ड अद्यतन!" -#: src/view/screens/Search/Search.tsx:447 -#: src/view/screens/Search/Search.tsx:456 +#: src/view/com/util/post-embeds/GifEmbed.tsx:31 +msgid "Pause" +msgstr "" + +#: src/view/screens/Search/Search.tsx:438 msgid "People" msgstr "" -#: src/Navigation.tsx:164 +#: src/Navigation.tsx:165 msgid "People followed by @{0}" msgstr "" -#: src/Navigation.tsx:157 +#: src/Navigation.tsx:158 msgid "People following @{0}" msgstr "" @@ -3537,10 +3642,18 @@ msgstr "" msgid "Pinned Feeds" msgstr "पिन किया गया फ़ीड" +#: src/view/com/util/post-embeds/GifEmbed.tsx:31 +msgid "Play" +msgstr "" + #: src/view/com/util/post-embeds/ExternalGifEmbed.tsx:123 msgid "Play {0}" msgstr "" +#: src/view/com/util/post-embeds/GifEmbed.tsx:30 +msgid "Play or pause the GIF" +msgstr "" + #: src/view/com/util/post-embeds/ExternalPlayerEmbed.tsx:57 #: src/view/com/util/post-embeds/ExternalPlayerEmbed.tsx:58 msgid "Play Video" @@ -3607,11 +3720,11 @@ msgstr "" #~ msgid "Please tell us why you think this content warning was incorrectly applied!" #~ msgstr "" -#: src/view/com/modals/VerifyEmail.tsx:101 +#: src/view/com/modals/VerifyEmail.tsx:109 msgid "Please Verify Your Email" msgstr "" -#: src/view/com/composer/Composer.tsx:222 +#: src/view/com/composer/Composer.tsx:232 msgid "Please wait for your link card to finish loading" msgstr "" @@ -3627,8 +3740,8 @@ msgstr "" #~ msgid "Pornography" #~ msgstr "" -#: src/view/com/composer/Composer.tsx:367 -#: src/view/com/composer/Composer.tsx:375 +#: src/view/com/composer/Composer.tsx:399 +#: src/view/com/composer/Composer.tsx:407 msgctxt "action" msgid "Post" msgstr "" @@ -3638,13 +3751,13 @@ msgctxt "description" msgid "Post" msgstr "पोस्ट" -#: src/view/com/post-thread/PostThreadItem.tsx:175 +#: src/view/com/post-thread/PostThreadItem.tsx:176 msgid "Post by {0}" msgstr "" -#: src/Navigation.tsx:176 -#: src/Navigation.tsx:183 -#: src/Navigation.tsx:190 +#: src/Navigation.tsx:177 +#: src/Navigation.tsx:184 +#: src/Navigation.tsx:191 msgid "Post by @{0}" msgstr "" @@ -3683,8 +3796,7 @@ msgstr "पोस्ट नहीं मिला" msgid "posts" msgstr "" -#: src/view/screens/Profile.tsx:195 -#: src/view/screens/Search/Search.tsx:467 +#: src/view/screens/Profile.tsx:194 msgid "Posts" msgstr "" @@ -3704,8 +3816,8 @@ msgstr "शायद एक भ्रामक लिंक" msgid "Press to change hosting provider" msgstr "" -#: src/components/Error.tsx:74 -#: src/components/Lists.tsx:80 +#: src/components/Error.tsx:83 +#: src/components/Lists.tsx:83 #: src/screens/Signup/index.tsx:187 msgid "Press to retry" msgstr "" @@ -3722,15 +3834,15 @@ msgstr "प्राथमिक भाषा" msgid "Prioritize Your Follows" msgstr "अपने फ़ॉलोअर्स को प्राथमिकता दें" -#: src/view/screens/Settings/index.tsx:603 +#: src/view/screens/Settings/index.tsx:604 #: src/view/shell/desktop/RightNav.tsx:72 msgid "Privacy" msgstr "गोपनीयता" -#: src/Navigation.tsx:231 +#: src/Navigation.tsx:232 #: src/screens/Signup/StepInfo/Policies.tsx:56 #: src/view/screens/PrivacyPolicy.tsx:29 -#: src/view/screens/Settings/index.tsx:887 +#: src/view/screens/Settings/index.tsx:882 #: src/view/shell/Drawer.tsx:271 msgid "Privacy Policy" msgstr "गोपनीयता नीति" @@ -3740,7 +3852,7 @@ msgid "Processing..." msgstr "प्रसंस्करण..." #: src/view/screens/DebugMod.tsx:888 -#: src/view/screens/Profile.tsx:361 +#: src/view/screens/Profile.tsx:346 msgid "profile" msgstr "" @@ -3756,7 +3868,7 @@ msgstr "प्रोफ़ाइल" msgid "Profile updated" msgstr "" -#: src/view/screens/Settings/index.tsx:945 +#: src/view/screens/Settings/index.tsx:940 msgid "Protect your account by verifying your email." msgstr "अपने ईमेल को सत्यापित करके अपने खाते को सुरक्षित रखें।।" @@ -3772,11 +3884,11 @@ msgstr "" msgid "Public, shareable lists which can drive feeds." msgstr "सार्वजनिक, साझा करने योग्य सूचियाँ जो फ़ीड चला सकती हैं।" -#: src/view/com/composer/Composer.tsx:352 +#: src/view/com/composer/Composer.tsx:384 msgid "Publish post" msgstr "" -#: src/view/com/composer/Composer.tsx:352 +#: src/view/com/composer/Composer.tsx:384 msgid "Publish reply" msgstr "" @@ -3802,7 +3914,7 @@ msgstr "" msgid "Ratios" msgstr "अनुपात" -#: src/view/screens/Search/Search.tsx:924 +#: src/view/screens/Search/Search.tsx:855 msgid "Recent Searches" msgstr "" @@ -3862,7 +3974,7 @@ msgstr "" msgid "Remove image" msgstr "छवि निकालें" -#: src/view/com/composer/ExternalEmbed.tsx:70 +#: src/view/com/composer/ExternalEmbed.tsx:82 msgid "Remove image preview" msgstr "छवि पूर्वावलोकन निकालें" @@ -3899,11 +4011,11 @@ msgstr "" msgid "Removed from your feeds" msgstr "" -#: src/view/com/composer/ExternalEmbed.tsx:71 +#: src/view/com/composer/ExternalEmbed.tsx:83 msgid "Removes default thumbnail from {0}" msgstr "" -#: src/view/screens/Profile.tsx:196 +#: src/view/screens/Profile.tsx:195 msgid "Replies" msgstr "" @@ -3911,7 +4023,7 @@ msgstr "" msgid "Replies to this thread are disabled" msgstr "" -#: src/view/com/composer/Composer.tsx:365 +#: src/view/com/composer/Composer.tsx:397 msgctxt "action" msgid "Reply" msgstr "" @@ -3922,8 +4034,14 @@ msgstr "फिल्टर" #: src/view/com/post/Post.tsx:177 #: src/view/com/posts/FeedItem.tsx:285 +#~ msgctxt "description" +#~ msgid "Reply to <0/>" +#~ msgstr "" + +#: src/view/com/post/Post.tsx:178 +#: src/view/com/posts/FeedItem.tsx:285 msgctxt "description" -msgid "Reply to <0/>" +msgid "Reply to <0><1/>" msgstr "" #: src/view/com/modals/report/Modal.tsx:166 @@ -3948,8 +4066,8 @@ msgstr "रिपोर्ट फ़ीड" msgid "Report List" msgstr "रिपोर्ट सूची" -#: src/view/com/util/forms/PostDropdownBtn.tsx:312 -#: src/view/com/util/forms/PostDropdownBtn.tsx:314 +#: src/view/com/util/forms/PostDropdownBtn.tsx:316 +#: src/view/com/util/forms/PostDropdownBtn.tsx:318 msgid "Report post" msgstr "रिपोर्ट पोस्ट" @@ -4010,7 +4128,7 @@ msgstr "" msgid "reposted your post" msgstr "" -#: src/view/com/post-thread/PostThreadItem.tsx:187 +#: src/view/com/post-thread/PostThreadItem.tsx:188 msgid "Reposts of this post" msgstr "" @@ -4028,14 +4146,23 @@ msgstr "अनुरोध बदलें" msgid "Request Code" msgstr "" -#: src/view/screens/Settings/index.tsx:426 +#: src/view/screens/AccessibilitySettings.tsx:82 msgid "Require alt text before posting" msgstr "पोस्ट करने से पहले वैकल्पिक टेक्स्ट की आवश्यकता है" +#: src/view/screens/Settings/Email2FAToggle.tsx:53 +msgid "Require email code to log into your account" +msgstr "" + #: src/screens/Signup/StepInfo/index.tsx:69 msgid "Required for this provider" msgstr "इस प्रदाता के लिए आवश्यक" +#: src/view/screens/Settings/DisableEmail2FADialog.tsx:168 +#: src/view/screens/Settings/DisableEmail2FADialog.tsx:171 +msgid "Resend email" +msgstr "" + #: src/view/com/modals/ChangePassword.tsx:185 msgid "Reset code" msgstr "कोड रीसेट करें" @@ -4048,8 +4175,8 @@ msgstr "" #~ msgid "Reset onboarding" #~ msgstr "" -#: src/view/screens/Settings/index.tsx:822 -#: src/view/screens/Settings/index.tsx:825 +#: src/view/screens/Settings/index.tsx:817 +#: src/view/screens/Settings/index.tsx:820 msgid "Reset onboarding state" msgstr "ऑनबोर्डिंग स्टेट को रीसेट करें" @@ -4061,20 +4188,20 @@ msgstr "पासवर्ड रीसेट" #~ msgid "Reset preferences" #~ msgstr "" -#: src/view/screens/Settings/index.tsx:812 -#: src/view/screens/Settings/index.tsx:815 +#: src/view/screens/Settings/index.tsx:807 +#: src/view/screens/Settings/index.tsx:810 msgid "Reset preferences state" msgstr "प्राथमिकताओं को रीसेट करें" -#: src/view/screens/Settings/index.tsx:823 +#: src/view/screens/Settings/index.tsx:818 msgid "Resets the onboarding state" msgstr "ऑनबोर्डिंग स्टेट को रीसेट करें" -#: src/view/screens/Settings/index.tsx:813 +#: src/view/screens/Settings/index.tsx:808 msgid "Resets the preferences state" msgstr "प्राथमिकताओं की स्थिति को रीसेट करें" -#: src/screens/Login/LoginForm.tsx:235 +#: src/screens/Login/LoginForm.tsx:283 msgid "Retries login" msgstr "" @@ -4083,10 +4210,10 @@ msgstr "" msgid "Retries the last action, which errored out" msgstr "" -#: src/components/Error.tsx:79 -#: src/components/Lists.tsx:91 -#: src/screens/Login/LoginForm.tsx:234 -#: src/screens/Login/LoginForm.tsx:241 +#: src/components/Error.tsx:88 +#: src/components/Lists.tsx:94 +#: src/screens/Login/LoginForm.tsx:282 +#: src/screens/Login/LoginForm.tsx:289 #: src/screens/Onboarding/StepInterests/index.tsx:225 #: src/screens/Onboarding/StepInterests/index.tsx:228 #: src/screens/Signup/index.tsx:194 @@ -4099,7 +4226,7 @@ msgstr "फिर से कोशिश करो" #~ msgid "Retry." #~ msgstr "" -#: src/components/Error.tsx:86 +#: src/components/Error.tsx:95 #: src/view/screens/ProfileList.tsx:919 msgid "Return to previous page" msgstr "" @@ -4187,14 +4314,14 @@ msgstr "" msgid "Scroll to top" msgstr "" -#: src/Navigation.tsx:451 +#: src/Navigation.tsx:460 #: 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:568 -#: src/view/screens/Search/Search.tsx:817 -#: src/view/screens/Search/Search.tsx:835 +#: src/view/screens/Search/Search.tsx:503 +#: src/view/screens/Search/Search.tsx:748 +#: src/view/screens/Search/Search.tsx:766 #: src/view/shell/bottom-bar/BottomBar.tsx:170 #: src/view/shell/desktop/LeftNav.tsx:328 #: src/view/shell/desktop/Search.tsx:215 @@ -4204,7 +4331,7 @@ msgstr "" msgid "Search" msgstr "खोज" -#: src/view/screens/Search/Search.tsx:884 +#: src/view/screens/Search/Search.tsx:815 #: src/view/shell/desktop/Search.tsx:256 msgid "Search for \"{query}\"" msgstr "" @@ -4231,6 +4358,14 @@ msgstr "" msgid "Search for users" msgstr "" +#: src/components/dialogs/GifSelect.tsx:158 +msgid "Search GIFs" +msgstr "" + +#: src/components/dialogs/GifSelect.tsx:159 +msgid "Search Tenor" +msgstr "" + #: src/view/com/modals/ChangeEmail.tsx:110 msgid "Security Step Required" msgstr "सुरक्षा चरण आवश्यक" @@ -4288,6 +4423,14 @@ msgstr "" msgid "Select from an existing account" msgstr "मौजूदा खाते से चुनें" +#: src/view/com/composer/photos/SelectGifBtn.tsx:36 +msgid "Select GIF" +msgstr "" + +#: src/components/dialogs/GifSelect.tsx:253 +msgid "Select GIF \"{0}\"" +msgstr "" + #: src/view/screens/LanguageSettings.tsx:299 msgid "Select languages" msgstr "" @@ -4365,8 +4508,8 @@ msgstr "" msgid "Select your secondary algorithmic feeds" msgstr "" -#: src/view/com/modals/VerifyEmail.tsx:202 -#: src/view/com/modals/VerifyEmail.tsx:204 +#: src/view/com/modals/VerifyEmail.tsx:210 +#: src/view/com/modals/VerifyEmail.tsx:212 msgid "Send Confirmation Email" msgstr "पुष्टिकरण ईमेल भेजें" @@ -4397,6 +4540,11 @@ msgstr "" msgid "Send report to {0}" msgstr "" +#: src/view/screens/Settings/DisableEmail2FADialog.tsx:119 +#: src/view/screens/Settings/DisableEmail2FADialog.tsx:122 +msgid "Send verification email" +msgstr "" + #: src/view/com/modals/DeleteAccount.tsx:132 msgid "Sends email with confirmation code for account deletion" msgstr "" @@ -4479,23 +4627,23 @@ msgstr "" msgid "Sets Bluesky username" msgstr "" -#: src/view/screens/Settings/index.tsx:458 +#: src/view/screens/Settings/index.tsx:436 msgid "Sets color theme to dark" msgstr "" -#: src/view/screens/Settings/index.tsx:451 +#: src/view/screens/Settings/index.tsx:429 msgid "Sets color theme to light" msgstr "" -#: src/view/screens/Settings/index.tsx:445 +#: src/view/screens/Settings/index.tsx:423 msgid "Sets color theme to system setting" msgstr "" -#: src/view/screens/Settings/index.tsx:484 +#: src/view/screens/Settings/index.tsx:462 msgid "Sets dark theme to the dark theme" msgstr "" -#: src/view/screens/Settings/index.tsx:477 +#: src/view/screens/Settings/index.tsx:455 msgid "Sets dark theme to the dim theme" msgstr "" @@ -4524,8 +4672,8 @@ msgstr "" #~ msgid "Sets server for the Bluesky client" #~ msgstr "" -#: src/Navigation.tsx:139 -#: src/view/screens/Settings/index.tsx:316 +#: src/Navigation.tsx:140 +#: src/view/screens/Settings/index.tsx:309 #: src/view/shell/desktop/LeftNav.tsx:437 #: src/view/shell/Drawer.tsx:576 #: src/view/shell/Drawer.tsx:577 @@ -4547,15 +4695,15 @@ msgstr "" #: src/view/com/profile/ProfileMenu.tsx:215 #: src/view/com/profile/ProfileMenu.tsx:224 -#: src/view/com/util/forms/PostDropdownBtn.tsx:236 -#: src/view/com/util/forms/PostDropdownBtn.tsx:245 +#: src/view/com/util/forms/PostDropdownBtn.tsx:240 +#: src/view/com/util/forms/PostDropdownBtn.tsx:249 #: src/view/com/util/post-ctrls/PostCtrls.tsx:237 #: src/view/screens/ProfileList.tsx:390 msgid "Share" msgstr "शेयर" #: src/view/com/profile/ProfileMenu.tsx:373 -#: src/view/com/util/forms/PostDropdownBtn.tsx:369 +#: src/view/com/util/forms/PostDropdownBtn.tsx:373 #: src/view/com/util/post-ctrls/PostCtrls.tsx:253 msgid "Share anyway" msgstr "" @@ -4578,7 +4726,7 @@ msgstr "" #: src/components/moderation/LabelPreference.tsx:136 #: src/components/moderation/PostHider.tsx:107 #: src/screens/Onboarding/StepModeration/ModerationOption.tsx:54 -#: src/view/screens/Settings/index.tsx:366 +#: src/view/screens/Settings/index.tsx:359 msgid "Show" msgstr "दिखाओ" @@ -4604,13 +4752,13 @@ msgstr "" #~ msgid "Show embeds from {0}" #~ msgstr "" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:200 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:198 msgid "Show follows similar to {0}" msgstr "" -#: src/view/com/post-thread/PostThreadItem.tsx:501 -#: src/view/com/post/Post.tsx:212 -#: src/view/com/posts/FeedItem.tsx:360 +#: src/view/com/post-thread/PostThreadItem.tsx:507 +#: src/view/com/post/Post.tsx:215 +#: src/view/com/posts/FeedItem.tsx:362 msgid "Show More" msgstr "" @@ -4691,7 +4839,7 @@ msgstr "" #: src/components/dialogs/Signin.tsx:99 #: src/screens/Login/index.tsx:100 #: src/screens/Login/index.tsx:119 -#: src/screens/Login/LoginForm.tsx:131 +#: src/screens/Login/LoginForm.tsx:148 #: src/view/com/auth/SplashScreen.tsx:63 #: src/view/com/auth/SplashScreen.tsx:72 #: src/view/com/auth/SplashScreen.web.tsx:107 @@ -4702,9 +4850,9 @@ msgstr "" #: src/view/shell/bottom-bar/BottomBarWeb.tsx:178 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:179 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:181 -#: src/view/shell/NavSignupCard.tsx:63 -#: src/view/shell/NavSignupCard.tsx:64 -#: src/view/shell/NavSignupCard.tsx:66 +#: src/view/shell/NavSignupCard.tsx:69 +#: src/view/shell/NavSignupCard.tsx:70 +#: src/view/shell/NavSignupCard.tsx:72 msgid "Sign in" msgstr "साइन इन करें" @@ -4734,8 +4882,8 @@ msgstr "" msgid "Sign into Bluesky or create a new account" msgstr "" -#: src/view/screens/Settings/index.tsx:118 -#: src/view/screens/Settings/index.tsx:121 +#: src/view/screens/Settings/index.tsx:111 +#: src/view/screens/Settings/index.tsx:114 msgid "Sign out" msgstr "साइन आउट" @@ -4745,9 +4893,9 @@ msgstr "साइन आउट" #: src/view/shell/bottom-bar/BottomBarWeb.tsx:168 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:169 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:171 -#: src/view/shell/NavSignupCard.tsx:54 -#: src/view/shell/NavSignupCard.tsx:55 -#: src/view/shell/NavSignupCard.tsx:57 +#: src/view/shell/NavSignupCard.tsx:60 +#: src/view/shell/NavSignupCard.tsx:61 +#: src/view/shell/NavSignupCard.tsx:63 msgid "Sign up" msgstr "" @@ -4760,7 +4908,7 @@ msgstr "" msgid "Sign-in Required" msgstr "" -#: src/view/screens/Settings/index.tsx:377 +#: src/view/screens/Settings/index.tsx:370 msgid "Signed in as" msgstr "आपने इस रूप में साइन इन करा है:" @@ -4844,7 +4992,7 @@ msgstr "स्क्वायर" #~ msgid "Staging" #~ msgstr "स्टेजिंग" -#: src/view/screens/Settings/index.tsx:867 +#: src/view/screens/Settings/index.tsx:862 msgid "Status page" msgstr "स्थिति पृष्ठ" @@ -4856,12 +5004,12 @@ msgstr "" #~ msgid "Step {0} of {numSteps}" #~ msgstr "" -#: src/view/screens/Settings/index.tsx:295 +#: src/view/screens/Settings/index.tsx:288 msgid "Storage cleared, you need to restart the app now." msgstr "" -#: src/Navigation.tsx:211 -#: src/view/screens/Settings/index.tsx:795 +#: src/Navigation.tsx:212 +#: src/view/screens/Settings/index.tsx:790 msgid "Storybook" msgstr "Storybook" @@ -4895,7 +5043,7 @@ msgstr "" msgid "Subscribe to this list" msgstr "इस सूची को सब्सक्राइब करें" -#: src/view/screens/Search/Search.tsx:523 +#: src/view/screens/Search/Search.tsx:476 msgid "Suggested Follows" msgstr "अनुशंसित लोग" @@ -4907,7 +5055,7 @@ msgstr "" msgid "Suggestive" msgstr "" -#: src/Navigation.tsx:226 +#: src/Navigation.tsx:227 #: src/view/screens/Support.tsx:30 #: src/view/screens/Support.tsx:33 msgid "Support" @@ -4917,24 +5065,24 @@ msgstr "सहायता" #~ msgid "Swipe up to see more" #~ msgstr "" -#: src/components/dialogs/SwitchAccount.tsx:46 -#: src/components/dialogs/SwitchAccount.tsx:49 +#: src/components/dialogs/SwitchAccount.tsx:47 +#: src/components/dialogs/SwitchAccount.tsx:50 msgid "Switch Account" msgstr "खाते बदलें" -#: src/view/screens/Settings/index.tsx:150 +#: src/view/screens/Settings/index.tsx:143 msgid "Switch to {0}" msgstr "" -#: src/view/screens/Settings/index.tsx:151 +#: src/view/screens/Settings/index.tsx:144 msgid "Switches the account you are logged in to" msgstr "" -#: src/view/screens/Settings/index.tsx:442 +#: src/view/screens/Settings/index.tsx:420 msgid "System" msgstr "प्रणाली" -#: src/view/screens/Settings/index.tsx:783 +#: src/view/screens/Settings/index.tsx:778 msgid "System log" msgstr "सिस्टम लॉग" @@ -4966,9 +5114,9 @@ msgstr "" msgid "Terms" msgstr "शर्तें" -#: src/Navigation.tsx:236 +#: src/Navigation.tsx:237 #: src/screens/Signup/StepInfo/Policies.tsx:49 -#: src/view/screens/Settings/index.tsx:881 +#: src/view/screens/Settings/index.tsx:876 #: src/view/screens/TermsOfService.tsx:29 #: src/view/shell/Drawer.tsx:265 msgid "Terms of Service" @@ -5000,7 +5148,7 @@ msgstr "" msgid "That handle is already taken." msgstr "" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:282 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:280 #: src/view/com/profile/ProfileMenu.tsx:349 msgid "The account will be able to interact with you after unblocking." msgstr "अनब्लॉक करने के बाद अकाउंट आपसे इंटरैक्ट कर सकेगा।" @@ -5063,6 +5211,10 @@ msgstr "" msgid "There was an an issue updating your feeds, please check your internet connection and try again." msgstr "" +#: src/components/dialogs/GifSelect.tsx:201 +msgid "There was an issue connecting to Tenor." +msgstr "" + #: src/view/screens/ProfileFeed.tsx:247 #: src/view/screens/ProfileList.tsx:277 #: src/view/screens/SavedFeeds.tsx:211 @@ -5107,9 +5259,9 @@ msgstr "" msgid "There was an issue with fetching your app passwords" msgstr "" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:105 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:127 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:141 +#: 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:106 @@ -5128,7 +5280,8 @@ msgstr "" msgid "There was an issue. Please check your internet connection and try again." msgstr "" -#: src/view/com/util/ErrorBoundary.tsx:51 +#: src/components/dialogs/GifSelect.tsx:289 +#: 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 "एप्लिकेशन में एक अप्रत्याशित समस्या थी. कृपया हमें बताएं कि क्या आपके साथ ऐसा हुआ है!" @@ -5203,7 +5356,7 @@ msgstr "" msgid "This information is not shared with other users." msgstr "यह जानकारी अन्य उपयोगकर्ताओं के साथ साझा नहीं की जाती है।।" -#: src/view/com/modals/VerifyEmail.tsx:119 +#: src/view/com/modals/VerifyEmail.tsx:127 msgid "This is important in case you ever need to change your email or reset your password." msgstr "अगर आपको कभी अपना ईमेल बदलने या पासवर्ड रीसेट करने की आवश्यकता है तो यह महत्वपूर्ण है।।" @@ -5231,16 +5384,16 @@ msgstr "" msgid "This name is already in use" msgstr "" -#: src/view/com/post-thread/PostThreadItem.tsx:125 +#: src/view/com/post-thread/PostThreadItem.tsx:126 msgid "This post has been deleted." msgstr "इस पोस्ट को हटा दिया गया है।।" -#: src/view/com/util/forms/PostDropdownBtn.tsx:366 +#: src/view/com/util/forms/PostDropdownBtn.tsx:370 #: src/view/com/util/post-ctrls/PostCtrls.tsx:250 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:348 +#: src/view/com/util/forms/PostDropdownBtn.tsx:352 msgid "This post will be hidden from feeds." msgstr "" @@ -5305,12 +5458,12 @@ msgstr "" #~ msgid "This will hide this post from your feeds." #~ msgstr "" -#: src/view/screens/Settings/index.tsx:525 +#: src/view/screens/Settings/index.tsx:526 msgid "Thread preferences" msgstr "" #: src/view/screens/PreferencesThreads.tsx:53 -#: src/view/screens/Settings/index.tsx:535 +#: src/view/screens/Settings/index.tsx:536 msgid "Thread Preferences" msgstr "थ्रेड प्राथमिकता" @@ -5318,10 +5471,14 @@ msgstr "थ्रेड प्राथमिकता" msgid "Threaded Mode" msgstr "थ्रेड मोड" -#: src/Navigation.tsx:269 +#: src/Navigation.tsx:270 msgid "Threads Preferences" msgstr "" +#: src/view/screens/Settings/DisableEmail2FADialog.tsx:102 +msgid "To disable the email 2FA method, please verify your access to the email address." +msgstr "" + #: src/components/ReportDialog/SelectLabelerView.tsx:33 msgid "To whom would you like to send this report?" msgstr "" @@ -5338,7 +5495,8 @@ msgstr "ड्रॉपडाउन टॉगल करें" msgid "Toggle to enable or disable adult content" msgstr "" -#: src/view/screens/Search/Search.tsx:427 +#: src/screens/Hashtag.tsx:88 +#: src/view/screens/Search/Search.tsx:418 msgid "Top" msgstr "" @@ -5346,10 +5504,10 @@ msgstr "" msgid "Transformations" msgstr "परिवर्तन" -#: src/view/com/post-thread/PostThreadItem.tsx:638 -#: src/view/com/post-thread/PostThreadItem.tsx:640 -#: src/view/com/util/forms/PostDropdownBtn.tsx:220 +#: src/view/com/post-thread/PostThreadItem.tsx:644 +#: src/view/com/post-thread/PostThreadItem.tsx:646 #: src/view/com/util/forms/PostDropdownBtn.tsx:222 +#: src/view/com/util/forms/PostDropdownBtn.tsx:224 msgid "Translate" msgstr "अनुवाद" @@ -5358,6 +5516,10 @@ msgctxt "action" msgid "Try again" msgstr "फिर से कोशिश करो" +#: src/view/screens/Settings/index.tsx:695 +msgid "Two-factor authentication" +msgstr "" + #: src/view/com/modals/ChangeHandle.tsx:428 msgid "Type:" msgstr "" @@ -5372,21 +5534,21 @@ msgstr "" #: src/screens/Login/ForgotPasswordForm.tsx:74 #: src/screens/Login/index.tsx:78 -#: src/screens/Login/LoginForm.tsx:119 +#: src/screens/Login/LoginForm.tsx:136 #: src/screens/Login/SetNewPasswordForm.tsx:77 #: src/screens/Signup/index.tsx:64 #: src/view/com/modals/ChangePassword.tsx:70 msgid "Unable to contact your service. Please check your Internet connection." msgstr "आपकी सेवा से संपर्क करने में असमर्थ। कृपया अपने इंटरनेट कनेक्शन की जांच करें।।" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:181 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:286 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:179 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:284 #: src/view/com/profile/ProfileMenu.tsx:361 #: src/view/screens/ProfileList.tsx:574 msgid "Unblock" msgstr "अनब्लॉक" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:186 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:184 msgctxt "action" msgid "Unblock" msgstr "" @@ -5396,7 +5558,7 @@ msgstr "" msgid "Unblock Account" msgstr "अनब्लॉक खाता" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:280 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:278 #: src/view/com/profile/ProfileMenu.tsx:343 msgid "Unblock Account?" msgstr "" @@ -5418,7 +5580,7 @@ msgctxt "action" msgid "Unfollow" msgstr "" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:220 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:218 msgid "Unfollow {0}" msgstr "" @@ -5461,8 +5623,8 @@ msgstr "" #~ msgid "Unmute all {tag} posts" #~ msgstr "" -#: src/view/com/util/forms/PostDropdownBtn.tsx:269 -#: src/view/com/util/forms/PostDropdownBtn.tsx:274 +#: src/view/com/util/forms/PostDropdownBtn.tsx:273 +#: src/view/com/util/forms/PostDropdownBtn.tsx:278 msgid "Unmute thread" msgstr "थ्रेड को अनम्यूट करें" @@ -5628,13 +5790,11 @@ msgstr "" msgid "User Lists" msgstr "लोग सूचियाँ" -#: src/screens/Login/LoginForm.tsx:151 +#: src/screens/Login/LoginForm.tsx:168 msgid "Username or email address" msgstr "यूजर नाम या ईमेल पता" #: src/view/screens/ProfileList.tsx:813 -#: src/view/screens/Search/Search.tsx:473 -#: src/view/screens/Search/Search.tsx:482 msgid "Users" msgstr "यूजर लोग" @@ -5662,15 +5822,15 @@ msgstr "" msgid "Verify {0}" msgstr "" -#: src/view/screens/Settings/index.tsx:906 +#: src/view/screens/Settings/index.tsx:901 msgid "Verify email" msgstr "ईमेल सत्यापित करें" -#: src/view/screens/Settings/index.tsx:931 +#: src/view/screens/Settings/index.tsx:926 msgid "Verify my email" msgstr "मेरी ईमेल सत्यापित करें" -#: src/view/screens/Settings/index.tsx:940 +#: src/view/screens/Settings/index.tsx:935 msgid "Verify My Email" msgstr "मेरी ईमेल सत्यापित करें" @@ -5679,11 +5839,11 @@ msgstr "मेरी ईमेल सत्यापित करें" msgid "Verify New Email" msgstr "नया ईमेल सत्यापित करें" -#: src/view/com/modals/VerifyEmail.tsx:103 +#: src/view/com/modals/VerifyEmail.tsx:111 msgid "Verify Your Email" msgstr "" -#: src/view/screens/Settings/index.tsx:857 +#: src/view/screens/Settings/index.tsx:852 msgid "Version {0}" msgstr "" @@ -5715,8 +5875,8 @@ msgstr "" msgid "View information about these labels" msgstr "" -#: src/components/ProfileHoverCard/index.web.tsx:264 -#: src/components/ProfileHoverCard/index.web.tsx:293 +#: src/components/ProfileHoverCard/index.web.tsx:379 +#: src/components/ProfileHoverCard/index.web.tsx:408 #: src/view/com/posts/FeedErrorMessage.tsx:166 msgid "View profile" msgstr "" @@ -5757,7 +5917,7 @@ msgstr "" #~ msgid "We also think you'll like \"For You\" by Skygaze:" #~ msgstr "" -#: src/screens/Hashtag.tsx:133 +#: src/screens/Hashtag.tsx:210 msgid "We couldn't find any results for that hashtag." msgstr "" @@ -5821,11 +5981,11 @@ msgstr "" 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:322 +#: src/view/screens/Search/Search.tsx:323 msgid "We're sorry, but your search could not be completed. Please try again in a few minutes." msgstr "" -#: src/components/Lists.tsx:188 +#: src/components/Lists.tsx:197 #: src/view/screens/NotFound.tsx:48 msgid "We're sorry! We can't find the page you were looking for." msgstr "हम क्षमा चाहते हैं! हमें वह पेज नहीं मिल रहा जिसे आप ढूंढ रहे थे।" @@ -5848,7 +6008,7 @@ msgstr "" #: src/view/com/auth/SplashScreen.tsx:40 #: src/view/com/auth/SplashScreen.web.tsx:81 -#: src/view/com/composer/Composer.tsx:296 +#: src/view/com/composer/Composer.tsx:306 msgid "What's up?" msgstr "" @@ -5889,11 +6049,11 @@ msgstr "" msgid "Wide" msgstr "चौड़ा" -#: src/view/com/composer/Composer.tsx:436 +#: src/view/com/composer/Composer.tsx:467 msgid "Write post" msgstr "पोस्ट लिखो" -#: src/view/com/composer/Composer.tsx:295 +#: src/view/com/composer/Composer.tsx:305 #: src/view/com/composer/Prompt.tsx:37 msgid "Write your reply" msgstr "अपना जवाब दें" @@ -6013,7 +6173,7 @@ msgstr "" msgid "You have no lists." msgstr "आपके पास कोई सूची नहीं है।।" -#: src/view/screens/ModerationBlockedAccounts.tsx:138 +#: src/view/screens/ModerationBlockedAccounts.tsx:137 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 "" @@ -6130,7 +6290,7 @@ msgstr "" msgid "Your email has been updated but not verified. As a next step, please verify your new email." msgstr "आपका ईमेल अद्यतन किया गया है लेकिन सत्यापित नहीं किया गया है। अगले चरण के रूप में, कृपया अपना नया ईमेल सत्यापित करें।।" -#: src/view/com/modals/VerifyEmail.tsx:114 +#: src/view/com/modals/VerifyEmail.tsx:122 msgid "Your email has not yet been verified. This is an important security step which we recommend." msgstr "आपका ईमेल अभी तक सत्यापित नहीं हुआ है। यह एक महत्वपूर्ण सुरक्षा कदम है जिसे हम अनुशंसा करते हैं।।" @@ -6160,7 +6320,7 @@ msgstr "" msgid "Your password has been changed successfully!" msgstr "" -#: src/view/com/composer/Composer.tsx:284 +#: src/view/com/composer/Composer.tsx:294 msgid "Your post has been published" msgstr "" @@ -6170,11 +6330,11 @@ msgstr "" msgid "Your posts, likes, and blocks are public. Mutes are private." msgstr "आपकी पोस्ट, पसंद और ब्लॉक सार्वजनिक हैं। म्यूट निजी हैं।।" -#: src/view/screens/Settings/index.tsx:136 +#: src/view/screens/Settings/index.tsx:129 msgid "Your profile" msgstr "आपकी प्रोफ़ाइल" -#: src/view/com/composer/Composer.tsx:283 +#: src/view/com/composer/Composer.tsx:293 msgid "Your reply has been published" msgstr "" diff --git a/src/locale/locales/id/messages.po b/src/locale/locales/id/messages.po index 02ab07e1..96addec4 100644 --- a/src/locale/locales/id/messages.po +++ b/src/locale/locales/id/messages.po @@ -13,7 +13,7 @@ msgstr "" "Plural-Forms: \n" "X-Generator: Poedit 3.4.2\n" -#: src/view/com/modals/VerifyEmail.tsx:142 +#: src/view/com/modals/VerifyEmail.tsx:150 msgid "(no email)" msgstr "(tidak ada email)" @@ -29,7 +29,7 @@ msgstr "(tidak ada email)" #~ msgid "{0} {purposeLabel} List" #~ msgstr "Daftar {purposeLabel} {0}" -#: src/components/ProfileHoverCard/index.web.tsx:323 +#: src/components/ProfileHoverCard/index.web.tsx:438 #: src/screens/Profile/Header/Metrics.tsx:44 msgid "{following} following" msgstr "{following} mengikuti" @@ -68,11 +68,11 @@ msgstr "<0/> anggota" msgid "<0>{0} following" msgstr "" -#: src/components/ProfileHoverCard/index.web.tsx:314 +#: src/components/ProfileHoverCard/index.web.tsx:429 msgid "<0>{followers} <1>{pluralizedFollowers}" msgstr "" -#: src/components/ProfileHoverCard/index.web.tsx:326 +#: src/components/ProfileHoverCard/index.web.tsx:441 #: src/screens/Profile/Header/Metrics.tsx:45 msgid "<0>{following} <1>following" msgstr "<0>{following} <1>mengikuti" @@ -93,6 +93,10 @@ msgstr "<0>Selamat datang diBluesky" msgid "⚠Invalid Handle" msgstr "⚠Handle Tidak Valid" +#: src/screens/Login/LoginForm.tsx:238 +msgid "2FA Confirmation" +msgstr "" + #: src/view/com/util/moderation/LabelInfo.tsx:45 #~ msgid "A content warning has been applied to this {0}." #~ msgstr "Peringatan konten telah diterapkan pada {0}" @@ -101,8 +105,8 @@ msgstr "⚠Handle Tidak Valid" #~ msgid "A new version of the app is available. Please update to continue using the app." #~ msgstr "Versi baru dari aplikasi ini telah tersedia. Harap perbarui untuk terus menggunakan aplikasi." -#: src/view/com/util/ViewHeader.tsx:89 -#: src/view/screens/Search/Search.tsx:796 +#: src/view/com/util/ViewHeader.tsx:91 +#: src/view/screens/Search/Search.tsx:727 msgid "Access navigation links and settings" msgstr "Akses tautan navigasi dan pengaturan" @@ -111,17 +115,26 @@ msgid "Access profile and other navigation links" msgstr "Akses profil dan tautan navigasi lain" #: src/view/com/modals/EditImage.tsx:300 -#: src/view/screens/Settings/index.tsx:421 +#: src/view/screens/Settings/index.tsx:493 msgid "Accessibility" msgstr "Aksesibilitas" +#: src/view/screens/Settings/index.tsx:484 +msgid "Accessibility settings" +msgstr "" + +#: src/Navigation.tsx:284 +#: src/view/screens/AccessibilitySettings.tsx:63 +msgid "Accessibility Settings" +msgstr "" + #: src/components/moderation/LabelsOnMe.tsx:42 msgid "account" msgstr "" -#: src/screens/Login/LoginForm.tsx:144 -#: src/view/screens/Settings/index.tsx:330 -#: src/view/screens/Settings/index.tsx:707 +#: src/screens/Login/LoginForm.tsx:161 +#: src/view/screens/Settings/index.tsx:323 +#: src/view/screens/Settings/index.tsx:702 msgid "Account" msgstr "Akun" @@ -154,7 +167,7 @@ msgstr "Pengaturan akun" msgid "Account removed from quick access" msgstr "Akun dihapus dari akses cepat" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:137 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:135 #: src/view/com/profile/ProfileMenu.tsx:128 msgid "Account unblocked" msgstr "Akun batal diblokir" @@ -183,9 +196,9 @@ msgstr "Tambahkan peringatan konten" msgid "Add a user to this list" msgstr "Tambahkan pengguna ke daftar ini" -#: src/components/dialogs/SwitchAccount.tsx:55 -#: src/view/screens/Settings/index.tsx:405 -#: src/view/screens/Settings/index.tsx:414 +#: src/components/dialogs/SwitchAccount.tsx:56 +#: src/view/screens/Settings/index.tsx:398 +#: src/view/screens/Settings/index.tsx:407 msgid "Add account" msgstr "Tambahkan akun" @@ -211,12 +224,12 @@ msgstr "Tambahkan Kata Sandi Aplikasi" #~ msgstr "Tambahkan detail ke laporan" #: src/view/com/composer/Composer.tsx:467 -msgid "Add link card" -msgstr "Tambahkan kartu tautan" +#~ msgid "Add link card" +#~ msgstr "Tambahkan kartu tautan" #: src/view/com/composer/Composer.tsx:472 -msgid "Add link card:" -msgstr "Tambahkan kartu tautan:" +#~ msgid "Add link card:" +#~ msgstr "Tambahkan kartu tautan:" #: src/components/dialogs/MutedWords.tsx:157 msgid "Add mute word for configured settings" @@ -275,7 +288,7 @@ msgid "Adult content is disabled." msgstr "" #: src/screens/Moderation/index.tsx:375 -#: src/view/screens/Settings/index.tsx:635 +#: src/view/screens/Settings/index.tsx:636 msgid "Advanced" msgstr "Lanjutan" @@ -297,6 +310,7 @@ msgid "ALT" msgstr "ALT" #: src/view/com/modals/EditImage.tsx:316 +#: src/view/screens/AccessibilitySettings.tsx:77 msgid "Alt text" msgstr "Teks alt" @@ -304,7 +318,8 @@ msgstr "Teks alt" msgid "Alt text describes images for blind and low-vision users, and helps give context to everyone." msgstr "Teks alt menjelaskan gambar untuk pengguna tunanetra dan pengguna dengan penglihatan rendah, serta membantu memberikan konteks kepada semua orang." -#: src/view/com/modals/VerifyEmail.tsx:124 +#: 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 "Email telah dikirim ke {0}. Email tersebut berisi kode konfirmasi yang dapat Anda masukkan di bawah ini." @@ -312,6 +327,10 @@ msgstr "Email telah dikirim ke {0}. Email tersebut berisi kode konfirmasi yang d msgid "An email has been sent to your previous address, {0}. It includes a confirmation code which you can enter below." msgstr "Email telah dikirim ke alamat Anda sebelumnya, {0}. Email tersebut berisi kode konfirmasi yang dapat Anda masukkan di bawah ini." +#: src/components/dialogs/GifSelect.tsx:284 +msgid "An error occured" +msgstr "" + #: src/lib/moderation/useReportOptions.ts:26 msgid "An issue not included in these options" msgstr "" @@ -334,6 +353,10 @@ msgstr "dan" msgid "Animals" msgstr "Hewan" +#: src/view/com/util/post-embeds/GifEmbed.tsx:134 +msgid "Animated GIF" +msgstr "" + #: src/lib/moderation/useReportOptions.ts:31 msgid "Anti-Social Behavior" msgstr "" @@ -354,7 +377,7 @@ msgstr "Nama Kata Sandi Aplikasi hanya boleh terdiri dari huruf, angka, spasi, t msgid "App Password names must be at least 4 characters long." msgstr "Nama Kata Sandi Aplikasi harus terdiri dari minimal 4 karakter." -#: src/view/screens/Settings/index.tsx:646 +#: src/view/screens/Settings/index.tsx:647 msgid "App password settings" msgstr "Pengaturan kata sandi aplikasi" @@ -362,9 +385,9 @@ msgstr "Pengaturan kata sandi aplikasi" #~ msgid "App passwords" #~ msgstr "Kata sandi aplikasi" -#: src/Navigation.tsx:251 +#: src/Navigation.tsx:252 #: src/view/screens/AppPasswords.tsx:189 -#: src/view/screens/Settings/index.tsx:655 +#: src/view/screens/Settings/index.tsx:656 msgid "App Passwords" msgstr "Kata sandi Aplikasi" @@ -401,7 +424,7 @@ msgstr "" #~ msgid "Appeal this decision." #~ msgstr "Ajukan banding untuk keputusan ini." -#: src/view/screens/Settings/index.tsx:436 +#: src/view/screens/Settings/index.tsx:414 msgid "Appearance" msgstr "Tampilan" @@ -413,7 +436,7 @@ msgstr "Anda yakin untuk menghapus kata sandi aplikasi \"{name}\"?" msgid "Are you sure you want to remove {0} from your feeds?" msgstr "" -#: src/view/com/composer/Composer.tsx:509 +#: src/view/com/composer/Composer.tsx:523 msgid "Are you sure you'd like to discard this draft?" msgstr "Anda yakin untuk membuang draf ini?" @@ -447,13 +470,13 @@ msgstr "" #: src/screens/Login/ChooseAccountForm.tsx:78 #: src/screens/Login/ForgotPasswordForm.tsx:129 #: src/screens/Login/ForgotPasswordForm.tsx:135 -#: src/screens/Login/LoginForm.tsx:221 -#: src/screens/Login/LoginForm.tsx:227 +#: src/screens/Login/LoginForm.tsx:269 +#: src/screens/Login/LoginForm.tsx:275 #: src/screens/Login/SetNewPasswordForm.tsx:160 #: src/screens/Login/SetNewPasswordForm.tsx:166 #: src/screens/Profile/Header/Shell.tsx:96 #: src/screens/Signup/index.tsx:180 -#: src/view/com/util/ViewHeader.tsx:87 +#: src/view/com/util/ViewHeader.tsx:89 msgid "Back" msgstr "Kembali" @@ -466,7 +489,7 @@ msgstr "Kembali" msgid "Based on your interest in {interestsText}" msgstr "Berdasarkan minat Anda pada {interestsText}" -#: src/view/screens/Settings/index.tsx:493 +#: src/view/screens/Settings/index.tsx:471 msgid "Basics" msgstr "Dasar" @@ -474,11 +497,11 @@ msgstr "Dasar" msgid "Birthday" msgstr "Tanggal lahir" -#: src/view/screens/Settings/index.tsx:362 +#: src/view/screens/Settings/index.tsx:355 msgid "Birthday:" msgstr "Tanggal lahir:" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:286 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:284 #: src/view/com/profile/ProfileMenu.tsx:361 msgid "Block" msgstr "" @@ -518,8 +541,8 @@ msgstr "Diblokir" msgid "Blocked accounts" msgstr "Akun yang diblokir" -#: src/Navigation.tsx:134 -#: src/view/screens/ModerationBlockedAccounts.tsx:113 +#: src/Navigation.tsx:135 +#: src/view/screens/ModerationBlockedAccounts.tsx:112 msgid "Blocked Accounts" msgstr "Akun yang diblokir" @@ -527,7 +550,7 @@ msgstr "Akun yang diblokir" msgid "Blocked accounts cannot reply in your threads, mention you, or otherwise interact with you." msgstr "Akun yang diblokir tidak dapat membalas di utas Anda, menyebut Anda, atau berinteraksi dengan Anda." -#: src/view/screens/ModerationBlockedAccounts.tsx:121 +#: src/view/screens/ModerationBlockedAccounts.tsx:120 msgid "Blocked accounts cannot reply in your threads, mention you, or otherwise interact with you. You will not see their content and they will be prevented from seeing yours." msgstr "Akun yang diblokir tidak dapat membalas postingan Anda, menyebutkan Anda, dan interaksi lain dengan Anda. Anda tidak akan melihat konten mereka dan mereka akan dicegah melihat konten Anda." @@ -635,7 +658,7 @@ msgstr "" msgid "by you" msgstr "oleh Anda" -#: src/view/com/composer/photos/OpenCameraBtn.tsx:77 +#: src/view/com/composer/photos/OpenCameraBtn.tsx:73 msgid "Camera" msgstr "Kamera" @@ -647,8 +670,8 @@ msgstr "Hanya dapat terdiri dari huruf, angka, spasi, tanda hubung dan garis baw #: src/components/Prompt.tsx:113 #: src/components/Prompt.tsx:115 #: src/components/TagMenu/index.tsx:268 -#: src/view/com/composer/Composer.tsx:317 -#: src/view/com/composer/Composer.tsx:322 +#: src/view/com/composer/Composer.tsx:349 +#: src/view/com/composer/Composer.tsx:354 #: src/view/com/modals/ChangeEmail.tsx:218 #: src/view/com/modals/ChangeEmail.tsx:220 #: src/view/com/modals/ChangeHandle.tsx:154 @@ -663,9 +686,9 @@ msgstr "Hanya dapat terdiri dari huruf, angka, spasi, tanda hubung dan garis baw #: src/view/com/modals/LinkWarning.tsx:105 #: src/view/com/modals/LinkWarning.tsx:107 #: src/view/com/modals/Repost.tsx:88 -#: src/view/com/modals/VerifyEmail.tsx:247 -#: src/view/com/modals/VerifyEmail.tsx:253 -#: src/view/screens/Search/Search.tsx:865 +#: src/view/com/modals/VerifyEmail.tsx:255 +#: src/view/com/modals/VerifyEmail.tsx:261 +#: src/view/screens/Search/Search.tsx:796 #: src/view/shell/desktop/Search.tsx:239 msgid "Cancel" msgstr "Batal" @@ -714,34 +737,34 @@ msgstr "Batal mencari" msgid "Cancels opening the linked website" msgstr "" -#: src/view/com/modals/VerifyEmail.tsx:152 +#: src/view/com/modals/VerifyEmail.tsx:160 msgid "Change" msgstr "Ubah" -#: src/view/screens/Settings/index.tsx:356 +#: src/view/screens/Settings/index.tsx:349 msgctxt "action" msgid "Change" msgstr "Ubah" -#: src/view/screens/Settings/index.tsx:667 +#: src/view/screens/Settings/index.tsx:668 msgid "Change handle" msgstr "Ubah handle" #: src/view/com/modals/ChangeHandle.tsx:162 -#: src/view/screens/Settings/index.tsx:678 +#: src/view/screens/Settings/index.tsx:679 msgid "Change Handle" msgstr "Ubah Handle" -#: src/view/com/modals/VerifyEmail.tsx:147 +#: src/view/com/modals/VerifyEmail.tsx:155 msgid "Change my email" msgstr "Ubah email saya" -#: src/view/screens/Settings/index.tsx:718 +#: src/view/screens/Settings/index.tsx:713 msgid "Change password" msgstr "Ubah kata sandi" #: src/view/com/modals/ChangePassword.tsx:141 -#: src/view/screens/Settings/index.tsx:729 +#: src/view/screens/Settings/index.tsx:724 msgid "Change Password" msgstr "Ubah Kata Sandi" @@ -770,6 +793,10 @@ msgstr "Lihat beberapa rekomendasi feed. Ketuk + untuk menambahkan ke daftar fee msgid "Check out some recommended users. Follow them to see similar users." msgstr "Lihat beberapa rekomendasi pengguna. Ikuti mereka untuk melihat pengguna serupa." +#: src/screens/Login/LoginForm.tsx:262 +msgid "Check your email for a login code and enter it here." +msgstr "" + #: src/view/com/modals/DeleteAccount.tsx:168 msgid "Check your inbox for an email with the confirmation code to enter below:" msgstr "Periksa kotak masuk email Anda untuk kode konfirmasi dan masukkan di bawah ini:" @@ -807,32 +834,32 @@ msgstr "Pilih feed utama Anda" msgid "Choose your password" msgstr "Pilih kata sandi Anda" -#: src/view/screens/Settings/index.tsx:832 +#: src/view/screens/Settings/index.tsx:827 msgid "Clear all legacy storage data" msgstr "Hapus semua data penyimpanan lama" -#: src/view/screens/Settings/index.tsx:835 +#: src/view/screens/Settings/index.tsx:830 msgid "Clear all legacy storage data (restart after this)" msgstr "Hapus semua data penyimpanan lama (mulai ulang setelah ini)" -#: src/view/screens/Settings/index.tsx:844 +#: src/view/screens/Settings/index.tsx:839 msgid "Clear all storage data" msgstr "Hapus semua data penyimpanan" -#: src/view/screens/Settings/index.tsx:847 +#: src/view/screens/Settings/index.tsx:842 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:846 +#: src/view/screens/Search/Search.tsx:777 msgid "Clear search query" msgstr "Hapus kueri pencarian" -#: src/view/screens/Settings/index.tsx:833 +#: src/view/screens/Settings/index.tsx:828 msgid "Clears all legacy storage data" msgstr "" -#: src/view/screens/Settings/index.tsx:845 +#: src/view/screens/Settings/index.tsx:840 msgid "Clears all storage data" msgstr "" @@ -845,20 +872,21 @@ msgid "Click here to open tag menu for {tag}" msgstr "" #: src/components/RichText.tsx:198 -msgid "Click here to open tag menu for #{tag}" -msgstr "" +#~ msgid "Click here to open tag menu for #{tag}" +#~ msgstr "" #: src/screens/Onboarding/index.tsx:35 msgid "Climate" msgstr "Iklim" +#: src/components/dialogs/GifSelect.tsx:300 #: src/view/com/modals/ChangePassword.tsx:267 #: src/view/com/modals/ChangePassword.tsx:270 msgid "Close" msgstr "Tutup" -#: src/components/Dialog/index.web.tsx:106 -#: src/components/Dialog/index.web.tsx:218 +#: src/components/Dialog/index.web.tsx:111 +#: src/components/Dialog/index.web.tsx:246 msgid "Close active dialog" msgstr "Tutup dialog aktif" @@ -870,6 +898,14 @@ msgstr "Tutup peringatan" msgid "Close bottom drawer" msgstr "Tutup kotak bawah" +#: src/components/dialogs/GifSelect.tsx:294 +msgid "Close dialog" +msgstr "" + +#: src/components/dialogs/GifSelect.tsx:150 +msgid "Close GIF dialog" +msgstr "" + #: src/view/com/lightbox/ImageViewing/components/ImageDefaultHeader.tsx:36 msgid "Close image" msgstr "Tutup gambar" @@ -878,7 +914,7 @@ msgstr "Tutup gambar" msgid "Close image viewer" msgstr "Tutup penampil gambar" -#: src/view/shell/index.web.tsx:57 +#: src/view/shell/index.web.tsx:61 msgid "Close navigation footer" msgstr "Tutup footer navigasi" @@ -887,7 +923,7 @@ msgstr "Tutup footer navigasi" msgid "Close this dialog" msgstr "" -#: src/view/shell/index.web.tsx:58 +#: src/view/shell/index.web.tsx:62 msgid "Closes bottom navigation bar" msgstr "Menutup bilah navigasi bawah" @@ -895,7 +931,7 @@ msgstr "Menutup bilah navigasi bawah" msgid "Closes password update alert" msgstr "Menutup peringatan pembaruan kata sandi" -#: src/view/com/composer/Composer.tsx:319 +#: src/view/com/composer/Composer.tsx:351 msgid "Closes post composer and discards post draft" msgstr "Menutup penyusun postingan dan membuang draf" @@ -915,7 +951,7 @@ msgstr "Komedi" msgid "Comics" msgstr "Komik" -#: src/Navigation.tsx:241 +#: src/Navigation.tsx:242 #: src/view/screens/CommunityGuidelines.tsx:32 msgid "Community Guidelines" msgstr "Panduan Komunitas" @@ -928,7 +964,7 @@ msgstr "Selesaikan onboarding dan mulai menggunakan akun Anda" msgid "Complete the challenge" msgstr "" -#: src/view/com/composer/Composer.tsx:438 +#: src/view/com/composer/Composer.tsx:469 msgid "Compose posts up to {MAX_GRAPHEME_LENGTH} characters in length" msgstr "Buat postingan dengan panjang hingga {MAX_GRAPHEME_LENGTH} karakter" @@ -951,10 +987,12 @@ msgstr "" #: src/components/Prompt.tsx:153 #: src/components/Prompt.tsx:156 #: src/view/com/modals/SelfLabel.tsx:154 -#: src/view/com/modals/VerifyEmail.tsx:231 -#: src/view/com/modals/VerifyEmail.tsx:233 +#: src/view/com/modals/VerifyEmail.tsx:239 +#: src/view/com/modals/VerifyEmail.tsx:241 #: src/view/screens/PreferencesFollowingFeed.tsx:308 #: src/view/screens/PreferencesThreads.tsx:159 +#: src/view/screens/Settings/DisableEmail2FADialog.tsx:180 +#: src/view/screens/Settings/DisableEmail2FADialog.tsx:183 msgid "Confirm" msgstr "Konfirmasi" @@ -989,10 +1027,13 @@ msgstr "" msgid "Confirm your birthdate" msgstr "" +#: src/screens/Login/LoginForm.tsx:244 #: src/view/com/modals/ChangeEmail.tsx:157 #: src/view/com/modals/DeleteAccount.tsx:175 #: src/view/com/modals/DeleteAccount.tsx:181 -#: src/view/com/modals/VerifyEmail.tsx:165 +#: 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 "Kode konfirmasi" @@ -1000,7 +1041,7 @@ msgstr "Kode konfirmasi" #~ msgid "Confirms signing up {email} to the waitlist" #~ msgstr "Konfirmasi pendaftaran {email} ke daftar tunggu" -#: src/screens/Login/LoginForm.tsx:248 +#: src/screens/Login/LoginForm.tsx:296 msgid "Connecting..." msgstr "Menghubungkan..." @@ -1093,7 +1134,7 @@ msgstr "Memasak" msgid "Copied" msgstr "Disalin" -#: src/view/screens/Settings/index.tsx:254 +#: src/view/screens/Settings/index.tsx:243 msgid "Copied build version to clipboard" msgstr "Menyalin versi build ke papan klip" @@ -1129,8 +1170,8 @@ msgstr "" msgid "Copy link to list" msgstr "Salin tautan ke daftar" -#: src/view/com/util/forms/PostDropdownBtn.tsx:236 -#: src/view/com/util/forms/PostDropdownBtn.tsx:245 +#: src/view/com/util/forms/PostDropdownBtn.tsx:240 +#: src/view/com/util/forms/PostDropdownBtn.tsx:249 msgid "Copy link to post" msgstr "Salin tautan ke postingan" @@ -1138,12 +1179,12 @@ msgstr "Salin tautan ke postingan" #~ msgid "Copy link to profile" #~ msgstr "Salin tautan ke profil" -#: src/view/com/util/forms/PostDropdownBtn.tsx:228 #: src/view/com/util/forms/PostDropdownBtn.tsx:230 +#: src/view/com/util/forms/PostDropdownBtn.tsx:232 msgid "Copy post text" msgstr "Salin teks postingan" -#: src/Navigation.tsx:246 +#: src/Navigation.tsx:247 #: src/view/screens/CopyrightPolicy.tsx:29 msgid "Copyright Policy" msgstr "Kebijakan Hak Cipta" @@ -1165,7 +1206,7 @@ msgstr "Tidak dapat memuat daftar" msgid "Create a new account" msgstr "Buat akun baru" -#: src/view/screens/Settings/index.tsx:406 +#: src/view/screens/Settings/index.tsx:399 msgid "Create a new Bluesky account" msgstr "Buat akun Bluesky baru" @@ -1204,8 +1245,8 @@ msgstr "Dibuat {0}" #~ msgstr "Dibuat oleh Anda" #: src/view/com/composer/Composer.tsx:469 -msgid "Creates a card with a thumbnail. The card links to {url}" -msgstr "Buat kartu dengan gambar kecil. Tautan kartu ke {url}" +#~ msgid "Creates a card with a thumbnail. The card links to {url}" +#~ msgstr "Buat kartu dengan gambar kecil. Tautan kartu ke {url}" #: src/screens/Onboarding/index.tsx:29 msgid "Culture" @@ -1225,7 +1266,7 @@ msgstr "Domain kustom" msgid "Custom feeds built by the community bring you new experiences and help you find the content you love." msgstr "Feed khusus yang dibuat oleh komunitas memberikan pengalaman baru dan membantu Anda menemukan konten yang Anda sukai." -#: src/view/screens/PreferencesExternalEmbeds.tsx:55 +#: src/view/screens/PreferencesExternalEmbeds.tsx:56 msgid "Customize media from external sites." msgstr "Sesuaikan media dari situs eksternal." @@ -1233,8 +1274,8 @@ msgstr "Sesuaikan media dari situs eksternal." #~ msgid "Danger Zone" #~ msgstr "Zona Berbahaya" -#: src/view/screens/Settings/index.tsx:455 -#: src/view/screens/Settings/index.tsx:481 +#: src/view/screens/Settings/index.tsx:433 +#: src/view/screens/Settings/index.tsx:459 msgid "Dark" msgstr "Gelap" @@ -1242,7 +1283,7 @@ msgstr "Gelap" msgid "Dark mode" msgstr "Mode gelap" -#: src/view/screens/Settings/index.tsx:468 +#: src/view/screens/Settings/index.tsx:446 msgid "Dark Theme" msgstr "Tema Gelap" @@ -1254,7 +1295,7 @@ msgstr "" #~ msgid "Debug" #~ msgstr "Debug" -#: src/view/screens/Settings/index.tsx:805 +#: src/view/screens/Settings/index.tsx:800 msgid "Debug Moderation" msgstr "" @@ -1262,13 +1303,13 @@ msgstr "" msgid "Debug panel" msgstr "Panel debug" -#: src/view/com/util/forms/PostDropdownBtn.tsx:341 +#: src/view/com/util/forms/PostDropdownBtn.tsx:345 #: src/view/screens/AppPasswords.tsx:268 #: src/view/screens/ProfileList.tsx:615 msgid "Delete" msgstr "" -#: src/view/screens/Settings/index.tsx:760 +#: src/view/screens/Settings/index.tsx:755 msgid "Delete account" msgstr "Hapus akun" @@ -1296,12 +1337,12 @@ msgstr "Hapus akun saya" #~ msgid "Delete my account…" #~ msgstr "Hapus akun saya…" -#: src/view/screens/Settings/index.tsx:772 +#: src/view/screens/Settings/index.tsx:767 msgid "Delete My Account…" msgstr "Hapus Akun Saya…" -#: src/view/com/util/forms/PostDropdownBtn.tsx:322 -#: src/view/com/util/forms/PostDropdownBtn.tsx:324 +#: src/view/com/util/forms/PostDropdownBtn.tsx:326 +#: src/view/com/util/forms/PostDropdownBtn.tsx:328 msgid "Delete post" msgstr "Hapus postingan" @@ -1309,7 +1350,7 @@ msgstr "Hapus postingan" msgid "Delete this list?" msgstr "" -#: src/view/com/util/forms/PostDropdownBtn.tsx:336 +#: src/view/com/util/forms/PostDropdownBtn.tsx:340 msgid "Delete this post?" msgstr "Hapus postingan ini?" @@ -1336,21 +1377,33 @@ msgstr "Deskripsi" #~ msgid "Developer Tools" #~ msgstr "Alat Pengembang" -#: src/view/com/composer/Composer.tsx:218 +#: src/view/com/composer/Composer.tsx:228 msgid "Did you want to say anything?" msgstr "Apakah Anda ingin mengatakan sesuatu?" -#: src/view/screens/Settings/index.tsx:474 +#: src/view/screens/Settings/index.tsx:452 msgid "Dim" msgstr "Redup" -#: src/view/screens/Settings/index.tsx:697 -msgid "Disable haptics" +#: src/view/screens/AccessibilitySettings.tsx:94 +msgid "Disable autoplay for GIFs" +msgstr "" + +#: src/view/screens/Settings/DisableEmail2FADialog.tsx:90 +msgid "Disable Email 2FA" +msgstr "" + +#: src/view/screens/AccessibilitySettings.tsx:108 +msgid "Disable haptic feedback" msgstr "" #: src/view/screens/Settings/index.tsx:697 -msgid "Disable vibrations" -msgstr "" +#~ msgid "Disable haptics" +#~ msgstr "" + +#: src/view/screens/Settings/index.tsx:697 +#~ msgid "Disable vibrations" +#~ msgstr "" #: src/lib/moderation/useLabelBehaviorDescription.ts:32 #: src/lib/moderation/useLabelBehaviorDescription.ts:42 @@ -1359,7 +1412,7 @@ msgstr "" msgid "Disabled" msgstr "" -#: src/view/com/composer/Composer.tsx:511 +#: src/view/com/composer/Composer.tsx:525 msgid "Discard" msgstr "Buang" @@ -1367,7 +1420,7 @@ msgstr "Buang" #~ msgid "Discard draft" #~ msgstr "Buang draf" -#: src/view/com/composer/Composer.tsx:508 +#: src/view/com/composer/Composer.tsx:522 msgid "Discard draft?" msgstr "" @@ -1469,7 +1522,7 @@ msgstr "Selesai{extraText}" msgid "Download CAR file" msgstr "" -#: src/view/com/composer/text-input/TextInput.web.tsx:249 +#: src/view/com/composer/text-input/TextInput.web.tsx:270 msgid "Drop to add images" msgstr "Lepaskan untuk menambahkan gambar" @@ -1540,7 +1593,7 @@ msgstr "Edit detail daftar" msgid "Edit Moderation List" msgstr "Ubah Daftar Moderasi" -#: src/Navigation.tsx:256 +#: src/Navigation.tsx:257 #: src/view/screens/Feeds.tsx:459 #: src/view/screens/SavedFeeds.tsx:85 msgid "Edit My Feeds" @@ -1551,12 +1604,12 @@ msgid "Edit my profile" msgstr "Edit profil saya" #: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:178 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:168 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:166 msgid "Edit profile" msgstr "Edit profil" #: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:181 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:171 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:169 msgid "Edit Profile" msgstr "Edit Profil" @@ -1586,6 +1639,10 @@ msgstr "Pendidikan" msgid "Email" msgstr "Email" +#: src/view/screens/Settings/DisableEmail2FADialog.tsx:64 +msgid "Email 2FA disabled" +msgstr "" + #: src/screens/Login/ForgotPasswordForm.tsx:99 msgid "Email address" msgstr "Alamat email" @@ -1599,11 +1656,11 @@ msgstr "Email diperbarui" msgid "Email Updated" msgstr "Email Diupdate" -#: src/view/com/modals/VerifyEmail.tsx:78 +#: src/view/com/modals/VerifyEmail.tsx:85 msgid "Email verified" msgstr "Email terverifikasi" -#: src/view/screens/Settings/index.tsx:334 +#: src/view/screens/Settings/index.tsx:327 msgid "Email:" msgstr "Email:" @@ -1612,8 +1669,8 @@ msgid "Embed HTML code" msgstr "" #: src/components/dialogs/Embed.tsx:97 -#: src/view/com/util/forms/PostDropdownBtn.tsx:253 -#: src/view/com/util/forms/PostDropdownBtn.tsx:255 +#: src/view/com/util/forms/PostDropdownBtn.tsx:257 +#: src/view/com/util/forms/PostDropdownBtn.tsx:259 msgid "Embed post" msgstr "" @@ -1647,7 +1704,7 @@ msgstr "" #~ msgid "Enable External Media" #~ msgstr "Aktifkan Media Eksternal" -#: src/view/screens/PreferencesExternalEmbeds.tsx:75 +#: src/view/screens/PreferencesExternalEmbeds.tsx:76 msgid "Enable media players for" msgstr "Aktifkan pemutar media untuk" @@ -1680,7 +1737,7 @@ msgstr "" msgid "Enter a word or tag" msgstr "" -#: src/view/com/modals/VerifyEmail.tsx:105 +#: src/view/com/modals/VerifyEmail.tsx:113 msgid "Enter Confirmation Code" msgstr "Masukkan Kode Konfirmasi" @@ -1787,12 +1844,12 @@ msgstr "" msgid "Explicit sexual images." msgstr "" -#: src/view/screens/Settings/index.tsx:741 +#: src/view/screens/Settings/index.tsx:736 msgid "Export my data" msgstr "" #: src/view/screens/Settings/ExportCarDialog.tsx:44 -#: src/view/screens/Settings/index.tsx:752 +#: src/view/screens/Settings/index.tsx:747 msgid "Export My Data" msgstr "" @@ -1802,17 +1859,17 @@ msgid "External Media" msgstr "Media Eksternal" #: src/components/dialogs/EmbedConsent.tsx:71 -#: src/view/screens/PreferencesExternalEmbeds.tsx:66 +#: 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 "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:275 -#: src/view/screens/PreferencesExternalEmbeds.tsx:52 -#: src/view/screens/Settings/index.tsx:628 +#: src/Navigation.tsx:276 +#: src/view/screens/PreferencesExternalEmbeds.tsx:53 +#: src/view/screens/Settings/index.tsx:629 msgid "External Media Preferences" msgstr "Preferensi Media Eksternal" -#: src/view/screens/Settings/index.tsx:619 +#: src/view/screens/Settings/index.tsx:620 msgid "External media settings" msgstr "Pengaturan media eksternal" @@ -1829,6 +1886,10 @@ msgstr "Gagal membuat daftar. Periksa koneksi internet Anda dan coba lagi." msgid "Failed to delete post, please try again" msgstr "Gagal menghapus postingan, silakan coba lagi" +#: src/components/dialogs/GifSelect.tsx:200 +msgid "Failed to load GIFs" +msgstr "" + #: src/view/com/auth/onboarding/RecommendedFeeds.tsx:110 #: src/view/com/auth/onboarding/RecommendedFeeds.tsx:143 msgid "Failed to load recommended feeds" @@ -1838,7 +1899,7 @@ msgstr "Gagal memuat rekomendasi feed" msgid "Failed to save image: {0}" msgstr "" -#: src/Navigation.tsx:196 +#: src/Navigation.tsx:197 msgid "Feed" msgstr "Feed" @@ -1859,10 +1920,10 @@ msgstr "Feed offline" msgid "Feedback" msgstr "Masukan" -#: src/Navigation.tsx:456 +#: src/Navigation.tsx:465 #: src/view/screens/Feeds.tsx:444 #: src/view/screens/Feeds.tsx:549 -#: src/view/screens/Profile.tsx:199 +#: src/view/screens/Profile.tsx:198 #: src/view/shell/bottom-bar/BottomBar.tsx:192 #: src/view/shell/desktop/LeftNav.tsx:346 #: src/view/shell/Drawer.tsx:485 @@ -1908,13 +1969,17 @@ msgstr "Menyelesaikan" msgid "Find accounts to follow" msgstr "Temukan akun untuk diikuti" +#: src/view/screens/Search/Search.tsx:521 +msgid "Find posts and users on Bluesky" +msgstr "" + #: src/view/screens/Search/Search.tsx:589 -msgid "Find users on Bluesky" -msgstr "Temukan pengguna di Bluesky" +#~ msgid "Find users on Bluesky" +#~ msgstr "Temukan pengguna di Bluesky" #: src/view/screens/Search/Search.tsx:587 -msgid "Find users with the search tool on the right" -msgstr "Temukan pengguna dengan alat pencarian di sebelah kanan" +#~ msgid "Find users with the search tool on the right" +#~ msgstr "Temukan pengguna dengan alat pencarian di sebelah kanan" #: src/view/com/auth/onboarding/RecommendedFollowsItem.tsx:155 msgid "Finding similar accounts..." @@ -1950,7 +2015,7 @@ msgid "Flip vertically" msgstr "Balik secara vertikal" #: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:189 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:235 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:233 #: src/view/com/auth/onboarding/RecommendedFollowsItem.tsx:141 #: src/view/com/post-thread/PostThreadFollowBtn.tsx:146 #: src/view/com/profile/ProfileHeaderSuggestedFollows.tsx:248 @@ -1963,7 +2028,7 @@ msgid "Follow" msgstr "Ikuti" #: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:58 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:221 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:219 #: src/view/com/post-thread/PostThreadFollowBtn.tsx:128 msgid "Follow {0}" msgstr "Ikuti {0}" @@ -1993,7 +2058,7 @@ msgstr "Ikuti akun yang dipilih dan lanjutkan ke langkah berikutnya" msgid "Follow some users to get started. We can recommend you more users based on who you find interesting." msgstr "Ikuti beberapa pengguna untuk memulai. Kami dapat merekomendasikan lebih banyak pengguna yang mungkin menarik Anda." -#: src/view/com/profile/ProfileCard.tsx:219 +#: src/view/com/profile/ProfileCard.tsx:231 msgid "Followed by {0}" msgstr "Diikuti oleh {0}" @@ -2017,26 +2082,26 @@ msgstr "Pengikut" #~ msgid "following" #~ msgstr "mengikuti" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:233 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:231 #: src/view/com/post-thread/PostThreadFollowBtn.tsx:149 #: src/view/com/profile/ProfileFollows.tsx:104 #: src/view/screens/ProfileFollows.tsx:25 msgid "Following" msgstr "Mengikuti" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:93 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:91 msgid "Following {0}" msgstr "Mengikuti {0}" -#: src/view/screens/Settings/index.tsx:504 +#: src/view/screens/Settings/index.tsx:505 msgid "Following feed preferences" msgstr "" -#: src/Navigation.tsx:262 +#: src/Navigation.tsx:263 #: src/view/com/home/HomeHeaderLayout.web.tsx:54 #: src/view/com/home/HomeHeaderLayoutMobile.tsx:87 #: src/view/screens/PreferencesFollowingFeed.tsx:104 -#: src/view/screens/Settings/index.tsx:513 +#: src/view/screens/Settings/index.tsx:514 msgid "Following Feed Preferences" msgstr "" @@ -2044,7 +2109,7 @@ msgstr "" msgid "Follows you" msgstr "Mengikuti Anda" -#: src/view/com/profile/ProfileCard.tsx:144 +#: src/view/com/profile/ProfileCard.tsx:156 msgid "Follows You" msgstr "Mengikuti Anda" @@ -2073,11 +2138,11 @@ msgstr "Untuk alasan keamanan, Anda tidak akan dapat melihat ini lagi. Jika Anda msgid "Forgot Password" msgstr "Lupa Kata Sandi" -#: src/screens/Login/LoginForm.tsx:201 +#: src/screens/Login/LoginForm.tsx:218 msgid "Forgot password?" msgstr "" -#: src/screens/Login/LoginForm.tsx:212 +#: src/screens/Login/LoginForm.tsx:229 msgid "Forgot?" msgstr "" @@ -2085,8 +2150,7 @@ msgstr "" msgid "Frequently Posts Unwanted Content" msgstr "" -#: src/screens/Hashtag.tsx:109 -#: src/screens/Hashtag.tsx:149 +#: src/screens/Hashtag.tsx:118 msgid "From @{sanitizedAuthor}" msgstr "" @@ -2095,12 +2159,12 @@ msgctxt "from-feed" msgid "From <0/>" msgstr "Dari <0/>" -#: src/view/com/composer/photos/SelectPhotoBtn.tsx:43 +#: src/view/com/composer/photos/SelectPhotoBtn.tsx:39 msgid "Gallery" msgstr "Galeri" -#: src/view/com/modals/VerifyEmail.tsx:189 -#: src/view/com/modals/VerifyEmail.tsx:191 +#: src/view/com/modals/VerifyEmail.tsx:197 +#: src/view/com/modals/VerifyEmail.tsx:199 msgid "Get Started" msgstr "Memulai" @@ -2119,7 +2183,7 @@ msgstr "" msgid "Go back" msgstr "Kembali" -#: src/components/Error.tsx:91 +#: src/components/Error.tsx:100 #: src/screens/Profile/ErrorState.tsx:62 #: src/screens/Profile/ErrorState.tsx:66 #: src/view/screens/NotFound.tsx:54 @@ -2144,7 +2208,7 @@ msgstr "" msgid "Go Home" msgstr "" -#: src/view/screens/Search/Search.tsx:896 +#: src/view/screens/Search/Search.tsx:827 #: src/view/shell/desktop/Search.tsx:263 msgid "Go to @{queryMaybeHandle}" msgstr "Kembali ke @{queryMaybeHandle}" @@ -2162,11 +2226,15 @@ msgstr "" msgid "Handle" msgstr "Handle" +#: src/view/screens/AccessibilitySettings.tsx:103 +msgid "Haptics" +msgstr "" + #: src/lib/moderation/useReportOptions.ts:32 msgid "Harassment, trolling, or intolerance" msgstr "" -#: src/Navigation.tsx:282 +#: src/Navigation.tsx:291 msgid "Hashtag" msgstr "" @@ -2174,7 +2242,7 @@ msgstr "" #~ msgid "Hashtag: {tag}" #~ msgstr "" -#: src/components/RichText.tsx:197 +#: src/components/RichText.tsx:206 msgid "Hashtag: #{tag}" msgstr "" @@ -2216,7 +2284,7 @@ msgstr "Berikut kata sandi aplikasi Anda." #: src/lib/moderation/useLabelBehaviorDescription.ts:30 #: src/screens/Onboarding/StepModeration/ModerationOption.tsx:52 #: src/screens/Onboarding/StepModeration/ModerationOption.tsx:76 -#: src/view/com/util/forms/PostDropdownBtn.tsx:350 +#: src/view/com/util/forms/PostDropdownBtn.tsx:354 msgid "Hide" msgstr "Sembunyikan" @@ -2225,8 +2293,8 @@ msgctxt "action" msgid "Hide" msgstr "Sembunyikan" -#: src/view/com/util/forms/PostDropdownBtn.tsx:294 -#: src/view/com/util/forms/PostDropdownBtn.tsx:296 +#: src/view/com/util/forms/PostDropdownBtn.tsx:298 +#: src/view/com/util/forms/PostDropdownBtn.tsx:300 msgid "Hide post" msgstr "Sembunyikan postingan" @@ -2235,7 +2303,7 @@ msgstr "Sembunyikan postingan" msgid "Hide the content" msgstr "Sembunyikan konten" -#: src/view/com/util/forms/PostDropdownBtn.tsx:347 +#: src/view/com/util/forms/PostDropdownBtn.tsx:351 msgid "Hide this post?" msgstr "Sembunyikan postingan ini?" @@ -2275,7 +2343,7 @@ msgstr "" msgid "Hmmmm, we couldn't load that moderation service." msgstr "" -#: src/Navigation.tsx:446 +#: src/Navigation.tsx:455 #: src/view/shell/bottom-bar/BottomBar.tsx:148 #: src/view/shell/desktop/LeftNav.tsx:310 #: src/view/shell/Drawer.tsx:407 @@ -2295,7 +2363,7 @@ msgid "Host:" msgstr "" #: src/screens/Login/ForgotPasswordForm.tsx:89 -#: src/screens/Login/LoginForm.tsx:134 +#: src/screens/Login/LoginForm.tsx:151 #: src/screens/Signup/StepInfo/index.tsx:40 #: src/view/com/modals/ChangeHandle.tsx:281 msgid "Hosting provider" @@ -2309,11 +2377,13 @@ msgstr "Provider hosting" msgid "How should we open this link?" msgstr "Bagaimana kami harus membuka tautan ini?" -#: src/view/com/modals/VerifyEmail.tsx:214 +#: 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 "Saya punya kode" -#: src/view/com/modals/VerifyEmail.tsx:216 +#: src/view/com/modals/VerifyEmail.tsx:224 msgid "I have a confirmation code" msgstr "Saya punya kode konfirmasi" @@ -2337,7 +2407,7 @@ msgstr "" msgid "If you delete this list, you won't be able to recover it." msgstr "" -#: src/view/com/util/forms/PostDropdownBtn.tsx:338 +#: src/view/com/util/forms/PostDropdownBtn.tsx:342 msgid "If you remove this post, you won't be able to recover it." msgstr "" @@ -2406,11 +2476,15 @@ msgstr "Masukkan kata sandi untuk penghapusan akun" #~ msgid "Input phone number for SMS verification" #~ msgstr "Masukkan nomor telepon untuk verifikasi SMS" -#: src/screens/Login/LoginForm.tsx:195 +#: src/screens/Login/LoginForm.tsx:257 +msgid "Input the code which has been emailed to you" +msgstr "" + +#: src/screens/Login/LoginForm.tsx:212 msgid "Input the password tied to {identifier}" msgstr "Masukkan kata sandi yang terkait dengan {identifier}" -#: src/screens/Login/LoginForm.tsx:168 +#: src/screens/Login/LoginForm.tsx:185 msgid "Input the username or email address you used at signup" msgstr "Masukkan nama pengguna atau alamat email yang Anda gunakan saat mendaftar" @@ -2422,7 +2496,7 @@ msgstr "Masukkan nama pengguna atau alamat email yang Anda gunakan saat mendafta #~ msgid "Input your email to get on the Bluesky waitlist" #~ msgstr "Masukkan email Anda untuk masuk ke daftar tunggu Bluesky" -#: src/screens/Login/LoginForm.tsx:194 +#: src/screens/Login/LoginForm.tsx:211 msgid "Input your password" msgstr "Masukkan kata sandi Anda" @@ -2434,11 +2508,16 @@ msgstr "" msgid "Input your user handle" msgstr "Masukkan handle pengguna Anda" -#: src/view/com/post-thread/PostThreadItem.tsx:221 +#: src/screens/Login/LoginForm.tsx:126 +#: src/view/screens/Settings/DisableEmail2FADialog.tsx:70 +msgid "Invalid 2FA confirmation code." +msgstr "" + +#: src/view/com/post-thread/PostThreadItem.tsx:222 msgid "Invalid or unsupported post record" msgstr "Catatan posting tidak valid atau tidak didukung" -#: src/screens/Login/LoginForm.tsx:114 +#: src/screens/Login/LoginForm.tsx:131 msgid "Invalid username or password" msgstr "Username atau kata sandi salah" @@ -2507,7 +2586,7 @@ msgstr "" msgid "Labeled by the author." msgstr "" -#: src/view/screens/Profile.tsx:193 +#: src/view/screens/Profile.tsx:192 msgid "Labels" msgstr "" @@ -2531,16 +2610,16 @@ msgstr "" msgid "Language selection" msgstr "Pilih bahasa" -#: src/view/screens/Settings/index.tsx:565 +#: src/view/screens/Settings/index.tsx:566 msgid "Language settings" msgstr "Pengaturan bahasa" -#: src/Navigation.tsx:144 +#: src/Navigation.tsx:145 #: src/view/screens/LanguageSettings.tsx:89 msgid "Language Settings" msgstr "Pengaturan Bahasa" -#: src/view/screens/Settings/index.tsx:574 +#: src/view/screens/Settings/index.tsx:575 msgid "Languages" msgstr "Bahasa" @@ -2548,7 +2627,8 @@ msgstr "Bahasa" #~ msgid "Last step!" #~ msgstr "Langkah terakhir!" -#: src/view/screens/Search/Search.tsx:437 +#: src/screens/Hashtag.tsx:99 +#: src/view/screens/Search/Search.tsx:428 msgid "Latest" msgstr "" @@ -2590,7 +2670,7 @@ msgstr "Meninggalkan Bluesky" msgid "left to go." msgstr "yang tersisa" -#: src/view/screens/Settings/index.tsx:299 +#: src/view/screens/Settings/index.tsx:292 msgid "Legacy storage cleared, you need to restart the app now." msgstr "Penyimpanan lama dihapus, Anda perlu memulai ulang aplikasi sekarang." @@ -2608,7 +2688,7 @@ msgstr "Ayo!" #~ msgid "Library" #~ msgstr "Pustaka" -#: src/view/screens/Settings/index.tsx:449 +#: src/view/screens/Settings/index.tsx:427 msgid "Light" msgstr "Terang" @@ -2622,8 +2702,8 @@ msgid "Like this feed" msgstr "Suka feed ini" #: src/components/LikesDialog.tsx:87 -#: src/Navigation.tsx:201 -#: src/Navigation.tsx:206 +#: src/Navigation.tsx:202 +#: src/Navigation.tsx:207 msgid "Liked by" msgstr "Disukai oleh" @@ -2663,15 +2743,15 @@ msgstr "menyukai feed khusus Anda" msgid "liked your post" msgstr "menyukai postingan Anda" -#: src/view/screens/Profile.tsx:198 +#: src/view/screens/Profile.tsx:197 msgid "Likes" msgstr "Suka" -#: src/view/com/post-thread/PostThreadItem.tsx:182 +#: src/view/com/post-thread/PostThreadItem.tsx:183 msgid "Likes on this post" msgstr "Suka pada postingan ini" -#: src/Navigation.tsx:170 +#: src/Navigation.tsx:171 msgid "List" msgstr "Daftar" @@ -2707,9 +2787,9 @@ msgstr "Daftar tidak diblokir" msgid "List unmuted" msgstr "Daftar tidak dibisukan" -#: src/Navigation.tsx:114 -#: src/view/screens/Profile.tsx:194 -#: src/view/screens/Profile.tsx:200 +#: src/Navigation.tsx:115 +#: src/view/screens/Profile.tsx:193 +#: src/view/screens/Profile.tsx:199 #: src/view/shell/desktop/LeftNav.tsx:383 #: src/view/shell/Drawer.tsx:501 #: src/view/shell/Drawer.tsx:502 @@ -2726,7 +2806,7 @@ msgid "Load new notifications" msgstr "Muat notifikasi baru" #: src/screens/Profile/Sections/Feed.tsx:86 -#: src/view/com/feeds/FeedPage.tsx:138 +#: src/view/com/feeds/FeedPage.tsx:134 #: src/view/screens/ProfileFeed.tsx:507 #: src/view/screens/ProfileList.tsx:697 msgid "Load new posts" @@ -2740,7 +2820,7 @@ msgstr "Memuat..." #~ msgid "Local dev server" #~ msgstr "Server dev lokal" -#: src/Navigation.tsx:221 +#: src/Navigation.tsx:222 msgid "Log" msgstr "Catatan" @@ -2759,6 +2839,10 @@ msgstr "Visibilitas pengguna yang tidak login" msgid "Login to account that is not listed" msgstr "Masuk ke akun yang tidak ada di daftar" +#: src/components/RichText.tsx:207 +msgid "Long press to open tag menu for #{tag}" +msgstr "" + #~ msgid "Looks like this feed is only available to users with a Bluesky account. Please sign up or sign in to view this feed!" #~ msgstr "Sepertinya feed ini hanya tersedia untuk pengguna dengan akun Bluesky. Silakan daftar atau masuk untuk melihat feed ini!" @@ -2782,7 +2866,8 @@ msgstr "" #~ msgid "May only contain letters and numbers" #~ msgstr "" -#: src/view/screens/Profile.tsx:197 +#: src/view/screens/AccessibilitySettings.tsx:89 +#: src/view/screens/Profile.tsx:196 msgid "Media" msgstr "Media" @@ -2794,8 +2879,8 @@ msgstr "pengguna yang disebutkan" msgid "Mentioned users" msgstr "Pengguna yang disebutkan" -#: src/view/com/util/ViewHeader.tsx:87 -#: src/view/screens/Search/Search.tsx:795 +#: src/view/com/util/ViewHeader.tsx:89 +#: src/view/screens/Search/Search.tsx:726 msgid "Menu" msgstr "Menu" @@ -2810,9 +2895,9 @@ msgstr "Pesan dari server: {0}" msgid "Misleading Account" msgstr "" -#: src/Navigation.tsx:119 +#: src/Navigation.tsx:120 #: src/screens/Moderation/index.tsx:104 -#: src/view/screens/Settings/index.tsx:596 +#: src/view/screens/Settings/index.tsx:597 #: src/view/shell/desktop/LeftNav.tsx:401 #: src/view/shell/Drawer.tsx:520 #: src/view/shell/Drawer.tsx:521 @@ -2850,16 +2935,16 @@ msgstr "Daftar moderasi diperbarui" msgid "Moderation lists" msgstr "Daftar moderasi" -#: src/Navigation.tsx:124 +#: src/Navigation.tsx:125 #: src/view/screens/ModerationModlists.tsx:58 msgid "Moderation Lists" msgstr "Daftar Moderasi" -#: src/view/screens/Settings/index.tsx:590 +#: src/view/screens/Settings/index.tsx:591 msgid "Moderation settings" msgstr "Pengaturan moderasi" -#: src/Navigation.tsx:216 +#: src/Navigation.tsx:217 msgid "Moderation states" msgstr "" @@ -2872,7 +2957,7 @@ msgstr "" 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:535 +#: src/view/com/post-thread/PostThreadItem.tsx:541 msgid "More" msgstr "" @@ -2950,13 +3035,13 @@ msgstr "" msgid "Mute this word in tags only" msgstr "" -#: src/view/com/util/forms/PostDropdownBtn.tsx:269 -#: src/view/com/util/forms/PostDropdownBtn.tsx:275 +#: src/view/com/util/forms/PostDropdownBtn.tsx:273 +#: src/view/com/util/forms/PostDropdownBtn.tsx:279 msgid "Mute thread" msgstr "Bisukan utasan" -#: src/view/com/util/forms/PostDropdownBtn.tsx:285 -#: src/view/com/util/forms/PostDropdownBtn.tsx:287 +#: src/view/com/util/forms/PostDropdownBtn.tsx:289 +#: src/view/com/util/forms/PostDropdownBtn.tsx:291 msgid "Mute words & tags" msgstr "" @@ -2968,7 +3053,7 @@ msgstr "Dibisukan" msgid "Muted accounts" msgstr "Akun yang dibisukan" -#: src/Navigation.tsx:129 +#: src/Navigation.tsx:130 #: src/view/screens/ModerationMutedAccounts.tsx:112 msgid "Muted Accounts" msgstr "Akun yang Dibisukan" @@ -3002,11 +3087,11 @@ msgstr "Feed Saya" msgid "My Profile" msgstr "Profil Saya" -#: src/view/screens/Settings/index.tsx:547 +#: src/view/screens/Settings/index.tsx:548 msgid "My saved feeds" msgstr "" -#: src/view/screens/Settings/index.tsx:553 +#: src/view/screens/Settings/index.tsx:554 msgid "My Saved Feeds" msgstr "Feed Tersimpan Saya" @@ -3034,7 +3119,7 @@ msgid "Nature" msgstr "Alam" #: src/screens/Login/ForgotPasswordForm.tsx:173 -#: src/screens/Login/LoginForm.tsx:255 +#: src/screens/Login/LoginForm.tsx:303 #: src/view/com/modals/ChangePassword.tsx:168 msgid "Navigates to the next screen" msgstr "Menuju ke layar berikutnya" @@ -3090,14 +3175,14 @@ msgstr "Kata sandi baru" msgid "New Password" msgstr "Kata Sandi Baru" -#: src/view/com/feeds/FeedPage.tsx:149 +#: src/view/com/feeds/FeedPage.tsx:145 msgctxt "action" msgid "New post" msgstr "Postingan baru" #: src/view/screens/Feeds.tsx:580 #: src/view/screens/Notifications.tsx:168 -#: src/view/screens/Profile.tsx:480 +#: src/view/screens/Profile.tsx:465 #: src/view/screens/ProfileFeed.tsx:445 #: src/view/screens/ProfileList.tsx:200 #: src/view/screens/ProfileList.tsx:228 @@ -3127,8 +3212,8 @@ msgstr "Berita" #: src/screens/Login/ForgotPasswordForm.tsx:143 #: src/screens/Login/ForgotPasswordForm.tsx:150 -#: src/screens/Login/LoginForm.tsx:254 -#: src/screens/Login/LoginForm.tsx:261 +#: src/screens/Login/LoginForm.tsx:302 +#: src/screens/Login/LoginForm.tsx:309 #: src/screens/Login/SetNewPasswordForm.tsx:174 #: src/screens/Login/SetNewPasswordForm.tsx:180 #: src/screens/Signup/index.tsx:207 @@ -3165,7 +3250,11 @@ msgstr "Tidak ada deskripsi" msgid "No DNS Panel" msgstr "" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:118 +#: src/components/dialogs/GifSelect.tsx:206 +msgid "No featured GIFs found. There may be an issue with Tenor." +msgstr "" + +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:116 msgid "No longer following {0}" msgstr "Tidak lagi mengikuti {0}" @@ -3182,7 +3271,7 @@ msgstr "Belum ada notifikasi!" msgid "No result" msgstr "Tidak ada hasil" -#: src/components/Lists.tsx:183 +#: src/components/Lists.tsx:192 msgid "No results found" msgstr "" @@ -3191,11 +3280,15 @@ 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:349 -#: src/view/screens/Search/Search.tsx:387 +#: src/view/screens/Search/Search.tsx:350 +#: src/view/screens/Search/Search.tsx:388 msgid "No results found for {query}" msgstr "Tidak ada hasil ditemukan untuk {query}" +#: src/components/dialogs/GifSelect.tsx:204 +msgid "No search results found for \"{search}\"." +msgstr "" + #: src/components/dialogs/EmbedConsent.tsx:105 #: src/components/dialogs/EmbedConsent.tsx:112 msgid "No thanks" @@ -3218,18 +3311,18 @@ msgstr "" msgid "Not Applicable." msgstr "Tidak Berlaku." -#: src/Navigation.tsx:109 +#: src/Navigation.tsx:110 #: src/view/screens/Profile.tsx:101 msgid "Not Found" msgstr "Tidak ditemukan" -#: src/view/com/modals/VerifyEmail.tsx:246 -#: src/view/com/modals/VerifyEmail.tsx:252 +#: src/view/com/modals/VerifyEmail.tsx:254 +#: src/view/com/modals/VerifyEmail.tsx:260 msgid "Not right now" msgstr "Jangan sekarang" #: src/view/com/profile/ProfileMenu.tsx:368 -#: src/view/com/util/forms/PostDropdownBtn.tsx:364 +#: src/view/com/util/forms/PostDropdownBtn.tsx:368 #: src/view/com/util/post-ctrls/PostCtrls.tsx:248 msgid "Note about sharing" msgstr "" @@ -3238,7 +3331,7 @@ msgstr "" msgid "Note: Bluesky is an open and public network. This setting only limits the visibility of your content on the Bluesky app and website, and other apps may not respect this setting. Your content may still be shown to logged-out users by other apps and websites." msgstr "Catatan: Bluesky merupakan jaringan terbuka dan publik. Pengaturan ini hanya akan membatasi visibilitas konten Anda pada aplikasi dan website Bluesky, dan aplikasi lain mungkin tidak mengindahkan pengaturan ini. Konten Anda mungkin tetap ditampilkan kepada pengguna yang tidak login oleh aplikasi dan website lain." -#: src/Navigation.tsx:461 +#: src/Navigation.tsx:470 #: src/view/screens/Notifications.tsx:124 #: src/view/screens/Notifications.tsx:148 #: src/view/shell/bottom-bar/BottomBar.tsx:216 @@ -3268,7 +3361,8 @@ msgstr "" msgid "Off" msgstr "" -#: src/view/com/util/ErrorBoundary.tsx:49 +#: src/components/dialogs/GifSelect.tsx:287 +#: src/view/com/util/ErrorBoundary.tsx:55 msgid "Oh no!" msgstr "Oh tidak!" @@ -3289,11 +3383,11 @@ msgstr "Baiklah" msgid "Oldest replies first" msgstr "Balasan terlama terlebih dahulu" -#: src/view/screens/Settings/index.tsx:247 +#: src/view/screens/Settings/index.tsx:236 msgid "Onboarding reset" msgstr "Atur ulang orientasi" -#: src/view/com/composer/Composer.tsx:392 +#: src/view/com/composer/Composer.tsx:424 msgid "One or more images is missing alt text." msgstr "Satu atau lebih gambar belum ada teks alt." @@ -3305,11 +3399,11 @@ msgstr "Hanya {0} dapat membalas." msgid "Only contains letters, numbers, and hyphens" msgstr "" -#: src/components/Lists.tsx:75 +#: src/components/Lists.tsx:78 msgid "Oops, something went wrong!" msgstr "" -#: src/components/Lists.tsx:170 +#: src/components/Lists.tsx:177 #: src/view/screens/AppPasswords.tsx:67 #: src/view/screens/Profile.tsx:101 msgid "Oops!" @@ -3323,8 +3417,8 @@ msgstr "Buka" #~ msgid "Open content filtering settings" #~ msgstr "" -#: src/view/com/composer/Composer.tsx:491 -#: src/view/com/composer/Composer.tsx:492 +#: src/view/com/composer/Composer.tsx:505 +#: src/view/com/composer/Composer.tsx:506 msgid "Open emoji picker" msgstr "Buka pemilih emoji" @@ -3332,7 +3426,7 @@ msgstr "Buka pemilih emoji" msgid "Open feed options menu" msgstr "" -#: src/view/screens/Settings/index.tsx:685 +#: src/view/screens/Settings/index.tsx:686 msgid "Open links with in-app browser" msgstr "Buka tautan dengan browser dalam aplikasi" @@ -3352,12 +3446,12 @@ msgstr "Buka navigasi" msgid "Open post options menu" msgstr "" -#: src/view/screens/Settings/index.tsx:792 -#: src/view/screens/Settings/index.tsx:802 +#: src/view/screens/Settings/index.tsx:787 +#: src/view/screens/Settings/index.tsx:797 msgid "Open storybook page" msgstr "Buka halaman buku cerita" -#: src/view/screens/Settings/index.tsx:780 +#: src/view/screens/Settings/index.tsx:775 msgid "Open system log" msgstr "" @@ -3365,6 +3459,10 @@ msgstr "" msgid "Opens {numItems} options" msgstr "Membuka opsi {numItems}" +#: src/view/screens/Settings/index.tsx:485 +msgid "Opens accessibility settings" +msgstr "" + #: src/view/screens/Log.tsx:54 msgid "Opens additional details for a debug entry" msgstr "Membuka detail tambahan untuk entri debug" @@ -3373,7 +3471,7 @@ msgstr "Membuka detail tambahan untuk entri debug" msgid "Opens an expanded list of users in this notification" msgstr "Membuka daftar pengguna yang diperluas dalam notifikasi ini" -#: src/view/com/composer/photos/OpenCameraBtn.tsx:78 +#: src/view/com/composer/photos/OpenCameraBtn.tsx:74 msgid "Opens camera on device" msgstr "Membuka kamera pada perangkat" @@ -3381,11 +3479,11 @@ msgstr "Membuka kamera pada perangkat" msgid "Opens composer" msgstr "Membuka penyusun postingan" -#: src/view/screens/Settings/index.tsx:566 +#: src/view/screens/Settings/index.tsx:567 msgid "Opens configurable language settings" msgstr "Membuka pengaturan bahasa yang dapat dikonfigurasi" -#: src/view/com/composer/photos/SelectPhotoBtn.tsx:44 +#: src/view/com/composer/photos/SelectPhotoBtn.tsx:40 msgid "Opens device photo gallery" msgstr "Membuka galeri foto perangkat" @@ -3393,7 +3491,7 @@ msgstr "Membuka galeri foto perangkat" #~ msgid "Opens editor for profile display name, avatar, background image, and description" #~ msgstr "Membuka editor untuk nama tampilan profil, avatar, gambar latar belakang, dan deskripsi" -#: src/view/screens/Settings/index.tsx:620 +#: src/view/screens/Settings/index.tsx:621 msgid "Opens external embeds settings" msgstr "Membuka pengaturan penyematan eksternal" @@ -3415,6 +3513,10 @@ msgstr "" #~ msgid "Opens following list" #~ msgstr "Membuka daftar mengikuti" +#: src/view/com/composer/photos/SelectGifBtn.tsx:37 +msgid "Opens GIF select dialog" +msgstr "" + #: src/view/screens/Settings.tsx:412 #~ msgid "Opens invite code list" #~ msgstr "Membuka daftar kode undangan" @@ -3423,7 +3525,7 @@ msgstr "" msgid "Opens list of invite codes" msgstr "Membuka daftar kode undangan" -#: src/view/screens/Settings/index.tsx:762 +#: src/view/screens/Settings/index.tsx:757 msgid "Opens modal for account deletion confirmation. Requires email code" msgstr "" @@ -3431,19 +3533,19 @@ msgstr "" #~ msgid "Opens modal for account deletion confirmation. Requires email code." #~ msgstr "Membuka modal untuk konfirmasi penghapusan akun. Membutuhkan kode email." -#: src/view/screens/Settings/index.tsx:720 +#: src/view/screens/Settings/index.tsx:715 msgid "Opens modal for changing your Bluesky password" msgstr "" -#: src/view/screens/Settings/index.tsx:669 +#: src/view/screens/Settings/index.tsx:670 msgid "Opens modal for choosing a new Bluesky handle" msgstr "" -#: src/view/screens/Settings/index.tsx:743 +#: src/view/screens/Settings/index.tsx:738 msgid "Opens modal for downloading your Bluesky account data (repository)" msgstr "" -#: src/view/screens/Settings/index.tsx:932 +#: src/view/screens/Settings/index.tsx:927 msgid "Opens modal for email verification" msgstr "" @@ -3451,11 +3553,11 @@ msgstr "" msgid "Opens modal for using custom domain" msgstr "Buka modal untuk menggunakan domain kustom" -#: src/view/screens/Settings/index.tsx:591 +#: src/view/screens/Settings/index.tsx:592 msgid "Opens moderation settings" msgstr "Buka pengaturan moderasi" -#: src/screens/Login/LoginForm.tsx:202 +#: src/screens/Login/LoginForm.tsx:219 msgid "Opens password reset form" msgstr "Membuka formulir pengaturan ulang kata sandi" @@ -3464,11 +3566,11 @@ msgstr "Membuka formulir pengaturan ulang kata sandi" msgid "Opens screen to edit Saved Feeds" msgstr "Membuka layar untuk mengedit Feed Tersimpan" -#: src/view/screens/Settings/index.tsx:548 +#: src/view/screens/Settings/index.tsx:549 msgid "Opens screen with all saved feeds" msgstr "Buka halaman dengan semua feed tersimpan" -#: src/view/screens/Settings/index.tsx:647 +#: src/view/screens/Settings/index.tsx:648 msgid "Opens the app password settings" msgstr "" @@ -3476,7 +3578,7 @@ msgstr "" #~ msgid "Opens the app password settings page" #~ msgstr "Buka halaman pengaturan kata sandi aplikasi" -#: src/view/screens/Settings/index.tsx:505 +#: src/view/screens/Settings/index.tsx:506 msgid "Opens the Following feed preferences" msgstr "" @@ -3488,16 +3590,16 @@ msgstr "" msgid "Opens the linked website" msgstr "" -#: src/view/screens/Settings/index.tsx:793 -#: src/view/screens/Settings/index.tsx:803 +#: src/view/screens/Settings/index.tsx:788 +#: src/view/screens/Settings/index.tsx:798 msgid "Opens the storybook page" msgstr "Buka halaman storybook" -#: src/view/screens/Settings/index.tsx:781 +#: src/view/screens/Settings/index.tsx:776 msgid "Opens the system log page" msgstr "Buka halaman log sistem" -#: src/view/screens/Settings/index.tsx:526 +#: src/view/screens/Settings/index.tsx:527 msgid "Opens the threads preferences" msgstr "Buka preferensi utasan" @@ -3533,7 +3635,7 @@ msgstr "Akun lainnya" msgid "Other..." msgstr "Lainnya..." -#: src/components/Lists.tsx:184 +#: src/components/Lists.tsx:193 #: src/view/screens/NotFound.tsx:45 msgid "Page not found" msgstr "Halaman tidak ditemukan" @@ -3542,7 +3644,7 @@ msgstr "Halaman tidak ditemukan" msgid "Page Not Found" msgstr "Halaman Tidak Ditemukan" -#: src/screens/Login/LoginForm.tsx:178 +#: src/screens/Login/LoginForm.tsx:195 #: src/screens/Signup/StepInfo/index.tsx:102 #: src/view/com/modals/DeleteAccount.tsx:194 #: src/view/com/modals/DeleteAccount.tsx:201 @@ -3561,16 +3663,19 @@ msgstr "Kata sandi diganti" msgid "Password updated!" msgstr "Kata sandi diganti!" -#: src/view/screens/Search/Search.tsx:447 -#: src/view/screens/Search/Search.tsx:456 +#: src/view/com/util/post-embeds/GifEmbed.tsx:31 +msgid "Pause" +msgstr "" + +#: src/view/screens/Search/Search.tsx:438 msgid "People" msgstr "" -#: src/Navigation.tsx:164 +#: src/Navigation.tsx:165 msgid "People followed by @{0}" msgstr "Orang yang diikuti oleh @{0}" -#: src/Navigation.tsx:157 +#: src/Navigation.tsx:158 msgid "People following @{0}" msgstr "Orang yang mengikuti @{0}" @@ -3607,10 +3712,18 @@ msgstr "" msgid "Pinned Feeds" msgstr "Feed Tersemat" +#: src/view/com/util/post-embeds/GifEmbed.tsx:31 +msgid "Play" +msgstr "" + #: src/view/com/util/post-embeds/ExternalGifEmbed.tsx:123 msgid "Play {0}" msgstr "Putar {0}" +#: src/view/com/util/post-embeds/GifEmbed.tsx:30 +msgid "Play or pause the GIF" +msgstr "" + #: src/view/com/util/post-embeds/ExternalPlayerEmbed.tsx:57 #: src/view/com/util/post-embeds/ExternalPlayerEmbed.tsx:58 msgid "Play Video" @@ -3680,11 +3793,11 @@ msgstr "" #~ msgid "Please tell us why you think this decision was incorrect." #~ msgstr "Mohon beritahu kami mengapa menurut Anda keputusan ini salah." -#: src/view/com/modals/VerifyEmail.tsx:101 +#: src/view/com/modals/VerifyEmail.tsx:109 msgid "Please Verify Your Email" msgstr "Mohon Verifikasi Email Anda" -#: src/view/com/composer/Composer.tsx:222 +#: src/view/com/composer/Composer.tsx:232 msgid "Please wait for your link card to finish loading" msgstr "Harap tunggu hingga kartu tautan Anda selesai dimuat" @@ -3700,8 +3813,8 @@ msgstr "Pornografi" #~ msgid "Pornography" #~ msgstr "" -#: src/view/com/composer/Composer.tsx:367 -#: src/view/com/composer/Composer.tsx:375 +#: src/view/com/composer/Composer.tsx:399 +#: src/view/com/composer/Composer.tsx:407 msgctxt "action" msgid "Post" msgstr "Posting" @@ -3714,13 +3827,13 @@ msgstr "Posting" #~ msgid "Post" #~ msgstr "Posting" -#: src/view/com/post-thread/PostThreadItem.tsx:175 +#: src/view/com/post-thread/PostThreadItem.tsx:176 msgid "Post by {0}" msgstr "Postingan oleh {0}" -#: src/Navigation.tsx:176 -#: src/Navigation.tsx:183 -#: src/Navigation.tsx:190 +#: src/Navigation.tsx:177 +#: src/Navigation.tsx:184 +#: src/Navigation.tsx:191 msgid "Post by @{0}" msgstr "Postingan oleh @{0}" @@ -3759,8 +3872,7 @@ msgstr "Postingan tidak ditemukan" msgid "posts" msgstr "" -#: src/view/screens/Profile.tsx:195 -#: src/view/screens/Search/Search.tsx:467 +#: src/view/screens/Profile.tsx:194 msgid "Posts" msgstr "Postingan" @@ -3780,8 +3892,8 @@ msgstr "Tautan yang Mungkin Menyesatkan" msgid "Press to change hosting provider" msgstr "" -#: src/components/Error.tsx:74 -#: src/components/Lists.tsx:80 +#: src/components/Error.tsx:83 +#: src/components/Lists.tsx:83 #: src/screens/Signup/index.tsx:187 msgid "Press to retry" msgstr "" @@ -3798,15 +3910,15 @@ msgstr "Bahasa Utama" msgid "Prioritize Your Follows" msgstr "Prioritaskan Pengikut Anda" -#: src/view/screens/Settings/index.tsx:603 +#: src/view/screens/Settings/index.tsx:604 #: src/view/shell/desktop/RightNav.tsx:72 msgid "Privacy" msgstr "Privasi" -#: src/Navigation.tsx:231 +#: src/Navigation.tsx:232 #: src/screens/Signup/StepInfo/Policies.tsx:56 #: src/view/screens/PrivacyPolicy.tsx:29 -#: src/view/screens/Settings/index.tsx:887 +#: src/view/screens/Settings/index.tsx:882 #: src/view/shell/Drawer.tsx:271 msgid "Privacy Policy" msgstr "Kebijakan Privasi" @@ -3816,7 +3928,7 @@ msgid "Processing..." msgstr "Memproses..." #: src/view/screens/DebugMod.tsx:888 -#: src/view/screens/Profile.tsx:361 +#: src/view/screens/Profile.tsx:346 msgid "profile" msgstr "" @@ -3832,7 +3944,7 @@ msgstr "Profil" msgid "Profile updated" msgstr "Profil diperbarui" -#: src/view/screens/Settings/index.tsx:945 +#: src/view/screens/Settings/index.tsx:940 msgid "Protect your account by verifying your email." msgstr "Amankan akun Anda dengan memverifikasi email Anda." @@ -3848,11 +3960,11 @@ msgstr "Daftar publik yang dapat dibagikan oleh pengguna untuk dibisukan atau di msgid "Public, shareable lists which can drive feeds." msgstr "Publik, daftar yang dapat dibagikan dan dapat berimbas ke feed." -#: src/view/com/composer/Composer.tsx:352 +#: src/view/com/composer/Composer.tsx:384 msgid "Publish post" msgstr "Publikasikan postingan" -#: src/view/com/composer/Composer.tsx:352 +#: src/view/com/composer/Composer.tsx:384 msgid "Publish reply" msgstr "Publikasikan balasan" @@ -3881,7 +3993,7 @@ msgstr "Acak (alias \"Rolet Poster\")" msgid "Ratios" msgstr "Rasio" -#: src/view/screens/Search/Search.tsx:924 +#: src/view/screens/Search/Search.tsx:855 msgid "Recent Searches" msgstr "" @@ -3941,7 +4053,7 @@ msgstr "" msgid "Remove image" msgstr "Hapus gambar" -#: src/view/com/composer/ExternalEmbed.tsx:70 +#: src/view/com/composer/ExternalEmbed.tsx:82 msgid "Remove image preview" msgstr "Hapus pratinjau gambar" @@ -3978,11 +4090,11 @@ msgstr "Dihapus dari feed saya" msgid "Removed from your feeds" msgstr "" -#: src/view/com/composer/ExternalEmbed.tsx:71 +#: src/view/com/composer/ExternalEmbed.tsx:83 msgid "Removes default thumbnail from {0}" msgstr "Menghapus gambar pra tinjau bawaan dari {0}" -#: src/view/screens/Profile.tsx:196 +#: src/view/screens/Profile.tsx:195 msgid "Replies" msgstr "Balasan" @@ -3990,7 +4102,7 @@ msgstr "Balasan" msgid "Replies to this thread are disabled" msgstr "Balasan ke utas ini dinonaktifkan" -#: src/view/com/composer/Composer.tsx:365 +#: src/view/com/composer/Composer.tsx:397 msgctxt "action" msgid "Reply" msgstr "Balas" @@ -4001,9 +4113,15 @@ msgstr "Penyaring Balasan" #: src/view/com/post/Post.tsx:177 #: src/view/com/posts/FeedItem.tsx:285 +#~ msgctxt "description" +#~ msgid "Reply to <0/>" +#~ msgstr "Balas ke <0/>" + +#: src/view/com/post/Post.tsx:178 +#: src/view/com/posts/FeedItem.tsx:285 msgctxt "description" -msgid "Reply to <0/>" -msgstr "Balas ke <0/>" +msgid "Reply to <0><1/>" +msgstr "" #: src/view/com/modals/report/Modal.tsx:166 #~ msgid "Report {collectionName}" @@ -4027,8 +4145,8 @@ msgstr "Laporkan feed" msgid "Report List" msgstr "Laporkan Daftar" -#: src/view/com/util/forms/PostDropdownBtn.tsx:312 -#: src/view/com/util/forms/PostDropdownBtn.tsx:314 +#: src/view/com/util/forms/PostDropdownBtn.tsx:316 +#: src/view/com/util/forms/PostDropdownBtn.tsx:318 msgid "Report post" msgstr "Laporkan postingan" @@ -4097,7 +4215,7 @@ msgstr "" msgid "reposted your post" msgstr "posting ulang posting Anda" -#: src/view/com/post-thread/PostThreadItem.tsx:187 +#: src/view/com/post-thread/PostThreadItem.tsx:188 msgid "Reposts of this post" msgstr "Posting ulang postingan ini" @@ -4115,14 +4233,23 @@ msgstr "Ajukan Perubahan" msgid "Request Code" msgstr "Minta Kode" -#: src/view/screens/Settings/index.tsx:426 +#: src/view/screens/AccessibilitySettings.tsx:82 msgid "Require alt text before posting" msgstr "Memerlukan teks alt sebelum memposting" +#: src/view/screens/Settings/Email2FAToggle.tsx:53 +msgid "Require email code to log into your account" +msgstr "" + #: src/screens/Signup/StepInfo/index.tsx:69 msgid "Required for this provider" msgstr "Diwajibkan untuk provider ini" +#: src/view/screens/Settings/DisableEmail2FADialog.tsx:168 +#: src/view/screens/Settings/DisableEmail2FADialog.tsx:171 +msgid "Resend email" +msgstr "" + #: src/view/com/modals/ChangePassword.tsx:185 msgid "Reset code" msgstr "Kode reset" @@ -4135,8 +4262,8 @@ msgstr "Kode Reset" #~ msgid "Reset onboarding" #~ msgstr "Atur ulang onboarding" -#: src/view/screens/Settings/index.tsx:822 -#: src/view/screens/Settings/index.tsx:825 +#: src/view/screens/Settings/index.tsx:817 +#: src/view/screens/Settings/index.tsx:820 msgid "Reset onboarding state" msgstr "Reset status onboarding" @@ -4148,20 +4275,20 @@ msgstr "Reset kata sandi" #~ msgid "Reset preferences" #~ msgstr "Atur ulang preferensi" -#: src/view/screens/Settings/index.tsx:812 -#: src/view/screens/Settings/index.tsx:815 +#: src/view/screens/Settings/index.tsx:807 +#: src/view/screens/Settings/index.tsx:810 msgid "Reset preferences state" msgstr "Atur ulang status preferensi" -#: src/view/screens/Settings/index.tsx:823 +#: src/view/screens/Settings/index.tsx:818 msgid "Resets the onboarding state" msgstr "Reset status onboarding" -#: src/view/screens/Settings/index.tsx:813 +#: src/view/screens/Settings/index.tsx:808 msgid "Resets the preferences state" msgstr "Reset status preferensi" -#: src/screens/Login/LoginForm.tsx:235 +#: src/screens/Login/LoginForm.tsx:283 msgid "Retries login" msgstr "Mencoba masuk kembali" @@ -4170,10 +4297,10 @@ msgstr "Mencoba masuk kembali" msgid "Retries the last action, which errored out" msgstr "Coba kembali tindakan terakhir, yang gagal" -#: src/components/Error.tsx:79 -#: src/components/Lists.tsx:91 -#: src/screens/Login/LoginForm.tsx:234 -#: src/screens/Login/LoginForm.tsx:241 +#: src/components/Error.tsx:88 +#: src/components/Lists.tsx:94 +#: src/screens/Login/LoginForm.tsx:282 +#: src/screens/Login/LoginForm.tsx:289 #: src/screens/Onboarding/StepInterests/index.tsx:225 #: src/screens/Onboarding/StepInterests/index.tsx:228 #: src/screens/Signup/index.tsx:194 @@ -4186,7 +4313,7 @@ msgstr "Ulangi" #~ msgid "Retry." #~ msgstr "Ulangi" -#: src/components/Error.tsx:86 +#: src/components/Error.tsx:95 #: src/view/screens/ProfileList.tsx:919 msgid "Return to previous page" msgstr "Kembali ke halaman sebelumnya" @@ -4274,14 +4401,14 @@ msgstr "Sains" msgid "Scroll to top" msgstr "Gulir ke atas" -#: src/Navigation.tsx:451 +#: src/Navigation.tsx:460 #: 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:568 -#: src/view/screens/Search/Search.tsx:817 -#: src/view/screens/Search/Search.tsx:835 +#: src/view/screens/Search/Search.tsx:503 +#: src/view/screens/Search/Search.tsx:748 +#: src/view/screens/Search/Search.tsx:766 #: src/view/shell/bottom-bar/BottomBar.tsx:170 #: src/view/shell/desktop/LeftNav.tsx:328 #: src/view/shell/desktop/Search.tsx:215 @@ -4291,7 +4418,7 @@ msgstr "Gulir ke atas" msgid "Search" msgstr "Cari" -#: src/view/screens/Search/Search.tsx:884 +#: src/view/screens/Search/Search.tsx:815 #: src/view/shell/desktop/Search.tsx:256 msgid "Search for \"{query}\"" msgstr "Cari \"{query}\"" @@ -4318,6 +4445,14 @@ msgstr "" msgid "Search for users" msgstr "Cari pengguna" +#: src/components/dialogs/GifSelect.tsx:158 +msgid "Search GIFs" +msgstr "" + +#: src/components/dialogs/GifSelect.tsx:159 +msgid "Search Tenor" +msgstr "" + #: src/view/com/modals/ChangeEmail.tsx:110 msgid "Security Step Required" msgstr "Langkah Keamanan Diperlukan" @@ -4375,6 +4510,14 @@ msgstr "" msgid "Select from an existing account" msgstr "Pilih dari akun yang sudah ada" +#: src/view/com/composer/photos/SelectGifBtn.tsx:36 +msgid "Select GIF" +msgstr "" + +#: src/components/dialogs/GifSelect.tsx:253 +msgid "Select GIF \"{0}\"" +msgstr "" + #: src/view/screens/LanguageSettings.tsx:299 msgid "Select languages" msgstr "" @@ -4452,8 +4595,8 @@ msgstr "Pilih feed algoritma utama Anda" msgid "Select your secondary algorithmic feeds" msgstr "Pilih feed algoritma sekunder Anda" -#: src/view/com/modals/VerifyEmail.tsx:202 -#: src/view/com/modals/VerifyEmail.tsx:204 +#: src/view/com/modals/VerifyEmail.tsx:210 +#: src/view/com/modals/VerifyEmail.tsx:212 msgid "Send Confirmation Email" msgstr "Kirim Email Konfirmasi" @@ -4487,6 +4630,11 @@ msgstr "" msgid "Send report to {0}" msgstr "" +#: src/view/screens/Settings/DisableEmail2FADialog.tsx:119 +#: src/view/screens/Settings/DisableEmail2FADialog.tsx:122 +msgid "Send verification email" +msgstr "" + #: src/view/com/modals/DeleteAccount.tsx:132 msgid "Sends email with confirmation code for account deletion" msgstr "Kirim email dengan kode konfirmasi untuk penghapusan akun" @@ -4569,23 +4717,23 @@ msgstr "Atur akun Anda" msgid "Sets Bluesky username" msgstr "Atur nama pengguna Bluesky" -#: src/view/screens/Settings/index.tsx:458 +#: src/view/screens/Settings/index.tsx:436 msgid "Sets color theme to dark" msgstr "" -#: src/view/screens/Settings/index.tsx:451 +#: src/view/screens/Settings/index.tsx:429 msgid "Sets color theme to light" msgstr "" -#: src/view/screens/Settings/index.tsx:445 +#: src/view/screens/Settings/index.tsx:423 msgid "Sets color theme to system setting" msgstr "" -#: src/view/screens/Settings/index.tsx:484 +#: src/view/screens/Settings/index.tsx:462 msgid "Sets dark theme to the dark theme" msgstr "" -#: src/view/screens/Settings/index.tsx:477 +#: src/view/screens/Settings/index.tsx:455 msgid "Sets dark theme to the dim theme" msgstr "" @@ -4618,8 +4766,8 @@ msgstr "" #~ msgid "Sets server for the Bluesky client" #~ msgstr "Atur server untuk klien Bluesky" -#: src/Navigation.tsx:139 -#: src/view/screens/Settings/index.tsx:316 +#: src/Navigation.tsx:140 +#: src/view/screens/Settings/index.tsx:309 #: src/view/shell/desktop/LeftNav.tsx:437 #: src/view/shell/Drawer.tsx:576 #: src/view/shell/Drawer.tsx:577 @@ -4641,15 +4789,15 @@ msgstr "Bagikan" #: src/view/com/profile/ProfileMenu.tsx:215 #: src/view/com/profile/ProfileMenu.tsx:224 -#: src/view/com/util/forms/PostDropdownBtn.tsx:236 -#: src/view/com/util/forms/PostDropdownBtn.tsx:245 +#: src/view/com/util/forms/PostDropdownBtn.tsx:240 +#: src/view/com/util/forms/PostDropdownBtn.tsx:249 #: src/view/com/util/post-ctrls/PostCtrls.tsx:237 #: src/view/screens/ProfileList.tsx:390 msgid "Share" msgstr "Bagikan" #: src/view/com/profile/ProfileMenu.tsx:373 -#: src/view/com/util/forms/PostDropdownBtn.tsx:369 +#: src/view/com/util/forms/PostDropdownBtn.tsx:373 #: src/view/com/util/post-ctrls/PostCtrls.tsx:253 msgid "Share anyway" msgstr "" @@ -4672,7 +4820,7 @@ msgstr "" #: src/components/moderation/LabelPreference.tsx:136 #: src/components/moderation/PostHider.tsx:107 #: src/screens/Onboarding/StepModeration/ModerationOption.tsx:54 -#: src/view/screens/Settings/index.tsx:366 +#: src/view/screens/Settings/index.tsx:359 msgid "Show" msgstr "Tampilkan" @@ -4698,13 +4846,13 @@ msgstr "" #~ msgid "Show embeds from {0}" #~ msgstr "Tampilkan embed dari {0}" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:200 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:198 msgid "Show follows similar to {0}" msgstr "Tampilkan berikut ini mirip dengan {0}" -#: src/view/com/post-thread/PostThreadItem.tsx:501 -#: src/view/com/post/Post.tsx:212 -#: src/view/com/posts/FeedItem.tsx:360 +#: src/view/com/post-thread/PostThreadItem.tsx:507 +#: src/view/com/post/Post.tsx:215 +#: src/view/com/posts/FeedItem.tsx:362 msgid "Show More" msgstr "Tampilkan Lebih Lanjut" @@ -4785,7 +4933,7 @@ msgstr "Tampilkan postingan dari {0} di feed Anda" #: src/components/dialogs/Signin.tsx:99 #: src/screens/Login/index.tsx:100 #: src/screens/Login/index.tsx:119 -#: src/screens/Login/LoginForm.tsx:131 +#: src/screens/Login/LoginForm.tsx:148 #: src/view/com/auth/SplashScreen.tsx:63 #: src/view/com/auth/SplashScreen.tsx:72 #: src/view/com/auth/SplashScreen.web.tsx:107 @@ -4796,9 +4944,9 @@ msgstr "Tampilkan postingan dari {0} di feed Anda" #: src/view/shell/bottom-bar/BottomBarWeb.tsx:178 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:179 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:181 -#: src/view/shell/NavSignupCard.tsx:63 -#: src/view/shell/NavSignupCard.tsx:64 -#: src/view/shell/NavSignupCard.tsx:66 +#: src/view/shell/NavSignupCard.tsx:69 +#: src/view/shell/NavSignupCard.tsx:70 +#: src/view/shell/NavSignupCard.tsx:72 msgid "Sign in" msgstr "Masuk" @@ -4828,8 +4976,8 @@ msgstr "" msgid "Sign into Bluesky or create a new account" msgstr "" -#: src/view/screens/Settings/index.tsx:118 -#: src/view/screens/Settings/index.tsx:121 +#: src/view/screens/Settings/index.tsx:111 +#: src/view/screens/Settings/index.tsx:114 msgid "Sign out" msgstr "Keluar" @@ -4839,9 +4987,9 @@ msgstr "Keluar" #: src/view/shell/bottom-bar/BottomBarWeb.tsx:168 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:169 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:171 -#: src/view/shell/NavSignupCard.tsx:54 -#: src/view/shell/NavSignupCard.tsx:55 -#: src/view/shell/NavSignupCard.tsx:57 +#: src/view/shell/NavSignupCard.tsx:60 +#: src/view/shell/NavSignupCard.tsx:61 +#: src/view/shell/NavSignupCard.tsx:63 msgid "Sign up" msgstr "Daftar" @@ -4854,7 +5002,7 @@ msgstr "Daftar atau masuk untuk bergabung dalam obrolan" msgid "Sign-in Required" msgstr "Dibutuhkan Masuk" -#: src/view/screens/Settings/index.tsx:377 +#: src/view/screens/Settings/index.tsx:370 msgid "Signed in as" msgstr "Masuk sebagai" @@ -4938,7 +5086,7 @@ msgstr "Persegi" #~ msgid "Staging" #~ msgstr "Staging" -#: src/view/screens/Settings/index.tsx:867 +#: src/view/screens/Settings/index.tsx:862 msgid "Status page" msgstr "Halaman status" @@ -4954,12 +5102,12 @@ msgstr "" #~ msgid "Step {step} of 3" #~ msgstr "Langkah {step} dari 3" -#: src/view/screens/Settings/index.tsx:295 +#: src/view/screens/Settings/index.tsx:288 msgid "Storage cleared, you need to restart the app now." msgstr "Penyimpanan dihapus, Anda perlu memulai ulang aplikasi sekarang." -#: src/Navigation.tsx:211 -#: src/view/screens/Settings/index.tsx:795 +#: src/Navigation.tsx:212 +#: src/view/screens/Settings/index.tsx:790 msgid "Storybook" msgstr "Storybook" @@ -4993,7 +5141,7 @@ msgstr "" msgid "Subscribe to this list" msgstr "Langganan ke daftar ini" -#: src/view/screens/Search/Search.tsx:523 +#: src/view/screens/Search/Search.tsx:476 msgid "Suggested Follows" msgstr "Saran untuk Diikuti" @@ -5005,7 +5153,7 @@ msgstr "Disarankan untuk Anda" msgid "Suggestive" msgstr "Sugestif" -#: src/Navigation.tsx:226 +#: src/Navigation.tsx:227 #: src/view/screens/Support.tsx:30 #: src/view/screens/Support.tsx:33 msgid "Support" @@ -5015,24 +5163,24 @@ msgstr "Dukungan" #~ msgid "Swipe up to see more" #~ msgstr "Geser ke atas untuk melihat lebih banyak" -#: src/components/dialogs/SwitchAccount.tsx:46 -#: src/components/dialogs/SwitchAccount.tsx:49 +#: src/components/dialogs/SwitchAccount.tsx:47 +#: src/components/dialogs/SwitchAccount.tsx:50 msgid "Switch Account" msgstr "Pindah Akun" -#: src/view/screens/Settings/index.tsx:150 +#: src/view/screens/Settings/index.tsx:143 msgid "Switch to {0}" msgstr "Beralih ke {0}" -#: src/view/screens/Settings/index.tsx:151 +#: src/view/screens/Settings/index.tsx:144 msgid "Switches the account you are logged in to" msgstr "Mengganti akun yang Anda masuki" -#: src/view/screens/Settings/index.tsx:442 +#: src/view/screens/Settings/index.tsx:420 msgid "System" msgstr "Sistem" -#: src/view/screens/Settings/index.tsx:783 +#: src/view/screens/Settings/index.tsx:778 msgid "System log" msgstr "Log sistem" @@ -5064,9 +5212,9 @@ msgstr "Teknologi" msgid "Terms" msgstr "Ketentuan" -#: src/Navigation.tsx:236 +#: src/Navigation.tsx:237 #: src/screens/Signup/StepInfo/Policies.tsx:49 -#: src/view/screens/Settings/index.tsx:881 +#: src/view/screens/Settings/index.tsx:876 #: src/view/screens/TermsOfService.tsx:29 #: src/view/shell/Drawer.tsx:265 msgid "Terms of Service" @@ -5098,7 +5246,7 @@ msgstr "" msgid "That handle is already taken." msgstr "" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:282 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:280 #: src/view/com/profile/ProfileMenu.tsx:349 msgid "The account will be able to interact with you after unblocking." msgstr "Akun ini akan dapat berinteraksi dengan Anda setelah blokir dibuka." @@ -5164,6 +5312,10 @@ msgstr "Ada masalah saat menghapus feed ini. Periksa koneksi internet Anda dan c msgid "There was an an issue updating your feeds, please check your internet connection and try again." msgstr "Ada masalah saat memperbarui feed Anda, periksa koneksi internet Anda dan coba lagi." +#: src/components/dialogs/GifSelect.tsx:201 +msgid "There was an issue connecting to Tenor." +msgstr "" + #: src/view/screens/ProfileFeed.tsx:247 #: src/view/screens/ProfileList.tsx:277 #: src/view/screens/SavedFeeds.tsx:211 @@ -5208,9 +5360,9 @@ msgstr "Ada masalah saat mensinkronkan preferensi Anda dengan server" msgid "There was an issue with fetching your app passwords" msgstr "Ada masalah dengan pengambilan kata sandi aplikasi Anda" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:105 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:127 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:141 +#: 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:106 @@ -5229,7 +5381,8 @@ msgstr "Ada masalah! {0}" msgid "There was an issue. Please check your internet connection and try again." msgstr "Ada masalah. Periksa koneksi internet Anda dan coba lagi." -#: src/view/com/util/ErrorBoundary.tsx:51 +#: src/components/dialogs/GifSelect.tsx:289 +#: 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 "Sepertinya ada masalah pada aplikasi. Harap beri tahu kami jika Anda mengalaminya!" @@ -5311,7 +5464,7 @@ msgstr "Feed ini kosong! Anda mungkin perlu mengikuti lebih banyak pengguna atau msgid "This information is not shared with other users." msgstr "Informasi ini tidak akan dibagikan ke pengguna lainnya." -#: src/view/com/modals/VerifyEmail.tsx:119 +#: src/view/com/modals/VerifyEmail.tsx:127 msgid "This is important in case you ever need to change your email or reset your password." msgstr "Ini penting jika Anda butuh untuk mengganti email atau reset kata sandi Anda nantinya." @@ -5343,16 +5496,16 @@ msgstr "" msgid "This name is already in use" msgstr "Nama ini sudah digunakan" -#: src/view/com/post-thread/PostThreadItem.tsx:125 +#: src/view/com/post-thread/PostThreadItem.tsx:126 msgid "This post has been deleted." msgstr "Postingan ini telah dihapus." -#: src/view/com/util/forms/PostDropdownBtn.tsx:366 +#: src/view/com/util/forms/PostDropdownBtn.tsx:370 #: src/view/com/util/post-ctrls/PostCtrls.tsx:250 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:348 +#: src/view/com/util/forms/PostDropdownBtn.tsx:352 msgid "This post will be hidden from feeds." msgstr "" @@ -5417,12 +5570,12 @@ msgstr "" #~ msgid "This will hide this post from your feeds." #~ msgstr "Ini akan menyembunyikan postingan ini dari feed Anda." -#: src/view/screens/Settings/index.tsx:525 +#: src/view/screens/Settings/index.tsx:526 msgid "Thread preferences" msgstr "" #: src/view/screens/PreferencesThreads.tsx:53 -#: src/view/screens/Settings/index.tsx:535 +#: src/view/screens/Settings/index.tsx:536 msgid "Thread Preferences" msgstr "Preferensi Utasan" @@ -5430,10 +5583,14 @@ msgstr "Preferensi Utasan" msgid "Threaded Mode" msgstr "Mode Utasan" -#: src/Navigation.tsx:269 +#: src/Navigation.tsx:270 msgid "Threads Preferences" msgstr "Preferensi Utas" +#: src/view/screens/Settings/DisableEmail2FADialog.tsx:102 +msgid "To disable the email 2FA method, please verify your access to the email address." +msgstr "" + #: src/components/ReportDialog/SelectLabelerView.tsx:33 msgid "To whom would you like to send this report?" msgstr "" @@ -5450,7 +5607,8 @@ msgstr "Beralih dropdown" msgid "Toggle to enable or disable adult content" msgstr "" -#: src/view/screens/Search/Search.tsx:427 +#: src/screens/Hashtag.tsx:88 +#: src/view/screens/Search/Search.tsx:418 msgid "Top" msgstr "" @@ -5458,10 +5616,10 @@ msgstr "" msgid "Transformations" msgstr "Transformasi" -#: src/view/com/post-thread/PostThreadItem.tsx:638 -#: src/view/com/post-thread/PostThreadItem.tsx:640 -#: src/view/com/util/forms/PostDropdownBtn.tsx:220 +#: src/view/com/post-thread/PostThreadItem.tsx:644 +#: src/view/com/post-thread/PostThreadItem.tsx:646 #: src/view/com/util/forms/PostDropdownBtn.tsx:222 +#: src/view/com/util/forms/PostDropdownBtn.tsx:224 msgid "Translate" msgstr "Terjemahkan" @@ -5473,6 +5631,10 @@ msgstr "Coba lagi" #~ msgid "Try again" #~ msgstr "Ulangi" +#: src/view/screens/Settings/index.tsx:695 +msgid "Two-factor authentication" +msgstr "" + #: src/view/com/modals/ChangeHandle.tsx:428 msgid "Type:" msgstr "" @@ -5487,21 +5649,21 @@ msgstr "Bunyikan daftar" #: src/screens/Login/ForgotPasswordForm.tsx:74 #: src/screens/Login/index.tsx:78 -#: src/screens/Login/LoginForm.tsx:119 +#: src/screens/Login/LoginForm.tsx:136 #: src/screens/Login/SetNewPasswordForm.tsx:77 #: src/screens/Signup/index.tsx:64 #: src/view/com/modals/ChangePassword.tsx:70 msgid "Unable to contact your service. Please check your Internet connection." msgstr "Tidak dapat terhubung ke layanan. Mohon periksa koneksi internet Anda." -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:181 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:286 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:179 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:284 #: src/view/com/profile/ProfileMenu.tsx:361 #: src/view/screens/ProfileList.tsx:574 msgid "Unblock" msgstr "Buka blokir" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:186 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:184 msgctxt "action" msgid "Unblock" msgstr "Buka blokir" @@ -5511,7 +5673,7 @@ msgstr "Buka blokir" msgid "Unblock Account" msgstr "Buka blokir Akun" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:280 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:278 #: src/view/com/profile/ProfileMenu.tsx:343 msgid "Unblock Account?" msgstr "" @@ -5533,7 +5695,7 @@ msgctxt "action" msgid "Unfollow" msgstr "Berhenti mengikuti" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:220 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:218 msgid "Unfollow {0}" msgstr "Berhenti mengikuti {0}" @@ -5576,8 +5738,8 @@ msgstr "" #~ msgid "Unmute all {tag} posts" #~ msgstr "" -#: src/view/com/util/forms/PostDropdownBtn.tsx:269 -#: src/view/com/util/forms/PostDropdownBtn.tsx:274 +#: src/view/com/util/forms/PostDropdownBtn.tsx:273 +#: src/view/com/util/forms/PostDropdownBtn.tsx:278 msgid "Unmute thread" msgstr "Bunyikan utasan" @@ -5743,13 +5905,11 @@ msgstr "Daftar pengguna diperbarui" msgid "User Lists" msgstr "Daftar Pengguna" -#: src/screens/Login/LoginForm.tsx:151 +#: src/screens/Login/LoginForm.tsx:168 msgid "Username or email address" msgstr "Nama pengguna atau alamat email" #: src/view/screens/ProfileList.tsx:813 -#: src/view/screens/Search/Search.tsx:473 -#: src/view/screens/Search/Search.tsx:482 msgid "Users" msgstr "Pengguna" @@ -5777,15 +5937,15 @@ msgstr "" msgid "Verify {0}" msgstr "" -#: src/view/screens/Settings/index.tsx:906 +#: src/view/screens/Settings/index.tsx:901 msgid "Verify email" msgstr "Verifikasi email" -#: src/view/screens/Settings/index.tsx:931 +#: src/view/screens/Settings/index.tsx:926 msgid "Verify my email" msgstr "Verifikasi email saya" -#: src/view/screens/Settings/index.tsx:940 +#: src/view/screens/Settings/index.tsx:935 msgid "Verify My Email" msgstr "Verifikasi Email Saya" @@ -5794,11 +5954,11 @@ msgstr "Verifikasi Email Saya" msgid "Verify New Email" msgstr "Verifikasi Email Baru" -#: src/view/com/modals/VerifyEmail.tsx:103 +#: src/view/com/modals/VerifyEmail.tsx:111 msgid "Verify Your Email" msgstr "Verifikasi Email Anda" -#: src/view/screens/Settings/index.tsx:857 +#: src/view/screens/Settings/index.tsx:852 msgid "Version {0}" msgstr "" @@ -5830,8 +5990,8 @@ msgstr "Lihat utas lengkap" msgid "View information about these labels" msgstr "" -#: src/components/ProfileHoverCard/index.web.tsx:264 -#: src/components/ProfileHoverCard/index.web.tsx:293 +#: src/components/ProfileHoverCard/index.web.tsx:379 +#: src/components/ProfileHoverCard/index.web.tsx:408 #: src/view/com/posts/FeedErrorMessage.tsx:166 msgid "View profile" msgstr "Lihat profil" @@ -5872,7 +6032,7 @@ msgstr "" #~ msgid "We also think you'll like \"For You\" by Skygaze:" #~ msgstr "Sepertinya Anda juga akan menyukai \"For You\" oleh Skygaze:" -#: src/screens/Hashtag.tsx:133 +#: src/screens/Hashtag.tsx:210 msgid "We couldn't find any results for that hashtag." msgstr "" @@ -5940,11 +6100,11 @@ msgstr "Mohon maaf, kami tidak dapat menyelesaikan daftar ini. Jika hal ini teru 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:322 +#: src/view/screens/Search/Search.tsx:323 msgid "We're sorry, but your search could not be completed. Please try again in a few minutes." msgstr "Maaf, pencarian Anda tidak dapat dilakukan. Mohon coba lagi dalam beberapa menit." -#: src/components/Lists.tsx:188 +#: src/components/Lists.tsx:197 #: src/view/screens/NotFound.tsx:48 msgid "We're sorry! We can't find the page you were looking for." msgstr "Maaf! Kami tidak dapat menemukan halaman yang Anda cari." @@ -5970,7 +6130,7 @@ msgstr "Apa saja minat Anda?" #: src/view/com/auth/SplashScreen.tsx:40 #: src/view/com/auth/SplashScreen.web.tsx:81 -#: src/view/com/composer/Composer.tsx:296 +#: src/view/com/composer/Composer.tsx:306 msgid "What's up?" msgstr "Apa kabar?" @@ -6011,11 +6171,11 @@ msgstr "" msgid "Wide" msgstr "Lebar" -#: src/view/com/composer/Composer.tsx:436 +#: src/view/com/composer/Composer.tsx:467 msgid "Write post" msgstr "Tulis postingan" -#: src/view/com/composer/Composer.tsx:295 +#: src/view/com/composer/Composer.tsx:305 #: src/view/com/composer/Prompt.tsx:37 msgid "Write your reply" msgstr "Tulis balasan Anda" @@ -6139,7 +6299,7 @@ msgstr "Anda tidak punya feed." msgid "You have no lists." msgstr "Anda tidak punya daftar." -#: src/view/screens/ModerationBlockedAccounts.tsx:138 +#: src/view/screens/ModerationBlockedAccounts.tsx:137 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 "" @@ -6256,7 +6416,7 @@ msgstr "Email Anda tidak valid." msgid "Your email has been updated but not verified. As a next step, please verify your new email." msgstr "Alamat email Anda telah diperbarui namun belum diverifikasi. Silakan verifikasi alamat email baru Anda." -#: src/view/com/modals/VerifyEmail.tsx:114 +#: src/view/com/modals/VerifyEmail.tsx:122 msgid "Your email has not yet been verified. This is an important security step which we recommend." msgstr "Alamat email Anda belum diverifikasi. Ini merupakan langkah keamanan penting yang kami rekomendasikan." @@ -6290,7 +6450,7 @@ msgstr "" msgid "Your password has been changed successfully!" msgstr "Kata sandi Anda telah berhasil diubah!" -#: src/view/com/composer/Composer.tsx:284 +#: src/view/com/composer/Composer.tsx:294 msgid "Your post has been published" msgstr "Postingan Anda telah dipublikasikan" @@ -6300,11 +6460,11 @@ msgstr "Postingan Anda telah dipublikasikan" msgid "Your posts, likes, and blocks are public. Mutes are private." msgstr "Postingan, suka, dan blokir Anda bersifat publik. Bisukan bersifat privat." -#: src/view/screens/Settings/index.tsx:136 +#: src/view/screens/Settings/index.tsx:129 msgid "Your profile" msgstr "Profil Anda" -#: src/view/com/composer/Composer.tsx:283 +#: src/view/com/composer/Composer.tsx:293 msgid "Your reply has been published" msgstr "Balasan Anda telah dipublikasikan" diff --git a/src/locale/locales/it/messages.po b/src/locale/locales/it/messages.po index a2b61ed1..1ebf1e4d 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.2\n" "X-Poedit-SourceCharset: UTF-8\n" -#: src/view/com/modals/VerifyEmail.tsx:142 +#: src/view/com/modals/VerifyEmail.tsx:150 msgid "(no email)" msgstr "(no email)" @@ -27,7 +27,7 @@ msgstr "(no email)" #~ msgid "{0} {purposeLabel} List" #~ msgstr "Lista {purposeLabel} {0}" -#: src/components/ProfileHoverCard/index.web.tsx:323 +#: src/components/ProfileHoverCard/index.web.tsx:438 #: src/screens/Profile/Header/Metrics.tsx:44 msgid "{following} following" msgstr "{following} seguendo" @@ -56,11 +56,11 @@ msgstr "<0/> membri" msgid "<0>{0} following" msgstr "<0>{0} following" -#: src/components/ProfileHoverCard/index.web.tsx:314 +#: src/components/ProfileHoverCard/index.web.tsx:429 msgid "<0>{followers} <1>{pluralizedFollowers}" msgstr "" -#: src/components/ProfileHoverCard/index.web.tsx:326 +#: src/components/ProfileHoverCard/index.web.tsx:441 #: src/screens/Profile/Header/Metrics.tsx:45 msgid "<0>{following} <1>following" msgstr "<0>{following} <1>following" @@ -81,14 +81,18 @@ msgstr "<0>Ti diamo il benvenuto su<1>Bluesky" msgid "⚠Invalid Handle" msgstr "⚠Nome utente non valido" +#: src/screens/Login/LoginForm.tsx:238 +msgid "2FA Confirmation" +msgstr "" + #~ msgid "A content warning has been applied to this {0}." #~ msgstr "A questo post è stato applicato un avviso di contenuto {0}." #~ msgid "A new version of the app is available. Please update to continue using the app." #~ msgstr "È disponibile una nuova versione dell'app. Aggiorna per continuare a utilizzarla." -#: src/view/com/util/ViewHeader.tsx:89 -#: src/view/screens/Search/Search.tsx:796 +#: src/view/com/util/ViewHeader.tsx:91 +#: src/view/screens/Search/Search.tsx:727 msgid "Access navigation links and settings" msgstr "Accedi alle impostazioni di navigazione" @@ -97,17 +101,26 @@ msgid "Access profile and other navigation links" msgstr "Accedi al profilo e altre impostazioni di navigazione" #: src/view/com/modals/EditImage.tsx:300 -#: src/view/screens/Settings/index.tsx:421 +#: src/view/screens/Settings/index.tsx:493 msgid "Accessibility" msgstr "Accessibilità" +#: src/view/screens/Settings/index.tsx:484 +msgid "Accessibility settings" +msgstr "" + +#: src/Navigation.tsx:284 +#: src/view/screens/AccessibilitySettings.tsx:63 +msgid "Accessibility Settings" +msgstr "" + #: src/components/moderation/LabelsOnMe.tsx:42 msgid "account" msgstr "account" -#: src/screens/Login/LoginForm.tsx:144 -#: src/view/screens/Settings/index.tsx:330 -#: src/view/screens/Settings/index.tsx:707 +#: src/screens/Login/LoginForm.tsx:161 +#: src/view/screens/Settings/index.tsx:323 +#: src/view/screens/Settings/index.tsx:702 msgid "Account" msgstr "Account" @@ -140,7 +153,7 @@ msgstr "Opzioni dell'account" msgid "Account removed from quick access" msgstr "Account rimosso dall'accesso immediato" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:137 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:135 #: src/view/com/profile/ProfileMenu.tsx:128 msgid "Account unblocked" msgstr "Account sbloccato" @@ -169,9 +182,9 @@ msgstr "Aggiungi un avviso sul contenuto" msgid "Add a user to this list" msgstr "Aggiungi un utente a questo elenco" -#: src/components/dialogs/SwitchAccount.tsx:55 -#: src/view/screens/Settings/index.tsx:405 -#: src/view/screens/Settings/index.tsx:414 +#: src/components/dialogs/SwitchAccount.tsx:56 +#: src/view/screens/Settings/index.tsx:398 +#: src/view/screens/Settings/index.tsx:407 msgid "Add account" msgstr "Aggiungi account" @@ -194,12 +207,12 @@ msgstr "Aggiungi la Password per l'App" #~ msgstr "Aggiungi dettagli da segnalare" #: src/view/com/composer/Composer.tsx:467 -msgid "Add link card" -msgstr "Aggiungi anteprima del link" +#~ msgid "Add link card" +#~ msgstr "Aggiungi anteprima del link" #: src/view/com/composer/Composer.tsx:472 -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" @@ -253,7 +266,7 @@ msgid "Adult content is disabled." msgstr "Il contenuto per adulti è disattivato." #: src/screens/Moderation/index.tsx:375 -#: src/view/screens/Settings/index.tsx:635 +#: src/view/screens/Settings/index.tsx:636 msgid "Advanced" msgstr "Avanzato" @@ -275,6 +288,7 @@ msgid "ALT" msgstr "ALT" #: src/view/com/modals/EditImage.tsx:316 +#: src/view/screens/AccessibilitySettings.tsx:77 msgid "Alt text" msgstr "Testo alternativo" @@ -282,7 +296,8 @@ msgstr "Testo alternativo" msgid "Alt text describes images for blind and low-vision users, and helps give context to everyone." msgstr "Il testo alternativo descrive le immagini per gli utenti non vedenti e ipovedenti e aiuta a fornire un contesto a tutti." -#: src/view/com/modals/VerifyEmail.tsx:124 +#: 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 "È stata inviata un'e-mail a {0}. Include un codice di conferma che puoi inserire di seguito." @@ -290,6 +305,10 @@ msgstr "È stata inviata un'e-mail a {0}. Include un codice di conferma che puoi msgid "An email has been sent to your previous address, {0}. It includes a confirmation code which you can enter below." msgstr "Una email è stata inviata al tuo indirizzo precedente, {0}. Include un codice di conferma che puoi inserire di seguito." +#: src/components/dialogs/GifSelect.tsx:284 +msgid "An error occured" +msgstr "" + #: src/lib/moderation/useReportOptions.ts:26 msgid "An issue not included in these options" msgstr "Un problema non incluso in queste opzioni" @@ -312,6 +331,10 @@ msgstr "e" msgid "Animals" msgstr "Animali" +#: src/view/com/util/post-embeds/GifEmbed.tsx:134 +msgid "Animated GIF" +msgstr "" + #: src/lib/moderation/useReportOptions.ts:31 msgid "Anti-Social Behavior" msgstr "Comportamento antisociale" @@ -332,16 +355,16 @@ msgstr "Le password per le app possono contenere solo lettere, numeri, spazi, tr msgid "App Password names must be at least 4 characters long." msgstr "I nomi delle password delle app devono contenere almeno 4 caratteri." -#: src/view/screens/Settings/index.tsx:646 +#: src/view/screens/Settings/index.tsx:647 msgid "App password settings" msgstr "Impostazioni della password dell'app" #~ msgid "App passwords" #~ msgstr "Passwords dell'app" -#: src/Navigation.tsx:251 +#: src/Navigation.tsx:252 #: src/view/screens/AppPasswords.tsx:189 -#: src/view/screens/Settings/index.tsx:655 +#: src/view/screens/Settings/index.tsx:656 msgid "App Passwords" msgstr "Passwords dell'App" @@ -373,7 +396,7 @@ msgstr "Ricorso presentato." #~ msgid "Appeal this decision." #~ msgstr "Appella contro questa decisione." -#: src/view/screens/Settings/index.tsx:436 +#: src/view/screens/Settings/index.tsx:414 msgid "Appearance" msgstr "Aspetto" @@ -385,7 +408,7 @@ msgstr "Conferma di voler eliminare la password dell'app \"{name}\"?" msgid "Are you sure you want to remove {0} from your feeds?" msgstr "Vuoi rimuovere {0} dai tuoi feed?" -#: src/view/com/composer/Composer.tsx:509 +#: src/view/com/composer/Composer.tsx:523 msgid "Are you sure you'd like to discard this draft?" msgstr "Conferma di voler eliminare questa bozza?" @@ -418,13 +441,13 @@ msgstr "" #: src/screens/Login/ChooseAccountForm.tsx:78 #: src/screens/Login/ForgotPasswordForm.tsx:129 #: src/screens/Login/ForgotPasswordForm.tsx:135 -#: src/screens/Login/LoginForm.tsx:221 -#: src/screens/Login/LoginForm.tsx:227 +#: src/screens/Login/LoginForm.tsx:269 +#: src/screens/Login/LoginForm.tsx:275 #: src/screens/Login/SetNewPasswordForm.tsx:160 #: src/screens/Login/SetNewPasswordForm.tsx:166 #: src/screens/Profile/Header/Shell.tsx:96 #: src/screens/Signup/index.tsx:180 -#: src/view/com/util/ViewHeader.tsx:87 +#: src/view/com/util/ViewHeader.tsx:89 msgid "Back" msgstr "Indietro" @@ -436,7 +459,7 @@ msgstr "Indietro" msgid "Based on your interest in {interestsText}" msgstr "Basato sui tuoi interessi {interestsText}" -#: src/view/screens/Settings/index.tsx:493 +#: src/view/screens/Settings/index.tsx:471 msgid "Basics" msgstr "Preferenze" @@ -444,11 +467,11 @@ msgstr "Preferenze" msgid "Birthday" msgstr "Compleanno" -#: src/view/screens/Settings/index.tsx:362 +#: src/view/screens/Settings/index.tsx:355 msgid "Birthday:" msgstr "Compleanno:" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:286 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:284 #: src/view/com/profile/ProfileMenu.tsx:361 msgid "Block" msgstr "Blocca" @@ -487,8 +510,8 @@ msgstr "Bloccato" msgid "Blocked accounts" msgstr "Accounts bloccati" -#: src/Navigation.tsx:134 -#: src/view/screens/ModerationBlockedAccounts.tsx:113 +#: src/Navigation.tsx:135 +#: src/view/screens/ModerationBlockedAccounts.tsx:112 msgid "Blocked Accounts" msgstr "Accounts bloccati" @@ -496,7 +519,7 @@ msgstr "Accounts bloccati" msgid "Blocked accounts cannot reply in your threads, mention you, or otherwise interact with you." msgstr "Gli account bloccati non possono rispondere alle tue discussioni, menzionarti o interagire in nessun altro modo con te." -#: src/view/screens/ModerationBlockedAccounts.tsx:121 +#: src/view/screens/ModerationBlockedAccounts.tsx:120 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 "Gli account bloccati non possono rispondere alle tue discussioni, menzionarti, o interagire in nessun altro modo con te. Non vedrai il loro contenuto e non vedranno il tuo." @@ -601,7 +624,7 @@ msgstr "Creando un account accetti i {els}." msgid "by you" msgstr "da te" -#: src/view/com/composer/photos/OpenCameraBtn.tsx:77 +#: src/view/com/composer/photos/OpenCameraBtn.tsx:73 msgid "Camera" msgstr "Fotocamera" @@ -613,8 +636,8 @@ msgstr "Può contenere solo lettere, numeri, spazi, trattini e trattini bassi. D #: src/components/Prompt.tsx:113 #: src/components/Prompt.tsx:115 #: src/components/TagMenu/index.tsx:268 -#: src/view/com/composer/Composer.tsx:317 -#: src/view/com/composer/Composer.tsx:322 +#: src/view/com/composer/Composer.tsx:349 +#: src/view/com/composer/Composer.tsx:354 #: src/view/com/modals/ChangeEmail.tsx:218 #: src/view/com/modals/ChangeEmail.tsx:220 #: src/view/com/modals/ChangeHandle.tsx:154 @@ -629,9 +652,9 @@ msgstr "Può contenere solo lettere, numeri, spazi, trattini e trattini bassi. D #: src/view/com/modals/LinkWarning.tsx:105 #: src/view/com/modals/LinkWarning.tsx:107 #: src/view/com/modals/Repost.tsx:88 -#: src/view/com/modals/VerifyEmail.tsx:247 -#: src/view/com/modals/VerifyEmail.tsx:253 -#: src/view/screens/Search/Search.tsx:865 +#: src/view/com/modals/VerifyEmail.tsx:255 +#: src/view/com/modals/VerifyEmail.tsx:261 +#: src/view/screens/Search/Search.tsx:796 #: src/view/shell/desktop/Search.tsx:239 msgid "Cancel" msgstr "Cancella" @@ -679,34 +702,34 @@ msgstr "Annulla la ricerca" msgid "Cancels opening the linked website" msgstr "Annulla l'apertura del sito collegato" -#: src/view/com/modals/VerifyEmail.tsx:152 +#: src/view/com/modals/VerifyEmail.tsx:160 msgid "Change" msgstr "Cambia" -#: src/view/screens/Settings/index.tsx:356 +#: src/view/screens/Settings/index.tsx:349 msgctxt "action" msgid "Change" msgstr "Cambia" -#: src/view/screens/Settings/index.tsx:667 +#: src/view/screens/Settings/index.tsx:668 msgid "Change handle" msgstr "Cambia il nome utente" #: src/view/com/modals/ChangeHandle.tsx:162 -#: src/view/screens/Settings/index.tsx:678 +#: src/view/screens/Settings/index.tsx:679 msgid "Change Handle" msgstr "Cambia il Nome Utente" -#: src/view/com/modals/VerifyEmail.tsx:147 +#: src/view/com/modals/VerifyEmail.tsx:155 msgid "Change my email" msgstr "Cambia la mia email" -#: src/view/screens/Settings/index.tsx:718 +#: src/view/screens/Settings/index.tsx:713 msgid "Change password" msgstr "Cambia la password" #: src/view/com/modals/ChangePassword.tsx:141 -#: src/view/screens/Settings/index.tsx:729 +#: src/view/screens/Settings/index.tsx:724 msgid "Change Password" msgstr "Cambia la Password" @@ -734,6 +757,10 @@ msgstr "Dai un'occhiata ad alcuni feed consigliati. Clicca + per aggiungerli al msgid "Check out some recommended users. Follow them to see similar users." msgstr "Scopri alcuni utenti consigliati. Seguili per vedere utenti simili." +#: src/screens/Login/LoginForm.tsx:262 +msgid "Check your email for a login code and enter it here." +msgstr "" + #: src/view/com/modals/DeleteAccount.tsx:168 msgid "Check your inbox for an email with the confirmation code to enter below:" msgstr "Controlla la tua posta in arrivo, dovrebbe contenere un'e-mail con il codice di conferma da inserire di seguito:" @@ -766,32 +793,32 @@ msgstr "Scegli i tuoi feed principali" msgid "Choose your password" msgstr "Scegli la tua password" -#: src/view/screens/Settings/index.tsx:832 +#: src/view/screens/Settings/index.tsx:827 msgid "Clear all legacy storage data" msgstr "Cancella tutti i dati legacy in archivio" -#: src/view/screens/Settings/index.tsx:835 +#: src/view/screens/Settings/index.tsx:830 msgid "Clear all legacy storage data (restart after this)" msgstr "Cancella tutti i dati legacy in archivio (poi ricomincia)" -#: src/view/screens/Settings/index.tsx:844 +#: src/view/screens/Settings/index.tsx:839 msgid "Clear all storage data" msgstr "Cancella tutti i dati in archivio" -#: src/view/screens/Settings/index.tsx:847 +#: src/view/screens/Settings/index.tsx:842 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:846 +#: src/view/screens/Search/Search.tsx:777 msgid "Clear search query" msgstr "Annulla la ricerca" -#: src/view/screens/Settings/index.tsx:833 +#: src/view/screens/Settings/index.tsx:828 msgid "Clears all legacy storage data" msgstr "Cancella tutti i dati di archiviazione legacy" -#: src/view/screens/Settings/index.tsx:845 +#: src/view/screens/Settings/index.tsx:840 msgid "Clears all storage data" msgstr "Cancella tutti i dati di archiviazione" @@ -804,20 +831,21 @@ msgid "Click here to open tag menu for {tag}" msgstr "Clicca qui per aprire il menu per {tag}" #: src/components/RichText.tsx:198 -msgid "Click here to open tag menu for #{tag}" -msgstr "Clicca qui per aprire il menu per #{tag}" +#~ msgid "Click here to open tag menu for #{tag}" +#~ msgstr "Clicca qui per aprire il menu per #{tag}" #: src/screens/Onboarding/index.tsx:35 msgid "Climate" msgstr "Clima" +#: src/components/dialogs/GifSelect.tsx:300 #: src/view/com/modals/ChangePassword.tsx:267 #: src/view/com/modals/ChangePassword.tsx:270 msgid "Close" msgstr "Chiudi" -#: src/components/Dialog/index.web.tsx:106 -#: src/components/Dialog/index.web.tsx:218 +#: src/components/Dialog/index.web.tsx:111 +#: src/components/Dialog/index.web.tsx:246 msgid "Close active dialog" msgstr "Chiudi la finestra attiva" @@ -829,6 +857,14 @@ msgstr "Chiudi l'avviso" msgid "Close bottom drawer" msgstr "Chiudi il bottom drawer" +#: src/components/dialogs/GifSelect.tsx:294 +msgid "Close dialog" +msgstr "" + +#: src/components/dialogs/GifSelect.tsx:150 +msgid "Close GIF dialog" +msgstr "" + #: src/view/com/lightbox/ImageViewing/components/ImageDefaultHeader.tsx:36 msgid "Close image" msgstr "Chiudi l'immagine" @@ -837,7 +873,7 @@ msgstr "Chiudi l'immagine" msgid "Close image viewer" msgstr "Chiudi il visualizzatore di immagini" -#: src/view/shell/index.web.tsx:57 +#: src/view/shell/index.web.tsx:61 msgid "Close navigation footer" msgstr "Chiudi la navigazione del footer" @@ -846,7 +882,7 @@ msgstr "Chiudi la navigazione del footer" msgid "Close this dialog" msgstr "Chiudi la finestra" -#: src/view/shell/index.web.tsx:58 +#: src/view/shell/index.web.tsx:62 msgid "Closes bottom navigation bar" msgstr "Chiude la barra di navigazione in basso" @@ -854,7 +890,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:319 +#: src/view/com/composer/Composer.tsx:351 msgid "Closes post composer and discards post draft" msgstr "Chiude l'editore del post ed elimina la bozza del post" @@ -874,7 +910,7 @@ msgstr "Commedia" msgid "Comics" msgstr "Fumetti" -#: src/Navigation.tsx:241 +#: src/Navigation.tsx:242 #: src/view/screens/CommunityGuidelines.tsx:32 msgid "Community Guidelines" msgstr "Linee guida della community" @@ -887,7 +923,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:438 +#: src/view/com/composer/Composer.tsx:469 msgid "Compose posts up to {MAX_GRAPHEME_LENGTH} characters in length" msgstr "Componi un post fino a {MAX_GRAPHEME_LENGTH} caratteri" @@ -910,10 +946,12 @@ msgstr "Configurato nelle <0>impostazioni di moderazione." #: src/components/Prompt.tsx:153 #: src/components/Prompt.tsx:156 #: src/view/com/modals/SelfLabel.tsx:154 -#: src/view/com/modals/VerifyEmail.tsx:231 -#: src/view/com/modals/VerifyEmail.tsx:233 +#: src/view/com/modals/VerifyEmail.tsx:239 +#: src/view/com/modals/VerifyEmail.tsx:241 #: src/view/screens/PreferencesFollowingFeed.tsx:308 #: src/view/screens/PreferencesThreads.tsx:159 +#: src/view/screens/Settings/DisableEmail2FADialog.tsx:180 +#: src/view/screens/Settings/DisableEmail2FADialog.tsx:183 msgid "Confirm" msgstr "Conferma" @@ -945,17 +983,20 @@ msgstr "Conferma la tua età:" msgid "Confirm your birthdate" msgstr "Conferma la tua data di nascita" +#: src/screens/Login/LoginForm.tsx:244 #: src/view/com/modals/ChangeEmail.tsx:157 #: src/view/com/modals/DeleteAccount.tsx:175 #: src/view/com/modals/DeleteAccount.tsx:181 -#: src/view/com/modals/VerifyEmail.tsx:165 +#: 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 "Codice di conferma" #~ msgid "Confirms signing up {email} to the waitlist" #~ msgstr "Conferma l'iscrizione di {email} alla lista d'attesa" -#: src/screens/Login/LoginForm.tsx:248 +#: src/screens/Login/LoginForm.tsx:296 msgid "Connecting..." msgstr "Connessione in corso..." @@ -1046,7 +1087,7 @@ msgstr "Cucina" msgid "Copied" msgstr "Copiato" -#: src/view/screens/Settings/index.tsx:254 +#: src/view/screens/Settings/index.tsx:243 msgid "Copied build version to clipboard" msgstr "Versione di build copiata nella clipboard" @@ -1082,20 +1123,20 @@ msgstr "" msgid "Copy link to list" msgstr "Copia il link alla lista" -#: src/view/com/util/forms/PostDropdownBtn.tsx:236 -#: src/view/com/util/forms/PostDropdownBtn.tsx:245 +#: src/view/com/util/forms/PostDropdownBtn.tsx:240 +#: src/view/com/util/forms/PostDropdownBtn.tsx:249 msgid "Copy link to post" msgstr "Copia il link al post" #~ msgid "Copy link to profile" #~ msgstr "Copia il link al profilo" -#: src/view/com/util/forms/PostDropdownBtn.tsx:228 #: src/view/com/util/forms/PostDropdownBtn.tsx:230 +#: src/view/com/util/forms/PostDropdownBtn.tsx:232 msgid "Copy post text" msgstr "Copia il testo del post" -#: src/Navigation.tsx:246 +#: src/Navigation.tsx:247 #: src/view/screens/CopyrightPolicy.tsx:29 msgid "Copyright Policy" msgstr "Politica sul diritto d'autore" @@ -1116,7 +1157,7 @@ msgstr "No si è potuto caricare la lista" msgid "Create a new account" msgstr "Crea un nuovo account" -#: src/view/screens/Settings/index.tsx:406 +#: src/view/screens/Settings/index.tsx:399 msgid "Create a new Bluesky account" msgstr "Crea un nuovo Bluesky account" @@ -1153,8 +1194,8 @@ msgstr "Creato {0}" #~ msgstr "Creato da te" #: src/view/com/composer/Composer.tsx:469 -msgid "Creates a card with a thumbnail. The card links to {url}" -msgstr "Crea una scheda con una miniatura. La scheda si collega a {url}" +#~ 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}" #: src/screens/Onboarding/index.tsx:29 msgid "Culture" @@ -1174,15 +1215,15 @@ msgstr "Dominio personalizzato" 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." -#: src/view/screens/PreferencesExternalEmbeds.tsx:55 +#: src/view/screens/PreferencesExternalEmbeds.tsx:56 msgid "Customize media from external sites." msgstr "Personalizza i media da i siti esterni." #~ msgid "Danger Zone" #~ msgstr "Zona di Pericolo" -#: src/view/screens/Settings/index.tsx:455 -#: src/view/screens/Settings/index.tsx:481 +#: src/view/screens/Settings/index.tsx:433 +#: src/view/screens/Settings/index.tsx:459 msgid "Dark" msgstr "Scuro" @@ -1190,7 +1231,7 @@ msgstr "Scuro" msgid "Dark mode" msgstr "Aspetto scuro" -#: src/view/screens/Settings/index.tsx:468 +#: src/view/screens/Settings/index.tsx:446 msgid "Dark Theme" msgstr "Tema scuro" @@ -1198,7 +1239,7 @@ msgstr "Tema scuro" msgid "Date of birth" msgstr "" -#: src/view/screens/Settings/index.tsx:805 +#: src/view/screens/Settings/index.tsx:800 msgid "Debug Moderation" msgstr "Eliminare errori nella Moderazione" @@ -1206,13 +1247,13 @@ msgstr "Eliminare errori nella Moderazione" msgid "Debug panel" msgstr "Pannello per il debug" -#: src/view/com/util/forms/PostDropdownBtn.tsx:341 +#: src/view/com/util/forms/PostDropdownBtn.tsx:345 #: src/view/screens/AppPasswords.tsx:268 #: src/view/screens/ProfileList.tsx:615 msgid "Delete" msgstr "Elimina" -#: src/view/screens/Settings/index.tsx:760 +#: src/view/screens/Settings/index.tsx:755 msgid "Delete account" msgstr "Elimina l'account" @@ -1239,12 +1280,12 @@ msgstr "Cancellare account" #~ msgid "Delete my account…" #~ msgstr "Cancella il mio account…" -#: src/view/screens/Settings/index.tsx:772 +#: src/view/screens/Settings/index.tsx:767 msgid "Delete My Account…" msgstr "Cancellare Account…" -#: src/view/com/util/forms/PostDropdownBtn.tsx:322 -#: src/view/com/util/forms/PostDropdownBtn.tsx:324 +#: src/view/com/util/forms/PostDropdownBtn.tsx:326 +#: src/view/com/util/forms/PostDropdownBtn.tsx:328 msgid "Delete post" msgstr "Elimina il post" @@ -1252,7 +1293,7 @@ msgstr "Elimina il post" msgid "Delete this list?" msgstr "Elimina questa lista?" -#: src/view/com/util/forms/PostDropdownBtn.tsx:336 +#: src/view/com/util/forms/PostDropdownBtn.tsx:340 msgid "Delete this post?" msgstr "Eliminare questo post?" @@ -1277,21 +1318,33 @@ msgstr "Descrizione" #~ msgid "Developer Tools" #~ msgstr "Strumenti per sviluppatori" -#: src/view/com/composer/Composer.tsx:218 +#: src/view/com/composer/Composer.tsx:228 msgid "Did you want to say anything?" msgstr "Volevi dire qualcosa?" -#: src/view/screens/Settings/index.tsx:474 +#: src/view/screens/Settings/index.tsx:452 msgid "Dim" msgstr "Fioco" -#: src/view/screens/Settings/index.tsx:697 -msgid "Disable haptics" +#: src/view/screens/AccessibilitySettings.tsx:94 +msgid "Disable autoplay for GIFs" +msgstr "" + +#: src/view/screens/Settings/DisableEmail2FADialog.tsx:90 +msgid "Disable Email 2FA" +msgstr "" + +#: src/view/screens/AccessibilitySettings.tsx:108 +msgid "Disable haptic feedback" msgstr "" #: src/view/screens/Settings/index.tsx:697 -msgid "Disable vibrations" -msgstr "" +#~ msgid "Disable haptics" +#~ msgstr "" + +#: src/view/screens/Settings/index.tsx:697 +#~ msgid "Disable vibrations" +#~ msgstr "" #: src/lib/moderation/useLabelBehaviorDescription.ts:32 #: src/lib/moderation/useLabelBehaviorDescription.ts:42 @@ -1300,14 +1353,14 @@ msgstr "" msgid "Disabled" msgstr "Disabilitato" -#: src/view/com/composer/Composer.tsx:511 +#: src/view/com/composer/Composer.tsx:525 msgid "Discard" msgstr "Scartare" #~ msgid "Discard draft" #~ msgstr "Scarta la bozza" -#: src/view/com/composer/Composer.tsx:508 +#: src/view/com/composer/Composer.tsx:522 msgid "Discard draft?" msgstr "Scartare la bozza?" @@ -1406,7 +1459,7 @@ msgstr "Fatto{extraText}" msgid "Download CAR file" msgstr "Scarica il CAR file" -#: src/view/com/composer/text-input/TextInput.web.tsx:249 +#: src/view/com/composer/text-input/TextInput.web.tsx:270 msgid "Drop to add images" msgstr "Trascina e rilascia per aggiungere immagini" @@ -1477,7 +1530,7 @@ msgstr "Modifica i dettagli della lista" msgid "Edit Moderation List" msgstr "Modifica l'elenco di moderazione" -#: src/Navigation.tsx:256 +#: src/Navigation.tsx:257 #: src/view/screens/Feeds.tsx:459 #: src/view/screens/SavedFeeds.tsx:85 msgid "Edit My Feeds" @@ -1488,12 +1541,12 @@ msgid "Edit my profile" msgstr "Modifica il mio profilo" #: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:178 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:168 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:166 msgid "Edit profile" msgstr "Modifica il profilo" #: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:181 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:171 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:169 msgid "Edit Profile" msgstr "Modifica il Profilo" @@ -1523,6 +1576,10 @@ msgstr "Formazione scolastica" msgid "Email" msgstr "Email" +#: src/view/screens/Settings/DisableEmail2FADialog.tsx:64 +msgid "Email 2FA disabled" +msgstr "" + #: src/screens/Login/ForgotPasswordForm.tsx:99 msgid "Email address" msgstr "Indirizzo email" @@ -1536,11 +1593,11 @@ msgstr "Email aggiornata" msgid "Email Updated" msgstr "Email Aggiornata" -#: src/view/com/modals/VerifyEmail.tsx:78 +#: src/view/com/modals/VerifyEmail.tsx:85 msgid "Email verified" msgstr "Email verificata" -#: src/view/screens/Settings/index.tsx:334 +#: src/view/screens/Settings/index.tsx:327 msgid "Email:" msgstr "Email:" @@ -1549,8 +1606,8 @@ msgid "Embed HTML code" msgstr "" #: src/components/dialogs/Embed.tsx:97 -#: src/view/com/util/forms/PostDropdownBtn.tsx:253 -#: src/view/com/util/forms/PostDropdownBtn.tsx:255 +#: src/view/com/util/forms/PostDropdownBtn.tsx:257 +#: src/view/com/util/forms/PostDropdownBtn.tsx:259 msgid "Embed post" msgstr "" @@ -1584,7 +1641,7 @@ msgstr "" #~ msgid "Enable External Media" #~ msgstr "Attiva Media Esterna" -#: src/view/screens/PreferencesExternalEmbeds.tsx:75 +#: src/view/screens/PreferencesExternalEmbeds.tsx:76 msgid "Enable media players for" msgstr "Attiva i lettori multimediali per" @@ -1617,7 +1674,7 @@ msgstr "" msgid "Enter a word or tag" msgstr "Inserisci una parola o tag" -#: src/view/com/modals/VerifyEmail.tsx:105 +#: src/view/com/modals/VerifyEmail.tsx:113 msgid "Enter Confirmation Code" msgstr "Inserire il codice di conferma" @@ -1720,12 +1777,12 @@ msgstr "Media espliciti o potenzialmente inquietanti." msgid "Explicit sexual images." msgstr "Immagini sessuali esplicite." -#: src/view/screens/Settings/index.tsx:741 +#: src/view/screens/Settings/index.tsx:736 msgid "Export my data" msgstr "Esporta i miei dati" #: src/view/screens/Settings/ExportCarDialog.tsx:44 -#: src/view/screens/Settings/index.tsx:752 +#: src/view/screens/Settings/index.tsx:747 msgid "Export My Data" msgstr "Esporta i miei dati" @@ -1735,17 +1792,17 @@ msgid "External Media" msgstr "Media esterni" #: src/components/dialogs/EmbedConsent.tsx:71 -#: src/view/screens/PreferencesExternalEmbeds.tsx:66 +#: 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 "I multimediali esterni possono consentire ai siti web di raccogliere informazioni su di te e sul tuo dispositivo. Nessuna informazione viene inviata o richiesta finché non si preme il pulsante \"Riproduci\"." -#: src/Navigation.tsx:275 -#: src/view/screens/PreferencesExternalEmbeds.tsx:52 -#: src/view/screens/Settings/index.tsx:628 +#: src/Navigation.tsx:276 +#: src/view/screens/PreferencesExternalEmbeds.tsx:53 +#: src/view/screens/Settings/index.tsx:629 msgid "External Media Preferences" msgstr "Preferenze multimediali esterni" -#: src/view/screens/Settings/index.tsx:619 +#: src/view/screens/Settings/index.tsx:620 msgid "External media settings" msgstr "Impostazioni multimediali esterni" @@ -1762,6 +1819,10 @@ msgstr "Impossibile creare l'elenco. Controlla la connessione Internet e riprova msgid "Failed to delete post, please try again" msgstr "Non possiamo eliminare il post, riprova di nuovo" +#: src/components/dialogs/GifSelect.tsx:200 +msgid "Failed to load GIFs" +msgstr "" + #: src/view/com/auth/onboarding/RecommendedFeeds.tsx:110 #: src/view/com/auth/onboarding/RecommendedFeeds.tsx:143 msgid "Failed to load recommended feeds" @@ -1771,7 +1832,7 @@ msgstr "Non possiamo caricare i feed consigliati" msgid "Failed to save image: {0}" msgstr "Non è possibile salvare l'immagine: {0}" -#: src/Navigation.tsx:196 +#: src/Navigation.tsx:197 msgid "Feed" msgstr "Feed" @@ -1791,10 +1852,10 @@ msgstr "Feed offline" msgid "Feedback" msgstr "Commenti" -#: src/Navigation.tsx:456 +#: src/Navigation.tsx:465 #: src/view/screens/Feeds.tsx:444 #: src/view/screens/Feeds.tsx:549 -#: src/view/screens/Profile.tsx:199 +#: src/view/screens/Profile.tsx:198 #: src/view/shell/bottom-bar/BottomBar.tsx:192 #: src/view/shell/desktop/LeftNav.tsx:346 #: src/view/shell/Drawer.tsx:485 @@ -1832,13 +1893,17 @@ msgstr "Finalizzando" msgid "Find accounts to follow" msgstr "Trova account da seguire" +#: src/view/screens/Search/Search.tsx:521 +msgid "Find posts and users on Bluesky" +msgstr "" + #: src/view/screens/Search/Search.tsx:589 -msgid "Find users on Bluesky" -msgstr "Trova utenti su Bluesky" +#~ msgid "Find users on Bluesky" +#~ msgstr "Trova utenti su Bluesky" #: src/view/screens/Search/Search.tsx:587 -msgid "Find users with the search tool on the right" -msgstr "Trova gli utenti con lo strumento di ricerca sulla destra" +#~ msgid "Find users with the search tool on the right" +#~ msgstr "Trova gli utenti con lo strumento di ricerca sulla destra" #: src/view/com/auth/onboarding/RecommendedFollowsItem.tsx:155 msgid "Finding similar accounts..." @@ -1873,7 +1938,7 @@ msgid "Flip vertically" msgstr "Gira in verticale" #: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:189 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:235 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:233 #: src/view/com/auth/onboarding/RecommendedFollowsItem.tsx:141 #: src/view/com/post-thread/PostThreadFollowBtn.tsx:146 #: src/view/com/profile/ProfileHeaderSuggestedFollows.tsx:248 @@ -1886,7 +1951,7 @@ msgid "Follow" msgstr "Segui" #: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:58 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:221 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:219 #: src/view/com/post-thread/PostThreadFollowBtn.tsx:128 msgid "Follow {0}" msgstr "Segui {0}" @@ -1912,7 +1977,7 @@ msgstr "Segui gli account selezionati e vai al passaggio successivo" 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/view/com/profile/ProfileCard.tsx:219 +#: src/view/com/profile/ProfileCard.tsx:231 msgid "Followed by {0}" msgstr "Seguito da {0}" @@ -1936,26 +2001,26 @@ msgstr "Followers" #~ msgid "following" #~ msgstr "following" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:233 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:231 #: src/view/com/post-thread/PostThreadFollowBtn.tsx:149 #: src/view/com/profile/ProfileFollows.tsx:104 #: src/view/screens/ProfileFollows.tsx:25 msgid "Following" msgstr "Following" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:93 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:91 msgid "Following {0}" msgstr "Seguiti {0}" -#: src/view/screens/Settings/index.tsx:504 +#: src/view/screens/Settings/index.tsx:505 msgid "Following feed preferences" msgstr "Preferenze del Following feed" -#: src/Navigation.tsx:262 +#: src/Navigation.tsx:263 #: src/view/com/home/HomeHeaderLayout.web.tsx:54 #: src/view/com/home/HomeHeaderLayoutMobile.tsx:87 #: src/view/screens/PreferencesFollowingFeed.tsx:104 -#: src/view/screens/Settings/index.tsx:513 +#: src/view/screens/Settings/index.tsx:514 msgid "Following Feed Preferences" msgstr "Preferenze del Following Feed" @@ -1963,7 +2028,7 @@ msgstr "Preferenze del Following Feed" msgid "Follows you" msgstr "Ti segue" -#: src/view/com/profile/ProfileCard.tsx:144 +#: src/view/com/profile/ProfileCard.tsx:156 msgid "Follows You" msgstr "Ti Segue" @@ -1992,11 +2057,11 @@ msgstr "Per motivi di sicurezza non potrai visualizzarlo nuovamente. Se perdi qu msgid "Forgot Password" msgstr "Ho dimenticato il Password" -#: src/screens/Login/LoginForm.tsx:201 +#: src/screens/Login/LoginForm.tsx:218 msgid "Forgot password?" msgstr "" -#: src/screens/Login/LoginForm.tsx:212 +#: src/screens/Login/LoginForm.tsx:229 msgid "Forgot?" msgstr "" @@ -2004,8 +2069,7 @@ msgstr "" msgid "Frequently Posts Unwanted Content" msgstr "Pubblica spesso contenuti indesiderati" -#: src/screens/Hashtag.tsx:109 -#: src/screens/Hashtag.tsx:149 +#: src/screens/Hashtag.tsx:118 msgid "From @{sanitizedAuthor}" msgstr "Di @{sanitizedAuthor}" @@ -2014,12 +2078,12 @@ msgctxt "from-feed" msgid "From <0/>" msgstr "Da <0/>" -#: src/view/com/composer/photos/SelectPhotoBtn.tsx:43 +#: src/view/com/composer/photos/SelectPhotoBtn.tsx:39 msgid "Gallery" msgstr "Galleria" -#: src/view/com/modals/VerifyEmail.tsx:189 -#: src/view/com/modals/VerifyEmail.tsx:191 +#: src/view/com/modals/VerifyEmail.tsx:197 +#: src/view/com/modals/VerifyEmail.tsx:199 msgid "Get Started" msgstr "Inizia" @@ -2038,7 +2102,7 @@ msgstr "Evidenti violazioni della legge o dei termini di servizio" msgid "Go back" msgstr "Torna indietro" -#: src/components/Error.tsx:91 +#: src/components/Error.tsx:100 #: src/screens/Profile/ErrorState.tsx:62 #: src/screens/Profile/ErrorState.tsx:66 #: src/view/screens/NotFound.tsx:54 @@ -2063,7 +2127,7 @@ msgstr "Torna Home" msgid "Go Home" msgstr "Torna Home" -#: src/view/screens/Search/Search.tsx:896 +#: src/view/screens/Search/Search.tsx:827 #: src/view/shell/desktop/Search.tsx:263 msgid "Go to @{queryMaybeHandle}" msgstr "Vai a @{queryMaybeHandle}" @@ -2081,15 +2145,19 @@ msgstr "Media grafici" msgid "Handle" msgstr "Nome Utente" +#: src/view/screens/AccessibilitySettings.tsx:103 +msgid "Haptics" +msgstr "" + #: src/lib/moderation/useReportOptions.ts:32 msgid "Harassment, trolling, or intolerance" msgstr "Molestie, trolling o intolleranza" -#: src/Navigation.tsx:282 +#: src/Navigation.tsx:291 msgid "Hashtag" msgstr "Hashtag" -#: src/components/RichText.tsx:197 +#: src/components/RichText.tsx:206 msgid "Hashtag: #{tag}" msgstr "Hashtag: #{tag}" @@ -2127,7 +2195,7 @@ msgstr "Ecco la password dell'app." #: src/lib/moderation/useLabelBehaviorDescription.ts:30 #: src/screens/Onboarding/StepModeration/ModerationOption.tsx:52 #: src/screens/Onboarding/StepModeration/ModerationOption.tsx:76 -#: src/view/com/util/forms/PostDropdownBtn.tsx:350 +#: src/view/com/util/forms/PostDropdownBtn.tsx:354 msgid "Hide" msgstr "Nascondi" @@ -2136,8 +2204,8 @@ msgctxt "action" msgid "Hide" msgstr "Nascondi" -#: src/view/com/util/forms/PostDropdownBtn.tsx:294 -#: src/view/com/util/forms/PostDropdownBtn.tsx:296 +#: src/view/com/util/forms/PostDropdownBtn.tsx:298 +#: src/view/com/util/forms/PostDropdownBtn.tsx:300 msgid "Hide post" msgstr "Nascondi il messaggio" @@ -2146,7 +2214,7 @@ msgstr "Nascondi il messaggio" msgid "Hide the content" msgstr "Nascondere il contenuto" -#: src/view/com/util/forms/PostDropdownBtn.tsx:347 +#: src/view/com/util/forms/PostDropdownBtn.tsx:351 msgid "Hide this post?" msgstr "Vuoi nascondere questo post?" @@ -2185,7 +2253,7 @@ 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:446 +#: src/Navigation.tsx:455 #: src/view/shell/bottom-bar/BottomBar.tsx:148 #: src/view/shell/desktop/LeftNav.tsx:310 #: src/view/shell/Drawer.tsx:407 @@ -2201,7 +2269,7 @@ msgid "Host:" msgstr "Hosting:" #: src/screens/Login/ForgotPasswordForm.tsx:89 -#: src/screens/Login/LoginForm.tsx:134 +#: src/screens/Login/LoginForm.tsx:151 #: src/screens/Signup/StepInfo/index.tsx:40 #: src/view/com/modals/ChangeHandle.tsx:281 msgid "Hosting provider" @@ -2214,11 +2282,13 @@ msgstr "Servizio di hosting" msgid "How should we open this link?" msgstr "Come dovremmo aprire questo link?" -#: src/view/com/modals/VerifyEmail.tsx:214 +#: 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 "Ho un codice" -#: src/view/com/modals/VerifyEmail.tsx:216 +#: src/view/com/modals/VerifyEmail.tsx:224 msgid "I have a confirmation code" msgstr "Ho un codice di conferma" @@ -2242,7 +2312,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:338 +#: src/view/com/util/forms/PostDropdownBtn.tsx:342 msgid "If you remove this post, you won't be able to recover it." msgstr "Se rimuovi questo post, non potrai recuperarlo." @@ -2300,11 +2370,15 @@ msgstr "Inserisci la password per la cancellazione dell'account" #~ msgid "Input phone number for SMS verification" #~ msgstr "Inserisci il numero di telefono per la verifica via SMS" -#: src/screens/Login/LoginForm.tsx:195 +#: src/screens/Login/LoginForm.tsx:257 +msgid "Input the code which has been emailed to you" +msgstr "" + +#: src/screens/Login/LoginForm.tsx:212 msgid "Input the password tied to {identifier}" msgstr "Inserisci la password relazionata a {identifier}" -#: src/screens/Login/LoginForm.tsx:168 +#: src/screens/Login/LoginForm.tsx:185 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" @@ -2314,7 +2388,7 @@ msgstr "Inserisci il nome utente o l'indirizzo email che hai utilizzato al momen #~ msgid "Input your email to get on the Bluesky waitlist" #~ msgstr "Inserisci la tua email per entrare nella lista d'attesa di Bluesky" -#: src/screens/Login/LoginForm.tsx:194 +#: src/screens/Login/LoginForm.tsx:211 msgid "Input your password" msgstr "Inserisci la tua password" @@ -2326,11 +2400,16 @@ msgstr "Inserisci il tuo provider di hosting preferito" msgid "Input your user handle" msgstr "Inserisci il tuo identificatore" -#: src/view/com/post-thread/PostThreadItem.tsx:221 +#: src/screens/Login/LoginForm.tsx:126 +#: src/view/screens/Settings/DisableEmail2FADialog.tsx:70 +msgid "Invalid 2FA confirmation code." +msgstr "" + +#: src/view/com/post-thread/PostThreadItem.tsx:222 msgid "Invalid or unsupported post record" msgstr "Protocollo del post non valido o non supportato" -#: src/screens/Login/LoginForm.tsx:114 +#: src/screens/Login/LoginForm.tsx:131 msgid "Invalid username or password" msgstr "Nome dell'utente o password errato" @@ -2393,7 +2472,7 @@ msgstr "Etichettato da {0}." msgid "Labeled by the author." msgstr "Etichettato dall'autore." -#: src/view/screens/Profile.tsx:193 +#: src/view/screens/Profile.tsx:192 msgid "Labels" msgstr "Etichette" @@ -2417,16 +2496,16 @@ msgstr "Etichette sul tuo contenuto" msgid "Language selection" msgstr "Seleziona la lingua" -#: src/view/screens/Settings/index.tsx:565 +#: src/view/screens/Settings/index.tsx:566 msgid "Language settings" msgstr "Impostazione delle lingue" -#: src/Navigation.tsx:144 +#: src/Navigation.tsx:145 #: src/view/screens/LanguageSettings.tsx:89 msgid "Language Settings" msgstr "Impostazione delle Lingue" -#: src/view/screens/Settings/index.tsx:574 +#: src/view/screens/Settings/index.tsx:575 msgid "Languages" msgstr "Lingue" @@ -2434,7 +2513,8 @@ msgstr "Lingue" #~ msgid "Last step!" #~ msgstr "Ultimo passo!" -#: src/view/screens/Search/Search.tsx:437 +#: src/screens/Hashtag.tsx:99 +#: src/view/screens/Search/Search.tsx:428 msgid "Latest" msgstr "" @@ -2475,7 +2555,7 @@ msgstr "Stai lasciando Bluesky" msgid "left to go." msgstr "mancano." -#: src/view/screens/Settings/index.tsx:299 +#: src/view/screens/Settings/index.tsx:292 msgid "Legacy storage cleared, you need to restart the app now." msgstr "L'archivio legacy è stato cancellato, riattiva la app." @@ -2491,7 +2571,7 @@ msgstr "Andiamo!" #~ msgid "Library" #~ msgstr "Biblioteca" -#: src/view/screens/Settings/index.tsx:449 +#: src/view/screens/Settings/index.tsx:427 msgid "Light" msgstr "Chiaro" @@ -2505,8 +2585,8 @@ msgid "Like this feed" msgstr "Metti mi piace a questo feed" #: src/components/LikesDialog.tsx:87 -#: src/Navigation.tsx:201 -#: src/Navigation.tsx:206 +#: src/Navigation.tsx:202 +#: src/Navigation.tsx:207 msgid "Liked by" msgstr "Piace a" @@ -2541,15 +2621,15 @@ msgstr "piace il tuo feed personalizzato" msgid "liked your post" msgstr "piace il tuo post" -#: src/view/screens/Profile.tsx:198 +#: src/view/screens/Profile.tsx:197 msgid "Likes" msgstr "Mi piace" -#: src/view/com/post-thread/PostThreadItem.tsx:182 +#: src/view/com/post-thread/PostThreadItem.tsx:183 msgid "Likes on this post" msgstr "Mi Piace in questo post" -#: src/Navigation.tsx:170 +#: src/Navigation.tsx:171 msgid "List" msgstr "Lista" @@ -2585,9 +2665,9 @@ msgstr "Lista sbloccata" msgid "List unmuted" msgstr "Lista non mutata" -#: src/Navigation.tsx:114 -#: src/view/screens/Profile.tsx:194 -#: src/view/screens/Profile.tsx:200 +#: src/Navigation.tsx:115 +#: src/view/screens/Profile.tsx:193 +#: src/view/screens/Profile.tsx:199 #: src/view/shell/desktop/LeftNav.tsx:383 #: src/view/shell/Drawer.tsx:501 #: src/view/shell/Drawer.tsx:502 @@ -2602,7 +2682,7 @@ msgid "Load new notifications" msgstr "Carica più notifiche" #: src/screens/Profile/Sections/Feed.tsx:86 -#: src/view/com/feeds/FeedPage.tsx:138 +#: src/view/com/feeds/FeedPage.tsx:134 #: src/view/screens/ProfileFeed.tsx:507 #: src/view/screens/ProfileList.tsx:697 msgid "Load new posts" @@ -2615,7 +2695,7 @@ msgstr "Caricamento..." #~ msgid "Local dev server" #~ msgstr "Server di sviluppo locale" -#: src/Navigation.tsx:221 +#: src/Navigation.tsx:222 msgid "Log" msgstr "Log" @@ -2634,6 +2714,10 @@ msgstr "Visibilità degli utenti disconnessi" msgid "Login to account that is not listed" msgstr "Accedi all'account che non è nella lista" +#: src/components/RichText.tsx:207 +msgid "Long press to open tag menu for #{tag}" +msgstr "" + #~ msgid "Looks like this feed is only available to users with a Bluesky account. Please sign up or sign in to view this feed!" #~ msgstr "Sembra che questo feed sia disponibile solo per gli utenti con un account Bluesky. Per favore registrati o accedi per visualizzare questo feed!" @@ -2657,7 +2741,8 @@ msgstr "Gestisci le parole mute e i tags" #~ msgid "May only contain letters and numbers" #~ msgstr "Può contenere solo lettere e numeri" -#: src/view/screens/Profile.tsx:197 +#: src/view/screens/AccessibilitySettings.tsx:89 +#: src/view/screens/Profile.tsx:196 msgid "Media" msgstr "Media" @@ -2669,8 +2754,8 @@ msgstr "utenti menzionati" msgid "Mentioned users" msgstr "Utenti menzionati" -#: src/view/com/util/ViewHeader.tsx:87 -#: src/view/screens/Search/Search.tsx:795 +#: src/view/com/util/ViewHeader.tsx:89 +#: src/view/screens/Search/Search.tsx:726 msgid "Menu" msgstr "Menù" @@ -2685,9 +2770,9 @@ msgstr "Messaggio dal server: {0}" msgid "Misleading Account" msgstr "Account Ingannevole" -#: src/Navigation.tsx:119 +#: src/Navigation.tsx:120 #: src/screens/Moderation/index.tsx:104 -#: src/view/screens/Settings/index.tsx:596 +#: src/view/screens/Settings/index.tsx:597 #: src/view/shell/desktop/LeftNav.tsx:401 #: src/view/shell/Drawer.tsx:520 #: src/view/shell/Drawer.tsx:521 @@ -2725,16 +2810,16 @@ msgstr "Lista di moderazione aggiornata" msgid "Moderation lists" msgstr "Liste di moderazione" -#: src/Navigation.tsx:124 +#: src/Navigation.tsx:125 #: src/view/screens/ModerationModlists.tsx:58 msgid "Moderation Lists" msgstr "Liste di Moderazione" -#: src/view/screens/Settings/index.tsx:590 +#: src/view/screens/Settings/index.tsx:591 msgid "Moderation settings" msgstr "Impostazioni di moderazione" -#: src/Navigation.tsx:216 +#: src/Navigation.tsx:217 msgid "Moderation states" msgstr "Stati di moderazione" @@ -2747,7 +2832,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:535 +#: src/view/com/post-thread/PostThreadItem.tsx:541 msgid "More" msgstr "Di più" @@ -2819,13 +2904,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:269 -#: src/view/com/util/forms/PostDropdownBtn.tsx:275 +#: src/view/com/util/forms/PostDropdownBtn.tsx:273 +#: src/view/com/util/forms/PostDropdownBtn.tsx:279 msgid "Mute thread" msgstr "Silenzia questa discussione" -#: src/view/com/util/forms/PostDropdownBtn.tsx:285 -#: src/view/com/util/forms/PostDropdownBtn.tsx:287 +#: src/view/com/util/forms/PostDropdownBtn.tsx:289 +#: src/view/com/util/forms/PostDropdownBtn.tsx:291 msgid "Mute words & tags" msgstr "Silenzia parole & tags" @@ -2837,7 +2922,7 @@ msgstr "Silenziato" msgid "Muted accounts" msgstr "Account silenziato" -#: src/Navigation.tsx:129 +#: src/Navigation.tsx:130 #: src/view/screens/ModerationMutedAccounts.tsx:112 msgid "Muted Accounts" msgstr "Accounts Silenziati" @@ -2871,11 +2956,11 @@ msgstr "I miei Feeds" msgid "My Profile" msgstr "Il mio Profilo" -#: src/view/screens/Settings/index.tsx:547 +#: src/view/screens/Settings/index.tsx:548 msgid "My saved feeds" msgstr "I miei feed salvati" -#: src/view/screens/Settings/index.tsx:553 +#: src/view/screens/Settings/index.tsx:554 msgid "My Saved Feeds" msgstr "I miei Feeds Salvati" @@ -2902,7 +2987,7 @@ msgid "Nature" msgstr "Natura" #: src/screens/Login/ForgotPasswordForm.tsx:173 -#: src/screens/Login/LoginForm.tsx:255 +#: src/screens/Login/LoginForm.tsx:303 #: src/view/com/modals/ChangePassword.tsx:168 msgid "Navigates to the next screen" msgstr "Vai alla schermata successiva" @@ -2954,14 +3039,14 @@ msgstr "Nuovo Password" msgid "New Password" msgstr "Nuovo Password" -#: src/view/com/feeds/FeedPage.tsx:149 +#: src/view/com/feeds/FeedPage.tsx:145 msgctxt "action" msgid "New post" msgstr "Nuovo Post" #: src/view/screens/Feeds.tsx:580 #: src/view/screens/Notifications.tsx:168 -#: src/view/screens/Profile.tsx:480 +#: src/view/screens/Profile.tsx:465 #: src/view/screens/ProfileFeed.tsx:445 #: src/view/screens/ProfileList.tsx:200 #: src/view/screens/ProfileList.tsx:228 @@ -2991,8 +3076,8 @@ msgstr "Notizie" #: src/screens/Login/ForgotPasswordForm.tsx:143 #: src/screens/Login/ForgotPasswordForm.tsx:150 -#: src/screens/Login/LoginForm.tsx:254 -#: src/screens/Login/LoginForm.tsx:261 +#: src/screens/Login/LoginForm.tsx:302 +#: src/screens/Login/LoginForm.tsx:309 #: src/screens/Login/SetNewPasswordForm.tsx:174 #: src/screens/Login/SetNewPasswordForm.tsx:180 #: src/screens/Signup/index.tsx:207 @@ -3029,7 +3114,11 @@ msgstr "Senza descrizione" msgid "No DNS Panel" msgstr "Nessun pannello DNS" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:118 +#: src/components/dialogs/GifSelect.tsx:206 +msgid "No featured GIFs found. There may be an issue with Tenor." +msgstr "" + +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:116 msgid "No longer following {0}" msgstr "Non segui più {0}" @@ -3046,7 +3135,7 @@ msgstr "Ancora nessuna notifica!" msgid "No result" msgstr "Nessun risultato" -#: src/components/Lists.tsx:183 +#: src/components/Lists.tsx:192 msgid "No results found" msgstr "Non si è trovato nessun risultato" @@ -3055,11 +3144,15 @@ 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:349 -#: src/view/screens/Search/Search.tsx:387 +#: src/view/screens/Search/Search.tsx:350 +#: src/view/screens/Search/Search.tsx:388 msgid "No results found for {query}" msgstr "Nessun risultato trovato per {query}" +#: src/components/dialogs/GifSelect.tsx:204 +msgid "No search results found for \"{search}\"." +msgstr "" + #: src/components/dialogs/EmbedConsent.tsx:105 #: src/components/dialogs/EmbedConsent.tsx:112 msgid "No thanks" @@ -3082,18 +3175,18 @@ msgstr "Nudità non sessuale" msgid "Not Applicable." msgstr "Non applicabile." -#: src/Navigation.tsx:109 +#: src/Navigation.tsx:110 #: src/view/screens/Profile.tsx:101 msgid "Not Found" msgstr "Non trovato" -#: src/view/com/modals/VerifyEmail.tsx:246 -#: src/view/com/modals/VerifyEmail.tsx:252 +#: src/view/com/modals/VerifyEmail.tsx:254 +#: src/view/com/modals/VerifyEmail.tsx:260 msgid "Not right now" msgstr "Non adesso" #: src/view/com/profile/ProfileMenu.tsx:368 -#: src/view/com/util/forms/PostDropdownBtn.tsx:364 +#: src/view/com/util/forms/PostDropdownBtn.tsx:368 #: src/view/com/util/post-ctrls/PostCtrls.tsx:248 msgid "Note about sharing" msgstr "Nota sulla condivisione" @@ -3102,7 +3195,7 @@ 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/Navigation.tsx:461 +#: src/Navigation.tsx:470 #: src/view/screens/Notifications.tsx:124 #: src/view/screens/Notifications.tsx:148 #: src/view/shell/bottom-bar/BottomBar.tsx:216 @@ -3132,7 +3225,8 @@ msgstr "" msgid "Off" msgstr "Spento" -#: src/view/com/util/ErrorBoundary.tsx:49 +#: src/components/dialogs/GifSelect.tsx:287 +#: src/view/com/util/ErrorBoundary.tsx:55 msgid "Oh no!" msgstr "Oh no!" @@ -3153,11 +3247,11 @@ msgstr "Va bene" msgid "Oldest replies first" msgstr "Mostrare prima le risposte più vecchie" -#: src/view/screens/Settings/index.tsx:247 +#: src/view/screens/Settings/index.tsx:236 msgid "Onboarding reset" msgstr "Reimpostazione dell'onboarding" -#: src/view/com/composer/Composer.tsx:392 +#: src/view/com/composer/Composer.tsx:424 msgid "One or more images is missing alt text." msgstr "A una o più immagini manca il testo alternativo." @@ -3169,11 +3263,11 @@ msgstr "Solo {0} può rispondere." msgid "Only contains letters, numbers, and hyphens" msgstr "" -#: src/components/Lists.tsx:75 +#: src/components/Lists.tsx:78 msgid "Oops, something went wrong!" msgstr "Ops! Qualcosa è andato male!" -#: src/components/Lists.tsx:170 +#: src/components/Lists.tsx:177 #: src/view/screens/AppPasswords.tsx:67 #: src/view/screens/Profile.tsx:101 msgid "Oops!" @@ -3183,8 +3277,8 @@ msgstr "Ops!" msgid "Open" msgstr "Apri" -#: src/view/com/composer/Composer.tsx:491 -#: src/view/com/composer/Composer.tsx:492 +#: src/view/com/composer/Composer.tsx:505 +#: src/view/com/composer/Composer.tsx:506 msgid "Open emoji picker" msgstr "Apri il selettore emoji" @@ -3192,7 +3286,7 @@ msgstr "Apri il selettore emoji" msgid "Open feed options menu" msgstr "Apri il menu delle opzioni del feed" -#: src/view/screens/Settings/index.tsx:685 +#: src/view/screens/Settings/index.tsx:686 msgid "Open links with in-app browser" msgstr "Apri i links con il navigatore della app" @@ -3208,12 +3302,12 @@ msgstr "Apri la navigazione" msgid "Open post options menu" msgstr "Apri il menu delle opzioni del post" -#: src/view/screens/Settings/index.tsx:792 -#: src/view/screens/Settings/index.tsx:802 +#: src/view/screens/Settings/index.tsx:787 +#: src/view/screens/Settings/index.tsx:797 msgid "Open storybook page" msgstr "Apri la pagina della cronologia" -#: src/view/screens/Settings/index.tsx:780 +#: src/view/screens/Settings/index.tsx:775 msgid "Open system log" msgstr "Apri il registro di sistema" @@ -3221,6 +3315,10 @@ msgstr "Apri il registro di sistema" msgid "Opens {numItems} options" msgstr "Apre le {numItems} opzioni" +#: src/view/screens/Settings/index.tsx:485 +msgid "Opens accessibility settings" +msgstr "" + #: src/view/screens/Log.tsx:54 msgid "Opens additional details for a debug entry" msgstr "Apre dettagli aggiuntivi per una debug entry" @@ -3229,7 +3327,7 @@ msgstr "Apre dettagli aggiuntivi per una debug entry" msgid "Opens an expanded list of users in this notification" msgstr "Apre un elenco ampliato di utenti in questa notifica" -#: src/view/com/composer/photos/OpenCameraBtn.tsx:78 +#: src/view/com/composer/photos/OpenCameraBtn.tsx:74 msgid "Opens camera on device" msgstr "Apre la fotocamera sul dispositivo" @@ -3237,18 +3335,18 @@ msgstr "Apre la fotocamera sul dispositivo" msgid "Opens composer" msgstr "Apre il compositore" -#: src/view/screens/Settings/index.tsx:566 +#: src/view/screens/Settings/index.tsx:567 msgid "Opens configurable language settings" msgstr "Apre le impostazioni configurabili delle lingue" -#: src/view/com/composer/photos/SelectPhotoBtn.tsx:44 +#: src/view/com/composer/photos/SelectPhotoBtn.tsx:40 msgid "Opens device photo gallery" msgstr "Apre la galleria fotografica del dispositivo" #~ msgid "Opens editor for profile display name, avatar, background image, and description" #~ msgstr "Apre l'editor per il nome configurato del profilo, l'avatar, l'immagine di sfondo e la descrizione" -#: src/view/screens/Settings/index.tsx:620 +#: src/view/screens/Settings/index.tsx:621 msgid "Opens external embeds settings" msgstr "Apre le impostazioni esterne per gli incorporamenti" @@ -3268,6 +3366,10 @@ msgstr "Apre il procedimento per accedere al tuo account esistente di Bluesky" #~ msgid "Opens following list" #~ msgstr "Apre la lista di chi segui" +#: src/view/com/composer/photos/SelectGifBtn.tsx:37 +msgid "Opens GIF select dialog" +msgstr "" + #~ msgid "Opens invite code list" #~ msgstr "Apre la lista dei codici di invito" @@ -3275,26 +3377,26 @@ msgstr "Apre il procedimento per accedere al tuo account esistente di Bluesky" msgid "Opens list of invite codes" msgstr "Apre la lista dei codici di invito" -#: src/view/screens/Settings/index.tsx:762 +#: src/view/screens/Settings/index.tsx:757 msgid "Opens modal for account deletion confirmation. Requires email code" msgstr "Apre la modale per la conferma dell'eliminazione dell'account. Richiede un codice e-mail" #~ msgid "Opens modal for account deletion confirmation. Requires email code." #~ msgstr "Apre il modal per la conferma dell'eliminazione dell'account. Richiede un codice email." -#: src/view/screens/Settings/index.tsx:720 +#: src/view/screens/Settings/index.tsx:715 msgid "Opens modal for changing your Bluesky password" msgstr "Apre la modale per modificare il tuo password di Bluesky" -#: src/view/screens/Settings/index.tsx:669 +#: src/view/screens/Settings/index.tsx:670 msgid "Opens modal for choosing a new Bluesky handle" msgstr "Apre la modale per la scelta di un nuovo handle di Bluesky" -#: src/view/screens/Settings/index.tsx:743 +#: src/view/screens/Settings/index.tsx:738 msgid "Opens modal for downloading your Bluesky account data (repository)" msgstr "Apre la modale per scaricare i dati del tuo account Bluesky (repository)" -#: src/view/screens/Settings/index.tsx:932 +#: src/view/screens/Settings/index.tsx:927 msgid "Opens modal for email verification" msgstr "Apre la modale per la verifica dell'e-mail" @@ -3302,11 +3404,11 @@ msgstr "Apre la modale per la verifica dell'e-mail" msgid "Opens modal for using custom domain" msgstr "Apre il modal per l'utilizzo del dominio personalizzato" -#: src/view/screens/Settings/index.tsx:591 +#: src/view/screens/Settings/index.tsx:592 msgid "Opens moderation settings" msgstr "Apre le impostazioni di moderazione" -#: src/screens/Login/LoginForm.tsx:202 +#: src/screens/Login/LoginForm.tsx:219 msgid "Opens password reset form" msgstr "Apre il modulo di reimpostazione della password" @@ -3315,18 +3417,18 @@ msgstr "Apre il modulo di reimpostazione della password" msgid "Opens screen to edit Saved Feeds" msgstr "Apre la schermata per modificare i feed salvati" -#: src/view/screens/Settings/index.tsx:548 +#: src/view/screens/Settings/index.tsx:549 msgid "Opens screen with all saved feeds" msgstr "Apre la schermata con tutti i feed salvati" -#: src/view/screens/Settings/index.tsx:647 +#: src/view/screens/Settings/index.tsx:648 msgid "Opens the app password settings" msgstr "Apre le impostazioni della password dell'app" #~ msgid "Opens the app password settings page" #~ msgstr "Apre la pagina delle impostazioni della password dell'app" -#: src/view/screens/Settings/index.tsx:505 +#: src/view/screens/Settings/index.tsx:506 msgid "Opens the Following feed preferences" msgstr "Apre le preferenze del feed Following" @@ -3337,16 +3439,16 @@ msgstr "Apre le preferenze del feed Following" msgid "Opens the linked website" msgstr "Apre il sito Web collegato" -#: src/view/screens/Settings/index.tsx:793 -#: src/view/screens/Settings/index.tsx:803 +#: src/view/screens/Settings/index.tsx:788 +#: src/view/screens/Settings/index.tsx:798 msgid "Opens the storybook page" msgstr "Apri la pagina della cronologia" -#: src/view/screens/Settings/index.tsx:781 +#: src/view/screens/Settings/index.tsx:776 msgid "Opens the system log page" msgstr "Apre la pagina del registro di sistema" -#: src/view/screens/Settings/index.tsx:526 +#: src/view/screens/Settings/index.tsx:527 msgid "Opens the threads preferences" msgstr "Apre le preferenze dei threads" @@ -3377,7 +3479,7 @@ msgstr "Altro account" msgid "Other..." msgstr "Altro..." -#: src/components/Lists.tsx:184 +#: src/components/Lists.tsx:193 #: src/view/screens/NotFound.tsx:45 msgid "Page not found" msgstr "Pagina non trovata" @@ -3386,7 +3488,7 @@ msgstr "Pagina non trovata" msgid "Page Not Found" msgstr "Pagina non trovata" -#: src/screens/Login/LoginForm.tsx:178 +#: src/screens/Login/LoginForm.tsx:195 #: src/screens/Signup/StepInfo/index.tsx:102 #: src/view/com/modals/DeleteAccount.tsx:194 #: src/view/com/modals/DeleteAccount.tsx:201 @@ -3405,16 +3507,19 @@ msgstr "Password aggiornata" msgid "Password updated!" msgstr "Password aggiornata!" -#: src/view/screens/Search/Search.tsx:447 -#: src/view/screens/Search/Search.tsx:456 +#: src/view/com/util/post-embeds/GifEmbed.tsx:31 +msgid "Pause" +msgstr "" + +#: src/view/screens/Search/Search.tsx:438 msgid "People" msgstr "" -#: src/Navigation.tsx:164 +#: src/Navigation.tsx:165 msgid "People followed by @{0}" msgstr "Persone seguite da @{0}" -#: src/Navigation.tsx:157 +#: src/Navigation.tsx:158 msgid "People following @{0}" msgstr "Persone che seguono @{0}" @@ -3450,10 +3555,18 @@ msgstr "Fissa su Home" msgid "Pinned Feeds" msgstr "Feeds Fissi" +#: src/view/com/util/post-embeds/GifEmbed.tsx:31 +msgid "Play" +msgstr "" + #: src/view/com/util/post-embeds/ExternalGifEmbed.tsx:123 msgid "Play {0}" msgstr "Riproduci {0}" +#: src/view/com/util/post-embeds/GifEmbed.tsx:30 +msgid "Play or pause the GIF" +msgstr "" + #: src/view/com/util/post-embeds/ExternalPlayerEmbed.tsx:57 #: src/view/com/util/post-embeds/ExternalPlayerEmbed.tsx:58 msgid "Play Video" @@ -3518,11 +3631,11 @@ msgstr "Spiega perché ritieni che questa etichetta sia stata applicata in modo #~ msgid "Please tell us why you think this decision was incorrect." #~ msgstr "Per favore spiegaci perché ritieni che questa decisione sia stata sbagliata." -#: src/view/com/modals/VerifyEmail.tsx:101 +#: src/view/com/modals/VerifyEmail.tsx:109 msgid "Please Verify Your Email" msgstr "Verifica la tua email" -#: src/view/com/composer/Composer.tsx:222 +#: src/view/com/composer/Composer.tsx:232 msgid "Please wait for your link card to finish loading" msgstr "Attendi il caricamento della scheda di collegamento" @@ -3538,8 +3651,8 @@ msgstr "Porno" #~ msgid "Pornography" #~ msgstr "Pornografia" -#: src/view/com/composer/Composer.tsx:367 -#: src/view/com/composer/Composer.tsx:375 +#: src/view/com/composer/Composer.tsx:399 +#: src/view/com/composer/Composer.tsx:407 msgctxt "action" msgid "Post" msgstr "Post" @@ -3552,13 +3665,13 @@ msgstr "Post" #~ msgid "Post" #~ msgstr "Post" -#: src/view/com/post-thread/PostThreadItem.tsx:175 +#: src/view/com/post-thread/PostThreadItem.tsx:176 msgid "Post by {0}" msgstr "Pubblicato da {0}" -#: src/Navigation.tsx:176 -#: src/Navigation.tsx:183 -#: src/Navigation.tsx:190 +#: src/Navigation.tsx:177 +#: src/Navigation.tsx:184 +#: src/Navigation.tsx:191 msgid "Post by @{0}" msgstr "Pubblicato da @{0}" @@ -3597,8 +3710,7 @@ msgstr "Post non trovato" msgid "posts" msgstr "post" -#: src/view/screens/Profile.tsx:195 -#: src/view/screens/Search/Search.tsx:467 +#: src/view/screens/Profile.tsx:194 msgid "Posts" msgstr "Post" @@ -3618,8 +3730,8 @@ msgstr "Link potenzialmente fuorviante" msgid "Press to change hosting provider" msgstr "" -#: src/components/Error.tsx:74 -#: src/components/Lists.tsx:80 +#: src/components/Error.tsx:83 +#: src/components/Lists.tsx:83 #: src/screens/Signup/index.tsx:187 msgid "Press to retry" msgstr "Premere per riprovare" @@ -3636,15 +3748,15 @@ msgstr "Lingua principale" msgid "Prioritize Your Follows" msgstr "Dai priorità a quelli che segui" -#: src/view/screens/Settings/index.tsx:603 +#: src/view/screens/Settings/index.tsx:604 #: src/view/shell/desktop/RightNav.tsx:72 msgid "Privacy" msgstr "Privacy" -#: src/Navigation.tsx:231 +#: src/Navigation.tsx:232 #: src/screens/Signup/StepInfo/Policies.tsx:56 #: src/view/screens/PrivacyPolicy.tsx:29 -#: src/view/screens/Settings/index.tsx:887 +#: src/view/screens/Settings/index.tsx:882 #: src/view/shell/Drawer.tsx:271 msgid "Privacy Policy" msgstr "Informativa sulla privacy" @@ -3654,7 +3766,7 @@ msgid "Processing..." msgstr "Elaborazione in corso…" #: src/view/screens/DebugMod.tsx:888 -#: src/view/screens/Profile.tsx:361 +#: src/view/screens/Profile.tsx:346 msgid "profile" msgstr "profilo" @@ -3670,7 +3782,7 @@ msgstr "Profilo" msgid "Profile updated" msgstr "Profilo aggiornato" -#: src/view/screens/Settings/index.tsx:945 +#: src/view/screens/Settings/index.tsx:940 msgid "Protect your account by verifying your email." msgstr "Proteggi il tuo account verificando la tua email." @@ -3686,11 +3798,11 @@ 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:352 +#: src/view/com/composer/Composer.tsx:384 msgid "Publish post" msgstr "Pubblica il post" -#: src/view/com/composer/Composer.tsx:352 +#: src/view/com/composer/Composer.tsx:384 msgid "Publish reply" msgstr "Pubblica la risposta" @@ -3719,7 +3831,7 @@ msgstr "Selezione a caso (nota anche come \"Poster's Roulette\")" msgid "Ratios" msgstr "Rapporti" -#: src/view/screens/Search/Search.tsx:924 +#: src/view/screens/Search/Search.tsx:855 msgid "Recent Searches" msgstr "Ricerche recenti" @@ -3778,7 +3890,7 @@ msgstr "Rimuovere dai miei feed?" msgid "Remove image" msgstr "Rimuovi l'immagine" -#: src/view/com/composer/ExternalEmbed.tsx:70 +#: src/view/com/composer/ExternalEmbed.tsx:82 msgid "Remove image preview" msgstr "Rimuovi l'anteprima dell'immagine" @@ -3813,11 +3925,11 @@ msgstr "Rimuovere dai miei feeds" msgid "Removed from your feeds" msgstr "Rimosso dai tuoi feed" -#: src/view/com/composer/ExternalEmbed.tsx:71 +#: src/view/com/composer/ExternalEmbed.tsx:83 msgid "Removes default thumbnail from {0}" msgstr "Elimina la miniatura predefinita da {0}" -#: src/view/screens/Profile.tsx:196 +#: src/view/screens/Profile.tsx:195 msgid "Replies" msgstr "Risposte" @@ -3825,7 +3937,7 @@ msgstr "Risposte" msgid "Replies to this thread are disabled" msgstr "Le risposte a questo thread sono disabilitate" -#: src/view/com/composer/Composer.tsx:365 +#: src/view/com/composer/Composer.tsx:397 msgctxt "action" msgid "Reply" msgstr "Risposta" @@ -3836,9 +3948,15 @@ msgstr "Filtri di risposta" #: src/view/com/post/Post.tsx:177 #: src/view/com/posts/FeedItem.tsx:285 +#~ msgctxt "description" +#~ msgid "Reply to <0/>" +#~ msgstr "In risposta a <0/>" + +#: src/view/com/post/Post.tsx:178 +#: src/view/com/posts/FeedItem.tsx:285 msgctxt "description" -msgid "Reply to <0/>" -msgstr "In risposta a <0/>" +msgid "Reply to <0><1/>" +msgstr "" #~ msgid "Report {collectionName}" #~ msgstr "Segnala {collectionName}" @@ -3861,8 +3979,8 @@ msgstr "Segnala il feed" msgid "Report List" msgstr "Segnala la lista" -#: src/view/com/util/forms/PostDropdownBtn.tsx:312 -#: src/view/com/util/forms/PostDropdownBtn.tsx:314 +#: src/view/com/util/forms/PostDropdownBtn.tsx:316 +#: src/view/com/util/forms/PostDropdownBtn.tsx:318 msgid "Report post" msgstr "Segnala il post" @@ -3929,7 +4047,7 @@ msgstr "" msgid "reposted your post" msgstr "reposted il tuo post" -#: src/view/com/post-thread/PostThreadItem.tsx:187 +#: src/view/com/post-thread/PostThreadItem.tsx:188 msgid "Reposts of this post" msgstr "Repost di questo post" @@ -3946,14 +4064,23 @@ msgstr "Richiedi un cambio" msgid "Request Code" msgstr "Richiedi il codice" -#: src/view/screens/Settings/index.tsx:426 +#: src/view/screens/AccessibilitySettings.tsx:82 msgid "Require alt text before posting" msgstr "Richiedi il testo alternativo prima di pubblicare" +#: src/view/screens/Settings/Email2FAToggle.tsx:53 +msgid "Require email code to log into your account" +msgstr "" + #: src/screens/Signup/StepInfo/index.tsx:69 msgid "Required for this provider" msgstr "Obbligatorio per questo operatore" +#: src/view/screens/Settings/DisableEmail2FADialog.tsx:168 +#: src/view/screens/Settings/DisableEmail2FADialog.tsx:171 +msgid "Resend email" +msgstr "" + #: src/view/com/modals/ChangePassword.tsx:185 msgid "Reset code" msgstr "Reimpostare il codice" @@ -3965,8 +4092,8 @@ msgstr "Reimposta il Codice" #~ msgid "Reset onboarding" #~ msgstr "Reimposta l'incorporazione" -#: src/view/screens/Settings/index.tsx:822 -#: src/view/screens/Settings/index.tsx:825 +#: src/view/screens/Settings/index.tsx:817 +#: src/view/screens/Settings/index.tsx:820 msgid "Reset onboarding state" msgstr "Reimposta lo stato dell' incorporazione" @@ -3977,20 +4104,20 @@ msgstr "Reimposta la password" #~ msgid "Reset preferences" #~ msgstr "Reimposta le preferenze" -#: src/view/screens/Settings/index.tsx:812 -#: src/view/screens/Settings/index.tsx:815 +#: src/view/screens/Settings/index.tsx:807 +#: src/view/screens/Settings/index.tsx:810 msgid "Reset preferences state" msgstr "Reimposta lo stato delle preferenze" -#: src/view/screens/Settings/index.tsx:823 +#: src/view/screens/Settings/index.tsx:818 msgid "Resets the onboarding state" msgstr "Reimposta lo stato dell'incorporazione" -#: src/view/screens/Settings/index.tsx:813 +#: src/view/screens/Settings/index.tsx:808 msgid "Resets the preferences state" msgstr "Reimposta lo stato delle preferenze" -#: src/screens/Login/LoginForm.tsx:235 +#: src/screens/Login/LoginForm.tsx:283 msgid "Retries login" msgstr "Ritenta l'accesso" @@ -3999,10 +4126,10 @@ msgstr "Ritenta l'accesso" msgid "Retries the last action, which errored out" msgstr "Ritenta l'ultima azione che ha generato un errore" -#: src/components/Error.tsx:79 -#: src/components/Lists.tsx:91 -#: src/screens/Login/LoginForm.tsx:234 -#: src/screens/Login/LoginForm.tsx:241 +#: src/components/Error.tsx:88 +#: src/components/Lists.tsx:94 +#: src/screens/Login/LoginForm.tsx:282 +#: src/screens/Login/LoginForm.tsx:289 #: src/screens/Onboarding/StepInterests/index.tsx:225 #: src/screens/Onboarding/StepInterests/index.tsx:228 #: src/screens/Signup/index.tsx:194 @@ -4014,7 +4141,7 @@ msgstr "Riprova" #~ msgid "Retry." #~ msgstr "Riprova." -#: src/components/Error.tsx:86 +#: src/components/Error.tsx:95 #: src/view/screens/ProfileList.tsx:919 msgid "Return to previous page" msgstr "Ritorna alla pagina precedente" @@ -4101,14 +4228,14 @@ msgstr "Scienza" msgid "Scroll to top" msgstr "Scorri verso l'alto" -#: src/Navigation.tsx:451 +#: src/Navigation.tsx:460 #: 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:568 -#: src/view/screens/Search/Search.tsx:817 -#: src/view/screens/Search/Search.tsx:835 +#: src/view/screens/Search/Search.tsx:503 +#: src/view/screens/Search/Search.tsx:748 +#: src/view/screens/Search/Search.tsx:766 #: src/view/shell/bottom-bar/BottomBar.tsx:170 #: src/view/shell/desktop/LeftNav.tsx:328 #: src/view/shell/desktop/Search.tsx:215 @@ -4118,7 +4245,7 @@ msgstr "Scorri verso l'alto" msgid "Search" msgstr "Cerca" -#: src/view/screens/Search/Search.tsx:884 +#: src/view/screens/Search/Search.tsx:815 #: src/view/shell/desktop/Search.tsx:256 msgid "Search for \"{query}\"" msgstr "Cerca \"{query}\"" @@ -4137,6 +4264,14 @@ msgstr "Cerca tutti i post con il tag {displayTag}" msgid "Search for users" msgstr "Cerca utenti" +#: src/components/dialogs/GifSelect.tsx:158 +msgid "Search GIFs" +msgstr "" + +#: src/components/dialogs/GifSelect.tsx:159 +msgid "Search Tenor" +msgstr "" + #: src/view/com/modals/ChangeEmail.tsx:110 msgid "Security Step Required" msgstr "Passaggio di sicurezza obbligatorio" @@ -4185,6 +4320,14 @@ msgstr "" msgid "Select from an existing account" msgstr "Seleziona da un account esistente" +#: src/view/com/composer/photos/SelectGifBtn.tsx:36 +msgid "Select GIF" +msgstr "" + +#: src/components/dialogs/GifSelect.tsx:253 +msgid "Select GIF \"{0}\"" +msgstr "" + #: src/view/screens/LanguageSettings.tsx:299 msgid "Select languages" msgstr "Seleziona lingue" @@ -4256,8 +4399,8 @@ msgstr "Seleziona i tuoi feed algoritmici principali" msgid "Select your secondary algorithmic feeds" msgstr "Seleziona i tuoi feed algoritmici secondari" -#: src/view/com/modals/VerifyEmail.tsx:202 -#: src/view/com/modals/VerifyEmail.tsx:204 +#: src/view/com/modals/VerifyEmail.tsx:210 +#: src/view/com/modals/VerifyEmail.tsx:212 msgid "Send Confirmation Email" msgstr "Invia email di conferma" @@ -4290,6 +4433,11 @@ msgstr "Invia la segnalazione" msgid "Send report to {0}" msgstr "Invia la segnalazione a {0}" +#: src/view/screens/Settings/DisableEmail2FADialog.tsx:119 +#: src/view/screens/Settings/DisableEmail2FADialog.tsx:122 +msgid "Send verification email" +msgstr "" + #: src/view/com/modals/DeleteAccount.tsx:132 msgid "Sends email with confirmation code for account deletion" msgstr "Invia un'email con il codice di conferma per la cancellazione dell'account" @@ -4363,23 +4511,23 @@ msgstr "Configura il tuo account" msgid "Sets Bluesky username" msgstr "Imposta il tuo nome utente di Bluesky" -#: src/view/screens/Settings/index.tsx:458 +#: src/view/screens/Settings/index.tsx:436 msgid "Sets color theme to dark" msgstr "Imposta il tema colore su scuro" -#: src/view/screens/Settings/index.tsx:451 +#: src/view/screens/Settings/index.tsx:429 msgid "Sets color theme to light" msgstr "Imposta il tema colore su chiaro" -#: src/view/screens/Settings/index.tsx:445 +#: src/view/screens/Settings/index.tsx:423 msgid "Sets color theme to system setting" msgstr "Imposta il tema colore basato impostazioni di sistema" -#: src/view/screens/Settings/index.tsx:484 +#: src/view/screens/Settings/index.tsx:462 msgid "Sets dark theme to the dark theme" msgstr "Imposta il tema scuro sul tema scuro" -#: src/view/screens/Settings/index.tsx:477 +#: src/view/screens/Settings/index.tsx:455 msgid "Sets dark theme to the dim theme" msgstr "Imposta il tema scuro sul tema semi fosco" @@ -4408,8 +4556,8 @@ 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:139 -#: src/view/screens/Settings/index.tsx:316 +#: src/Navigation.tsx:140 +#: src/view/screens/Settings/index.tsx:309 #: src/view/shell/desktop/LeftNav.tsx:437 #: src/view/shell/Drawer.tsx:576 #: src/view/shell/Drawer.tsx:577 @@ -4431,15 +4579,15 @@ msgstr "Condividi" #: src/view/com/profile/ProfileMenu.tsx:215 #: src/view/com/profile/ProfileMenu.tsx:224 -#: src/view/com/util/forms/PostDropdownBtn.tsx:236 -#: src/view/com/util/forms/PostDropdownBtn.tsx:245 +#: src/view/com/util/forms/PostDropdownBtn.tsx:240 +#: src/view/com/util/forms/PostDropdownBtn.tsx:249 #: src/view/com/util/post-ctrls/PostCtrls.tsx:237 #: src/view/screens/ProfileList.tsx:390 msgid "Share" msgstr "Condividi" #: src/view/com/profile/ProfileMenu.tsx:373 -#: src/view/com/util/forms/PostDropdownBtn.tsx:369 +#: src/view/com/util/forms/PostDropdownBtn.tsx:373 #: src/view/com/util/post-ctrls/PostCtrls.tsx:253 msgid "Share anyway" msgstr "Condividi comunque" @@ -4462,7 +4610,7 @@ msgstr "" #: src/components/moderation/LabelPreference.tsx:136 #: src/components/moderation/PostHider.tsx:107 #: src/screens/Onboarding/StepModeration/ModerationOption.tsx:54 -#: src/view/screens/Settings/index.tsx:366 +#: src/view/screens/Settings/index.tsx:359 msgid "Show" msgstr "Mostra" @@ -4488,13 +4636,13 @@ msgstr "Mostra badge e filtra dai feed" #~ msgid "Show embeds from {0}" #~ msgstr "Mostra incorporamenti di {0}" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:200 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:198 msgid "Show follows similar to {0}" msgstr "Mostra follows simile a {0}" -#: src/view/com/post-thread/PostThreadItem.tsx:501 -#: src/view/com/post/Post.tsx:212 -#: src/view/com/posts/FeedItem.tsx:360 +#: src/view/com/post-thread/PostThreadItem.tsx:507 +#: src/view/com/post/Post.tsx:215 +#: src/view/com/posts/FeedItem.tsx:362 msgid "Show More" msgstr "Mostra di più" @@ -4574,7 +4722,7 @@ msgstr "Mostra i post di {0} nel tuo feed" #: src/components/dialogs/Signin.tsx:99 #: src/screens/Login/index.tsx:100 #: src/screens/Login/index.tsx:119 -#: src/screens/Login/LoginForm.tsx:131 +#: src/screens/Login/LoginForm.tsx:148 #: src/view/com/auth/SplashScreen.tsx:63 #: src/view/com/auth/SplashScreen.tsx:72 #: src/view/com/auth/SplashScreen.web.tsx:107 @@ -4585,9 +4733,9 @@ msgstr "Mostra i post di {0} nel tuo feed" #: src/view/shell/bottom-bar/BottomBarWeb.tsx:178 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:179 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:181 -#: src/view/shell/NavSignupCard.tsx:63 -#: src/view/shell/NavSignupCard.tsx:64 -#: src/view/shell/NavSignupCard.tsx:66 +#: src/view/shell/NavSignupCard.tsx:69 +#: src/view/shell/NavSignupCard.tsx:70 +#: src/view/shell/NavSignupCard.tsx:72 msgid "Sign in" msgstr "Accedi" @@ -4617,8 +4765,8 @@ msgstr "" msgid "Sign into Bluesky or create a new account" msgstr "" -#: src/view/screens/Settings/index.tsx:118 -#: src/view/screens/Settings/index.tsx:121 +#: src/view/screens/Settings/index.tsx:111 +#: src/view/screens/Settings/index.tsx:114 msgid "Sign out" msgstr "Disconnetta" @@ -4628,9 +4776,9 @@ msgstr "Disconnetta" #: src/view/shell/bottom-bar/BottomBarWeb.tsx:168 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:169 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:171 -#: src/view/shell/NavSignupCard.tsx:54 -#: src/view/shell/NavSignupCard.tsx:55 -#: src/view/shell/NavSignupCard.tsx:57 +#: src/view/shell/NavSignupCard.tsx:60 +#: src/view/shell/NavSignupCard.tsx:61 +#: src/view/shell/NavSignupCard.tsx:63 msgid "Sign up" msgstr "Iscrizione" @@ -4643,7 +4791,7 @@ msgstr "Iscriviti o accedi per partecipare alla conversazione" msgid "Sign-in Required" msgstr "È richiesta l'autenticazione" -#: src/view/screens/Settings/index.tsx:377 +#: src/view/screens/Settings/index.tsx:370 msgid "Signed in as" msgstr "Registrato/a come" @@ -4719,7 +4867,7 @@ msgstr "Quadrato" #~ msgid "Staging" #~ msgstr "Allestimento" -#: src/view/screens/Settings/index.tsx:867 +#: src/view/screens/Settings/index.tsx:862 msgid "Status page" msgstr "Pagina di stato" @@ -4731,12 +4879,12 @@ msgstr "" #~ msgid "Step {0} of {numSteps}" #~ msgstr "Passo {0} di {numSteps}" -#: src/view/screens/Settings/index.tsx:295 +#: src/view/screens/Settings/index.tsx:288 msgid "Storage cleared, you need to restart the app now." msgstr "Spazio di archiviazione eliminato. Riavvia l'app." -#: src/Navigation.tsx:211 -#: src/view/screens/Settings/index.tsx:795 +#: src/Navigation.tsx:212 +#: src/view/screens/Settings/index.tsx:790 msgid "Storybook" msgstr "Cronologia" @@ -4770,7 +4918,7 @@ msgstr "Iscriviti a questo labeler" msgid "Subscribe to this list" msgstr "Iscriviti alla lista" -#: src/view/screens/Search/Search.tsx:523 +#: src/view/screens/Search/Search.tsx:476 msgid "Suggested Follows" msgstr "Followers suggeriti" @@ -4782,7 +4930,7 @@ msgstr "Suggerito per te" msgid "Suggestive" msgstr "Suggestivo" -#: src/Navigation.tsx:226 +#: src/Navigation.tsx:227 #: src/view/screens/Support.tsx:30 #: src/view/screens/Support.tsx:33 msgid "Support" @@ -4791,24 +4939,24 @@ msgstr "Supporto" #~ msgid "Swipe up to see more" #~ msgstr "Scorri verso l'alto per vedere di più" -#: src/components/dialogs/SwitchAccount.tsx:46 -#: src/components/dialogs/SwitchAccount.tsx:49 +#: src/components/dialogs/SwitchAccount.tsx:47 +#: src/components/dialogs/SwitchAccount.tsx:50 msgid "Switch Account" msgstr "Cambia account" -#: src/view/screens/Settings/index.tsx:150 +#: src/view/screens/Settings/index.tsx:143 msgid "Switch to {0}" msgstr "Cambia a {0}" -#: src/view/screens/Settings/index.tsx:151 +#: src/view/screens/Settings/index.tsx:144 msgid "Switches the account you are logged in to" msgstr "Cambia l'account dal quale hai effettuato l'accesso" -#: src/view/screens/Settings/index.tsx:442 +#: src/view/screens/Settings/index.tsx:420 msgid "System" msgstr "Sistema" -#: src/view/screens/Settings/index.tsx:783 +#: src/view/screens/Settings/index.tsx:778 msgid "System log" msgstr "Registro di sistema" @@ -4836,9 +4984,9 @@ msgstr "Tecnologia" msgid "Terms" msgstr "Termini" -#: src/Navigation.tsx:236 +#: src/Navigation.tsx:237 #: src/screens/Signup/StepInfo/Policies.tsx:49 -#: src/view/screens/Settings/index.tsx:881 +#: src/view/screens/Settings/index.tsx:876 #: src/view/screens/TermsOfService.tsx:29 #: src/view/shell/Drawer.tsx:265 msgid "Terms of Service" @@ -4870,7 +5018,7 @@ msgstr "Che contiene il seguente:" msgid "That handle is already taken." msgstr "Questo handle è già stato preso." -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:282 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:280 #: src/view/com/profile/ProfileMenu.tsx:349 msgid "The account will be able to interact with you after unblocking." msgstr "L'account sarà in grado di interagire con te dopo lo sblocco." @@ -4936,6 +5084,10 @@ msgstr "Si è verificato un problema durante la rimozione di questo feed. Per fa msgid "There was an an issue updating your feeds, please check your internet connection and try again." msgstr "Si è verificato un problema durante la rimozione di questo feed. Per favore controlla la tua connessione Internet e prova di nuovo." +#: src/components/dialogs/GifSelect.tsx:201 +msgid "There was an issue connecting to Tenor." +msgstr "" + #: src/view/screens/ProfileFeed.tsx:247 #: src/view/screens/ProfileList.tsx:277 #: src/view/screens/SavedFeeds.tsx:211 @@ -4980,9 +5132,9 @@ msgstr "Si è verificato un problema durante la sincronizzazione delle tue prefe msgid "There was an issue with fetching your app passwords" msgstr "Si è verificato un problema durante il recupero delle password dell'app" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:105 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:127 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:141 +#: 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:106 @@ -5001,7 +5153,8 @@ msgstr "Si è verificato un problema! {0}" msgid "There was an issue. Please check your internet connection and try again." msgstr "Si è verificato un problema. Per favore controlla la tua connessione Internet e prova di nuovo." -#: src/view/com/util/ErrorBoundary.tsx:51 +#: src/components/dialogs/GifSelect.tsx:289 +#: 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 "Si è verificato un problema imprevisto nell'applicazione. Per favore facci sapere se ti è successo!" @@ -5077,7 +5230,7 @@ msgstr "Questo feed è vuoto! Prova a seguire più utenti o ottimizza le imposta msgid "This information is not shared with other users." msgstr "Queste informazioni non vengono condivise con altri utenti." -#: src/view/com/modals/VerifyEmail.tsx:119 +#: src/view/com/modals/VerifyEmail.tsx:127 msgid "This is important in case you ever need to change your email or reset your password." msgstr "Questo è importante nel caso in cui avessi bisogno di modificare la tua email o reimpostare la password." @@ -5108,16 +5261,16 @@ msgstr "Questo servizio di moderazione non è disponibile. Vedi giù per ulterio msgid "This name is already in use" msgstr "Questo nome è già in uso" -#: src/view/com/post-thread/PostThreadItem.tsx:125 +#: src/view/com/post-thread/PostThreadItem.tsx:126 msgid "This post has been deleted." msgstr "Questo post è stato cancellato." -#: src/view/com/util/forms/PostDropdownBtn.tsx:366 +#: src/view/com/util/forms/PostDropdownBtn.tsx:370 #: src/view/com/util/post-ctrls/PostCtrls.tsx:250 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:348 +#: src/view/com/util/forms/PostDropdownBtn.tsx:352 msgid "This post will be hidden from feeds." msgstr "Questo post verrà nascosto dai feed." @@ -5178,12 +5331,12 @@ msgstr "Questo eliminerà {0} dalle parole disattivate. Puoi sempre aggiungerla #~ msgid "This will hide this post from your feeds." #~ msgstr "Questo nasconderà il post dai tuoi feeds." -#: src/view/screens/Settings/index.tsx:525 +#: src/view/screens/Settings/index.tsx:526 msgid "Thread preferences" msgstr "Preferenze delle discussioni" #: src/view/screens/PreferencesThreads.tsx:53 -#: src/view/screens/Settings/index.tsx:535 +#: src/view/screens/Settings/index.tsx:536 msgid "Thread Preferences" msgstr "Preferenze delle Discussioni" @@ -5191,10 +5344,14 @@ msgstr "Preferenze delle Discussioni" msgid "Threaded Mode" msgstr "Modalità discussione" -#: src/Navigation.tsx:269 +#: src/Navigation.tsx:270 msgid "Threads Preferences" msgstr "Preferenze per le discussioni" +#: src/view/screens/Settings/DisableEmail2FADialog.tsx:102 +msgid "To disable the email 2FA method, please verify your access to the email address." +msgstr "" + #: src/components/ReportDialog/SelectLabelerView.tsx:33 msgid "To whom would you like to send this report?" msgstr "A chi desideri inviare questo report?" @@ -5211,7 +5368,8 @@ msgstr "Attiva/disattiva il menu a discesa" msgid "Toggle to enable or disable adult content" msgstr "Seleziona per abilitare o disabilitare i contenuti per adulti" -#: src/view/screens/Search/Search.tsx:427 +#: src/screens/Hashtag.tsx:88 +#: src/view/screens/Search/Search.tsx:418 msgid "Top" msgstr "" @@ -5219,10 +5377,10 @@ msgstr "" msgid "Transformations" msgstr "Trasformazioni" -#: src/view/com/post-thread/PostThreadItem.tsx:638 -#: src/view/com/post-thread/PostThreadItem.tsx:640 -#: src/view/com/util/forms/PostDropdownBtn.tsx:220 +#: src/view/com/post-thread/PostThreadItem.tsx:644 +#: src/view/com/post-thread/PostThreadItem.tsx:646 #: src/view/com/util/forms/PostDropdownBtn.tsx:222 +#: src/view/com/util/forms/PostDropdownBtn.tsx:224 msgid "Translate" msgstr "Tradurre" @@ -5234,6 +5392,10 @@ msgstr "Riprova" #~ msgid "Try again" #~ msgstr "Provalo di nuovo" +#: src/view/screens/Settings/index.tsx:695 +msgid "Two-factor authentication" +msgstr "" + #: src/view/com/modals/ChangeHandle.tsx:428 msgid "Type:" msgstr "Tipo:" @@ -5248,21 +5410,21 @@ msgstr "Riattiva questa lista" #: src/screens/Login/ForgotPasswordForm.tsx:74 #: src/screens/Login/index.tsx:78 -#: src/screens/Login/LoginForm.tsx:119 +#: src/screens/Login/LoginForm.tsx:136 #: src/screens/Login/SetNewPasswordForm.tsx:77 #: src/screens/Signup/index.tsx:64 #: src/view/com/modals/ChangePassword.tsx:70 msgid "Unable to contact your service. Please check your Internet connection." msgstr "Impossibile contattare il servizio. Per favore controlla la tua connessione Internet." -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:181 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:286 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:179 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:284 #: src/view/com/profile/ProfileMenu.tsx:361 #: src/view/screens/ProfileList.tsx:574 msgid "Unblock" msgstr "Sblocca" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:186 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:184 msgctxt "action" msgid "Unblock" msgstr "Sblocca" @@ -5272,7 +5434,7 @@ msgstr "Sblocca" msgid "Unblock Account" msgstr "Sblocca Account" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:280 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:278 #: src/view/com/profile/ProfileMenu.tsx:343 msgid "Unblock Account?" msgstr "Sblocca Account?" @@ -5294,7 +5456,7 @@ msgctxt "action" msgid "Unfollow" msgstr "Smetti di seguire" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:220 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:218 msgid "Unfollow {0}" msgstr "Smetti di seguire {0}" @@ -5333,8 +5495,8 @@ msgstr "Riattiva questo account" msgid "Unmute all {displayTag} posts" msgstr "Riattiva tutti i post di {displayTag}" -#: src/view/com/util/forms/PostDropdownBtn.tsx:269 -#: src/view/com/util/forms/PostDropdownBtn.tsx:274 +#: src/view/com/util/forms/PostDropdownBtn.tsx:273 +#: src/view/com/util/forms/PostDropdownBtn.tsx:278 msgid "Unmute thread" msgstr "Riattiva questa discussione" @@ -5497,13 +5659,11 @@ msgstr "Lista aggiornata" msgid "User Lists" msgstr "Liste publiche" -#: src/screens/Login/LoginForm.tsx:151 +#: src/screens/Login/LoginForm.tsx:168 msgid "Username or email address" msgstr "Nome utente o indirizzo Email" #: src/view/screens/ProfileList.tsx:813 -#: src/view/screens/Search/Search.tsx:473 -#: src/view/screens/Search/Search.tsx:482 msgid "Users" msgstr "Utenti" @@ -5530,15 +5690,15 @@ msgstr "Valore:" msgid "Verify {0}" msgstr "Verifica {0}" -#: src/view/screens/Settings/index.tsx:906 +#: src/view/screens/Settings/index.tsx:901 msgid "Verify email" msgstr "Verifica Email" -#: src/view/screens/Settings/index.tsx:931 +#: src/view/screens/Settings/index.tsx:926 msgid "Verify my email" msgstr "Verifica la mia email" -#: src/view/screens/Settings/index.tsx:940 +#: src/view/screens/Settings/index.tsx:935 msgid "Verify My Email" msgstr "Verifica la Mia Email" @@ -5547,11 +5707,11 @@ msgstr "Verifica la Mia Email" msgid "Verify New Email" msgstr "Verifica la nuova email" -#: src/view/com/modals/VerifyEmail.tsx:103 +#: src/view/com/modals/VerifyEmail.tsx:111 msgid "Verify Your Email" msgstr "Verifica la tua email" -#: src/view/screens/Settings/index.tsx:857 +#: src/view/screens/Settings/index.tsx:852 msgid "Version {0}" msgstr "" @@ -5583,8 +5743,8 @@ msgstr "Vedi la discussione completa" msgid "View information about these labels" msgstr "Visualizza le informazioni su queste etichette" -#: src/components/ProfileHoverCard/index.web.tsx:264 -#: src/components/ProfileHoverCard/index.web.tsx:293 +#: src/components/ProfileHoverCard/index.web.tsx:379 +#: src/components/ProfileHoverCard/index.web.tsx:408 #: src/view/com/posts/FeedErrorMessage.tsx:166 msgid "View profile" msgstr "Vedi il profilo" @@ -5625,7 +5785,7 @@ msgstr "Avvisa i contenuti e filtra dai feed" #~ msgid "We also think you'll like \"For You\" by Skygaze:" #~ msgstr "Pensiamo che ti piacerà anche \"Per Te\" di Skygaze:" -#: src/screens/Hashtag.tsx:133 +#: 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." @@ -5684,11 +5844,11 @@ 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:322 +#: src/view/screens/Search/Search.tsx:323 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:188 +#: src/components/Lists.tsx:197 #: 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." @@ -5713,7 +5873,7 @@ msgstr "Quali sono i tuoi interessi?" #: src/view/com/auth/SplashScreen.tsx:40 #: src/view/com/auth/SplashScreen.web.tsx:81 -#: src/view/com/composer/Composer.tsx:296 +#: src/view/com/composer/Composer.tsx:306 msgid "What's up?" msgstr "Come va?" @@ -5754,11 +5914,11 @@ msgstr "Perché questo utente dovrebbe essere revisionato?" msgid "Wide" msgstr "Largo" -#: src/view/com/composer/Composer.tsx:436 +#: src/view/com/composer/Composer.tsx:467 msgid "Write post" msgstr "Scrivi un post" -#: src/view/com/composer/Composer.tsx:295 +#: src/view/com/composer/Composer.tsx:305 #: src/view/com/composer/Prompt.tsx:37 msgid "Write your reply" msgstr "Scrivi la tua risposta" @@ -5871,7 +6031,7 @@ msgstr "Non hai feeds." msgid "You have no lists." msgstr "Non hai liste." -#: src/view/screens/ModerationBlockedAccounts.tsx:138 +#: src/view/screens/ModerationBlockedAccounts.tsx:137 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." @@ -5984,7 +6144,7 @@ msgstr "Your email appears to be invalid." 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." -#: src/view/com/modals/VerifyEmail.tsx:114 +#: src/view/com/modals/VerifyEmail.tsx:122 msgid "Your email has not yet been verified. This is an important security step which we recommend." msgstr "La tua email non è stata ancora verificata. Ti consigliamo di fare questo importante passo per la sicurezza del tuo account." @@ -6014,7 +6174,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:284 +#: src/view/com/composer/Composer.tsx:294 msgid "Your post has been published" msgstr "Il tuo post è stato pubblicato" @@ -6024,11 +6184,11 @@ msgstr "Il tuo post è stato pubblicato" msgid "Your posts, likes, and blocks are public. Mutes are private." msgstr "I tuoi post, i tuoi Mi piace e i tuoi blocchi sono pubblici. I conti silenziati sono privati." -#: src/view/screens/Settings/index.tsx:136 +#: src/view/screens/Settings/index.tsx:129 msgid "Your profile" msgstr "Il tuo profilo" -#: src/view/com/composer/Composer.tsx:283 +#: src/view/com/composer/Composer.tsx:293 msgid "Your reply has been published" msgstr "La tua risposta è stata pubblicata" diff --git a/src/locale/locales/ja/messages.po b/src/locale/locales/ja/messages.po index d445e81b..98b4f5a4 100644 --- a/src/locale/locales/ja/messages.po +++ b/src/locale/locales/ja/messages.po @@ -13,11 +13,11 @@ msgstr "" "Language-Team: Hima-Zinn, tkusano, dolciss, oboenikui, noritada, middlingphys, hibiki, reindex-ot, haoyayoi, vyv03354\n" "Plural-Forms: \n" -#: src/view/com/modals/VerifyEmail.tsx:142 +#: src/view/com/modals/VerifyEmail.tsx:150 msgid "(no email)" msgstr "メールがありません" -#: src/components/ProfileHoverCard/index.web.tsx:323 +#: src/components/ProfileHoverCard/index.web.tsx:438 #: src/screens/Profile/Header/Metrics.tsx:44 msgid "{following} following" msgstr "{following} フォロー" @@ -34,11 +34,11 @@ msgstr "<0/>のメンバー" msgid "<0>{0} following" msgstr "<0>{0} フォロー" -#: src/components/ProfileHoverCard/index.web.tsx:314 +#: src/components/ProfileHoverCard/index.web.tsx:429 msgid "<0>{followers} <1>{pluralizedFollowers}" msgstr "<0>{followers} <1>フォロワー" -#: src/components/ProfileHoverCard/index.web.tsx:326 +#: src/components/ProfileHoverCard/index.web.tsx:441 #: src/screens/Profile/Header/Metrics.tsx:45 msgid "<0>{following} <1>following" msgstr "<0>{following} <1>フォロー" @@ -63,8 +63,8 @@ msgstr "⚠無効なハンドル" msgid "2FA Confirmation" msgstr "2要素認証の確認" -#: src/view/com/util/ViewHeader.tsx:89 -#: src/view/screens/Search/Search.tsx:796 +#: src/view/com/util/ViewHeader.tsx:91 +#: src/view/screens/Search/Search.tsx:727 msgid "Access navigation links and settings" msgstr "ナビゲーションリンクと設定にアクセス" @@ -73,11 +73,11 @@ msgid "Access profile and other navigation links" msgstr "プロフィールと他のナビゲーションリンクにアクセス" #: src/view/com/modals/EditImage.tsx:300 -#: src/view/screens/Settings/index.tsx:421 +#: src/view/screens/Settings/index.tsx:493 msgid "Accessibility" msgstr "アクセシビリティ" -#: src/view/screens/Settings/index.tsx:483 +#: src/view/screens/Settings/index.tsx:484 msgid "Accessibility settings" msgstr "アクセシビリティの設定" @@ -90,9 +90,9 @@ msgstr "アクセシビリティの設定" msgid "account" msgstr "アカウント" -#: src/screens/Login/LoginForm.tsx:144 -#: src/view/screens/Settings/index.tsx:330 -#: src/view/screens/Settings/index.tsx:707 +#: src/screens/Login/LoginForm.tsx:161 +#: src/view/screens/Settings/index.tsx:323 +#: src/view/screens/Settings/index.tsx:702 msgid "Account" msgstr "アカウント" @@ -125,7 +125,7 @@ msgstr "アカウントオプション" msgid "Account removed from quick access" msgstr "クイックアクセスからアカウントを解除" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:137 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:135 #: src/view/com/profile/ProfileMenu.tsx:128 msgid "Account unblocked" msgstr "アカウントのブロックを解除しました" @@ -154,9 +154,9 @@ msgstr "コンテンツの警告を追加" msgid "Add a user to this list" msgstr "リストにユーザーを追加" -#: src/components/dialogs/SwitchAccount.tsx:55 -#: src/view/screens/Settings/index.tsx:405 -#: src/view/screens/Settings/index.tsx:414 +#: src/components/dialogs/SwitchAccount.tsx:56 +#: src/view/screens/Settings/index.tsx:398 +#: src/view/screens/Settings/index.tsx:407 msgid "Add account" msgstr "アカウントを追加" @@ -221,7 +221,7 @@ msgid "Adult content is disabled." msgstr "成人向けコンテンツは無効になっています。" #: src/screens/Moderation/index.tsx:375 -#: src/view/screens/Settings/index.tsx:635 +#: src/view/screens/Settings/index.tsx:636 msgid "Advanced" msgstr "高度な設定" @@ -243,6 +243,7 @@ msgid "ALT" msgstr "ALT" #: src/view/com/modals/EditImage.tsx:316 +#: src/view/screens/AccessibilitySettings.tsx:77 msgid "Alt text" msgstr "ALTテキスト" @@ -250,7 +251,8 @@ msgstr "ALTテキスト" msgid "Alt text describes images for blind and low-vision users, and helps give context to everyone." msgstr "ALTテキストは、すべての人が文脈を理解できるようにするために、視覚障害者や低視力者向けに提供する画像の説明文です。" -#: src/view/com/modals/VerifyEmail.tsx:124 +#: src/view/com/modals/VerifyEmail.tsx:132 +#: src/view/screens/Settings/DisableEmail2FADialog.tsx:96 msgid "An email has been sent to {0}. It includes a confirmation code which you can enter below." msgstr "メールが{0}に送信されました。以下に入力できる確認コードがそのメールに記載されています。" @@ -308,13 +310,13 @@ msgstr "アプリパスワードの名前には、英数字、スペース、ハ msgid "App Password names must be at least 4 characters long." msgstr "アプリパスワードの名前は長さが4文字以上である必要があります。" -#: src/view/screens/Settings/index.tsx:646 +#: src/view/screens/Settings/index.tsx:647 msgid "App password settings" msgstr "アプリパスワードの設定" -#: src/Navigation.tsx:251 +#: src/Navigation.tsx:252 #: src/view/screens/AppPasswords.tsx:189 -#: src/view/screens/Settings/index.tsx:655 +#: src/view/screens/Settings/index.tsx:656 msgid "App Passwords" msgstr "アプリパスワード" @@ -331,7 +333,7 @@ msgstr "「{0}」のラベルに異議を申し立てる" msgid "Appeal submitted." msgstr "異議申し立てを提出しました。" -#: src/view/screens/Settings/index.tsx:436 +#: src/view/screens/Settings/index.tsx:414 msgid "Appearance" msgstr "背景" @@ -343,7 +345,7 @@ msgstr "アプリパスワード「{name}」を本当に削除しますか?" msgid "Are you sure you want to remove {0} from your feeds?" msgstr "あなたのフィードから{0}を削除してもよろしいですか?" -#: src/view/com/composer/Composer.tsx:509 +#: src/view/com/composer/Composer.tsx:523 msgid "Are you sure you'd like to discard this draft?" msgstr "本当にこの下書きを破棄しますか?" @@ -373,13 +375,13 @@ msgstr "少なくとも3文字" #: src/screens/Login/ChooseAccountForm.tsx:78 #: src/screens/Login/ForgotPasswordForm.tsx:129 #: src/screens/Login/ForgotPasswordForm.tsx:135 -#: src/screens/Login/LoginForm.tsx:221 -#: src/screens/Login/LoginForm.tsx:227 +#: src/screens/Login/LoginForm.tsx:269 +#: src/screens/Login/LoginForm.tsx:275 #: src/screens/Login/SetNewPasswordForm.tsx:160 #: src/screens/Login/SetNewPasswordForm.tsx:166 #: src/screens/Profile/Header/Shell.tsx:96 #: src/screens/Signup/index.tsx:180 -#: src/view/com/util/ViewHeader.tsx:87 +#: src/view/com/util/ViewHeader.tsx:89 msgid "Back" msgstr "戻る" @@ -387,7 +389,7 @@ msgstr "戻る" msgid "Based on your interest in {interestsText}" msgstr "{interestsText}への興味に基づいたおすすめ" -#: src/view/screens/Settings/index.tsx:493 +#: src/view/screens/Settings/index.tsx:471 msgid "Basics" msgstr "基本" @@ -395,11 +397,11 @@ msgstr "基本" msgid "Birthday" msgstr "生年月日" -#: src/view/screens/Settings/index.tsx:362 +#: src/view/screens/Settings/index.tsx:355 msgid "Birthday:" msgstr "生年月日:" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:286 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:284 #: src/view/com/profile/ProfileMenu.tsx:361 msgid "Block" msgstr "ブロック" @@ -435,8 +437,8 @@ msgstr "ブロックされています" msgid "Blocked accounts" msgstr "ブロック中のアカウント" -#: src/Navigation.tsx:134 -#: src/view/screens/ModerationBlockedAccounts.tsx:113 +#: src/Navigation.tsx:135 +#: src/view/screens/ModerationBlockedAccounts.tsx:112 msgid "Blocked Accounts" msgstr "ブロック中のアカウント" @@ -444,7 +446,7 @@ msgstr "ブロック中のアカウント" msgid "Blocked accounts cannot reply in your threads, mention you, or otherwise interact with you." msgstr "ブロック中のアカウントは、あなたのスレッドでの返信、あなたへのメンション、その他の方法であなたとやり取りすることはできません。" -#: src/view/screens/ModerationBlockedAccounts.tsx:121 +#: src/view/screens/ModerationBlockedAccounts.tsx:120 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 "ブロック中のアカウントは、あなたのスレッドでの返信、あなたへのメンション、その他の方法であなたとやり取りすることはできません。あなたは相手のコンテンツを見ることができず、相手はあなたのコンテンツを見ることができなくなります。" @@ -536,7 +538,7 @@ msgstr "アカウントを作成することで、{els}に同意したものと msgid "by you" msgstr "作成者:あなた" -#: src/view/com/composer/photos/OpenCameraBtn.tsx:77 +#: src/view/com/composer/photos/OpenCameraBtn.tsx:73 msgid "Camera" msgstr "カメラ" @@ -548,8 +550,8 @@ msgstr "英数字、スペース、ハイフン、アンダースコアのみが #: src/components/Prompt.tsx:113 #: src/components/Prompt.tsx:115 #: src/components/TagMenu/index.tsx:268 -#: src/view/com/composer/Composer.tsx:317 -#: src/view/com/composer/Composer.tsx:322 +#: src/view/com/composer/Composer.tsx:349 +#: src/view/com/composer/Composer.tsx:354 #: src/view/com/modals/ChangeEmail.tsx:218 #: src/view/com/modals/ChangeEmail.tsx:220 #: src/view/com/modals/ChangeHandle.tsx:154 @@ -564,9 +566,9 @@ msgstr "英数字、スペース、ハイフン、アンダースコアのみが #: src/view/com/modals/LinkWarning.tsx:105 #: src/view/com/modals/LinkWarning.tsx:107 #: src/view/com/modals/Repost.tsx:88 -#: src/view/com/modals/VerifyEmail.tsx:247 -#: src/view/com/modals/VerifyEmail.tsx:253 -#: src/view/screens/Search/Search.tsx:865 +#: src/view/com/modals/VerifyEmail.tsx:255 +#: src/view/com/modals/VerifyEmail.tsx:261 +#: src/view/screens/Search/Search.tsx:796 #: src/view/shell/desktop/Search.tsx:239 msgid "Cancel" msgstr "キャンセル" @@ -608,34 +610,34 @@ msgstr "検索をキャンセル" msgid "Cancels opening the linked website" msgstr "リンク先のウェブサイトを開くことをキャンセル" -#: src/view/com/modals/VerifyEmail.tsx:152 +#: src/view/com/modals/VerifyEmail.tsx:160 msgid "Change" msgstr "変更" -#: src/view/screens/Settings/index.tsx:356 +#: src/view/screens/Settings/index.tsx:349 msgctxt "action" msgid "Change" msgstr "変更" -#: src/view/screens/Settings/index.tsx:667 +#: src/view/screens/Settings/index.tsx:668 msgid "Change handle" msgstr "ハンドルを変更" #: src/view/com/modals/ChangeHandle.tsx:162 -#: src/view/screens/Settings/index.tsx:678 +#: src/view/screens/Settings/index.tsx:679 msgid "Change Handle" msgstr "ハンドルを変更" -#: src/view/com/modals/VerifyEmail.tsx:147 +#: src/view/com/modals/VerifyEmail.tsx:155 msgid "Change my email" msgstr "メールアドレスを変更" -#: src/view/screens/Settings/index.tsx:718 +#: src/view/screens/Settings/index.tsx:713 msgid "Change password" msgstr "パスワードを変更" #: src/view/com/modals/ChangePassword.tsx:141 -#: src/view/screens/Settings/index.tsx:729 +#: src/view/screens/Settings/index.tsx:724 msgid "Change Password" msgstr "パスワードを変更" @@ -693,32 +695,32 @@ msgstr "メインのフィードを選択" msgid "Choose your password" msgstr "パスワードを入力" -#: src/view/screens/Settings/index.tsx:832 +#: src/view/screens/Settings/index.tsx:827 msgid "Clear all legacy storage data" msgstr "レガシーストレージデータをすべてクリア" -#: src/view/screens/Settings/index.tsx:835 +#: src/view/screens/Settings/index.tsx:830 msgid "Clear all legacy storage data (restart after this)" msgstr "すべてのレガシーストレージデータをクリア(このあと再起動します)" -#: src/view/screens/Settings/index.tsx:844 +#: src/view/screens/Settings/index.tsx:839 msgid "Clear all storage data" msgstr "すべてのストレージデータをクリア" -#: src/view/screens/Settings/index.tsx:847 +#: src/view/screens/Settings/index.tsx:842 msgid "Clear all storage data (restart after this)" msgstr "すべてのストレージデータをクリア(このあと再起動します)" #: src/view/com/util/forms/SearchInput.tsx:88 -#: src/view/screens/Search/Search.tsx:846 +#: src/view/screens/Search/Search.tsx:777 msgid "Clear search query" msgstr "検索クエリをクリア" -#: src/view/screens/Settings/index.tsx:833 +#: src/view/screens/Settings/index.tsx:828 msgid "Clears all legacy storage data" msgstr "すべてのレガシーストレージデータをクリア" -#: src/view/screens/Settings/index.tsx:845 +#: src/view/screens/Settings/index.tsx:840 msgid "Clears all storage data" msgstr "すべてのストレージデータをクリア" @@ -734,13 +736,14 @@ msgstr "{tag}のタグメニューをクリックして表示" msgid "Climate" msgstr "気象" +#: src/components/dialogs/GifSelect.tsx:300 #: src/view/com/modals/ChangePassword.tsx:267 #: src/view/com/modals/ChangePassword.tsx:270 msgid "Close" msgstr "閉じる" -#: src/components/Dialog/index.web.tsx:106 -#: src/components/Dialog/index.web.tsx:218 +#: src/components/Dialog/index.web.tsx:111 +#: src/components/Dialog/index.web.tsx:246 msgid "Close active dialog" msgstr "アクティブなダイアログを閉じる" @@ -756,7 +759,7 @@ msgstr "一番下の引き出しを閉じる" msgid "Close dialog" msgstr "ダイアログを閉じる" -#: src/components/dialogs/GifSelect.tsx:166 +#: src/components/dialogs/GifSelect.tsx:150 msgid "Close GIF dialog" msgstr "GIFのダイアログを閉じる" @@ -768,7 +771,7 @@ msgstr "画像を閉じる" msgid "Close image viewer" msgstr "画像ビューアを閉じる" -#: src/view/shell/index.web.tsx:57 +#: src/view/shell/index.web.tsx:61 msgid "Close navigation footer" msgstr "ナビゲーションフッターを閉じる" @@ -777,7 +780,7 @@ msgstr "ナビゲーションフッターを閉じる" msgid "Close this dialog" msgstr "このダイアログを閉じる" -#: src/view/shell/index.web.tsx:58 +#: src/view/shell/index.web.tsx:62 msgid "Closes bottom navigation bar" msgstr "下部のナビゲーションバーを閉じる" @@ -785,7 +788,7 @@ msgstr "下部のナビゲーションバーを閉じる" msgid "Closes password update alert" msgstr "パスワード更新アラートを閉じる" -#: src/view/com/composer/Composer.tsx:319 +#: src/view/com/composer/Composer.tsx:351 msgid "Closes post composer and discards post draft" msgstr "投稿の編集画面を閉じて下書きを削除する" @@ -805,7 +808,7 @@ msgstr "コメディー" msgid "Comics" msgstr "漫画" -#: src/Navigation.tsx:241 +#: src/Navigation.tsx:242 #: src/view/screens/CommunityGuidelines.tsx:32 msgid "Community Guidelines" msgstr "コミュニティーガイドライン" @@ -818,7 +821,7 @@ msgstr "初期設定を完了してアカウントを使い始める" msgid "Complete the challenge" msgstr "テストをクリアしてください" -#: src/view/com/composer/Composer.tsx:438 +#: src/view/com/composer/Composer.tsx:469 msgid "Compose posts up to {MAX_GRAPHEME_LENGTH} characters in length" msgstr "{MAX_GRAPHEME_LENGTH}文字までの投稿を作成" @@ -841,10 +844,12 @@ msgstr "<0>モデレーションの設定で設定されています。" #: src/components/Prompt.tsx:153 #: src/components/Prompt.tsx:156 #: src/view/com/modals/SelfLabel.tsx:154 -#: src/view/com/modals/VerifyEmail.tsx:231 -#: src/view/com/modals/VerifyEmail.tsx:233 +#: src/view/com/modals/VerifyEmail.tsx:239 +#: src/view/com/modals/VerifyEmail.tsx:241 #: src/view/screens/PreferencesFollowingFeed.tsx:308 #: src/view/screens/PreferencesThreads.tsx:159 +#: src/view/screens/Settings/DisableEmail2FADialog.tsx:180 +#: src/view/screens/Settings/DisableEmail2FADialog.tsx:183 msgid "Confirm" msgstr "確認" @@ -869,14 +874,17 @@ msgstr "年齢の確認:" msgid "Confirm your birthdate" msgstr "生年月日の確認" +#: src/screens/Login/LoginForm.tsx:244 #: src/view/com/modals/ChangeEmail.tsx:157 #: src/view/com/modals/DeleteAccount.tsx:175 #: src/view/com/modals/DeleteAccount.tsx:181 -#: src/view/com/modals/VerifyEmail.tsx:165 +#: src/view/com/modals/VerifyEmail.tsx:173 +#: src/view/screens/Settings/DisableEmail2FADialog.tsx:143 +#: src/view/screens/Settings/DisableEmail2FADialog.tsx:149 msgid "Confirmation code" msgstr "確認コード" -#: src/screens/Login/LoginForm.tsx:248 +#: src/screens/Login/LoginForm.tsx:296 msgid "Connecting..." msgstr "接続中..." @@ -961,7 +969,7 @@ msgstr "料理" msgid "Copied" msgstr "コピーしました" -#: src/view/screens/Settings/index.tsx:254 +#: src/view/screens/Settings/index.tsx:243 msgid "Copied build version to clipboard" msgstr "ビルドバージョンをクリップボードにコピーしました" @@ -997,17 +1005,17 @@ msgstr "コードをコピー" msgid "Copy link to list" msgstr "リストへのリンクをコピー" -#: src/view/com/util/forms/PostDropdownBtn.tsx:236 -#: src/view/com/util/forms/PostDropdownBtn.tsx:245 +#: src/view/com/util/forms/PostDropdownBtn.tsx:240 +#: src/view/com/util/forms/PostDropdownBtn.tsx:249 msgid "Copy link to post" msgstr "投稿へのリンクをコピー" -#: src/view/com/util/forms/PostDropdownBtn.tsx:228 #: src/view/com/util/forms/PostDropdownBtn.tsx:230 +#: src/view/com/util/forms/PostDropdownBtn.tsx:232 msgid "Copy post text" msgstr "投稿のテキストをコピー" -#: src/Navigation.tsx:246 +#: src/Navigation.tsx:247 #: src/view/screens/CopyrightPolicy.tsx:29 msgid "Copyright Policy" msgstr "著作権ポリシー" @@ -1025,7 +1033,7 @@ msgstr "リストの読み込みに失敗しました" msgid "Create a new account" msgstr "新しいアカウントを作成" -#: src/view/screens/Settings/index.tsx:406 +#: src/view/screens/Settings/index.tsx:399 msgid "Create a new Bluesky account" msgstr "新しいBlueskyアカウントを作成" @@ -1073,12 +1081,12 @@ msgstr "カスタムドメイン" msgid "Custom feeds built by the community bring you new experiences and help you find the content you love." msgstr "コミュニティーによって作成されたカスタムフィードは、あなたに新しい体験をもたらし、あなたが好きなコンテンツを見つけるのに役立ちます。" -#: src/view/screens/PreferencesExternalEmbeds.tsx:55 +#: src/view/screens/PreferencesExternalEmbeds.tsx:56 msgid "Customize media from external sites." msgstr "外部サイトのメディアをカスタマイズします。" -#: src/view/screens/Settings/index.tsx:455 -#: src/view/screens/Settings/index.tsx:481 +#: src/view/screens/Settings/index.tsx:433 +#: src/view/screens/Settings/index.tsx:459 msgid "Dark" msgstr "ダーク" @@ -1086,7 +1094,7 @@ msgstr "ダーク" msgid "Dark mode" msgstr "ダークモード" -#: src/view/screens/Settings/index.tsx:468 +#: src/view/screens/Settings/index.tsx:446 msgid "Dark Theme" msgstr "ダークテーマ" @@ -1094,7 +1102,7 @@ msgstr "ダークテーマ" msgid "Date of birth" msgstr "生年月日" -#: src/view/screens/Settings/index.tsx:805 +#: src/view/screens/Settings/index.tsx:800 msgid "Debug Moderation" msgstr "モデレーションをデバッグ" @@ -1102,13 +1110,13 @@ msgstr "モデレーションをデバッグ" msgid "Debug panel" msgstr "デバッグパネル" -#: src/view/com/util/forms/PostDropdownBtn.tsx:341 +#: src/view/com/util/forms/PostDropdownBtn.tsx:345 #: src/view/screens/AppPasswords.tsx:268 #: src/view/screens/ProfileList.tsx:615 msgid "Delete" msgstr "削除" -#: src/view/screens/Settings/index.tsx:760 +#: src/view/screens/Settings/index.tsx:755 msgid "Delete account" msgstr "アカウントを削除" @@ -1132,12 +1140,12 @@ msgstr "リストを削除" msgid "Delete my account" msgstr "マイアカウントを削除" -#: src/view/screens/Settings/index.tsx:772 +#: src/view/screens/Settings/index.tsx:767 msgid "Delete My Account…" msgstr "マイアカウントを削除…" -#: src/view/com/util/forms/PostDropdownBtn.tsx:322 -#: src/view/com/util/forms/PostDropdownBtn.tsx:324 +#: src/view/com/util/forms/PostDropdownBtn.tsx:326 +#: src/view/com/util/forms/PostDropdownBtn.tsx:328 msgid "Delete post" msgstr "投稿を削除" @@ -1145,7 +1153,7 @@ msgstr "投稿を削除" msgid "Delete this list?" msgstr "このリストを削除しますか?" -#: src/view/com/util/forms/PostDropdownBtn.tsx:336 +#: src/view/com/util/forms/PostDropdownBtn.tsx:340 msgid "Delete this post?" msgstr "この投稿を削除しますか?" @@ -1164,11 +1172,11 @@ msgstr "投稿を削除しました。" msgid "Description" msgstr "説明" -#: src/view/com/composer/Composer.tsx:218 +#: src/view/com/composer/Composer.tsx:228 msgid "Did you want to say anything?" msgstr "なにか言いたいことはあった?" -#: src/view/screens/Settings/index.tsx:474 +#: src/view/screens/Settings/index.tsx:452 msgid "Dim" msgstr "グレー" @@ -1191,11 +1199,11 @@ msgstr "触覚フィードバックを無効化" msgid "Disabled" msgstr "無効" -#: src/view/com/composer/Composer.tsx:511 +#: src/view/com/composer/Composer.tsx:525 msgid "Discard" msgstr "破棄" -#: src/view/com/composer/Composer.tsx:508 +#: src/view/com/composer/Composer.tsx:522 msgid "Discard draft?" msgstr "下書きを削除しますか?" @@ -1281,7 +1289,7 @@ msgstr "完了{extraText}" msgid "Download CAR file" msgstr "CARファイルをダウンロード" -#: src/view/com/composer/text-input/TextInput.web.tsx:249 +#: src/view/com/composer/text-input/TextInput.web.tsx:270 msgid "Drop to add images" msgstr "ドロップして画像を追加する" @@ -1352,7 +1360,7 @@ msgstr "リストの詳細を編集" msgid "Edit Moderation List" msgstr "モデレーションリストを編集" -#: src/Navigation.tsx:256 +#: src/Navigation.tsx:257 #: src/view/screens/Feeds.tsx:459 #: src/view/screens/SavedFeeds.tsx:85 msgid "Edit My Feeds" @@ -1363,12 +1371,12 @@ msgid "Edit my profile" msgstr "マイプロフィールを編集" #: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:178 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:168 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:166 msgid "Edit profile" msgstr "プロフィールを編集" #: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:181 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:171 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:169 msgid "Edit Profile" msgstr "プロフィールを編集" @@ -1415,11 +1423,11 @@ msgstr "メールアドレスは更新されました" msgid "Email Updated" msgstr "メールアドレスは更新されました" -#: src/view/com/modals/VerifyEmail.tsx:78 +#: src/view/com/modals/VerifyEmail.tsx:85 msgid "Email verified" msgstr "メールアドレスは認証されました" -#: src/view/screens/Settings/index.tsx:334 +#: src/view/screens/Settings/index.tsx:327 msgid "Email:" msgstr "メールアドレス:" @@ -1428,8 +1436,8 @@ msgid "Embed HTML code" msgstr "HTMLコードを埋め込む" #: src/components/dialogs/Embed.tsx:97 -#: src/view/com/util/forms/PostDropdownBtn.tsx:253 -#: src/view/com/util/forms/PostDropdownBtn.tsx:255 +#: src/view/com/util/forms/PostDropdownBtn.tsx:257 +#: src/view/com/util/forms/PostDropdownBtn.tsx:259 msgid "Embed post" msgstr "投稿を埋め込む" @@ -1459,7 +1467,7 @@ msgstr "フィードで成人向けコンテンツを有効にする" msgid "Enable external media" msgstr "外部メディアを有効にする" -#: src/view/screens/PreferencesExternalEmbeds.tsx:75 +#: src/view/screens/PreferencesExternalEmbeds.tsx:76 msgid "Enable media players for" msgstr "有効にするメディアプレイヤー" @@ -1492,7 +1500,7 @@ msgstr "パスワードを入力" msgid "Enter a word or tag" msgstr "ワードまたはタグを入力" -#: src/view/com/modals/VerifyEmail.tsx:105 +#: src/view/com/modals/VerifyEmail.tsx:113 msgid "Enter Confirmation Code" msgstr "確認コードを入力してください" @@ -1583,12 +1591,12 @@ msgstr "露骨な、または不愉快になる可能性のあるメディア。 msgid "Explicit sexual images." msgstr "露骨な性的画像。" -#: src/view/screens/Settings/index.tsx:741 +#: src/view/screens/Settings/index.tsx:736 msgid "Export my data" msgstr "私のデータをエクスポートする" #: src/view/screens/Settings/ExportCarDialog.tsx:44 -#: src/view/screens/Settings/index.tsx:752 +#: src/view/screens/Settings/index.tsx:747 msgid "Export My Data" msgstr "私のデータをエクスポートする" @@ -1598,17 +1606,17 @@ msgid "External Media" msgstr "外部メディア" #: src/components/dialogs/EmbedConsent.tsx:71 -#: src/view/screens/PreferencesExternalEmbeds.tsx:66 +#: 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 "外部メディアを有効にすると、それらのメディアのウェブサイトがあなたやお使いのデバイスに関する情報を収集する場合があります。その場合でも、あなたが「再生」ボタンを押すまで情報は送信されず、要求もされません。" -#: src/Navigation.tsx:275 -#: src/view/screens/PreferencesExternalEmbeds.tsx:52 -#: src/view/screens/Settings/index.tsx:628 +#: src/Navigation.tsx:276 +#: src/view/screens/PreferencesExternalEmbeds.tsx:53 +#: src/view/screens/Settings/index.tsx:629 msgid "External Media Preferences" msgstr "外部メディアの設定" -#: src/view/screens/Settings/index.tsx:619 +#: src/view/screens/Settings/index.tsx:620 msgid "External media settings" msgstr "外部メディアの設定" @@ -1625,7 +1633,7 @@ msgstr "リストの作成に失敗しました。インターネットへの接 msgid "Failed to delete post, please try again" msgstr "投稿の削除に失敗しました。もう一度お試しください。" -#: src/components/dialogs/GifSelect.tsx:212 +#: src/components/dialogs/GifSelect.tsx:200 msgid "Failed to load GIFs" msgstr "GIFの読み込みに失敗しました" @@ -1638,7 +1646,7 @@ msgstr "おすすめのフィードの読み込みに失敗しました" msgid "Failed to save image: {0}" msgstr "画像の保存に失敗しました:{0}" -#: src/Navigation.tsx:196 +#: src/Navigation.tsx:197 msgid "Feed" msgstr "フィード" @@ -1655,10 +1663,10 @@ msgstr "フィードはオフラインです" msgid "Feedback" msgstr "フィードバック" -#: src/Navigation.tsx:456 +#: src/Navigation.tsx:465 #: src/view/screens/Feeds.tsx:444 #: src/view/screens/Feeds.tsx:549 -#: src/view/screens/Profile.tsx:199 +#: src/view/screens/Profile.tsx:198 #: src/view/shell/bottom-bar/BottomBar.tsx:192 #: src/view/shell/desktop/LeftNav.tsx:346 #: src/view/shell/Drawer.tsx:485 @@ -1730,7 +1738,7 @@ msgid "Flip vertically" msgstr "垂直方向に反転" #: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:189 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:235 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:233 #: src/view/com/auth/onboarding/RecommendedFollowsItem.tsx:141 #: src/view/com/post-thread/PostThreadFollowBtn.tsx:146 #: src/view/com/profile/ProfileHeaderSuggestedFollows.tsx:248 @@ -1743,7 +1751,7 @@ msgid "Follow" msgstr "フォロー" #: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:58 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:221 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:219 #: src/view/com/post-thread/PostThreadFollowBtn.tsx:128 msgid "Follow {0}" msgstr "{0}をフォロー" @@ -1769,7 +1777,7 @@ msgstr "選択したアカウントをフォローして次のステップへ進 msgid "Follow some users to get started. We can recommend you more users based on who you find interesting." msgstr "何人かのユーザーをフォローして開始します。興味を持っている人に基づいて、より多くのユーザーをおすすめします。" -#: src/view/com/profile/ProfileCard.tsx:219 +#: src/view/com/profile/ProfileCard.tsx:231 msgid "Followed by {0}" msgstr "{0}がフォロー中" @@ -1790,26 +1798,26 @@ msgstr "あなたをフォローしました" msgid "Followers" msgstr "フォロワー" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:233 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:231 #: src/view/com/post-thread/PostThreadFollowBtn.tsx:149 #: src/view/com/profile/ProfileFollows.tsx:104 #: src/view/screens/ProfileFollows.tsx:25 msgid "Following" msgstr "フォロー中" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:93 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:91 msgid "Following {0}" msgstr "{0}をフォローしています" -#: src/view/screens/Settings/index.tsx:504 +#: src/view/screens/Settings/index.tsx:505 msgid "Following feed preferences" msgstr "Followingフィードの設定" -#: src/Navigation.tsx:262 +#: src/Navigation.tsx:263 #: src/view/com/home/HomeHeaderLayout.web.tsx:54 #: src/view/com/home/HomeHeaderLayoutMobile.tsx:87 #: src/view/screens/PreferencesFollowingFeed.tsx:104 -#: src/view/screens/Settings/index.tsx:513 +#: src/view/screens/Settings/index.tsx:514 msgid "Following Feed Preferences" msgstr "Followingフィードの設定" @@ -1817,7 +1825,7 @@ msgstr "Followingフィードの設定" msgid "Follows you" msgstr "あなたをフォロー" -#: src/view/com/profile/ProfileCard.tsx:144 +#: src/view/com/profile/ProfileCard.tsx:156 msgid "Follows You" msgstr "あなたをフォロー" @@ -1838,11 +1846,11 @@ msgstr "セキュリティ上の理由から、これを再度表示すること msgid "Forgot Password" msgstr "パスワードを忘れた" -#: src/screens/Login/LoginForm.tsx:201 +#: src/screens/Login/LoginForm.tsx:218 msgid "Forgot password?" msgstr "パスワードを忘れた?" -#: src/screens/Login/LoginForm.tsx:212 +#: src/screens/Login/LoginForm.tsx:229 msgid "Forgot?" msgstr "忘れた?" @@ -1850,8 +1858,7 @@ msgstr "忘れた?" msgid "Frequently Posts Unwanted Content" msgstr "望ましくないコンテンツを頻繁に投稿" -#: src/screens/Hashtag.tsx:109 -#: src/screens/Hashtag.tsx:149 +#: src/screens/Hashtag.tsx:118 msgid "From @{sanitizedAuthor}" msgstr "@{sanitizedAuthor}による" @@ -1860,12 +1867,12 @@ msgctxt "from-feed" msgid "From <0/>" msgstr "<0/>から" -#: src/view/com/composer/photos/SelectPhotoBtn.tsx:43 +#: src/view/com/composer/photos/SelectPhotoBtn.tsx:39 msgid "Gallery" msgstr "ギャラリー" -#: src/view/com/modals/VerifyEmail.tsx:189 -#: src/view/com/modals/VerifyEmail.tsx:191 +#: src/view/com/modals/VerifyEmail.tsx:197 +#: src/view/com/modals/VerifyEmail.tsx:199 msgid "Get Started" msgstr "開始" @@ -1884,7 +1891,7 @@ msgstr "法律または利用規約への明らかな違反" msgid "Go back" msgstr "戻る" -#: src/components/Error.tsx:91 +#: src/components/Error.tsx:100 #: src/screens/Profile/ErrorState.tsx:62 #: src/screens/Profile/ErrorState.tsx:66 #: src/view/screens/NotFound.tsx:54 @@ -1909,7 +1916,7 @@ msgstr "ホームへ" msgid "Go Home" msgstr "ホームへ" -#: src/view/screens/Search/Search.tsx:896 +#: src/view/screens/Search/Search.tsx:827 #: src/view/shell/desktop/Search.tsx:263 msgid "Go to @{queryMaybeHandle}" msgstr "@{queryMaybeHandle}へ" @@ -1935,11 +1942,11 @@ msgstr "触覚フィードバック" msgid "Harassment, trolling, or intolerance" msgstr "嫌がらせ、荒らし、不寛容" -#: src/Navigation.tsx:282 +#: src/Navigation.tsx:291 msgid "Hashtag" msgstr "ハッシュタグ" -#: src/components/RichText.tsx:197 +#: src/components/RichText.tsx:206 msgid "Hashtag: #{tag}" msgstr "ハッシュタグ:#{tag}" @@ -1977,7 +1984,7 @@ msgstr "アプリパスワードをお知らせします。" #: src/lib/moderation/useLabelBehaviorDescription.ts:30 #: src/screens/Onboarding/StepModeration/ModerationOption.tsx:52 #: src/screens/Onboarding/StepModeration/ModerationOption.tsx:76 -#: src/view/com/util/forms/PostDropdownBtn.tsx:350 +#: src/view/com/util/forms/PostDropdownBtn.tsx:354 msgid "Hide" msgstr "非表示" @@ -1986,8 +1993,8 @@ msgctxt "action" msgid "Hide" msgstr "非表示" -#: src/view/com/util/forms/PostDropdownBtn.tsx:294 -#: src/view/com/util/forms/PostDropdownBtn.tsx:296 +#: src/view/com/util/forms/PostDropdownBtn.tsx:298 +#: src/view/com/util/forms/PostDropdownBtn.tsx:300 msgid "Hide post" msgstr "投稿を非表示" @@ -1996,7 +2003,7 @@ msgstr "投稿を非表示" msgid "Hide the content" msgstr "コンテンツを非表示" -#: src/view/com/util/forms/PostDropdownBtn.tsx:347 +#: src/view/com/util/forms/PostDropdownBtn.tsx:351 msgid "Hide this post?" msgstr "この投稿を非表示にしますか?" @@ -2032,7 +2039,7 @@ msgstr "このデータの読み込みに問題があるようです。詳細は msgid "Hmmmm, we couldn't load that moderation service." msgstr "そのモデレーションサービスを読み込めませんでした。" -#: src/Navigation.tsx:446 +#: src/Navigation.tsx:455 #: src/view/shell/bottom-bar/BottomBar.tsx:148 #: src/view/shell/desktop/LeftNav.tsx:310 #: src/view/shell/Drawer.tsx:407 @@ -2045,7 +2052,7 @@ msgid "Host:" msgstr "ホスト:" #: src/screens/Login/ForgotPasswordForm.tsx:89 -#: src/screens/Login/LoginForm.tsx:134 +#: src/screens/Login/LoginForm.tsx:151 #: src/screens/Signup/StepInfo/index.tsx:40 #: src/view/com/modals/ChangeHandle.tsx:281 msgid "Hosting provider" @@ -2055,11 +2062,13 @@ msgstr "ホスティングプロバイダー" msgid "How should we open this link?" msgstr "このリンクをどのように開きますか?" -#: src/view/com/modals/VerifyEmail.tsx:214 +#: src/view/com/modals/VerifyEmail.tsx:222 +#: src/view/screens/Settings/DisableEmail2FADialog.tsx:132 +#: src/view/screens/Settings/DisableEmail2FADialog.tsx:135 msgid "I have a code" msgstr "コードを持っています" -#: src/view/com/modals/VerifyEmail.tsx:216 +#: src/view/com/modals/VerifyEmail.tsx:224 msgid "I have a confirmation code" msgstr "確認コードを持っています" @@ -2083,7 +2092,7 @@ msgstr "あなたがお住いの国の法律においてまだ成人していな msgid "If you delete this list, you won't be able to recover it." msgstr "このリストを削除すると、復元できなくなります。" -#: src/view/com/util/forms/PostDropdownBtn.tsx:338 +#: src/view/com/util/forms/PostDropdownBtn.tsx:342 msgid "If you remove this post, you won't be able to recover it." msgstr "この投稿を削除すると、復元できなくなります。" @@ -2131,15 +2140,15 @@ msgstr "アカウント削除のためにパスワードを入力" msgid "Input the code which has been emailed to you" msgstr "メールで送られたコードを入力" -#: src/screens/Login/LoginForm.tsx:195 +#: src/screens/Login/LoginForm.tsx:212 msgid "Input the password tied to {identifier}" msgstr "{identifier}に紐づくパスワードを入力" -#: src/screens/Login/LoginForm.tsx:168 +#: src/screens/Login/LoginForm.tsx:185 msgid "Input the username or email address you used at signup" msgstr "サインアップ時に使用したユーザー名またはメールアドレスを入力" -#: src/screens/Login/LoginForm.tsx:194 +#: src/screens/Login/LoginForm.tsx:211 msgid "Input your password" msgstr "あなたのパスワードを入力" @@ -2156,11 +2165,11 @@ msgstr "あなたのユーザーハンドルを入力" msgid "Invalid 2FA confirmation code." msgstr "無効な2要素認証の確認コードです。" -#: src/view/com/post-thread/PostThreadItem.tsx:221 +#: src/view/com/post-thread/PostThreadItem.tsx:222 msgid "Invalid or unsupported post record" msgstr "無効またはサポートされていない投稿のレコード" -#: src/screens/Login/LoginForm.tsx:114 +#: src/screens/Login/LoginForm.tsx:131 msgid "Invalid username or password" msgstr "無効なユーザー名またはパスワード" @@ -2208,7 +2217,7 @@ msgstr "{0}によるラベル" msgid "Labeled by the author." msgstr "投稿者によるラベル。" -#: src/view/screens/Profile.tsx:193 +#: src/view/screens/Profile.tsx:192 msgid "Labels" msgstr "ラベル" @@ -2232,20 +2241,21 @@ msgstr "あなたのコンテンツのラベル" msgid "Language selection" msgstr "言語の選択" -#: src/view/screens/Settings/index.tsx:565 +#: src/view/screens/Settings/index.tsx:566 msgid "Language settings" msgstr "言語の設定" -#: src/Navigation.tsx:144 +#: src/Navigation.tsx:145 #: src/view/screens/LanguageSettings.tsx:89 msgid "Language Settings" msgstr "言語の設定" -#: src/view/screens/Settings/index.tsx:574 +#: src/view/screens/Settings/index.tsx:575 msgid "Languages" msgstr "言語" -#: src/view/screens/Search/Search.tsx:437 +#: src/screens/Hashtag.tsx:99 +#: src/view/screens/Search/Search.tsx:428 msgid "Latest" msgstr "最新" @@ -2283,7 +2293,7 @@ msgstr "Blueskyから離れる" msgid "left to go." msgstr "あと少しです。" -#: src/view/screens/Settings/index.tsx:299 +#: src/view/screens/Settings/index.tsx:292 msgid "Legacy storage cleared, you need to restart the app now." msgstr "レガシーストレージがクリアされたため、今すぐアプリを再起動する必要があります。" @@ -2296,7 +2306,7 @@ msgstr "パスワードをリセットしましょう!" msgid "Let's go!" msgstr "さあ始めましょう!" -#: src/view/screens/Settings/index.tsx:449 +#: src/view/screens/Settings/index.tsx:427 msgid "Light" msgstr "ライト" @@ -2310,8 +2320,8 @@ msgid "Like this feed" msgstr "このフィードをいいね" #: src/components/LikesDialog.tsx:87 -#: src/Navigation.tsx:201 -#: src/Navigation.tsx:206 +#: src/Navigation.tsx:202 +#: src/Navigation.tsx:207 msgid "Liked by" msgstr "いいねしたユーザー" @@ -2343,15 +2353,15 @@ msgstr "あなたのカスタムフィードがいいねされました" msgid "liked your post" msgstr "あなたの投稿がいいねされました" -#: src/view/screens/Profile.tsx:198 +#: src/view/screens/Profile.tsx:197 msgid "Likes" msgstr "いいね" -#: src/view/com/post-thread/PostThreadItem.tsx:182 +#: src/view/com/post-thread/PostThreadItem.tsx:183 msgid "Likes on this post" msgstr "この投稿をいいねする" -#: src/Navigation.tsx:170 +#: src/Navigation.tsx:171 msgid "List" msgstr "リスト" @@ -2387,9 +2397,9 @@ msgstr "リストのブロックを解除しました" msgid "List unmuted" msgstr "リストのミュートを解除しました" -#: src/Navigation.tsx:114 -#: src/view/screens/Profile.tsx:194 -#: src/view/screens/Profile.tsx:200 +#: src/Navigation.tsx:115 +#: src/view/screens/Profile.tsx:193 +#: src/view/screens/Profile.tsx:199 #: src/view/shell/desktop/LeftNav.tsx:383 #: src/view/shell/Drawer.tsx:501 #: src/view/shell/Drawer.tsx:502 @@ -2401,7 +2411,7 @@ msgid "Load new notifications" msgstr "最新の通知を読み込む" #: src/screens/Profile/Sections/Feed.tsx:86 -#: src/view/com/feeds/FeedPage.tsx:138 +#: src/view/com/feeds/FeedPage.tsx:134 #: src/view/screens/ProfileFeed.tsx:507 #: src/view/screens/ProfileList.tsx:697 msgid "Load new posts" @@ -2411,7 +2421,7 @@ msgstr "最新の投稿を読み込む" msgid "Loading..." msgstr "読み込み中..." -#: src/Navigation.tsx:221 +#: src/Navigation.tsx:222 msgid "Log" msgstr "ログ" @@ -2446,7 +2456,8 @@ msgstr "意図した場所であることを確認してください!" msgid "Manage your muted words and tags" msgstr "ミュートしたワードとタグの管理" -#: src/view/screens/Profile.tsx:197 +#: src/view/screens/AccessibilitySettings.tsx:89 +#: src/view/screens/Profile.tsx:196 msgid "Media" msgstr "メディア" @@ -2458,8 +2469,8 @@ msgstr "メンションされたユーザー" msgid "Mentioned users" msgstr "メンションされたユーザー" -#: src/view/com/util/ViewHeader.tsx:87 -#: src/view/screens/Search/Search.tsx:795 +#: src/view/com/util/ViewHeader.tsx:89 +#: src/view/screens/Search/Search.tsx:726 msgid "Menu" msgstr "メニュー" @@ -2471,9 +2482,9 @@ msgstr "サーバーからのメッセージ:{0}" msgid "Misleading Account" msgstr "誤解を招くアカウント" -#: src/Navigation.tsx:119 +#: src/Navigation.tsx:120 #: src/screens/Moderation/index.tsx:104 -#: src/view/screens/Settings/index.tsx:596 +#: src/view/screens/Settings/index.tsx:597 #: src/view/shell/desktop/LeftNav.tsx:401 #: src/view/shell/Drawer.tsx:520 #: src/view/shell/Drawer.tsx:521 @@ -2511,16 +2522,16 @@ msgstr "モデレーションリストを更新しました" msgid "Moderation lists" msgstr "モデレーションリスト" -#: src/Navigation.tsx:124 +#: src/Navigation.tsx:125 #: src/view/screens/ModerationModlists.tsx:58 msgid "Moderation Lists" msgstr "モデレーションリスト" -#: src/view/screens/Settings/index.tsx:590 +#: src/view/screens/Settings/index.tsx:591 msgid "Moderation settings" msgstr "モデレーションの設定" -#: src/Navigation.tsx:216 +#: src/Navigation.tsx:217 msgid "Moderation states" msgstr "モデレーションのステータス" @@ -2533,7 +2544,7 @@ msgstr "モデレーションのツール" msgid "Moderator has chosen to set a general warning on the content." msgstr "モデレーターによりコンテンツに一般的な警告が設定されました。" -#: src/view/com/post-thread/PostThreadItem.tsx:535 +#: src/view/com/post-thread/PostThreadItem.tsx:541 msgid "More" msgstr "さらに" @@ -2595,13 +2606,13 @@ msgstr "投稿のテキストやタグでこのワードをミュート" msgid "Mute this word in tags only" msgstr "タグのみでこのワードをミュート" -#: src/view/com/util/forms/PostDropdownBtn.tsx:269 -#: src/view/com/util/forms/PostDropdownBtn.tsx:275 +#: src/view/com/util/forms/PostDropdownBtn.tsx:273 +#: src/view/com/util/forms/PostDropdownBtn.tsx:279 msgid "Mute thread" msgstr "スレッドをミュート" -#: src/view/com/util/forms/PostDropdownBtn.tsx:285 -#: src/view/com/util/forms/PostDropdownBtn.tsx:287 +#: src/view/com/util/forms/PostDropdownBtn.tsx:289 +#: src/view/com/util/forms/PostDropdownBtn.tsx:291 msgid "Mute words & tags" msgstr "ワードとタグをミュート" @@ -2613,7 +2624,7 @@ msgstr "ミュートされています" msgid "Muted accounts" msgstr "ミュート中のアカウント" -#: src/Navigation.tsx:129 +#: src/Navigation.tsx:130 #: src/view/screens/ModerationMutedAccounts.tsx:112 msgid "Muted Accounts" msgstr "ミュート中のアカウント" @@ -2647,11 +2658,11 @@ msgstr "マイフィード" msgid "My Profile" msgstr "マイプロフィール" -#: src/view/screens/Settings/index.tsx:547 +#: src/view/screens/Settings/index.tsx:548 msgid "My saved feeds" msgstr "保存されたフィード" -#: src/view/screens/Settings/index.tsx:553 +#: src/view/screens/Settings/index.tsx:554 msgid "My Saved Feeds" msgstr "保存されたフィード" @@ -2675,7 +2686,7 @@ msgid "Nature" msgstr "自然" #: src/screens/Login/ForgotPasswordForm.tsx:173 -#: src/screens/Login/LoginForm.tsx:255 +#: src/screens/Login/LoginForm.tsx:303 #: src/view/com/modals/ChangePassword.tsx:168 msgid "Navigates to the next screen" msgstr "次の画面に移動します" @@ -2722,14 +2733,14 @@ msgstr "新しいパスワード" msgid "New Password" msgstr "新しいパスワード" -#: src/view/com/feeds/FeedPage.tsx:149 +#: src/view/com/feeds/FeedPage.tsx:145 msgctxt "action" msgid "New post" msgstr "新しい投稿" #: src/view/screens/Feeds.tsx:580 #: src/view/screens/Notifications.tsx:168 -#: src/view/screens/Profile.tsx:480 +#: src/view/screens/Profile.tsx:465 #: src/view/screens/ProfileFeed.tsx:445 #: src/view/screens/ProfileList.tsx:200 #: src/view/screens/ProfileList.tsx:228 @@ -2756,8 +2767,8 @@ msgstr "ニュース" #: src/screens/Login/ForgotPasswordForm.tsx:143 #: src/screens/Login/ForgotPasswordForm.tsx:150 -#: src/screens/Login/LoginForm.tsx:254 -#: src/screens/Login/LoginForm.tsx:261 +#: src/screens/Login/LoginForm.tsx:302 +#: src/screens/Login/LoginForm.tsx:309 #: src/screens/Login/SetNewPasswordForm.tsx:174 #: src/screens/Login/SetNewPasswordForm.tsx:180 #: src/screens/Signup/index.tsx:207 @@ -2798,7 +2809,7 @@ msgstr "DNSパネルがない場合" msgid "No featured GIFs found. There may be an issue with Tenor." msgstr "おすすめのGIFが見つかりません。Tenorに問題があるかもしれません。" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:118 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:116 msgid "No longer following {0}" msgstr "{0}のフォローを解除しました" @@ -2815,7 +2826,7 @@ msgstr "お知らせはありません!" msgid "No result" msgstr "結果はありません" -#: src/components/Lists.tsx:183 +#: src/components/Lists.tsx:192 msgid "No results found" msgstr "結果は見つかりません" @@ -2824,12 +2835,12 @@ msgid "No results found for \"{query}\"" msgstr "「{query}」の検索結果はありません" #: src/view/com/modals/ListAddRemoveUsers.tsx:127 -#: src/view/screens/Search/Search.tsx:349 -#: src/view/screens/Search/Search.tsx:387 +#: src/view/screens/Search/Search.tsx:350 +#: src/view/screens/Search/Search.tsx:388 msgid "No results found for {query}" msgstr "「{query}」の検索結果はありません" -#: src/components/dialogs/GifSelect.tsx:216 +#: src/components/dialogs/GifSelect.tsx:204 msgid "No search results found for \"{search}\"." msgstr "「{search}」の検索結果はありません" @@ -2855,18 +2866,18 @@ msgstr "性的ではないヌード" msgid "Not Applicable." msgstr "該当なし。" -#: src/Navigation.tsx:109 +#: src/Navigation.tsx:110 #: src/view/screens/Profile.tsx:101 msgid "Not Found" msgstr "見つかりません" -#: src/view/com/modals/VerifyEmail.tsx:246 -#: src/view/com/modals/VerifyEmail.tsx:252 +#: src/view/com/modals/VerifyEmail.tsx:254 +#: src/view/com/modals/VerifyEmail.tsx:260 msgid "Not right now" msgstr "今はしない" #: src/view/com/profile/ProfileMenu.tsx:368 -#: src/view/com/util/forms/PostDropdownBtn.tsx:364 +#: src/view/com/util/forms/PostDropdownBtn.tsx:368 #: src/view/com/util/post-ctrls/PostCtrls.tsx:248 msgid "Note about sharing" msgstr "共有についての注意事項" @@ -2875,7 +2886,7 @@ msgstr "共有についての注意事項" msgid "Note: Bluesky is an open and public network. This setting only limits the visibility of your content on the Bluesky app and website, and other apps may not respect this setting. Your content may still be shown to logged-out users by other apps and websites." msgstr "注記:Blueskyはオープンでパブリックなネットワークです。この設定はBlueskyのアプリおよびウェブサイト上のみでのあなたのコンテンツの可視性を制限するものであり、他のアプリではこの設定を尊重しない場合があります。他のアプリやウェブサイトでは、ログアウトしたユーザーにあなたのコンテンツが表示される場合があります。" -#: src/Navigation.tsx:461 +#: src/Navigation.tsx:470 #: src/view/screens/Notifications.tsx:124 #: src/view/screens/Notifications.tsx:148 #: src/view/shell/bottom-bar/BottomBar.tsx:216 @@ -2901,7 +2912,8 @@ msgstr "/" msgid "Off" msgstr "オフ" -#: src/view/com/util/ErrorBoundary.tsx:49 +#: src/components/dialogs/GifSelect.tsx:287 +#: src/view/com/util/ErrorBoundary.tsx:55 msgid "Oh no!" msgstr "ちょっと!" @@ -2922,11 +2934,11 @@ msgstr "OK" msgid "Oldest replies first" msgstr "古い順に返信を表示" -#: src/view/screens/Settings/index.tsx:247 +#: src/view/screens/Settings/index.tsx:236 msgid "Onboarding reset" msgstr "オンボーディングのリセット" -#: src/view/com/composer/Composer.tsx:392 +#: src/view/com/composer/Composer.tsx:424 msgid "One or more images is missing alt text." msgstr "1つもしくは複数の画像にALTテキストがありません。" @@ -2938,11 +2950,11 @@ msgstr "{0}のみ返信可能" msgid "Only contains letters, numbers, and hyphens" msgstr "英数字とハイフンのみ" -#: src/components/Lists.tsx:75 +#: src/components/Lists.tsx:78 msgid "Oops, something went wrong!" msgstr "おっと、なにかが間違っているようです!" -#: src/components/Lists.tsx:170 +#: src/components/Lists.tsx:177 #: src/view/screens/AppPasswords.tsx:67 #: src/view/screens/Profile.tsx:101 msgid "Oops!" @@ -2952,8 +2964,8 @@ msgstr "おっと!" msgid "Open" msgstr "開かれています" -#: src/view/com/composer/Composer.tsx:491 -#: src/view/com/composer/Composer.tsx:492 +#: src/view/com/composer/Composer.tsx:505 +#: src/view/com/composer/Composer.tsx:506 msgid "Open emoji picker" msgstr "絵文字を入力" @@ -2961,7 +2973,7 @@ msgstr "絵文字を入力" msgid "Open feed options menu" msgstr "フィードの設定メニューを開く" -#: src/view/screens/Settings/index.tsx:685 +#: src/view/screens/Settings/index.tsx:686 msgid "Open links with in-app browser" msgstr "アプリ内ブラウザーでリンクを開く" @@ -2977,12 +2989,12 @@ msgstr "ナビゲーションを開く" msgid "Open post options menu" msgstr "投稿のオプションを開く" -#: src/view/screens/Settings/index.tsx:792 -#: src/view/screens/Settings/index.tsx:802 +#: src/view/screens/Settings/index.tsx:787 +#: src/view/screens/Settings/index.tsx:797 msgid "Open storybook page" msgstr "絵本のページを開く" -#: src/view/screens/Settings/index.tsx:780 +#: src/view/screens/Settings/index.tsx:775 msgid "Open system log" msgstr "システムのログを開く" @@ -2990,7 +3002,7 @@ msgstr "システムのログを開く" msgid "Opens {numItems} options" msgstr "{numItems}個のオプションを開く" -#: src/view/screens/Settings/index.tsx:484 +#: src/view/screens/Settings/index.tsx:485 msgid "Opens accessibility settings" msgstr "アクセシビリティの設定を開く" @@ -3002,7 +3014,7 @@ msgstr "デバッグエントリーの追加詳細を開く" msgid "Opens an expanded list of users in this notification" msgstr "この通知内のユーザーの拡張リストを開く" -#: src/view/com/composer/photos/OpenCameraBtn.tsx:78 +#: src/view/com/composer/photos/OpenCameraBtn.tsx:74 msgid "Opens camera on device" msgstr "デバイスのカメラを開く" @@ -3010,15 +3022,15 @@ msgstr "デバイスのカメラを開く" msgid "Opens composer" msgstr "編集画面を開く" -#: src/view/screens/Settings/index.tsx:566 +#: src/view/screens/Settings/index.tsx:567 msgid "Opens configurable language settings" msgstr "構成可能な言語設定を開く" -#: src/view/com/composer/photos/SelectPhotoBtn.tsx:44 +#: src/view/com/composer/photos/SelectPhotoBtn.tsx:40 msgid "Opens device photo gallery" msgstr "デバイスのフォトギャラリーを開く" -#: src/view/screens/Settings/index.tsx:620 +#: src/view/screens/Settings/index.tsx:621 msgid "Opens external embeds settings" msgstr "外部コンテンツの埋め込みの設定を開く" @@ -3040,23 +3052,23 @@ msgstr "GIFの選択のダイアログを開く" msgid "Opens list of invite codes" msgstr "招待コードのリストを開く" -#: src/view/screens/Settings/index.tsx:762 +#: src/view/screens/Settings/index.tsx:757 msgid "Opens modal for account deletion confirmation. Requires email code" msgstr "アカウントの削除確認用の表示を開きます。メールアドレスのコードが必要です" -#: src/view/screens/Settings/index.tsx:720 +#: src/view/screens/Settings/index.tsx:715 msgid "Opens modal for changing your Bluesky password" msgstr "Blueskyのパスワードを変更するためのモーダルを開く" -#: src/view/screens/Settings/index.tsx:669 +#: src/view/screens/Settings/index.tsx:670 msgid "Opens modal for choosing a new Bluesky handle" msgstr "新しいBlueskyのハンドルを選択するためのモーダルを開く" -#: src/view/screens/Settings/index.tsx:743 +#: src/view/screens/Settings/index.tsx:738 msgid "Opens modal for downloading your Bluesky account data (repository)" msgstr "Blueskyのアカウントのデータ(リポジトリ)をダウンロードするためのモーダルを開く" -#: src/view/screens/Settings/index.tsx:932 +#: src/view/screens/Settings/index.tsx:927 msgid "Opens modal for email verification" msgstr "メールアドレスの認証のためのモーダルを開く" @@ -3064,11 +3076,11 @@ msgstr "メールアドレスの認証のためのモーダルを開く" msgid "Opens modal for using custom domain" msgstr "カスタムドメインを使用するためのモーダルを開く" -#: src/view/screens/Settings/index.tsx:591 +#: src/view/screens/Settings/index.tsx:592 msgid "Opens moderation settings" msgstr "モデレーションの設定を開く" -#: src/screens/Login/LoginForm.tsx:202 +#: src/screens/Login/LoginForm.tsx:219 msgid "Opens password reset form" msgstr "パスワードリセットのフォームを開く" @@ -3077,15 +3089,15 @@ msgstr "パスワードリセットのフォームを開く" msgid "Opens screen to edit Saved Feeds" msgstr "保存されたフィードの編集画面を開く" -#: src/view/screens/Settings/index.tsx:548 +#: src/view/screens/Settings/index.tsx:549 msgid "Opens screen with all saved feeds" msgstr "保存されたすべてのフィードで画面を開く" -#: src/view/screens/Settings/index.tsx:647 +#: src/view/screens/Settings/index.tsx:648 msgid "Opens the app password settings" msgstr "アプリパスワードの設定を開く" -#: src/view/screens/Settings/index.tsx:505 +#: src/view/screens/Settings/index.tsx:506 msgid "Opens the Following feed preferences" msgstr "Followingフィードの設定を開く" @@ -3093,16 +3105,16 @@ msgstr "Followingフィードの設定を開く" msgid "Opens the linked website" msgstr "リンク先のウェブサイトを開く" -#: src/view/screens/Settings/index.tsx:793 -#: src/view/screens/Settings/index.tsx:803 +#: src/view/screens/Settings/index.tsx:788 +#: src/view/screens/Settings/index.tsx:798 msgid "Opens the storybook page" msgstr "ストーリーブックのページを開く" -#: src/view/screens/Settings/index.tsx:781 +#: src/view/screens/Settings/index.tsx:776 msgid "Opens the system log page" msgstr "システムログのページを開く" -#: src/view/screens/Settings/index.tsx:526 +#: src/view/screens/Settings/index.tsx:527 msgid "Opens the threads preferences" msgstr "スレッドの設定を開く" @@ -3130,7 +3142,7 @@ msgstr "その他のアカウント" msgid "Other..." msgstr "その他..." -#: src/components/Lists.tsx:184 +#: src/components/Lists.tsx:193 #: src/view/screens/NotFound.tsx:45 msgid "Page not found" msgstr "ページが見つかりません" @@ -3139,7 +3151,7 @@ msgstr "ページが見つかりません" msgid "Page Not Found" msgstr "ページが見つかりません" -#: src/screens/Login/LoginForm.tsx:178 +#: src/screens/Login/LoginForm.tsx:195 #: src/screens/Signup/StepInfo/index.tsx:102 #: src/view/com/modals/DeleteAccount.tsx:194 #: src/view/com/modals/DeleteAccount.tsx:201 @@ -3162,16 +3174,15 @@ msgstr "パスワードが更新されました!" msgid "Pause" msgstr "一時停止" -#: src/view/screens/Search/Search.tsx:447 -#: src/view/screens/Search/Search.tsx:456 +#: src/view/screens/Search/Search.tsx:438 msgid "People" msgstr "ユーザー" -#: src/Navigation.tsx:164 +#: src/Navigation.tsx:165 msgid "People followed by @{0}" msgstr "@{0}がフォロー中のユーザー" -#: src/Navigation.tsx:157 +#: src/Navigation.tsx:158 msgid "People following @{0}" msgstr "@{0}をフォロー中のユーザー" @@ -3265,11 +3276,11 @@ msgstr "パスワードも入力してください:" msgid "Please explain why you think this label was incorrectly applied by {0}" msgstr "{0}によって貼られたこのラベルが誤って適用されたと思われる理由を説明してください" -#: src/view/com/modals/VerifyEmail.tsx:101 +#: src/view/com/modals/VerifyEmail.tsx:109 msgid "Please Verify Your Email" msgstr "メールアドレスを確認してください" -#: src/view/com/composer/Composer.tsx:222 +#: src/view/com/composer/Composer.tsx:232 msgid "Please wait for your link card to finish loading" msgstr "リンクカードが読み込まれるまでお待ちください" @@ -3281,8 +3292,8 @@ msgstr "政治" msgid "Porn" msgstr "ポルノ" -#: src/view/com/composer/Composer.tsx:367 -#: src/view/com/composer/Composer.tsx:375 +#: src/view/com/composer/Composer.tsx:399 +#: src/view/com/composer/Composer.tsx:407 msgctxt "action" msgid "Post" msgstr "投稿" @@ -3292,13 +3303,13 @@ msgctxt "description" msgid "Post" msgstr "投稿" -#: src/view/com/post-thread/PostThreadItem.tsx:175 +#: src/view/com/post-thread/PostThreadItem.tsx:176 msgid "Post by {0}" msgstr "{0}による投稿" -#: src/Navigation.tsx:176 -#: src/Navigation.tsx:183 -#: src/Navigation.tsx:190 +#: src/Navigation.tsx:177 +#: src/Navigation.tsx:184 +#: src/Navigation.tsx:191 msgid "Post by @{0}" msgstr "@{0}による投稿" @@ -3337,8 +3348,7 @@ msgstr "投稿が見つかりません" msgid "posts" msgstr "投稿" -#: src/view/screens/Profile.tsx:195 -#: src/view/screens/Search/Search.tsx:467 +#: src/view/screens/Profile.tsx:194 msgid "Posts" msgstr "投稿" @@ -3358,8 +3368,8 @@ msgstr "誤解を招く可能性のあるリンク" msgid "Press to change hosting provider" msgstr "ホスティングプロバイダーを変える" -#: src/components/Error.tsx:74 -#: src/components/Lists.tsx:80 +#: src/components/Error.tsx:83 +#: src/components/Lists.tsx:83 #: src/screens/Signup/index.tsx:187 msgid "Press to retry" msgstr "再実行する" @@ -3376,15 +3386,15 @@ msgstr "第一言語" msgid "Prioritize Your Follows" msgstr "あなたのフォローを優先" -#: src/view/screens/Settings/index.tsx:603 +#: src/view/screens/Settings/index.tsx:604 #: src/view/shell/desktop/RightNav.tsx:72 msgid "Privacy" msgstr "プライバシー" -#: src/Navigation.tsx:231 +#: src/Navigation.tsx:232 #: src/screens/Signup/StepInfo/Policies.tsx:56 #: src/view/screens/PrivacyPolicy.tsx:29 -#: src/view/screens/Settings/index.tsx:887 +#: src/view/screens/Settings/index.tsx:882 #: src/view/shell/Drawer.tsx:271 msgid "Privacy Policy" msgstr "プライバシーポリシー" @@ -3394,7 +3404,7 @@ msgid "Processing..." msgstr "処理中..." #: src/view/screens/DebugMod.tsx:888 -#: src/view/screens/Profile.tsx:361 +#: src/view/screens/Profile.tsx:346 msgid "profile" msgstr "プロフィール" @@ -3410,7 +3420,7 @@ msgstr "プロフィール" msgid "Profile updated" msgstr "プロフィールを更新しました" -#: src/view/screens/Settings/index.tsx:945 +#: src/view/screens/Settings/index.tsx:940 msgid "Protect your account by verifying your email." msgstr "メールアドレスを確認してアカウントを保護します。" @@ -3426,11 +3436,11 @@ msgstr "ユーザーを一括でミュートまたはブロックする、公開 msgid "Public, shareable lists which can drive feeds." msgstr "フィードとして利用できる、公開された共有可能なリスト。" -#: src/view/com/composer/Composer.tsx:352 +#: src/view/com/composer/Composer.tsx:384 msgid "Publish post" msgstr "投稿を公開" -#: src/view/com/composer/Composer.tsx:352 +#: src/view/com/composer/Composer.tsx:384 msgid "Publish reply" msgstr "返信を公開" @@ -3456,7 +3466,7 @@ msgstr "ランダムな順番で表示(別名「投稿者のルーレット」 msgid "Ratios" msgstr "比率" -#: src/view/screens/Search/Search.tsx:924 +#: src/view/screens/Search/Search.tsx:855 msgid "Recent Searches" msgstr "検索履歴" @@ -3512,7 +3522,7 @@ msgstr "マイフィードから削除しますか?" msgid "Remove image" msgstr "イメージを削除" -#: src/view/com/composer/ExternalEmbed.tsx:70 +#: src/view/com/composer/ExternalEmbed.tsx:82 msgid "Remove image preview" msgstr "イメージプレビューを削除" @@ -3541,11 +3551,11 @@ msgstr "フィードから削除しました" msgid "Removed from your feeds" msgstr "あなたのフィードから削除しました" -#: src/view/com/composer/ExternalEmbed.tsx:71 +#: src/view/com/composer/ExternalEmbed.tsx:83 msgid "Removes default thumbnail from {0}" msgstr "{0}からデフォルトのサムネイルを削除" -#: src/view/screens/Profile.tsx:196 +#: src/view/screens/Profile.tsx:195 msgid "Replies" msgstr "返信" @@ -3553,7 +3563,7 @@ msgstr "返信" msgid "Replies to this thread are disabled" msgstr "このスレッドへの返信はできません" -#: src/view/com/composer/Composer.tsx:365 +#: src/view/com/composer/Composer.tsx:397 msgctxt "action" msgid "Reply" msgstr "返信" @@ -3562,7 +3572,7 @@ msgstr "返信" msgid "Reply Filters" msgstr "返信のフィルター" -#: src/view/com/post/Post.tsx:177 +#: src/view/com/post/Post.tsx:178 #: src/view/com/posts/FeedItem.tsx:285 msgctxt "description" msgid "Reply to <0><1/>" @@ -3586,8 +3596,8 @@ msgstr "フィードを報告" msgid "Report List" msgstr "リストを報告" -#: src/view/com/util/forms/PostDropdownBtn.tsx:312 -#: src/view/com/util/forms/PostDropdownBtn.tsx:314 +#: src/view/com/util/forms/PostDropdownBtn.tsx:316 +#: src/view/com/util/forms/PostDropdownBtn.tsx:318 msgid "Report post" msgstr "投稿を報告" @@ -3644,7 +3654,7 @@ msgstr "<0><1/>がリポスト" msgid "reposted your post" msgstr "あなたの投稿はリポストされました" -#: src/view/com/post-thread/PostThreadItem.tsx:187 +#: src/view/com/post-thread/PostThreadItem.tsx:188 msgid "Reposts of this post" msgstr "この投稿をリポスト" @@ -3658,7 +3668,7 @@ msgstr "変更を要求" msgid "Request Code" msgstr "コードをリクエスト" -#: src/view/screens/Settings/index.tsx:426 +#: src/view/screens/AccessibilitySettings.tsx:82 msgid "Require alt text before posting" msgstr "画像投稿時にALTテキストを必須とする" @@ -3683,8 +3693,8 @@ msgstr "リセットコード" msgid "Reset Code" msgstr "リセットコード" -#: src/view/screens/Settings/index.tsx:822 -#: src/view/screens/Settings/index.tsx:825 +#: src/view/screens/Settings/index.tsx:817 +#: src/view/screens/Settings/index.tsx:820 msgid "Reset onboarding state" msgstr "オンボーディングの状態をリセット" @@ -3692,20 +3702,20 @@ msgstr "オンボーディングの状態をリセット" msgid "Reset password" msgstr "パスワードをリセット" -#: src/view/screens/Settings/index.tsx:812 -#: src/view/screens/Settings/index.tsx:815 +#: src/view/screens/Settings/index.tsx:807 +#: src/view/screens/Settings/index.tsx:810 msgid "Reset preferences state" msgstr "設定をリセット" -#: src/view/screens/Settings/index.tsx:823 +#: src/view/screens/Settings/index.tsx:818 msgid "Resets the onboarding state" msgstr "オンボーディングの状態をリセットします" -#: src/view/screens/Settings/index.tsx:813 +#: src/view/screens/Settings/index.tsx:808 msgid "Resets the preferences state" msgstr "設定の状態をリセットします" -#: src/screens/Login/LoginForm.tsx:235 +#: src/screens/Login/LoginForm.tsx:283 msgid "Retries login" msgstr "ログインをやり直す" @@ -3714,10 +3724,10 @@ msgstr "ログインをやり直す" msgid "Retries the last action, which errored out" msgstr "エラーになった最後のアクションをやり直す" -#: src/components/Error.tsx:79 -#: src/components/Lists.tsx:91 -#: src/screens/Login/LoginForm.tsx:234 -#: src/screens/Login/LoginForm.tsx:241 +#: src/components/Error.tsx:88 +#: src/components/Lists.tsx:94 +#: src/screens/Login/LoginForm.tsx:282 +#: src/screens/Login/LoginForm.tsx:289 #: src/screens/Onboarding/StepInterests/index.tsx:225 #: src/screens/Onboarding/StepInterests/index.tsx:228 #: src/screens/Signup/index.tsx:194 @@ -3726,7 +3736,7 @@ msgstr "エラーになった最後のアクションをやり直す" msgid "Retry" msgstr "再試行" -#: src/components/Error.tsx:86 +#: src/components/Error.tsx:95 #: src/view/screens/ProfileList.tsx:919 msgid "Return to previous page" msgstr "前のページに戻る" @@ -3810,14 +3820,14 @@ msgstr "科学" msgid "Scroll to top" msgstr "一番上までスクロール" -#: src/Navigation.tsx:451 +#: src/Navigation.tsx:460 #: 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:568 -#: src/view/screens/Search/Search.tsx:817 -#: src/view/screens/Search/Search.tsx:835 +#: src/view/screens/Search/Search.tsx:503 +#: src/view/screens/Search/Search.tsx:748 +#: src/view/screens/Search/Search.tsx:766 #: src/view/shell/bottom-bar/BottomBar.tsx:170 #: src/view/shell/desktop/LeftNav.tsx:328 #: src/view/shell/desktop/Search.tsx:215 @@ -3827,7 +3837,7 @@ msgstr "一番上までスクロール" msgid "Search" msgstr "検索" -#: src/view/screens/Search/Search.tsx:884 +#: src/view/screens/Search/Search.tsx:815 #: src/view/shell/desktop/Search.tsx:256 msgid "Search for \"{query}\"" msgstr "「{query}」を検索" @@ -3846,7 +3856,7 @@ msgstr "{displayTag}のすべての投稿を検索(すべてのユーザー) msgid "Search for users" msgstr "ユーザーを検索" -#: src/components/dialogs/GifSelect.tsx:174 +#: src/components/dialogs/GifSelect.tsx:158 msgid "Search GIFs" msgstr "GIFを検索" @@ -3899,7 +3909,7 @@ msgstr "既存のアカウントから選択" msgid "Select GIF" msgstr "GIFを選ぶ" -#: src/components/dialogs/GifSelect.tsx:264 +#: src/components/dialogs/GifSelect.tsx:253 msgid "Select GIF \"{0}\"" msgstr "GIF「{0}」を選ぶ" @@ -3963,8 +3973,8 @@ msgstr "1番目のフィードのアルゴリズムを選択してください msgid "Select your secondary algorithmic feeds" msgstr "2番目のフィードのアルゴリズムを選択してください" -#: src/view/com/modals/VerifyEmail.tsx:202 -#: src/view/com/modals/VerifyEmail.tsx:204 +#: src/view/com/modals/VerifyEmail.tsx:210 +#: src/view/com/modals/VerifyEmail.tsx:212 msgid "Send Confirmation Email" msgstr "確認のメールを送信" @@ -4040,23 +4050,23 @@ msgstr "アカウントを設定する" msgid "Sets Bluesky username" msgstr "Blueskyのユーザーネームを設定" -#: src/view/screens/Settings/index.tsx:458 +#: src/view/screens/Settings/index.tsx:436 msgid "Sets color theme to dark" msgstr "カラーテーマをダークに設定します" -#: src/view/screens/Settings/index.tsx:451 +#: src/view/screens/Settings/index.tsx:429 msgid "Sets color theme to light" msgstr "カラーテーマをライトに設定します" -#: src/view/screens/Settings/index.tsx:445 +#: src/view/screens/Settings/index.tsx:423 msgid "Sets color theme to system setting" msgstr "デバイスで設定したカラーテーマを使用するように設定します" -#: src/view/screens/Settings/index.tsx:484 +#: src/view/screens/Settings/index.tsx:462 msgid "Sets dark theme to the dark theme" msgstr "ダークテーマを暗いものに設定します" -#: src/view/screens/Settings/index.tsx:477 +#: src/view/screens/Settings/index.tsx:455 msgid "Sets dark theme to the dim theme" msgstr "ダークテーマを薄暗いものに設定します" @@ -4076,8 +4086,8 @@ msgstr "画像のアスペクト比を縦長に設定" msgid "Sets image aspect ratio to wide" msgstr "画像のアスペクト比をワイドに設定" -#: src/Navigation.tsx:139 -#: src/view/screens/Settings/index.tsx:316 +#: src/Navigation.tsx:140 +#: src/view/screens/Settings/index.tsx:309 #: src/view/shell/desktop/LeftNav.tsx:437 #: src/view/shell/Drawer.tsx:576 #: src/view/shell/Drawer.tsx:577 @@ -4099,15 +4109,15 @@ msgstr "共有" #: src/view/com/profile/ProfileMenu.tsx:215 #: src/view/com/profile/ProfileMenu.tsx:224 -#: src/view/com/util/forms/PostDropdownBtn.tsx:236 -#: src/view/com/util/forms/PostDropdownBtn.tsx:245 +#: src/view/com/util/forms/PostDropdownBtn.tsx:240 +#: src/view/com/util/forms/PostDropdownBtn.tsx:249 #: src/view/com/util/post-ctrls/PostCtrls.tsx:237 #: src/view/screens/ProfileList.tsx:390 msgid "Share" msgstr "共有" #: src/view/com/profile/ProfileMenu.tsx:373 -#: src/view/com/util/forms/PostDropdownBtn.tsx:369 +#: src/view/com/util/forms/PostDropdownBtn.tsx:373 #: src/view/com/util/post-ctrls/PostCtrls.tsx:253 msgid "Share anyway" msgstr "とにかく共有" @@ -4130,7 +4140,7 @@ msgstr "リンクしたウェブサイトを共有" #: src/components/moderation/LabelPreference.tsx:136 #: src/components/moderation/PostHider.tsx:107 #: src/screens/Onboarding/StepModeration/ModerationOption.tsx:54 -#: src/view/screens/Settings/index.tsx:366 +#: src/view/screens/Settings/index.tsx:359 msgid "Show" msgstr "表示" @@ -4152,13 +4162,13 @@ msgstr "バッジを表示" msgid "Show badge and filter from feeds" msgstr "バッジの表示とフィードからのフィルタリング" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:200 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:198 msgid "Show follows similar to {0}" msgstr "{0}に似たおすすめのフォロー候補を表示" -#: src/view/com/post-thread/PostThreadItem.tsx:501 -#: src/view/com/post/Post.tsx:212 -#: src/view/com/posts/FeedItem.tsx:360 +#: src/view/com/post-thread/PostThreadItem.tsx:507 +#: src/view/com/post/Post.tsx:215 +#: src/view/com/posts/FeedItem.tsx:362 msgid "Show More" msgstr "さらに表示" @@ -4235,7 +4245,7 @@ msgstr "マイフィード内の{0}からの投稿を表示します" #: src/components/dialogs/Signin.tsx:99 #: src/screens/Login/index.tsx:100 #: src/screens/Login/index.tsx:119 -#: src/screens/Login/LoginForm.tsx:131 +#: src/screens/Login/LoginForm.tsx:148 #: src/view/com/auth/SplashScreen.tsx:63 #: src/view/com/auth/SplashScreen.tsx:72 #: src/view/com/auth/SplashScreen.web.tsx:107 @@ -4246,9 +4256,9 @@ msgstr "マイフィード内の{0}からの投稿を表示します" #: src/view/shell/bottom-bar/BottomBarWeb.tsx:178 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:179 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:181 -#: src/view/shell/NavSignupCard.tsx:63 -#: src/view/shell/NavSignupCard.tsx:64 -#: src/view/shell/NavSignupCard.tsx:66 +#: src/view/shell/NavSignupCard.tsx:69 +#: src/view/shell/NavSignupCard.tsx:70 +#: src/view/shell/NavSignupCard.tsx:72 msgid "Sign in" msgstr "サインイン" @@ -4268,8 +4278,8 @@ msgstr "会話に参加するにはサインインするか新しくアカウン msgid "Sign into Bluesky or create a new account" msgstr "Blueskyにサインイン または 新規アカウントの登録" -#: src/view/screens/Settings/index.tsx:118 -#: src/view/screens/Settings/index.tsx:121 +#: src/view/screens/Settings/index.tsx:111 +#: src/view/screens/Settings/index.tsx:114 msgid "Sign out" msgstr "サインアウト" @@ -4279,9 +4289,9 @@ msgstr "サインアウト" #: src/view/shell/bottom-bar/BottomBarWeb.tsx:168 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:169 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:171 -#: src/view/shell/NavSignupCard.tsx:54 -#: src/view/shell/NavSignupCard.tsx:55 -#: src/view/shell/NavSignupCard.tsx:57 +#: src/view/shell/NavSignupCard.tsx:60 +#: src/view/shell/NavSignupCard.tsx:61 +#: src/view/shell/NavSignupCard.tsx:63 msgid "Sign up" msgstr "サインアップ" @@ -4294,7 +4304,7 @@ msgstr "サインアップまたはサインインして会話に参加" msgid "Sign-in Required" msgstr "サインインが必要" -#: src/view/screens/Settings/index.tsx:377 +#: src/view/screens/Settings/index.tsx:370 msgid "Signed in as" msgstr "サインイン済み" @@ -4354,7 +4364,7 @@ msgstr "スポーツ" msgid "Square" msgstr "正方形" -#: src/view/screens/Settings/index.tsx:867 +#: src/view/screens/Settings/index.tsx:862 msgid "Status page" msgstr "ステータスページ" @@ -4362,12 +4372,12 @@ msgstr "ステータスページ" msgid "Step" msgstr "ステップ" -#: src/view/screens/Settings/index.tsx:295 +#: src/view/screens/Settings/index.tsx:288 msgid "Storage cleared, you need to restart the app now." msgstr "ストレージがクリアされたため、今すぐアプリを再起動する必要があります。" -#: src/Navigation.tsx:211 -#: src/view/screens/Settings/index.tsx:795 +#: src/Navigation.tsx:212 +#: src/view/screens/Settings/index.tsx:790 msgid "Storybook" msgstr "ストーリーブック" @@ -4401,7 +4411,7 @@ msgstr "このラベラーを登録" msgid "Subscribe to this list" msgstr "このリストに登録" -#: src/view/screens/Search/Search.tsx:523 +#: src/view/screens/Search/Search.tsx:476 msgid "Suggested Follows" msgstr "おすすめのフォロー" @@ -4413,30 +4423,30 @@ msgstr "あなたへのおすすめ" msgid "Suggestive" msgstr "きわどい" -#: src/Navigation.tsx:226 +#: src/Navigation.tsx:227 #: src/view/screens/Support.tsx:30 #: src/view/screens/Support.tsx:33 msgid "Support" msgstr "サポート" -#: src/components/dialogs/SwitchAccount.tsx:46 -#: src/components/dialogs/SwitchAccount.tsx:49 +#: src/components/dialogs/SwitchAccount.tsx:47 +#: src/components/dialogs/SwitchAccount.tsx:50 msgid "Switch Account" msgstr "アカウントを切り替える" -#: src/view/screens/Settings/index.tsx:150 +#: src/view/screens/Settings/index.tsx:143 msgid "Switch to {0}" msgstr "{0}に切り替え" -#: src/view/screens/Settings/index.tsx:151 +#: src/view/screens/Settings/index.tsx:144 msgid "Switches the account you are logged in to" msgstr "ログインしているアカウントを切り替えます" -#: src/view/screens/Settings/index.tsx:442 +#: src/view/screens/Settings/index.tsx:420 msgid "System" msgstr "システム" -#: src/view/screens/Settings/index.tsx:783 +#: src/view/screens/Settings/index.tsx:778 msgid "System log" msgstr "システムログ" @@ -4464,9 +4474,9 @@ msgstr "テクノロジー" msgid "Terms" msgstr "条件" -#: src/Navigation.tsx:236 +#: src/Navigation.tsx:237 #: src/screens/Signup/StepInfo/Policies.tsx:49 -#: src/view/screens/Settings/index.tsx:881 +#: src/view/screens/Settings/index.tsx:876 #: src/view/screens/TermsOfService.tsx:29 #: src/view/shell/Drawer.tsx:265 msgid "Terms of Service" @@ -4498,7 +4508,7 @@ msgstr "その内容は以下の通りです:" msgid "That handle is already taken." msgstr "そのハンドルはすでに使用されています。" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:282 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:280 #: src/view/com/profile/ProfileMenu.tsx:349 msgid "The account will be able to interact with you after unblocking." msgstr "このアカウントは、ブロック解除後にあなたとやり取りすることができます。" @@ -4561,7 +4571,7 @@ msgstr "フィードの削除中に問題が発生しました。インターネ msgid "There was an an issue updating your feeds, please check your internet connection and try again." msgstr "フィードの更新中に問題が発生しました。インターネットへの接続を確認の上、もう一度お試しください。" -#: src/components/dialogs/GifSelect.tsx:213 +#: src/components/dialogs/GifSelect.tsx:201 msgid "There was an issue connecting to Tenor." msgstr "Tenorへの接続中に問題が発生しました。" @@ -4609,9 +4619,9 @@ msgstr "設定をサーバーと同期中に問題が発生しました" msgid "There was an issue with fetching your app passwords" msgstr "アプリパスワードの取得中に問題が発生しました" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:105 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:127 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:141 +#: 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:106 @@ -4630,7 +4640,8 @@ msgstr "問題が発生しました! {0}" msgid "There was an issue. Please check your internet connection and try again." msgstr "問題が発生しました。インターネットへの接続を確認の上、もう一度お試しください。" -#: src/view/com/util/ErrorBoundary.tsx:51 +#: src/components/dialogs/GifSelect.tsx:289 +#: 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 "アプリケーションに予期しない問題が発生しました。このようなことが繰り返した場合はサポートへお知らせください!" @@ -4697,7 +4708,7 @@ msgstr "このフィードは空です!もっと多くのユーザーをフォ msgid "This information is not shared with other users." msgstr "この情報は他のユーザーと共有されません。" -#: src/view/com/modals/VerifyEmail.tsx:119 +#: src/view/com/modals/VerifyEmail.tsx:127 msgid "This is important in case you ever need to change your email or reset your password." msgstr "これは、メールアドレスの変更やパスワードのリセットが必要な場合に重要です。" @@ -4725,16 +4736,16 @@ msgstr "このモデレーションのサービスはご利用できません。 msgid "This name is already in use" msgstr "この名前はすでに使用中です" -#: src/view/com/post-thread/PostThreadItem.tsx:125 +#: src/view/com/post-thread/PostThreadItem.tsx:126 msgid "This post has been deleted." msgstr "この投稿は削除されました。" -#: src/view/com/util/forms/PostDropdownBtn.tsx:366 +#: src/view/com/util/forms/PostDropdownBtn.tsx:370 #: src/view/com/util/post-ctrls/PostCtrls.tsx:250 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:348 +#: src/view/com/util/forms/PostDropdownBtn.tsx:352 msgid "This post will be hidden from feeds." msgstr "この投稿はフィードから非表示になります。" @@ -4783,27 +4794,27 @@ msgstr "この警告は、メディアが添付されている投稿にのみ使 msgid "This will delete {0} from your muted words. You can always add it back later." msgstr "ミュートしたワードから{0}が削除されます。あとでいつでも戻すことができます。" -#: src/view/screens/Settings/index.tsx:525 +#: src/view/screens/Settings/index.tsx:526 msgid "Thread preferences" msgstr "スレッドの設定" #: src/view/screens/PreferencesThreads.tsx:53 -#: src/view/screens/Settings/index.tsx:535 +#: src/view/screens/Settings/index.tsx:536 msgid "Thread Preferences" msgstr "スレッドの設定" -#: src/view/screens/Settings/DisableEmail2FADialog.tsx:102 -msgid "To disable the email 2FA method, please verify your access to the email address." -msgstr "メールでの2要素認証を無効にするには、メールアドレスにアクセスできるか確認してください。" - #: src/view/screens/PreferencesThreads.tsx:119 msgid "Threaded Mode" msgstr "スレッドモード" -#: src/Navigation.tsx:269 +#: src/Navigation.tsx:270 msgid "Threads Preferences" msgstr "スレッドの設定" +#: src/view/screens/Settings/DisableEmail2FADialog.tsx:102 +msgid "To disable the email 2FA method, please verify your access to the email address." +msgstr "メールでの2要素認証を無効にするには、メールアドレスにアクセスできるか確認してください。" + #: src/components/ReportDialog/SelectLabelerView.tsx:33 msgid "To whom would you like to send this report?" msgstr "この報告を誰に送りたいですか?" @@ -4820,7 +4831,8 @@ msgstr "ドロップダウンをトグル" msgid "Toggle to enable or disable adult content" msgstr "成人向けコンテンツの有効もしくは無効の切り替え" -#: src/view/screens/Search/Search.tsx:427 +#: src/screens/Hashtag.tsx:88 +#: src/view/screens/Search/Search.tsx:418 msgid "Top" msgstr "トップ" @@ -4828,10 +4840,10 @@ msgstr "トップ" msgid "Transformations" msgstr "変換" -#: src/view/com/post-thread/PostThreadItem.tsx:638 -#: src/view/com/post-thread/PostThreadItem.tsx:640 -#: src/view/com/util/forms/PostDropdownBtn.tsx:220 +#: src/view/com/post-thread/PostThreadItem.tsx:644 +#: src/view/com/post-thread/PostThreadItem.tsx:646 #: src/view/com/util/forms/PostDropdownBtn.tsx:222 +#: src/view/com/util/forms/PostDropdownBtn.tsx:224 msgid "Translate" msgstr "翻訳" @@ -4858,21 +4870,21 @@ msgstr "リストでのミュートを解除" #: src/screens/Login/ForgotPasswordForm.tsx:74 #: src/screens/Login/index.tsx:78 -#: src/screens/Login/LoginForm.tsx:119 +#: src/screens/Login/LoginForm.tsx:136 #: src/screens/Login/SetNewPasswordForm.tsx:77 #: src/screens/Signup/index.tsx:64 #: src/view/com/modals/ChangePassword.tsx:70 msgid "Unable to contact your service. Please check your Internet connection." msgstr "あなたのサービスに接続できません。インターネットの接続を確認してください。" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:181 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:286 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:179 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:284 #: src/view/com/profile/ProfileMenu.tsx:361 #: src/view/screens/ProfileList.tsx:574 msgid "Unblock" msgstr "ブロックを解除" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:186 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:184 msgctxt "action" msgid "Unblock" msgstr "ブロックを解除" @@ -4882,7 +4894,7 @@ msgstr "ブロックを解除" msgid "Unblock Account" msgstr "アカウントのブロックを解除" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:280 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:278 #: src/view/com/profile/ProfileMenu.tsx:343 msgid "Unblock Account?" msgstr "アカウントのブロックを解除しますか?" @@ -4904,7 +4916,7 @@ msgctxt "action" msgid "Unfollow" msgstr "フォローを解除" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:220 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:218 msgid "Unfollow {0}" msgstr "{0}のフォローを解除" @@ -4939,8 +4951,8 @@ msgstr "アカウントのミュートを解除" msgid "Unmute all {displayTag} posts" msgstr "{displayTag}のすべての投稿のミュートを解除" -#: src/view/com/util/forms/PostDropdownBtn.tsx:269 -#: src/view/com/util/forms/PostDropdownBtn.tsx:274 +#: src/view/com/util/forms/PostDropdownBtn.tsx:273 +#: src/view/com/util/forms/PostDropdownBtn.tsx:278 msgid "Unmute thread" msgstr "スレッドのミュートを解除" @@ -5090,13 +5102,11 @@ msgstr "ユーザーリストを更新しました" msgid "User Lists" msgstr "ユーザーリスト" -#: src/screens/Login/LoginForm.tsx:151 +#: src/screens/Login/LoginForm.tsx:168 msgid "Username or email address" msgstr "ユーザー名またはメールアドレス" #: src/view/screens/ProfileList.tsx:813 -#: src/view/screens/Search/Search.tsx:473 -#: src/view/screens/Search/Search.tsx:482 msgid "Users" msgstr "ユーザー" @@ -5120,15 +5130,15 @@ msgstr "値:" msgid "Verify {0}" msgstr "{0}で認証" -#: src/view/screens/Settings/index.tsx:906 +#: src/view/screens/Settings/index.tsx:901 msgid "Verify email" msgstr "メールアドレスを確認" -#: src/view/screens/Settings/index.tsx:931 +#: src/view/screens/Settings/index.tsx:926 msgid "Verify my email" msgstr "メールアドレスを確認" -#: src/view/screens/Settings/index.tsx:940 +#: src/view/screens/Settings/index.tsx:935 msgid "Verify My Email" msgstr "メールアドレスを確認" @@ -5137,11 +5147,11 @@ msgstr "メールアドレスを確認" msgid "Verify New Email" msgstr "新しいメールアドレスを確認" -#: src/view/com/modals/VerifyEmail.tsx:103 +#: src/view/com/modals/VerifyEmail.tsx:111 msgid "Verify Your Email" msgstr "メールアドレスを確認" -#: src/view/screens/Settings/index.tsx:857 +#: src/view/screens/Settings/index.tsx:852 msgid "Version {0}" msgstr "バージョン {0}" @@ -5173,8 +5183,8 @@ msgstr "スレッドをすべて表示" msgid "View information about these labels" msgstr "これらのラベルに関する情報を見る" -#: src/components/ProfileHoverCard/index.web.tsx:264 -#: src/components/ProfileHoverCard/index.web.tsx:293 +#: src/components/ProfileHoverCard/index.web.tsx:379 +#: src/components/ProfileHoverCard/index.web.tsx:408 #: src/view/com/posts/FeedErrorMessage.tsx:166 msgid "View profile" msgstr "プロフィールを表示" @@ -5211,7 +5221,7 @@ msgstr "コンテンツの警告" msgid "Warn content and filter from feeds" msgstr "コンテンツの警告とフィードからのフィルタリング" -#: src/screens/Hashtag.tsx:133 +#: src/screens/Hashtag.tsx:210 msgid "We couldn't find any results for that hashtag." msgstr "そのハッシュタグの検索結果は見つかりませんでした。" @@ -5267,11 +5277,11 @@ msgstr "大変申し訳ありませんが、このリストを解決できませ 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:322 +#: src/view/screens/Search/Search.tsx:323 msgid "We're sorry, but your search could not be completed. Please try again in a few minutes." msgstr "大変申し訳ありませんが、検索を完了できませんでした。数分後に再試行してください。" -#: src/components/Lists.tsx:188 +#: src/components/Lists.tsx:197 #: src/view/screens/NotFound.tsx:48 msgid "We're sorry! We can't find the page you were looking for." msgstr "大変申し訳ありません!お探しのページは見つかりません。" @@ -5290,7 +5300,7 @@ msgstr "なにに興味がありますか?" #: src/view/com/auth/SplashScreen.tsx:40 #: src/view/com/auth/SplashScreen.web.tsx:81 -#: src/view/com/composer/Composer.tsx:296 +#: src/view/com/composer/Composer.tsx:306 msgid "What's up?" msgstr "最近どう?" @@ -5331,11 +5341,11 @@ msgstr "なぜこのユーザーをレビューする必要がありますか? msgid "Wide" msgstr "ワイド" -#: src/view/com/composer/Composer.tsx:436 +#: src/view/com/composer/Composer.tsx:467 msgid "Write post" msgstr "投稿を書く" -#: src/view/com/composer/Composer.tsx:295 +#: src/view/com/composer/Composer.tsx:305 #: src/view/com/composer/Prompt.tsx:37 msgid "Write your reply" msgstr "返信を書く" @@ -5439,7 +5449,7 @@ msgstr "フィードがありません。" msgid "You have no lists." msgstr "リストがありません。" -#: src/view/screens/ModerationBlockedAccounts.tsx:138 +#: src/view/screens/ModerationBlockedAccounts.tsx:137 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 "ブロック中のアカウントはまだありません。アカウントをブロックするには、ユーザーのプロフィールに移動し、アカウントメニューから「アカウントをブロック」を選択します。" @@ -5540,7 +5550,7 @@ msgstr "メールアドレスが無効なようです。" msgid "Your email has been updated but not verified. As a next step, please verify your new email." msgstr "メールアドレスは更新されましたが、確認されていません。次のステップとして、新しいメールアドレスを確認してください。" -#: src/view/com/modals/VerifyEmail.tsx:114 +#: src/view/com/modals/VerifyEmail.tsx:122 msgid "Your email has not yet been verified. This is an important security step which we recommend." msgstr "メールアドレスはまだ確認されていません。これは、当社が推奨する重要なセキュリティステップです。" @@ -5564,7 +5574,7 @@ msgstr "ミュートしたワード" msgid "Your password has been changed successfully!" msgstr "パスワードの変更が完了しました!" -#: src/view/com/composer/Composer.tsx:284 +#: src/view/com/composer/Composer.tsx:294 msgid "Your post has been published" msgstr "投稿を公開しました" @@ -5574,11 +5584,11 @@ msgstr "投稿を公開しました" msgid "Your posts, likes, and blocks are public. Mutes are private." msgstr "投稿、いいね、ブロックは公開されます。ミュートは非公開です。" -#: src/view/screens/Settings/index.tsx:136 +#: src/view/screens/Settings/index.tsx:129 msgid "Your profile" msgstr "あなたのプロフィール" -#: src/view/com/composer/Composer.tsx:283 +#: src/view/com/composer/Composer.tsx:293 msgid "Your reply has been published" msgstr "返信を公開しました" diff --git a/src/locale/locales/ko/messages.po b/src/locale/locales/ko/messages.po index 6d1e9130..1b22c105 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/view/com/modals/VerifyEmail.tsx:142 +#: src/view/com/modals/VerifyEmail.tsx:150 msgid "(no email)" msgstr "(이메일 없음)" @@ -59,6 +59,10 @@ msgstr "<1>Bluesky<0>에 오신 것을 환영합니다" msgid "⚠Invalid Handle" msgstr "⚠잘못된 핸들" +#: src/screens/Login/LoginForm.tsx:238 +msgid "2FA Confirmation" +msgstr "" + #: src/view/com/util/ViewHeader.tsx:91 #: src/view/screens/Search/Search.tsx:727 msgid "Access navigation links and settings" @@ -69,11 +73,11 @@ msgid "Access profile and other navigation links" msgstr "프로필 및 기타 탐색 링크로 이동합니다" #: src/view/com/modals/EditImage.tsx:300 -#: src/view/screens/Settings/index.tsx:492 +#: src/view/screens/Settings/index.tsx:493 msgid "Accessibility" msgstr "접근성" -#: src/view/screens/Settings/index.tsx:483 +#: src/view/screens/Settings/index.tsx:484 msgid "Accessibility settings" msgstr "접근성 설정" @@ -86,9 +90,9 @@ msgstr "접근성 설정" msgid "account" msgstr "계정" -#: src/screens/Login/LoginForm.tsx:144 -#: src/view/screens/Settings/index.tsx:322 -#: src/view/screens/Settings/index.tsx:694 +#: src/screens/Login/LoginForm.tsx:161 +#: src/view/screens/Settings/index.tsx:323 +#: src/view/screens/Settings/index.tsx:702 msgid "Account" msgstr "계정" @@ -150,14 +154,14 @@ msgstr "콘텐츠 경고 추가" msgid "Add a user to this list" msgstr "이 리스트에 사용자 추가" -#: src/components/dialogs/SwitchAccount.tsx:55 -#: src/view/screens/Settings/index.tsx:397 -#: src/view/screens/Settings/index.tsx:406 +#: src/components/dialogs/SwitchAccount.tsx:56 +#: src/view/screens/Settings/index.tsx:398 +#: src/view/screens/Settings/index.tsx:407 msgid "Add account" msgstr "계정 추가" -#: src/view/com/composer/photos/Gallery.tsx:120 -#: src/view/com/composer/photos/Gallery.tsx:181 +#: src/view/com/composer/photos/Gallery.tsx:119 +#: src/view/com/composer/photos/Gallery.tsx:180 #: src/view/com/modals/AltImage.tsx:117 msgid "Add alt text" msgstr "대체 텍스트 추가하기" @@ -217,7 +221,7 @@ msgid "Adult content is disabled." msgstr "성인 콘텐츠가 비활성화되어 있습니다." #: src/screens/Moderation/index.tsx:375 -#: src/view/screens/Settings/index.tsx:635 +#: src/view/screens/Settings/index.tsx:636 msgid "Advanced" msgstr "고급" @@ -234,7 +238,7 @@ msgstr "이미 코드가 있나요?" msgid "Already signed in as @{0}" msgstr "이미 @{0}(으)로 로그인했습니다" -#: src/view/com/composer/photos/Gallery.tsx:131 +#: src/view/com/composer/photos/Gallery.tsx:130 msgid "ALT" msgstr "ALT" @@ -243,11 +247,12 @@ msgstr "ALT" msgid "Alt text" msgstr "대체 텍스트" -#: src/view/com/composer/photos/Gallery.tsx:211 +#: src/view/com/composer/photos/Gallery.tsx:209 msgid "Alt text describes images for blind and low-vision users, and helps give context to everyone." msgstr "대체 텍스트는 시각장애인과 저시력 사용자를 위해 이미지를 설명하며 모든 사용자의 이해를 돕습니다." -#: src/view/com/modals/VerifyEmail.tsx:124 +#: src/view/com/modals/VerifyEmail.tsx:132 +#: src/view/screens/Settings/DisableEmail2FADialog.tsx:96 msgid "An email has been sent to {0}. It includes a confirmation code which you can enter below." msgstr "{0}(으)로 이메일을 보냈습니다. 이 이메일에는 아래에 입력하는 확인 코드가 포함되어 있습니다." @@ -255,6 +260,10 @@ msgstr "{0}(으)로 이메일을 보냈습니다. 이 이메일에는 아래에 msgid "An email has been sent to your previous address, {0}. It includes a confirmation code which you can enter below." msgstr "이전 주소인 {0}(으)로 이메일을 보냈습니다. 이 이메일에는 아래에 입력하는 확인 코드가 포함되어 있습니다." +#: src/components/dialogs/GifSelect.tsx:284 +msgid "An error occured" +msgstr "" + #: src/lib/moderation/useReportOptions.ts:26 msgid "An issue not included in these options" msgstr "어떤 옵션에도 포함되지 않는 문제" @@ -277,6 +286,10 @@ msgstr "및" msgid "Animals" msgstr "동물" +#: src/view/com/util/post-embeds/GifEmbed.tsx:134 +msgid "Animated GIF" +msgstr "" + #: src/lib/moderation/useReportOptions.ts:31 msgid "Anti-Social Behavior" msgstr "반사회적 행위" @@ -297,13 +310,13 @@ msgstr "앱 비밀번호 이름에는 문자, 숫자, 공백, 대시, 밑줄만 msgid "App Password names must be at least 4 characters long." msgstr "앱 비밀번호 이름은 4자 이상이어야 합니다." -#: src/view/screens/Settings/index.tsx:646 +#: src/view/screens/Settings/index.tsx:647 msgid "App password settings" msgstr "앱 비밀번호 설정" #: src/Navigation.tsx:252 #: src/view/screens/AppPasswords.tsx:189 -#: src/view/screens/Settings/index.tsx:655 +#: src/view/screens/Settings/index.tsx:656 msgid "App Passwords" msgstr "앱 비밀번호" @@ -320,7 +333,7 @@ msgstr "\"{0}\" 라벨 이의신청" msgid "Appeal submitted." msgstr "이의신청 제출함" -#: src/view/screens/Settings/index.tsx:413 +#: src/view/screens/Settings/index.tsx:414 msgid "Appearance" msgstr "모양" @@ -332,7 +345,7 @@ msgstr "앱 비밀번호 \"{name}\"을(를) 삭제하시겠습니까?" msgid "Are you sure you want to remove {0} from your feeds?" msgstr "피드에서 {0}을(를) 제거하시겠습니까?" -#: src/view/com/composer/Composer.tsx:531 +#: src/view/com/composer/Composer.tsx:523 msgid "Are you sure you'd like to discard this draft?" msgstr "이 초안을 삭제하시겠습니까?" @@ -362,8 +375,8 @@ msgstr "3자 이상" #: src/screens/Login/ChooseAccountForm.tsx:78 #: src/screens/Login/ForgotPasswordForm.tsx:129 #: src/screens/Login/ForgotPasswordForm.tsx:135 -#: src/screens/Login/LoginForm.tsx:221 -#: src/screens/Login/LoginForm.tsx:227 +#: src/screens/Login/LoginForm.tsx:269 +#: src/screens/Login/LoginForm.tsx:275 #: src/screens/Login/SetNewPasswordForm.tsx:160 #: src/screens/Login/SetNewPasswordForm.tsx:166 #: src/screens/Profile/Header/Shell.tsx:96 @@ -376,7 +389,7 @@ msgstr "뒤로" msgid "Based on your interest in {interestsText}" msgstr "{interestsText}에 대한 관심사 기반" -#: src/view/screens/Settings/index.tsx:470 +#: src/view/screens/Settings/index.tsx:471 msgid "Basics" msgstr "기본" @@ -384,7 +397,7 @@ msgstr "기본" msgid "Birthday" msgstr "생년월일" -#: src/view/screens/Settings/index.tsx:354 +#: src/view/screens/Settings/index.tsx:355 msgid "Birthday:" msgstr "생년월일:" @@ -482,8 +495,8 @@ msgid "Bluesky is public." msgstr "Bluesky는 공개적입니다." #: src/components/dialogs/GifSelect.tsx:314 -msgid "Bluesky uses GIPHY to provide the GIF selector feature." -msgstr "Bluesky는 GIPHY를 사용하여 GIF를 선택할 수 있는 기능을 제공합니다." +#~ msgid "Bluesky uses GIPHY to provide the GIF selector feature." +#~ msgstr "Bluesky는 GIPHY를 사용하여 GIF를 선택할 수 있는 기능을 제공합니다." #: 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." @@ -541,8 +554,8 @@ msgstr "글자, 숫자, 공백, 대시, 밑줄만 포함할 수 있습니다. #: src/components/Prompt.tsx:113 #: src/components/Prompt.tsx:115 #: src/components/TagMenu/index.tsx:268 -#: src/view/com/composer/Composer.tsx:361 -#: src/view/com/composer/Composer.tsx:366 +#: src/view/com/composer/Composer.tsx:349 +#: src/view/com/composer/Composer.tsx:354 #: src/view/com/modals/ChangeEmail.tsx:218 #: src/view/com/modals/ChangeEmail.tsx:220 #: src/view/com/modals/ChangeHandle.tsx:154 @@ -557,8 +570,8 @@ msgstr "글자, 숫자, 공백, 대시, 밑줄만 포함할 수 있습니다. #: src/view/com/modals/LinkWarning.tsx:105 #: src/view/com/modals/LinkWarning.tsx:107 #: src/view/com/modals/Repost.tsx:88 -#: src/view/com/modals/VerifyEmail.tsx:247 -#: src/view/com/modals/VerifyEmail.tsx:253 +#: src/view/com/modals/VerifyEmail.tsx:255 +#: src/view/com/modals/VerifyEmail.tsx:261 #: src/view/screens/Search/Search.tsx:796 #: src/view/shell/desktop/Search.tsx:239 msgid "Cancel" @@ -601,34 +614,34 @@ msgstr "검색 취소" msgid "Cancels opening the linked website" msgstr "연결된 웹사이트를 여는 것을 취소합니다" -#: src/view/com/modals/VerifyEmail.tsx:152 +#: src/view/com/modals/VerifyEmail.tsx:160 msgid "Change" msgstr "변경" -#: src/view/screens/Settings/index.tsx:348 +#: src/view/screens/Settings/index.tsx:349 msgctxt "action" msgid "Change" msgstr "변경" -#: src/view/screens/Settings/index.tsx:667 +#: src/view/screens/Settings/index.tsx:668 msgid "Change handle" msgstr "핸들 변경" #: src/view/com/modals/ChangeHandle.tsx:162 -#: src/view/screens/Settings/index.tsx:678 +#: src/view/screens/Settings/index.tsx:679 msgid "Change Handle" msgstr "핸들 변경" -#: src/view/com/modals/VerifyEmail.tsx:147 +#: src/view/com/modals/VerifyEmail.tsx:155 msgid "Change my email" msgstr "내 이메일 변경하기" -#: src/view/screens/Settings/index.tsx:705 +#: src/view/screens/Settings/index.tsx:713 msgid "Change password" msgstr "비밀번호 변경" #: src/view/com/modals/ChangePassword.tsx:141 -#: src/view/screens/Settings/index.tsx:716 +#: src/view/screens/Settings/index.tsx:724 msgid "Change Password" msgstr "비밀번호 변경" @@ -653,6 +666,10 @@ msgstr "몇 가지 추천 피드를 확인하세요. +를 탭하여 고정된 msgid "Check out some recommended users. Follow them to see similar users." msgstr "추천 사용자를 확인하세요. 해당 사용자를 팔로우하여 비슷한 사용자를 만날 수 있습니다." +#: src/screens/Login/LoginForm.tsx:262 +msgid "Check your email for a login code and enter it here." +msgstr "" + #: src/view/com/modals/DeleteAccount.tsx:168 msgid "Check your inbox for an email with the confirmation code to enter below:" msgstr "받은 편지함에서 아래에 입력하는 확인 코드가 포함된 이메일이 있는지 확인하세요:" @@ -682,19 +699,19 @@ msgstr "기본 피드 선택" msgid "Choose your password" msgstr "비밀번호를 입력하세요" -#: src/view/screens/Settings/index.tsx:819 +#: src/view/screens/Settings/index.tsx:827 msgid "Clear all legacy storage data" msgstr "모든 레거시 스토리지 데이터 지우기" -#: src/view/screens/Settings/index.tsx:822 +#: src/view/screens/Settings/index.tsx:830 msgid "Clear all legacy storage data (restart after this)" msgstr "모든 레거시 스토리지 데이터 지우기 (이후 다시 시작)" -#: src/view/screens/Settings/index.tsx:831 +#: src/view/screens/Settings/index.tsx:839 msgid "Clear all storage data" msgstr "모든 스토리지 데이터 지우기" -#: src/view/screens/Settings/index.tsx:834 +#: src/view/screens/Settings/index.tsx:842 msgid "Clear all storage data (restart after this)" msgstr "모든 스토리지 데이터 지우기 (이후 다시 시작)" @@ -703,11 +720,11 @@ msgstr "모든 스토리지 데이터 지우기 (이후 다시 시작)" msgid "Clear search query" msgstr "검색어 지우기" -#: src/view/screens/Settings/index.tsx:820 +#: src/view/screens/Settings/index.tsx:828 msgid "Clears all legacy storage data" msgstr "모든 레거시 스토리지 데이터를 지웁니다" -#: src/view/screens/Settings/index.tsx:832 +#: src/view/screens/Settings/index.tsx:840 msgid "Clears all storage data" msgstr "모든 스토리지 데이터를 지웁니다" @@ -720,13 +737,14 @@ msgid "Click here to open tag menu for {tag}" msgstr "이곳을 클릭하여 {tag}의 태그 메뉴 열기" #: src/components/RichText.tsx:198 -msgid "Click here to open tag menu for #{tag}" -msgstr "이곳을 클릭하여 #{tag}의 태그 메뉴 열기" +#~ msgid "Click here to open tag menu for #{tag}" +#~ msgstr "이곳을 클릭하여 #{tag}의 태그 메뉴 열기" #: src/screens/Onboarding/index.tsx:35 msgid "Climate" msgstr "기후" +#: src/components/dialogs/GifSelect.tsx:300 #: src/view/com/modals/ChangePassword.tsx:267 #: src/view/com/modals/ChangePassword.tsx:270 msgid "Close" @@ -745,7 +763,11 @@ msgstr "알림 닫기" msgid "Close bottom drawer" msgstr "하단 서랍 닫기" -#: src/components/dialogs/GifSelect.tsx:166 +#: src/components/dialogs/GifSelect.tsx:294 +msgid "Close dialog" +msgstr "" + +#: src/components/dialogs/GifSelect.tsx:150 msgid "Close GIF dialog" msgstr "GIF 대화 상자 닫기" @@ -774,7 +796,7 @@ msgstr "하단 탐색 막대를 닫습니다" msgid "Closes password update alert" msgstr "비밀번호 변경 알림을 닫습니다" -#: src/view/com/composer/Composer.tsx:363 +#: src/view/com/composer/Composer.tsx:351 msgid "Closes post composer and discards post draft" msgstr "게시물 작성 상자를 닫고 게시물 초안을 삭제합니다" @@ -807,7 +829,7 @@ msgstr "온보딩 완료 후 계정 사용 시작" msgid "Complete the challenge" msgstr "챌린지 완료하기" -#: src/view/com/composer/Composer.tsx:481 +#: src/view/com/composer/Composer.tsx:469 msgid "Compose posts up to {MAX_GRAPHEME_LENGTH} characters in length" msgstr "최대 {MAX_GRAPHEME_LENGTH}자 길이까지 글을 작성할 수 있습니다" @@ -830,10 +852,12 @@ msgstr "<0>검토 설정에서 설정합니다." #: src/components/Prompt.tsx:153 #: src/components/Prompt.tsx:156 #: src/view/com/modals/SelfLabel.tsx:154 -#: src/view/com/modals/VerifyEmail.tsx:231 -#: src/view/com/modals/VerifyEmail.tsx:233 +#: src/view/com/modals/VerifyEmail.tsx:239 +#: src/view/com/modals/VerifyEmail.tsx:241 #: src/view/screens/PreferencesFollowingFeed.tsx:308 #: src/view/screens/PreferencesThreads.tsx:159 +#: src/view/screens/Settings/DisableEmail2FADialog.tsx:180 +#: src/view/screens/Settings/DisableEmail2FADialog.tsx:183 msgid "Confirm" msgstr "확인" @@ -858,14 +882,17 @@ msgstr "나이를 확인하세요:" msgid "Confirm your birthdate" msgstr "생년월일 확인" +#: src/screens/Login/LoginForm.tsx:244 #: src/view/com/modals/ChangeEmail.tsx:157 #: src/view/com/modals/DeleteAccount.tsx:175 #: src/view/com/modals/DeleteAccount.tsx:181 -#: src/view/com/modals/VerifyEmail.tsx:165 +#: src/view/com/modals/VerifyEmail.tsx:173 +#: src/view/screens/Settings/DisableEmail2FADialog.tsx:143 +#: src/view/screens/Settings/DisableEmail2FADialog.tsx:149 msgid "Confirmation code" msgstr "확인 코드" -#: src/screens/Login/LoginForm.tsx:248 +#: src/screens/Login/LoginForm.tsx:296 msgid "Connecting..." msgstr "연결 중…" @@ -950,7 +977,7 @@ msgstr "요리" msgid "Copied" msgstr "복사됨" -#: src/view/screens/Settings/index.tsx:242 +#: src/view/screens/Settings/index.tsx:243 msgid "Copied build version to clipboard" msgstr "빌드 버전 클립보드에 복사됨" @@ -1014,7 +1041,7 @@ msgstr "리스트를 불러올 수 없습니다" msgid "Create a new account" msgstr "새 계정 만들기" -#: src/view/screens/Settings/index.tsx:398 +#: src/view/screens/Settings/index.tsx:399 msgid "Create a new Bluesky account" msgstr "새 Bluesky 계정을 만듭니다" @@ -1062,12 +1089,12 @@ msgstr "사용자 지정 도메인" msgid "Custom feeds built by the community bring you new experiences and help you find the content you love." msgstr "커뮤니티에서 구축한 맞춤 피드는 새로운 경험을 제공하고 좋아하는 콘텐츠를 찾을 수 있도록 도와줍니다." -#: src/view/screens/PreferencesExternalEmbeds.tsx:55 +#: src/view/screens/PreferencesExternalEmbeds.tsx:56 msgid "Customize media from external sites." msgstr "외부 사이트 미디어를 사용자 지정합니다." -#: src/view/screens/Settings/index.tsx:432 -#: src/view/screens/Settings/index.tsx:458 +#: src/view/screens/Settings/index.tsx:433 +#: src/view/screens/Settings/index.tsx:459 msgid "Dark" msgstr "어두움" @@ -1075,7 +1102,7 @@ msgstr "어두움" msgid "Dark mode" msgstr "어두운 모드" -#: src/view/screens/Settings/index.tsx:445 +#: src/view/screens/Settings/index.tsx:446 msgid "Dark Theme" msgstr "어두운 테마" @@ -1083,7 +1110,7 @@ msgstr "어두운 테마" msgid "Date of birth" msgstr "생년월일" -#: src/view/screens/Settings/index.tsx:792 +#: src/view/screens/Settings/index.tsx:800 msgid "Debug Moderation" msgstr "검토 디버그" @@ -1097,7 +1124,7 @@ msgstr "디버그 패널" msgid "Delete" msgstr "삭제" -#: src/view/screens/Settings/index.tsx:747 +#: src/view/screens/Settings/index.tsx:755 msgid "Delete account" msgstr "계정 삭제" @@ -1121,7 +1148,7 @@ msgstr "리스트 삭제" msgid "Delete my account" msgstr "내 계정 삭제" -#: src/view/screens/Settings/index.tsx:759 +#: src/view/screens/Settings/index.tsx:767 msgid "Delete My Account…" msgstr "내 계정 삭제…" @@ -1153,11 +1180,11 @@ msgstr "삭제된 게시물." msgid "Description" msgstr "설명" -#: src/view/com/composer/Composer.tsx:242 +#: src/view/com/composer/Composer.tsx:228 msgid "Did you want to say anything?" msgstr "하고 싶은 말이 있나요?" -#: src/view/screens/Settings/index.tsx:451 +#: src/view/screens/Settings/index.tsx:452 msgid "Dim" msgstr "어둑함" @@ -1165,6 +1192,10 @@ msgstr "어둑함" msgid "Disable autoplay for GIFs" msgstr "GIF 자동 재생 끄기" +#: src/view/screens/Settings/DisableEmail2FADialog.tsx:90 +msgid "Disable Email 2FA" +msgstr "" + #: src/view/screens/AccessibilitySettings.tsx:108 msgid "Disable haptic feedback" msgstr "햅틱 피드백 끄기" @@ -1176,11 +1207,11 @@ msgstr "햅틱 피드백 끄기" msgid "Disabled" msgstr "비활성화됨" -#: src/view/com/composer/Composer.tsx:533 +#: src/view/com/composer/Composer.tsx:525 msgid "Discard" msgstr "삭제" -#: src/view/com/composer/Composer.tsx:530 +#: src/view/com/composer/Composer.tsx:522 msgid "Discard draft?" msgstr "초안 삭제" @@ -1324,7 +1355,7 @@ msgstr "편집" msgid "Edit avatar" msgstr "아바타 편집" -#: src/view/com/composer/photos/Gallery.tsx:145 +#: src/view/com/composer/photos/Gallery.tsx:144 #: src/view/com/modals/EditImage.tsx:208 msgid "Edit image" msgstr "이미지 편집" @@ -1383,6 +1414,10 @@ msgstr "교육" msgid "Email" msgstr "이메일" +#: src/view/screens/Settings/DisableEmail2FADialog.tsx:64 +msgid "Email 2FA disabled" +msgstr "" + #: src/screens/Login/ForgotPasswordForm.tsx:99 msgid "Email address" msgstr "이메일 주소" @@ -1396,11 +1431,11 @@ msgstr "이메일 변경됨" msgid "Email Updated" msgstr "이메일 변경됨" -#: src/view/com/modals/VerifyEmail.tsx:78 +#: src/view/com/modals/VerifyEmail.tsx:85 msgid "Email verified" msgstr "이메일 확인됨" -#: src/view/screens/Settings/index.tsx:326 +#: src/view/screens/Settings/index.tsx:327 msgid "Email:" msgstr "이메일:" @@ -1442,10 +1477,10 @@ msgstr "외부 미디어 사용" #: src/components/dialogs/GifSelect.tsx:335 #: src/components/dialogs/GifSelect.tsx:342 -msgid "Enable GIPHY" -msgstr "GIPHY 사용" +#~ msgid "Enable GIPHY" +#~ msgstr "GIPHY 사용" -#: src/view/screens/PreferencesExternalEmbeds.tsx:75 +#: src/view/screens/PreferencesExternalEmbeds.tsx:76 msgid "Enable media players for" msgstr "미디어 플레이어를 사용할 외부 사이트" @@ -1478,7 +1513,7 @@ msgstr "비밀번호 입력" msgid "Enter a word or tag" msgstr "단어 또는 태그 입력" -#: src/view/com/modals/VerifyEmail.tsx:105 +#: src/view/com/modals/VerifyEmail.tsx:113 msgid "Enter Confirmation Code" msgstr "확인 코드 입력" @@ -1569,12 +1604,12 @@ msgstr "노골적이거나 불쾌감을 줄 수 있는 미디어." msgid "Explicit sexual images." msgstr "노골적인 성적 이미지." -#: src/view/screens/Settings/index.tsx:728 +#: src/view/screens/Settings/index.tsx:736 msgid "Export my data" msgstr "내 데이터 내보내기" #: src/view/screens/Settings/ExportCarDialog.tsx:44 -#: src/view/screens/Settings/index.tsx:739 +#: src/view/screens/Settings/index.tsx:747 msgid "Export My Data" msgstr "내 데이터 내보내기" @@ -1584,17 +1619,17 @@ msgid "External Media" msgstr "외부 미디어" #: src/components/dialogs/EmbedConsent.tsx:71 -#: src/view/screens/PreferencesExternalEmbeds.tsx:66 +#: 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 "외부 미디어는 웹사이트가 나와 내 기기에 대한 정보를 수집하도록 할 수 있습니다. \"재생\" 버튼을 누르기 전까지는 어떠한 정보도 전송되거나 요청되지 않습니다." #: src/Navigation.tsx:276 -#: src/view/screens/PreferencesExternalEmbeds.tsx:52 -#: src/view/screens/Settings/index.tsx:628 +#: src/view/screens/PreferencesExternalEmbeds.tsx:53 +#: src/view/screens/Settings/index.tsx:629 msgid "External Media Preferences" msgstr "외부 미디어 설정" -#: src/view/screens/Settings/index.tsx:619 +#: src/view/screens/Settings/index.tsx:620 msgid "External media settings" msgstr "외부 미디어 설정" @@ -1611,7 +1646,7 @@ msgstr "리스트를 만들지 못했습니다. 인터넷 연결을 확인한 msgid "Failed to delete post, please try again" msgstr "게시물을 삭제하지 못했습니다. 다시 시도해 주세요" -#: src/components/dialogs/GifSelect.tsx:212 +#: src/components/dialogs/GifSelect.tsx:200 msgid "Failed to load GIFs" msgstr "GIF 불러오기 실패" @@ -1644,7 +1679,7 @@ msgstr "피드백" #: src/Navigation.tsx:465 #: src/view/screens/Feeds.tsx:444 #: src/view/screens/Feeds.tsx:549 -#: src/view/screens/Profile.tsx:199 +#: src/view/screens/Profile.tsx:198 #: src/view/shell/bottom-bar/BottomBar.tsx:192 #: src/view/shell/desktop/LeftNav.tsx:346 #: src/view/shell/Drawer.tsx:485 @@ -1787,7 +1822,7 @@ msgstr "팔로우 중" msgid "Following {0}" msgstr "{0} 님을 팔로우했습니다" -#: src/view/screens/Settings/index.tsx:504 +#: src/view/screens/Settings/index.tsx:505 msgid "Following feed preferences" msgstr "팔로우 중 피드 설정" @@ -1795,7 +1830,7 @@ msgstr "팔로우 중 피드 설정" #: src/view/com/home/HomeHeaderLayout.web.tsx:54 #: src/view/com/home/HomeHeaderLayoutMobile.tsx:87 #: src/view/screens/PreferencesFollowingFeed.tsx:104 -#: src/view/screens/Settings/index.tsx:513 +#: src/view/screens/Settings/index.tsx:514 msgid "Following Feed Preferences" msgstr "팔로우 중 피드 설정" @@ -1824,11 +1859,11 @@ msgstr "보안상의 이유로 이 비밀번호는 다시 볼 수 없습니다. msgid "Forgot Password" msgstr "비밀번호 분실" -#: src/screens/Login/LoginForm.tsx:201 +#: src/screens/Login/LoginForm.tsx:218 msgid "Forgot password?" msgstr "비밀번호를 잊으셨나요?" -#: src/screens/Login/LoginForm.tsx:212 +#: src/screens/Login/LoginForm.tsx:229 msgid "Forgot?" msgstr "분실" @@ -1849,14 +1884,14 @@ msgstr "<0/>에서" msgid "Gallery" msgstr "갤러리" -#: src/view/com/modals/VerifyEmail.tsx:189 -#: src/view/com/modals/VerifyEmail.tsx:191 +#: src/view/com/modals/VerifyEmail.tsx:197 +#: src/view/com/modals/VerifyEmail.tsx:199 msgid "Get Started" msgstr "시작하기" #: src/components/dialogs/GifSelect.tsx:320 -msgid "GIPHY may collect information about you and your device. You can find out more in their <0>privacy policy." -msgstr "GIPHY는 나와 내 기기에 대한 정보를 수집할 수 있습니다. 자세한 내용은 <0>개인정보 처리방침에서 확인할 수 있습니다." +#~ msgid "GIPHY may collect information about you and your device. You can find out more in their <0>privacy policy." +#~ msgstr "GIPHY는 나와 내 기기에 대한 정보를 수집할 수 있습니다. 자세한 내용은 <0>개인정보 처리방침에서 확인할 수 있습니다." #: src/lib/moderation/useReportOptions.ts:37 msgid "Glaring violations of law or terms of service" @@ -1928,7 +1963,7 @@ msgstr "괴롭힘, 분쟁 유발 또는 차별" msgid "Hashtag" msgstr "해시태그" -#: src/components/RichText.tsx:197 +#: src/components/RichText.tsx:206 msgid "Hashtag: #{tag}" msgstr "해시태그: #{tag}" @@ -2034,7 +2069,7 @@ msgid "Host:" msgstr "호스트:" #: src/screens/Login/ForgotPasswordForm.tsx:89 -#: src/screens/Login/LoginForm.tsx:134 +#: src/screens/Login/LoginForm.tsx:151 #: src/screens/Signup/StepInfo/index.tsx:40 #: src/view/com/modals/ChangeHandle.tsx:281 msgid "Hosting provider" @@ -2044,11 +2079,13 @@ msgstr "호스팅 제공자" msgid "How should we open this link?" msgstr "이 링크를 어떻게 여시겠습니까?" -#: src/view/com/modals/VerifyEmail.tsx:214 +#: src/view/com/modals/VerifyEmail.tsx:222 +#: src/view/screens/Settings/DisableEmail2FADialog.tsx:132 +#: src/view/screens/Settings/DisableEmail2FADialog.tsx:135 msgid "I have a code" msgstr "코드가 있습니다" -#: src/view/com/modals/VerifyEmail.tsx:216 +#: src/view/com/modals/VerifyEmail.tsx:224 msgid "I have a confirmation code" msgstr "확인 코드가 있습니다" @@ -2116,15 +2153,19 @@ msgstr "새 비밀번호를 입력합니다" msgid "Input password for account deletion" msgstr "계정을 삭제하기 위해 비밀번호를 입력합니다" -#: src/screens/Login/LoginForm.tsx:195 +#: src/screens/Login/LoginForm.tsx:257 +msgid "Input the code which has been emailed to you" +msgstr "" + +#: src/screens/Login/LoginForm.tsx:212 msgid "Input the password tied to {identifier}" msgstr "{identifier}에 연결된 비밀번호를 입력합니다" -#: src/screens/Login/LoginForm.tsx:168 +#: src/screens/Login/LoginForm.tsx:185 msgid "Input the username or email address you used at signup" msgstr "가입 시 사용한 사용자 이름 또는 이메일 주소를 입력합니다" -#: src/screens/Login/LoginForm.tsx:194 +#: src/screens/Login/LoginForm.tsx:211 msgid "Input your password" msgstr "비밀번호를 입력합니다" @@ -2136,11 +2177,16 @@ msgstr "선호하는 호스팅 제공자를 입력합니다" msgid "Input your user handle" msgstr "사용자 핸들을 입력합니다" +#: src/screens/Login/LoginForm.tsx:126 +#: src/view/screens/Settings/DisableEmail2FADialog.tsx:70 +msgid "Invalid 2FA confirmation code." +msgstr "" + #: src/view/com/post-thread/PostThreadItem.tsx:222 msgid "Invalid or unsupported post record" msgstr "유효하지 않거나 지원되지 않는 게시물 기록" -#: src/screens/Login/LoginForm.tsx:114 +#: src/screens/Login/LoginForm.tsx:131 msgid "Invalid username or password" msgstr "잘못된 사용자 이름 또는 비밀번호" @@ -2188,7 +2234,7 @@ msgstr "{0} 님이 라벨 지정함." msgid "Labeled by the author." msgstr "작성자가 라벨 지정함." -#: src/view/screens/Profile.tsx:193 +#: src/view/screens/Profile.tsx:192 msgid "Labels" msgstr "라벨" @@ -2212,7 +2258,7 @@ msgstr "내 콘텐츠의 라벨" msgid "Language selection" msgstr "언어 선택" -#: src/view/screens/Settings/index.tsx:565 +#: src/view/screens/Settings/index.tsx:566 msgid "Language settings" msgstr "언어 설정" @@ -2221,7 +2267,7 @@ msgstr "언어 설정" msgid "Language Settings" msgstr "언어 설정" -#: src/view/screens/Settings/index.tsx:574 +#: src/view/screens/Settings/index.tsx:575 msgid "Languages" msgstr "언어" @@ -2264,7 +2310,7 @@ msgstr "Bluesky 떠나기" msgid "left to go." msgstr "명 남았습니다." -#: src/view/screens/Settings/index.tsx:291 +#: src/view/screens/Settings/index.tsx:292 msgid "Legacy storage cleared, you need to restart the app now." msgstr "레거시 스토리지가 지워졌으며 지금 앱을 다시 시작해야 합니다." @@ -2277,7 +2323,7 @@ msgstr "비밀번호를 재설정해 봅시다!" msgid "Let's go!" msgstr "출발!" -#: src/view/screens/Settings/index.tsx:426 +#: src/view/screens/Settings/index.tsx:427 msgid "Light" msgstr "밝음" @@ -2324,7 +2370,7 @@ msgstr "님이 내 맞춤 피드를 좋아합니다" msgid "liked your post" msgstr "님이 내 게시물을 좋아합니다" -#: src/view/screens/Profile.tsx:198 +#: src/view/screens/Profile.tsx:197 msgid "Likes" msgstr "좋아요" @@ -2369,8 +2415,8 @@ msgid "List unmuted" msgstr "리스트 언뮤트됨" #: src/Navigation.tsx:115 -#: src/view/screens/Profile.tsx:194 -#: src/view/screens/Profile.tsx:200 +#: src/view/screens/Profile.tsx:193 +#: src/view/screens/Profile.tsx:199 #: src/view/shell/desktop/LeftNav.tsx:383 #: src/view/shell/Drawer.tsx:501 #: src/view/shell/Drawer.tsx:502 @@ -2411,6 +2457,10 @@ msgstr "로그아웃 표시" msgid "Login to account that is not listed" msgstr "목록에 없는 계정으로 로그인" +#: src/components/RichText.tsx:207 +msgid "Long press to open tag menu for #{tag}" +msgstr "" + #: src/screens/Login/SetNewPasswordForm.tsx:116 msgid "Looks like XXXXX-XXXXX" msgstr "XXXXX-XXXXX 형식" @@ -2424,7 +2474,7 @@ msgid "Manage your muted words and tags" msgstr "뮤트한 단어 및 태그 관리" #: src/view/screens/AccessibilitySettings.tsx:89 -#: src/view/screens/Profile.tsx:197 +#: src/view/screens/Profile.tsx:196 msgid "Media" msgstr "미디어" @@ -2451,7 +2501,7 @@ msgstr "오해의 소지가 있는 계정" #: src/Navigation.tsx:120 #: src/screens/Moderation/index.tsx:104 -#: src/view/screens/Settings/index.tsx:596 +#: src/view/screens/Settings/index.tsx:597 #: src/view/shell/desktop/LeftNav.tsx:401 #: src/view/shell/Drawer.tsx:520 #: src/view/shell/Drawer.tsx:521 @@ -2494,7 +2544,7 @@ msgstr "검토 리스트" msgid "Moderation Lists" msgstr "검토 리스트" -#: src/view/screens/Settings/index.tsx:590 +#: src/view/screens/Settings/index.tsx:591 msgid "Moderation settings" msgstr "검토 설정" @@ -2625,11 +2675,11 @@ msgstr "내 피드" msgid "My Profile" msgstr "내 프로필" -#: src/view/screens/Settings/index.tsx:547 +#: src/view/screens/Settings/index.tsx:548 msgid "My saved feeds" msgstr "내 저장된 피드" -#: src/view/screens/Settings/index.tsx:553 +#: src/view/screens/Settings/index.tsx:554 msgid "My Saved Feeds" msgstr "내 저장된 피드" @@ -2653,7 +2703,7 @@ msgid "Nature" msgstr "자연" #: src/screens/Login/ForgotPasswordForm.tsx:173 -#: src/screens/Login/LoginForm.tsx:255 +#: src/screens/Login/LoginForm.tsx:303 #: src/view/com/modals/ChangePassword.tsx:168 msgid "Navigates to the next screen" msgstr "다음 화면으로 이동합니다" @@ -2707,7 +2757,7 @@ msgstr "새 게시물" #: src/view/screens/Feeds.tsx:580 #: src/view/screens/Notifications.tsx:168 -#: src/view/screens/Profile.tsx:480 +#: src/view/screens/Profile.tsx:465 #: src/view/screens/ProfileFeed.tsx:445 #: src/view/screens/ProfileList.tsx:200 #: src/view/screens/ProfileList.tsx:228 @@ -2734,8 +2784,8 @@ msgstr "뉴스" #: src/screens/Login/ForgotPasswordForm.tsx:143 #: src/screens/Login/ForgotPasswordForm.tsx:150 -#: src/screens/Login/LoginForm.tsx:254 -#: src/screens/Login/LoginForm.tsx:261 +#: src/screens/Login/LoginForm.tsx:302 +#: src/screens/Login/LoginForm.tsx:309 #: src/screens/Login/SetNewPasswordForm.tsx:174 #: src/screens/Login/SetNewPasswordForm.tsx:180 #: src/screens/Signup/index.tsx:207 @@ -2772,6 +2822,10 @@ msgstr "설명 없음" msgid "No DNS Panel" msgstr "DNS 패널 없음" +#: src/components/dialogs/GifSelect.tsx:206 +msgid "No featured GIFs found. There may be an issue with Tenor." +msgstr "" + #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:116 msgid "No longer following {0}" msgstr "더 이상 {0} 님을 팔로우하지 않음" @@ -2803,20 +2857,18 @@ msgstr "\"{query}\"에 대한 결과를 찾을 수 없습니다" msgid "No results found for {query}" msgstr "{query}에 대한 결과를 찾을 수 없습니다" -#: src/components/dialogs/GifSelect.tsx:216 +#: src/components/dialogs/GifSelect.tsx:204 msgid "No search results found for \"{search}\"." msgstr "\"{search}\"에 대한 검색 결과를 찾을 수 없습니다." #: src/components/dialogs/EmbedConsent.tsx:105 #: src/components/dialogs/EmbedConsent.tsx:112 -#: src/components/dialogs/GifSelect.tsx:346 -#: src/components/dialogs/GifSelect.tsx:353 msgid "No thanks" msgstr "사용하지 않음" #: src/components/dialogs/GifSelect.tsx:218 -msgid "No trending GIFs found. There may be an issue with GIPHY." -msgstr "인기 GIF를 찾을 수 없습니다. GIPHY에 문제가 발생했을 수 있습니다." +#~ msgid "No trending GIFs found. There may be an issue with GIPHY." +#~ msgstr "인기 GIF를 찾을 수 없습니다. GIPHY에 문제가 발생했을 수 있습니다." #: src/view/com/modals/Threadgate.tsx:82 msgid "Nobody" @@ -2840,8 +2892,8 @@ msgstr "해당 없음." msgid "Not Found" msgstr "찾을 수 없음" -#: src/view/com/modals/VerifyEmail.tsx:246 -#: src/view/com/modals/VerifyEmail.tsx:252 +#: src/view/com/modals/VerifyEmail.tsx:254 +#: src/view/com/modals/VerifyEmail.tsx:260 msgid "Not right now" msgstr "나중에 하기" @@ -2881,7 +2933,8 @@ msgstr "" msgid "Off" msgstr "끄기" -#: src/view/com/util/ErrorBoundary.tsx:49 +#: src/components/dialogs/GifSelect.tsx:287 +#: src/view/com/util/ErrorBoundary.tsx:55 msgid "Oh no!" msgstr "이런!" @@ -2902,11 +2955,11 @@ msgstr "확인" msgid "Oldest replies first" msgstr "오래된 순" -#: src/view/screens/Settings/index.tsx:235 +#: src/view/screens/Settings/index.tsx:236 msgid "Onboarding reset" msgstr "온보딩 재설정" -#: src/view/com/composer/Composer.tsx:436 +#: src/view/com/composer/Composer.tsx:424 msgid "One or more images is missing alt text." msgstr "하나 이상의 이미지에 대체 텍스트가 누락되었습니다." @@ -2932,8 +2985,8 @@ msgstr "이런!" msgid "Open" msgstr "공개성" -#: src/view/com/composer/Composer.tsx:513 -#: src/view/com/composer/Composer.tsx:514 +#: src/view/com/composer/Composer.tsx:505 +#: src/view/com/composer/Composer.tsx:506 msgid "Open emoji picker" msgstr "이모티콘 선택기 열기" @@ -2941,7 +2994,7 @@ msgstr "이모티콘 선택기 열기" msgid "Open feed options menu" msgstr "피드 옵션 메뉴 열기" -#: src/view/screens/Settings/index.tsx:685 +#: src/view/screens/Settings/index.tsx:686 msgid "Open links with in-app browser" msgstr "링크를 인앱 브라우저로 열기" @@ -2957,12 +3010,12 @@ msgstr "내비게이션 열기" msgid "Open post options menu" msgstr "게시물 옵션 메뉴 열기" -#: src/view/screens/Settings/index.tsx:779 -#: src/view/screens/Settings/index.tsx:789 +#: src/view/screens/Settings/index.tsx:787 +#: src/view/screens/Settings/index.tsx:797 msgid "Open storybook page" msgstr "스토리북 페이지 열기" -#: src/view/screens/Settings/index.tsx:767 +#: src/view/screens/Settings/index.tsx:775 msgid "Open system log" msgstr "시스템 로그 열기" @@ -2970,7 +3023,7 @@ msgstr "시스템 로그 열기" msgid "Opens {numItems} options" msgstr "{numItems}번째 옵션을 엽니다" -#: src/view/screens/Settings/index.tsx:484 +#: src/view/screens/Settings/index.tsx:485 msgid "Opens accessibility settings" msgstr "접근성 설정을 엽니다" @@ -2990,7 +3043,7 @@ msgstr "기기에서 카메라를 엽니다" msgid "Opens composer" msgstr "답글 작성 상자를 엽니다" -#: src/view/screens/Settings/index.tsx:566 +#: src/view/screens/Settings/index.tsx:567 msgid "Opens configurable language settings" msgstr "구성 가능한 언어 설정을 엽니다" @@ -2998,7 +3051,7 @@ msgstr "구성 가능한 언어 설정을 엽니다" msgid "Opens device photo gallery" msgstr "기기의 사진 갤러리를 엽니다" -#: src/view/screens/Settings/index.tsx:620 +#: src/view/screens/Settings/index.tsx:621 msgid "Opens external embeds settings" msgstr "외부 임베드 설정을 엽니다" @@ -3020,23 +3073,23 @@ msgstr "GIF 선택 대화 상자를 엽니다" msgid "Opens list of invite codes" msgstr "초대 코드 목록을 엽니다" -#: src/view/screens/Settings/index.tsx:749 +#: src/view/screens/Settings/index.tsx:757 msgid "Opens modal for account deletion confirmation. Requires email code" msgstr "계정 삭제 확인을 위한 대화 상자를 엽니다. 이메일 코드가 필요합니다" -#: src/view/screens/Settings/index.tsx:707 +#: src/view/screens/Settings/index.tsx:715 msgid "Opens modal for changing your Bluesky password" msgstr "Bluesky 비밀번호 변경을 위한 대화 상자를 엽니다" -#: src/view/screens/Settings/index.tsx:669 +#: src/view/screens/Settings/index.tsx:670 msgid "Opens modal for choosing a new Bluesky handle" msgstr "새로운 Bluesky 핸들을 선택하기 위한 대화 상자를 엽니다" -#: src/view/screens/Settings/index.tsx:730 +#: src/view/screens/Settings/index.tsx:738 msgid "Opens modal for downloading your Bluesky account data (repository)" msgstr "Bluesky 계정 데이터(저장소)를 다운로드하기 위한 대화 상자를 엽니다" -#: src/view/screens/Settings/index.tsx:919 +#: src/view/screens/Settings/index.tsx:927 msgid "Opens modal for email verification" msgstr "이메일 인증을 위한 대화 상자를 엽니다" @@ -3044,11 +3097,11 @@ msgstr "이메일 인증을 위한 대화 상자를 엽니다" msgid "Opens modal for using custom domain" msgstr "사용자 지정 도메인을 사용하기 위한 대화 상자를 엽니다" -#: src/view/screens/Settings/index.tsx:591 +#: src/view/screens/Settings/index.tsx:592 msgid "Opens moderation settings" msgstr "검토 설정을 엽니다" -#: src/screens/Login/LoginForm.tsx:202 +#: src/screens/Login/LoginForm.tsx:219 msgid "Opens password reset form" msgstr "비밀번호 재설정 양식을 엽니다" @@ -3057,15 +3110,15 @@ msgstr "비밀번호 재설정 양식을 엽니다" msgid "Opens screen to edit Saved Feeds" msgstr "저장된 피드를 편집할 수 있는 화면을 엽니다" -#: src/view/screens/Settings/index.tsx:548 +#: src/view/screens/Settings/index.tsx:549 msgid "Opens screen with all saved feeds" msgstr "모든 저장된 피드 화면을 엽니다" -#: src/view/screens/Settings/index.tsx:647 +#: src/view/screens/Settings/index.tsx:648 msgid "Opens the app password settings" msgstr "비밀번호 설정을 엽니다" -#: src/view/screens/Settings/index.tsx:505 +#: src/view/screens/Settings/index.tsx:506 msgid "Opens the Following feed preferences" msgstr "팔로우 중 피드 설정을 엽니다" @@ -3073,16 +3126,16 @@ msgstr "팔로우 중 피드 설정을 엽니다" msgid "Opens the linked website" msgstr "연결된 웹사이트를 엽니다" -#: src/view/screens/Settings/index.tsx:780 -#: src/view/screens/Settings/index.tsx:790 +#: src/view/screens/Settings/index.tsx:788 +#: src/view/screens/Settings/index.tsx:798 msgid "Opens the storybook page" msgstr "스토리북 페이지를 엽니다" -#: src/view/screens/Settings/index.tsx:768 +#: src/view/screens/Settings/index.tsx:776 msgid "Opens the system log page" msgstr "시스템 로그 페이지를 엽니다" -#: src/view/screens/Settings/index.tsx:526 +#: src/view/screens/Settings/index.tsx:527 msgid "Opens the threads preferences" msgstr "스레드 설정을 엽니다" @@ -3119,7 +3172,7 @@ msgstr "페이지를 찾을 수 없음" msgid "Page Not Found" msgstr "페이지를 찾을 수 없음" -#: src/screens/Login/LoginForm.tsx:178 +#: src/screens/Login/LoginForm.tsx:195 #: src/screens/Signup/StepInfo/index.tsx:102 #: src/view/com/modals/DeleteAccount.tsx:194 #: src/view/com/modals/DeleteAccount.tsx:201 @@ -3138,6 +3191,10 @@ msgstr "비밀번호 변경됨" msgid "Password updated!" msgstr "비밀번호 변경됨" +#: src/view/com/util/post-embeds/GifEmbed.tsx:31 +msgid "Pause" +msgstr "" + #: src/view/screens/Search/Search.tsx:438 msgid "People" msgstr "사람들" @@ -3160,8 +3217,8 @@ msgstr "앨범에 접근할 수 있는 권한이 거부되었습니다. 시스 #: src/components/dialogs/GifSelect.tsx:306 #: src/components/dialogs/GifSelect.tsx:309 -msgid "Permission to use GIPHY" -msgstr "GIPHY 사용 허가" +#~ msgid "Permission to use GIPHY" +#~ msgstr "GIPHY 사용 허가" #: src/screens/Onboarding/index.tsx:31 msgid "Pets" @@ -3184,10 +3241,18 @@ msgstr "홈에 고정" msgid "Pinned Feeds" msgstr "고정된 피드" +#: src/view/com/util/post-embeds/GifEmbed.tsx:31 +msgid "Play" +msgstr "" + #: src/view/com/util/post-embeds/ExternalGifEmbed.tsx:123 msgid "Play {0}" msgstr "{0} 재생" +#: src/view/com/util/post-embeds/GifEmbed.tsx:30 +msgid "Play or pause the GIF" +msgstr "" + #: src/view/com/util/post-embeds/ExternalPlayerEmbed.tsx:57 #: src/view/com/util/post-embeds/ExternalPlayerEmbed.tsx:58 msgid "Play Video" @@ -3237,11 +3302,11 @@ msgstr "비밀번호도 입력해 주세요:" msgid "Please explain why you think this label was incorrectly applied by {0}" msgstr "{0} 님이 이 라벨을 잘못 적용했다고 생각하는 이유를 설명해 주세요" -#: src/view/com/modals/VerifyEmail.tsx:101 +#: src/view/com/modals/VerifyEmail.tsx:109 msgid "Please Verify Your Email" msgstr "이메일 인증하기" -#: src/view/com/composer/Composer.tsx:246 +#: src/view/com/composer/Composer.tsx:232 msgid "Please wait for your link card to finish loading" msgstr "링크 카드를 완전히 불러올 때까지 기다려주세요" @@ -3253,8 +3318,8 @@ msgstr "정치" msgid "Porn" msgstr "음란물" -#: src/view/com/composer/Composer.tsx:411 -#: src/view/com/composer/Composer.tsx:419 +#: src/view/com/composer/Composer.tsx:399 +#: src/view/com/composer/Composer.tsx:407 msgctxt "action" msgid "Post" msgstr "게시하기" @@ -3309,7 +3374,7 @@ msgstr "게시물을 찾을 수 없음" msgid "posts" msgstr "게시물" -#: src/view/screens/Profile.tsx:195 +#: src/view/screens/Profile.tsx:194 msgid "Posts" msgstr "게시물" @@ -3326,8 +3391,8 @@ msgid "Potentially Misleading Link" msgstr "오해의 소지가 있는 링크" #: src/components/dialogs/GifSelect.tsx:175 -msgid "Powered by GIPHY" -msgstr "GIPHY 제공" +#~ msgid "Powered by GIPHY" +#~ msgstr "GIPHY 제공" #: src/components/forms/HostingProvider.tsx:46 msgid "Press to change hosting provider" @@ -3351,7 +3416,7 @@ msgstr "주 언어" msgid "Prioritize Your Follows" msgstr "내 팔로우 먼저 표시" -#: src/view/screens/Settings/index.tsx:603 +#: src/view/screens/Settings/index.tsx:604 #: src/view/shell/desktop/RightNav.tsx:72 msgid "Privacy" msgstr "개인정보" @@ -3359,7 +3424,7 @@ msgstr "개인정보" #: src/Navigation.tsx:232 #: src/screens/Signup/StepInfo/Policies.tsx:56 #: src/view/screens/PrivacyPolicy.tsx:29 -#: src/view/screens/Settings/index.tsx:874 +#: src/view/screens/Settings/index.tsx:882 #: src/view/shell/Drawer.tsx:271 msgid "Privacy Policy" msgstr "개인정보 처리방침" @@ -3369,7 +3434,7 @@ msgid "Processing..." msgstr "처리 중…" #: src/view/screens/DebugMod.tsx:888 -#: src/view/screens/Profile.tsx:361 +#: src/view/screens/Profile.tsx:346 msgid "profile" msgstr "프로필" @@ -3385,7 +3450,7 @@ msgstr "프로필" msgid "Profile updated" msgstr "프로필 업데이트됨" -#: src/view/screens/Settings/index.tsx:932 +#: src/view/screens/Settings/index.tsx:940 msgid "Protect your account by verifying your email." msgstr "이메일을 인증하여 계정을 보호하세요." @@ -3401,11 +3466,11 @@ msgstr "일괄 뮤트하거나 차단할 수 있는 공개적이고 공유 가 msgid "Public, shareable lists which can drive feeds." msgstr "피드를 탐색할 수 있는 공개적이고 공유 가능한 목록입니다." -#: src/view/com/composer/Composer.tsx:396 +#: src/view/com/composer/Composer.tsx:384 msgid "Publish post" msgstr "게시물 게시하기" -#: src/view/com/composer/Composer.tsx:396 +#: src/view/com/composer/Composer.tsx:384 msgid "Publish reply" msgstr "답글 게시하기" @@ -3483,11 +3548,11 @@ msgstr "내 피드에서 제거" msgid "Remove from my feeds?" msgstr "내 피드에서 제거하시겠습니까?" -#: src/view/com/composer/photos/Gallery.tsx:168 +#: src/view/com/composer/photos/Gallery.tsx:167 msgid "Remove image" msgstr "이미지 제거" -#: src/view/com/composer/ExternalEmbed.tsx:86 +#: src/view/com/composer/ExternalEmbed.tsx:82 msgid "Remove image preview" msgstr "이미지 미리보기 제거" @@ -3516,11 +3581,11 @@ msgstr "내 피드에서 제거됨" msgid "Removed from your feeds" msgstr "내 피드에서 제거됨" -#: src/view/com/composer/ExternalEmbed.tsx:87 +#: src/view/com/composer/ExternalEmbed.tsx:83 msgid "Removes default thumbnail from {0}" msgstr "{0}에서 기본 미리보기 이미지를 제거합니다" -#: src/view/screens/Profile.tsx:196 +#: src/view/screens/Profile.tsx:195 msgid "Replies" msgstr "답글" @@ -3528,7 +3593,7 @@ msgstr "답글" msgid "Replies to this thread are disabled" msgstr "이 스레드에 대한 답글이 비활성화됩니다." -#: src/view/com/composer/Composer.tsx:409 +#: src/view/com/composer/Composer.tsx:397 msgctxt "action" msgid "Reply" msgstr "답글" @@ -3637,10 +3702,19 @@ msgstr "코드 요청" msgid "Require alt text before posting" msgstr "게시하기 전 대체 텍스트 필수" +#: src/view/screens/Settings/Email2FAToggle.tsx:53 +msgid "Require email code to log into your account" +msgstr "" + #: src/screens/Signup/StepInfo/index.tsx:69 msgid "Required for this provider" msgstr "이 제공자에서 필수" +#: src/view/screens/Settings/DisableEmail2FADialog.tsx:168 +#: src/view/screens/Settings/DisableEmail2FADialog.tsx:171 +msgid "Resend email" +msgstr "" + #: src/view/com/modals/ChangePassword.tsx:185 msgid "Reset code" msgstr "재설정 코드" @@ -3649,8 +3723,8 @@ msgstr "재설정 코드" msgid "Reset Code" msgstr "재설정 코드" -#: src/view/screens/Settings/index.tsx:809 -#: src/view/screens/Settings/index.tsx:812 +#: src/view/screens/Settings/index.tsx:817 +#: src/view/screens/Settings/index.tsx:820 msgid "Reset onboarding state" msgstr "온보딩 상태 초기화" @@ -3658,20 +3732,20 @@ msgstr "온보딩 상태 초기화" msgid "Reset password" msgstr "비밀번호 재설정" -#: src/view/screens/Settings/index.tsx:799 -#: src/view/screens/Settings/index.tsx:802 +#: src/view/screens/Settings/index.tsx:807 +#: src/view/screens/Settings/index.tsx:810 msgid "Reset preferences state" msgstr "설정 상태 초기화" -#: src/view/screens/Settings/index.tsx:810 +#: src/view/screens/Settings/index.tsx:818 msgid "Resets the onboarding state" msgstr "온보딩 상태 초기화" -#: src/view/screens/Settings/index.tsx:800 +#: src/view/screens/Settings/index.tsx:808 msgid "Resets the preferences state" msgstr "설정 상태 초기화" -#: src/screens/Login/LoginForm.tsx:235 +#: src/screens/Login/LoginForm.tsx:283 msgid "Retries login" msgstr "로그인을 다시 시도합니다" @@ -3682,8 +3756,8 @@ msgstr "오류가 발생한 마지막 작업을 다시 시도합니다" #: src/components/Error.tsx:88 #: src/components/Lists.tsx:94 -#: src/screens/Login/LoginForm.tsx:234 -#: src/screens/Login/LoginForm.tsx:241 +#: src/screens/Login/LoginForm.tsx:282 +#: src/screens/Login/LoginForm.tsx:289 #: src/screens/Onboarding/StepInterests/index.tsx:225 #: src/screens/Onboarding/StepInterests/index.tsx:228 #: src/screens/Signup/index.tsx:194 @@ -3812,10 +3886,14 @@ msgstr "{displayTag} 태그를 사용한 모든 게시물 검색" msgid "Search for users" msgstr "사용자 검색하기" -#: src/components/dialogs/GifSelect.tsx:174 +#: src/components/dialogs/GifSelect.tsx:158 msgid "Search GIFs" msgstr "GIF 검색하기" +#: src/components/dialogs/GifSelect.tsx:159 +msgid "Search Tenor" +msgstr "" + #: src/view/com/modals/ChangeEmail.tsx:110 msgid "Security Step Required" msgstr "보안 단계 필요" @@ -3861,7 +3939,7 @@ msgstr "기존 계정에서 선택" msgid "Select GIF" msgstr "GIF 선택" -#: src/components/dialogs/GifSelect.tsx:264 +#: src/components/dialogs/GifSelect.tsx:253 msgid "Select GIF \"{0}\"" msgstr "GIF \"{0}\" 선택" @@ -3925,8 +4003,8 @@ msgstr "기본 알고리즘 피드를 선택하세요" msgid "Select your secondary algorithmic feeds" msgstr "보조 알고리즘 피드를 선택하세요" -#: src/view/com/modals/VerifyEmail.tsx:202 -#: src/view/com/modals/VerifyEmail.tsx:204 +#: src/view/com/modals/VerifyEmail.tsx:210 +#: src/view/com/modals/VerifyEmail.tsx:212 msgid "Send Confirmation Email" msgstr "확인 이메일 보내기" @@ -3953,6 +4031,11 @@ msgstr "신고 보내기" msgid "Send report to {0}" msgstr "{0} 님에게 신고 보내기" +#: src/view/screens/Settings/DisableEmail2FADialog.tsx:119 +#: src/view/screens/Settings/DisableEmail2FADialog.tsx:122 +msgid "Send verification email" +msgstr "" + #: src/view/com/modals/DeleteAccount.tsx:132 msgid "Sends email with confirmation code for account deletion" msgstr "계정 삭제를 위한 확인 코드가 포함된 이메일을 전송합니다" @@ -3997,23 +4080,23 @@ msgstr "계정 설정하기" msgid "Sets Bluesky username" msgstr "Bluesky 사용자 이름을 설정합니다" -#: src/view/screens/Settings/index.tsx:435 +#: src/view/screens/Settings/index.tsx:436 msgid "Sets color theme to dark" msgstr "색상 테마를 어두움으로 설정합니다" -#: src/view/screens/Settings/index.tsx:428 +#: src/view/screens/Settings/index.tsx:429 msgid "Sets color theme to light" msgstr "색상 테마를 밝음으로 설정합니다" -#: src/view/screens/Settings/index.tsx:422 +#: src/view/screens/Settings/index.tsx:423 msgid "Sets color theme to system setting" msgstr "색상 테마를 시스템 설정에 맞춥니다" -#: src/view/screens/Settings/index.tsx:461 +#: src/view/screens/Settings/index.tsx:462 msgid "Sets dark theme to the dark theme" msgstr "어두운 테마를 완전히 어둡게 설정합니다" -#: src/view/screens/Settings/index.tsx:454 +#: src/view/screens/Settings/index.tsx:455 msgid "Sets dark theme to the dim theme" msgstr "어두운 테마를 살짝 밝게 설정합니다" @@ -4034,7 +4117,7 @@ msgid "Sets image aspect ratio to wide" msgstr "이미지 비율을 가로로 길게 설정합니다" #: src/Navigation.tsx:140 -#: src/view/screens/Settings/index.tsx:308 +#: src/view/screens/Settings/index.tsx:309 #: src/view/shell/desktop/LeftNav.tsx:437 #: src/view/shell/Drawer.tsx:576 #: src/view/shell/Drawer.tsx:577 @@ -4087,7 +4170,7 @@ msgstr "연결된 웹사이트를 공유합니다" #: src/components/moderation/LabelPreference.tsx:136 #: src/components/moderation/PostHider.tsx:107 #: src/screens/Onboarding/StepModeration/ModerationOption.tsx:54 -#: src/view/screens/Settings/index.tsx:358 +#: src/view/screens/Settings/index.tsx:359 msgid "Show" msgstr "표시" @@ -4192,7 +4275,7 @@ msgstr "피드에 {0} 님의 게시물을 표시합니다" #: src/components/dialogs/Signin.tsx:99 #: src/screens/Login/index.tsx:100 #: src/screens/Login/index.tsx:119 -#: src/screens/Login/LoginForm.tsx:131 +#: src/screens/Login/LoginForm.tsx:148 #: src/view/com/auth/SplashScreen.tsx:63 #: src/view/com/auth/SplashScreen.tsx:72 #: src/view/com/auth/SplashScreen.web.tsx:107 @@ -4225,8 +4308,8 @@ msgstr "대화에 참여하려면 로그인하거나 계정을 만드세요!" msgid "Sign into Bluesky or create a new account" msgstr "Bluesky에 로그인하거나 새 계정 만들기" -#: src/view/screens/Settings/index.tsx:110 -#: src/view/screens/Settings/index.tsx:113 +#: src/view/screens/Settings/index.tsx:111 +#: src/view/screens/Settings/index.tsx:114 msgid "Sign out" msgstr "로그아웃" @@ -4251,7 +4334,7 @@ msgstr "가입 또는 로그인하여 대화에 참여하세요" msgid "Sign-in Required" msgstr "로그인 필요" -#: src/view/screens/Settings/index.tsx:369 +#: src/view/screens/Settings/index.tsx:370 msgid "Signed in as" msgstr "로그인한 계정" @@ -4311,7 +4394,7 @@ msgstr "스포츠" msgid "Square" msgstr "정사각형" -#: src/view/screens/Settings/index.tsx:854 +#: src/view/screens/Settings/index.tsx:862 msgid "Status page" msgstr "상태 페이지" @@ -4319,12 +4402,12 @@ msgstr "상태 페이지" msgid "Step" msgstr "" -#: src/view/screens/Settings/index.tsx:287 +#: src/view/screens/Settings/index.tsx:288 msgid "Storage cleared, you need to restart the app now." msgstr "스토리지가 지워졌으며 지금 앱을 다시 시작해야 합니다." #: src/Navigation.tsx:212 -#: src/view/screens/Settings/index.tsx:782 +#: src/view/screens/Settings/index.tsx:790 msgid "Storybook" msgstr "스토리북" @@ -4376,24 +4459,24 @@ msgstr "외설적" msgid "Support" msgstr "지원" -#: src/components/dialogs/SwitchAccount.tsx:46 -#: src/components/dialogs/SwitchAccount.tsx:49 +#: src/components/dialogs/SwitchAccount.tsx:47 +#: src/components/dialogs/SwitchAccount.tsx:50 msgid "Switch Account" msgstr "계정 전환" -#: src/view/screens/Settings/index.tsx:142 +#: src/view/screens/Settings/index.tsx:143 msgid "Switch to {0}" msgstr "{0}(으)로 전환" -#: src/view/screens/Settings/index.tsx:143 +#: src/view/screens/Settings/index.tsx:144 msgid "Switches the account you are logged in to" msgstr "로그인한 계정을 전환합니다" -#: src/view/screens/Settings/index.tsx:419 +#: src/view/screens/Settings/index.tsx:420 msgid "System" msgstr "시스템" -#: src/view/screens/Settings/index.tsx:770 +#: src/view/screens/Settings/index.tsx:778 msgid "System log" msgstr "시스템 로그" @@ -4423,7 +4506,7 @@ msgstr "이용약관" #: src/Navigation.tsx:237 #: src/screens/Signup/StepInfo/Policies.tsx:49 -#: src/view/screens/Settings/index.tsx:868 +#: src/view/screens/Settings/index.tsx:876 #: src/view/screens/TermsOfService.tsx:29 #: src/view/shell/Drawer.tsx:265 msgid "Terms of Service" @@ -4519,8 +4602,12 @@ msgid "There was an an issue updating your feeds, please check your internet con msgstr "피드를 업데이트하는 동안 문제가 발생했습니다. 인터넷 연결을 확인한 후 다시 시도하세요." #: src/components/dialogs/GifSelect.tsx:213 -msgid "There was an issue connecting to GIPHY." -msgstr "GIPHY에 연결하는 동안 문제가 발생했습니다." +#~ msgid "There was an issue connecting to GIPHY." +#~ msgstr "GIPHY에 연결하는 동안 문제가 발생했습니다." + +#: src/components/dialogs/GifSelect.tsx:201 +msgid "There was an issue connecting to Tenor." +msgstr "" #: src/view/screens/ProfileFeed.tsx:247 #: src/view/screens/ProfileList.tsx:277 @@ -4587,7 +4674,8 @@ msgstr "문제가 발생했습니다! {0}" msgid "There was an issue. Please check your internet connection and try again." msgstr "문제가 발생했습니다. 인터넷 연결을 확인한 후 다시 시도하세요." -#: src/view/com/util/ErrorBoundary.tsx:51 +#: src/components/dialogs/GifSelect.tsx:289 +#: 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 "애플리케이션에 예기치 않은 문제가 발생했습니다. 이런 일이 발생하면 저희에게 알려주세요!" @@ -4654,7 +4742,7 @@ msgstr "이 피드는 비어 있습니다. 더 많은 사용자를 팔로우하 msgid "This information is not shared with other users." msgstr "이 정보는 다른 사용자와 공유되지 않습니다." -#: src/view/com/modals/VerifyEmail.tsx:119 +#: src/view/com/modals/VerifyEmail.tsx:127 msgid "This is important in case you ever need to change your email or reset your password." msgstr "이는 이메일을 변경하거나 비밀번호를 재설정해야 할 때 중요한 정보입니다." @@ -4740,12 +4828,12 @@ msgstr "이 경고는 미디어가 첨부된 게시물에만 사용할 수 있 msgid "This will delete {0} from your muted words. You can always add it back later." msgstr "뮤트한 단어에서 {0}이(가) 삭제됩니다. 나중에 언제든지 다시 추가할 수 있습니다." -#: src/view/screens/Settings/index.tsx:525 +#: src/view/screens/Settings/index.tsx:526 msgid "Thread preferences" msgstr "스레드 설정" #: src/view/screens/PreferencesThreads.tsx:53 -#: src/view/screens/Settings/index.tsx:535 +#: src/view/screens/Settings/index.tsx:536 msgid "Thread Preferences" msgstr "스레드 설정" @@ -4757,6 +4845,10 @@ msgstr "스레드 모드" msgid "Threads Preferences" msgstr "스레드 설정" +#: src/view/screens/Settings/DisableEmail2FADialog.tsx:102 +msgid "To disable the email 2FA method, please verify your access to the email address." +msgstr "" + #: src/components/ReportDialog/SelectLabelerView.tsx:33 msgid "To whom would you like to send this report?" msgstr "이 신고를 누구에게 보내시겠습니까?" @@ -4794,6 +4886,10 @@ msgctxt "action" msgid "Try again" msgstr "다시 시도" +#: src/view/screens/Settings/index.tsx:695 +msgid "Two-factor authentication" +msgstr "" + #: src/view/com/modals/ChangeHandle.tsx:428 msgid "Type:" msgstr "유형:" @@ -4808,7 +4904,7 @@ msgstr "리스트 언뮤트" #: src/screens/Login/ForgotPasswordForm.tsx:74 #: src/screens/Login/index.tsx:78 -#: src/screens/Login/LoginForm.tsx:119 +#: src/screens/Login/LoginForm.tsx:136 #: src/screens/Login/SetNewPasswordForm.tsx:77 #: src/screens/Signup/index.tsx:64 #: src/view/com/modals/ChangePassword.tsx:70 @@ -5040,7 +5136,7 @@ msgstr "사용자 리스트 업데이트됨" msgid "User Lists" msgstr "사용자 리스트" -#: src/screens/Login/LoginForm.tsx:151 +#: src/screens/Login/LoginForm.tsx:168 msgid "Username or email address" msgstr "사용자 이름 또는 이메일 주소" @@ -5068,15 +5164,15 @@ msgstr "값:" msgid "Verify {0}" msgstr "{0} 확인" -#: src/view/screens/Settings/index.tsx:893 +#: src/view/screens/Settings/index.tsx:901 msgid "Verify email" msgstr "이메일 인증" -#: src/view/screens/Settings/index.tsx:918 +#: src/view/screens/Settings/index.tsx:926 msgid "Verify my email" msgstr "내 이메일 인증하기" -#: src/view/screens/Settings/index.tsx:927 +#: src/view/screens/Settings/index.tsx:935 msgid "Verify My Email" msgstr "내 이메일 인증하기" @@ -5085,11 +5181,11 @@ msgstr "내 이메일 인증하기" msgid "Verify New Email" msgstr "새 이메일 인증" -#: src/view/com/modals/VerifyEmail.tsx:103 +#: src/view/com/modals/VerifyEmail.tsx:111 msgid "Verify Your Email" msgstr "이메일 인증하기" -#: src/view/screens/Settings/index.tsx:844 +#: src/view/screens/Settings/index.tsx:852 msgid "Version {0}" msgstr "버전 {0}" @@ -5238,7 +5334,7 @@ msgstr "어떤 관심사가 있으신가요?" #: src/view/com/auth/SplashScreen.tsx:40 #: src/view/com/auth/SplashScreen.web.tsx:81 -#: src/view/com/composer/Composer.tsx:320 +#: src/view/com/composer/Composer.tsx:306 msgid "What's up?" msgstr "무슨 일이 일어나고 있나요?" @@ -5279,11 +5375,11 @@ msgstr "이 사용자를 검토해야 하는 이유는 무엇인가요?" msgid "Wide" msgstr "가로" -#: src/view/com/composer/Composer.tsx:479 +#: src/view/com/composer/Composer.tsx:467 msgid "Write post" msgstr "게시물 작성" -#: src/view/com/composer/Composer.tsx:319 +#: src/view/com/composer/Composer.tsx:305 #: src/view/com/composer/Prompt.tsx:37 msgid "Write your reply" msgstr "답글 작성하기" @@ -5488,7 +5584,7 @@ msgstr "이메일이 잘못된 것 같습니다." msgid "Your email has been updated but not verified. As a next step, please verify your new email." msgstr "이메일이 변경되었지만 인증되지 않았습니다. 다음 단계로 새 이메일을 인증해 주세요." -#: src/view/com/modals/VerifyEmail.tsx:114 +#: src/view/com/modals/VerifyEmail.tsx:122 msgid "Your email has not yet been verified. This is an important security step which we recommend." msgstr "이메일이 아직 인증되지 않았습니다. 이는 중요한 보안 단계이므로 권장하는 사항입니다." @@ -5512,7 +5608,7 @@ msgstr "뮤트한 단어" msgid "Your password has been changed successfully!" msgstr "비밀번호를 성공적으로 변경했습니다." -#: src/view/com/composer/Composer.tsx:308 +#: src/view/com/composer/Composer.tsx:294 msgid "Your post has been published" msgstr "게시물을 게시했습니다" @@ -5522,11 +5618,11 @@ msgstr "게시물을 게시했습니다" msgid "Your posts, likes, and blocks are public. Mutes are private." msgstr "게시물, 좋아요, 차단 목록은 공개됩니다. 뮤트 목록은 공개되지 않습니다." -#: src/view/screens/Settings/index.tsx:128 +#: src/view/screens/Settings/index.tsx:129 msgid "Your profile" msgstr "내 프로필" -#: src/view/com/composer/Composer.tsx:307 +#: src/view/com/composer/Composer.tsx:293 msgid "Your reply has been published" msgstr "내 답글을 게시했습니다" diff --git a/src/locale/locales/pt-BR/messages.po b/src/locale/locales/pt-BR/messages.po index 3118484d..083c2381 100644 --- a/src/locale/locales/pt-BR/messages.po +++ b/src/locale/locales/pt-BR/messages.po @@ -13,11 +13,11 @@ msgstr "" "Language-Team: maisondasilva, MightyLoggor, gildaswise, gleydson, faeriarum\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: src/view/com/modals/VerifyEmail.tsx:142 +#: src/view/com/modals/VerifyEmail.tsx:150 msgid "(no email)" msgstr "(sem email)" -#: src/components/ProfileHoverCard/index.web.tsx:323 +#: src/components/ProfileHoverCard/index.web.tsx:438 #: src/screens/Profile/Header/Metrics.tsx:44 msgid "{following} following" msgstr "{following} seguindo" @@ -34,11 +34,11 @@ msgstr "<0/> membros" msgid "<0>{0} following" msgstr "<0>{0} seguindo" -#: src/components/ProfileHoverCard/index.web.tsx:314 +#: src/components/ProfileHoverCard/index.web.tsx:429 msgid "<0>{followers} <1>{pluralizedFollowers}" msgstr "<0>{followers} <1>{pluralizedFollowers}" -#: src/components/ProfileHoverCard/index.web.tsx:326 +#: src/components/ProfileHoverCard/index.web.tsx:441 #: src/screens/Profile/Header/Metrics.tsx:45 msgid "<0>{following} <1>following" msgstr "<0>{following} <1>seguindo" @@ -59,8 +59,12 @@ msgstr "<0>Bem-vindo ao<1>Bluesky" msgid "⚠Invalid Handle" msgstr "⚠Usuário Inválido" -#: src/view/com/util/ViewHeader.tsx:89 -#: src/view/screens/Search/Search.tsx:796 +#: src/screens/Login/LoginForm.tsx:238 +msgid "2FA Confirmation" +msgstr "" + +#: src/view/com/util/ViewHeader.tsx:91 +#: src/view/screens/Search/Search.tsx:727 msgid "Access navigation links and settings" msgstr "Acessar links de navegação e configurações" @@ -69,17 +73,26 @@ msgid "Access profile and other navigation links" msgstr "Acessar perfil e outros links de navegação" #: src/view/com/modals/EditImage.tsx:300 -#: src/view/screens/Settings/index.tsx:421 +#: src/view/screens/Settings/index.tsx:493 msgid "Accessibility" msgstr "Acessibilidade" +#: src/view/screens/Settings/index.tsx:484 +msgid "Accessibility settings" +msgstr "" + +#: src/Navigation.tsx:284 +#: src/view/screens/AccessibilitySettings.tsx:63 +msgid "Accessibility Settings" +msgstr "" + #: src/components/moderation/LabelsOnMe.tsx:42 msgid "account" msgstr "conta" -#: src/screens/Login/LoginForm.tsx:144 -#: src/view/screens/Settings/index.tsx:330 -#: src/view/screens/Settings/index.tsx:707 +#: src/screens/Login/LoginForm.tsx:161 +#: src/view/screens/Settings/index.tsx:323 +#: src/view/screens/Settings/index.tsx:702 msgid "Account" msgstr "Conta" @@ -112,7 +125,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:137 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:135 #: src/view/com/profile/ProfileMenu.tsx:128 msgid "Account unblocked" msgstr "Conta desbloqueada" @@ -141,9 +154,9 @@ msgstr "Adicionar um aviso de conteúdo" msgid "Add a user to this list" msgstr "Adicionar um usuário a esta lista" -#: src/components/dialogs/SwitchAccount.tsx:55 -#: src/view/screens/Settings/index.tsx:405 -#: src/view/screens/Settings/index.tsx:414 +#: src/components/dialogs/SwitchAccount.tsx:56 +#: src/view/screens/Settings/index.tsx:398 +#: src/view/screens/Settings/index.tsx:407 msgid "Add account" msgstr "Adicionar conta" @@ -160,12 +173,12 @@ msgid "Add App Password" msgstr "Adicionar Senha de Aplicativo" #: src/view/com/composer/Composer.tsx:467 -msgid "Add link card" -msgstr "Adicionar prévia de link" +#~ msgid "Add link card" +#~ msgstr "Adicionar prévia de link" #: src/view/com/composer/Composer.tsx:472 -msgid "Add link card:" -msgstr "Adicionar prévia de link:" +#~ msgid "Add link card:" +#~ msgstr "Adicionar prévia de link:" #: src/components/dialogs/MutedWords.tsx:157 msgid "Add mute word for configured settings" @@ -216,7 +229,7 @@ msgid "Adult content is disabled." msgstr "O conteúdo adulto está desabilitado." #: src/screens/Moderation/index.tsx:375 -#: src/view/screens/Settings/index.tsx:635 +#: src/view/screens/Settings/index.tsx:636 msgid "Advanced" msgstr "Avançado" @@ -238,6 +251,7 @@ msgid "ALT" msgstr "ALT" #: src/view/com/modals/EditImage.tsx:316 +#: src/view/screens/AccessibilitySettings.tsx:77 msgid "Alt text" msgstr "Texto alternativo" @@ -245,7 +259,8 @@ msgstr "Texto alternativo" msgid "Alt text describes images for blind and low-vision users, and helps give context to everyone." msgstr "O texto alternativo descreve imagens para usuários cegos e com baixa visão, além de dar contexto a todos." -#: src/view/com/modals/VerifyEmail.tsx:124 +#: 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 "Um email foi enviado para {0}. Ele inclui um código de confirmação que você pode inserir abaixo." @@ -253,6 +268,10 @@ msgstr "Um email foi enviado para {0}. Ele inclui um código de confirmação qu msgid "An email has been sent to your previous address, {0}. It includes a confirmation code which you can enter below." msgstr "Um email foi enviado para seu email anterior, {0}. Ele inclui um código de confirmação que você pode inserir abaixo." +#: src/components/dialogs/GifSelect.tsx:284 +msgid "An error occured" +msgstr "" + #: src/lib/moderation/useReportOptions.ts:26 msgid "An issue not included in these options" msgstr "Outro problema" @@ -275,6 +294,10 @@ msgstr "e" msgid "Animals" msgstr "Animais" +#: src/view/com/util/post-embeds/GifEmbed.tsx:134 +msgid "Animated GIF" +msgstr "" + #: src/lib/moderation/useReportOptions.ts:31 msgid "Anti-Social Behavior" msgstr "Comportamento anti-social" @@ -295,13 +318,13 @@ msgstr "O nome da Senha de Aplicativo só pode conter letras, números, traços 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." -#: src/view/screens/Settings/index.tsx:646 +#: src/view/screens/Settings/index.tsx:647 msgid "App password settings" msgstr "Configurações de Senha de Aplicativo" -#: src/Navigation.tsx:251 +#: src/Navigation.tsx:252 #: src/view/screens/AppPasswords.tsx:189 -#: src/view/screens/Settings/index.tsx:655 +#: src/view/screens/Settings/index.tsx:656 msgid "App Passwords" msgstr "Senhas de Aplicativos" @@ -318,7 +341,7 @@ msgstr "Contestar rótulo \"{0}\"" msgid "Appeal submitted." msgstr "Contestação enviada." -#: src/view/screens/Settings/index.tsx:436 +#: src/view/screens/Settings/index.tsx:414 msgid "Appearance" msgstr "Aparência" @@ -330,7 +353,7 @@ msgstr "Tem certeza de que deseja excluir a senha do aplicativo \"{name}\"?" msgid "Are you sure you want to remove {0} from your feeds?" msgstr "Tem certeza que deseja remover {0} dos seus feeds?" -#: src/view/com/composer/Composer.tsx:509 +#: src/view/com/composer/Composer.tsx:523 msgid "Are you sure you'd like to discard this draft?" msgstr "Tem certeza que deseja descartar este rascunho?" @@ -360,13 +383,13 @@ msgstr "No mínimo 3 caracteres" #: src/screens/Login/ChooseAccountForm.tsx:78 #: src/screens/Login/ForgotPasswordForm.tsx:129 #: src/screens/Login/ForgotPasswordForm.tsx:135 -#: src/screens/Login/LoginForm.tsx:221 -#: src/screens/Login/LoginForm.tsx:227 +#: src/screens/Login/LoginForm.tsx:269 +#: src/screens/Login/LoginForm.tsx:275 #: src/screens/Login/SetNewPasswordForm.tsx:160 #: src/screens/Login/SetNewPasswordForm.tsx:166 #: src/screens/Profile/Header/Shell.tsx:96 #: src/screens/Signup/index.tsx:180 -#: src/view/com/util/ViewHeader.tsx:87 +#: src/view/com/util/ViewHeader.tsx:89 msgid "Back" msgstr "Voltar" @@ -374,7 +397,7 @@ msgstr "Voltar" msgid "Based on your interest in {interestsText}" msgstr "Com base no seu interesse em {interestsText}" -#: src/view/screens/Settings/index.tsx:493 +#: src/view/screens/Settings/index.tsx:471 msgid "Basics" msgstr "Básicos" @@ -382,11 +405,11 @@ msgstr "Básicos" msgid "Birthday" msgstr "Aniversário" -#: src/view/screens/Settings/index.tsx:362 +#: src/view/screens/Settings/index.tsx:355 msgid "Birthday:" msgstr "Aniversário:" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:286 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:284 #: src/view/com/profile/ProfileMenu.tsx:361 msgid "Block" msgstr "Bloquear" @@ -422,8 +445,8 @@ msgstr "Bloqueado" msgid "Blocked accounts" msgstr "Contas bloqueadas" -#: src/Navigation.tsx:134 -#: src/view/screens/ModerationBlockedAccounts.tsx:113 +#: src/Navigation.tsx:135 +#: src/view/screens/ModerationBlockedAccounts.tsx:112 msgid "Blocked Accounts" msgstr "Contas Bloqueadas" @@ -431,7 +454,7 @@ msgstr "Contas Bloqueadas" msgid "Blocked accounts cannot reply in your threads, mention you, or otherwise interact with you." msgstr "Contas bloqueadas não podem te responder, mencionar ou interagir com você." -#: src/view/screens/ModerationBlockedAccounts.tsx:121 +#: src/view/screens/ModerationBlockedAccounts.tsx:120 msgid "Blocked accounts cannot reply in your threads, mention you, or otherwise interact with you. You will not see their content and they will be prevented from seeing yours." msgstr "Contas bloqueadas não podem te responder, mencionar ou interagir com você. Você não verá o conteúdo deles e eles serão impedidos de ver o seu." @@ -523,7 +546,7 @@ msgstr "Ao criar uma conta, você concorda com os {els}." msgid "by you" msgstr "por você" -#: src/view/com/composer/photos/OpenCameraBtn.tsx:77 +#: src/view/com/composer/photos/OpenCameraBtn.tsx:73 msgid "Camera" msgstr "Câmera" @@ -535,8 +558,8 @@ msgstr "Só pode conter letras, números, espaços, traços e sublinhados. Deve #: src/components/Prompt.tsx:113 #: src/components/Prompt.tsx:115 #: src/components/TagMenu/index.tsx:268 -#: src/view/com/composer/Composer.tsx:317 -#: src/view/com/composer/Composer.tsx:322 +#: src/view/com/composer/Composer.tsx:349 +#: src/view/com/composer/Composer.tsx:354 #: src/view/com/modals/ChangeEmail.tsx:218 #: src/view/com/modals/ChangeEmail.tsx:220 #: src/view/com/modals/ChangeHandle.tsx:154 @@ -551,9 +574,9 @@ msgstr "Só pode conter letras, números, espaços, traços e sublinhados. Deve #: src/view/com/modals/LinkWarning.tsx:105 #: src/view/com/modals/LinkWarning.tsx:107 #: src/view/com/modals/Repost.tsx:88 -#: src/view/com/modals/VerifyEmail.tsx:247 -#: src/view/com/modals/VerifyEmail.tsx:253 -#: src/view/screens/Search/Search.tsx:865 +#: src/view/com/modals/VerifyEmail.tsx:255 +#: src/view/com/modals/VerifyEmail.tsx:261 +#: src/view/screens/Search/Search.tsx:796 #: src/view/shell/desktop/Search.tsx:239 msgid "Cancel" msgstr "Cancelar" @@ -595,34 +618,34 @@ msgstr "Cancelar busca" msgid "Cancels opening the linked website" msgstr "Cancela a abertura do link" -#: src/view/com/modals/VerifyEmail.tsx:152 +#: src/view/com/modals/VerifyEmail.tsx:160 msgid "Change" msgstr "Trocar" -#: src/view/screens/Settings/index.tsx:356 +#: src/view/screens/Settings/index.tsx:349 msgctxt "action" msgid "Change" msgstr "Alterar" -#: src/view/screens/Settings/index.tsx:667 +#: src/view/screens/Settings/index.tsx:668 msgid "Change handle" msgstr "Alterar usuário" #: src/view/com/modals/ChangeHandle.tsx:162 -#: src/view/screens/Settings/index.tsx:678 +#: src/view/screens/Settings/index.tsx:679 msgid "Change Handle" msgstr "Alterar Usuário" -#: src/view/com/modals/VerifyEmail.tsx:147 +#: src/view/com/modals/VerifyEmail.tsx:155 msgid "Change my email" msgstr "Alterar meu email" -#: src/view/screens/Settings/index.tsx:718 +#: src/view/screens/Settings/index.tsx:713 msgid "Change password" msgstr "Alterar senha" #: src/view/com/modals/ChangePassword.tsx:141 -#: src/view/screens/Settings/index.tsx:729 +#: src/view/screens/Settings/index.tsx:724 msgid "Change Password" msgstr "Alterar Senha" @@ -647,6 +670,10 @@ msgstr "Confira alguns feeds recomendados. Toque em + para adicioná-los à sua msgid "Check out some recommended users. Follow them to see similar users." msgstr "Confira alguns usuários recomendados. Siga-os para ver usuários semelhantes." +#: src/screens/Login/LoginForm.tsx:262 +msgid "Check your email for a login code and enter it here." +msgstr "" + #: src/view/com/modals/DeleteAccount.tsx:168 msgid "Check your inbox for an email with the confirmation code to enter below:" msgstr "Verifique em sua caixa de entrada um e-mail com o código de confirmação abaixo:" @@ -676,32 +703,32 @@ msgstr "Escolha seus feeds principais" msgid "Choose your password" msgstr "Escolha sua senha" -#: src/view/screens/Settings/index.tsx:832 +#: src/view/screens/Settings/index.tsx:827 msgid "Clear all legacy storage data" msgstr "Limpar todos os dados de armazenamento legados" -#: src/view/screens/Settings/index.tsx:835 +#: src/view/screens/Settings/index.tsx:830 msgid "Clear all legacy storage data (restart after this)" msgstr "Limpar todos os dados de armazenamento legados (reinicie em seguida)" -#: src/view/screens/Settings/index.tsx:844 +#: src/view/screens/Settings/index.tsx:839 msgid "Clear all storage data" msgstr "Limpar todos os dados de armazenamento" -#: src/view/screens/Settings/index.tsx:847 +#: src/view/screens/Settings/index.tsx:842 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:846 +#: src/view/screens/Search/Search.tsx:777 msgid "Clear search query" msgstr "Limpar busca" -#: src/view/screens/Settings/index.tsx:833 +#: src/view/screens/Settings/index.tsx:828 msgid "Clears all legacy storage data" msgstr "Limpa todos os dados antigos" -#: src/view/screens/Settings/index.tsx:845 +#: src/view/screens/Settings/index.tsx:840 msgid "Clears all storage data" msgstr "Limpa todos os dados antigos" @@ -714,20 +741,21 @@ msgid "Click here to open tag menu for {tag}" msgstr "Clique aqui para abrir o menu da tag {tag}" #: src/components/RichText.tsx:198 -msgid "Click here to open tag menu for #{tag}" -msgstr "Clique aqui para abrir o menu da tag #{tag}" +#~ msgid "Click here to open tag menu for #{tag}" +#~ msgstr "Clique aqui para abrir o menu da tag #{tag}" #: src/screens/Onboarding/index.tsx:35 msgid "Climate" msgstr "Clima e tempo" +#: src/components/dialogs/GifSelect.tsx:300 #: src/view/com/modals/ChangePassword.tsx:267 #: src/view/com/modals/ChangePassword.tsx:270 msgid "Close" msgstr "Fechar" -#: src/components/Dialog/index.web.tsx:106 -#: src/components/Dialog/index.web.tsx:218 +#: src/components/Dialog/index.web.tsx:111 +#: src/components/Dialog/index.web.tsx:246 msgid "Close active dialog" msgstr "Fechar janela ativa" @@ -739,6 +767,14 @@ msgstr "Fechar alerta" msgid "Close bottom drawer" msgstr "Fechar parte inferior" +#: src/components/dialogs/GifSelect.tsx:294 +msgid "Close dialog" +msgstr "" + +#: src/components/dialogs/GifSelect.tsx:150 +msgid "Close GIF dialog" +msgstr "" + #: src/view/com/lightbox/ImageViewing/components/ImageDefaultHeader.tsx:36 msgid "Close image" msgstr "Fechar imagem" @@ -747,7 +783,7 @@ msgstr "Fechar imagem" msgid "Close image viewer" msgstr "Fechar visualizador de imagens" -#: src/view/shell/index.web.tsx:57 +#: src/view/shell/index.web.tsx:61 msgid "Close navigation footer" msgstr "Fechar o painel de navegação" @@ -756,7 +792,7 @@ msgstr "Fechar o painel de navegação" msgid "Close this dialog" msgstr "Fechar esta janela" -#: src/view/shell/index.web.tsx:58 +#: src/view/shell/index.web.tsx:62 msgid "Closes bottom navigation bar" msgstr "Fecha barra de navegação inferior" @@ -764,7 +800,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:319 +#: src/view/com/composer/Composer.tsx:351 msgid "Closes post composer and discards post draft" msgstr "Fecha o editor de post e descarta o rascunho" @@ -784,7 +820,7 @@ msgstr "Comédia" msgid "Comics" msgstr "Quadrinhos" -#: src/Navigation.tsx:241 +#: src/Navigation.tsx:242 #: src/view/screens/CommunityGuidelines.tsx:32 msgid "Community Guidelines" msgstr "Diretrizes da Comunidade" @@ -797,7 +833,7 @@ msgstr "Completar e começar a usar sua conta" msgid "Complete the challenge" msgstr "Complete o captcha" -#: src/view/com/composer/Composer.tsx:438 +#: src/view/com/composer/Composer.tsx:469 msgid "Compose posts up to {MAX_GRAPHEME_LENGTH} characters in length" msgstr "Escreva posts de até {MAX_GRAPHEME_LENGTH} caracteres" @@ -820,10 +856,12 @@ msgstr "Configure no <0>painel de moderação." #: src/components/Prompt.tsx:153 #: src/components/Prompt.tsx:156 #: src/view/com/modals/SelfLabel.tsx:154 -#: src/view/com/modals/VerifyEmail.tsx:231 -#: src/view/com/modals/VerifyEmail.tsx:233 +#: src/view/com/modals/VerifyEmail.tsx:239 +#: src/view/com/modals/VerifyEmail.tsx:241 #: src/view/screens/PreferencesFollowingFeed.tsx:308 #: src/view/screens/PreferencesThreads.tsx:159 +#: src/view/screens/Settings/DisableEmail2FADialog.tsx:180 +#: src/view/screens/Settings/DisableEmail2FADialog.tsx:183 msgid "Confirm" msgstr "Confirmar" @@ -848,14 +886,17 @@ msgstr "Confirme sua idade:" msgid "Confirm your birthdate" msgstr "Confirme sua data de nascimento" +#: src/screens/Login/LoginForm.tsx:244 #: src/view/com/modals/ChangeEmail.tsx:157 #: src/view/com/modals/DeleteAccount.tsx:175 #: src/view/com/modals/DeleteAccount.tsx:181 -#: src/view/com/modals/VerifyEmail.tsx:165 +#: 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ódigo de confirmação" -#: src/screens/Login/LoginForm.tsx:248 +#: src/screens/Login/LoginForm.tsx:296 msgid "Connecting..." msgstr "Conectando..." @@ -940,7 +981,7 @@ msgstr "Culinária" msgid "Copied" msgstr "Copiado" -#: src/view/screens/Settings/index.tsx:254 +#: src/view/screens/Settings/index.tsx:243 msgid "Copied build version to clipboard" msgstr "Versão do aplicativo copiada" @@ -976,17 +1017,17 @@ msgstr "Copiar código" msgid "Copy link to list" msgstr "Copiar link da lista" -#: src/view/com/util/forms/PostDropdownBtn.tsx:236 -#: src/view/com/util/forms/PostDropdownBtn.tsx:245 +#: src/view/com/util/forms/PostDropdownBtn.tsx:240 +#: src/view/com/util/forms/PostDropdownBtn.tsx:249 msgid "Copy link to post" msgstr "Copiar link do post" -#: src/view/com/util/forms/PostDropdownBtn.tsx:228 #: src/view/com/util/forms/PostDropdownBtn.tsx:230 +#: src/view/com/util/forms/PostDropdownBtn.tsx:232 msgid "Copy post text" msgstr "Copiar texto do post" -#: src/Navigation.tsx:246 +#: src/Navigation.tsx:247 #: src/view/screens/CopyrightPolicy.tsx:29 msgid "Copyright Policy" msgstr "Política de Direitos Autorais" @@ -1004,7 +1045,7 @@ msgstr "Não foi possível carregar a lista" msgid "Create a new account" msgstr "Criar uma nova conta" -#: src/view/screens/Settings/index.tsx:406 +#: src/view/screens/Settings/index.tsx:399 msgid "Create a new Bluesky account" msgstr "Criar uma nova conta do Bluesky" @@ -1035,8 +1076,8 @@ msgid "Created {0}" msgstr "{0} criada" #: src/view/com/composer/Composer.tsx:469 -msgid "Creates a card with a thumbnail. The card links to {url}" -msgstr "Cria uma prévia com miniatura. A prévia faz um link para {url}" +#~ msgid "Creates a card with a thumbnail. The card links to {url}" +#~ msgstr "Cria uma prévia com miniatura. A prévia faz um link para {url}" #: src/screens/Onboarding/index.tsx:29 msgid "Culture" @@ -1056,12 +1097,12 @@ msgstr "Domínio personalizado" 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." -#: src/view/screens/PreferencesExternalEmbeds.tsx:55 +#: src/view/screens/PreferencesExternalEmbeds.tsx:56 msgid "Customize media from external sites." msgstr "Configurar mídia de sites externos." -#: src/view/screens/Settings/index.tsx:455 -#: src/view/screens/Settings/index.tsx:481 +#: src/view/screens/Settings/index.tsx:433 +#: src/view/screens/Settings/index.tsx:459 msgid "Dark" msgstr "Escuro" @@ -1069,7 +1110,7 @@ msgstr "Escuro" msgid "Dark mode" msgstr "Modo escuro" -#: src/view/screens/Settings/index.tsx:468 +#: src/view/screens/Settings/index.tsx:446 msgid "Dark Theme" msgstr "Modo Escuro" @@ -1077,7 +1118,7 @@ msgstr "Modo Escuro" msgid "Date of birth" msgstr "Data de nascimento" -#: src/view/screens/Settings/index.tsx:805 +#: src/view/screens/Settings/index.tsx:800 msgid "Debug Moderation" msgstr "Testar Moderação" @@ -1085,13 +1126,13 @@ msgstr "Testar Moderação" msgid "Debug panel" msgstr "Painel de depuração" -#: src/view/com/util/forms/PostDropdownBtn.tsx:341 +#: src/view/com/util/forms/PostDropdownBtn.tsx:345 #: src/view/screens/AppPasswords.tsx:268 #: src/view/screens/ProfileList.tsx:615 msgid "Delete" msgstr "Excluir" -#: src/view/screens/Settings/index.tsx:760 +#: src/view/screens/Settings/index.tsx:755 msgid "Delete account" msgstr "Excluir a conta" @@ -1115,12 +1156,12 @@ msgstr "Excluir Lista" msgid "Delete my account" msgstr "Excluir minha conta" -#: src/view/screens/Settings/index.tsx:772 +#: src/view/screens/Settings/index.tsx:767 msgid "Delete My Account…" msgstr "Excluir minha conta…" -#: src/view/com/util/forms/PostDropdownBtn.tsx:322 -#: src/view/com/util/forms/PostDropdownBtn.tsx:324 +#: src/view/com/util/forms/PostDropdownBtn.tsx:326 +#: src/view/com/util/forms/PostDropdownBtn.tsx:328 msgid "Delete post" msgstr "Excluir post" @@ -1128,7 +1169,7 @@ msgstr "Excluir post" msgid "Delete this list?" msgstr "Excluir esta lista?" -#: src/view/com/util/forms/PostDropdownBtn.tsx:336 +#: src/view/com/util/forms/PostDropdownBtn.tsx:340 msgid "Delete this post?" msgstr "Excluir este post?" @@ -1147,21 +1188,33 @@ msgstr "Post excluído." msgid "Description" msgstr "Descrição" -#: src/view/com/composer/Composer.tsx:218 +#: src/view/com/composer/Composer.tsx:228 msgid "Did you want to say anything?" msgstr "Você gostaria de dizer alguma coisa?" -#: src/view/screens/Settings/index.tsx:474 +#: src/view/screens/Settings/index.tsx:452 msgid "Dim" msgstr "Menos escuro" -#: src/view/screens/Settings/index.tsx:697 -msgid "Disable haptics" -msgstr "Desabilitar feedback tátil" +#: src/view/screens/AccessibilitySettings.tsx:94 +msgid "Disable autoplay for GIFs" +msgstr "" + +#: src/view/screens/Settings/DisableEmail2FADialog.tsx:90 +msgid "Disable Email 2FA" +msgstr "" + +#: src/view/screens/AccessibilitySettings.tsx:108 +msgid "Disable haptic feedback" +msgstr "" #: src/view/screens/Settings/index.tsx:697 -msgid "Disable vibrations" -msgstr "Desabilitar vibrações" +#~ msgid "Disable haptics" +#~ msgstr "Desabilitar feedback tátil" + +#: src/view/screens/Settings/index.tsx:697 +#~ msgid "Disable vibrations" +#~ msgstr "Desabilitar vibrações" #: src/lib/moderation/useLabelBehaviorDescription.ts:32 #: src/lib/moderation/useLabelBehaviorDescription.ts:42 @@ -1170,11 +1223,11 @@ msgstr "Desabilitar vibrações" msgid "Disabled" msgstr "Desabilitado" -#: src/view/com/composer/Composer.tsx:511 +#: src/view/com/composer/Composer.tsx:525 msgid "Discard" msgstr "Descartar" -#: src/view/com/composer/Composer.tsx:508 +#: src/view/com/composer/Composer.tsx:522 msgid "Discard draft?" msgstr "Descartar rascunho?" @@ -1260,7 +1313,7 @@ msgstr "Feito{extraText}" msgid "Download CAR file" msgstr "Baixar arquivo CAR" -#: src/view/com/composer/text-input/TextInput.web.tsx:249 +#: src/view/com/composer/text-input/TextInput.web.tsx:270 msgid "Drop to add images" msgstr "Solte para adicionar imagens" @@ -1331,7 +1384,7 @@ msgstr "Editar detalhes da lista" msgid "Edit Moderation List" msgstr "Editar lista de moderação" -#: src/Navigation.tsx:256 +#: src/Navigation.tsx:257 #: src/view/screens/Feeds.tsx:459 #: src/view/screens/SavedFeeds.tsx:85 msgid "Edit My Feeds" @@ -1342,12 +1395,12 @@ msgid "Edit my profile" msgstr "Editar meu perfil" #: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:178 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:168 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:166 msgid "Edit profile" msgstr "Editar perfil" #: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:181 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:171 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:169 msgid "Edit Profile" msgstr "Editar Perfil" @@ -1377,6 +1430,10 @@ msgstr "Educação" msgid "Email" msgstr "E-mail" +#: src/view/screens/Settings/DisableEmail2FADialog.tsx:64 +msgid "Email 2FA disabled" +msgstr "" + #: src/screens/Login/ForgotPasswordForm.tsx:99 msgid "Email address" msgstr "Endereço de e-mail" @@ -1390,11 +1447,11 @@ msgstr "E-mail atualizado" msgid "Email Updated" msgstr "E-mail Atualizado" -#: src/view/com/modals/VerifyEmail.tsx:78 +#: src/view/com/modals/VerifyEmail.tsx:85 msgid "Email verified" msgstr "E-mail verificado" -#: src/view/screens/Settings/index.tsx:334 +#: src/view/screens/Settings/index.tsx:327 msgid "Email:" msgstr "E-mail:" @@ -1403,8 +1460,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:253 -#: src/view/com/util/forms/PostDropdownBtn.tsx:255 +#: src/view/com/util/forms/PostDropdownBtn.tsx:257 +#: src/view/com/util/forms/PostDropdownBtn.tsx:259 msgid "Embed post" msgstr "Incorporar post" @@ -1434,7 +1491,7 @@ msgstr "Habilitar conteúdo adulto nos feeds" msgid "Enable external media" msgstr "Habilitar mídia externa" -#: src/view/screens/PreferencesExternalEmbeds.tsx:75 +#: src/view/screens/PreferencesExternalEmbeds.tsx:76 msgid "Enable media players for" msgstr "Habilitar mídia para" @@ -1467,7 +1524,7 @@ msgstr "Insira uma senha" msgid "Enter a word or tag" msgstr "Digite uma palavra ou tag" -#: src/view/com/modals/VerifyEmail.tsx:105 +#: src/view/com/modals/VerifyEmail.tsx:113 msgid "Enter Confirmation Code" msgstr "Insira o código de confirmação" @@ -1558,12 +1615,12 @@ msgstr "Imagens explícitas ou potencialmente perturbadoras." msgid "Explicit sexual images." msgstr "Imagens sexualmente explícitas." -#: src/view/screens/Settings/index.tsx:741 +#: src/view/screens/Settings/index.tsx:736 msgid "Export my data" msgstr "Exportar meus dados" #: src/view/screens/Settings/ExportCarDialog.tsx:44 -#: src/view/screens/Settings/index.tsx:752 +#: src/view/screens/Settings/index.tsx:747 msgid "Export My Data" msgstr "Exportar Meus Dados" @@ -1573,17 +1630,17 @@ msgid "External Media" msgstr "Mídia Externa" #: src/components/dialogs/EmbedConsent.tsx:71 -#: src/view/screens/PreferencesExternalEmbeds.tsx:66 +#: 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 "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:275 -#: src/view/screens/PreferencesExternalEmbeds.tsx:52 -#: src/view/screens/Settings/index.tsx:628 +#: src/Navigation.tsx:276 +#: src/view/screens/PreferencesExternalEmbeds.tsx:53 +#: src/view/screens/Settings/index.tsx:629 msgid "External Media Preferences" msgstr "Preferências de Mídia Externa" -#: src/view/screens/Settings/index.tsx:619 +#: src/view/screens/Settings/index.tsx:620 msgid "External media settings" msgstr "Preferências de mídia externa" @@ -1600,6 +1657,10 @@ msgstr "Não foi possível criar a lista. Por favor tente novamente." msgid "Failed to delete post, please try again" msgstr "Não foi possível excluir o post, por favor tente novamente." +#: src/components/dialogs/GifSelect.tsx:200 +msgid "Failed to load GIFs" +msgstr "" + #: src/view/com/auth/onboarding/RecommendedFeeds.tsx:110 #: src/view/com/auth/onboarding/RecommendedFeeds.tsx:143 msgid "Failed to load recommended feeds" @@ -1609,7 +1670,7 @@ msgstr "Falha ao carregar feeds recomendados" msgid "Failed to save image: {0}" msgstr "Não foi possível salvar a imagem: {0}" -#: src/Navigation.tsx:196 +#: src/Navigation.tsx:197 msgid "Feed" msgstr "Feed" @@ -1626,10 +1687,10 @@ msgstr "Feed offline" msgid "Feedback" msgstr "Comentários" -#: src/Navigation.tsx:456 +#: src/Navigation.tsx:465 #: src/view/screens/Feeds.tsx:444 #: src/view/screens/Feeds.tsx:549 -#: src/view/screens/Profile.tsx:199 +#: src/view/screens/Profile.tsx:198 #: src/view/shell/bottom-bar/BottomBar.tsx:192 #: src/view/shell/desktop/LeftNav.tsx:346 #: src/view/shell/Drawer.tsx:485 @@ -1667,13 +1728,17 @@ msgstr "Finalizando" msgid "Find accounts to follow" msgstr "Encontre contas para seguir" +#: src/view/screens/Search/Search.tsx:521 +msgid "Find posts and users on Bluesky" +msgstr "" + #: src/view/screens/Search/Search.tsx:589 -msgid "Find users on Bluesky" -msgstr "Encontrar usuários no Bluesky" +#~ msgid "Find users on Bluesky" +#~ msgstr "Encontrar usuários no Bluesky" #: src/view/screens/Search/Search.tsx:587 -msgid "Find users with the search tool on the right" -msgstr "Encontre usuários com a ferramenta de busca à direita" +#~ msgid "Find users with the search tool on the right" +#~ msgstr "Encontre usuários com a ferramenta de busca à direita" #: src/view/com/auth/onboarding/RecommendedFollowsItem.tsx:155 msgid "Finding similar accounts..." @@ -1705,7 +1770,7 @@ msgid "Flip vertically" msgstr "Virar verticalmente" #: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:189 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:235 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:233 #: src/view/com/auth/onboarding/RecommendedFollowsItem.tsx:141 #: src/view/com/post-thread/PostThreadFollowBtn.tsx:146 #: src/view/com/profile/ProfileHeaderSuggestedFollows.tsx:248 @@ -1718,7 +1783,7 @@ msgid "Follow" msgstr "Seguir" #: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:58 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:221 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:219 #: src/view/com/post-thread/PostThreadFollowBtn.tsx:128 msgid "Follow {0}" msgstr "Seguir {0}" @@ -1744,7 +1809,7 @@ msgstr "Siga algumas contas e continue para o próximo passo" 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/view/com/profile/ProfileCard.tsx:219 +#: src/view/com/profile/ProfileCard.tsx:231 msgid "Followed by {0}" msgstr "Seguido por {0}" @@ -1765,26 +1830,26 @@ msgstr "seguiu você" msgid "Followers" msgstr "Seguidores" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:233 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:231 #: src/view/com/post-thread/PostThreadFollowBtn.tsx:149 #: src/view/com/profile/ProfileFollows.tsx:104 #: src/view/screens/ProfileFollows.tsx:25 msgid "Following" msgstr "Seguindo" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:93 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:91 msgid "Following {0}" msgstr "Seguindo {0}" -#: src/view/screens/Settings/index.tsx:504 +#: src/view/screens/Settings/index.tsx:505 msgid "Following feed preferences" msgstr "Configurações do feed principal" -#: src/Navigation.tsx:262 +#: src/Navigation.tsx:263 #: src/view/com/home/HomeHeaderLayout.web.tsx:54 #: src/view/com/home/HomeHeaderLayoutMobile.tsx:87 #: src/view/screens/PreferencesFollowingFeed.tsx:104 -#: src/view/screens/Settings/index.tsx:513 +#: src/view/screens/Settings/index.tsx:514 msgid "Following Feed Preferences" msgstr "Configurações do feed principal" @@ -1792,7 +1857,7 @@ msgstr "Configurações do feed principal" msgid "Follows you" msgstr "Segue você" -#: src/view/com/profile/ProfileCard.tsx:144 +#: src/view/com/profile/ProfileCard.tsx:156 msgid "Follows You" msgstr "Segue Você" @@ -1813,11 +1878,11 @@ msgstr "Por motivos de segurança, você não poderá ver esta senha novamente. msgid "Forgot Password" msgstr "Esqueci a Senha" -#: src/screens/Login/LoginForm.tsx:201 +#: src/screens/Login/LoginForm.tsx:218 msgid "Forgot password?" msgstr "Esqueceu a senha?" -#: src/screens/Login/LoginForm.tsx:212 +#: src/screens/Login/LoginForm.tsx:229 msgid "Forgot?" msgstr "Esqueceu?" @@ -1825,8 +1890,7 @@ msgstr "Esqueceu?" msgid "Frequently Posts Unwanted Content" msgstr "Frequentemente Posta Conteúdo Indesejado" -#: src/screens/Hashtag.tsx:109 -#: src/screens/Hashtag.tsx:149 +#: src/screens/Hashtag.tsx:118 msgid "From @{sanitizedAuthor}" msgstr "De @{sanitizedAuthor}" @@ -1835,12 +1899,12 @@ msgctxt "from-feed" msgid "From <0/>" msgstr "Por <0/>" -#: src/view/com/composer/photos/SelectPhotoBtn.tsx:43 +#: src/view/com/composer/photos/SelectPhotoBtn.tsx:39 msgid "Gallery" msgstr "Galeria" -#: src/view/com/modals/VerifyEmail.tsx:189 -#: src/view/com/modals/VerifyEmail.tsx:191 +#: src/view/com/modals/VerifyEmail.tsx:197 +#: src/view/com/modals/VerifyEmail.tsx:199 msgid "Get Started" msgstr "Vamos começar" @@ -1859,7 +1923,7 @@ msgstr "Violações flagrantes da lei ou dos termos de serviço" msgid "Go back" msgstr "Voltar" -#: src/components/Error.tsx:91 +#: src/components/Error.tsx:100 #: src/screens/Profile/ErrorState.tsx:62 #: src/screens/Profile/ErrorState.tsx:66 #: src/view/screens/NotFound.tsx:54 @@ -1884,7 +1948,7 @@ msgstr "Voltar para a tela inicial" msgid "Go Home" msgstr "Voltar para a tela inicial" -#: src/view/screens/Search/Search.tsx:896 +#: src/view/screens/Search/Search.tsx:827 #: src/view/shell/desktop/Search.tsx:263 msgid "Go to @{queryMaybeHandle}" msgstr "Ir para @{queryMaybleHandle}" @@ -1902,15 +1966,19 @@ msgstr "Conteúdo Gráfico" msgid "Handle" msgstr "Usuário" +#: src/view/screens/AccessibilitySettings.tsx:103 +msgid "Haptics" +msgstr "" + #: src/lib/moderation/useReportOptions.ts:32 msgid "Harassment, trolling, or intolerance" msgstr "Assédio, intolerância ou \"trollagem\"" -#: src/Navigation.tsx:282 +#: src/Navigation.tsx:291 msgid "Hashtag" msgstr "Hashtag" -#: src/components/RichText.tsx:197 +#: src/components/RichText.tsx:206 msgid "Hashtag: #{tag}" msgstr "Hashtag: #{tag}" @@ -1948,7 +2016,7 @@ msgstr "Aqui está a sua senha de aplicativo." #: src/lib/moderation/useLabelBehaviorDescription.ts:30 #: src/screens/Onboarding/StepModeration/ModerationOption.tsx:52 #: src/screens/Onboarding/StepModeration/ModerationOption.tsx:76 -#: src/view/com/util/forms/PostDropdownBtn.tsx:350 +#: src/view/com/util/forms/PostDropdownBtn.tsx:354 msgid "Hide" msgstr "Ocultar" @@ -1957,8 +2025,8 @@ msgctxt "action" msgid "Hide" msgstr "Esconder" -#: src/view/com/util/forms/PostDropdownBtn.tsx:294 -#: src/view/com/util/forms/PostDropdownBtn.tsx:296 +#: src/view/com/util/forms/PostDropdownBtn.tsx:298 +#: src/view/com/util/forms/PostDropdownBtn.tsx:300 msgid "Hide post" msgstr "Ocultar post" @@ -1967,7 +2035,7 @@ msgstr "Ocultar post" msgid "Hide the content" msgstr "Esconder o conteúdo" -#: src/view/com/util/forms/PostDropdownBtn.tsx:347 +#: src/view/com/util/forms/PostDropdownBtn.tsx:351 msgid "Hide this post?" msgstr "Ocultar este post?" @@ -2003,7 +2071,7 @@ 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:446 +#: src/Navigation.tsx:455 #: src/view/shell/bottom-bar/BottomBar.tsx:148 #: src/view/shell/desktop/LeftNav.tsx:310 #: src/view/shell/Drawer.tsx:407 @@ -2016,7 +2084,7 @@ msgid "Host:" msgstr "Host:" #: src/screens/Login/ForgotPasswordForm.tsx:89 -#: src/screens/Login/LoginForm.tsx:134 +#: src/screens/Login/LoginForm.tsx:151 #: src/screens/Signup/StepInfo/index.tsx:40 #: src/view/com/modals/ChangeHandle.tsx:281 msgid "Hosting provider" @@ -2026,11 +2094,13 @@ msgstr "Provedor de hospedagem" msgid "How should we open this link?" msgstr "Como devemos abrir este link?" -#: src/view/com/modals/VerifyEmail.tsx:214 +#: 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 "Eu tenho um código" -#: src/view/com/modals/VerifyEmail.tsx:216 +#: src/view/com/modals/VerifyEmail.tsx:224 msgid "I have a confirmation code" msgstr "Eu tenho um código" @@ -2054,7 +2124,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:338 +#: src/view/com/util/forms/PostDropdownBtn.tsx:342 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." @@ -2098,15 +2168,19 @@ msgstr "Insira a nova senha" msgid "Input password for account deletion" msgstr "Insira a senha para excluir a conta" -#: src/screens/Login/LoginForm.tsx:195 +#: src/screens/Login/LoginForm.tsx:257 +msgid "Input the code which has been emailed to you" +msgstr "" + +#: src/screens/Login/LoginForm.tsx:212 msgid "Input the password tied to {identifier}" msgstr "Insira a senha da conta {identifier}" -#: src/screens/Login/LoginForm.tsx:168 +#: src/screens/Login/LoginForm.tsx:185 msgid "Input the username or email address you used at signup" msgstr "Insira o usuário ou e-mail que você cadastrou" -#: src/screens/Login/LoginForm.tsx:194 +#: src/screens/Login/LoginForm.tsx:211 msgid "Input your password" msgstr "Insira sua senha" @@ -2118,11 +2192,16 @@ msgstr "Insira seu provedor de hospedagem" msgid "Input your user handle" msgstr "Insira o usuário" -#: src/view/com/post-thread/PostThreadItem.tsx:221 +#: src/screens/Login/LoginForm.tsx:126 +#: src/view/screens/Settings/DisableEmail2FADialog.tsx:70 +msgid "Invalid 2FA confirmation code." +msgstr "" + +#: src/view/com/post-thread/PostThreadItem.tsx:222 msgid "Invalid or unsupported post record" msgstr "Post inválido" -#: src/screens/Login/LoginForm.tsx:114 +#: src/screens/Login/LoginForm.tsx:131 msgid "Invalid username or password" msgstr "Credenciais inválidas" @@ -2170,7 +2249,7 @@ msgstr "Rotulado por {0}." msgid "Labeled by the author." msgstr "Rotulado pelo autor." -#: src/view/screens/Profile.tsx:193 +#: src/view/screens/Profile.tsx:192 msgid "Labels" msgstr "Rótulos" @@ -2194,20 +2273,21 @@ msgstr "Rótulos sobre seu conteúdo" msgid "Language selection" msgstr "Seleção de idioma" -#: src/view/screens/Settings/index.tsx:565 +#: src/view/screens/Settings/index.tsx:566 msgid "Language settings" msgstr "Configuração de Idioma" -#: src/Navigation.tsx:144 +#: src/Navigation.tsx:145 #: src/view/screens/LanguageSettings.tsx:89 msgid "Language Settings" msgstr "Configurações de Idiomas" -#: src/view/screens/Settings/index.tsx:574 +#: src/view/screens/Settings/index.tsx:575 msgid "Languages" msgstr "Idiomas" -#: src/view/screens/Search/Search.tsx:437 +#: src/screens/Hashtag.tsx:99 +#: src/view/screens/Search/Search.tsx:428 msgid "Latest" msgstr "Mais recentes" @@ -2245,7 +2325,7 @@ msgstr "Saindo do Bluesky" msgid "left to go." msgstr "na sua frente." -#: src/view/screens/Settings/index.tsx:299 +#: src/view/screens/Settings/index.tsx:292 msgid "Legacy storage cleared, you need to restart the app now." msgstr "Armazenamento limpo, você precisa reiniciar o app agora." @@ -2258,7 +2338,7 @@ msgstr "Vamos redefinir sua senha!" msgid "Let's go!" msgstr "Vamos lá!" -#: src/view/screens/Settings/index.tsx:449 +#: src/view/screens/Settings/index.tsx:427 msgid "Light" msgstr "Claro" @@ -2272,8 +2352,8 @@ msgid "Like this feed" msgstr "Curtir este feed" #: src/components/LikesDialog.tsx:87 -#: src/Navigation.tsx:201 -#: src/Navigation.tsx:206 +#: src/Navigation.tsx:202 +#: src/Navigation.tsx:207 msgid "Liked by" msgstr "Curtido por" @@ -2305,15 +2385,15 @@ msgstr "curtiram seu feed" msgid "liked your post" msgstr "curtiu seu post" -#: src/view/screens/Profile.tsx:198 +#: src/view/screens/Profile.tsx:197 msgid "Likes" msgstr "Curtidas" -#: src/view/com/post-thread/PostThreadItem.tsx:182 +#: src/view/com/post-thread/PostThreadItem.tsx:183 msgid "Likes on this post" msgstr "Curtidas neste post" -#: src/Navigation.tsx:170 +#: src/Navigation.tsx:171 msgid "List" msgstr "Lista" @@ -2349,9 +2429,9 @@ msgstr "Lista desbloqueada" msgid "List unmuted" msgstr "Lista dessilenciada" -#: src/Navigation.tsx:114 -#: src/view/screens/Profile.tsx:194 -#: src/view/screens/Profile.tsx:200 +#: src/Navigation.tsx:115 +#: src/view/screens/Profile.tsx:193 +#: src/view/screens/Profile.tsx:199 #: src/view/shell/desktop/LeftNav.tsx:383 #: src/view/shell/Drawer.tsx:501 #: src/view/shell/Drawer.tsx:502 @@ -2363,7 +2443,7 @@ msgid "Load new notifications" msgstr "Carregar novas notificações" #: src/screens/Profile/Sections/Feed.tsx:86 -#: src/view/com/feeds/FeedPage.tsx:138 +#: src/view/com/feeds/FeedPage.tsx:134 #: src/view/screens/ProfileFeed.tsx:507 #: src/view/screens/ProfileList.tsx:697 msgid "Load new posts" @@ -2373,7 +2453,7 @@ msgstr "Carregar novos posts" msgid "Loading..." msgstr "Carregando..." -#: src/Navigation.tsx:221 +#: src/Navigation.tsx:222 msgid "Log" msgstr "Registros" @@ -2392,6 +2472,10 @@ msgstr "Visibilidade do seu perfil" msgid "Login to account that is not listed" msgstr "Fazer login em uma conta que não está listada" +#: src/components/RichText.tsx:207 +msgid "Long press to open tag menu for #{tag}" +msgstr "" + #: src/screens/Login/SetNewPasswordForm.tsx:116 msgid "Looks like XXXXX-XXXXX" msgstr "Tem esse formato: XXXXX-XXXXX" @@ -2404,7 +2488,8 @@ msgstr "Certifique-se de onde está indo!" msgid "Manage your muted words and tags" msgstr "Gerencie suas palavras/tags silenciadas" -#: src/view/screens/Profile.tsx:197 +#: src/view/screens/AccessibilitySettings.tsx:89 +#: src/view/screens/Profile.tsx:196 msgid "Media" msgstr "Mídia" @@ -2416,8 +2501,8 @@ msgstr "usuários mencionados" msgid "Mentioned users" msgstr "Usuários mencionados" -#: src/view/com/util/ViewHeader.tsx:87 -#: src/view/screens/Search/Search.tsx:795 +#: src/view/com/util/ViewHeader.tsx:89 +#: src/view/screens/Search/Search.tsx:726 msgid "Menu" msgstr "Menu" @@ -2429,9 +2514,9 @@ msgstr "Mensagem do servidor: {0}" msgid "Misleading Account" msgstr "Conta Enganosa" -#: src/Navigation.tsx:119 +#: src/Navigation.tsx:120 #: src/screens/Moderation/index.tsx:104 -#: src/view/screens/Settings/index.tsx:596 +#: src/view/screens/Settings/index.tsx:597 #: src/view/shell/desktop/LeftNav.tsx:401 #: src/view/shell/Drawer.tsx:520 #: src/view/shell/Drawer.tsx:521 @@ -2469,16 +2554,16 @@ msgstr "Lista de moderação criada" msgid "Moderation lists" msgstr "Listas de moderação" -#: src/Navigation.tsx:124 +#: src/Navigation.tsx:125 #: src/view/screens/ModerationModlists.tsx:58 msgid "Moderation Lists" msgstr "Listas de Moderação" -#: src/view/screens/Settings/index.tsx:590 +#: src/view/screens/Settings/index.tsx:591 msgid "Moderation settings" msgstr "Moderação" -#: src/Navigation.tsx:216 +#: src/Navigation.tsx:217 msgid "Moderation states" msgstr "Moderação" @@ -2491,7 +2576,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:535 +#: src/view/com/post-thread/PostThreadItem.tsx:541 msgid "More" msgstr "Mais" @@ -2553,13 +2638,13 @@ msgstr "Silenciar esta palavra no conteúdo de um post e tags" msgid "Mute this word in tags only" msgstr "Silenciar esta palavra apenas nas tags de um post" -#: src/view/com/util/forms/PostDropdownBtn.tsx:269 -#: src/view/com/util/forms/PostDropdownBtn.tsx:275 +#: src/view/com/util/forms/PostDropdownBtn.tsx:273 +#: src/view/com/util/forms/PostDropdownBtn.tsx:279 msgid "Mute thread" msgstr "Silenciar thread" -#: src/view/com/util/forms/PostDropdownBtn.tsx:285 -#: src/view/com/util/forms/PostDropdownBtn.tsx:287 +#: src/view/com/util/forms/PostDropdownBtn.tsx:289 +#: src/view/com/util/forms/PostDropdownBtn.tsx:291 msgid "Mute words & tags" msgstr "Silenciar palavras/tags" @@ -2571,7 +2656,7 @@ msgstr "Silenciada" msgid "Muted accounts" msgstr "Contas silenciadas" -#: src/Navigation.tsx:129 +#: src/Navigation.tsx:130 #: src/view/screens/ModerationMutedAccounts.tsx:112 msgid "Muted Accounts" msgstr "Contas Silenciadas" @@ -2605,11 +2690,11 @@ msgstr "Meus Feeds" msgid "My Profile" msgstr "Meu Perfil" -#: src/view/screens/Settings/index.tsx:547 +#: src/view/screens/Settings/index.tsx:548 msgid "My saved feeds" msgstr "Meus feeds salvos" -#: src/view/screens/Settings/index.tsx:553 +#: src/view/screens/Settings/index.tsx:554 msgid "My Saved Feeds" msgstr "Meus Feeds Salvos" @@ -2633,7 +2718,7 @@ msgid "Nature" msgstr "Natureza" #: src/screens/Login/ForgotPasswordForm.tsx:173 -#: src/screens/Login/LoginForm.tsx:255 +#: src/screens/Login/LoginForm.tsx:303 #: src/view/com/modals/ChangePassword.tsx:168 msgid "Navigates to the next screen" msgstr "Navega para próxima tela" @@ -2680,14 +2765,14 @@ msgstr "Nova senha" msgid "New Password" msgstr "Nova Senha" -#: src/view/com/feeds/FeedPage.tsx:149 +#: src/view/com/feeds/FeedPage.tsx:145 msgctxt "action" msgid "New post" msgstr "Novo post" #: src/view/screens/Feeds.tsx:580 #: src/view/screens/Notifications.tsx:168 -#: src/view/screens/Profile.tsx:480 +#: src/view/screens/Profile.tsx:465 #: src/view/screens/ProfileFeed.tsx:445 #: src/view/screens/ProfileList.tsx:200 #: src/view/screens/ProfileList.tsx:228 @@ -2714,8 +2799,8 @@ msgstr "Notícias" #: src/screens/Login/ForgotPasswordForm.tsx:143 #: src/screens/Login/ForgotPasswordForm.tsx:150 -#: src/screens/Login/LoginForm.tsx:254 -#: src/screens/Login/LoginForm.tsx:261 +#: src/screens/Login/LoginForm.tsx:302 +#: src/screens/Login/LoginForm.tsx:309 #: src/screens/Login/SetNewPasswordForm.tsx:174 #: src/screens/Login/SetNewPasswordForm.tsx:180 #: src/screens/Signup/index.tsx:207 @@ -2752,7 +2837,11 @@ msgstr "Sem descrição" msgid "No DNS Panel" msgstr "Não tenho painel de DNS" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:118 +#: src/components/dialogs/GifSelect.tsx:206 +msgid "No featured GIFs found. There may be an issue with Tenor." +msgstr "" + +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:116 msgid "No longer following {0}" msgstr "Você não está mais seguindo {0}" @@ -2769,7 +2858,7 @@ msgstr "Nenhuma notificação!" msgid "No result" msgstr "Nenhum resultado" -#: src/components/Lists.tsx:183 +#: src/components/Lists.tsx:192 msgid "No results found" msgstr "Nenhum resultado encontrado" @@ -2778,11 +2867,15 @@ 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:349 -#: src/view/screens/Search/Search.tsx:387 +#: src/view/screens/Search/Search.tsx:350 +#: src/view/screens/Search/Search.tsx:388 msgid "No results found for {query}" msgstr "Nenhum resultado encontrado para {query}" +#: src/components/dialogs/GifSelect.tsx:204 +msgid "No search results found for \"{search}\"." +msgstr "" + #: src/components/dialogs/EmbedConsent.tsx:105 #: src/components/dialogs/EmbedConsent.tsx:112 msgid "No thanks" @@ -2805,18 +2898,18 @@ msgstr "Nudez não-erótica" msgid "Not Applicable." msgstr "Não Aplicável." -#: src/Navigation.tsx:109 +#: src/Navigation.tsx:110 #: src/view/screens/Profile.tsx:101 msgid "Not Found" msgstr "Não encontrado" -#: src/view/com/modals/VerifyEmail.tsx:246 -#: src/view/com/modals/VerifyEmail.tsx:252 +#: src/view/com/modals/VerifyEmail.tsx:254 +#: src/view/com/modals/VerifyEmail.tsx:260 msgid "Not right now" msgstr "Agora não" #: src/view/com/profile/ProfileMenu.tsx:368 -#: src/view/com/util/forms/PostDropdownBtn.tsx:364 +#: src/view/com/util/forms/PostDropdownBtn.tsx:368 #: src/view/com/util/post-ctrls/PostCtrls.tsx:248 msgid "Note about sharing" msgstr "Nota sobre compartilhamento" @@ -2825,7 +2918,7 @@ msgstr "Nota sobre compartilhamento" msgid "Note: Bluesky is an open and public network. This setting only limits the visibility of your content on the Bluesky app and website, and other apps may not respect this setting. Your content may still be shown to logged-out users by other apps and websites." msgstr "Nota: o Bluesky é uma rede aberta e pública. Esta configuração limita somente a visibilidade do seu conteúdo no site e aplicativo do Bluesky, e outros aplicativos podem não respeitar esta configuração. Seu conteúdo ainda poderá ser exibido para usuários não autenticados por outros aplicativos e sites." -#: src/Navigation.tsx:461 +#: src/Navigation.tsx:470 #: src/view/screens/Notifications.tsx:124 #: src/view/screens/Notifications.tsx:148 #: src/view/shell/bottom-bar/BottomBar.tsx:216 @@ -2851,7 +2944,8 @@ msgstr "de" msgid "Off" msgstr "Desligado" -#: src/view/com/util/ErrorBoundary.tsx:49 +#: src/components/dialogs/GifSelect.tsx:287 +#: src/view/com/util/ErrorBoundary.tsx:55 msgid "Oh no!" msgstr "Opa!" @@ -2872,11 +2966,11 @@ msgstr "Ok" msgid "Oldest replies first" msgstr "Respostas mais antigas primeiro" -#: src/view/screens/Settings/index.tsx:247 +#: src/view/screens/Settings/index.tsx:236 msgid "Onboarding reset" msgstr "Resetar tutoriais" -#: src/view/com/composer/Composer.tsx:392 +#: src/view/com/composer/Composer.tsx:424 msgid "One or more images is missing alt text." msgstr "Uma ou mais imagens estão sem texto alternativo." @@ -2888,11 +2982,11 @@ msgstr "Apenas {0} pode responder." msgid "Only contains letters, numbers, and hyphens" msgstr "Contém apenas letras, números e hífens" -#: src/components/Lists.tsx:75 +#: src/components/Lists.tsx:78 msgid "Oops, something went wrong!" msgstr "Opa, algo deu errado!" -#: src/components/Lists.tsx:170 +#: src/components/Lists.tsx:177 #: src/view/screens/AppPasswords.tsx:67 #: src/view/screens/Profile.tsx:101 msgid "Oops!" @@ -2902,8 +2996,8 @@ msgstr "Opa!" msgid "Open" msgstr "Abrir" -#: src/view/com/composer/Composer.tsx:491 -#: src/view/com/composer/Composer.tsx:492 +#: src/view/com/composer/Composer.tsx:505 +#: src/view/com/composer/Composer.tsx:506 msgid "Open emoji picker" msgstr "Abrir seletor de emojis" @@ -2911,7 +3005,7 @@ msgstr "Abrir seletor de emojis" msgid "Open feed options menu" msgstr "Abrir opções do feed" -#: src/view/screens/Settings/index.tsx:685 +#: src/view/screens/Settings/index.tsx:686 msgid "Open links with in-app browser" msgstr "Abrir links no navegador interno" @@ -2927,12 +3021,12 @@ msgstr "Abrir navegação" msgid "Open post options menu" msgstr "Abrir opções do post" -#: src/view/screens/Settings/index.tsx:792 -#: src/view/screens/Settings/index.tsx:802 +#: src/view/screens/Settings/index.tsx:787 +#: src/view/screens/Settings/index.tsx:797 msgid "Open storybook page" msgstr "Abre o storybook" -#: src/view/screens/Settings/index.tsx:780 +#: src/view/screens/Settings/index.tsx:775 msgid "Open system log" msgstr "Abrir registros do sistema" @@ -2940,6 +3034,10 @@ msgstr "Abrir registros do sistema" msgid "Opens {numItems} options" msgstr "Abre {numItems} opções" +#: src/view/screens/Settings/index.tsx:485 +msgid "Opens accessibility settings" +msgstr "" + #: src/view/screens/Log.tsx:54 msgid "Opens additional details for a debug entry" msgstr "Abre detalhes adicionais para um registro de depuração" @@ -2948,7 +3046,7 @@ msgstr "Abre detalhes adicionais para um registro de depuração" msgid "Opens an expanded list of users in this notification" msgstr "Abre a lista de usuários nesta notificação" -#: src/view/com/composer/photos/OpenCameraBtn.tsx:78 +#: src/view/com/composer/photos/OpenCameraBtn.tsx:74 msgid "Opens camera on device" msgstr "Abre a câmera do dispositivo" @@ -2956,15 +3054,15 @@ msgstr "Abre a câmera do dispositivo" msgid "Opens composer" msgstr "Abre o editor de post" -#: src/view/screens/Settings/index.tsx:566 +#: src/view/screens/Settings/index.tsx:567 msgid "Opens configurable language settings" msgstr "Abre definições de idioma configuráveis" -#: src/view/com/composer/photos/SelectPhotoBtn.tsx:44 +#: src/view/com/composer/photos/SelectPhotoBtn.tsx:40 msgid "Opens device photo gallery" msgstr "Abre a galeria de fotos do dispositivo" -#: src/view/screens/Settings/index.tsx:620 +#: src/view/screens/Settings/index.tsx:621 msgid "Opens external embeds settings" msgstr "Abre as configurações de anexos externos" @@ -2978,27 +3076,31 @@ msgstr "Abre o fluxo de criação de conta do Bluesky" msgid "Opens flow to sign into your existing Bluesky account" msgstr "Abre o fluxo de entrar na sua conta do Bluesky" +#: src/view/com/composer/photos/SelectGifBtn.tsx:37 +msgid "Opens GIF select dialog" +msgstr "" + #: src/view/com/modals/InviteCodes.tsx:173 msgid "Opens list of invite codes" msgstr "Abre a lista de códigos de convite" -#: src/view/screens/Settings/index.tsx:762 +#: src/view/screens/Settings/index.tsx:757 msgid "Opens modal for account deletion confirmation. Requires email code" msgstr "Abre modal de confirmar a exclusão da conta. Requer código enviado por email" -#: src/view/screens/Settings/index.tsx:720 +#: src/view/screens/Settings/index.tsx:715 msgid "Opens modal for changing your Bluesky password" msgstr "Abre modal para troca da sua senha do Bluesky" -#: src/view/screens/Settings/index.tsx:669 +#: src/view/screens/Settings/index.tsx:670 msgid "Opens modal for choosing a new Bluesky handle" msgstr "Abre modal para troca do seu usuário do Bluesky" -#: src/view/screens/Settings/index.tsx:743 +#: src/view/screens/Settings/index.tsx:738 msgid "Opens modal for downloading your Bluesky account data (repository)" msgstr "Abre modal para baixar os dados da sua conta do Bluesky" -#: src/view/screens/Settings/index.tsx:932 +#: src/view/screens/Settings/index.tsx:927 msgid "Opens modal for email verification" msgstr "Abre modal para verificação de email" @@ -3006,11 +3108,11 @@ msgstr "Abre modal para verificação de email" msgid "Opens modal for using custom domain" msgstr "Abre modal para usar o domínio personalizado" -#: src/view/screens/Settings/index.tsx:591 +#: src/view/screens/Settings/index.tsx:592 msgid "Opens moderation settings" msgstr "Abre configurações de moderação" -#: src/screens/Login/LoginForm.tsx:202 +#: src/screens/Login/LoginForm.tsx:219 msgid "Opens password reset form" msgstr "Abre o formulário de redefinição de senha" @@ -3019,15 +3121,15 @@ msgstr "Abre o formulário de redefinição de senha" msgid "Opens screen to edit Saved Feeds" msgstr "Abre a tela para editar feeds salvos" -#: src/view/screens/Settings/index.tsx:548 +#: src/view/screens/Settings/index.tsx:549 msgid "Opens screen with all saved feeds" msgstr "Abre a tela com todos os feeds salvos" -#: src/view/screens/Settings/index.tsx:647 +#: src/view/screens/Settings/index.tsx:648 msgid "Opens the app password settings" msgstr "Abre as configurações de senha do aplicativo" -#: src/view/screens/Settings/index.tsx:505 +#: src/view/screens/Settings/index.tsx:506 msgid "Opens the Following feed preferences" msgstr "Abre as preferências do feed inicial" @@ -3035,16 +3137,16 @@ msgstr "Abre as preferências do feed inicial" msgid "Opens the linked website" msgstr "Abre o link" -#: src/view/screens/Settings/index.tsx:793 -#: src/view/screens/Settings/index.tsx:803 +#: src/view/screens/Settings/index.tsx:788 +#: src/view/screens/Settings/index.tsx:798 msgid "Opens the storybook page" msgstr "Abre a página do storybook" -#: src/view/screens/Settings/index.tsx:781 +#: src/view/screens/Settings/index.tsx:776 msgid "Opens the system log page" msgstr "Abre a página de log do sistema" -#: src/view/screens/Settings/index.tsx:526 +#: src/view/screens/Settings/index.tsx:527 msgid "Opens the threads preferences" msgstr "Abre as preferências de threads" @@ -3072,7 +3174,7 @@ msgstr "Outra conta" msgid "Other..." msgstr "Outro..." -#: src/components/Lists.tsx:184 +#: src/components/Lists.tsx:193 #: src/view/screens/NotFound.tsx:45 msgid "Page not found" msgstr "Página não encontrada" @@ -3081,7 +3183,7 @@ msgstr "Página não encontrada" msgid "Page Not Found" msgstr "Página Não Encontrada" -#: src/screens/Login/LoginForm.tsx:178 +#: src/screens/Login/LoginForm.tsx:195 #: src/screens/Signup/StepInfo/index.tsx:102 #: src/view/com/modals/DeleteAccount.tsx:194 #: src/view/com/modals/DeleteAccount.tsx:201 @@ -3100,16 +3202,19 @@ msgstr "Senha atualizada" msgid "Password updated!" msgstr "Senha atualizada!" -#: src/view/screens/Search/Search.tsx:447 -#: src/view/screens/Search/Search.tsx:456 +#: src/view/com/util/post-embeds/GifEmbed.tsx:31 +msgid "Pause" +msgstr "" + +#: src/view/screens/Search/Search.tsx:438 msgid "People" msgstr "Pessoas" -#: src/Navigation.tsx:164 +#: src/Navigation.tsx:165 msgid "People followed by @{0}" msgstr "Pessoas seguidas por @{0}" -#: src/Navigation.tsx:157 +#: src/Navigation.tsx:158 msgid "People following @{0}" msgstr "Pessoas seguindo @{0}" @@ -3142,10 +3247,18 @@ msgstr "Fixar na Tela Inicial" msgid "Pinned Feeds" msgstr "Feeds Fixados" +#: src/view/com/util/post-embeds/GifEmbed.tsx:31 +msgid "Play" +msgstr "" + #: src/view/com/util/post-embeds/ExternalGifEmbed.tsx:123 msgid "Play {0}" msgstr "Reproduzir {0}" +#: src/view/com/util/post-embeds/GifEmbed.tsx:30 +msgid "Play or pause the GIF" +msgstr "" + #: src/view/com/util/post-embeds/ExternalPlayerEmbed.tsx:57 #: src/view/com/util/post-embeds/ExternalPlayerEmbed.tsx:58 msgid "Play Video" @@ -3195,11 +3308,11 @@ msgstr "Por favor, digite sua senha também:" 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}" -#: src/view/com/modals/VerifyEmail.tsx:101 +#: src/view/com/modals/VerifyEmail.tsx:109 msgid "Please Verify Your Email" msgstr "Por favor, verifique seu e-mail" -#: src/view/com/composer/Composer.tsx:222 +#: src/view/com/composer/Composer.tsx:232 msgid "Please wait for your link card to finish loading" msgstr "Aguarde até que a prévia de link termine de carregar" @@ -3211,8 +3324,8 @@ msgstr "Política" msgid "Porn" msgstr "Pornografia" -#: src/view/com/composer/Composer.tsx:367 -#: src/view/com/composer/Composer.tsx:375 +#: src/view/com/composer/Composer.tsx:399 +#: src/view/com/composer/Composer.tsx:407 msgctxt "action" msgid "Post" msgstr "Postar" @@ -3222,13 +3335,13 @@ msgctxt "description" msgid "Post" msgstr "Post" -#: src/view/com/post-thread/PostThreadItem.tsx:175 +#: src/view/com/post-thread/PostThreadItem.tsx:176 msgid "Post by {0}" msgstr "Post por {0}" -#: src/Navigation.tsx:176 -#: src/Navigation.tsx:183 -#: src/Navigation.tsx:190 +#: src/Navigation.tsx:177 +#: src/Navigation.tsx:184 +#: src/Navigation.tsx:191 msgid "Post by @{0}" msgstr "Post por @{0}" @@ -3267,8 +3380,7 @@ msgstr "Post não encontrado" msgid "posts" msgstr "posts" -#: src/view/screens/Profile.tsx:195 -#: src/view/screens/Search/Search.tsx:467 +#: src/view/screens/Profile.tsx:194 msgid "Posts" msgstr "Posts" @@ -3288,8 +3400,8 @@ msgstr "Link Potencialmente Enganoso" msgid "Press to change hosting provider" msgstr "Trocar de provedor de hospedagem" -#: src/components/Error.tsx:74 -#: src/components/Lists.tsx:80 +#: src/components/Error.tsx:83 +#: src/components/Lists.tsx:83 #: src/screens/Signup/index.tsx:187 msgid "Press to retry" msgstr "Tentar novamente" @@ -3306,15 +3418,15 @@ msgstr "Idioma Principal" msgid "Prioritize Your Follows" msgstr "Priorizar seus Seguidores" -#: src/view/screens/Settings/index.tsx:603 +#: src/view/screens/Settings/index.tsx:604 #: src/view/shell/desktop/RightNav.tsx:72 msgid "Privacy" msgstr "Privacidade" -#: src/Navigation.tsx:231 +#: src/Navigation.tsx:232 #: src/screens/Signup/StepInfo/Policies.tsx:56 #: src/view/screens/PrivacyPolicy.tsx:29 -#: src/view/screens/Settings/index.tsx:887 +#: src/view/screens/Settings/index.tsx:882 #: src/view/shell/Drawer.tsx:271 msgid "Privacy Policy" msgstr "Política de Privacidade" @@ -3324,7 +3436,7 @@ msgid "Processing..." msgstr "Processando..." #: src/view/screens/DebugMod.tsx:888 -#: src/view/screens/Profile.tsx:361 +#: src/view/screens/Profile.tsx:346 msgid "profile" msgstr "perfil" @@ -3340,7 +3452,7 @@ msgstr "Perfil" msgid "Profile updated" msgstr "Perfil atualizado" -#: src/view/screens/Settings/index.tsx:945 +#: src/view/screens/Settings/index.tsx:940 msgid "Protect your account by verifying your email." msgstr "Proteja a sua conta verificando o seu e-mail." @@ -3356,11 +3468,11 @@ msgstr "Listas públicas e compartilháveis para silenciar ou bloquear usuários msgid "Public, shareable lists which can drive feeds." msgstr "Listas públicas e compartilháveis que geram feeds." -#: src/view/com/composer/Composer.tsx:352 +#: src/view/com/composer/Composer.tsx:384 msgid "Publish post" msgstr "Publicar post" -#: src/view/com/composer/Composer.tsx:352 +#: src/view/com/composer/Composer.tsx:384 msgid "Publish reply" msgstr "Publicar resposta" @@ -3386,7 +3498,7 @@ msgstr "Aleatório" msgid "Ratios" msgstr "Índices" -#: src/view/screens/Search/Search.tsx:924 +#: src/view/screens/Search/Search.tsx:855 msgid "Recent Searches" msgstr "Buscas Recentes" @@ -3442,7 +3554,7 @@ msgstr "Remover dos meus feeds?" msgid "Remove image" msgstr "Remover imagem" -#: src/view/com/composer/ExternalEmbed.tsx:70 +#: src/view/com/composer/ExternalEmbed.tsx:82 msgid "Remove image preview" msgstr "Remover visualização da imagem" @@ -3471,11 +3583,11 @@ msgstr "Removido dos meus feeds" msgid "Removed from your feeds" msgstr "Removido dos feeds salvos" -#: src/view/com/composer/ExternalEmbed.tsx:71 +#: src/view/com/composer/ExternalEmbed.tsx:83 msgid "Removes default thumbnail from {0}" msgstr "Remover miniatura de {0}" -#: src/view/screens/Profile.tsx:196 +#: src/view/screens/Profile.tsx:195 msgid "Replies" msgstr "Respostas" @@ -3483,7 +3595,7 @@ msgstr "Respostas" msgid "Replies to this thread are disabled" msgstr "Respostas para esta thread estão desativadas" -#: src/view/com/composer/Composer.tsx:365 +#: src/view/com/composer/Composer.tsx:397 msgctxt "action" msgid "Reply" msgstr "Responder" @@ -3494,9 +3606,15 @@ msgstr "Filtros de Resposta" #: src/view/com/post/Post.tsx:177 #: src/view/com/posts/FeedItem.tsx:285 +#~ msgctxt "description" +#~ msgid "Reply to <0/>" +#~ msgstr "Responder <0/>" + +#: src/view/com/post/Post.tsx:178 +#: src/view/com/posts/FeedItem.tsx:285 msgctxt "description" -msgid "Reply to <0/>" -msgstr "Responder <0/>" +msgid "Reply to <0><1/>" +msgstr "" #: src/view/com/profile/ProfileMenu.tsx:319 #: src/view/com/profile/ProfileMenu.tsx:322 @@ -3516,8 +3634,8 @@ msgstr "Denunciar feed" msgid "Report List" msgstr "Denunciar Lista" -#: src/view/com/util/forms/PostDropdownBtn.tsx:312 -#: src/view/com/util/forms/PostDropdownBtn.tsx:314 +#: src/view/com/util/forms/PostDropdownBtn.tsx:316 +#: src/view/com/util/forms/PostDropdownBtn.tsx:318 msgid "Report post" msgstr "Denunciar post" @@ -3578,7 +3696,7 @@ msgstr "Repostado por <0><1/>" msgid "reposted your post" msgstr "repostou seu post" -#: src/view/com/post-thread/PostThreadItem.tsx:187 +#: src/view/com/post-thread/PostThreadItem.tsx:188 msgid "Reposts of this post" msgstr "Reposts" @@ -3592,14 +3710,23 @@ msgstr "Solicitar Alteração" msgid "Request Code" msgstr "Solicitar Código" -#: src/view/screens/Settings/index.tsx:426 +#: src/view/screens/AccessibilitySettings.tsx:82 msgid "Require alt text before posting" msgstr "Exigir texto alternativo antes de postar" +#: src/view/screens/Settings/Email2FAToggle.tsx:53 +msgid "Require email code to log into your account" +msgstr "" + #: src/screens/Signup/StepInfo/index.tsx:69 msgid "Required for this provider" msgstr "Obrigatório para este provedor" +#: src/view/screens/Settings/DisableEmail2FADialog.tsx:168 +#: src/view/screens/Settings/DisableEmail2FADialog.tsx:171 +msgid "Resend email" +msgstr "" + #: src/view/com/modals/ChangePassword.tsx:185 msgid "Reset code" msgstr "Código de redefinição" @@ -3608,8 +3735,8 @@ msgstr "Código de redefinição" msgid "Reset Code" msgstr "Código de Redefinição" -#: src/view/screens/Settings/index.tsx:822 -#: src/view/screens/Settings/index.tsx:825 +#: src/view/screens/Settings/index.tsx:817 +#: src/view/screens/Settings/index.tsx:820 msgid "Reset onboarding state" msgstr "Redefinir tutoriais" @@ -3617,20 +3744,20 @@ msgstr "Redefinir tutoriais" msgid "Reset password" msgstr "Redefinir senha" -#: src/view/screens/Settings/index.tsx:812 -#: src/view/screens/Settings/index.tsx:815 +#: src/view/screens/Settings/index.tsx:807 +#: src/view/screens/Settings/index.tsx:810 msgid "Reset preferences state" msgstr "Redefinir configurações" -#: src/view/screens/Settings/index.tsx:823 +#: src/view/screens/Settings/index.tsx:818 msgid "Resets the onboarding state" msgstr "Redefine tutoriais" -#: src/view/screens/Settings/index.tsx:813 +#: src/view/screens/Settings/index.tsx:808 msgid "Resets the preferences state" msgstr "Redefine as configurações" -#: src/screens/Login/LoginForm.tsx:235 +#: src/screens/Login/LoginForm.tsx:283 msgid "Retries login" msgstr "Tenta entrar novamente" @@ -3639,10 +3766,10 @@ msgstr "Tenta entrar novamente" msgid "Retries the last action, which errored out" msgstr "Tenta a última ação, que deu erro" -#: src/components/Error.tsx:79 -#: src/components/Lists.tsx:91 -#: src/screens/Login/LoginForm.tsx:234 -#: src/screens/Login/LoginForm.tsx:241 +#: src/components/Error.tsx:88 +#: src/components/Lists.tsx:94 +#: src/screens/Login/LoginForm.tsx:282 +#: src/screens/Login/LoginForm.tsx:289 #: src/screens/Onboarding/StepInterests/index.tsx:225 #: src/screens/Onboarding/StepInterests/index.tsx:228 #: src/screens/Signup/index.tsx:194 @@ -3651,7 +3778,7 @@ msgstr "Tenta a última ação, que deu erro" msgid "Retry" msgstr "Tente novamente" -#: src/components/Error.tsx:86 +#: src/components/Error.tsx:95 #: src/view/screens/ProfileList.tsx:919 msgid "Return to previous page" msgstr "Voltar para página anterior" @@ -3735,14 +3862,14 @@ msgstr "Ciência" msgid "Scroll to top" msgstr "Ir para o topo" -#: src/Navigation.tsx:451 +#: src/Navigation.tsx:460 #: 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:568 -#: src/view/screens/Search/Search.tsx:817 -#: src/view/screens/Search/Search.tsx:835 +#: src/view/screens/Search/Search.tsx:503 +#: src/view/screens/Search/Search.tsx:748 +#: src/view/screens/Search/Search.tsx:766 #: src/view/shell/bottom-bar/BottomBar.tsx:170 #: src/view/shell/desktop/LeftNav.tsx:328 #: src/view/shell/desktop/Search.tsx:215 @@ -3752,7 +3879,7 @@ msgstr "Ir para o topo" msgid "Search" msgstr "Buscar" -#: src/view/screens/Search/Search.tsx:884 +#: src/view/screens/Search/Search.tsx:815 #: src/view/shell/desktop/Search.tsx:256 msgid "Search for \"{query}\"" msgstr "Pesquisar por \"{query}\"" @@ -3771,6 +3898,14 @@ msgstr "Pesquisar por posts com a tag {displayTag}" msgid "Search for users" msgstr "Buscar usuários" +#: src/components/dialogs/GifSelect.tsx:158 +msgid "Search GIFs" +msgstr "" + +#: src/components/dialogs/GifSelect.tsx:159 +msgid "Search Tenor" +msgstr "" + #: src/view/com/modals/ChangeEmail.tsx:110 msgid "Security Step Required" msgstr "Passo de Segurança Necessário" @@ -3816,6 +3951,14 @@ msgstr "Selecione uma conta" msgid "Select from an existing account" msgstr "Selecionar de uma conta existente" +#: src/view/com/composer/photos/SelectGifBtn.tsx:36 +msgid "Select GIF" +msgstr "" + +#: src/components/dialogs/GifSelect.tsx:253 +msgid "Select GIF \"{0}\"" +msgstr "" + #: src/view/screens/LanguageSettings.tsx:299 msgid "Select languages" msgstr "Selecionar idiomas" @@ -3876,8 +4019,8 @@ msgstr "Selecione seus feeds primários" msgid "Select your secondary algorithmic feeds" msgstr "Selecione seus feeds secundários" -#: src/view/com/modals/VerifyEmail.tsx:202 -#: src/view/com/modals/VerifyEmail.tsx:204 +#: src/view/com/modals/VerifyEmail.tsx:210 +#: src/view/com/modals/VerifyEmail.tsx:212 msgid "Send Confirmation Email" msgstr "Enviar E-mail de Confirmação" @@ -3904,6 +4047,11 @@ msgstr "Denunciar" msgid "Send report to {0}" msgstr "Denunciar via {0}" +#: src/view/screens/Settings/DisableEmail2FADialog.tsx:119 +#: src/view/screens/Settings/DisableEmail2FADialog.tsx:122 +msgid "Send verification email" +msgstr "" + #: src/view/com/modals/DeleteAccount.tsx:132 msgid "Sends email with confirmation code for account deletion" msgstr "Envia o e-mail com o código de confirmação para excluir a conta" @@ -3948,23 +4096,23 @@ msgstr "Configure sua conta" msgid "Sets Bluesky username" msgstr "Configura o usuário no Bluesky" -#: src/view/screens/Settings/index.tsx:458 +#: src/view/screens/Settings/index.tsx:436 msgid "Sets color theme to dark" msgstr "Define o tema para escuro" -#: src/view/screens/Settings/index.tsx:451 +#: src/view/screens/Settings/index.tsx:429 msgid "Sets color theme to light" msgstr "Define o tema para claro" -#: src/view/screens/Settings/index.tsx:445 +#: src/view/screens/Settings/index.tsx:423 msgid "Sets color theme to system setting" msgstr "Define o tema para seguir o sistema" -#: src/view/screens/Settings/index.tsx:484 +#: src/view/screens/Settings/index.tsx:462 msgid "Sets dark theme to the dark theme" msgstr "Define o tema escuro para o padrão" -#: src/view/screens/Settings/index.tsx:477 +#: src/view/screens/Settings/index.tsx:455 msgid "Sets dark theme to the dim theme" msgstr "Define o tema escuro para o menos escuro" @@ -3984,8 +4132,8 @@ 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:139 -#: src/view/screens/Settings/index.tsx:316 +#: src/Navigation.tsx:140 +#: src/view/screens/Settings/index.tsx:309 #: src/view/shell/desktop/LeftNav.tsx:437 #: src/view/shell/Drawer.tsx:576 #: src/view/shell/Drawer.tsx:577 @@ -4007,15 +4155,15 @@ msgstr "Compartilhar" #: src/view/com/profile/ProfileMenu.tsx:215 #: src/view/com/profile/ProfileMenu.tsx:224 -#: src/view/com/util/forms/PostDropdownBtn.tsx:236 -#: src/view/com/util/forms/PostDropdownBtn.tsx:245 +#: src/view/com/util/forms/PostDropdownBtn.tsx:240 +#: src/view/com/util/forms/PostDropdownBtn.tsx:249 #: src/view/com/util/post-ctrls/PostCtrls.tsx:237 #: src/view/screens/ProfileList.tsx:390 msgid "Share" msgstr "Compartilhar" #: src/view/com/profile/ProfileMenu.tsx:373 -#: src/view/com/util/forms/PostDropdownBtn.tsx:369 +#: src/view/com/util/forms/PostDropdownBtn.tsx:373 #: src/view/com/util/post-ctrls/PostCtrls.tsx:253 msgid "Share anyway" msgstr "Compartilhar assim" @@ -4038,7 +4186,7 @@ msgstr "Compartilha o link" #: src/components/moderation/LabelPreference.tsx:136 #: src/components/moderation/PostHider.tsx:107 #: src/screens/Onboarding/StepModeration/ModerationOption.tsx:54 -#: src/view/screens/Settings/index.tsx:366 +#: src/view/screens/Settings/index.tsx:359 msgid "Show" msgstr "Mostrar" @@ -4060,13 +4208,13 @@ 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:200 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:198 msgid "Show follows similar to {0}" msgstr "Mostrar usuários parecidos com {0}" -#: src/view/com/post-thread/PostThreadItem.tsx:501 -#: src/view/com/post/Post.tsx:212 -#: src/view/com/posts/FeedItem.tsx:360 +#: src/view/com/post-thread/PostThreadItem.tsx:507 +#: src/view/com/post/Post.tsx:215 +#: src/view/com/posts/FeedItem.tsx:362 msgid "Show More" msgstr "Mostrar Mais" @@ -4143,7 +4291,7 @@ msgstr "Mostra posts de {0} no seu feed" #: src/components/dialogs/Signin.tsx:99 #: src/screens/Login/index.tsx:100 #: src/screens/Login/index.tsx:119 -#: src/screens/Login/LoginForm.tsx:131 +#: src/screens/Login/LoginForm.tsx:148 #: src/view/com/auth/SplashScreen.tsx:63 #: src/view/com/auth/SplashScreen.tsx:72 #: src/view/com/auth/SplashScreen.web.tsx:107 @@ -4154,9 +4302,9 @@ msgstr "Mostra posts de {0} no seu feed" #: src/view/shell/bottom-bar/BottomBarWeb.tsx:178 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:179 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:181 -#: src/view/shell/NavSignupCard.tsx:63 -#: src/view/shell/NavSignupCard.tsx:64 -#: src/view/shell/NavSignupCard.tsx:66 +#: src/view/shell/NavSignupCard.tsx:69 +#: src/view/shell/NavSignupCard.tsx:70 +#: src/view/shell/NavSignupCard.tsx:72 msgid "Sign in" msgstr "Fazer login" @@ -4176,8 +4324,8 @@ msgstr "Faça login ou crie sua conta para entrar na conversa!" msgid "Sign into Bluesky or create a new account" msgstr "Faça login no Bluesky ou crie uma nova conta" -#: src/view/screens/Settings/index.tsx:118 -#: src/view/screens/Settings/index.tsx:121 +#: src/view/screens/Settings/index.tsx:111 +#: src/view/screens/Settings/index.tsx:114 msgid "Sign out" msgstr "Sair" @@ -4187,9 +4335,9 @@ msgstr "Sair" #: src/view/shell/bottom-bar/BottomBarWeb.tsx:168 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:169 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:171 -#: src/view/shell/NavSignupCard.tsx:54 -#: src/view/shell/NavSignupCard.tsx:55 -#: src/view/shell/NavSignupCard.tsx:57 +#: src/view/shell/NavSignupCard.tsx:60 +#: src/view/shell/NavSignupCard.tsx:61 +#: src/view/shell/NavSignupCard.tsx:63 msgid "Sign up" msgstr "Inscrever-se" @@ -4202,7 +4350,7 @@ msgstr "Inscreva-se ou faça login para se juntar à conversa" msgid "Sign-in Required" msgstr "É Necessário Fazer Login" -#: src/view/screens/Settings/index.tsx:377 +#: src/view/screens/Settings/index.tsx:370 msgid "Signed in as" msgstr "Entrou como" @@ -4262,7 +4410,7 @@ msgstr "Esportes" msgid "Square" msgstr "Quadrado" -#: src/view/screens/Settings/index.tsx:867 +#: src/view/screens/Settings/index.tsx:862 msgid "Status page" msgstr "Página de status" @@ -4270,12 +4418,12 @@ msgstr "Página de status" msgid "Step" msgstr "Passo" -#: src/view/screens/Settings/index.tsx:295 +#: src/view/screens/Settings/index.tsx:288 msgid "Storage cleared, you need to restart the app now." msgstr "Armazenamento limpo, você precisa reiniciar o app agora." -#: src/Navigation.tsx:211 -#: src/view/screens/Settings/index.tsx:795 +#: src/Navigation.tsx:212 +#: src/view/screens/Settings/index.tsx:790 msgid "Storybook" msgstr "Storybook" @@ -4309,7 +4457,7 @@ msgstr "Inscrever-se neste rotulador" msgid "Subscribe to this list" msgstr "Inscreva-se nesta lista" -#: src/view/screens/Search/Search.tsx:523 +#: src/view/screens/Search/Search.tsx:476 msgid "Suggested Follows" msgstr "Sugestões de Seguidores" @@ -4321,30 +4469,30 @@ msgstr "Sugeridos para você" msgid "Suggestive" msgstr "Sugestivo" -#: src/Navigation.tsx:226 +#: src/Navigation.tsx:227 #: src/view/screens/Support.tsx:30 #: src/view/screens/Support.tsx:33 msgid "Support" msgstr "Suporte" -#: src/components/dialogs/SwitchAccount.tsx:46 -#: src/components/dialogs/SwitchAccount.tsx:49 +#: src/components/dialogs/SwitchAccount.tsx:47 +#: src/components/dialogs/SwitchAccount.tsx:50 msgid "Switch Account" msgstr "Alterar Conta" -#: src/view/screens/Settings/index.tsx:150 +#: src/view/screens/Settings/index.tsx:143 msgid "Switch to {0}" msgstr "Trocar para {0}" -#: src/view/screens/Settings/index.tsx:151 +#: src/view/screens/Settings/index.tsx:144 msgid "Switches the account you are logged in to" msgstr "Troca a conta que você está autenticado" -#: src/view/screens/Settings/index.tsx:442 +#: src/view/screens/Settings/index.tsx:420 msgid "System" msgstr "Sistema" -#: src/view/screens/Settings/index.tsx:783 +#: src/view/screens/Settings/index.tsx:778 msgid "System log" msgstr "Log do sistema" @@ -4372,9 +4520,9 @@ msgstr "Tecnologia" msgid "Terms" msgstr "Termos" -#: src/Navigation.tsx:236 +#: src/Navigation.tsx:237 #: src/screens/Signup/StepInfo/Policies.tsx:49 -#: src/view/screens/Settings/index.tsx:881 +#: src/view/screens/Settings/index.tsx:876 #: src/view/screens/TermsOfService.tsx:29 #: src/view/shell/Drawer.tsx:265 msgid "Terms of Service" @@ -4406,7 +4554,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:282 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:280 #: src/view/com/profile/ProfileMenu.tsx:349 msgid "The account will be able to interact with you after unblocking." msgstr "A conta poderá interagir com você após o desbloqueio." @@ -4469,6 +4617,10 @@ msgstr "Tivemos um problema ao remover este feed, por favor verifique sua conex msgid "There was an an issue updating your feeds, please check your internet connection and try again." msgstr "Tivemos um problema ao atualizar seus feeds, por favor verifique sua conexão com a internet e tente novamente." +#: src/components/dialogs/GifSelect.tsx:201 +msgid "There was an issue connecting to Tenor." +msgstr "" + #: src/view/screens/ProfileFeed.tsx:247 #: src/view/screens/ProfileList.tsx:277 #: src/view/screens/SavedFeeds.tsx:211 @@ -4513,9 +4665,9 @@ msgstr "Tivemos um problema ao sincronizar suas configurações" msgid "There was an issue with fetching your app passwords" msgstr "Tivemos um problema ao carregar suas senhas de app." -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:105 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:127 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:141 +#: 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:106 @@ -4534,7 +4686,8 @@ msgstr "Tivemos um problema! {0}" msgid "There was an issue. Please check your internet connection and try again." msgstr "Tivemos algum problema. Por favor verifique sua conexão com a internet e tente novamente." -#: src/view/com/util/ErrorBoundary.tsx:51 +#: src/components/dialogs/GifSelect.tsx:289 +#: 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 "Houve um problema inesperado no aplicativo. Por favor, deixe-nos saber se isso aconteceu com você!" @@ -4601,7 +4754,7 @@ msgstr "Este feed está vazio! Talvez você precise seguir mais usuários ou con msgid "This information is not shared with other users." msgstr "Esta informação não é compartilhada com outros usuários." -#: src/view/com/modals/VerifyEmail.tsx:119 +#: src/view/com/modals/VerifyEmail.tsx:127 msgid "This is important in case you ever need to change your email or reset your password." msgstr "Isso é importante caso você precise alterar seu e-mail ou redefinir sua senha." @@ -4629,16 +4782,16 @@ msgstr "Este serviço de moderação está indisponível. Veja mais detalhes aba msgid "This name is already in use" msgstr "Você já tem uma senha com esse nome" -#: src/view/com/post-thread/PostThreadItem.tsx:125 +#: src/view/com/post-thread/PostThreadItem.tsx:126 msgid "This post has been deleted." msgstr "Este post foi excluído." -#: src/view/com/util/forms/PostDropdownBtn.tsx:366 +#: src/view/com/util/forms/PostDropdownBtn.tsx:370 #: src/view/com/util/post-ctrls/PostCtrls.tsx:250 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:348 +#: src/view/com/util/forms/PostDropdownBtn.tsx:352 msgid "This post will be hidden from feeds." msgstr "Este post será escondido de todos os feeds." @@ -4687,12 +4840,12 @@ msgstr "Este aviso só está disponível para publicações com mídia anexada." 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." -#: src/view/screens/Settings/index.tsx:525 +#: src/view/screens/Settings/index.tsx:526 msgid "Thread preferences" msgstr "Preferências das Threads" #: src/view/screens/PreferencesThreads.tsx:53 -#: src/view/screens/Settings/index.tsx:535 +#: src/view/screens/Settings/index.tsx:536 msgid "Thread Preferences" msgstr "Preferências das Threads" @@ -4700,10 +4853,14 @@ msgstr "Preferências das Threads" msgid "Threaded Mode" msgstr "Visualização de Threads" -#: src/Navigation.tsx:269 +#: src/Navigation.tsx:270 msgid "Threads Preferences" msgstr "Preferências das Threads" +#: src/view/screens/Settings/DisableEmail2FADialog.tsx:102 +msgid "To disable the email 2FA method, please verify your access to the email address." +msgstr "" + #: src/components/ReportDialog/SelectLabelerView.tsx:33 msgid "To whom would you like to send this report?" msgstr "Para quem você gostaria de enviar esta denúncia?" @@ -4720,7 +4877,8 @@ msgstr "Alternar menu suspenso" msgid "Toggle to enable or disable adult content" msgstr "Ligar ou desligar conteúdo adulto" -#: src/view/screens/Search/Search.tsx:427 +#: src/screens/Hashtag.tsx:88 +#: src/view/screens/Search/Search.tsx:418 msgid "Top" msgstr "Principais" @@ -4728,10 +4886,10 @@ msgstr "Principais" msgid "Transformations" msgstr "Transformações" -#: src/view/com/post-thread/PostThreadItem.tsx:638 -#: src/view/com/post-thread/PostThreadItem.tsx:640 -#: src/view/com/util/forms/PostDropdownBtn.tsx:220 +#: src/view/com/post-thread/PostThreadItem.tsx:644 +#: src/view/com/post-thread/PostThreadItem.tsx:646 #: src/view/com/util/forms/PostDropdownBtn.tsx:222 +#: src/view/com/util/forms/PostDropdownBtn.tsx:224 msgid "Translate" msgstr "Traduzir" @@ -4740,6 +4898,10 @@ msgctxt "action" msgid "Try again" msgstr "Tentar novamente" +#: src/view/screens/Settings/index.tsx:695 +msgid "Two-factor authentication" +msgstr "" + #: src/view/com/modals/ChangeHandle.tsx:428 msgid "Type:" msgstr "Tipo:" @@ -4754,21 +4916,21 @@ msgstr "Dessilenciar lista" #: src/screens/Login/ForgotPasswordForm.tsx:74 #: src/screens/Login/index.tsx:78 -#: src/screens/Login/LoginForm.tsx:119 +#: src/screens/Login/LoginForm.tsx:136 #: src/screens/Login/SetNewPasswordForm.tsx:77 #: src/screens/Signup/index.tsx:64 #: src/view/com/modals/ChangePassword.tsx:70 msgid "Unable to contact your service. Please check your Internet connection." msgstr "Não foi possível entrar em contato com seu serviço. Por favor, verifique sua conexão à internet." -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:181 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:286 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:179 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:284 #: src/view/com/profile/ProfileMenu.tsx:361 #: src/view/screens/ProfileList.tsx:574 msgid "Unblock" msgstr "Desbloquear" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:186 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:184 msgctxt "action" msgid "Unblock" msgstr "Desbloquear" @@ -4778,7 +4940,7 @@ msgstr "Desbloquear" msgid "Unblock Account" msgstr "Desbloquear Conta" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:280 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:278 #: src/view/com/profile/ProfileMenu.tsx:343 msgid "Unblock Account?" msgstr "Desbloquear Conta?" @@ -4800,7 +4962,7 @@ msgctxt "action" msgid "Unfollow" msgstr "Deixar de seguir" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:220 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:218 msgid "Unfollow {0}" msgstr "Deixar de seguir {0}" @@ -4835,8 +4997,8 @@ msgstr "Dessilenciar conta" msgid "Unmute all {displayTag} posts" msgstr "Dessilenciar posts com {displayTag}" -#: src/view/com/util/forms/PostDropdownBtn.tsx:269 -#: src/view/com/util/forms/PostDropdownBtn.tsx:274 +#: src/view/com/util/forms/PostDropdownBtn.tsx:273 +#: src/view/com/util/forms/PostDropdownBtn.tsx:278 msgid "Unmute thread" msgstr "Dessilenciar thread" @@ -4986,13 +5148,11 @@ msgstr "Lista de usuários atualizada" msgid "User Lists" msgstr "Listas de Usuários" -#: src/screens/Login/LoginForm.tsx:151 +#: src/screens/Login/LoginForm.tsx:168 msgid "Username or email address" msgstr "Nome de usuário ou endereço de e-mail" #: src/view/screens/ProfileList.tsx:813 -#: src/view/screens/Search/Search.tsx:473 -#: src/view/screens/Search/Search.tsx:482 msgid "Users" msgstr "Usuários" @@ -5016,15 +5176,15 @@ msgstr "Conteúdo:" msgid "Verify {0}" msgstr "Verificar {0}" -#: src/view/screens/Settings/index.tsx:906 +#: src/view/screens/Settings/index.tsx:901 msgid "Verify email" msgstr "Verificar e-mail" -#: src/view/screens/Settings/index.tsx:931 +#: src/view/screens/Settings/index.tsx:926 msgid "Verify my email" msgstr "Verificar meu e-mail" -#: src/view/screens/Settings/index.tsx:940 +#: src/view/screens/Settings/index.tsx:935 msgid "Verify My Email" msgstr "Verificar Meu Email" @@ -5033,11 +5193,11 @@ msgstr "Verificar Meu Email" msgid "Verify New Email" msgstr "Verificar Novo E-mail" -#: src/view/com/modals/VerifyEmail.tsx:103 +#: src/view/com/modals/VerifyEmail.tsx:111 msgid "Verify Your Email" msgstr "Verificar Seu E-mail" -#: src/view/screens/Settings/index.tsx:857 +#: src/view/screens/Settings/index.tsx:852 msgid "Version {0}" msgstr "Versão {0}" @@ -5069,8 +5229,8 @@ msgstr "Ver thread completa" msgid "View information about these labels" msgstr "Ver informações sobre estes rótulos" -#: src/components/ProfileHoverCard/index.web.tsx:264 -#: src/components/ProfileHoverCard/index.web.tsx:293 +#: src/components/ProfileHoverCard/index.web.tsx:379 +#: src/components/ProfileHoverCard/index.web.tsx:408 #: src/view/com/posts/FeedErrorMessage.tsx:166 msgid "View profile" msgstr "Ver perfil" @@ -5107,7 +5267,7 @@ msgstr "Avisar" msgid "Warn content and filter from feeds" msgstr "Avisar e filtrar dos feeds" -#: src/screens/Hashtag.tsx:133 +#: src/screens/Hashtag.tsx:210 msgid "We couldn't find any results for that hashtag." msgstr "Não encontramos nenhum post com esta hashtag." @@ -5163,11 +5323,11 @@ msgstr "Tivemos um problema ao exibir esta lista. Se continuar acontecendo, cont 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:322 +#: src/view/screens/Search/Search.tsx:323 msgid "We're sorry, but your search could not be completed. Please try again in a few minutes." msgstr "Lamentamos, mas sua busca não pôde ser concluída. Por favor, tente novamente em alguns minutos." -#: src/components/Lists.tsx:188 +#: src/components/Lists.tsx:197 #: src/view/screens/NotFound.tsx:48 msgid "We're sorry! We can't find the page you were looking for." msgstr "Sentimos muito! Não conseguimos encontrar a página que você estava procurando." @@ -5186,7 +5346,7 @@ msgstr "Do que você gosta?" #: src/view/com/auth/SplashScreen.tsx:40 #: src/view/com/auth/SplashScreen.web.tsx:81 -#: src/view/com/composer/Composer.tsx:296 +#: src/view/com/composer/Composer.tsx:306 msgid "What's up?" msgstr "E aí?" @@ -5227,11 +5387,11 @@ msgstr "Por que este usuário deve ser revisado?" msgid "Wide" msgstr "Largo" -#: src/view/com/composer/Composer.tsx:436 +#: src/view/com/composer/Composer.tsx:467 msgid "Write post" msgstr "Escrever post" -#: src/view/com/composer/Composer.tsx:295 +#: src/view/com/composer/Composer.tsx:305 #: src/view/com/composer/Prompt.tsx:37 msgid "Write your reply" msgstr "Escreva sua resposta" @@ -5335,7 +5495,7 @@ msgstr "Você não tem feeds." msgid "You have no lists." msgstr "Você não tem listas." -#: src/view/screens/ModerationBlockedAccounts.tsx:138 +#: src/view/screens/ModerationBlockedAccounts.tsx:137 msgid "You have not blocked any accounts yet. To block an account, go to their profile and select \"Block account\" from the menu on their account." msgstr "Você ainda não bloqueou nenhuma conta. Para bloquear uma conta, acesse um perfil e selecione \"Bloquear conta\" no menu." @@ -5436,7 +5596,7 @@ msgstr "Seu e-mail parece ser inválido." msgid "Your email has been updated but not verified. As a next step, please verify your new email." msgstr "Seu e-mail foi atualizado mas não foi verificado. Como próximo passo, por favor verifique seu novo e-mail." -#: src/view/com/modals/VerifyEmail.tsx:114 +#: src/view/com/modals/VerifyEmail.tsx:122 msgid "Your email has not yet been verified. This is an important security step which we recommend." msgstr "Seu e-mail ainda não foi verificado. Esta é uma etapa importante de segurança que recomendamos." @@ -5460,7 +5620,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:284 +#: src/view/com/composer/Composer.tsx:294 msgid "Your post has been published" msgstr "Seu post foi publicado" @@ -5470,11 +5630,11 @@ msgstr "Seu post foi publicado" msgid "Your posts, likes, and blocks are public. Mutes are private." msgstr "Suas postagens, curtidas e bloqueios são públicos. Silenciamentos são privados." -#: src/view/screens/Settings/index.tsx:136 +#: src/view/screens/Settings/index.tsx:129 msgid "Your profile" msgstr "Seu perfil" -#: src/view/com/composer/Composer.tsx:283 +#: src/view/com/composer/Composer.tsx:293 msgid "Your reply has been published" msgstr "Sua resposta foi publicada" diff --git a/src/locale/locales/tr/messages.po b/src/locale/locales/tr/messages.po index 0dab4a72..17fd1eb4 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/view/com/modals/VerifyEmail.tsx:142 +#: src/view/com/modals/VerifyEmail.tsx:150 msgid "(no email)" msgstr "(e-posta yok)" @@ -21,7 +21,7 @@ msgstr "(e-posta yok)" #~ msgid "{0, plural, one {# invite code available} other {# invite codes available}}" #~ msgstr "{0, plural, one {# davet kodu mevcut} other {# davet kodları mevcut}}" -#: src/components/ProfileHoverCard/index.web.tsx:323 +#: src/components/ProfileHoverCard/index.web.tsx:438 #: src/screens/Profile/Header/Metrics.tsx:44 msgid "{following} following" msgstr "{following} takip ediliyor" @@ -50,11 +50,11 @@ msgstr "<0/> üyeleri" msgid "<0>{0} following" msgstr "" -#: src/components/ProfileHoverCard/index.web.tsx:314 +#: src/components/ProfileHoverCard/index.web.tsx:429 msgid "<0>{followers} <1>{pluralizedFollowers}" msgstr "" -#: src/components/ProfileHoverCard/index.web.tsx:326 +#: src/components/ProfileHoverCard/index.web.tsx:441 #: src/screens/Profile/Header/Metrics.tsx:45 msgid "<0>{following} <1>following" msgstr "<0>{following} <1>takip ediliyor" @@ -75,6 +75,10 @@ msgstr "<0>Bluesky'e<1>Hoşgeldiniz" msgid "⚠Invalid Handle" msgstr "⚠Geçersiz Kullanıcı Adı" +#: src/screens/Login/LoginForm.tsx:238 +msgid "2FA Confirmation" +msgstr "" + #: src/view/com/util/moderation/LabelInfo.tsx:45 #~ msgid "A content warning has been applied to this {0}." #~ msgstr "Bu {0} için bir içerik uyarısı uygulandı." @@ -83,8 +87,8 @@ msgstr "⚠Geçersiz Kullanıcı Adı" #~ 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:89 -#: src/view/screens/Search/Search.tsx:796 +#: src/view/com/util/ViewHeader.tsx:91 +#: src/view/screens/Search/Search.tsx:727 msgid "Access navigation links and settings" msgstr "Gezinme bağlantılarına ve ayarlara erişin" @@ -93,17 +97,26 @@ msgid "Access profile and other navigation links" msgstr "Profil ve diğer gezinme bağlantılarına erişin" #: src/view/com/modals/EditImage.tsx:300 -#: src/view/screens/Settings/index.tsx:421 +#: src/view/screens/Settings/index.tsx:493 msgid "Accessibility" msgstr "Erişilebilirlik" +#: src/view/screens/Settings/index.tsx:484 +msgid "Accessibility settings" +msgstr "" + +#: src/Navigation.tsx:284 +#: src/view/screens/AccessibilitySettings.tsx:63 +msgid "Accessibility Settings" +msgstr "" + #: src/components/moderation/LabelsOnMe.tsx:42 msgid "account" msgstr "" -#: src/screens/Login/LoginForm.tsx:144 -#: src/view/screens/Settings/index.tsx:330 -#: src/view/screens/Settings/index.tsx:707 +#: src/screens/Login/LoginForm.tsx:161 +#: src/view/screens/Settings/index.tsx:323 +#: src/view/screens/Settings/index.tsx:702 msgid "Account" msgstr "Hesap" @@ -136,7 +149,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:137 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:135 #: src/view/com/profile/ProfileMenu.tsx:128 msgid "Account unblocked" msgstr "Hesap engeli kaldırıldı" @@ -165,9 +178,9 @@ msgstr "Bir içerik uyarısı ekleyin" msgid "Add a user to this list" msgstr "Bu listeye bir kullanıcı ekleyin" -#: src/components/dialogs/SwitchAccount.tsx:55 -#: src/view/screens/Settings/index.tsx:405 -#: src/view/screens/Settings/index.tsx:414 +#: src/components/dialogs/SwitchAccount.tsx:56 +#: src/view/screens/Settings/index.tsx:398 +#: src/view/screens/Settings/index.tsx:407 msgid "Add account" msgstr "Hesap ekle" @@ -193,12 +206,12 @@ msgstr "Uygulama Şifresi Ekle" #~ msgstr "Rapor için detaylar ekleyin" #: src/view/com/composer/Composer.tsx:467 -msgid "Add link card" -msgstr "Bağlantı kartı ekle" +#~ msgid "Add link card" +#~ msgstr "Bağlantı kartı ekle" #: src/view/com/composer/Composer.tsx:472 -msgid "Add link card:" -msgstr "Bağlantı kartı ekle:" +#~ msgid "Add link card:" +#~ msgstr "Bağlantı kartı ekle:" #: src/components/dialogs/MutedWords.tsx:157 msgid "Add mute word for configured settings" @@ -253,7 +266,7 @@ msgid "Adult content is disabled." msgstr "" #: src/screens/Moderation/index.tsx:375 -#: src/view/screens/Settings/index.tsx:635 +#: src/view/screens/Settings/index.tsx:636 msgid "Advanced" msgstr "Gelişmiş" @@ -275,6 +288,7 @@ msgid "ALT" msgstr "ALT" #: src/view/com/modals/EditImage.tsx:316 +#: src/view/screens/AccessibilitySettings.tsx:77 msgid "Alt text" msgstr "Alternatif metin" @@ -282,7 +296,8 @@ msgstr "Alternatif metin" msgid "Alt text describes images for blind and low-vision users, and helps give context to everyone." msgstr "Alternatif metin, görme engelli ve düşük görme yeteneğine sahip kullanıcılar için resimleri tanımlar ve herkes için bağlam sağlamaya yardımcı olur." -#: src/view/com/modals/VerifyEmail.tsx:124 +#: src/view/com/modals/VerifyEmail.tsx:132 +#: src/view/screens/Settings/DisableEmail2FADialog.tsx:96 msgid "An email has been sent to {0}. It includes a confirmation code which you can enter below." msgstr "{0} adresine bir e-posta gönderildi. Aşağıda girebileceğiniz bir onay kodu içerir." @@ -290,6 +305,10 @@ msgstr "{0} adresine bir e-posta gönderildi. Aşağıda girebileceğiniz bir on msgid "An email has been sent to your previous address, {0}. It includes a confirmation code which you can enter below." msgstr "Önceki adresinize, {0} bir e-posta gönderildi. Aşağıda girebileceğiniz bir onay kodu içerir." +#: src/components/dialogs/GifSelect.tsx:284 +msgid "An error occured" +msgstr "" + #: src/lib/moderation/useReportOptions.ts:26 msgid "An issue not included in these options" msgstr "" @@ -312,6 +331,10 @@ msgstr "ve" msgid "Animals" msgstr "Hayvanlar" +#: src/view/com/util/post-embeds/GifEmbed.tsx:134 +msgid "Animated GIF" +msgstr "" + #: src/lib/moderation/useReportOptions.ts:31 msgid "Anti-Social Behavior" msgstr "" @@ -332,13 +355,13 @@ msgstr "Uygulama Şifre adları yalnızca harfler, sayılar, boşluklar, tireler msgid "App Password names must be at least 4 characters long." msgstr "Uygulama Şifre adları en az 4 karakter uzunluğunda olmalıdır." -#: src/view/screens/Settings/index.tsx:646 +#: src/view/screens/Settings/index.tsx:647 msgid "App password settings" msgstr "Uygulama şifresi ayarları" -#: src/Navigation.tsx:251 +#: src/Navigation.tsx:252 #: src/view/screens/AppPasswords.tsx:189 -#: src/view/screens/Settings/index.tsx:655 +#: src/view/screens/Settings/index.tsx:656 msgid "App Passwords" msgstr "Uygulama Şifreleri" @@ -371,7 +394,7 @@ msgstr "" #~ msgid "Appeal this decision." #~ msgstr "Bu karara itiraz et." -#: src/view/screens/Settings/index.tsx:436 +#: src/view/screens/Settings/index.tsx:414 msgid "Appearance" msgstr "Görünüm" @@ -383,7 +406,7 @@ msgstr "\"{name}\" uygulama şifresini silmek istediğinizden emin misiniz?" msgid "Are you sure you want to remove {0} from your feeds?" msgstr "" -#: src/view/com/composer/Composer.tsx:509 +#: src/view/com/composer/Composer.tsx:523 msgid "Are you sure you'd like to discard this draft?" msgstr "Bu taslağı silmek istediğinizden emin misiniz?" @@ -417,13 +440,13 @@ msgstr "" #: src/screens/Login/ChooseAccountForm.tsx:78 #: src/screens/Login/ForgotPasswordForm.tsx:129 #: src/screens/Login/ForgotPasswordForm.tsx:135 -#: src/screens/Login/LoginForm.tsx:221 -#: src/screens/Login/LoginForm.tsx:227 +#: src/screens/Login/LoginForm.tsx:269 +#: src/screens/Login/LoginForm.tsx:275 #: src/screens/Login/SetNewPasswordForm.tsx:160 #: src/screens/Login/SetNewPasswordForm.tsx:166 #: src/screens/Profile/Header/Shell.tsx:96 #: src/screens/Signup/index.tsx:180 -#: src/view/com/util/ViewHeader.tsx:87 +#: src/view/com/util/ViewHeader.tsx:89 msgid "Back" msgstr "Geri" @@ -436,7 +459,7 @@ msgstr "Geri" msgid "Based on your interest in {interestsText}" msgstr "{interestsText} ilginize dayalı" -#: src/view/screens/Settings/index.tsx:493 +#: src/view/screens/Settings/index.tsx:471 msgid "Basics" msgstr "Temel" @@ -444,11 +467,11 @@ msgstr "Temel" msgid "Birthday" msgstr "Doğum günü" -#: src/view/screens/Settings/index.tsx:362 +#: src/view/screens/Settings/index.tsx:355 msgid "Birthday:" msgstr "Doğum günü:" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:286 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:284 #: src/view/com/profile/ProfileMenu.tsx:361 msgid "Block" msgstr "" @@ -488,8 +511,8 @@ msgstr "Engellendi" msgid "Blocked accounts" msgstr "Engellenen hesaplar" -#: src/Navigation.tsx:134 -#: src/view/screens/ModerationBlockedAccounts.tsx:113 +#: src/Navigation.tsx:135 +#: src/view/screens/ModerationBlockedAccounts.tsx:112 msgid "Blocked Accounts" msgstr "Engellenen Hesaplar" @@ -497,7 +520,7 @@ msgstr "Engellenen Hesaplar" msgid "Blocked accounts cannot reply in your threads, mention you, or otherwise interact with you." msgstr "Engellenen hesaplar, konularınıza yanıt veremez, sizi bahsedemez veya başka şekilde sizinle etkileşime giremez." -#: src/view/screens/ModerationBlockedAccounts.tsx:121 +#: src/view/screens/ModerationBlockedAccounts.tsx:120 msgid "Blocked accounts cannot reply in your threads, mention you, or otherwise interact with you. You will not see their content and they will be prevented from seeing yours." msgstr "Engellenen hesaplar, konularınıza yanıt veremez, sizi bahsedemez veya başka şekilde sizinle etkileşime giremez. Onların içeriğini görmeyeceksiniz ve onlar da sizinkini görmekten alıkonulacaklar." @@ -605,7 +628,7 @@ msgstr "" msgid "by you" msgstr "siz tarafından" -#: src/view/com/composer/photos/OpenCameraBtn.tsx:77 +#: src/view/com/composer/photos/OpenCameraBtn.tsx:73 msgid "Camera" msgstr "Kamera" @@ -617,8 +640,8 @@ msgstr "Yalnızca harfler, sayılar, boşluklar, tireler ve alt çizgiler içere #: src/components/Prompt.tsx:113 #: src/components/Prompt.tsx:115 #: src/components/TagMenu/index.tsx:268 -#: src/view/com/composer/Composer.tsx:317 -#: src/view/com/composer/Composer.tsx:322 +#: src/view/com/composer/Composer.tsx:349 +#: src/view/com/composer/Composer.tsx:354 #: src/view/com/modals/ChangeEmail.tsx:218 #: src/view/com/modals/ChangeEmail.tsx:220 #: src/view/com/modals/ChangeHandle.tsx:154 @@ -633,9 +656,9 @@ msgstr "Yalnızca harfler, sayılar, boşluklar, tireler ve alt çizgiler içere #: src/view/com/modals/LinkWarning.tsx:105 #: src/view/com/modals/LinkWarning.tsx:107 #: src/view/com/modals/Repost.tsx:88 -#: src/view/com/modals/VerifyEmail.tsx:247 -#: src/view/com/modals/VerifyEmail.tsx:253 -#: src/view/screens/Search/Search.tsx:865 +#: src/view/com/modals/VerifyEmail.tsx:255 +#: src/view/com/modals/VerifyEmail.tsx:261 +#: src/view/screens/Search/Search.tsx:796 #: src/view/shell/desktop/Search.tsx:239 msgid "Cancel" msgstr "İptal" @@ -681,34 +704,34 @@ msgstr "Aramayı iptal et" msgid "Cancels opening the linked website" msgstr "" -#: src/view/com/modals/VerifyEmail.tsx:152 +#: src/view/com/modals/VerifyEmail.tsx:160 msgid "Change" msgstr "" -#: src/view/screens/Settings/index.tsx:356 +#: src/view/screens/Settings/index.tsx:349 msgctxt "action" msgid "Change" msgstr "Değiştir" -#: src/view/screens/Settings/index.tsx:667 +#: src/view/screens/Settings/index.tsx:668 msgid "Change handle" msgstr "Kullanıcı adını değiştir" #: src/view/com/modals/ChangeHandle.tsx:162 -#: src/view/screens/Settings/index.tsx:678 +#: src/view/screens/Settings/index.tsx:679 msgid "Change Handle" msgstr "Kullanıcı Adını Değiştir" -#: src/view/com/modals/VerifyEmail.tsx:147 +#: src/view/com/modals/VerifyEmail.tsx:155 msgid "Change my email" msgstr "E-postamı değiştir" -#: src/view/screens/Settings/index.tsx:718 +#: src/view/screens/Settings/index.tsx:713 msgid "Change password" msgstr "Şifre değiştir" #: src/view/com/modals/ChangePassword.tsx:141 -#: src/view/screens/Settings/index.tsx:729 +#: src/view/screens/Settings/index.tsx:724 msgid "Change Password" msgstr "Şifre Değiştir" @@ -737,6 +760,10 @@ msgstr "Bazı önerilen beslemelere göz atın. Eklemek için + simgesine dokunu msgid "Check out some recommended users. Follow them to see similar users." msgstr "Bazı önerilen kullanıcılara göz atın. Benzer kullanıcıları görmek için onları takip edin." +#: src/screens/Login/LoginForm.tsx:262 +msgid "Check your email for a login code and enter it here." +msgstr "" + #: src/view/com/modals/DeleteAccount.tsx:168 msgid "Check your inbox for an email with the confirmation code to enter below:" msgstr "Aşağıya gireceğiniz onay kodu içeren bir e-posta için gelen kutunuzu kontrol edin:" @@ -770,32 +797,32 @@ msgstr "Ana beslemelerinizi seçin" msgid "Choose your password" msgstr "Şifrenizi seçin" -#: src/view/screens/Settings/index.tsx:832 +#: src/view/screens/Settings/index.tsx:827 msgid "Clear all legacy storage data" msgstr "Tüm eski depolama verilerini temizle" -#: src/view/screens/Settings/index.tsx:835 +#: src/view/screens/Settings/index.tsx:830 msgid "Clear all legacy storage data (restart after this)" msgstr "Tüm eski depolama verilerini temizle (bundan sonra yeniden başlat)" -#: src/view/screens/Settings/index.tsx:844 +#: src/view/screens/Settings/index.tsx:839 msgid "Clear all storage data" msgstr "Tüm depolama verilerini temizle" -#: src/view/screens/Settings/index.tsx:847 +#: src/view/screens/Settings/index.tsx:842 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:846 +#: src/view/screens/Search/Search.tsx:777 msgid "Clear search query" msgstr "Arama sorgusunu temizle" -#: src/view/screens/Settings/index.tsx:833 +#: src/view/screens/Settings/index.tsx:828 msgid "Clears all legacy storage data" msgstr "" -#: src/view/screens/Settings/index.tsx:845 +#: src/view/screens/Settings/index.tsx:840 msgid "Clears all storage data" msgstr "" @@ -808,20 +835,21 @@ msgid "Click here to open tag menu for {tag}" msgstr "" #: src/components/RichText.tsx:198 -msgid "Click here to open tag menu for #{tag}" -msgstr "" +#~ msgid "Click here to open tag menu for #{tag}" +#~ msgstr "" #: src/screens/Onboarding/index.tsx:35 msgid "Climate" msgstr "İklim" +#: src/components/dialogs/GifSelect.tsx:300 #: src/view/com/modals/ChangePassword.tsx:267 #: src/view/com/modals/ChangePassword.tsx:270 msgid "Close" msgstr "Kapat" -#: src/components/Dialog/index.web.tsx:106 -#: src/components/Dialog/index.web.tsx:218 +#: src/components/Dialog/index.web.tsx:111 +#: src/components/Dialog/index.web.tsx:246 msgid "Close active dialog" msgstr "Etkin iletişim kutusunu kapat" @@ -833,6 +861,14 @@ msgstr "Uyarıyı kapat" msgid "Close bottom drawer" msgstr "Alt çekmeceyi kapat" +#: src/components/dialogs/GifSelect.tsx:294 +msgid "Close dialog" +msgstr "" + +#: src/components/dialogs/GifSelect.tsx:150 +msgid "Close GIF dialog" +msgstr "" + #: src/view/com/lightbox/ImageViewing/components/ImageDefaultHeader.tsx:36 msgid "Close image" msgstr "Resmi kapat" @@ -841,7 +877,7 @@ msgstr "Resmi kapat" msgid "Close image viewer" msgstr "Resim görüntüleyiciyi kapat" -#: src/view/shell/index.web.tsx:57 +#: src/view/shell/index.web.tsx:61 msgid "Close navigation footer" msgstr "Gezinme altbilgisini kapat" @@ -850,7 +886,7 @@ msgstr "Gezinme altbilgisini kapat" msgid "Close this dialog" msgstr "" -#: src/view/shell/index.web.tsx:58 +#: src/view/shell/index.web.tsx:62 msgid "Closes bottom navigation bar" msgstr "Alt gezinme çubuğunu kapatır" @@ -858,7 +894,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:319 +#: src/view/com/composer/Composer.tsx:351 msgid "Closes post composer and discards post draft" msgstr "Gönderi bestecisini kapatır ve gönderi taslağını siler" @@ -878,7 +914,7 @@ msgstr "Komedi" msgid "Comics" msgstr "Çizgi romanlar" -#: src/Navigation.tsx:241 +#: src/Navigation.tsx:242 #: src/view/screens/CommunityGuidelines.tsx:32 msgid "Community Guidelines" msgstr "Topluluk Kuralları" @@ -891,7 +927,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:438 +#: src/view/com/composer/Composer.tsx:469 msgid "Compose posts up to {MAX_GRAPHEME_LENGTH} characters in length" msgstr "En fazla {MAX_GRAPHEME_LENGTH} karakter uzunluğunda gönderiler oluşturun" @@ -914,10 +950,12 @@ msgstr "" #: src/components/Prompt.tsx:153 #: src/components/Prompt.tsx:156 #: src/view/com/modals/SelfLabel.tsx:154 -#: src/view/com/modals/VerifyEmail.tsx:231 -#: src/view/com/modals/VerifyEmail.tsx:233 +#: src/view/com/modals/VerifyEmail.tsx:239 +#: src/view/com/modals/VerifyEmail.tsx:241 #: src/view/screens/PreferencesFollowingFeed.tsx:308 #: src/view/screens/PreferencesThreads.tsx:159 +#: src/view/screens/Settings/DisableEmail2FADialog.tsx:180 +#: src/view/screens/Settings/DisableEmail2FADialog.tsx:183 msgid "Confirm" msgstr "Onayla" @@ -951,10 +989,13 @@ msgstr "" msgid "Confirm your birthdate" msgstr "" +#: src/screens/Login/LoginForm.tsx:244 #: src/view/com/modals/ChangeEmail.tsx:157 #: src/view/com/modals/DeleteAccount.tsx:175 #: src/view/com/modals/DeleteAccount.tsx:181 -#: src/view/com/modals/VerifyEmail.tsx:165 +#: 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 "Onay kodu" @@ -962,7 +1003,7 @@ msgstr "Onay kodu" #~ msgid "Confirms signing up {email} to the waitlist" #~ msgstr "{email} adresinin bekleme listesine kaydını onaylar" -#: src/screens/Login/LoginForm.tsx:248 +#: src/screens/Login/LoginForm.tsx:296 msgid "Connecting..." msgstr "Bağlanıyor..." @@ -1055,7 +1096,7 @@ msgstr "Yemek pişirme" msgid "Copied" msgstr "Kopyalandı" -#: src/view/screens/Settings/index.tsx:254 +#: src/view/screens/Settings/index.tsx:243 msgid "Copied build version to clipboard" msgstr "Sürüm numarası panoya kopyalandı" @@ -1091,8 +1132,8 @@ msgstr "" msgid "Copy link to list" msgstr "Liste bağlantısını kopyala" -#: src/view/com/util/forms/PostDropdownBtn.tsx:236 -#: src/view/com/util/forms/PostDropdownBtn.tsx:245 +#: src/view/com/util/forms/PostDropdownBtn.tsx:240 +#: src/view/com/util/forms/PostDropdownBtn.tsx:249 msgid "Copy link to post" msgstr "Gönderi bağlantısını kopyala" @@ -1100,12 +1141,12 @@ msgstr "Gönderi bağlantısını kopyala" #~ msgid "Copy link to profile" #~ msgstr "Profili bağlantısını kopyala" -#: src/view/com/util/forms/PostDropdownBtn.tsx:228 #: src/view/com/util/forms/PostDropdownBtn.tsx:230 +#: src/view/com/util/forms/PostDropdownBtn.tsx:232 msgid "Copy post text" msgstr "Gönderi metnini kopyala" -#: src/Navigation.tsx:246 +#: src/Navigation.tsx:247 #: src/view/screens/CopyrightPolicy.tsx:29 msgid "Copyright Policy" msgstr "Telif Hakkı Politikası" @@ -1127,7 +1168,7 @@ msgstr "Liste yüklenemedi" msgid "Create a new account" msgstr "Yeni bir hesap oluştur" -#: src/view/screens/Settings/index.tsx:406 +#: src/view/screens/Settings/index.tsx:399 msgid "Create a new Bluesky account" msgstr "Yeni bir Bluesky hesabı oluştur" @@ -1166,8 +1207,8 @@ msgstr "{0} oluşturuldu" #~ msgstr "Siz tarafından oluşturuldu" #: src/view/com/composer/Composer.tsx:469 -msgid "Creates a card with a thumbnail. The card links to {url}" -msgstr "Küçük resimli bir kart oluşturur. Kart, {url} bağlantısına gider" +#~ msgid "Creates a card with a thumbnail. The card links to {url}" +#~ msgstr "Küçük resimli bir kart oluşturur. Kart, {url} bağlantısına gider" #: src/screens/Onboarding/index.tsx:29 msgid "Culture" @@ -1187,12 +1228,12 @@ msgstr "Özel alan adı" 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." -#: src/view/screens/PreferencesExternalEmbeds.tsx:55 +#: src/view/screens/PreferencesExternalEmbeds.tsx:56 msgid "Customize media from external sites." msgstr "Harici sitelerden medyayı özelleştirin." -#: src/view/screens/Settings/index.tsx:455 -#: src/view/screens/Settings/index.tsx:481 +#: src/view/screens/Settings/index.tsx:433 +#: src/view/screens/Settings/index.tsx:459 msgid "Dark" msgstr "Karanlık" @@ -1200,7 +1241,7 @@ msgstr "Karanlık" msgid "Dark mode" msgstr "Karanlık mod" -#: src/view/screens/Settings/index.tsx:468 +#: src/view/screens/Settings/index.tsx:446 msgid "Dark Theme" msgstr "Karanlık Tema" @@ -1208,7 +1249,7 @@ msgstr "Karanlık Tema" msgid "Date of birth" msgstr "" -#: src/view/screens/Settings/index.tsx:805 +#: src/view/screens/Settings/index.tsx:800 msgid "Debug Moderation" msgstr "" @@ -1216,13 +1257,13 @@ msgstr "" msgid "Debug panel" msgstr "Hata ayıklama paneli" -#: src/view/com/util/forms/PostDropdownBtn.tsx:341 +#: src/view/com/util/forms/PostDropdownBtn.tsx:345 #: src/view/screens/AppPasswords.tsx:268 #: src/view/screens/ProfileList.tsx:615 msgid "Delete" msgstr "" -#: src/view/screens/Settings/index.tsx:760 +#: src/view/screens/Settings/index.tsx:755 msgid "Delete account" msgstr "Hesabı sil" @@ -1246,12 +1287,12 @@ msgstr "Listeyi Sil" msgid "Delete my account" msgstr "Hesabımı sil" -#: src/view/screens/Settings/index.tsx:772 +#: src/view/screens/Settings/index.tsx:767 msgid "Delete My Account…" msgstr "Hesabımı Sil…" -#: src/view/com/util/forms/PostDropdownBtn.tsx:322 -#: src/view/com/util/forms/PostDropdownBtn.tsx:324 +#: src/view/com/util/forms/PostDropdownBtn.tsx:326 +#: src/view/com/util/forms/PostDropdownBtn.tsx:328 msgid "Delete post" msgstr "Gönderiyi sil" @@ -1259,7 +1300,7 @@ msgstr "Gönderiyi sil" msgid "Delete this list?" msgstr "" -#: src/view/com/util/forms/PostDropdownBtn.tsx:336 +#: src/view/com/util/forms/PostDropdownBtn.tsx:340 msgid "Delete this post?" msgstr "Bu gönderiyi sil?" @@ -1282,21 +1323,33 @@ msgstr "Açıklama" #~ msgid "Developer Tools" #~ msgstr "Geliştirici Araçları" -#: src/view/com/composer/Composer.tsx:218 +#: src/view/com/composer/Composer.tsx:228 msgid "Did you want to say anything?" msgstr "Bir şey söylemek istediniz mi?" -#: src/view/screens/Settings/index.tsx:474 +#: src/view/screens/Settings/index.tsx:452 msgid "Dim" msgstr "Karart" -#: src/view/screens/Settings/index.tsx:697 -msgid "Disable haptics" +#: src/view/screens/AccessibilitySettings.tsx:94 +msgid "Disable autoplay for GIFs" +msgstr "" + +#: src/view/screens/Settings/DisableEmail2FADialog.tsx:90 +msgid "Disable Email 2FA" +msgstr "" + +#: src/view/screens/AccessibilitySettings.tsx:108 +msgid "Disable haptic feedback" msgstr "" #: src/view/screens/Settings/index.tsx:697 -msgid "Disable vibrations" -msgstr "" +#~ msgid "Disable haptics" +#~ msgstr "" + +#: src/view/screens/Settings/index.tsx:697 +#~ msgid "Disable vibrations" +#~ msgstr "" #: src/lib/moderation/useLabelBehaviorDescription.ts:32 #: src/lib/moderation/useLabelBehaviorDescription.ts:42 @@ -1305,7 +1358,7 @@ msgstr "" msgid "Disabled" msgstr "" -#: src/view/com/composer/Composer.tsx:511 +#: src/view/com/composer/Composer.tsx:525 msgid "Discard" msgstr "Sil" @@ -1313,7 +1366,7 @@ msgstr "Sil" #~ msgid "Discard draft" #~ msgstr "Taslağı sil" -#: src/view/com/composer/Composer.tsx:508 +#: src/view/com/composer/Composer.tsx:522 msgid "Discard draft?" msgstr "" @@ -1411,7 +1464,7 @@ msgstr "Tamam{extraText}" msgid "Download CAR file" msgstr "" -#: src/view/com/composer/text-input/TextInput.web.tsx:249 +#: src/view/com/composer/text-input/TextInput.web.tsx:270 msgid "Drop to add images" msgstr "Resim eklemek için bırakın" @@ -1482,7 +1535,7 @@ msgstr "Liste ayrıntılarını düzenle" msgid "Edit Moderation List" msgstr "Düzenleme Listesini Düzenle" -#: src/Navigation.tsx:256 +#: src/Navigation.tsx:257 #: src/view/screens/Feeds.tsx:459 #: src/view/screens/SavedFeeds.tsx:85 msgid "Edit My Feeds" @@ -1493,12 +1546,12 @@ msgid "Edit my profile" msgstr "Profilimi düzenle" #: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:178 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:168 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:166 msgid "Edit profile" msgstr "Profil düzenle" #: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:181 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:171 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:169 msgid "Edit Profile" msgstr "Profil Düzenle" @@ -1528,6 +1581,10 @@ msgstr "Eğitim" msgid "Email" msgstr "E-posta" +#: src/view/screens/Settings/DisableEmail2FADialog.tsx:64 +msgid "Email 2FA disabled" +msgstr "" + #: src/screens/Login/ForgotPasswordForm.tsx:99 msgid "Email address" msgstr "E-posta adresi" @@ -1541,11 +1598,11 @@ msgstr "E-posta güncellendi" msgid "Email Updated" msgstr "E-posta Güncellendi" -#: src/view/com/modals/VerifyEmail.tsx:78 +#: src/view/com/modals/VerifyEmail.tsx:85 msgid "Email verified" msgstr "E-posta doğrulandı" -#: src/view/screens/Settings/index.tsx:334 +#: src/view/screens/Settings/index.tsx:327 msgid "Email:" msgstr "E-posta:" @@ -1554,8 +1611,8 @@ msgid "Embed HTML code" msgstr "" #: src/components/dialogs/Embed.tsx:97 -#: src/view/com/util/forms/PostDropdownBtn.tsx:253 -#: src/view/com/util/forms/PostDropdownBtn.tsx:255 +#: src/view/com/util/forms/PostDropdownBtn.tsx:257 +#: src/view/com/util/forms/PostDropdownBtn.tsx:259 msgid "Embed post" msgstr "" @@ -1589,7 +1646,7 @@ msgstr "" #~ msgid "Enable External Media" #~ msgstr "Harici Medyayı Etkinleştir" -#: src/view/screens/PreferencesExternalEmbeds.tsx:75 +#: src/view/screens/PreferencesExternalEmbeds.tsx:76 msgid "Enable media players for" msgstr "Medya oynatıcılarını etkinleştir" @@ -1622,7 +1679,7 @@ msgstr "" msgid "Enter a word or tag" msgstr "" -#: src/view/com/modals/VerifyEmail.tsx:105 +#: src/view/com/modals/VerifyEmail.tsx:113 msgid "Enter Confirmation Code" msgstr "Onay Kodunu Girin" @@ -1725,12 +1782,12 @@ msgstr "" msgid "Explicit sexual images." msgstr "" -#: src/view/screens/Settings/index.tsx:741 +#: src/view/screens/Settings/index.tsx:736 msgid "Export my data" msgstr "" #: src/view/screens/Settings/ExportCarDialog.tsx:44 -#: src/view/screens/Settings/index.tsx:752 +#: src/view/screens/Settings/index.tsx:747 msgid "Export My Data" msgstr "" @@ -1740,17 +1797,17 @@ msgid "External Media" msgstr "Harici Medya" #: src/components/dialogs/EmbedConsent.tsx:71 -#: src/view/screens/PreferencesExternalEmbeds.tsx:66 +#: 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 "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:275 -#: src/view/screens/PreferencesExternalEmbeds.tsx:52 -#: src/view/screens/Settings/index.tsx:628 +#: src/Navigation.tsx:276 +#: src/view/screens/PreferencesExternalEmbeds.tsx:53 +#: src/view/screens/Settings/index.tsx:629 msgid "External Media Preferences" msgstr "Harici Medya Tercihleri" -#: src/view/screens/Settings/index.tsx:619 +#: src/view/screens/Settings/index.tsx:620 msgid "External media settings" msgstr "Harici medya ayarları" @@ -1767,6 +1824,10 @@ msgstr "Liste oluşturulamadı. İnternet bağlantınızı kontrol edin ve tekra msgid "Failed to delete post, please try again" msgstr "Gönderi silinemedi, lütfen tekrar deneyin" +#: src/components/dialogs/GifSelect.tsx:200 +msgid "Failed to load GIFs" +msgstr "" + #: src/view/com/auth/onboarding/RecommendedFeeds.tsx:110 #: src/view/com/auth/onboarding/RecommendedFeeds.tsx:143 msgid "Failed to load recommended feeds" @@ -1776,7 +1837,7 @@ msgstr "Önerilen beslemeler yüklenemedi" msgid "Failed to save image: {0}" msgstr "" -#: src/Navigation.tsx:196 +#: src/Navigation.tsx:197 msgid "Feed" msgstr "Besleme" @@ -1797,10 +1858,10 @@ msgstr "Besleme çevrimdışı" msgid "Feedback" msgstr "Geribildirim" -#: src/Navigation.tsx:456 +#: src/Navigation.tsx:465 #: src/view/screens/Feeds.tsx:444 #: src/view/screens/Feeds.tsx:549 -#: src/view/screens/Profile.tsx:199 +#: src/view/screens/Profile.tsx:198 #: src/view/shell/bottom-bar/BottomBar.tsx:192 #: src/view/shell/desktop/LeftNav.tsx:346 #: src/view/shell/Drawer.tsx:485 @@ -1838,13 +1899,17 @@ msgstr "Tamamlanıyor" msgid "Find accounts to follow" msgstr "Takip edilecek hesaplar bul" +#: src/view/screens/Search/Search.tsx:521 +msgid "Find posts and users on Bluesky" +msgstr "" + #: src/view/screens/Search/Search.tsx:589 -msgid "Find users on Bluesky" -msgstr "Bluesky'da kullanıcı bul" +#~ msgid "Find users on Bluesky" +#~ msgstr "Bluesky'da kullanıcı bul" #: src/view/screens/Search/Search.tsx:587 -msgid "Find users with the search tool on the right" -msgstr "Sağdaki arama aracıyla kullanıcı bul" +#~ msgid "Find users with the search tool on the right" +#~ msgstr "Sağdaki arama aracıyla kullanıcı bul" #: src/view/com/auth/onboarding/RecommendedFollowsItem.tsx:155 msgid "Finding similar accounts..." @@ -1880,7 +1945,7 @@ msgid "Flip vertically" msgstr "Dikey çevir" #: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:189 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:235 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:233 #: src/view/com/auth/onboarding/RecommendedFollowsItem.tsx:141 #: src/view/com/post-thread/PostThreadFollowBtn.tsx:146 #: src/view/com/profile/ProfileHeaderSuggestedFollows.tsx:248 @@ -1893,7 +1958,7 @@ msgid "Follow" msgstr "Takip et" #: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:58 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:221 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:219 #: src/view/com/post-thread/PostThreadFollowBtn.tsx:128 msgid "Follow {0}" msgstr "{0} takip et" @@ -1919,7 +1984,7 @@ msgstr "Seçili hesapları takip edin ve sonraki adıma devam edin" msgid "Follow some users to get started. We can recommend you more users based on who you find interesting." msgstr "Başlamak için bazı kullanıcıları takip edin. Sizi ilginç bulduğunuz kişilere dayanarak size daha fazla kullanıcı önerebiliriz." -#: src/view/com/profile/ProfileCard.tsx:219 +#: src/view/com/profile/ProfileCard.tsx:231 msgid "Followed by {0}" msgstr "{0} tarafından takip ediliyor" @@ -1940,26 +2005,26 @@ msgstr "sizi takip etti" msgid "Followers" msgstr "Takipçiler" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:233 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:231 #: src/view/com/post-thread/PostThreadFollowBtn.tsx:149 #: src/view/com/profile/ProfileFollows.tsx:104 #: src/view/screens/ProfileFollows.tsx:25 msgid "Following" msgstr "Takip edilenler" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:93 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:91 msgid "Following {0}" msgstr "{0} takip ediliyor" -#: src/view/screens/Settings/index.tsx:504 +#: src/view/screens/Settings/index.tsx:505 msgid "Following feed preferences" msgstr "" -#: src/Navigation.tsx:262 +#: src/Navigation.tsx:263 #: src/view/com/home/HomeHeaderLayout.web.tsx:54 #: src/view/com/home/HomeHeaderLayoutMobile.tsx:87 #: src/view/screens/PreferencesFollowingFeed.tsx:104 -#: src/view/screens/Settings/index.tsx:513 +#: src/view/screens/Settings/index.tsx:514 msgid "Following Feed Preferences" msgstr "" @@ -1967,7 +2032,7 @@ msgstr "" msgid "Follows you" msgstr "Sizi takip ediyor" -#: src/view/com/profile/ProfileCard.tsx:144 +#: src/view/com/profile/ProfileCard.tsx:156 msgid "Follows You" msgstr "Sizi Takip Ediyor" @@ -1996,11 +2061,11 @@ msgstr "Güvenlik nedeniyle, bunu tekrar göremezsiniz. Bu şifreyi kaybederseni msgid "Forgot Password" msgstr "Şifremi Unuttum" -#: src/screens/Login/LoginForm.tsx:201 +#: src/screens/Login/LoginForm.tsx:218 msgid "Forgot password?" msgstr "" -#: src/screens/Login/LoginForm.tsx:212 +#: src/screens/Login/LoginForm.tsx:229 msgid "Forgot?" msgstr "" @@ -2008,8 +2073,7 @@ msgstr "" msgid "Frequently Posts Unwanted Content" msgstr "" -#: src/screens/Hashtag.tsx:109 -#: src/screens/Hashtag.tsx:149 +#: src/screens/Hashtag.tsx:118 msgid "From @{sanitizedAuthor}" msgstr "" @@ -2018,12 +2082,12 @@ msgctxt "from-feed" msgid "From <0/>" msgstr "<0/> tarafından" -#: src/view/com/composer/photos/SelectPhotoBtn.tsx:43 +#: src/view/com/composer/photos/SelectPhotoBtn.tsx:39 msgid "Gallery" msgstr "Galeri" -#: src/view/com/modals/VerifyEmail.tsx:189 -#: src/view/com/modals/VerifyEmail.tsx:191 +#: src/view/com/modals/VerifyEmail.tsx:197 +#: src/view/com/modals/VerifyEmail.tsx:199 msgid "Get Started" msgstr "Başlayın" @@ -2042,7 +2106,7 @@ msgstr "" msgid "Go back" msgstr "Geri git" -#: src/components/Error.tsx:91 +#: src/components/Error.tsx:100 #: src/screens/Profile/ErrorState.tsx:62 #: src/screens/Profile/ErrorState.tsx:66 #: src/view/screens/NotFound.tsx:54 @@ -2067,7 +2131,7 @@ msgstr "" msgid "Go Home" msgstr "" -#: src/view/screens/Search/Search.tsx:896 +#: src/view/screens/Search/Search.tsx:827 #: src/view/shell/desktop/Search.tsx:263 msgid "Go to @{queryMaybeHandle}" msgstr "@{queryMaybeHandle} adresine git" @@ -2085,15 +2149,19 @@ msgstr "" msgid "Handle" msgstr "Kullanıcı adı" +#: src/view/screens/AccessibilitySettings.tsx:103 +msgid "Haptics" +msgstr "" + #: src/lib/moderation/useReportOptions.ts:32 msgid "Harassment, trolling, or intolerance" msgstr "" -#: src/Navigation.tsx:282 +#: src/Navigation.tsx:291 msgid "Hashtag" msgstr "" -#: src/components/RichText.tsx:197 +#: src/components/RichText.tsx:206 msgid "Hashtag: #{tag}" msgstr "" @@ -2131,7 +2199,7 @@ msgstr "İşte uygulama şifreniz." #: src/lib/moderation/useLabelBehaviorDescription.ts:30 #: src/screens/Onboarding/StepModeration/ModerationOption.tsx:52 #: src/screens/Onboarding/StepModeration/ModerationOption.tsx:76 -#: src/view/com/util/forms/PostDropdownBtn.tsx:350 +#: src/view/com/util/forms/PostDropdownBtn.tsx:354 msgid "Hide" msgstr "Gizle" @@ -2140,8 +2208,8 @@ msgctxt "action" msgid "Hide" msgstr "Gizle" -#: src/view/com/util/forms/PostDropdownBtn.tsx:294 -#: src/view/com/util/forms/PostDropdownBtn.tsx:296 +#: src/view/com/util/forms/PostDropdownBtn.tsx:298 +#: src/view/com/util/forms/PostDropdownBtn.tsx:300 msgid "Hide post" msgstr "Gönderiyi gizle" @@ -2150,7 +2218,7 @@ msgstr "Gönderiyi gizle" msgid "Hide the content" msgstr "İçeriği gizle" -#: src/view/com/util/forms/PostDropdownBtn.tsx:347 +#: src/view/com/util/forms/PostDropdownBtn.tsx:351 msgid "Hide this post?" msgstr "Bu gönderiyi gizle?" @@ -2190,7 +2258,7 @@ msgstr "" msgid "Hmmmm, we couldn't load that moderation service." msgstr "" -#: src/Navigation.tsx:446 +#: src/Navigation.tsx:455 #: src/view/shell/bottom-bar/BottomBar.tsx:148 #: src/view/shell/desktop/LeftNav.tsx:310 #: src/view/shell/Drawer.tsx:407 @@ -2209,7 +2277,7 @@ msgid "Host:" msgstr "" #: src/screens/Login/ForgotPasswordForm.tsx:89 -#: src/screens/Login/LoginForm.tsx:134 +#: src/screens/Login/LoginForm.tsx:151 #: src/screens/Signup/StepInfo/index.tsx:40 #: src/view/com/modals/ChangeHandle.tsx:281 msgid "Hosting provider" @@ -2219,11 +2287,13 @@ msgstr "Barındırma sağlayıcısı" msgid "How should we open this link?" msgstr "Bu bağlantıyı nasıl açmalıyız?" -#: src/view/com/modals/VerifyEmail.tsx:214 +#: 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 "Bir kodum var" -#: src/view/com/modals/VerifyEmail.tsx:216 +#: src/view/com/modals/VerifyEmail.tsx:224 msgid "I have a confirmation code" msgstr "Bir onay kodum var" @@ -2247,7 +2317,7 @@ msgstr "" msgid "If you delete this list, you won't be able to recover it." msgstr "" -#: src/view/com/util/forms/PostDropdownBtn.tsx:338 +#: src/view/com/util/forms/PostDropdownBtn.tsx:342 msgid "If you remove this post, you won't be able to recover it." msgstr "" @@ -2307,11 +2377,15 @@ msgstr "Hesap silme için şifre girin" #~ msgid "Input phone number for SMS verification" #~ msgstr "SMS doğrulaması için telefon numarası girin" -#: src/screens/Login/LoginForm.tsx:195 +#: src/screens/Login/LoginForm.tsx:257 +msgid "Input the code which has been emailed to you" +msgstr "" + +#: src/screens/Login/LoginForm.tsx:212 msgid "Input the password tied to {identifier}" msgstr "{identifier} ile ilişkili şifreyi girin" -#: src/screens/Login/LoginForm.tsx:168 +#: src/screens/Login/LoginForm.tsx:185 msgid "Input the username or email address you used at signup" msgstr "Kaydolurken kullandığınız kullanıcı adını veya e-posta adresini girin" @@ -2323,7 +2397,7 @@ msgstr "Kaydolurken kullandığınız kullanıcı adını veya e-posta adresini #~ msgid "Input your email to get on the Bluesky waitlist" #~ msgstr "Bluesky bekleme listesine girmek için e-postanızı girin" -#: src/screens/Login/LoginForm.tsx:194 +#: src/screens/Login/LoginForm.tsx:211 msgid "Input your password" msgstr "Şifrenizi girin" @@ -2335,11 +2409,16 @@ msgstr "" msgid "Input your user handle" msgstr "Kullanıcı adınızı girin" -#: src/view/com/post-thread/PostThreadItem.tsx:221 +#: src/screens/Login/LoginForm.tsx:126 +#: src/view/screens/Settings/DisableEmail2FADialog.tsx:70 +msgid "Invalid 2FA confirmation code." +msgstr "" + +#: src/view/com/post-thread/PostThreadItem.tsx:222 msgid "Invalid or unsupported post record" msgstr "Geçersiz veya desteklenmeyen gönderi kaydı" -#: src/screens/Login/LoginForm.tsx:114 +#: src/screens/Login/LoginForm.tsx:131 msgid "Invalid username or password" msgstr "Geçersiz kullanıcı adı veya şifre" @@ -2408,7 +2487,7 @@ msgstr "" msgid "Labeled by the author." msgstr "" -#: src/view/screens/Profile.tsx:193 +#: src/view/screens/Profile.tsx:192 msgid "Labels" msgstr "" @@ -2432,16 +2511,16 @@ msgstr "" msgid "Language selection" msgstr "Dil seçimi" -#: src/view/screens/Settings/index.tsx:565 +#: src/view/screens/Settings/index.tsx:566 msgid "Language settings" msgstr "Dil ayarları" -#: src/Navigation.tsx:144 +#: src/Navigation.tsx:145 #: src/view/screens/LanguageSettings.tsx:89 msgid "Language Settings" msgstr "Dil Ayarları" -#: src/view/screens/Settings/index.tsx:574 +#: src/view/screens/Settings/index.tsx:575 msgid "Languages" msgstr "Diller" @@ -2449,7 +2528,8 @@ msgstr "Diller" #~ msgid "Last step!" #~ msgstr "Son adım!" -#: src/view/screens/Search/Search.tsx:437 +#: src/screens/Hashtag.tsx:99 +#: src/view/screens/Search/Search.tsx:428 msgid "Latest" msgstr "" @@ -2491,7 +2571,7 @@ msgstr "Bluesky'dan ayrılıyor" msgid "left to go." msgstr "kaldı." -#: src/view/screens/Settings/index.tsx:299 +#: src/view/screens/Settings/index.tsx:292 msgid "Legacy storage cleared, you need to restart the app now." msgstr "Eski depolama temizlendi, şimdi uygulamayı yeniden başlatmanız gerekiyor." @@ -2508,7 +2588,7 @@ msgstr "Hadi gidelim!" #~ msgid "Library" #~ msgstr "Kütüphane" -#: src/view/screens/Settings/index.tsx:449 +#: src/view/screens/Settings/index.tsx:427 msgid "Light" msgstr "Açık" @@ -2522,8 +2602,8 @@ msgid "Like this feed" msgstr "Bu beslemeyi beğen" #: src/components/LikesDialog.tsx:87 -#: src/Navigation.tsx:201 -#: src/Navigation.tsx:206 +#: src/Navigation.tsx:202 +#: src/Navigation.tsx:207 msgid "Liked by" msgstr "Beğenenler" @@ -2555,15 +2635,15 @@ msgstr "özel beslemenizi beğendi" msgid "liked your post" msgstr "gönderinizi beğendi" -#: src/view/screens/Profile.tsx:198 +#: src/view/screens/Profile.tsx:197 msgid "Likes" msgstr "Beğeniler" -#: src/view/com/post-thread/PostThreadItem.tsx:182 +#: src/view/com/post-thread/PostThreadItem.tsx:183 msgid "Likes on this post" msgstr "Bu gönderideki beğeniler" -#: src/Navigation.tsx:170 +#: src/Navigation.tsx:171 msgid "List" msgstr "Liste" @@ -2599,9 +2679,9 @@ msgstr "Liste engeli kaldırıldı" msgid "List unmuted" msgstr "Liste sessizden çıkarıldı" -#: src/Navigation.tsx:114 -#: src/view/screens/Profile.tsx:194 -#: src/view/screens/Profile.tsx:200 +#: src/Navigation.tsx:115 +#: src/view/screens/Profile.tsx:193 +#: src/view/screens/Profile.tsx:199 #: src/view/shell/desktop/LeftNav.tsx:383 #: src/view/shell/Drawer.tsx:501 #: src/view/shell/Drawer.tsx:502 @@ -2618,7 +2698,7 @@ msgid "Load new notifications" msgstr "Yeni bildirimleri yükle" #: src/screens/Profile/Sections/Feed.tsx:86 -#: src/view/com/feeds/FeedPage.tsx:138 +#: src/view/com/feeds/FeedPage.tsx:134 #: src/view/screens/ProfileFeed.tsx:507 #: src/view/screens/ProfileList.tsx:697 msgid "Load new posts" @@ -2632,7 +2712,7 @@ msgstr "Yükleniyor..." #~ msgid "Local dev server" #~ msgstr "Yerel geliştirme sunucusu" -#: src/Navigation.tsx:221 +#: src/Navigation.tsx:222 msgid "Log" msgstr "Log" @@ -2651,6 +2731,10 @@ msgstr "Çıkış yapan görünürlüğü" msgid "Login to account that is not listed" msgstr "Listelenmeyen hesaba giriş yap" +#: src/components/RichText.tsx:207 +msgid "Long press to open tag menu for #{tag}" +msgstr "" + #: src/screens/Login/SetNewPasswordForm.tsx:116 msgid "Looks like XXXXX-XXXXX" msgstr "" @@ -2663,7 +2747,8 @@ msgstr "Bu gitmek istediğiniz yer olduğundan emin olun!" msgid "Manage your muted words and tags" msgstr "" -#: src/view/screens/Profile.tsx:197 +#: src/view/screens/AccessibilitySettings.tsx:89 +#: src/view/screens/Profile.tsx:196 msgid "Media" msgstr "Medya" @@ -2675,8 +2760,8 @@ msgstr "bahsedilen kullanıcılar" msgid "Mentioned users" msgstr "Bahsedilen kullanıcılar" -#: src/view/com/util/ViewHeader.tsx:87 -#: src/view/screens/Search/Search.tsx:795 +#: src/view/com/util/ViewHeader.tsx:89 +#: src/view/screens/Search/Search.tsx:726 msgid "Menu" msgstr "Menü" @@ -2688,9 +2773,9 @@ msgstr "Sunucudan mesaj: {0}" msgid "Misleading Account" msgstr "" -#: src/Navigation.tsx:119 +#: src/Navigation.tsx:120 #: src/screens/Moderation/index.tsx:104 -#: src/view/screens/Settings/index.tsx:596 +#: src/view/screens/Settings/index.tsx:597 #: src/view/shell/desktop/LeftNav.tsx:401 #: src/view/shell/Drawer.tsx:520 #: src/view/shell/Drawer.tsx:521 @@ -2728,16 +2813,16 @@ msgstr "Moderasyon listesi güncellendi" msgid "Moderation lists" msgstr "Moderasyon listeleri" -#: src/Navigation.tsx:124 +#: src/Navigation.tsx:125 #: src/view/screens/ModerationModlists.tsx:58 msgid "Moderation Lists" msgstr "Moderasyon Listeleri" -#: src/view/screens/Settings/index.tsx:590 +#: src/view/screens/Settings/index.tsx:591 msgid "Moderation settings" msgstr "Moderasyon ayarları" -#: src/Navigation.tsx:216 +#: src/Navigation.tsx:217 msgid "Moderation states" msgstr "" @@ -2750,7 +2835,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:535 +#: src/view/com/post-thread/PostThreadItem.tsx:541 msgid "More" msgstr "" @@ -2820,13 +2905,13 @@ msgstr "" msgid "Mute this word in tags only" msgstr "" -#: src/view/com/util/forms/PostDropdownBtn.tsx:269 -#: src/view/com/util/forms/PostDropdownBtn.tsx:275 +#: src/view/com/util/forms/PostDropdownBtn.tsx:273 +#: src/view/com/util/forms/PostDropdownBtn.tsx:279 msgid "Mute thread" msgstr "Konuyu sessize al" -#: src/view/com/util/forms/PostDropdownBtn.tsx:285 -#: src/view/com/util/forms/PostDropdownBtn.tsx:287 +#: src/view/com/util/forms/PostDropdownBtn.tsx:289 +#: src/view/com/util/forms/PostDropdownBtn.tsx:291 msgid "Mute words & tags" msgstr "" @@ -2838,7 +2923,7 @@ msgstr "Sessize alındı" msgid "Muted accounts" msgstr "Sessize alınan hesaplar" -#: src/Navigation.tsx:129 +#: src/Navigation.tsx:130 #: src/view/screens/ModerationMutedAccounts.tsx:112 msgid "Muted Accounts" msgstr "Sessize Alınan Hesaplar" @@ -2872,11 +2957,11 @@ msgstr "Beslemelerim" msgid "My Profile" msgstr "Profilim" -#: src/view/screens/Settings/index.tsx:547 +#: src/view/screens/Settings/index.tsx:548 msgid "My saved feeds" msgstr "" -#: src/view/screens/Settings/index.tsx:553 +#: src/view/screens/Settings/index.tsx:554 msgid "My Saved Feeds" msgstr "Kayıtlı Beslemelerim" @@ -2900,7 +2985,7 @@ msgid "Nature" msgstr "Doğa" #: src/screens/Login/ForgotPasswordForm.tsx:173 -#: src/screens/Login/LoginForm.tsx:255 +#: src/screens/Login/LoginForm.tsx:303 #: src/view/com/modals/ChangePassword.tsx:168 msgid "Navigates to the next screen" msgstr "Sonraki ekrana yönlendirir" @@ -2952,14 +3037,14 @@ msgstr "Yeni şifre" msgid "New Password" msgstr "Yeni Şifre" -#: src/view/com/feeds/FeedPage.tsx:149 +#: src/view/com/feeds/FeedPage.tsx:145 msgctxt "action" msgid "New post" msgstr "Yeni gönderi" #: src/view/screens/Feeds.tsx:580 #: src/view/screens/Notifications.tsx:168 -#: src/view/screens/Profile.tsx:480 +#: src/view/screens/Profile.tsx:465 #: src/view/screens/ProfileFeed.tsx:445 #: src/view/screens/ProfileList.tsx:200 #: src/view/screens/ProfileList.tsx:228 @@ -2986,8 +3071,8 @@ msgstr "Haberler" #: src/screens/Login/ForgotPasswordForm.tsx:143 #: src/screens/Login/ForgotPasswordForm.tsx:150 -#: src/screens/Login/LoginForm.tsx:254 -#: src/screens/Login/LoginForm.tsx:261 +#: src/screens/Login/LoginForm.tsx:302 +#: src/screens/Login/LoginForm.tsx:309 #: src/screens/Login/SetNewPasswordForm.tsx:174 #: src/screens/Login/SetNewPasswordForm.tsx:180 #: src/screens/Signup/index.tsx:207 @@ -3024,7 +3109,11 @@ msgstr "Açıklama yok" msgid "No DNS Panel" msgstr "" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:118 +#: src/components/dialogs/GifSelect.tsx:206 +msgid "No featured GIFs found. There may be an issue with Tenor." +msgstr "" + +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:116 msgid "No longer following {0}" msgstr "{0} artık takip edilmiyor" @@ -3041,7 +3130,7 @@ msgstr "Henüz bildirim yok!" msgid "No result" msgstr "Sonuç yok" -#: src/components/Lists.tsx:183 +#: src/components/Lists.tsx:192 msgid "No results found" msgstr "" @@ -3050,11 +3139,15 @@ 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:349 -#: src/view/screens/Search/Search.tsx:387 +#: src/view/screens/Search/Search.tsx:350 +#: src/view/screens/Search/Search.tsx:388 msgid "No results found for {query}" msgstr "{query} için sonuç bulunamadı" +#: src/components/dialogs/GifSelect.tsx:204 +msgid "No search results found for \"{search}\"." +msgstr "" + #: src/components/dialogs/EmbedConsent.tsx:105 #: src/components/dialogs/EmbedConsent.tsx:112 msgid "No thanks" @@ -3077,18 +3170,18 @@ msgstr "" msgid "Not Applicable." msgstr "Uygulanamaz." -#: src/Navigation.tsx:109 +#: src/Navigation.tsx:110 #: src/view/screens/Profile.tsx:101 msgid "Not Found" msgstr "Bulunamadı" -#: src/view/com/modals/VerifyEmail.tsx:246 -#: src/view/com/modals/VerifyEmail.tsx:252 +#: src/view/com/modals/VerifyEmail.tsx:254 +#: src/view/com/modals/VerifyEmail.tsx:260 msgid "Not right now" msgstr "Şu anda değil" #: src/view/com/profile/ProfileMenu.tsx:368 -#: src/view/com/util/forms/PostDropdownBtn.tsx:364 +#: src/view/com/util/forms/PostDropdownBtn.tsx:368 #: src/view/com/util/post-ctrls/PostCtrls.tsx:248 msgid "Note about sharing" msgstr "" @@ -3097,7 +3190,7 @@ msgstr "" msgid "Note: Bluesky is an open and public network. This setting only limits the visibility of your content on the Bluesky app and website, and other apps may not respect this setting. Your content may still be shown to logged-out users by other apps and websites." msgstr "Not: Bluesky açık ve kamusal bir ağdır. Bu ayar yalnızca içeriğinizin Bluesky uygulaması ve web sitesindeki görünürlüğünü sınırlar, diğer uygulamalar bu ayarı dikkate almayabilir. İçeriğiniz hala diğer uygulamalar ve web siteleri tarafından çıkış yapan kullanıcılara gösterilebilir." -#: src/Navigation.tsx:461 +#: src/Navigation.tsx:470 #: src/view/screens/Notifications.tsx:124 #: src/view/screens/Notifications.tsx:148 #: src/view/shell/bottom-bar/BottomBar.tsx:216 @@ -3123,7 +3216,8 @@ msgstr "" msgid "Off" msgstr "" -#: src/view/com/util/ErrorBoundary.tsx:49 +#: src/components/dialogs/GifSelect.tsx:287 +#: src/view/com/util/ErrorBoundary.tsx:55 msgid "Oh no!" msgstr "Oh hayır!" @@ -3144,11 +3238,11 @@ msgstr "Tamam" msgid "Oldest replies first" msgstr "En eski yanıtlar önce" -#: src/view/screens/Settings/index.tsx:247 +#: src/view/screens/Settings/index.tsx:236 msgid "Onboarding reset" msgstr "Onboarding sıfırlama" -#: src/view/com/composer/Composer.tsx:392 +#: src/view/com/composer/Composer.tsx:424 msgid "One or more images is missing alt text." msgstr "Bir veya daha fazla resimde alternatif metin eksik." @@ -3160,11 +3254,11 @@ msgstr "Yalnızca {0} yanıtlayabilir." msgid "Only contains letters, numbers, and hyphens" msgstr "" -#: src/components/Lists.tsx:75 +#: src/components/Lists.tsx:78 msgid "Oops, something went wrong!" msgstr "" -#: src/components/Lists.tsx:170 +#: src/components/Lists.tsx:177 #: src/view/screens/AppPasswords.tsx:67 #: src/view/screens/Profile.tsx:101 msgid "Oops!" @@ -3174,8 +3268,8 @@ msgstr "Hata!" msgid "Open" msgstr "Aç" -#: src/view/com/composer/Composer.tsx:491 -#: src/view/com/composer/Composer.tsx:492 +#: src/view/com/composer/Composer.tsx:505 +#: src/view/com/composer/Composer.tsx:506 msgid "Open emoji picker" msgstr "Emoji seçiciyi aç" @@ -3183,7 +3277,7 @@ msgstr "Emoji seçiciyi aç" msgid "Open feed options menu" msgstr "" -#: src/view/screens/Settings/index.tsx:685 +#: src/view/screens/Settings/index.tsx:686 msgid "Open links with in-app browser" msgstr "Uygulama içi tarayıcıda bağlantıları aç" @@ -3199,12 +3293,12 @@ msgstr "Navigasyonu aç" msgid "Open post options menu" msgstr "" -#: src/view/screens/Settings/index.tsx:792 -#: src/view/screens/Settings/index.tsx:802 +#: src/view/screens/Settings/index.tsx:787 +#: src/view/screens/Settings/index.tsx:797 msgid "Open storybook page" msgstr "Storybook sayfasını aç" -#: src/view/screens/Settings/index.tsx:780 +#: src/view/screens/Settings/index.tsx:775 msgid "Open system log" msgstr "" @@ -3212,6 +3306,10 @@ msgstr "" msgid "Opens {numItems} options" msgstr "{numItems} seçeneği açar" +#: src/view/screens/Settings/index.tsx:485 +msgid "Opens accessibility settings" +msgstr "" + #: src/view/screens/Log.tsx:54 msgid "Opens additional details for a debug entry" msgstr "Hata ayıklama girişi için ek ayrıntıları açar" @@ -3220,7 +3318,7 @@ msgstr "Hata ayıklama girişi için ek ayrıntıları açar" msgid "Opens an expanded list of users in this notification" msgstr "Bu bildirimdeki kullanıcıların genişletilmiş bir listesini açar" -#: src/view/com/composer/photos/OpenCameraBtn.tsx:78 +#: src/view/com/composer/photos/OpenCameraBtn.tsx:74 msgid "Opens camera on device" msgstr "Cihazdaki kamerayı açar" @@ -3228,11 +3326,11 @@ msgstr "Cihazdaki kamerayı açar" msgid "Opens composer" msgstr "Besteciyi açar" -#: src/view/screens/Settings/index.tsx:566 +#: src/view/screens/Settings/index.tsx:567 msgid "Opens configurable language settings" msgstr "Yapılandırılabilir dil ayarlarını açar" -#: src/view/com/composer/photos/SelectPhotoBtn.tsx:44 +#: src/view/com/composer/photos/SelectPhotoBtn.tsx:40 msgid "Opens device photo gallery" msgstr "Cihaz fotoğraf galerisini açar" @@ -3240,7 +3338,7 @@ msgstr "Cihaz fotoğraf galerisini açar" #~ msgid "Opens editor for profile display name, avatar, background image, and description" #~ msgstr "Profil görüntü adı, avatar, arka plan resmi ve açıklama için düzenleyiciyi açar" -#: src/view/screens/Settings/index.tsx:620 +#: src/view/screens/Settings/index.tsx:621 msgid "Opens external embeds settings" msgstr "Harici gömülü ayarları açar" @@ -3262,6 +3360,10 @@ msgstr "" #~ msgid "Opens following list" #~ msgstr "Takip listesini açar" +#: src/view/com/composer/photos/SelectGifBtn.tsx:37 +msgid "Opens GIF select dialog" +msgstr "" + #: src/view/screens/Settings.tsx:412 #~ msgid "Opens invite code list" #~ msgstr "Davet kodu listesini açar" @@ -3270,7 +3372,7 @@ msgstr "" msgid "Opens list of invite codes" msgstr "Davet kodu listesini açar" -#: src/view/screens/Settings/index.tsx:762 +#: src/view/screens/Settings/index.tsx:757 msgid "Opens modal for account deletion confirmation. Requires email code" msgstr "" @@ -3278,19 +3380,19 @@ msgstr "" #~ msgid "Opens modal for account deletion confirmation. Requires email code." #~ msgstr "Hesap silme onayı için modalı açar. E-posta kodu gerektirir." -#: src/view/screens/Settings/index.tsx:720 +#: src/view/screens/Settings/index.tsx:715 msgid "Opens modal for changing your Bluesky password" msgstr "" -#: src/view/screens/Settings/index.tsx:669 +#: src/view/screens/Settings/index.tsx:670 msgid "Opens modal for choosing a new Bluesky handle" msgstr "" -#: src/view/screens/Settings/index.tsx:743 +#: src/view/screens/Settings/index.tsx:738 msgid "Opens modal for downloading your Bluesky account data (repository)" msgstr "" -#: src/view/screens/Settings/index.tsx:932 +#: src/view/screens/Settings/index.tsx:927 msgid "Opens modal for email verification" msgstr "" @@ -3298,11 +3400,11 @@ msgstr "" msgid "Opens modal for using custom domain" msgstr "Özel alan adı kullanımı için modalı açar" -#: src/view/screens/Settings/index.tsx:591 +#: src/view/screens/Settings/index.tsx:592 msgid "Opens moderation settings" msgstr "Moderasyon ayarlarını açar" -#: src/screens/Login/LoginForm.tsx:202 +#: src/screens/Login/LoginForm.tsx:219 msgid "Opens password reset form" msgstr "Şifre sıfırlama formunu açar" @@ -3311,11 +3413,11 @@ msgstr "Şifre sıfırlama formunu 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:548 +#: src/view/screens/Settings/index.tsx:549 msgid "Opens screen with all saved feeds" msgstr "Tüm kayıtlı beslemeleri içeren ekrana açar" -#: src/view/screens/Settings/index.tsx:647 +#: src/view/screens/Settings/index.tsx:648 msgid "Opens the app password settings" msgstr "" @@ -3323,7 +3425,7 @@ msgstr "" #~ msgid "Opens the app password settings page" #~ msgstr "Uygulama şifre ayarları sayfasını açar" -#: src/view/screens/Settings/index.tsx:505 +#: src/view/screens/Settings/index.tsx:506 msgid "Opens the Following feed preferences" msgstr "" @@ -3335,16 +3437,16 @@ msgstr "" msgid "Opens the linked website" msgstr "" -#: src/view/screens/Settings/index.tsx:793 -#: src/view/screens/Settings/index.tsx:803 +#: src/view/screens/Settings/index.tsx:788 +#: src/view/screens/Settings/index.tsx:798 msgid "Opens the storybook page" msgstr "Storybook sayfasını açar" -#: src/view/screens/Settings/index.tsx:781 +#: src/view/screens/Settings/index.tsx:776 msgid "Opens the system log page" msgstr "Sistem log sayfasını açar" -#: src/view/screens/Settings/index.tsx:526 +#: src/view/screens/Settings/index.tsx:527 msgid "Opens the threads preferences" msgstr "Konu tercihlerini açar" @@ -3376,7 +3478,7 @@ msgstr "Diğer hesap" msgid "Other..." msgstr "Diğer..." -#: src/components/Lists.tsx:184 +#: src/components/Lists.tsx:193 #: src/view/screens/NotFound.tsx:45 msgid "Page not found" msgstr "Sayfa bulunamadı" @@ -3385,7 +3487,7 @@ msgstr "Sayfa bulunamadı" msgid "Page Not Found" msgstr "Sayfa Bulunamadı" -#: src/screens/Login/LoginForm.tsx:178 +#: src/screens/Login/LoginForm.tsx:195 #: src/screens/Signup/StepInfo/index.tsx:102 #: src/view/com/modals/DeleteAccount.tsx:194 #: src/view/com/modals/DeleteAccount.tsx:201 @@ -3404,16 +3506,19 @@ msgstr "Şifre güncellendi" msgid "Password updated!" msgstr "Şifre güncellendi!" -#: src/view/screens/Search/Search.tsx:447 -#: src/view/screens/Search/Search.tsx:456 +#: src/view/com/util/post-embeds/GifEmbed.tsx:31 +msgid "Pause" +msgstr "" + +#: src/view/screens/Search/Search.tsx:438 msgid "People" msgstr "" -#: src/Navigation.tsx:164 +#: src/Navigation.tsx:165 msgid "People followed by @{0}" msgstr "@{0} tarafından takip edilenler" -#: src/Navigation.tsx:157 +#: src/Navigation.tsx:158 msgid "People following @{0}" msgstr "@{0} tarafından takip edilenler" @@ -3450,10 +3555,18 @@ msgstr "" msgid "Pinned Feeds" msgstr "Sabitleme Beslemeleri" +#: src/view/com/util/post-embeds/GifEmbed.tsx:31 +msgid "Play" +msgstr "" + #: src/view/com/util/post-embeds/ExternalGifEmbed.tsx:123 msgid "Play {0}" msgstr "{0} oynat" +#: src/view/com/util/post-embeds/GifEmbed.tsx:30 +msgid "Play or pause the GIF" +msgstr "" + #: src/view/com/util/post-embeds/ExternalPlayerEmbed.tsx:57 #: src/view/com/util/post-embeds/ExternalPlayerEmbed.tsx:58 msgid "Play Video" @@ -3520,11 +3633,11 @@ msgstr "" #~ msgid "Please tell us why you think this content warning was incorrectly applied!" #~ msgstr "Lütfen bu içerik uyarısının yanlış uygulandığını düşündüğünüz nedeni bize bildirin!" -#: src/view/com/modals/VerifyEmail.tsx:101 +#: src/view/com/modals/VerifyEmail.tsx:109 msgid "Please Verify Your Email" msgstr "Lütfen E-postanızı Doğrulayın" -#: src/view/com/composer/Composer.tsx:222 +#: src/view/com/composer/Composer.tsx:232 msgid "Please wait for your link card to finish loading" msgstr "Bağlantı kartınızın yüklenmesini bekleyin" @@ -3536,8 +3649,8 @@ msgstr "Politika" msgid "Porn" msgstr "Pornografi" -#: src/view/com/composer/Composer.tsx:367 -#: src/view/com/composer/Composer.tsx:375 +#: src/view/com/composer/Composer.tsx:399 +#: src/view/com/composer/Composer.tsx:407 msgctxt "action" msgid "Post" msgstr "Gönder" @@ -3547,13 +3660,13 @@ msgctxt "description" msgid "Post" msgstr "Gönderi" -#: src/view/com/post-thread/PostThreadItem.tsx:175 +#: src/view/com/post-thread/PostThreadItem.tsx:176 msgid "Post by {0}" msgstr "{0} tarafından gönderi" -#: src/Navigation.tsx:176 -#: src/Navigation.tsx:183 -#: src/Navigation.tsx:190 +#: src/Navigation.tsx:177 +#: src/Navigation.tsx:184 +#: src/Navigation.tsx:191 msgid "Post by @{0}" msgstr "@{0} tarafından gönderi" @@ -3592,8 +3705,7 @@ msgstr "Gönderi bulunamadı" msgid "posts" msgstr "" -#: src/view/screens/Profile.tsx:195 -#: src/view/screens/Search/Search.tsx:467 +#: src/view/screens/Profile.tsx:194 msgid "Posts" msgstr "Gönderiler" @@ -3613,8 +3725,8 @@ msgstr "Potansiyel Yanıltıcı Bağlantı" msgid "Press to change hosting provider" msgstr "" -#: src/components/Error.tsx:74 -#: src/components/Lists.tsx:80 +#: src/components/Error.tsx:83 +#: src/components/Lists.tsx:83 #: src/screens/Signup/index.tsx:187 msgid "Press to retry" msgstr "" @@ -3631,15 +3743,15 @@ msgstr "Birincil Dil" msgid "Prioritize Your Follows" msgstr "Takipçilerinizi Önceliklendirin" -#: src/view/screens/Settings/index.tsx:603 +#: src/view/screens/Settings/index.tsx:604 #: src/view/shell/desktop/RightNav.tsx:72 msgid "Privacy" msgstr "Gizlilik" -#: src/Navigation.tsx:231 +#: src/Navigation.tsx:232 #: src/screens/Signup/StepInfo/Policies.tsx:56 #: src/view/screens/PrivacyPolicy.tsx:29 -#: src/view/screens/Settings/index.tsx:887 +#: src/view/screens/Settings/index.tsx:882 #: src/view/shell/Drawer.tsx:271 msgid "Privacy Policy" msgstr "Gizlilik Politikası" @@ -3649,7 +3761,7 @@ msgid "Processing..." msgstr "İşleniyor..." #: src/view/screens/DebugMod.tsx:888 -#: src/view/screens/Profile.tsx:361 +#: src/view/screens/Profile.tsx:346 msgid "profile" msgstr "" @@ -3665,7 +3777,7 @@ msgstr "Profil" msgid "Profile updated" msgstr "Profil güncellendi" -#: src/view/screens/Settings/index.tsx:945 +#: src/view/screens/Settings/index.tsx:940 msgid "Protect your account by verifying your email." msgstr "E-postanızı doğrulayarak hesabınızı koruyun." @@ -3681,11 +3793,11 @@ msgstr "Toplu olarak sessize almak veya engellemek için herkese açık, paylaş msgid "Public, shareable lists which can drive feeds." msgstr "Beslemeleri yönlendirebilen herkese açık, paylaşılabilir listeler." -#: src/view/com/composer/Composer.tsx:352 +#: src/view/com/composer/Composer.tsx:384 msgid "Publish post" msgstr "Gönderiyi yayınla" -#: src/view/com/composer/Composer.tsx:352 +#: src/view/com/composer/Composer.tsx:384 msgid "Publish reply" msgstr "Yanıtı yayınla" @@ -3711,7 +3823,7 @@ msgstr "Rastgele (yani \"Gönderenin Ruleti\")" msgid "Ratios" msgstr "Oranlar" -#: src/view/screens/Search/Search.tsx:924 +#: src/view/screens/Search/Search.tsx:855 msgid "Recent Searches" msgstr "" @@ -3771,7 +3883,7 @@ msgstr "" msgid "Remove image" msgstr "Resmi kaldır" -#: src/view/com/composer/ExternalEmbed.tsx:70 +#: src/view/com/composer/ExternalEmbed.tsx:82 msgid "Remove image preview" msgstr "Resim önizlemesini kaldır" @@ -3808,11 +3920,11 @@ msgstr "Beslemelerimden kaldırıldı" msgid "Removed from your feeds" msgstr "" -#: src/view/com/composer/ExternalEmbed.tsx:71 +#: src/view/com/composer/ExternalEmbed.tsx:83 msgid "Removes default thumbnail from {0}" msgstr "{0} adresinden varsayılan küçük resmi kaldırır" -#: src/view/screens/Profile.tsx:196 +#: src/view/screens/Profile.tsx:195 msgid "Replies" msgstr "Yanıtlar" @@ -3820,7 +3932,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:365 +#: src/view/com/composer/Composer.tsx:397 msgctxt "action" msgid "Reply" msgstr "Yanıtla" @@ -3831,9 +3943,15 @@ msgstr "Yanıt Filtreleri" #: src/view/com/post/Post.tsx:177 #: src/view/com/posts/FeedItem.tsx:285 +#~ msgctxt "description" +#~ msgid "Reply to <0/>" +#~ msgstr "<0/>'a yanıt" + +#: src/view/com/post/Post.tsx:178 +#: src/view/com/posts/FeedItem.tsx:285 msgctxt "description" -msgid "Reply to <0/>" -msgstr "<0/>'a yanıt" +msgid "Reply to <0><1/>" +msgstr "" #: src/view/com/modals/report/Modal.tsx:166 #~ msgid "Report {collectionName}" @@ -3857,8 +3975,8 @@ msgstr "Beslemeyi raporla" msgid "Report List" msgstr "Listeyi Raporla" -#: src/view/com/util/forms/PostDropdownBtn.tsx:312 -#: src/view/com/util/forms/PostDropdownBtn.tsx:314 +#: src/view/com/util/forms/PostDropdownBtn.tsx:316 +#: src/view/com/util/forms/PostDropdownBtn.tsx:318 msgid "Report post" msgstr "Gönderiyi raporla" @@ -3919,7 +4037,7 @@ msgstr "" msgid "reposted your post" msgstr "gönderinizi yeniden gönderdi" -#: src/view/com/post-thread/PostThreadItem.tsx:187 +#: src/view/com/post-thread/PostThreadItem.tsx:188 msgid "Reposts of this post" msgstr "Bu gönderinin yeniden gönderilmesi" @@ -3937,14 +4055,23 @@ msgstr "Değişiklik İste" msgid "Request Code" msgstr "Kod İste" -#: src/view/screens/Settings/index.tsx:426 +#: src/view/screens/AccessibilitySettings.tsx:82 msgid "Require alt text before posting" msgstr "Göndermeden önce alternatif metin gerektir" +#: src/view/screens/Settings/Email2FAToggle.tsx:53 +msgid "Require email code to log into your account" +msgstr "" + #: src/screens/Signup/StepInfo/index.tsx:69 msgid "Required for this provider" msgstr "Bu sağlayıcı için gereklidir" +#: src/view/screens/Settings/DisableEmail2FADialog.tsx:168 +#: src/view/screens/Settings/DisableEmail2FADialog.tsx:171 +msgid "Resend email" +msgstr "" + #: src/view/com/modals/ChangePassword.tsx:185 msgid "Reset code" msgstr "Sıfırlama kodu" @@ -3957,8 +4084,8 @@ msgstr "Sıfırlama Kodu" #~ msgid "Reset onboarding" #~ msgstr "Onboarding sıfırla" -#: src/view/screens/Settings/index.tsx:822 -#: src/view/screens/Settings/index.tsx:825 +#: src/view/screens/Settings/index.tsx:817 +#: src/view/screens/Settings/index.tsx:820 msgid "Reset onboarding state" msgstr "Onboarding durumunu sıfırla" @@ -3970,20 +4097,20 @@ msgstr "Şifreyi sıfırla" #~ msgid "Reset preferences" #~ msgstr "Tercihleri sıfırla" -#: src/view/screens/Settings/index.tsx:812 -#: src/view/screens/Settings/index.tsx:815 +#: src/view/screens/Settings/index.tsx:807 +#: src/view/screens/Settings/index.tsx:810 msgid "Reset preferences state" msgstr "Tercih durumunu sıfırla" -#: src/view/screens/Settings/index.tsx:823 +#: src/view/screens/Settings/index.tsx:818 msgid "Resets the onboarding state" msgstr "Onboarding durumunu sıfırlar" -#: src/view/screens/Settings/index.tsx:813 +#: src/view/screens/Settings/index.tsx:808 msgid "Resets the preferences state" msgstr "Tercih durumunu sıfırlar" -#: src/screens/Login/LoginForm.tsx:235 +#: src/screens/Login/LoginForm.tsx:283 msgid "Retries login" msgstr "Giriş tekrar denemesi" @@ -3992,10 +4119,10 @@ msgstr "Giriş tekrar denemesi" msgid "Retries the last action, which errored out" msgstr "Son hataya neden olan son eylemi tekrarlar" -#: src/components/Error.tsx:79 -#: src/components/Lists.tsx:91 -#: src/screens/Login/LoginForm.tsx:234 -#: src/screens/Login/LoginForm.tsx:241 +#: src/components/Error.tsx:88 +#: src/components/Lists.tsx:94 +#: src/screens/Login/LoginForm.tsx:282 +#: src/screens/Login/LoginForm.tsx:289 #: src/screens/Onboarding/StepInterests/index.tsx:225 #: src/screens/Onboarding/StepInterests/index.tsx:228 #: src/screens/Signup/index.tsx:194 @@ -4008,7 +4135,7 @@ msgstr "Tekrar dene" #~ msgid "Retry." #~ msgstr "Tekrar dene." -#: src/components/Error.tsx:86 +#: src/components/Error.tsx:95 #: src/view/screens/ProfileList.tsx:919 msgid "Return to previous page" msgstr "Önceki sayfaya dön" @@ -4096,14 +4223,14 @@ msgstr "Bilim" msgid "Scroll to top" msgstr "Başa kaydır" -#: src/Navigation.tsx:451 +#: src/Navigation.tsx:460 #: 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:568 -#: src/view/screens/Search/Search.tsx:817 -#: src/view/screens/Search/Search.tsx:835 +#: src/view/screens/Search/Search.tsx:503 +#: src/view/screens/Search/Search.tsx:748 +#: src/view/screens/Search/Search.tsx:766 #: src/view/shell/bottom-bar/BottomBar.tsx:170 #: src/view/shell/desktop/LeftNav.tsx:328 #: src/view/shell/desktop/Search.tsx:215 @@ -4113,7 +4240,7 @@ msgstr "Başa kaydır" msgid "Search" msgstr "Ara" -#: src/view/screens/Search/Search.tsx:884 +#: src/view/screens/Search/Search.tsx:815 #: src/view/shell/desktop/Search.tsx:256 msgid "Search for \"{query}\"" msgstr "\"{query}\" için ara" @@ -4132,6 +4259,14 @@ msgstr "" msgid "Search for users" msgstr "Kullanıcıları ara" +#: src/components/dialogs/GifSelect.tsx:158 +msgid "Search GIFs" +msgstr "" + +#: src/components/dialogs/GifSelect.tsx:159 +msgid "Search Tenor" +msgstr "" + #: src/view/com/modals/ChangeEmail.tsx:110 msgid "Security Step Required" msgstr "Güvenlik Adımı Gerekli" @@ -4181,6 +4316,14 @@ msgstr "" msgid "Select from an existing account" msgstr "Mevcut bir hesaptan seç" +#: src/view/com/composer/photos/SelectGifBtn.tsx:36 +msgid "Select GIF" +msgstr "" + +#: src/components/dialogs/GifSelect.tsx:253 +msgid "Select GIF \"{0}\"" +msgstr "" + #: src/view/screens/LanguageSettings.tsx:299 msgid "Select languages" msgstr "" @@ -4254,8 +4397,8 @@ msgstr "Birincil algoritmik beslemelerinizi seçin" msgid "Select your secondary algorithmic feeds" msgstr "İkincil algoritmik beslemelerinizi seçin" -#: src/view/com/modals/VerifyEmail.tsx:202 -#: src/view/com/modals/VerifyEmail.tsx:204 +#: src/view/com/modals/VerifyEmail.tsx:210 +#: src/view/com/modals/VerifyEmail.tsx:212 msgid "Send Confirmation Email" msgstr "Onay E-postası Gönder" @@ -4286,6 +4429,11 @@ msgstr "" msgid "Send report to {0}" msgstr "" +#: src/view/screens/Settings/DisableEmail2FADialog.tsx:119 +#: src/view/screens/Settings/DisableEmail2FADialog.tsx:122 +msgid "Send verification email" +msgstr "" + #: src/view/com/modals/DeleteAccount.tsx:132 msgid "Sends email with confirmation code for account deletion" msgstr "Hesap silme için onay kodu içeren e-posta gönderir" @@ -4368,23 +4516,23 @@ msgstr "Hesabınızı ayarlayın" msgid "Sets Bluesky username" msgstr "Bluesky kullanıcı adını ayarlar" -#: src/view/screens/Settings/index.tsx:458 +#: src/view/screens/Settings/index.tsx:436 msgid "Sets color theme to dark" msgstr "" -#: src/view/screens/Settings/index.tsx:451 +#: src/view/screens/Settings/index.tsx:429 msgid "Sets color theme to light" msgstr "" -#: src/view/screens/Settings/index.tsx:445 +#: src/view/screens/Settings/index.tsx:423 msgid "Sets color theme to system setting" msgstr "" -#: src/view/screens/Settings/index.tsx:484 +#: src/view/screens/Settings/index.tsx:462 msgid "Sets dark theme to the dark theme" msgstr "" -#: src/view/screens/Settings/index.tsx:477 +#: src/view/screens/Settings/index.tsx:455 msgid "Sets dark theme to the dim theme" msgstr "" @@ -4413,8 +4561,8 @@ msgstr "" #~ msgid "Sets server for the Bluesky client" #~ msgstr "Bluesky istemcisi için sunucuyu ayarlar" -#: src/Navigation.tsx:139 -#: src/view/screens/Settings/index.tsx:316 +#: src/Navigation.tsx:140 +#: src/view/screens/Settings/index.tsx:309 #: src/view/shell/desktop/LeftNav.tsx:437 #: src/view/shell/Drawer.tsx:576 #: src/view/shell/Drawer.tsx:577 @@ -4436,15 +4584,15 @@ msgstr "Paylaş" #: src/view/com/profile/ProfileMenu.tsx:215 #: src/view/com/profile/ProfileMenu.tsx:224 -#: src/view/com/util/forms/PostDropdownBtn.tsx:236 -#: src/view/com/util/forms/PostDropdownBtn.tsx:245 +#: src/view/com/util/forms/PostDropdownBtn.tsx:240 +#: src/view/com/util/forms/PostDropdownBtn.tsx:249 #: src/view/com/util/post-ctrls/PostCtrls.tsx:237 #: src/view/screens/ProfileList.tsx:390 msgid "Share" msgstr "Paylaş" #: src/view/com/profile/ProfileMenu.tsx:373 -#: src/view/com/util/forms/PostDropdownBtn.tsx:369 +#: src/view/com/util/forms/PostDropdownBtn.tsx:373 #: src/view/com/util/post-ctrls/PostCtrls.tsx:253 msgid "Share anyway" msgstr "" @@ -4467,7 +4615,7 @@ msgstr "" #: src/components/moderation/LabelPreference.tsx:136 #: src/components/moderation/PostHider.tsx:107 #: src/screens/Onboarding/StepModeration/ModerationOption.tsx:54 -#: src/view/screens/Settings/index.tsx:366 +#: src/view/screens/Settings/index.tsx:359 msgid "Show" msgstr "Göster" @@ -4493,13 +4641,13 @@ msgstr "" #~ msgid "Show embeds from {0}" #~ msgstr "{0} adresinden gömülü öğeleri göster" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:200 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:198 msgid "Show follows similar to {0}" msgstr "{0} adresine benzer takipçileri göster" -#: src/view/com/post-thread/PostThreadItem.tsx:501 -#: src/view/com/post/Post.tsx:212 -#: src/view/com/posts/FeedItem.tsx:360 +#: src/view/com/post-thread/PostThreadItem.tsx:507 +#: src/view/com/post/Post.tsx:215 +#: src/view/com/posts/FeedItem.tsx:362 msgid "Show More" msgstr "Daha Fazla Göster" @@ -4580,7 +4728,7 @@ msgstr "Beslemenizde {0} adresinden gönderileri gösterir" #: src/components/dialogs/Signin.tsx:99 #: src/screens/Login/index.tsx:100 #: src/screens/Login/index.tsx:119 -#: src/screens/Login/LoginForm.tsx:131 +#: src/screens/Login/LoginForm.tsx:148 #: src/view/com/auth/SplashScreen.tsx:63 #: src/view/com/auth/SplashScreen.tsx:72 #: src/view/com/auth/SplashScreen.web.tsx:107 @@ -4591,9 +4739,9 @@ msgstr "Beslemenizde {0} adresinden gönderileri gösterir" #: src/view/shell/bottom-bar/BottomBarWeb.tsx:178 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:179 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:181 -#: src/view/shell/NavSignupCard.tsx:63 -#: src/view/shell/NavSignupCard.tsx:64 -#: src/view/shell/NavSignupCard.tsx:66 +#: src/view/shell/NavSignupCard.tsx:69 +#: src/view/shell/NavSignupCard.tsx:70 +#: src/view/shell/NavSignupCard.tsx:72 msgid "Sign in" msgstr "Giriş yap" @@ -4623,8 +4771,8 @@ msgstr "" msgid "Sign into Bluesky or create a new account" msgstr "" -#: src/view/screens/Settings/index.tsx:118 -#: src/view/screens/Settings/index.tsx:121 +#: src/view/screens/Settings/index.tsx:111 +#: src/view/screens/Settings/index.tsx:114 msgid "Sign out" msgstr "Çıkış yap" @@ -4634,9 +4782,9 @@ msgstr "Çıkış yap" #: src/view/shell/bottom-bar/BottomBarWeb.tsx:168 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:169 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:171 -#: src/view/shell/NavSignupCard.tsx:54 -#: src/view/shell/NavSignupCard.tsx:55 -#: src/view/shell/NavSignupCard.tsx:57 +#: src/view/shell/NavSignupCard.tsx:60 +#: src/view/shell/NavSignupCard.tsx:61 +#: src/view/shell/NavSignupCard.tsx:63 msgid "Sign up" msgstr "Kaydol" @@ -4649,7 +4797,7 @@ msgstr "Konuşmaya katılmak için kaydolun veya giriş yapın" msgid "Sign-in Required" msgstr "Giriş Yapılması Gerekiyor" -#: src/view/screens/Settings/index.tsx:377 +#: src/view/screens/Settings/index.tsx:370 msgid "Signed in as" msgstr "Olarak giriş yapıldı" @@ -4729,7 +4877,7 @@ msgstr "Kare" #~ msgid "Staging" #~ msgstr "Staging" -#: src/view/screens/Settings/index.tsx:867 +#: src/view/screens/Settings/index.tsx:862 msgid "Status page" msgstr "Durum sayfası" @@ -4741,12 +4889,12 @@ msgstr "" #~ msgid "Step {0} of {numSteps}" #~ msgstr "{numSteps} adımdan {0}. adım" -#: src/view/screens/Settings/index.tsx:295 +#: src/view/screens/Settings/index.tsx:288 msgid "Storage cleared, you need to restart the app now." msgstr "Depolama temizlendi, şimdi uygulamayı yeniden başlatmanız gerekiyor." -#: src/Navigation.tsx:211 -#: src/view/screens/Settings/index.tsx:795 +#: src/Navigation.tsx:212 +#: src/view/screens/Settings/index.tsx:790 msgid "Storybook" msgstr "Storybook" @@ -4780,7 +4928,7 @@ msgstr "" msgid "Subscribe to this list" msgstr "Bu listeye abone ol" -#: src/view/screens/Search/Search.tsx:523 +#: src/view/screens/Search/Search.tsx:476 msgid "Suggested Follows" msgstr "Önerilen Takipçiler" @@ -4792,7 +4940,7 @@ msgstr "Sana önerilenler" msgid "Suggestive" msgstr "Tehlikeli" -#: src/Navigation.tsx:226 +#: src/Navigation.tsx:227 #: src/view/screens/Support.tsx:30 #: src/view/screens/Support.tsx:33 msgid "Support" @@ -4802,24 +4950,24 @@ msgstr "Destek" #~ msgid "Swipe up to see more" #~ msgstr "Daha fazlasını görmek için yukarı kaydır" -#: src/components/dialogs/SwitchAccount.tsx:46 -#: src/components/dialogs/SwitchAccount.tsx:49 +#: src/components/dialogs/SwitchAccount.tsx:47 +#: src/components/dialogs/SwitchAccount.tsx:50 msgid "Switch Account" msgstr "Hesap Değiştir" -#: src/view/screens/Settings/index.tsx:150 +#: src/view/screens/Settings/index.tsx:143 msgid "Switch to {0}" msgstr "{0} adresine geç" -#: src/view/screens/Settings/index.tsx:151 +#: src/view/screens/Settings/index.tsx:144 msgid "Switches the account you are logged in to" msgstr "Giriş yaptığınız hesabı değiştirir" -#: src/view/screens/Settings/index.tsx:442 +#: src/view/screens/Settings/index.tsx:420 msgid "System" msgstr "Sistem" -#: src/view/screens/Settings/index.tsx:783 +#: src/view/screens/Settings/index.tsx:778 msgid "System log" msgstr "Sistem günlüğü" @@ -4847,9 +4995,9 @@ msgstr "Teknoloji" msgid "Terms" msgstr "Şartlar" -#: src/Navigation.tsx:236 +#: src/Navigation.tsx:237 #: src/screens/Signup/StepInfo/Policies.tsx:49 -#: src/view/screens/Settings/index.tsx:881 +#: src/view/screens/Settings/index.tsx:876 #: src/view/screens/TermsOfService.tsx:29 #: src/view/shell/Drawer.tsx:265 msgid "Terms of Service" @@ -4881,7 +5029,7 @@ msgstr "" msgid "That handle is already taken." msgstr "" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:282 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:280 #: src/view/com/profile/ProfileMenu.tsx:349 msgid "The account will be able to interact with you after unblocking." msgstr "Hesap, engeli kaldırdıktan sonra sizinle etkileşime geçebilecek." @@ -4944,6 +5092,10 @@ msgstr "Bu beslemeyi kaldırma konusunda bir sorun oluştu. Lütfen internet ba msgid "There was an an issue updating your feeds, please check your internet connection and try again." msgstr "Beslemelerinizi güncelleme konusunda bir sorun oluştu, lütfen internet bağlantınızı kontrol edin ve tekrar deneyin." +#: src/components/dialogs/GifSelect.tsx:201 +msgid "There was an issue connecting to Tenor." +msgstr "" + #: src/view/screens/ProfileFeed.tsx:247 #: src/view/screens/ProfileList.tsx:277 #: src/view/screens/SavedFeeds.tsx:211 @@ -4988,9 +5140,9 @@ msgstr "Tercihlerinizi sunucuyla senkronize etme konusunda bir sorun oluştu" msgid "There was an issue with fetching your app passwords" msgstr "Uygulama şifrelerinizi almakta bir sorun oluştu" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:105 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:127 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:141 +#: 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:106 @@ -5009,7 +5161,8 @@ msgstr "Bir sorun oluştu! {0}" msgid "There was an issue. Please check your internet connection and try again." msgstr "Bir sorun oluştu. Lütfen internet bağlantınızı kontrol edin ve tekrar deneyin." -#: src/view/com/util/ErrorBoundary.tsx:51 +#: src/components/dialogs/GifSelect.tsx:289 +#: 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 "Uygulamada beklenmeyen bir sorun oluştu. Bu size de olduysa lütfen bize bildirin!" @@ -5080,7 +5233,7 @@ msgstr "Bu besleme boş! Daha fazla kullanıcı takip etmeniz veya dil ayarları msgid "This information is not shared with other users." msgstr "Bu bilgi diğer kullanıcılarla paylaşılmaz." -#: src/view/com/modals/VerifyEmail.tsx:119 +#: src/view/com/modals/VerifyEmail.tsx:127 msgid "This is important in case you ever need to change your email or reset your password." msgstr "Bu, e-postanızı değiştirmeniz veya şifrenizi sıfırlamanız gerektiğinde önemlidir." @@ -5108,16 +5261,16 @@ msgstr "" msgid "This name is already in use" msgstr "Bu isim zaten kullanılıyor" -#: src/view/com/post-thread/PostThreadItem.tsx:125 +#: src/view/com/post-thread/PostThreadItem.tsx:126 msgid "This post has been deleted." msgstr "Bu gönderi silindi." -#: src/view/com/util/forms/PostDropdownBtn.tsx:366 +#: src/view/com/util/forms/PostDropdownBtn.tsx:370 #: src/view/com/util/post-ctrls/PostCtrls.tsx:250 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:348 +#: src/view/com/util/forms/PostDropdownBtn.tsx:352 msgid "This post will be hidden from feeds." msgstr "" @@ -5178,12 +5331,12 @@ msgstr "" #~ msgid "This will hide this post from your feeds." #~ msgstr "Bu, bu gönderiyi beslemelerinizden gizleyecektir." -#: src/view/screens/Settings/index.tsx:525 +#: src/view/screens/Settings/index.tsx:526 msgid "Thread preferences" msgstr "" #: src/view/screens/PreferencesThreads.tsx:53 -#: src/view/screens/Settings/index.tsx:535 +#: src/view/screens/Settings/index.tsx:536 msgid "Thread Preferences" msgstr "Konu Tercihleri" @@ -5191,10 +5344,14 @@ msgstr "Konu Tercihleri" msgid "Threaded Mode" msgstr "Konu Tabanlı Mod" -#: src/Navigation.tsx:269 +#: src/Navigation.tsx:270 msgid "Threads Preferences" msgstr "Konu Tercihleri" +#: src/view/screens/Settings/DisableEmail2FADialog.tsx:102 +msgid "To disable the email 2FA method, please verify your access to the email address." +msgstr "" + #: src/components/ReportDialog/SelectLabelerView.tsx:33 msgid "To whom would you like to send this report?" msgstr "" @@ -5211,7 +5368,8 @@ msgstr "Açılır menüyü aç/kapat" msgid "Toggle to enable or disable adult content" msgstr "" -#: src/view/screens/Search/Search.tsx:427 +#: src/screens/Hashtag.tsx:88 +#: src/view/screens/Search/Search.tsx:418 msgid "Top" msgstr "" @@ -5219,10 +5377,10 @@ msgstr "" msgid "Transformations" msgstr "Dönüşümler" -#: src/view/com/post-thread/PostThreadItem.tsx:638 -#: src/view/com/post-thread/PostThreadItem.tsx:640 -#: src/view/com/util/forms/PostDropdownBtn.tsx:220 +#: src/view/com/post-thread/PostThreadItem.tsx:644 +#: src/view/com/post-thread/PostThreadItem.tsx:646 #: src/view/com/util/forms/PostDropdownBtn.tsx:222 +#: src/view/com/util/forms/PostDropdownBtn.tsx:224 msgid "Translate" msgstr "Çevir" @@ -5231,6 +5389,10 @@ msgctxt "action" msgid "Try again" msgstr "Tekrar dene" +#: src/view/screens/Settings/index.tsx:695 +msgid "Two-factor authentication" +msgstr "" + #: src/view/com/modals/ChangeHandle.tsx:428 msgid "Type:" msgstr "" @@ -5245,21 +5407,21 @@ msgstr "Listeyi sessizden çıkar" #: src/screens/Login/ForgotPasswordForm.tsx:74 #: src/screens/Login/index.tsx:78 -#: src/screens/Login/LoginForm.tsx:119 +#: src/screens/Login/LoginForm.tsx:136 #: src/screens/Login/SetNewPasswordForm.tsx:77 #: src/screens/Signup/index.tsx:64 #: src/view/com/modals/ChangePassword.tsx:70 msgid "Unable to contact your service. Please check your Internet connection." msgstr "Hizmetinize ulaşılamıyor. Lütfen internet bağlantınızı kontrol edin." -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:181 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:286 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:179 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:284 #: src/view/com/profile/ProfileMenu.tsx:361 #: src/view/screens/ProfileList.tsx:574 msgid "Unblock" msgstr "Engeli kaldır" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:186 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:184 msgctxt "action" msgid "Unblock" msgstr "Engeli kaldır" @@ -5269,7 +5431,7 @@ msgstr "Engeli kaldır" msgid "Unblock Account" msgstr "Hesabın engelini kaldır" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:280 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:278 #: src/view/com/profile/ProfileMenu.tsx:343 msgid "Unblock Account?" msgstr "" @@ -5291,7 +5453,7 @@ msgctxt "action" msgid "Unfollow" msgstr "Takibi bırak" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:220 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:218 msgid "Unfollow {0}" msgstr "{0} adresini takibi bırak" @@ -5330,8 +5492,8 @@ msgstr "Hesabın sessizliğini kaldır" msgid "Unmute all {displayTag} posts" msgstr "" -#: src/view/com/util/forms/PostDropdownBtn.tsx:269 -#: src/view/com/util/forms/PostDropdownBtn.tsx:274 +#: src/view/com/util/forms/PostDropdownBtn.tsx:273 +#: src/view/com/util/forms/PostDropdownBtn.tsx:278 msgid "Unmute thread" msgstr "Konunun sessizliğini kaldır" @@ -5497,13 +5659,11 @@ msgstr "Kullanıcı listesi güncellendi" msgid "User Lists" msgstr "Kullanıcı Listeleri" -#: src/screens/Login/LoginForm.tsx:151 +#: src/screens/Login/LoginForm.tsx:168 msgid "Username or email address" msgstr "Kullanıcı adı veya e-posta adresi" #: src/view/screens/ProfileList.tsx:813 -#: src/view/screens/Search/Search.tsx:473 -#: src/view/screens/Search/Search.tsx:482 msgid "Users" msgstr "Kullanıcılar" @@ -5531,15 +5691,15 @@ msgstr "" msgid "Verify {0}" msgstr "" -#: src/view/screens/Settings/index.tsx:906 +#: src/view/screens/Settings/index.tsx:901 msgid "Verify email" msgstr "E-postayı doğrula" -#: src/view/screens/Settings/index.tsx:931 +#: src/view/screens/Settings/index.tsx:926 msgid "Verify my email" msgstr "E-postamı doğrula" -#: src/view/screens/Settings/index.tsx:940 +#: src/view/screens/Settings/index.tsx:935 msgid "Verify My Email" msgstr "E-postamı Doğrula" @@ -5548,11 +5708,11 @@ msgstr "E-postamı Doğrula" msgid "Verify New Email" msgstr "Yeni E-postayı Doğrula" -#: src/view/com/modals/VerifyEmail.tsx:103 +#: src/view/com/modals/VerifyEmail.tsx:111 msgid "Verify Your Email" msgstr "E-postanızı Doğrulayın" -#: src/view/screens/Settings/index.tsx:857 +#: src/view/screens/Settings/index.tsx:852 msgid "Version {0}" msgstr "" @@ -5584,8 +5744,8 @@ msgstr "Tam konuyu görüntüle" msgid "View information about these labels" msgstr "" -#: src/components/ProfileHoverCard/index.web.tsx:264 -#: src/components/ProfileHoverCard/index.web.tsx:293 +#: src/components/ProfileHoverCard/index.web.tsx:379 +#: src/components/ProfileHoverCard/index.web.tsx:408 #: src/view/com/posts/FeedErrorMessage.tsx:166 msgid "View profile" msgstr "Profili görüntüle" @@ -5626,7 +5786,7 @@ msgstr "" #~ msgid "We also think you'll like \"For You\" by Skygaze:" #~ msgstr "Ayrıca Skygaze tarafından \"Sana Özel\" beslemesini de beğeneceğinizi düşünüyoruz:" -#: src/screens/Hashtag.tsx:133 +#: src/screens/Hashtag.tsx:210 msgid "We couldn't find any results for that hashtag." msgstr "" @@ -5686,11 +5846,11 @@ msgstr "Üzgünüz, ancak bu listeyi çözemedik. Bu durum devam ederse, lütfen 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:322 +#: src/view/screens/Search/Search.tsx:323 msgid "We're sorry, but your search could not be completed. Please try again in a few minutes." msgstr "Üzgünüz, ancak aramanız tamamlanamadı. Lütfen birkaç dakika içinde tekrar deneyin." -#: src/components/Lists.tsx:188 +#: src/components/Lists.tsx:197 #: src/view/screens/NotFound.tsx:48 msgid "We're sorry! We can't find the page you were looking for." msgstr "Üzgünüz! Aradığınız sayfayı bulamıyoruz." @@ -5713,7 +5873,7 @@ msgstr "İlgi alanlarınız nelerdir?" #: src/view/com/auth/SplashScreen.tsx:40 #: src/view/com/auth/SplashScreen.web.tsx:81 -#: src/view/com/composer/Composer.tsx:296 +#: src/view/com/composer/Composer.tsx:306 msgid "What's up?" msgstr "Nasılsınız?" @@ -5754,11 +5914,11 @@ msgstr "" msgid "Wide" msgstr "Geniş" -#: src/view/com/composer/Composer.tsx:436 +#: src/view/com/composer/Composer.tsx:467 msgid "Write post" msgstr "Gönderi yaz" -#: src/view/com/composer/Composer.tsx:295 +#: src/view/com/composer/Composer.tsx:305 #: src/view/com/composer/Prompt.tsx:37 msgid "Write your reply" msgstr "Yanıtınızı yazın" @@ -5870,7 +6030,7 @@ msgstr "Beslemeniz yok." msgid "You have no lists." msgstr "Listeniz yok." -#: src/view/screens/ModerationBlockedAccounts.tsx:138 +#: src/view/screens/ModerationBlockedAccounts.tsx:137 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 "" @@ -5987,7 +6147,7 @@ msgstr "E-postanız geçersiz gibi görünüyor." msgid "Your email has been updated but not verified. As a next step, please verify your new email." msgstr "E-postanız güncellendi ancak doğrulanmadı. Bir sonraki adım olarak, lütfen yeni e-postanızı doğrulayın." -#: src/view/com/modals/VerifyEmail.tsx:114 +#: src/view/com/modals/VerifyEmail.tsx:122 msgid "Your email has not yet been verified. This is an important security step which we recommend." msgstr "E-postanız henüz doğrulanmadı. Bu, önerdiğimiz önemli bir güvenlik adımıdır." @@ -6016,7 +6176,7 @@ msgstr "" msgid "Your password has been changed successfully!" msgstr "Şifreniz başarıyla değiştirildi!" -#: src/view/com/composer/Composer.tsx:284 +#: src/view/com/composer/Composer.tsx:294 msgid "Your post has been published" msgstr "Gönderiniz yayınlandı" @@ -6026,11 +6186,11 @@ msgstr "Gönderiniz yayınlandı" msgid "Your posts, likes, and blocks are public. Mutes are private." msgstr "Gönderileriniz, beğenileriniz ve engellemeleriniz herkese açıktır. Sessizlikleriniz özeldir." -#: src/view/screens/Settings/index.tsx:136 +#: src/view/screens/Settings/index.tsx:129 msgid "Your profile" msgstr "Profiliniz" -#: src/view/com/composer/Composer.tsx:283 +#: src/view/com/composer/Composer.tsx:293 msgid "Your reply has been published" msgstr "Yanıtınız yayınlandı" diff --git a/src/locale/locales/uk/messages.po b/src/locale/locales/uk/messages.po index dcdacfa0..9f4dda39 100644 --- a/src/locale/locales/uk/messages.po +++ b/src/locale/locales/uk/messages.po @@ -18,11 +18,11 @@ msgstr "" "X-Crowdin-File: /main/src/locale/locales/en/messages.po\n" "X-Crowdin-File-ID: 14\n" -#: src/view/com/modals/VerifyEmail.tsx:142 +#: src/view/com/modals/VerifyEmail.tsx:150 msgid "(no email)" msgstr "(немає ел. адреси)" -#: src/components/ProfileHoverCard/index.web.tsx:323 +#: src/components/ProfileHoverCard/index.web.tsx:438 #: src/screens/Profile/Header/Metrics.tsx:44 msgid "{following} following" msgstr "{following} підписок" @@ -39,11 +39,11 @@ msgstr "<0/> учасників" msgid "<0>{0} following" msgstr "<0>{0} підписок" -#: src/components/ProfileHoverCard/index.web.tsx:314 +#: src/components/ProfileHoverCard/index.web.tsx:429 msgid "<0>{followers} <1>{pluralizedFollowers}" msgstr "<0>{followers} <1>{pluralizedFollowers}" -#: src/components/ProfileHoverCard/index.web.tsx:326 +#: src/components/ProfileHoverCard/index.web.tsx:441 #: src/screens/Profile/Header/Metrics.tsx:45 msgid "<0>{following} <1>following" msgstr "<0>{following} <1>підписок" @@ -64,8 +64,12 @@ msgstr "<0>Ласкаво просимо до<1>Bluesky" msgid "⚠Invalid Handle" msgstr "⚠Недопустимий псевдонім" -#: src/view/com/util/ViewHeader.tsx:89 -#: src/view/screens/Search/Search.tsx:796 +#: src/screens/Login/LoginForm.tsx:238 +msgid "2FA Confirmation" +msgstr "" + +#: src/view/com/util/ViewHeader.tsx:91 +#: src/view/screens/Search/Search.tsx:727 msgid "Access navigation links and settings" msgstr "Відкрити навігацію й налаштування" @@ -74,17 +78,26 @@ msgid "Access profile and other navigation links" msgstr "Відкрити профіль та іншу навігацію" #: src/view/com/modals/EditImage.tsx:300 -#: src/view/screens/Settings/index.tsx:421 +#: src/view/screens/Settings/index.tsx:493 msgid "Accessibility" msgstr "Доступність" +#: src/view/screens/Settings/index.tsx:484 +msgid "Accessibility settings" +msgstr "" + +#: src/Navigation.tsx:284 +#: src/view/screens/AccessibilitySettings.tsx:63 +msgid "Accessibility Settings" +msgstr "" + #: src/components/moderation/LabelsOnMe.tsx:42 msgid "account" msgstr "обліковий запис" -#: src/screens/Login/LoginForm.tsx:144 -#: src/view/screens/Settings/index.tsx:330 -#: src/view/screens/Settings/index.tsx:707 +#: src/screens/Login/LoginForm.tsx:161 +#: src/view/screens/Settings/index.tsx:323 +#: src/view/screens/Settings/index.tsx:702 msgid "Account" msgstr "Обліковий запис" @@ -117,7 +130,7 @@ msgstr "Параметри облікового запису" msgid "Account removed from quick access" msgstr "Обліковий запис вилучено зі швидкого доступу" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:137 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:135 #: src/view/com/profile/ProfileMenu.tsx:128 msgid "Account unblocked" msgstr "Обліковий запис розблоковано" @@ -146,9 +159,9 @@ msgstr "Додати попередження про вміст" msgid "Add a user to this list" msgstr "Додати користувача до списку" -#: src/components/dialogs/SwitchAccount.tsx:55 -#: src/view/screens/Settings/index.tsx:405 -#: src/view/screens/Settings/index.tsx:414 +#: src/components/dialogs/SwitchAccount.tsx:56 +#: src/view/screens/Settings/index.tsx:398 +#: src/view/screens/Settings/index.tsx:407 msgid "Add account" msgstr "Додати обліковий запис" @@ -165,12 +178,12 @@ msgid "Add App Password" msgstr "Додати пароль застосунку" #: src/view/com/composer/Composer.tsx:467 -msgid "Add link card" -msgstr "Додати попередній перегляд" +#~ msgid "Add link card" +#~ msgstr "Додати попередній перегляд" #: src/view/com/composer/Composer.tsx:472 -msgid "Add link card:" -msgstr "Додати попередній перегляд:" +#~ msgid "Add link card:" +#~ msgstr "Додати попередній перегляд:" #: src/components/dialogs/MutedWords.tsx:157 msgid "Add mute word for configured settings" @@ -221,7 +234,7 @@ msgid "Adult content is disabled." msgstr "Контент для дорослих вимкнено." #: src/screens/Moderation/index.tsx:375 -#: src/view/screens/Settings/index.tsx:635 +#: src/view/screens/Settings/index.tsx:636 msgid "Advanced" msgstr "Розширені" @@ -243,6 +256,7 @@ msgid "ALT" msgstr "ALT" #: src/view/com/modals/EditImage.tsx:316 +#: src/view/screens/AccessibilitySettings.tsx:77 msgid "Alt text" msgstr "Альтернативний текст" @@ -250,7 +264,8 @@ msgstr "Альтернативний текст" msgid "Alt text describes images for blind and low-vision users, and helps give context to everyone." msgstr "Альтернативний текст описує зображення для незрячих та користувачів із вадами зору, та надає додатковий контекст для всіх." -#: src/view/com/modals/VerifyEmail.tsx:124 +#: src/view/com/modals/VerifyEmail.tsx:132 +#: src/view/screens/Settings/DisableEmail2FADialog.tsx:96 msgid "An email has been sent to {0}. It includes a confirmation code which you can enter below." msgstr "Було надіслано лист на адресу {0}. Він містить код підтвердження, який можна ввести нижче." @@ -258,6 +273,10 @@ msgstr "Було надіслано лист на адресу {0}. Він мі msgid "An email has been sent to your previous address, {0}. It includes a confirmation code which you can enter below." msgstr "Було надіслано лист на вашу попередню адресу, {0}. Він містить код підтвердження, який ви можете ввести нижче." +#: src/components/dialogs/GifSelect.tsx:284 +msgid "An error occured" +msgstr "" + #: src/lib/moderation/useReportOptions.ts:26 msgid "An issue not included in these options" msgstr "Проблема не включена до цих варіантів" @@ -280,6 +299,10 @@ msgstr "та" msgid "Animals" msgstr "Тварини" +#: src/view/com/util/post-embeds/GifEmbed.tsx:134 +msgid "Animated GIF" +msgstr "" + #: src/lib/moderation/useReportOptions.ts:31 msgid "Anti-Social Behavior" msgstr "Антисоціальна поведінка" @@ -300,13 +323,13 @@ msgstr "Назва пароля може містити лише латинсь msgid "App Password names must be at least 4 characters long." msgstr "Назва пароля застосунку мусить бути хоча б 4 символи в довжину." -#: src/view/screens/Settings/index.tsx:646 +#: src/view/screens/Settings/index.tsx:647 msgid "App password settings" msgstr "Налаштування пароля застосунків" -#: src/Navigation.tsx:251 +#: src/Navigation.tsx:252 #: src/view/screens/AppPasswords.tsx:189 -#: src/view/screens/Settings/index.tsx:655 +#: src/view/screens/Settings/index.tsx:656 msgid "App Passwords" msgstr "Паролі для застосунків" @@ -323,7 +346,7 @@ msgstr "Оскаржити мітку \"{0}\"" msgid "Appeal submitted." msgstr "Звернення надіслано." -#: src/view/screens/Settings/index.tsx:436 +#: src/view/screens/Settings/index.tsx:414 msgid "Appearance" msgstr "Оформлення" @@ -335,7 +358,7 @@ msgstr "Ви дійсно хочете видалити пароль для за msgid "Are you sure you want to remove {0} from your feeds?" msgstr "Ви впевнені, що бажаєте видалити {0} зі стрічки?" -#: src/view/com/composer/Composer.tsx:509 +#: src/view/com/composer/Composer.tsx:523 msgid "Are you sure you'd like to discard this draft?" msgstr "Ви дійсно бажаєте видалити цю чернетку?" @@ -365,13 +388,13 @@ msgstr "Не менше 3-х символів" #: src/screens/Login/ChooseAccountForm.tsx:78 #: src/screens/Login/ForgotPasswordForm.tsx:129 #: src/screens/Login/ForgotPasswordForm.tsx:135 -#: src/screens/Login/LoginForm.tsx:221 -#: src/screens/Login/LoginForm.tsx:227 +#: src/screens/Login/LoginForm.tsx:269 +#: src/screens/Login/LoginForm.tsx:275 #: src/screens/Login/SetNewPasswordForm.tsx:160 #: src/screens/Login/SetNewPasswordForm.tsx:166 #: src/screens/Profile/Header/Shell.tsx:96 #: src/screens/Signup/index.tsx:180 -#: src/view/com/util/ViewHeader.tsx:87 +#: src/view/com/util/ViewHeader.tsx:89 msgid "Back" msgstr "Назад" @@ -379,7 +402,7 @@ msgstr "Назад" msgid "Based on your interest in {interestsText}" msgstr "Ґрунтуючись на вашому інтересі до {interestsText}" -#: src/view/screens/Settings/index.tsx:493 +#: src/view/screens/Settings/index.tsx:471 msgid "Basics" msgstr "Основні" @@ -387,11 +410,11 @@ msgstr "Основні" msgid "Birthday" msgstr "Дата народження" -#: src/view/screens/Settings/index.tsx:362 +#: src/view/screens/Settings/index.tsx:355 msgid "Birthday:" msgstr "Дата народження:" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:286 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:284 #: src/view/com/profile/ProfileMenu.tsx:361 msgid "Block" msgstr "Заблокувати" @@ -427,8 +450,8 @@ msgstr "Заблоковано" msgid "Blocked accounts" msgstr "Заблоковані облікові записи" -#: src/Navigation.tsx:134 -#: src/view/screens/ModerationBlockedAccounts.tsx:113 +#: src/Navigation.tsx:135 +#: src/view/screens/ModerationBlockedAccounts.tsx:112 msgid "Blocked Accounts" msgstr "Заблоковані облікові записи" @@ -436,7 +459,7 @@ msgstr "Заблоковані облікові записи" msgid "Blocked accounts cannot reply in your threads, mention you, or otherwise interact with you." msgstr "Заблоковані облікові записи не можуть вам відповідати, згадувати вас у своїх постах, і взаємодіяти з вами будь-яким іншим чином." -#: src/view/screens/ModerationBlockedAccounts.tsx:121 +#: src/view/screens/ModerationBlockedAccounts.tsx:120 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 "Заблоковані облікові записи не можуть вам відповідати, згадувати вас у своїх постах, і взаємодіяти з вами будь-яким іншим чином. Ви не будете бачити їхні пости і вони не будуть бачити ваші." @@ -528,7 +551,7 @@ msgstr "Створюючи обліковий запис, ви даєте зго msgid "by you" msgstr "створено вами" -#: src/view/com/composer/photos/OpenCameraBtn.tsx:77 +#: src/view/com/composer/photos/OpenCameraBtn.tsx:73 msgid "Camera" msgstr "Камера" @@ -540,8 +563,8 @@ msgstr "Може містити лише літери, цифри, пробіл #: src/components/Prompt.tsx:113 #: src/components/Prompt.tsx:115 #: src/components/TagMenu/index.tsx:268 -#: src/view/com/composer/Composer.tsx:317 -#: src/view/com/composer/Composer.tsx:322 +#: src/view/com/composer/Composer.tsx:349 +#: src/view/com/composer/Composer.tsx:354 #: src/view/com/modals/ChangeEmail.tsx:218 #: src/view/com/modals/ChangeEmail.tsx:220 #: src/view/com/modals/ChangeHandle.tsx:154 @@ -556,9 +579,9 @@ msgstr "Може містити лише літери, цифри, пробіл #: src/view/com/modals/LinkWarning.tsx:105 #: src/view/com/modals/LinkWarning.tsx:107 #: src/view/com/modals/Repost.tsx:88 -#: src/view/com/modals/VerifyEmail.tsx:247 -#: src/view/com/modals/VerifyEmail.tsx:253 -#: src/view/screens/Search/Search.tsx:865 +#: src/view/com/modals/VerifyEmail.tsx:255 +#: src/view/com/modals/VerifyEmail.tsx:261 +#: src/view/screens/Search/Search.tsx:796 #: src/view/shell/desktop/Search.tsx:239 msgid "Cancel" msgstr "Скасувати" @@ -600,34 +623,34 @@ msgstr "Скасувати пошук" msgid "Cancels opening the linked website" msgstr "Скасовує відкриття посилання" -#: src/view/com/modals/VerifyEmail.tsx:152 +#: src/view/com/modals/VerifyEmail.tsx:160 msgid "Change" msgstr "Змінити" -#: src/view/screens/Settings/index.tsx:356 +#: src/view/screens/Settings/index.tsx:349 msgctxt "action" msgid "Change" msgstr "Змінити" -#: src/view/screens/Settings/index.tsx:667 +#: src/view/screens/Settings/index.tsx:668 msgid "Change handle" msgstr "Змінити псевдонім" #: src/view/com/modals/ChangeHandle.tsx:162 -#: src/view/screens/Settings/index.tsx:678 +#: src/view/screens/Settings/index.tsx:679 msgid "Change Handle" msgstr "Змінити псевдонім" -#: src/view/com/modals/VerifyEmail.tsx:147 +#: src/view/com/modals/VerifyEmail.tsx:155 msgid "Change my email" msgstr "Змінити адресу електронної пошти" -#: src/view/screens/Settings/index.tsx:718 +#: src/view/screens/Settings/index.tsx:713 msgid "Change password" msgstr "Змінити пароль" #: src/view/com/modals/ChangePassword.tsx:141 -#: src/view/screens/Settings/index.tsx:729 +#: src/view/screens/Settings/index.tsx:724 msgid "Change Password" msgstr "Зміна пароля" @@ -652,6 +675,10 @@ msgstr "Подивіться на деякі з рекомендованих с msgid "Check out some recommended users. Follow them to see similar users." msgstr "Ознайомтеся з деякими рекомендованими користувачами. Слідкуйте за ними, щоб побачити дописи від подібних користувачів." +#: src/screens/Login/LoginForm.tsx:262 +msgid "Check your email for a login code and enter it here." +msgstr "" + #: src/view/com/modals/DeleteAccount.tsx:168 msgid "Check your inbox for an email with the confirmation code to enter below:" msgstr "Перевірте свою поштову скриньку на наявність електронного листа з кодом підтвердження та введіть його нижче:" @@ -681,32 +708,32 @@ msgstr "Виберіть ваші основні стрічки" msgid "Choose your password" msgstr "Вкажіть пароль" -#: src/view/screens/Settings/index.tsx:832 +#: src/view/screens/Settings/index.tsx:827 msgid "Clear all legacy storage data" msgstr "" -#: src/view/screens/Settings/index.tsx:835 +#: src/view/screens/Settings/index.tsx:830 msgid "Clear all legacy storage data (restart after this)" msgstr "" -#: src/view/screens/Settings/index.tsx:844 +#: src/view/screens/Settings/index.tsx:839 msgid "Clear all storage data" msgstr "" -#: src/view/screens/Settings/index.tsx:847 +#: src/view/screens/Settings/index.tsx:842 msgid "Clear all storage data (restart after this)" msgstr "" #: src/view/com/util/forms/SearchInput.tsx:88 -#: src/view/screens/Search/Search.tsx:846 +#: src/view/screens/Search/Search.tsx:777 msgid "Clear search query" msgstr "Очистити пошуковий запит" -#: src/view/screens/Settings/index.tsx:833 +#: src/view/screens/Settings/index.tsx:828 msgid "Clears all legacy storage data" msgstr "Видаляє всі застарілі дані зі сховища" -#: src/view/screens/Settings/index.tsx:845 +#: src/view/screens/Settings/index.tsx:840 msgid "Clears all storage data" msgstr "Видаляє всі дані зі сховища" @@ -719,20 +746,21 @@ msgid "Click here to open tag menu for {tag}" msgstr "Натисніть тут, щоб відкрити меню тегів для {tag}" #: src/components/RichText.tsx:198 -msgid "Click here to open tag menu for #{tag}" -msgstr "Натисніть тут, щоб відкрити меню тегів для #{tag}" +#~ msgid "Click here to open tag menu for #{tag}" +#~ msgstr "Натисніть тут, щоб відкрити меню тегів для #{tag}" #: src/screens/Onboarding/index.tsx:35 msgid "Climate" msgstr "Клімат" +#: src/components/dialogs/GifSelect.tsx:300 #: src/view/com/modals/ChangePassword.tsx:267 #: src/view/com/modals/ChangePassword.tsx:270 msgid "Close" msgstr "Закрити" -#: src/components/Dialog/index.web.tsx:106 -#: src/components/Dialog/index.web.tsx:218 +#: src/components/Dialog/index.web.tsx:111 +#: src/components/Dialog/index.web.tsx:246 msgid "Close active dialog" msgstr "Закрити діалогове вікно" @@ -744,6 +772,14 @@ msgstr "Закрити сповіщення" msgid "Close bottom drawer" msgstr "Закрити нижнє меню" +#: src/components/dialogs/GifSelect.tsx:294 +msgid "Close dialog" +msgstr "" + +#: src/components/dialogs/GifSelect.tsx:150 +msgid "Close GIF dialog" +msgstr "" + #: src/view/com/lightbox/ImageViewing/components/ImageDefaultHeader.tsx:36 msgid "Close image" msgstr "Закрити зображення" @@ -752,7 +788,7 @@ msgstr "Закрити зображення" msgid "Close image viewer" msgstr "Закрити перегляд зображення" -#: src/view/shell/index.web.tsx:57 +#: src/view/shell/index.web.tsx:61 msgid "Close navigation footer" msgstr "Закрити панель навігації" @@ -761,7 +797,7 @@ msgstr "Закрити панель навігації" msgid "Close this dialog" msgstr "Закрити діалогове вікно" -#: src/view/shell/index.web.tsx:58 +#: src/view/shell/index.web.tsx:62 msgid "Closes bottom navigation bar" msgstr "Закриває нижню панель навігації" @@ -769,7 +805,7 @@ msgstr "Закриває нижню панель навігації" msgid "Closes password update alert" msgstr "Закриває сповіщення про оновлення пароля" -#: src/view/com/composer/Composer.tsx:319 +#: src/view/com/composer/Composer.tsx:351 msgid "Closes post composer and discards post draft" msgstr "Закриває редактор постів і видаляє чернетку" @@ -789,7 +825,7 @@ msgstr "Комедія" msgid "Comics" msgstr "Комікси" -#: src/Navigation.tsx:241 +#: src/Navigation.tsx:242 #: src/view/screens/CommunityGuidelines.tsx:32 msgid "Community Guidelines" msgstr "Правила спільноти" @@ -802,7 +838,7 @@ msgstr "Завершіть ознайомлення та розпочніть к msgid "Complete the challenge" msgstr "Виконайте завдання" -#: src/view/com/composer/Composer.tsx:438 +#: src/view/com/composer/Composer.tsx:469 msgid "Compose posts up to {MAX_GRAPHEME_LENGTH} characters in length" msgstr "Створюйте пости до {MAX_GRAPHEME_LENGTH} символів у довжину" @@ -825,10 +861,12 @@ msgstr "Налаштовано <0>у налаштуваннях модераці #: src/components/Prompt.tsx:153 #: src/components/Prompt.tsx:156 #: src/view/com/modals/SelfLabel.tsx:154 -#: src/view/com/modals/VerifyEmail.tsx:231 -#: src/view/com/modals/VerifyEmail.tsx:233 +#: src/view/com/modals/VerifyEmail.tsx:239 +#: src/view/com/modals/VerifyEmail.tsx:241 #: src/view/screens/PreferencesFollowingFeed.tsx:308 #: src/view/screens/PreferencesThreads.tsx:159 +#: src/view/screens/Settings/DisableEmail2FADialog.tsx:180 +#: src/view/screens/Settings/DisableEmail2FADialog.tsx:183 msgid "Confirm" msgstr "Підтвердити" @@ -853,14 +891,17 @@ msgstr "Підтвердіть ваш вік:" msgid "Confirm your birthdate" msgstr "Підтвердіть вашу дату народження" +#: src/screens/Login/LoginForm.tsx:244 #: src/view/com/modals/ChangeEmail.tsx:157 #: src/view/com/modals/DeleteAccount.tsx:175 #: src/view/com/modals/DeleteAccount.tsx:181 -#: src/view/com/modals/VerifyEmail.tsx:165 +#: src/view/com/modals/VerifyEmail.tsx:173 +#: src/view/screens/Settings/DisableEmail2FADialog.tsx:143 +#: src/view/screens/Settings/DisableEmail2FADialog.tsx:149 msgid "Confirmation code" msgstr "Код підтвердження" -#: src/screens/Login/LoginForm.tsx:248 +#: src/screens/Login/LoginForm.tsx:296 msgid "Connecting..." msgstr "З’єднання..." @@ -945,7 +986,7 @@ msgstr "Кухарство" msgid "Copied" msgstr "Скопійовано" -#: src/view/screens/Settings/index.tsx:254 +#: src/view/screens/Settings/index.tsx:243 msgid "Copied build version to clipboard" msgstr "Версію збірки скопійовано до буфера обміну" @@ -981,17 +1022,17 @@ msgstr "Скопіювати код" msgid "Copy link to list" msgstr "Копіювати посилання на список" -#: src/view/com/util/forms/PostDropdownBtn.tsx:236 -#: src/view/com/util/forms/PostDropdownBtn.tsx:245 +#: src/view/com/util/forms/PostDropdownBtn.tsx:240 +#: src/view/com/util/forms/PostDropdownBtn.tsx:249 msgid "Copy link to post" msgstr "Копіювати посилання на пост" -#: src/view/com/util/forms/PostDropdownBtn.tsx:228 #: src/view/com/util/forms/PostDropdownBtn.tsx:230 +#: src/view/com/util/forms/PostDropdownBtn.tsx:232 msgid "Copy post text" msgstr "Копіювати текст повідомлення" -#: src/Navigation.tsx:246 +#: src/Navigation.tsx:247 #: src/view/screens/CopyrightPolicy.tsx:29 msgid "Copyright Policy" msgstr "Політика захисту авторського права" @@ -1009,7 +1050,7 @@ msgstr "Не вдалося завантажити список" msgid "Create a new account" msgstr "Створити новий обліковий запис" -#: src/view/screens/Settings/index.tsx:406 +#: src/view/screens/Settings/index.tsx:399 msgid "Create a new Bluesky account" msgstr "Створити новий обліковий запис Bluesky" @@ -1040,8 +1081,8 @@ msgid "Created {0}" msgstr "Створено: {0}" #: src/view/com/composer/Composer.tsx:469 -msgid "Creates a card with a thumbnail. The card links to {url}" -msgstr "Створює картку з мініатюрою. Посилання картки: {url}" +#~ msgid "Creates a card with a thumbnail. The card links to {url}" +#~ msgstr "Створює картку з мініатюрою. Посилання картки: {url}" #: src/screens/Onboarding/index.tsx:29 msgid "Culture" @@ -1061,12 +1102,12 @@ msgstr "Власний домен" msgid "Custom feeds built by the community bring you new experiences and help you find the content you love." msgstr "Кастомні стрічки, створені спільнотою, подарують вам нові враження та допоможуть знайти контент, який ви любите." -#: src/view/screens/PreferencesExternalEmbeds.tsx:55 +#: src/view/screens/PreferencesExternalEmbeds.tsx:56 msgid "Customize media from external sites." msgstr "Налаштування медіа зі сторонніх вебсайтів." -#: src/view/screens/Settings/index.tsx:455 -#: src/view/screens/Settings/index.tsx:481 +#: src/view/screens/Settings/index.tsx:433 +#: src/view/screens/Settings/index.tsx:459 msgid "Dark" msgstr "Темна" @@ -1074,7 +1115,7 @@ msgstr "Темна" msgid "Dark mode" msgstr "Темний режим" -#: src/view/screens/Settings/index.tsx:468 +#: src/view/screens/Settings/index.tsx:446 msgid "Dark Theme" msgstr "Темна тема" @@ -1082,7 +1123,7 @@ msgstr "Темна тема" msgid "Date of birth" msgstr "Дата народження" -#: src/view/screens/Settings/index.tsx:805 +#: src/view/screens/Settings/index.tsx:800 msgid "Debug Moderation" msgstr "Налагодження модерації" @@ -1090,13 +1131,13 @@ msgstr "Налагодження модерації" msgid "Debug panel" msgstr "Панель налагодження" -#: src/view/com/util/forms/PostDropdownBtn.tsx:341 +#: src/view/com/util/forms/PostDropdownBtn.tsx:345 #: src/view/screens/AppPasswords.tsx:268 #: src/view/screens/ProfileList.tsx:615 msgid "Delete" msgstr "Видалити" -#: src/view/screens/Settings/index.tsx:760 +#: src/view/screens/Settings/index.tsx:755 msgid "Delete account" msgstr "Видалити обліковий запис" @@ -1120,12 +1161,12 @@ msgstr "Видалити список" msgid "Delete my account" msgstr "Видалити мій обліковий запис" -#: src/view/screens/Settings/index.tsx:772 +#: src/view/screens/Settings/index.tsx:767 msgid "Delete My Account…" msgstr "Видалити мій обліковий запис..." -#: src/view/com/util/forms/PostDropdownBtn.tsx:322 -#: src/view/com/util/forms/PostDropdownBtn.tsx:324 +#: src/view/com/util/forms/PostDropdownBtn.tsx:326 +#: src/view/com/util/forms/PostDropdownBtn.tsx:328 msgid "Delete post" msgstr "Видалити пост" @@ -1133,7 +1174,7 @@ msgstr "Видалити пост" msgid "Delete this list?" msgstr "Видалити цей список?" -#: src/view/com/util/forms/PostDropdownBtn.tsx:336 +#: src/view/com/util/forms/PostDropdownBtn.tsx:340 msgid "Delete this post?" msgstr "Видалити цей пост?" @@ -1152,21 +1193,33 @@ msgstr "Видалений пост." msgid "Description" msgstr "Опис" -#: src/view/com/composer/Composer.tsx:218 +#: src/view/com/composer/Composer.tsx:228 msgid "Did you want to say anything?" msgstr "Порожній пост. Ви хотіли щось написати?" -#: src/view/screens/Settings/index.tsx:474 +#: src/view/screens/Settings/index.tsx:452 msgid "Dim" msgstr "Тьмяний" -#: src/view/screens/Settings/index.tsx:697 -msgid "Disable haptics" -msgstr "Вимкнути тактильні ефекти" +#: src/view/screens/AccessibilitySettings.tsx:94 +msgid "Disable autoplay for GIFs" +msgstr "" + +#: src/view/screens/Settings/DisableEmail2FADialog.tsx:90 +msgid "Disable Email 2FA" +msgstr "" + +#: src/view/screens/AccessibilitySettings.tsx:108 +msgid "Disable haptic feedback" +msgstr "" #: src/view/screens/Settings/index.tsx:697 -msgid "Disable vibrations" -msgstr "Вимкнути вібрацію" +#~ msgid "Disable haptics" +#~ msgstr "Вимкнути тактильні ефекти" + +#: src/view/screens/Settings/index.tsx:697 +#~ msgid "Disable vibrations" +#~ msgstr "Вимкнути вібрацію" #: src/lib/moderation/useLabelBehaviorDescription.ts:32 #: src/lib/moderation/useLabelBehaviorDescription.ts:42 @@ -1175,11 +1228,11 @@ msgstr "Вимкнути вібрацію" msgid "Disabled" msgstr "Вимкнено" -#: src/view/com/composer/Composer.tsx:511 +#: src/view/com/composer/Composer.tsx:525 msgid "Discard" msgstr "Видалити" -#: src/view/com/composer/Composer.tsx:508 +#: src/view/com/composer/Composer.tsx:522 msgid "Discard draft?" msgstr "Відхилити чернетку?" @@ -1265,7 +1318,7 @@ msgstr "Готово{extraText}" msgid "Download CAR file" msgstr "Завантажити CAR файл" -#: src/view/com/composer/text-input/TextInput.web.tsx:249 +#: src/view/com/composer/text-input/TextInput.web.tsx:270 msgid "Drop to add images" msgstr "Перетягніть і відпустіть, щоб додати зображення" @@ -1336,7 +1389,7 @@ msgstr "Редагувати опис списку" msgid "Edit Moderation List" msgstr "Редагування списку" -#: src/Navigation.tsx:256 +#: src/Navigation.tsx:257 #: src/view/screens/Feeds.tsx:459 #: src/view/screens/SavedFeeds.tsx:85 msgid "Edit My Feeds" @@ -1347,12 +1400,12 @@ msgid "Edit my profile" msgstr "Редагувати мій профіль" #: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:178 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:168 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:166 msgid "Edit profile" msgstr "Редагувати профіль" #: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:181 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:171 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:169 msgid "Edit Profile" msgstr "Редагувати профіль" @@ -1382,6 +1435,10 @@ msgstr "Освіта" msgid "Email" msgstr "Ел. адреса" +#: src/view/screens/Settings/DisableEmail2FADialog.tsx:64 +msgid "Email 2FA disabled" +msgstr "" + #: src/screens/Login/ForgotPasswordForm.tsx:99 msgid "Email address" msgstr "Адреса електронної пошти" @@ -1395,11 +1452,11 @@ msgstr "Електронну адресу змінено" msgid "Email Updated" msgstr "Ел. адресу оновлено" -#: src/view/com/modals/VerifyEmail.tsx:78 +#: src/view/com/modals/VerifyEmail.tsx:85 msgid "Email verified" msgstr "Електронну адресу перевірено" -#: src/view/screens/Settings/index.tsx:334 +#: src/view/screens/Settings/index.tsx:327 msgid "Email:" msgstr "Ел. адреса:" @@ -1408,8 +1465,8 @@ msgid "Embed HTML code" msgstr "Вбудований HTML код" #: src/components/dialogs/Embed.tsx:97 -#: src/view/com/util/forms/PostDropdownBtn.tsx:253 -#: src/view/com/util/forms/PostDropdownBtn.tsx:255 +#: src/view/com/util/forms/PostDropdownBtn.tsx:257 +#: src/view/com/util/forms/PostDropdownBtn.tsx:259 msgid "Embed post" msgstr "Вбудований пост" @@ -1439,7 +1496,7 @@ msgstr "Увімкнути вміст для дорослих у ваших ст msgid "Enable external media" msgstr "Увімкнути зовнішні медіа" -#: src/view/screens/PreferencesExternalEmbeds.tsx:75 +#: src/view/screens/PreferencesExternalEmbeds.tsx:76 msgid "Enable media players for" msgstr "Увімкнути медіапрогравачі для" @@ -1472,7 +1529,7 @@ msgstr "Введіть пароль" msgid "Enter a word or tag" msgstr "Введіть слово або тег" -#: src/view/com/modals/VerifyEmail.tsx:105 +#: src/view/com/modals/VerifyEmail.tsx:113 msgid "Enter Confirmation Code" msgstr "Введіть код підтвердження" @@ -1563,12 +1620,12 @@ msgstr "Відверто або потенційно проблемний вмі msgid "Explicit sexual images." msgstr "Відверті сексуальні зображення." -#: src/view/screens/Settings/index.tsx:741 +#: src/view/screens/Settings/index.tsx:736 msgid "Export my data" msgstr "Експорт моїх даних" #: src/view/screens/Settings/ExportCarDialog.tsx:44 -#: src/view/screens/Settings/index.tsx:752 +#: src/view/screens/Settings/index.tsx:747 msgid "Export My Data" msgstr "Експорт моїх даних" @@ -1578,17 +1635,17 @@ msgid "External Media" msgstr "Зовнішні медіа" #: src/components/dialogs/EmbedConsent.tsx:71 -#: src/view/screens/PreferencesExternalEmbeds.tsx:66 +#: 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 "Зовнішні медіа можуть дозволяти вебсайтам збирати інформацію про вас та ваш пристрій. Інформація не надсилається та не запитується, допоки не натиснуто кнопку «Відтворити»." -#: src/Navigation.tsx:275 -#: src/view/screens/PreferencesExternalEmbeds.tsx:52 -#: src/view/screens/Settings/index.tsx:628 +#: src/Navigation.tsx:276 +#: src/view/screens/PreferencesExternalEmbeds.tsx:53 +#: src/view/screens/Settings/index.tsx:629 msgid "External Media Preferences" msgstr "Налаштування зовнішніх медіа" -#: src/view/screens/Settings/index.tsx:619 +#: src/view/screens/Settings/index.tsx:620 msgid "External media settings" msgstr "Налаштування зовнішніх медіа" @@ -1605,6 +1662,10 @@ msgstr "Не вдалося створити список. Перевірте і msgid "Failed to delete post, please try again" msgstr "Не вдалося видалити пост, спробуйте ще раз" +#: src/components/dialogs/GifSelect.tsx:200 +msgid "Failed to load GIFs" +msgstr "" + #: src/view/com/auth/onboarding/RecommendedFeeds.tsx:110 #: src/view/com/auth/onboarding/RecommendedFeeds.tsx:143 msgid "Failed to load recommended feeds" @@ -1614,7 +1675,7 @@ msgstr "Не вдалося завантажити рекомендації ст msgid "Failed to save image: {0}" msgstr "Не вдалося зберегти зображення: {0}" -#: src/Navigation.tsx:196 +#: src/Navigation.tsx:197 msgid "Feed" msgstr "Стрічка" @@ -1631,10 +1692,10 @@ msgstr "Стрічка не працює" msgid "Feedback" msgstr "Зворотний зв'язок" -#: src/Navigation.tsx:456 +#: src/Navigation.tsx:465 #: src/view/screens/Feeds.tsx:444 #: src/view/screens/Feeds.tsx:549 -#: src/view/screens/Profile.tsx:199 +#: src/view/screens/Profile.tsx:198 #: src/view/shell/bottom-bar/BottomBar.tsx:192 #: src/view/shell/desktop/LeftNav.tsx:346 #: src/view/shell/Drawer.tsx:485 @@ -1672,13 +1733,17 @@ msgstr "Завершення" msgid "Find accounts to follow" msgstr "Знайдіть облікові записи для стеження" +#: src/view/screens/Search/Search.tsx:521 +msgid "Find posts and users on Bluesky" +msgstr "" + #: src/view/screens/Search/Search.tsx:589 -msgid "Find users on Bluesky" -msgstr "Знайти користувачів у Bluesky" +#~ msgid "Find users on Bluesky" +#~ msgstr "Знайти користувачів у Bluesky" #: src/view/screens/Search/Search.tsx:587 -msgid "Find users with the search tool on the right" -msgstr "Знайдіть користувачів за допомогою інструменту пошуку праворуч" +#~ msgid "Find users with the search tool on the right" +#~ msgstr "Знайдіть користувачів за допомогою інструменту пошуку праворуч" #: src/view/com/auth/onboarding/RecommendedFollowsItem.tsx:155 msgid "Finding similar accounts..." @@ -1710,7 +1775,7 @@ msgid "Flip vertically" msgstr "Віддзеркалити вертикально" #: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:189 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:235 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:233 #: src/view/com/auth/onboarding/RecommendedFollowsItem.tsx:141 #: src/view/com/post-thread/PostThreadFollowBtn.tsx:146 #: src/view/com/profile/ProfileHeaderSuggestedFollows.tsx:248 @@ -1723,7 +1788,7 @@ msgid "Follow" msgstr "Підписатись" #: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:58 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:221 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:219 #: src/view/com/post-thread/PostThreadFollowBtn.tsx:128 msgid "Follow {0}" msgstr "Підписатися на {0}" @@ -1749,7 +1814,7 @@ msgstr "Підпишіться на обрані облікові записи msgid "Follow some users to get started. We can recommend you more users based on who you find interesting." msgstr "Підпишіться на кількох користувачів щоб почати їх читати. Ми зможемо порекомендувати вам більше користувачів, спираючись на те хто вас цікавить." -#: src/view/com/profile/ProfileCard.tsx:219 +#: src/view/com/profile/ProfileCard.tsx:231 msgid "Followed by {0}" msgstr "Підписані {0}" @@ -1770,26 +1835,26 @@ msgstr "підписка на вас" msgid "Followers" msgstr "Підписники" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:233 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:231 #: src/view/com/post-thread/PostThreadFollowBtn.tsx:149 #: src/view/com/profile/ProfileFollows.tsx:104 #: src/view/screens/ProfileFollows.tsx:25 msgid "Following" msgstr "Підписані" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:93 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:91 msgid "Following {0}" msgstr "Підписання на \"{0}\"" -#: src/view/screens/Settings/index.tsx:504 +#: src/view/screens/Settings/index.tsx:505 msgid "Following feed preferences" msgstr "Налаштування стрічки підписок" -#: src/Navigation.tsx:262 +#: src/Navigation.tsx:263 #: src/view/com/home/HomeHeaderLayout.web.tsx:54 #: src/view/com/home/HomeHeaderLayoutMobile.tsx:87 #: src/view/screens/PreferencesFollowingFeed.tsx:104 -#: src/view/screens/Settings/index.tsx:513 +#: src/view/screens/Settings/index.tsx:514 msgid "Following Feed Preferences" msgstr "Налаштування стрічки підписок" @@ -1797,7 +1862,7 @@ msgstr "Налаштування стрічки підписок" msgid "Follows you" msgstr "Підписаний(-на) на вас" -#: src/view/com/profile/ProfileCard.tsx:144 +#: src/view/com/profile/ProfileCard.tsx:156 msgid "Follows You" msgstr "Підписаний(-на) на вас" @@ -1818,11 +1883,11 @@ msgstr "З міркувань безпеки цей пароль відобра msgid "Forgot Password" msgstr "Забули пароль" -#: src/screens/Login/LoginForm.tsx:201 +#: src/screens/Login/LoginForm.tsx:218 msgid "Forgot password?" msgstr "Забули пароль?" -#: src/screens/Login/LoginForm.tsx:212 +#: src/screens/Login/LoginForm.tsx:229 msgid "Forgot?" msgstr "Забули пароль?" @@ -1830,8 +1895,7 @@ msgstr "Забули пароль?" msgid "Frequently Posts Unwanted Content" msgstr "Часто публікує неприйнятний контент" -#: src/screens/Hashtag.tsx:109 -#: src/screens/Hashtag.tsx:149 +#: src/screens/Hashtag.tsx:118 msgid "From @{sanitizedAuthor}" msgstr "Від @{sanitizedAuthor}" @@ -1840,12 +1904,12 @@ msgctxt "from-feed" msgid "From <0/>" msgstr "Зі стрічки \"<0/>\"" -#: src/view/com/composer/photos/SelectPhotoBtn.tsx:43 +#: src/view/com/composer/photos/SelectPhotoBtn.tsx:39 msgid "Gallery" msgstr "Галерея" -#: src/view/com/modals/VerifyEmail.tsx:189 -#: src/view/com/modals/VerifyEmail.tsx:191 +#: src/view/com/modals/VerifyEmail.tsx:197 +#: src/view/com/modals/VerifyEmail.tsx:199 msgid "Get Started" msgstr "Почати" @@ -1864,7 +1928,7 @@ msgstr "Грубі порушення закону чи умов викорис msgid "Go back" msgstr "Назад" -#: src/components/Error.tsx:91 +#: src/components/Error.tsx:100 #: src/screens/Profile/ErrorState.tsx:62 #: src/screens/Profile/ErrorState.tsx:66 #: src/view/screens/NotFound.tsx:54 @@ -1889,7 +1953,7 @@ msgstr "Повернутися на головну" msgid "Go Home" msgstr "Повернутися на головну" -#: src/view/screens/Search/Search.tsx:896 +#: src/view/screens/Search/Search.tsx:827 #: src/view/shell/desktop/Search.tsx:263 msgid "Go to @{queryMaybeHandle}" msgstr "Перейти до @{queryMaybeHandle}" @@ -1907,15 +1971,19 @@ msgstr "Графічний медіаконтент" msgid "Handle" msgstr "Псевдонім" +#: src/view/screens/AccessibilitySettings.tsx:103 +msgid "Haptics" +msgstr "" + #: src/lib/moderation/useReportOptions.ts:32 msgid "Harassment, trolling, or intolerance" msgstr "Домагання, тролінг або нетерпимість" -#: src/Navigation.tsx:282 +#: src/Navigation.tsx:291 msgid "Hashtag" msgstr "Хештег" -#: src/components/RichText.tsx:197 +#: src/components/RichText.tsx:206 msgid "Hashtag: #{tag}" msgstr "Хештег: #{tag}" @@ -1953,7 +2021,7 @@ msgstr "Це ваш пароль для застосунків." #: src/lib/moderation/useLabelBehaviorDescription.ts:30 #: src/screens/Onboarding/StepModeration/ModerationOption.tsx:52 #: src/screens/Onboarding/StepModeration/ModerationOption.tsx:76 -#: src/view/com/util/forms/PostDropdownBtn.tsx:350 +#: src/view/com/util/forms/PostDropdownBtn.tsx:354 msgid "Hide" msgstr "Приховати" @@ -1962,8 +2030,8 @@ msgctxt "action" msgid "Hide" msgstr "Сховати" -#: src/view/com/util/forms/PostDropdownBtn.tsx:294 -#: src/view/com/util/forms/PostDropdownBtn.tsx:296 +#: src/view/com/util/forms/PostDropdownBtn.tsx:298 +#: src/view/com/util/forms/PostDropdownBtn.tsx:300 msgid "Hide post" msgstr "Сховати пост" @@ -1972,7 +2040,7 @@ msgstr "Сховати пост" msgid "Hide the content" msgstr "Приховати вміст" -#: src/view/com/util/forms/PostDropdownBtn.tsx:347 +#: src/view/com/util/forms/PostDropdownBtn.tsx:351 msgid "Hide this post?" msgstr "Сховати цей пост?" @@ -2008,7 +2076,7 @@ msgstr "Здається, у нас виникли проблеми з зава msgid "Hmmmm, we couldn't load that moderation service." msgstr "Хм, ми не змогли завантажити цей сервіс модерації." -#: src/Navigation.tsx:446 +#: src/Navigation.tsx:455 #: src/view/shell/bottom-bar/BottomBar.tsx:148 #: src/view/shell/desktop/LeftNav.tsx:310 #: src/view/shell/Drawer.tsx:407 @@ -2021,7 +2089,7 @@ msgid "Host:" msgstr "Host:" #: src/screens/Login/ForgotPasswordForm.tsx:89 -#: src/screens/Login/LoginForm.tsx:134 +#: src/screens/Login/LoginForm.tsx:151 #: src/screens/Signup/StepInfo/index.tsx:40 #: src/view/com/modals/ChangeHandle.tsx:281 msgid "Hosting provider" @@ -2031,11 +2099,13 @@ msgstr "Хостинг-провайдер" msgid "How should we open this link?" msgstr "Як ви хочете відкрити це посилання?" -#: src/view/com/modals/VerifyEmail.tsx:214 +#: src/view/com/modals/VerifyEmail.tsx:222 +#: src/view/screens/Settings/DisableEmail2FADialog.tsx:132 +#: src/view/screens/Settings/DisableEmail2FADialog.tsx:135 msgid "I have a code" msgstr "У мене є код" -#: src/view/com/modals/VerifyEmail.tsx:216 +#: src/view/com/modals/VerifyEmail.tsx:224 msgid "I have a confirmation code" msgstr "У мене є код підтвердження" @@ -2059,7 +2129,7 @@ msgstr "Якщо ви ще не досягли повноліття відпов msgid "If you delete this list, you won't be able to recover it." msgstr "Якщо ви видалите цей список, ви не зможете його відновити." -#: src/view/com/util/forms/PostDropdownBtn.tsx:338 +#: src/view/com/util/forms/PostDropdownBtn.tsx:342 msgid "If you remove this post, you won't be able to recover it." msgstr "Якщо ви видалите цей пост, ви не зможете його відновити." @@ -2103,15 +2173,19 @@ msgstr "Введіть новий пароль" msgid "Input password for account deletion" msgstr "Введіть пароль для видалення облікового запису" -#: src/screens/Login/LoginForm.tsx:195 +#: src/screens/Login/LoginForm.tsx:257 +msgid "Input the code which has been emailed to you" +msgstr "" + +#: src/screens/Login/LoginForm.tsx:212 msgid "Input the password tied to {identifier}" msgstr "Введіть пароль, прив'язаний до {identifier}" -#: src/screens/Login/LoginForm.tsx:168 +#: src/screens/Login/LoginForm.tsx:185 msgid "Input the username or email address you used at signup" msgstr "Введіть псевдонім або ел. адресу, які ви використовували для реєстрації" -#: src/screens/Login/LoginForm.tsx:194 +#: src/screens/Login/LoginForm.tsx:211 msgid "Input your password" msgstr "Введіть ваш пароль" @@ -2123,11 +2197,16 @@ msgstr "Введіть бажаного хостинг-провайдера" msgid "Input your user handle" msgstr "Введіть ваш псевдонім" -#: src/view/com/post-thread/PostThreadItem.tsx:221 +#: src/screens/Login/LoginForm.tsx:126 +#: src/view/screens/Settings/DisableEmail2FADialog.tsx:70 +msgid "Invalid 2FA confirmation code." +msgstr "" + +#: src/view/com/post-thread/PostThreadItem.tsx:222 msgid "Invalid or unsupported post record" msgstr "Невірний або непідтримуваний пост" -#: src/screens/Login/LoginForm.tsx:114 +#: src/screens/Login/LoginForm.tsx:131 msgid "Invalid username or password" msgstr "Невірне ім'я користувача або пароль" @@ -2175,7 +2254,7 @@ msgstr "Помічений {0}." msgid "Labeled by the author." msgstr "Мітку додано автором." -#: src/view/screens/Profile.tsx:193 +#: src/view/screens/Profile.tsx:192 msgid "Labels" msgstr "Мітки" @@ -2199,20 +2278,21 @@ msgstr "Мітки на вашому контенті" msgid "Language selection" msgstr "Вибір мови" -#: src/view/screens/Settings/index.tsx:565 +#: src/view/screens/Settings/index.tsx:566 msgid "Language settings" msgstr "Налаштування мови" -#: src/Navigation.tsx:144 +#: src/Navigation.tsx:145 #: src/view/screens/LanguageSettings.tsx:89 msgid "Language Settings" msgstr "Налаштування мов" -#: src/view/screens/Settings/index.tsx:574 +#: src/view/screens/Settings/index.tsx:575 msgid "Languages" msgstr "Мови" -#: src/view/screens/Search/Search.tsx:437 +#: src/screens/Hashtag.tsx:99 +#: src/view/screens/Search/Search.tsx:428 msgid "Latest" msgstr "Нещодавні" @@ -2250,7 +2330,7 @@ msgstr "Ви залишаєте Bluesky" msgid "left to go." msgstr "ще залишилося." -#: src/view/screens/Settings/index.tsx:299 +#: src/view/screens/Settings/index.tsx:292 msgid "Legacy storage cleared, you need to restart the app now." msgstr "Старе сховище очищено, тепер вам потрібно перезапустити застосунок." @@ -2263,7 +2343,7 @@ msgstr "Давайте відновимо ваш пароль!" msgid "Let's go!" msgstr "Злітаємо!" -#: src/view/screens/Settings/index.tsx:449 +#: src/view/screens/Settings/index.tsx:427 msgid "Light" msgstr "Світла" @@ -2277,8 +2357,8 @@ msgid "Like this feed" msgstr "Вподобати цю стрічку" #: src/components/LikesDialog.tsx:87 -#: src/Navigation.tsx:201 -#: src/Navigation.tsx:206 +#: src/Navigation.tsx:202 +#: src/Navigation.tsx:207 msgid "Liked by" msgstr "Сподобалося" @@ -2310,15 +2390,15 @@ msgstr "вподобав(-ла) вашу стрічку" msgid "liked your post" msgstr "сподобався ваш пост" -#: src/view/screens/Profile.tsx:198 +#: src/view/screens/Profile.tsx:197 msgid "Likes" msgstr "Вподобання" -#: src/view/com/post-thread/PostThreadItem.tsx:182 +#: src/view/com/post-thread/PostThreadItem.tsx:183 msgid "Likes on this post" msgstr "Вподобайки цього поста" -#: src/Navigation.tsx:170 +#: src/Navigation.tsx:171 msgid "List" msgstr "Список" @@ -2354,9 +2434,9 @@ msgstr "Список розблоковано" msgid "List unmuted" msgstr "Список більше не ігнорується" -#: src/Navigation.tsx:114 -#: src/view/screens/Profile.tsx:194 -#: src/view/screens/Profile.tsx:200 +#: src/Navigation.tsx:115 +#: src/view/screens/Profile.tsx:193 +#: src/view/screens/Profile.tsx:199 #: src/view/shell/desktop/LeftNav.tsx:383 #: src/view/shell/Drawer.tsx:501 #: src/view/shell/Drawer.tsx:502 @@ -2368,7 +2448,7 @@ msgid "Load new notifications" msgstr "Завантажити нові сповіщення" #: src/screens/Profile/Sections/Feed.tsx:86 -#: src/view/com/feeds/FeedPage.tsx:138 +#: src/view/com/feeds/FeedPage.tsx:134 #: src/view/screens/ProfileFeed.tsx:507 #: src/view/screens/ProfileList.tsx:697 msgid "Load new posts" @@ -2378,7 +2458,7 @@ msgstr "Завантажити нові пости" msgid "Loading..." msgstr "Завантаження..." -#: src/Navigation.tsx:221 +#: src/Navigation.tsx:222 msgid "Log" msgstr "Звіт" @@ -2397,6 +2477,10 @@ msgstr "Видимість для користувачів без обліков msgid "Login to account that is not listed" msgstr "Увійти до облікового запису, якого немає в списку" +#: src/components/RichText.tsx:207 +msgid "Long press to open tag menu for #{tag}" +msgstr "" + #: src/screens/Login/SetNewPasswordForm.tsx:116 msgid "Looks like XXXXX-XXXXX" msgstr "Виглядає як XXXXX-XXXXXXX" @@ -2409,7 +2493,8 @@ msgstr "Переконайтеся, що це дійсно той сайт, що msgid "Manage your muted words and tags" msgstr "Налаштовуйте ваші ігноровані слова та теги" -#: src/view/screens/Profile.tsx:197 +#: src/view/screens/AccessibilitySettings.tsx:89 +#: src/view/screens/Profile.tsx:196 msgid "Media" msgstr "Медіа" @@ -2421,8 +2506,8 @@ msgstr "згадані користувачі" msgid "Mentioned users" msgstr "Згадані користувачі" -#: src/view/com/util/ViewHeader.tsx:87 -#: src/view/screens/Search/Search.tsx:795 +#: src/view/com/util/ViewHeader.tsx:89 +#: src/view/screens/Search/Search.tsx:726 msgid "Menu" msgstr "Меню" @@ -2434,9 +2519,9 @@ msgstr "Повідомлення від сервера: {0}" msgid "Misleading Account" msgstr "Оманливий обліковий запис" -#: src/Navigation.tsx:119 +#: src/Navigation.tsx:120 #: src/screens/Moderation/index.tsx:104 -#: src/view/screens/Settings/index.tsx:596 +#: src/view/screens/Settings/index.tsx:597 #: src/view/shell/desktop/LeftNav.tsx:401 #: src/view/shell/Drawer.tsx:520 #: src/view/shell/Drawer.tsx:521 @@ -2474,16 +2559,16 @@ msgstr "Список модерації оновлено" msgid "Moderation lists" msgstr "Списки для модерації" -#: src/Navigation.tsx:124 +#: src/Navigation.tsx:125 #: src/view/screens/ModerationModlists.tsx:58 msgid "Moderation Lists" msgstr "Списки для модерації" -#: src/view/screens/Settings/index.tsx:590 +#: src/view/screens/Settings/index.tsx:591 msgid "Moderation settings" msgstr "Налаштування модерації" -#: src/Navigation.tsx:216 +#: src/Navigation.tsx:217 msgid "Moderation states" msgstr "Статус модерації" @@ -2496,7 +2581,7 @@ msgstr "Інструменти модерації" msgid "Moderator has chosen to set a general warning on the content." msgstr "Модератор вирішив встановити загальне попередження на вміст." -#: src/view/com/post-thread/PostThreadItem.tsx:535 +#: src/view/com/post-thread/PostThreadItem.tsx:541 msgid "More" msgstr "Більше" @@ -2558,13 +2643,13 @@ msgstr "Ігнорувати це слово у постах і тегах" msgid "Mute this word in tags only" msgstr "Ігнорувати це слово лише у тегах" -#: src/view/com/util/forms/PostDropdownBtn.tsx:269 -#: src/view/com/util/forms/PostDropdownBtn.tsx:275 +#: src/view/com/util/forms/PostDropdownBtn.tsx:273 +#: src/view/com/util/forms/PostDropdownBtn.tsx:279 msgid "Mute thread" msgstr "Ігнорувати обговорення" -#: src/view/com/util/forms/PostDropdownBtn.tsx:285 -#: src/view/com/util/forms/PostDropdownBtn.tsx:287 +#: src/view/com/util/forms/PostDropdownBtn.tsx:289 +#: src/view/com/util/forms/PostDropdownBtn.tsx:291 msgid "Mute words & tags" msgstr "Ігнорувати слова та теги" @@ -2576,7 +2661,7 @@ msgstr "Ігнорується" msgid "Muted accounts" msgstr "Ігноровані облікові записи" -#: src/Navigation.tsx:129 +#: src/Navigation.tsx:130 #: src/view/screens/ModerationMutedAccounts.tsx:112 msgid "Muted Accounts" msgstr "Ігноровані облікові записи" @@ -2610,11 +2695,11 @@ msgstr "Мої стрічки" msgid "My Profile" msgstr "Мій профіль" -#: src/view/screens/Settings/index.tsx:547 +#: src/view/screens/Settings/index.tsx:548 msgid "My saved feeds" msgstr "Мої збережені стрічки" -#: src/view/screens/Settings/index.tsx:553 +#: src/view/screens/Settings/index.tsx:554 msgid "My Saved Feeds" msgstr "Мої збережені стрічки" @@ -2638,7 +2723,7 @@ msgid "Nature" msgstr "Природа" #: src/screens/Login/ForgotPasswordForm.tsx:173 -#: src/screens/Login/LoginForm.tsx:255 +#: src/screens/Login/LoginForm.tsx:303 #: src/view/com/modals/ChangePassword.tsx:168 msgid "Navigates to the next screen" msgstr "Переходить до наступного екрана" @@ -2685,14 +2770,14 @@ msgstr "Новий пароль" msgid "New Password" msgstr "Новий Пароль" -#: src/view/com/feeds/FeedPage.tsx:149 +#: src/view/com/feeds/FeedPage.tsx:145 msgctxt "action" msgid "New post" msgstr "Новий пост" #: src/view/screens/Feeds.tsx:580 #: src/view/screens/Notifications.tsx:168 -#: src/view/screens/Profile.tsx:480 +#: src/view/screens/Profile.tsx:465 #: src/view/screens/ProfileFeed.tsx:445 #: src/view/screens/ProfileList.tsx:200 #: src/view/screens/ProfileList.tsx:228 @@ -2719,8 +2804,8 @@ msgstr "Новини" #: src/screens/Login/ForgotPasswordForm.tsx:143 #: src/screens/Login/ForgotPasswordForm.tsx:150 -#: src/screens/Login/LoginForm.tsx:254 -#: src/screens/Login/LoginForm.tsx:261 +#: src/screens/Login/LoginForm.tsx:302 +#: src/screens/Login/LoginForm.tsx:309 #: src/screens/Login/SetNewPasswordForm.tsx:174 #: src/screens/Login/SetNewPasswordForm.tsx:180 #: src/screens/Signup/index.tsx:207 @@ -2757,7 +2842,11 @@ msgstr "Опис відсутній" msgid "No DNS Panel" msgstr "Немає панелі DNS" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:118 +#: src/components/dialogs/GifSelect.tsx:206 +msgid "No featured GIFs found. There may be an issue with Tenor." +msgstr "" + +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:116 msgid "No longer following {0}" msgstr "Ви більше не підписані на {0}" @@ -2774,7 +2863,7 @@ msgstr "Ще ніяких сповіщень!" msgid "No result" msgstr "Результати відсутні" -#: src/components/Lists.tsx:183 +#: src/components/Lists.tsx:192 msgid "No results found" msgstr "Нічого не знайдено" @@ -2783,11 +2872,15 @@ msgid "No results found for \"{query}\"" msgstr "Нічого не знайдено за запитом «{query}»" #: src/view/com/modals/ListAddRemoveUsers.tsx:127 -#: src/view/screens/Search/Search.tsx:349 -#: src/view/screens/Search/Search.tsx:387 +#: src/view/screens/Search/Search.tsx:350 +#: src/view/screens/Search/Search.tsx:388 msgid "No results found for {query}" msgstr "Нічого не знайдено за запитом «{query}»" +#: src/components/dialogs/GifSelect.tsx:204 +msgid "No search results found for \"{search}\"." +msgstr "" + #: src/components/dialogs/EmbedConsent.tsx:105 #: src/components/dialogs/EmbedConsent.tsx:112 msgid "No thanks" @@ -2810,18 +2903,18 @@ msgstr "Несексуальна оголеність" msgid "Not Applicable." msgstr "Не застосовно." -#: src/Navigation.tsx:109 +#: src/Navigation.tsx:110 #: src/view/screens/Profile.tsx:101 msgid "Not Found" msgstr "Не знайдено" -#: src/view/com/modals/VerifyEmail.tsx:246 -#: src/view/com/modals/VerifyEmail.tsx:252 +#: src/view/com/modals/VerifyEmail.tsx:254 +#: src/view/com/modals/VerifyEmail.tsx:260 msgid "Not right now" msgstr "Пізніше" #: src/view/com/profile/ProfileMenu.tsx:368 -#: src/view/com/util/forms/PostDropdownBtn.tsx:364 +#: src/view/com/util/forms/PostDropdownBtn.tsx:368 #: src/view/com/util/post-ctrls/PostCtrls.tsx:248 msgid "Note about sharing" msgstr "Примітка щодо поширення" @@ -2830,7 +2923,7 @@ msgstr "Примітка щодо поширення" msgid "Note: Bluesky is an open and public network. This setting only limits the visibility of your content on the Bluesky app and website, and other apps may not respect this setting. Your content may still be shown to logged-out users by other apps and websites." msgstr "Примітка: Bluesky є відкритою і публічною мережею. Цей параметр обмежує видимість вашого вмісту лише у застосунках і на сайті Bluesky, але інші застосунки можуть цього не дотримуватися. Ваш вміст все ще може бути показаний відвідувачам без облікового запису іншими застосунками і вебсайтами." -#: src/Navigation.tsx:461 +#: src/Navigation.tsx:470 #: src/view/screens/Notifications.tsx:124 #: src/view/screens/Notifications.tsx:148 #: src/view/shell/bottom-bar/BottomBar.tsx:216 @@ -2856,7 +2949,8 @@ msgstr "з" msgid "Off" msgstr "Вимкнено" -#: src/view/com/util/ErrorBoundary.tsx:49 +#: src/components/dialogs/GifSelect.tsx:287 +#: src/view/com/util/ErrorBoundary.tsx:55 msgid "Oh no!" msgstr "О, ні!" @@ -2877,11 +2971,11 @@ msgstr "Добре" msgid "Oldest replies first" msgstr "Спочатку найдавніші" -#: src/view/screens/Settings/index.tsx:247 +#: src/view/screens/Settings/index.tsx:236 msgid "Onboarding reset" msgstr "Скинути ознайомлення" -#: src/view/com/composer/Composer.tsx:392 +#: src/view/com/composer/Composer.tsx:424 msgid "One or more images is missing alt text." msgstr "Для одного або кількох зображень відсутній опис." @@ -2893,11 +2987,11 @@ msgstr "Тільки {0} можуть відповідати." msgid "Only contains letters, numbers, and hyphens" msgstr "Тільки літери, цифри та дефіс" -#: src/components/Lists.tsx:75 +#: src/components/Lists.tsx:78 msgid "Oops, something went wrong!" msgstr "Ой, щось пішло не так!" -#: src/components/Lists.tsx:170 +#: src/components/Lists.tsx:177 #: src/view/screens/AppPasswords.tsx:67 #: src/view/screens/Profile.tsx:101 msgid "Oops!" @@ -2907,8 +3001,8 @@ msgstr "Ой!" msgid "Open" msgstr "Відкрити" -#: src/view/com/composer/Composer.tsx:491 -#: src/view/com/composer/Composer.tsx:492 +#: src/view/com/composer/Composer.tsx:505 +#: src/view/com/composer/Composer.tsx:506 msgid "Open emoji picker" msgstr "Емоджі" @@ -2916,7 +3010,7 @@ msgstr "Емоджі" msgid "Open feed options menu" msgstr "Відкрити меню налаштувань стрічки" -#: src/view/screens/Settings/index.tsx:685 +#: src/view/screens/Settings/index.tsx:686 msgid "Open links with in-app browser" msgstr "Вбудований браузер" @@ -2932,12 +3026,12 @@ msgstr "Відкрити навігацію" msgid "Open post options menu" msgstr "Відкрити меню налаштувань посту" -#: src/view/screens/Settings/index.tsx:792 -#: src/view/screens/Settings/index.tsx:802 +#: src/view/screens/Settings/index.tsx:787 +#: src/view/screens/Settings/index.tsx:797 msgid "Open storybook page" msgstr "Відкрити storybook сторінку" -#: src/view/screens/Settings/index.tsx:780 +#: src/view/screens/Settings/index.tsx:775 msgid "Open system log" msgstr "Відкрити системний журнал" @@ -2945,6 +3039,10 @@ msgstr "Відкрити системний журнал" msgid "Opens {numItems} options" msgstr "Відкриває меню з {numItems} опціями" +#: src/view/screens/Settings/index.tsx:485 +msgid "Opens accessibility settings" +msgstr "" + #: src/view/screens/Log.tsx:54 msgid "Opens additional details for a debug entry" msgstr "Відкриває додаткову інформацію про запис для налагодження" @@ -2953,7 +3051,7 @@ msgstr "Відкриває додаткову інформацію про зап msgid "Opens an expanded list of users in this notification" msgstr "Відкрити розширений список користувачів у цьому сповіщенні" -#: src/view/com/composer/photos/OpenCameraBtn.tsx:78 +#: src/view/com/composer/photos/OpenCameraBtn.tsx:74 msgid "Opens camera on device" msgstr "Відкриває камеру на пристрої" @@ -2961,15 +3059,15 @@ msgstr "Відкриває камеру на пристрої" msgid "Opens composer" msgstr "Відкрити редактор" -#: src/view/screens/Settings/index.tsx:566 +#: src/view/screens/Settings/index.tsx:567 msgid "Opens configurable language settings" msgstr "Відкриває налаштування мов" -#: src/view/com/composer/photos/SelectPhotoBtn.tsx:44 +#: src/view/com/composer/photos/SelectPhotoBtn.tsx:40 msgid "Opens device photo gallery" msgstr "Відкриває фотогалерею пристрою" -#: src/view/screens/Settings/index.tsx:620 +#: src/view/screens/Settings/index.tsx:621 msgid "Opens external embeds settings" msgstr "Відкриває налаштування зовнішніх вбудувань" @@ -2983,27 +3081,31 @@ msgstr "Відкриває процес створення нового облі msgid "Opens flow to sign into your existing Bluesky account" msgstr "Відкриває процес входу в існуючий обліковий запис Bluesky" +#: src/view/com/composer/photos/SelectGifBtn.tsx:37 +msgid "Opens GIF select dialog" +msgstr "" + #: src/view/com/modals/InviteCodes.tsx:173 msgid "Opens list of invite codes" msgstr "Відкриває список кодів запрошення" -#: src/view/screens/Settings/index.tsx:762 +#: src/view/screens/Settings/index.tsx:757 msgid "Opens modal for account deletion confirmation. Requires email code" msgstr "Відкриває модальне вікно для підтвердження видалення облікового запису. Потребує код з електронної пошти" -#: src/view/screens/Settings/index.tsx:720 +#: src/view/screens/Settings/index.tsx:715 msgid "Opens modal for changing your Bluesky password" msgstr "Відкриває модальне вікно для зміни паролю в Bluesky" -#: src/view/screens/Settings/index.tsx:669 +#: src/view/screens/Settings/index.tsx:670 msgid "Opens modal for choosing a new Bluesky handle" msgstr "Відкриває модальне вікно для вибору псевдоніму в Bluesky" -#: src/view/screens/Settings/index.tsx:743 +#: src/view/screens/Settings/index.tsx:738 msgid "Opens modal for downloading your Bluesky account data (repository)" msgstr "Відкриває модальне вікно для завантаження даних з вашого облікового запису Bluesky (репозиторій)" -#: src/view/screens/Settings/index.tsx:932 +#: src/view/screens/Settings/index.tsx:927 msgid "Opens modal for email verification" msgstr "Відкриває модальне вікно для перевірки електронної пошти" @@ -3011,11 +3113,11 @@ msgstr "Відкриває модальне вікно для перевірки msgid "Opens modal for using custom domain" msgstr "Відкриває діалог налаштування власного домену як псевдоніму" -#: src/view/screens/Settings/index.tsx:591 +#: src/view/screens/Settings/index.tsx:592 msgid "Opens moderation settings" msgstr "Відкриває налаштування модерації" -#: src/screens/Login/LoginForm.tsx:202 +#: src/screens/Login/LoginForm.tsx:219 msgid "Opens password reset form" msgstr "Відкриває форму скидання пароля" @@ -3024,15 +3126,15 @@ msgstr "Відкриває форму скидання пароля" msgid "Opens screen to edit Saved Feeds" msgstr "Відкриває сторінку з усіма збереженими стрічками" -#: src/view/screens/Settings/index.tsx:548 +#: src/view/screens/Settings/index.tsx:549 msgid "Opens screen with all saved feeds" msgstr "Відкриває сторінку з усіма збереженими каналами" -#: src/view/screens/Settings/index.tsx:647 +#: src/view/screens/Settings/index.tsx:648 msgid "Opens the app password settings" msgstr "Відкриває налаштування паролів для застосунків" -#: src/view/screens/Settings/index.tsx:505 +#: src/view/screens/Settings/index.tsx:506 msgid "Opens the Following feed preferences" msgstr "Відкриває налаштування стрічки підписок" @@ -3040,16 +3142,16 @@ msgstr "Відкриває налаштування стрічки підпис msgid "Opens the linked website" msgstr "Відкриває посилання" -#: src/view/screens/Settings/index.tsx:793 -#: src/view/screens/Settings/index.tsx:803 +#: src/view/screens/Settings/index.tsx:788 +#: src/view/screens/Settings/index.tsx:798 msgid "Opens the storybook page" msgstr "" -#: src/view/screens/Settings/index.tsx:781 +#: src/view/screens/Settings/index.tsx:776 msgid "Opens the system log page" msgstr "Відкриває системний журнал" -#: src/view/screens/Settings/index.tsx:526 +#: src/view/screens/Settings/index.tsx:527 msgid "Opens the threads preferences" msgstr "Відкриває налаштування гілок" @@ -3077,7 +3179,7 @@ msgstr "Інший обліковий запис" msgid "Other..." msgstr "Інші..." -#: src/components/Lists.tsx:184 +#: src/components/Lists.tsx:193 #: src/view/screens/NotFound.tsx:45 msgid "Page not found" msgstr "Сторінку не знайдено" @@ -3086,7 +3188,7 @@ msgstr "Сторінку не знайдено" msgid "Page Not Found" msgstr "Сторінку не знайдено" -#: src/screens/Login/LoginForm.tsx:178 +#: src/screens/Login/LoginForm.tsx:195 #: src/screens/Signup/StepInfo/index.tsx:102 #: src/view/com/modals/DeleteAccount.tsx:194 #: src/view/com/modals/DeleteAccount.tsx:201 @@ -3105,16 +3207,19 @@ msgstr "Пароль змінено" msgid "Password updated!" msgstr "Пароль змінено!" -#: src/view/screens/Search/Search.tsx:447 -#: src/view/screens/Search/Search.tsx:456 +#: src/view/com/util/post-embeds/GifEmbed.tsx:31 +msgid "Pause" +msgstr "" + +#: src/view/screens/Search/Search.tsx:438 msgid "People" msgstr "Люди" -#: src/Navigation.tsx:164 +#: src/Navigation.tsx:165 msgid "People followed by @{0}" msgstr "Люди, на яких підписаний(-на) @{0}" -#: src/Navigation.tsx:157 +#: src/Navigation.tsx:158 msgid "People following @{0}" msgstr "Люди, які підписані на @{0}" @@ -3147,10 +3252,18 @@ msgstr "Закріпити на головній" msgid "Pinned Feeds" msgstr "Закріплені стрічки" +#: src/view/com/util/post-embeds/GifEmbed.tsx:31 +msgid "Play" +msgstr "" + #: src/view/com/util/post-embeds/ExternalGifEmbed.tsx:123 msgid "Play {0}" msgstr "Відтворити {0}" +#: src/view/com/util/post-embeds/GifEmbed.tsx:30 +msgid "Play or pause the GIF" +msgstr "" + #: src/view/com/util/post-embeds/ExternalPlayerEmbed.tsx:57 #: src/view/com/util/post-embeds/ExternalPlayerEmbed.tsx:58 msgid "Play Video" @@ -3200,11 +3313,11 @@ msgstr "Будь ласка, також введіть ваш пароль:" msgid "Please explain why you think this label was incorrectly applied by {0}" msgstr "Будь ласка, поясніть, чому ви вважаєте, що ця позначка була помилково додана до {0}" -#: src/view/com/modals/VerifyEmail.tsx:101 +#: src/view/com/modals/VerifyEmail.tsx:109 msgid "Please Verify Your Email" msgstr "Підтвердьте свою адресу електронної пошти" -#: src/view/com/composer/Composer.tsx:222 +#: src/view/com/composer/Composer.tsx:232 msgid "Please wait for your link card to finish loading" msgstr "Будь ласка, зачекайте доки завершиться створення попереднього перегляду для посилання" @@ -3216,8 +3329,8 @@ msgstr "Політика" msgid "Porn" msgstr "Порнографія" -#: src/view/com/composer/Composer.tsx:367 -#: src/view/com/composer/Composer.tsx:375 +#: src/view/com/composer/Composer.tsx:399 +#: src/view/com/composer/Composer.tsx:407 msgctxt "action" msgid "Post" msgstr "Запостити" @@ -3227,13 +3340,13 @@ msgctxt "description" msgid "Post" msgstr "Пост" -#: src/view/com/post-thread/PostThreadItem.tsx:175 +#: src/view/com/post-thread/PostThreadItem.tsx:176 msgid "Post by {0}" msgstr "Пост від {0}" -#: src/Navigation.tsx:176 -#: src/Navigation.tsx:183 -#: src/Navigation.tsx:190 +#: src/Navigation.tsx:177 +#: src/Navigation.tsx:184 +#: src/Navigation.tsx:191 msgid "Post by @{0}" msgstr "Пост від @{0}" @@ -3272,8 +3385,7 @@ msgstr "Пост не знайдено" msgid "posts" msgstr "пости" -#: src/view/screens/Profile.tsx:195 -#: src/view/screens/Search/Search.tsx:467 +#: src/view/screens/Profile.tsx:194 msgid "Posts" msgstr "Пости" @@ -3293,8 +3405,8 @@ msgstr "Потенційно оманливе посилання" msgid "Press to change hosting provider" msgstr "Змінити хостинг-провайдера" -#: src/components/Error.tsx:74 -#: src/components/Lists.tsx:80 +#: src/components/Error.tsx:83 +#: src/components/Lists.tsx:83 #: src/screens/Signup/index.tsx:187 msgid "Press to retry" msgstr "Натисніть, щоб повторити спробу" @@ -3311,15 +3423,15 @@ msgstr "Основна мова" msgid "Prioritize Your Follows" msgstr "Пріоритезувати ваші підписки" -#: src/view/screens/Settings/index.tsx:603 +#: src/view/screens/Settings/index.tsx:604 #: src/view/shell/desktop/RightNav.tsx:72 msgid "Privacy" msgstr "Конфіденційність" -#: src/Navigation.tsx:231 +#: src/Navigation.tsx:232 #: src/screens/Signup/StepInfo/Policies.tsx:56 #: src/view/screens/PrivacyPolicy.tsx:29 -#: src/view/screens/Settings/index.tsx:887 +#: src/view/screens/Settings/index.tsx:882 #: src/view/shell/Drawer.tsx:271 msgid "Privacy Policy" msgstr "Політика конфіденційності" @@ -3329,7 +3441,7 @@ msgid "Processing..." msgstr "Обробка..." #: src/view/screens/DebugMod.tsx:888 -#: src/view/screens/Profile.tsx:361 +#: src/view/screens/Profile.tsx:346 msgid "profile" msgstr "профіль" @@ -3345,7 +3457,7 @@ msgstr "Профіль" msgid "Profile updated" msgstr "Профіль оновлено" -#: src/view/screens/Settings/index.tsx:945 +#: src/view/screens/Settings/index.tsx:940 msgid "Protect your account by verifying your email." msgstr "Захистіть свій обліковий запис, підтвердивши свою електронну адресу." @@ -3361,11 +3473,11 @@ msgstr "Публічні, поширювані списки користувач msgid "Public, shareable lists which can drive feeds." msgstr "Публічні, поширювані списки для створення стрічок." -#: src/view/com/composer/Composer.tsx:352 +#: src/view/com/composer/Composer.tsx:384 msgid "Publish post" msgstr "Опублікувати пост" -#: src/view/com/composer/Composer.tsx:352 +#: src/view/com/composer/Composer.tsx:384 msgid "Publish reply" msgstr "Опублікувати відповідь" @@ -3391,7 +3503,7 @@ msgstr "У випадковому порядку" msgid "Ratios" msgstr "Співвідношення сторін" -#: src/view/screens/Search/Search.tsx:924 +#: src/view/screens/Search/Search.tsx:855 msgid "Recent Searches" msgstr "Останні запити" @@ -3447,7 +3559,7 @@ msgstr "Видалити з моїх стрічок?" msgid "Remove image" msgstr "Вилучити зображення" -#: src/view/com/composer/ExternalEmbed.tsx:70 +#: src/view/com/composer/ExternalEmbed.tsx:82 msgid "Remove image preview" msgstr "Вилучити попередній перегляд зображення" @@ -3476,11 +3588,11 @@ msgstr "Вилучено з моїх стрічок" msgid "Removed from your feeds" msgstr "Видалено з моїх стрічок" -#: src/view/com/composer/ExternalEmbed.tsx:71 +#: src/view/com/composer/ExternalEmbed.tsx:83 msgid "Removes default thumbnail from {0}" msgstr "Видаляє мініатюру за замовчуванням з {0}" -#: src/view/screens/Profile.tsx:196 +#: src/view/screens/Profile.tsx:195 msgid "Replies" msgstr "Відповіді" @@ -3488,7 +3600,7 @@ msgstr "Відповіді" msgid "Replies to this thread are disabled" msgstr "Відповіді до цього посту вимкнено" -#: src/view/com/composer/Composer.tsx:365 +#: src/view/com/composer/Composer.tsx:397 msgctxt "action" msgid "Reply" msgstr "Відповісти" @@ -3499,9 +3611,15 @@ msgstr "Які відповіді показувати" #: src/view/com/post/Post.tsx:177 #: src/view/com/posts/FeedItem.tsx:285 +#~ msgctxt "description" +#~ msgid "Reply to <0/>" +#~ msgstr "У відповідь <0/>" + +#: src/view/com/post/Post.tsx:178 +#: src/view/com/posts/FeedItem.tsx:285 msgctxt "description" -msgid "Reply to <0/>" -msgstr "У відповідь <0/>" +msgid "Reply to <0><1/>" +msgstr "" #: src/view/com/profile/ProfileMenu.tsx:319 #: src/view/com/profile/ProfileMenu.tsx:322 @@ -3521,8 +3639,8 @@ msgstr "Поскаржитись на стрічку" msgid "Report List" msgstr "Поскаржитись на список" -#: src/view/com/util/forms/PostDropdownBtn.tsx:312 -#: src/view/com/util/forms/PostDropdownBtn.tsx:314 +#: src/view/com/util/forms/PostDropdownBtn.tsx:316 +#: src/view/com/util/forms/PostDropdownBtn.tsx:318 msgid "Report post" msgstr "Поскаржитись на пост" @@ -3583,7 +3701,7 @@ msgstr "Зроблено репост від <0><1/>" msgid "reposted your post" msgstr "зробив(-ла) репост вашого допису" -#: src/view/com/post-thread/PostThreadItem.tsx:187 +#: src/view/com/post-thread/PostThreadItem.tsx:188 msgid "Reposts of this post" msgstr "Репости цього поста" @@ -3597,14 +3715,23 @@ msgstr "Змінити" msgid "Request Code" msgstr "Надіслати запит на код" -#: src/view/screens/Settings/index.tsx:426 +#: src/view/screens/AccessibilitySettings.tsx:82 msgid "Require alt text before posting" msgstr "Вимагати опис зображень перед публікацією" +#: src/view/screens/Settings/Email2FAToggle.tsx:53 +msgid "Require email code to log into your account" +msgstr "" + #: src/screens/Signup/StepInfo/index.tsx:69 msgid "Required for this provider" msgstr "Вимагається цим хостинг-провайдером" +#: src/view/screens/Settings/DisableEmail2FADialog.tsx:168 +#: src/view/screens/Settings/DisableEmail2FADialog.tsx:171 +msgid "Resend email" +msgstr "" + #: src/view/com/modals/ChangePassword.tsx:185 msgid "Reset code" msgstr "Код підтвердження" @@ -3613,8 +3740,8 @@ msgstr "Код підтвердження" msgid "Reset Code" msgstr "Код скидання" -#: src/view/screens/Settings/index.tsx:822 -#: src/view/screens/Settings/index.tsx:825 +#: src/view/screens/Settings/index.tsx:817 +#: src/view/screens/Settings/index.tsx:820 msgid "Reset onboarding state" msgstr "" @@ -3622,20 +3749,20 @@ msgstr "" msgid "Reset password" msgstr "Скинути пароль" -#: src/view/screens/Settings/index.tsx:812 -#: src/view/screens/Settings/index.tsx:815 +#: src/view/screens/Settings/index.tsx:807 +#: src/view/screens/Settings/index.tsx:810 msgid "Reset preferences state" msgstr "" -#: src/view/screens/Settings/index.tsx:823 +#: src/view/screens/Settings/index.tsx:818 msgid "Resets the onboarding state" msgstr "" -#: src/view/screens/Settings/index.tsx:813 +#: src/view/screens/Settings/index.tsx:808 msgid "Resets the preferences state" msgstr "" -#: src/screens/Login/LoginForm.tsx:235 +#: src/screens/Login/LoginForm.tsx:283 msgid "Retries login" msgstr "Повторити спробу" @@ -3644,10 +3771,10 @@ msgstr "Повторити спробу" msgid "Retries the last action, which errored out" msgstr "Повторити останню дію, яка спричинила помилку" -#: src/components/Error.tsx:79 -#: src/components/Lists.tsx:91 -#: src/screens/Login/LoginForm.tsx:234 -#: src/screens/Login/LoginForm.tsx:241 +#: src/components/Error.tsx:88 +#: src/components/Lists.tsx:94 +#: src/screens/Login/LoginForm.tsx:282 +#: src/screens/Login/LoginForm.tsx:289 #: src/screens/Onboarding/StepInterests/index.tsx:225 #: src/screens/Onboarding/StepInterests/index.tsx:228 #: src/screens/Signup/index.tsx:194 @@ -3656,7 +3783,7 @@ msgstr "Повторити останню дію, яка спричинила п msgid "Retry" msgstr "Повторити спробу" -#: src/components/Error.tsx:86 +#: src/components/Error.tsx:95 #: src/view/screens/ProfileList.tsx:919 msgid "Return to previous page" msgstr "Повернутися до попередньої сторінки" @@ -3740,14 +3867,14 @@ msgstr "Наука" msgid "Scroll to top" msgstr "Прогорнути вгору" -#: src/Navigation.tsx:451 +#: src/Navigation.tsx:460 #: 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:568 -#: src/view/screens/Search/Search.tsx:817 -#: src/view/screens/Search/Search.tsx:835 +#: src/view/screens/Search/Search.tsx:503 +#: src/view/screens/Search/Search.tsx:748 +#: src/view/screens/Search/Search.tsx:766 #: src/view/shell/bottom-bar/BottomBar.tsx:170 #: src/view/shell/desktop/LeftNav.tsx:328 #: src/view/shell/desktop/Search.tsx:215 @@ -3757,7 +3884,7 @@ msgstr "Прогорнути вгору" msgid "Search" msgstr "Пошук" -#: src/view/screens/Search/Search.tsx:884 +#: src/view/screens/Search/Search.tsx:815 #: src/view/shell/desktop/Search.tsx:256 msgid "Search for \"{query}\"" msgstr "Шукати \"{query}\"" @@ -3776,6 +3903,14 @@ msgstr "Пошук усіх повідомлень з тегом {displayTag}" msgid "Search for users" msgstr "Пошук користувачів" +#: src/components/dialogs/GifSelect.tsx:158 +msgid "Search GIFs" +msgstr "" + +#: src/components/dialogs/GifSelect.tsx:159 +msgid "Search Tenor" +msgstr "" + #: src/view/com/modals/ChangeEmail.tsx:110 msgid "Security Step Required" msgstr "Потрібен код підтвердження" @@ -3821,6 +3956,14 @@ msgstr "Обрати обліковий запис" msgid "Select from an existing account" msgstr "Вибрати існуючий обліковий запис" +#: src/view/com/composer/photos/SelectGifBtn.tsx:36 +msgid "Select GIF" +msgstr "" + +#: src/components/dialogs/GifSelect.tsx:253 +msgid "Select GIF \"{0}\"" +msgstr "" + #: src/view/screens/LanguageSettings.tsx:299 msgid "Select languages" msgstr "Вибрати мови" @@ -3881,8 +4024,8 @@ msgstr "Оберіть ваші основні алгоритмічні стрі msgid "Select your secondary algorithmic feeds" msgstr "Оберіть ваші другорядні алгоритмічні стрічки" -#: src/view/com/modals/VerifyEmail.tsx:202 -#: src/view/com/modals/VerifyEmail.tsx:204 +#: src/view/com/modals/VerifyEmail.tsx:210 +#: src/view/com/modals/VerifyEmail.tsx:212 msgid "Send Confirmation Email" msgstr "Надіслати лист із кодом підтвердження" @@ -3909,6 +4052,11 @@ msgstr "Поскаржитись" msgid "Send report to {0}" msgstr "Надіслати скаргу до {0}" +#: src/view/screens/Settings/DisableEmail2FADialog.tsx:119 +#: src/view/screens/Settings/DisableEmail2FADialog.tsx:122 +msgid "Send verification email" +msgstr "" + #: src/view/com/modals/DeleteAccount.tsx:132 msgid "Sends email with confirmation code for account deletion" msgstr "Надсилає електронний лист з кодом підтвердження видалення облікового запису" @@ -3953,23 +4101,23 @@ msgstr "Налаштуйте ваш обліковий запис" msgid "Sets Bluesky username" msgstr "Встановлює псевдонім Bluesky" -#: src/view/screens/Settings/index.tsx:458 +#: src/view/screens/Settings/index.tsx:436 msgid "Sets color theme to dark" msgstr "Встановлює темну тему" -#: src/view/screens/Settings/index.tsx:451 +#: src/view/screens/Settings/index.tsx:429 msgid "Sets color theme to light" msgstr "Встановлює світлу тему" -#: src/view/screens/Settings/index.tsx:445 +#: src/view/screens/Settings/index.tsx:423 msgid "Sets color theme to system setting" msgstr "Встановлює тему відповідно до системних налаштувань" -#: src/view/screens/Settings/index.tsx:484 +#: src/view/screens/Settings/index.tsx:462 msgid "Sets dark theme to the dark theme" msgstr "Встановлює чорний колір для темної теми" -#: src/view/screens/Settings/index.tsx:477 +#: src/view/screens/Settings/index.tsx:455 msgid "Sets dark theme to the dim theme" msgstr "Встановлює тьмяний колір для темної теми" @@ -3989,8 +4137,8 @@ msgstr "Встановлює співвідношення сторін зобр msgid "Sets image aspect ratio to wide" msgstr "Встановлює співвідношення сторін зображення до ширини" -#: src/Navigation.tsx:139 -#: src/view/screens/Settings/index.tsx:316 +#: src/Navigation.tsx:140 +#: src/view/screens/Settings/index.tsx:309 #: src/view/shell/desktop/LeftNav.tsx:437 #: src/view/shell/Drawer.tsx:576 #: src/view/shell/Drawer.tsx:577 @@ -4012,15 +4160,15 @@ msgstr "Поширити" #: src/view/com/profile/ProfileMenu.tsx:215 #: src/view/com/profile/ProfileMenu.tsx:224 -#: src/view/com/util/forms/PostDropdownBtn.tsx:236 -#: src/view/com/util/forms/PostDropdownBtn.tsx:245 +#: src/view/com/util/forms/PostDropdownBtn.tsx:240 +#: src/view/com/util/forms/PostDropdownBtn.tsx:249 #: src/view/com/util/post-ctrls/PostCtrls.tsx:237 #: src/view/screens/ProfileList.tsx:390 msgid "Share" msgstr "Поширити" #: src/view/com/profile/ProfileMenu.tsx:373 -#: src/view/com/util/forms/PostDropdownBtn.tsx:369 +#: src/view/com/util/forms/PostDropdownBtn.tsx:373 #: src/view/com/util/post-ctrls/PostCtrls.tsx:253 msgid "Share anyway" msgstr "Все одно поширити" @@ -4043,7 +4191,7 @@ msgstr "Поширює посилання" #: src/components/moderation/LabelPreference.tsx:136 #: src/components/moderation/PostHider.tsx:107 #: src/screens/Onboarding/StepModeration/ModerationOption.tsx:54 -#: src/view/screens/Settings/index.tsx:366 +#: src/view/screens/Settings/index.tsx:359 msgid "Show" msgstr "Показувати" @@ -4065,13 +4213,13 @@ msgstr "Показати значок" msgid "Show badge and filter from feeds" msgstr "Показати значок і фільтри зі стрічки" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:200 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:198 msgid "Show follows similar to {0}" msgstr "Показати підписки, схожі на {0}" -#: src/view/com/post-thread/PostThreadItem.tsx:501 -#: src/view/com/post/Post.tsx:212 -#: src/view/com/posts/FeedItem.tsx:360 +#: src/view/com/post-thread/PostThreadItem.tsx:507 +#: src/view/com/post/Post.tsx:215 +#: src/view/com/posts/FeedItem.tsx:362 msgid "Show More" msgstr "Показати більше" @@ -4148,7 +4296,7 @@ msgstr "Показує дописи з {0} у вашій стрічці" #: src/components/dialogs/Signin.tsx:99 #: src/screens/Login/index.tsx:100 #: src/screens/Login/index.tsx:119 -#: src/screens/Login/LoginForm.tsx:131 +#: src/screens/Login/LoginForm.tsx:148 #: src/view/com/auth/SplashScreen.tsx:63 #: src/view/com/auth/SplashScreen.tsx:72 #: src/view/com/auth/SplashScreen.web.tsx:107 @@ -4159,9 +4307,9 @@ msgstr "Показує дописи з {0} у вашій стрічці" #: src/view/shell/bottom-bar/BottomBarWeb.tsx:178 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:179 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:181 -#: src/view/shell/NavSignupCard.tsx:63 -#: src/view/shell/NavSignupCard.tsx:64 -#: src/view/shell/NavSignupCard.tsx:66 +#: src/view/shell/NavSignupCard.tsx:69 +#: src/view/shell/NavSignupCard.tsx:70 +#: src/view/shell/NavSignupCard.tsx:72 msgid "Sign in" msgstr "Увійти" @@ -4181,8 +4329,8 @@ msgstr "Увійдіть або створіть обліковий запис, msgid "Sign into Bluesky or create a new account" msgstr "Увійдіть у Bluesky або створіть новий обліковий запис" -#: src/view/screens/Settings/index.tsx:118 -#: src/view/screens/Settings/index.tsx:121 +#: src/view/screens/Settings/index.tsx:111 +#: src/view/screens/Settings/index.tsx:114 msgid "Sign out" msgstr "Вийти" @@ -4192,9 +4340,9 @@ msgstr "Вийти" #: src/view/shell/bottom-bar/BottomBarWeb.tsx:168 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:169 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:171 -#: src/view/shell/NavSignupCard.tsx:54 -#: src/view/shell/NavSignupCard.tsx:55 -#: src/view/shell/NavSignupCard.tsx:57 +#: src/view/shell/NavSignupCard.tsx:60 +#: src/view/shell/NavSignupCard.tsx:61 +#: src/view/shell/NavSignupCard.tsx:63 msgid "Sign up" msgstr "Реєстрація" @@ -4207,7 +4355,7 @@ msgstr "Зареєструйтеся або увійдіть, щоб приєд msgid "Sign-in Required" msgstr "Необхідно увійти для перегляду" -#: src/view/screens/Settings/index.tsx:377 +#: src/view/screens/Settings/index.tsx:370 msgid "Signed in as" msgstr "Ви увійшли як" @@ -4267,7 +4415,7 @@ msgstr "Спорт" msgid "Square" msgstr "Квадратне" -#: src/view/screens/Settings/index.tsx:867 +#: src/view/screens/Settings/index.tsx:862 msgid "Status page" msgstr "Сторінка стану" @@ -4275,12 +4423,12 @@ msgstr "Сторінка стану" msgid "Step" msgstr "Крок" -#: src/view/screens/Settings/index.tsx:295 +#: src/view/screens/Settings/index.tsx:288 msgid "Storage cleared, you need to restart the app now." msgstr "Сховище очищено, тепер вам треба перезапустити застосунок." -#: src/Navigation.tsx:211 -#: src/view/screens/Settings/index.tsx:795 +#: src/Navigation.tsx:212 +#: src/view/screens/Settings/index.tsx:790 msgid "Storybook" msgstr "" @@ -4314,7 +4462,7 @@ msgstr "Підписатися на цього маркувальника" msgid "Subscribe to this list" msgstr "Підписатися на цей список" -#: src/view/screens/Search/Search.tsx:523 +#: src/view/screens/Search/Search.tsx:476 msgid "Suggested Follows" msgstr "Пропоновані підписки" @@ -4326,30 +4474,30 @@ msgstr "Пропозиції для вас" msgid "Suggestive" msgstr "Непристойний" -#: src/Navigation.tsx:226 +#: src/Navigation.tsx:227 #: src/view/screens/Support.tsx:30 #: src/view/screens/Support.tsx:33 msgid "Support" msgstr "Підтримка" -#: src/components/dialogs/SwitchAccount.tsx:46 -#: src/components/dialogs/SwitchAccount.tsx:49 +#: src/components/dialogs/SwitchAccount.tsx:47 +#: src/components/dialogs/SwitchAccount.tsx:50 msgid "Switch Account" msgstr "Перемикнути обліковий запис" -#: src/view/screens/Settings/index.tsx:150 +#: src/view/screens/Settings/index.tsx:143 msgid "Switch to {0}" msgstr "Переключитися на {0}" -#: src/view/screens/Settings/index.tsx:151 +#: src/view/screens/Settings/index.tsx:144 msgid "Switches the account you are logged in to" msgstr "Переключає обліковий запис" -#: src/view/screens/Settings/index.tsx:442 +#: src/view/screens/Settings/index.tsx:420 msgid "System" msgstr "Системне" -#: src/view/screens/Settings/index.tsx:783 +#: src/view/screens/Settings/index.tsx:778 msgid "System log" msgstr "Системний журнал" @@ -4377,9 +4525,9 @@ msgstr "Технології" msgid "Terms" msgstr "Умови" -#: src/Navigation.tsx:236 +#: src/Navigation.tsx:237 #: src/screens/Signup/StepInfo/Policies.tsx:49 -#: src/view/screens/Settings/index.tsx:881 +#: src/view/screens/Settings/index.tsx:876 #: src/view/screens/TermsOfService.tsx:29 #: src/view/shell/Drawer.tsx:265 msgid "Terms of Service" @@ -4411,7 +4559,7 @@ msgstr "Що містить наступне:" msgid "That handle is already taken." msgstr "Цей псевдонім вже зайнятий." -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:282 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:280 #: src/view/com/profile/ProfileMenu.tsx:349 msgid "The account will be able to interact with you after unblocking." msgstr "Обліковий запис зможе взаємодіяти з вами після розблокування." @@ -4474,6 +4622,10 @@ msgstr "Виникла проблема при видаленні цієї ст msgid "There was an an issue updating your feeds, please check your internet connection and try again." msgstr "Виникла проблема з оновленням ваших стрічок. Перевірте підключення до Інтернету і повторіть спробу." +#: src/components/dialogs/GifSelect.tsx:201 +msgid "There was an issue connecting to Tenor." +msgstr "" + #: src/view/screens/ProfileFeed.tsx:247 #: src/view/screens/ProfileList.tsx:277 #: src/view/screens/SavedFeeds.tsx:211 @@ -4518,9 +4670,9 @@ msgstr "Виникла проблема під час синхронізації msgid "There was an issue with fetching your app passwords" msgstr "Виникла проблема з завантаженням ваших паролів для застосунків" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:105 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:127 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:141 +#: 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:106 @@ -4539,7 +4691,8 @@ msgstr "Виникла проблема! {0}" msgid "There was an issue. Please check your internet connection and try again." msgstr "Виникла проблема. Перевірте підключення до Інтернету і повторіть спробу." -#: src/view/com/util/ErrorBoundary.tsx:51 +#: src/components/dialogs/GifSelect.tsx:289 +#: 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 "У застосунку сталася неочікувана проблема. Будь ласка, повідомте нас, якщо ви отримали це повідомлення!" @@ -4606,7 +4759,7 @@ msgstr "Ця стрічка порожня! Можливо, вам треба п msgid "This information is not shared with other users." msgstr "Ця інформація не розкривається іншим користувачам." -#: src/view/com/modals/VerifyEmail.tsx:119 +#: src/view/com/modals/VerifyEmail.tsx:127 msgid "This is important in case you ever need to change your email or reset your password." msgstr "Це важливо для випадку, якщо вам коли-небудь потрібно буде змінити адресу електронної пошти або відновити пароль." @@ -4634,16 +4787,16 @@ msgstr "Даний сервіс модерації недоступний. Пе msgid "This name is already in use" msgstr "Це ім'я вже використовується" -#: src/view/com/post-thread/PostThreadItem.tsx:125 +#: src/view/com/post-thread/PostThreadItem.tsx:126 msgid "This post has been deleted." msgstr "Цей пост було видалено." -#: src/view/com/util/forms/PostDropdownBtn.tsx:366 +#: src/view/com/util/forms/PostDropdownBtn.tsx:370 #: src/view/com/util/post-ctrls/PostCtrls.tsx:250 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:348 +#: src/view/com/util/forms/PostDropdownBtn.tsx:352 msgid "This post will be hidden from feeds." msgstr "Цей пост буде приховано зі стрічок." @@ -4692,12 +4845,12 @@ msgstr "Це попередження доступне тільки для за msgid "This will delete {0} from your muted words. You can always add it back later." msgstr "Це видалить {0} зі ваших ігнорованих слів. Ви завжди можете додати його назад." -#: src/view/screens/Settings/index.tsx:525 +#: src/view/screens/Settings/index.tsx:526 msgid "Thread preferences" msgstr "Налаштування гілок" #: src/view/screens/PreferencesThreads.tsx:53 -#: src/view/screens/Settings/index.tsx:535 +#: src/view/screens/Settings/index.tsx:536 msgid "Thread Preferences" msgstr "Налаштування гілок" @@ -4705,10 +4858,14 @@ msgstr "Налаштування гілок" msgid "Threaded Mode" msgstr "Режим гілок" -#: src/Navigation.tsx:269 +#: src/Navigation.tsx:270 msgid "Threads Preferences" msgstr "Налаштування обговорень" +#: src/view/screens/Settings/DisableEmail2FADialog.tsx:102 +msgid "To disable the email 2FA method, please verify your access to the email address." +msgstr "" + #: src/components/ReportDialog/SelectLabelerView.tsx:33 msgid "To whom would you like to send this report?" msgstr "Кому ви хотіли б відправити цю скаргу?" @@ -4725,7 +4882,8 @@ msgstr "Розкрити/сховати" msgid "Toggle to enable or disable adult content" msgstr "Увімкнути або вимкнути вміст для дорослих" -#: src/view/screens/Search/Search.tsx:427 +#: src/screens/Hashtag.tsx:88 +#: src/view/screens/Search/Search.tsx:418 msgid "Top" msgstr "Верх" @@ -4733,10 +4891,10 @@ msgstr "Верх" msgid "Transformations" msgstr "Редагування" -#: src/view/com/post-thread/PostThreadItem.tsx:638 -#: src/view/com/post-thread/PostThreadItem.tsx:640 -#: src/view/com/util/forms/PostDropdownBtn.tsx:220 +#: src/view/com/post-thread/PostThreadItem.tsx:644 +#: src/view/com/post-thread/PostThreadItem.tsx:646 #: src/view/com/util/forms/PostDropdownBtn.tsx:222 +#: src/view/com/util/forms/PostDropdownBtn.tsx:224 msgid "Translate" msgstr "Перекласти" @@ -4745,6 +4903,10 @@ msgctxt "action" msgid "Try again" msgstr "Спробувати ще раз" +#: src/view/screens/Settings/index.tsx:695 +msgid "Two-factor authentication" +msgstr "" + #: src/view/com/modals/ChangeHandle.tsx:428 msgid "Type:" msgstr "Тип:" @@ -4759,21 +4921,21 @@ msgstr "Перестати ігнорувати" #: src/screens/Login/ForgotPasswordForm.tsx:74 #: src/screens/Login/index.tsx:78 -#: src/screens/Login/LoginForm.tsx:119 +#: src/screens/Login/LoginForm.tsx:136 #: src/screens/Login/SetNewPasswordForm.tsx:77 #: src/screens/Signup/index.tsx:64 #: src/view/com/modals/ChangePassword.tsx:70 msgid "Unable to contact your service. Please check your Internet connection." msgstr "Не вдалося зв'язатися з вашим хостинг-провайдером. Перевірте ваше підключення до Інтернету." -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:181 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:286 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:179 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:284 #: src/view/com/profile/ProfileMenu.tsx:361 #: src/view/screens/ProfileList.tsx:574 msgid "Unblock" msgstr "Розблокувати" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:186 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:184 msgctxt "action" msgid "Unblock" msgstr "Розблокувати" @@ -4783,7 +4945,7 @@ msgstr "Розблокувати" msgid "Unblock Account" msgstr "Розблокувати обліковий запис" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:280 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:278 #: src/view/com/profile/ProfileMenu.tsx:343 msgid "Unblock Account?" msgstr "Розблокувати обліковий запис?" @@ -4805,7 +4967,7 @@ msgctxt "action" msgid "Unfollow" msgstr "Відписатись" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:220 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:218 msgid "Unfollow {0}" msgstr "Відписатися від {0}" @@ -4840,8 +5002,8 @@ msgstr "Перестати ігнорувати" msgid "Unmute all {displayTag} posts" msgstr "Перестати ігнорувати всі пости {displayTag}" -#: src/view/com/util/forms/PostDropdownBtn.tsx:269 -#: src/view/com/util/forms/PostDropdownBtn.tsx:274 +#: src/view/com/util/forms/PostDropdownBtn.tsx:273 +#: src/view/com/util/forms/PostDropdownBtn.tsx:278 msgid "Unmute thread" msgstr "Перестати ігнорувати" @@ -4991,13 +5153,11 @@ msgstr "Список користувачів оновлено" msgid "User Lists" msgstr "Списки користувачів" -#: src/screens/Login/LoginForm.tsx:151 +#: src/screens/Login/LoginForm.tsx:168 msgid "Username or email address" msgstr "Ім'я користувача або електронна адреса" #: src/view/screens/ProfileList.tsx:813 -#: src/view/screens/Search/Search.tsx:473 -#: src/view/screens/Search/Search.tsx:482 msgid "Users" msgstr "Користувачі" @@ -5021,15 +5181,15 @@ msgstr "Значення:" msgid "Verify {0}" msgstr "Верифікувати {0}" -#: src/view/screens/Settings/index.tsx:906 +#: src/view/screens/Settings/index.tsx:901 msgid "Verify email" msgstr "Підтвердити електронну адресу" -#: src/view/screens/Settings/index.tsx:931 +#: src/view/screens/Settings/index.tsx:926 msgid "Verify my email" msgstr "Підтвердити мою електронну адресу" -#: src/view/screens/Settings/index.tsx:940 +#: src/view/screens/Settings/index.tsx:935 msgid "Verify My Email" msgstr "Підтвердити мою електронну адресу" @@ -5038,11 +5198,11 @@ msgstr "Підтвердити мою електронну адресу" msgid "Verify New Email" msgstr "Підтвердити нову адресу електронної пошти" -#: src/view/com/modals/VerifyEmail.tsx:103 +#: src/view/com/modals/VerifyEmail.tsx:111 msgid "Verify Your Email" msgstr "Підтвердьте адресу вашої електронної пошти" -#: src/view/screens/Settings/index.tsx:857 +#: src/view/screens/Settings/index.tsx:852 msgid "Version {0}" msgstr "Версія {0}" @@ -5074,8 +5234,8 @@ msgstr "Переглянути обговорення" msgid "View information about these labels" msgstr "Переглянути інформацію про мітки" -#: src/components/ProfileHoverCard/index.web.tsx:264 -#: src/components/ProfileHoverCard/index.web.tsx:293 +#: src/components/ProfileHoverCard/index.web.tsx:379 +#: src/components/ProfileHoverCard/index.web.tsx:408 #: src/view/com/posts/FeedErrorMessage.tsx:166 msgid "View profile" msgstr "Переглянути профіль" @@ -5112,7 +5272,7 @@ msgstr "Попереджувати про вміст" msgid "Warn content and filter from feeds" msgstr "Попереджувати про вміст і фільтрувати його зі стрічки" -#: src/screens/Hashtag.tsx:133 +#: src/screens/Hashtag.tsx:210 msgid "We couldn't find any results for that hashtag." msgstr "Ми не змогли знайти жодних результатів для цього хештегу." @@ -5168,11 +5328,11 @@ msgstr "Дуже прикро, але нам не вдалося знайти ц 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:322 +#: src/view/screens/Search/Search.tsx:323 msgid "We're sorry, but your search could not be completed. Please try again in a few minutes." msgstr "Даруйте, нам не вдалося виконати пошук за вашим запитом. Будь ласка, спробуйте ще раз через кілька хвилин." -#: src/components/Lists.tsx:188 +#: src/components/Lists.tsx:197 #: src/view/screens/NotFound.tsx:48 msgid "We're sorry! We can't find the page you were looking for." msgstr "Нам дуже прикро! Ми не можемо знайти сторінку, яку ви шукали." @@ -5191,7 +5351,7 @@ msgstr "Чим ви цікавитесь?" #: src/view/com/auth/SplashScreen.tsx:40 #: src/view/com/auth/SplashScreen.web.tsx:81 -#: src/view/com/composer/Composer.tsx:296 +#: src/view/com/composer/Composer.tsx:306 msgid "What's up?" msgstr "Як справи?" @@ -5232,11 +5392,11 @@ msgstr "Чому слід переглянути цього користувач msgid "Wide" msgstr "Широке" -#: src/view/com/composer/Composer.tsx:436 +#: src/view/com/composer/Composer.tsx:467 msgid "Write post" msgstr "Написати пост" -#: src/view/com/composer/Composer.tsx:295 +#: src/view/com/composer/Composer.tsx:305 #: src/view/com/composer/Prompt.tsx:37 msgid "Write your reply" msgstr "Написати відповідь" @@ -5340,7 +5500,7 @@ msgstr "У вас немає стрічок." msgid "You have no lists." msgstr "У вас немає списків." -#: src/view/screens/ModerationBlockedAccounts.tsx:138 +#: src/view/screens/ModerationBlockedAccounts.tsx:137 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 "Ви ще не заблокували жодного облікового запису. Щоб заблокувати когось, перейдіть до їх профілю та виберіть опцію \"Заблокувати\" у меню їх облікового запису." @@ -5441,7 +5601,7 @@ msgstr "Не вдалося розпізнати адресу електронн msgid "Your email has been updated but not verified. As a next step, please verify your new email." msgstr "Вашу адресу електронної пошти було змінено, але ще не підтверджено. Для підтвердження, будь ласка, перевірте вашу поштову скриньку за новою адресою." -#: src/view/com/modals/VerifyEmail.tsx:114 +#: src/view/com/modals/VerifyEmail.tsx:122 msgid "Your email has not yet been verified. This is an important security step which we recommend." msgstr "Ваша електронна пошта ще не підтверджена. Це важливий крок для безпеки вашого облікового запису, який ми рекомендуємо вам зробити." @@ -5465,7 +5625,7 @@ msgstr "Ваші ігноровані слова" msgid "Your password has been changed successfully!" msgstr "Ваш пароль успішно змінено!" -#: src/view/com/composer/Composer.tsx:284 +#: src/view/com/composer/Composer.tsx:294 msgid "Your post has been published" msgstr "Пост опубліковано" @@ -5475,15 +5635,14 @@ msgstr "Пост опубліковано" msgid "Your posts, likes, and blocks are public. Mutes are private." msgstr "Ваші повідомлення, вподобання і блоки є публічними. Ігнорування - приватні." -#: src/view/screens/Settings/index.tsx:136 +#: src/view/screens/Settings/index.tsx:129 msgid "Your profile" msgstr "Ваш профіль" -#: src/view/com/composer/Composer.tsx:283 +#: src/view/com/composer/Composer.tsx:293 msgid "Your reply has been published" msgstr "Відповідь опубліковано" #: src/screens/Signup/index.tsx:153 msgid "Your user handle" msgstr "Ваш псевдонім" - diff --git a/src/locale/locales/zh-CN/messages.po b/src/locale/locales/zh-CN/messages.po index 6d4f5b5b..225e26a6 100644 --- a/src/locale/locales/zh-CN/messages.po +++ b/src/locale/locales/zh-CN/messages.po @@ -13,11 +13,11 @@ msgstr "" "Language-Team: Frudrax Cheng, Simon Chan, U2FsdGVkX1, Mikan Harada\n" "Plural-Forms: \n" -#: src/view/com/modals/VerifyEmail.tsx:142 +#: src/view/com/modals/VerifyEmail.tsx:150 msgid "(no email)" msgstr "(没有邮件)" -#: src/components/ProfileHoverCard/index.web.tsx:323 +#: src/components/ProfileHoverCard/index.web.tsx:438 #: src/screens/Profile/Header/Metrics.tsx:44 msgid "{following} following" msgstr "{following} 个正在关注" @@ -34,11 +34,11 @@ msgstr "<0/> 个成员" msgid "<0>{0} following" msgstr "<0>{0} 个正在关注" -#: src/components/ProfileHoverCard/index.web.tsx:314 +#: src/components/ProfileHoverCard/index.web.tsx:429 msgid "<0>{followers} <1>{pluralizedFollowers}" msgstr "<0>{followers} <1>{pluralizedFollowers}" -#: src/components/ProfileHoverCard/index.web.tsx:326 +#: src/components/ProfileHoverCard/index.web.tsx:441 #: src/screens/Profile/Header/Metrics.tsx:45 msgid "<0>{following} <1>following" msgstr "<0>{following} <1>个正在关注" @@ -59,8 +59,12 @@ msgstr "<0>欢迎来到<1>Bluesky" msgid "⚠Invalid Handle" msgstr "⚠无效的用户识别符" -#: src/view/com/util/ViewHeader.tsx:89 -#: src/view/screens/Search/Search.tsx:796 +#: src/screens/Login/LoginForm.tsx:238 +msgid "2FA Confirmation" +msgstr "" + +#: src/view/com/util/ViewHeader.tsx:91 +#: src/view/screens/Search/Search.tsx:727 msgid "Access navigation links and settings" msgstr "访问导航链接及设置" @@ -69,17 +73,26 @@ msgid "Access profile and other navigation links" msgstr "访问个人资料及其他导航链接" #: src/view/com/modals/EditImage.tsx:300 -#: src/view/screens/Settings/index.tsx:421 +#: src/view/screens/Settings/index.tsx:493 msgid "Accessibility" msgstr "无障碍" +#: src/view/screens/Settings/index.tsx:484 +msgid "Accessibility settings" +msgstr "" + +#: src/Navigation.tsx:284 +#: src/view/screens/AccessibilitySettings.tsx:63 +msgid "Accessibility Settings" +msgstr "" + #: src/components/moderation/LabelsOnMe.tsx:42 msgid "account" msgstr "账户" -#: src/screens/Login/LoginForm.tsx:144 -#: src/view/screens/Settings/index.tsx:330 -#: src/view/screens/Settings/index.tsx:707 +#: src/screens/Login/LoginForm.tsx:161 +#: src/view/screens/Settings/index.tsx:323 +#: src/view/screens/Settings/index.tsx:702 msgid "Account" msgstr "账户" @@ -112,7 +125,7 @@ msgstr "账户选项" msgid "Account removed from quick access" msgstr "已从快速访问中移除账户" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:137 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:135 #: src/view/com/profile/ProfileMenu.tsx:128 msgid "Account unblocked" msgstr "已取消屏蔽账户" @@ -141,9 +154,9 @@ msgstr "新增内容警告" msgid "Add a user to this list" msgstr "将用户添加至列表" -#: src/components/dialogs/SwitchAccount.tsx:55 -#: src/view/screens/Settings/index.tsx:405 -#: src/view/screens/Settings/index.tsx:414 +#: src/components/dialogs/SwitchAccount.tsx:56 +#: src/view/screens/Settings/index.tsx:398 +#: src/view/screens/Settings/index.tsx:407 msgid "Add account" msgstr "添加账户" @@ -160,12 +173,12 @@ msgid "Add App Password" msgstr "新增应用专用密码" #: src/view/com/composer/Composer.tsx:467 -msgid "Add link card" -msgstr "添加链接卡片" +#~ msgid "Add link card" +#~ msgstr "添加链接卡片" #: src/view/com/composer/Composer.tsx:472 -msgid "Add link card:" -msgstr "添加链接卡片:" +#~ msgid "Add link card:" +#~ msgstr "添加链接卡片:" #: src/components/dialogs/MutedWords.tsx:157 msgid "Add mute word for configured settings" @@ -216,7 +229,7 @@ msgid "Adult content is disabled." msgstr "成人内容显示已被禁用" #: src/screens/Moderation/index.tsx:375 -#: src/view/screens/Settings/index.tsx:635 +#: src/view/screens/Settings/index.tsx:636 msgid "Advanced" msgstr "详细设置" @@ -238,6 +251,7 @@ msgid "ALT" msgstr "ALT" #: src/view/com/modals/EditImage.tsx:316 +#: src/view/screens/AccessibilitySettings.tsx:77 msgid "Alt text" msgstr "替代文字" @@ -245,7 +259,8 @@ msgstr "替代文字" msgid "Alt text describes images for blind and low-vision users, and helps give context to everyone." msgstr "为图片新增替代文字,以帮助盲人及视障群体了解图片内容。" -#: src/view/com/modals/VerifyEmail.tsx:124 +#: src/view/com/modals/VerifyEmail.tsx:132 +#: src/view/screens/Settings/DisableEmail2FADialog.tsx:96 msgid "An email has been sent to {0}. It includes a confirmation code which you can enter below." msgstr "一封电子邮件已发送至 {0}。请查阅邮件内容并复制验证码至下方。" @@ -253,6 +268,10 @@ msgstr "一封电子邮件已发送至 {0}。请查阅邮件内容并复制验 msgid "An email has been sent to your previous address, {0}. It includes a confirmation code which you can enter below." msgstr "一封电子邮件已发送至先前填写的邮箱 {0}。请查阅邮件内容并复制验证码至下方。" +#: src/components/dialogs/GifSelect.tsx:284 +msgid "An error occured" +msgstr "" + #: src/lib/moderation/useReportOptions.ts:26 msgid "An issue not included in these options" msgstr "不在这些选项中的问题" @@ -275,6 +294,10 @@ msgstr "和" msgid "Animals" msgstr "动物" +#: src/view/com/util/post-embeds/GifEmbed.tsx:134 +msgid "Animated GIF" +msgstr "" + #: src/lib/moderation/useReportOptions.ts:31 msgid "Anti-Social Behavior" msgstr "反社会行为" @@ -295,13 +318,13 @@ msgstr "应用专用密码只能包含字母、数字、空格、破折号及下 msgid "App Password names must be at least 4 characters long." msgstr "应用专用密码必须至少为 4 个字符。" -#: src/view/screens/Settings/index.tsx:646 +#: src/view/screens/Settings/index.tsx:647 msgid "App password settings" msgstr "应用专用密码设置" -#: src/Navigation.tsx:251 +#: src/Navigation.tsx:252 #: src/view/screens/AppPasswords.tsx:189 -#: src/view/screens/Settings/index.tsx:655 +#: src/view/screens/Settings/index.tsx:656 msgid "App Passwords" msgstr "应用专用密码" @@ -318,7 +341,7 @@ msgstr "申诉 \"{0}\" 标记" msgid "Appeal submitted." msgstr "申诉已提交" -#: src/view/screens/Settings/index.tsx:436 +#: src/view/screens/Settings/index.tsx:414 msgid "Appearance" msgstr "外观" @@ -330,7 +353,7 @@ msgstr "你确定要删除这条应用专用密码 \"{name}\" 吗?" msgid "Are you sure you want to remove {0} from your feeds?" msgstr "你确定要从你的信息流中删除 {0} 吗?" -#: src/view/com/composer/Composer.tsx:509 +#: src/view/com/composer/Composer.tsx:523 msgid "Are you sure you'd like to discard this draft?" msgstr "你确定要丢弃此草稿吗?" @@ -360,13 +383,13 @@ msgstr "至少 3 个字符" #: src/screens/Login/ChooseAccountForm.tsx:78 #: src/screens/Login/ForgotPasswordForm.tsx:129 #: src/screens/Login/ForgotPasswordForm.tsx:135 -#: src/screens/Login/LoginForm.tsx:221 -#: src/screens/Login/LoginForm.tsx:227 +#: src/screens/Login/LoginForm.tsx:269 +#: src/screens/Login/LoginForm.tsx:275 #: src/screens/Login/SetNewPasswordForm.tsx:160 #: src/screens/Login/SetNewPasswordForm.tsx:166 #: src/screens/Profile/Header/Shell.tsx:96 #: src/screens/Signup/index.tsx:180 -#: src/view/com/util/ViewHeader.tsx:87 +#: src/view/com/util/ViewHeader.tsx:89 msgid "Back" msgstr "返回" @@ -374,7 +397,7 @@ msgstr "返回" msgid "Based on your interest in {interestsText}" msgstr "基于你对 {interestsText} 感兴趣" -#: src/view/screens/Settings/index.tsx:493 +#: src/view/screens/Settings/index.tsx:471 msgid "Basics" msgstr "基础信息" @@ -382,11 +405,11 @@ msgstr "基础信息" msgid "Birthday" msgstr "生日" -#: src/view/screens/Settings/index.tsx:362 +#: src/view/screens/Settings/index.tsx:355 msgid "Birthday:" msgstr "生日:" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:286 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:284 #: src/view/com/profile/ProfileMenu.tsx:361 msgid "Block" msgstr "屏蔽" @@ -422,8 +445,8 @@ msgstr "已屏蔽" msgid "Blocked accounts" msgstr "已屏蔽账户" -#: src/Navigation.tsx:134 -#: src/view/screens/ModerationBlockedAccounts.tsx:113 +#: src/Navigation.tsx:135 +#: src/view/screens/ModerationBlockedAccounts.tsx:112 msgid "Blocked Accounts" msgstr "已屏蔽账户" @@ -431,7 +454,7 @@ msgstr "已屏蔽账户" msgid "Blocked accounts cannot reply in your threads, mention you, or otherwise interact with you." msgstr "被屏蔽的账户无法在你的帖子中回复、提及你或以其他方式与你互动。" -#: src/view/screens/ModerationBlockedAccounts.tsx:121 +#: src/view/screens/ModerationBlockedAccounts.tsx:120 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 "被屏蔽的账户无法在你的帖子中回复、提及你或以其他方式与你互动。你将不会看到他们所发的内容,同样他们也无法查看你的内容。" @@ -523,7 +546,7 @@ msgstr "创建账户即默认表明你同意我们的 {els}。" msgid "by you" msgstr "来自你" -#: src/view/com/composer/photos/OpenCameraBtn.tsx:77 +#: src/view/com/composer/photos/OpenCameraBtn.tsx:73 msgid "Camera" msgstr "相机" @@ -535,8 +558,8 @@ msgstr "只能包含字母、数字、空格、破折号及下划线。 长度 #: src/components/Prompt.tsx:113 #: src/components/Prompt.tsx:115 #: src/components/TagMenu/index.tsx:268 -#: src/view/com/composer/Composer.tsx:317 -#: src/view/com/composer/Composer.tsx:322 +#: src/view/com/composer/Composer.tsx:349 +#: src/view/com/composer/Composer.tsx:354 #: src/view/com/modals/ChangeEmail.tsx:218 #: src/view/com/modals/ChangeEmail.tsx:220 #: src/view/com/modals/ChangeHandle.tsx:154 @@ -551,9 +574,9 @@ msgstr "只能包含字母、数字、空格、破折号及下划线。 长度 #: src/view/com/modals/LinkWarning.tsx:105 #: src/view/com/modals/LinkWarning.tsx:107 #: src/view/com/modals/Repost.tsx:88 -#: src/view/com/modals/VerifyEmail.tsx:247 -#: src/view/com/modals/VerifyEmail.tsx:253 -#: src/view/screens/Search/Search.tsx:865 +#: src/view/com/modals/VerifyEmail.tsx:255 +#: src/view/com/modals/VerifyEmail.tsx:261 +#: src/view/screens/Search/Search.tsx:796 #: src/view/shell/desktop/Search.tsx:239 msgid "Cancel" msgstr "取消" @@ -595,34 +618,34 @@ msgstr "取消搜索" msgid "Cancels opening the linked website" msgstr "取消打开链接的网站" -#: src/view/com/modals/VerifyEmail.tsx:152 +#: src/view/com/modals/VerifyEmail.tsx:160 msgid "Change" msgstr "更改" -#: src/view/screens/Settings/index.tsx:356 +#: src/view/screens/Settings/index.tsx:349 msgctxt "action" msgid "Change" msgstr "更改" -#: src/view/screens/Settings/index.tsx:667 +#: src/view/screens/Settings/index.tsx:668 msgid "Change handle" msgstr "更改用户识别符" #: src/view/com/modals/ChangeHandle.tsx:162 -#: src/view/screens/Settings/index.tsx:678 +#: src/view/screens/Settings/index.tsx:679 msgid "Change Handle" msgstr "更改用户识别符" -#: src/view/com/modals/VerifyEmail.tsx:147 +#: src/view/com/modals/VerifyEmail.tsx:155 msgid "Change my email" msgstr "更改我的邮箱地址" -#: src/view/screens/Settings/index.tsx:718 +#: src/view/screens/Settings/index.tsx:713 msgid "Change password" msgstr "更改密码" #: src/view/com/modals/ChangePassword.tsx:141 -#: src/view/screens/Settings/index.tsx:729 +#: src/view/screens/Settings/index.tsx:724 msgid "Change Password" msgstr "更改密码" @@ -647,6 +670,10 @@ msgstr "查看一些推荐的信息流。点击 + 去将他们新增到你的固 msgid "Check out some recommended users. Follow them to see similar users." msgstr "查看一些推荐的用户。关注他们还将推荐相似的用户。" +#: src/screens/Login/LoginForm.tsx:262 +msgid "Check your email for a login code and enter it here." +msgstr "" + #: src/view/com/modals/DeleteAccount.tsx:168 msgid "Check your inbox for an email with the confirmation code to enter below:" msgstr "查看发送至你电子邮箱的确认邮件,并在下方输入收到的验证码:" @@ -676,32 +703,32 @@ msgstr "选择你的主要信息流" msgid "Choose your password" msgstr "选择你的密码" -#: src/view/screens/Settings/index.tsx:832 +#: src/view/screens/Settings/index.tsx:827 msgid "Clear all legacy storage data" msgstr "清除所有旧存储数据" -#: src/view/screens/Settings/index.tsx:835 +#: src/view/screens/Settings/index.tsx:830 msgid "Clear all legacy storage data (restart after this)" msgstr "清除所有旧存储数据(并重启)" -#: src/view/screens/Settings/index.tsx:844 +#: src/view/screens/Settings/index.tsx:839 msgid "Clear all storage data" msgstr "清除所有数据" -#: src/view/screens/Settings/index.tsx:847 +#: src/view/screens/Settings/index.tsx:842 msgid "Clear all storage data (restart after this)" msgstr "清除所有数据(并重启)" #: src/view/com/util/forms/SearchInput.tsx:88 -#: src/view/screens/Search/Search.tsx:846 +#: src/view/screens/Search/Search.tsx:777 msgid "Clear search query" msgstr "清除搜索历史记录" -#: src/view/screens/Settings/index.tsx:833 +#: src/view/screens/Settings/index.tsx:828 msgid "Clears all legacy storage data" msgstr "清除所有旧版存储数据" -#: src/view/screens/Settings/index.tsx:845 +#: src/view/screens/Settings/index.tsx:840 msgid "Clears all storage data" msgstr "清除所有数据" @@ -714,20 +741,21 @@ msgid "Click here to open tag menu for {tag}" msgstr "点击这里打开 {tag} 的标签菜单" #: src/components/RichText.tsx:198 -msgid "Click here to open tag menu for #{tag}" -msgstr "点击这里打开 #{tag} 的标签菜单" +#~ msgid "Click here to open tag menu for #{tag}" +#~ msgstr "点击这里打开 #{tag} 的标签菜单" #: src/screens/Onboarding/index.tsx:35 msgid "Climate" msgstr "气象" +#: src/components/dialogs/GifSelect.tsx:300 #: src/view/com/modals/ChangePassword.tsx:267 #: src/view/com/modals/ChangePassword.tsx:270 msgid "Close" msgstr "关闭" -#: src/components/Dialog/index.web.tsx:106 -#: src/components/Dialog/index.web.tsx:218 +#: src/components/Dialog/index.web.tsx:111 +#: src/components/Dialog/index.web.tsx:246 msgid "Close active dialog" msgstr "关闭活动对话框" @@ -739,6 +767,14 @@ msgstr "关闭警告" msgid "Close bottom drawer" msgstr "关闭底部抽屉" +#: src/components/dialogs/GifSelect.tsx:294 +msgid "Close dialog" +msgstr "" + +#: src/components/dialogs/GifSelect.tsx:150 +msgid "Close GIF dialog" +msgstr "" + #: src/view/com/lightbox/ImageViewing/components/ImageDefaultHeader.tsx:36 msgid "Close image" msgstr "关闭图片" @@ -747,7 +783,7 @@ msgstr "关闭图片" msgid "Close image viewer" msgstr "关闭图片查看器" -#: src/view/shell/index.web.tsx:57 +#: src/view/shell/index.web.tsx:61 msgid "Close navigation footer" msgstr "关闭导航页脚" @@ -756,7 +792,7 @@ msgstr "关闭导航页脚" msgid "Close this dialog" msgstr "关闭该窗口" -#: src/view/shell/index.web.tsx:58 +#: src/view/shell/index.web.tsx:62 msgid "Closes bottom navigation bar" msgstr "关闭底部导航栏" @@ -764,7 +800,7 @@ msgstr "关闭底部导航栏" msgid "Closes password update alert" msgstr "关闭密码更新警告" -#: src/view/com/composer/Composer.tsx:319 +#: src/view/com/composer/Composer.tsx:351 msgid "Closes post composer and discards post draft" msgstr "关闭帖子编辑页并丢弃草稿" @@ -784,7 +820,7 @@ msgstr "喜剧" msgid "Comics" msgstr "漫画" -#: src/Navigation.tsx:241 +#: src/Navigation.tsx:242 #: src/view/screens/CommunityGuidelines.tsx:32 msgid "Community Guidelines" msgstr "社群准则" @@ -797,7 +833,7 @@ msgstr "完成引导并开始使用你的账户" msgid "Complete the challenge" msgstr "完成验证" -#: src/view/com/composer/Composer.tsx:438 +#: src/view/com/composer/Composer.tsx:469 msgid "Compose posts up to {MAX_GRAPHEME_LENGTH} characters in length" msgstr "撰写帖子的长度最多为 {MAX_GRAPHEME_LENGTH} 个字符" @@ -820,10 +856,12 @@ msgstr "在 <0>限制设置 中配置。" #: src/components/Prompt.tsx:153 #: src/components/Prompt.tsx:156 #: src/view/com/modals/SelfLabel.tsx:154 -#: src/view/com/modals/VerifyEmail.tsx:231 -#: src/view/com/modals/VerifyEmail.tsx:233 +#: src/view/com/modals/VerifyEmail.tsx:239 +#: src/view/com/modals/VerifyEmail.tsx:241 #: src/view/screens/PreferencesFollowingFeed.tsx:308 #: src/view/screens/PreferencesThreads.tsx:159 +#: src/view/screens/Settings/DisableEmail2FADialog.tsx:180 +#: src/view/screens/Settings/DisableEmail2FADialog.tsx:183 msgid "Confirm" msgstr "确认" @@ -848,14 +886,17 @@ msgstr "确认你的年龄:" msgid "Confirm your birthdate" msgstr "确认你的出生年月:" +#: src/screens/Login/LoginForm.tsx:244 #: src/view/com/modals/ChangeEmail.tsx:157 #: src/view/com/modals/DeleteAccount.tsx:175 #: src/view/com/modals/DeleteAccount.tsx:181 -#: src/view/com/modals/VerifyEmail.tsx:165 +#: src/view/com/modals/VerifyEmail.tsx:173 +#: src/view/screens/Settings/DisableEmail2FADialog.tsx:143 +#: src/view/screens/Settings/DisableEmail2FADialog.tsx:149 msgid "Confirmation code" msgstr "验证码" -#: src/screens/Login/LoginForm.tsx:248 +#: src/screens/Login/LoginForm.tsx:296 msgid "Connecting..." msgstr "连接中..." @@ -940,7 +981,7 @@ msgstr "烹饪" msgid "Copied" msgstr "已复制" -#: src/view/screens/Settings/index.tsx:254 +#: src/view/screens/Settings/index.tsx:243 msgid "Copied build version to clipboard" msgstr "已复制构建版本号至剪贴板" @@ -976,17 +1017,17 @@ msgstr "复制代码" msgid "Copy link to list" msgstr "复制列表链接" -#: src/view/com/util/forms/PostDropdownBtn.tsx:236 -#: src/view/com/util/forms/PostDropdownBtn.tsx:245 +#: src/view/com/util/forms/PostDropdownBtn.tsx:240 +#: src/view/com/util/forms/PostDropdownBtn.tsx:249 msgid "Copy link to post" msgstr "复制帖子链接" -#: src/view/com/util/forms/PostDropdownBtn.tsx:228 #: src/view/com/util/forms/PostDropdownBtn.tsx:230 +#: src/view/com/util/forms/PostDropdownBtn.tsx:232 msgid "Copy post text" msgstr "复制帖子文字" -#: src/Navigation.tsx:246 +#: src/Navigation.tsx:247 #: src/view/screens/CopyrightPolicy.tsx:29 msgid "Copyright Policy" msgstr "版权许可" @@ -1004,7 +1045,7 @@ msgstr "无法加载列表" msgid "Create a new account" msgstr "创建新的账户" -#: src/view/screens/Settings/index.tsx:406 +#: src/view/screens/Settings/index.tsx:399 msgid "Create a new Bluesky account" msgstr "创建新的 Bluesky 账户" @@ -1035,8 +1076,8 @@ msgid "Created {0}" msgstr "{0} 已创建" #: src/view/com/composer/Composer.tsx:469 -msgid "Creates a card with a thumbnail. The card links to {url}" -msgstr "创建带有缩略图的卡片。该卡片链接到 {url}" +#~ msgid "Creates a card with a thumbnail. The card links to {url}" +#~ msgstr "创建带有缩略图的卡片。该卡片链接到 {url}" #: src/screens/Onboarding/index.tsx:29 msgid "Culture" @@ -1056,12 +1097,12 @@ msgstr "自定义域名" msgid "Custom feeds built by the community bring you new experiences and help you find the content you love." msgstr "由社群构建的自定义信息流能为你带来新的体验,并帮助你找到你喜欢的内容。" -#: src/view/screens/PreferencesExternalEmbeds.tsx:55 +#: src/view/screens/PreferencesExternalEmbeds.tsx:56 msgid "Customize media from external sites." msgstr "自定义外部站点的媒体。" -#: src/view/screens/Settings/index.tsx:455 -#: src/view/screens/Settings/index.tsx:481 +#: src/view/screens/Settings/index.tsx:433 +#: src/view/screens/Settings/index.tsx:459 msgid "Dark" msgstr "暗色" @@ -1069,7 +1110,7 @@ msgstr "暗色" msgid "Dark mode" msgstr "深色模式" -#: src/view/screens/Settings/index.tsx:468 +#: src/view/screens/Settings/index.tsx:446 msgid "Dark Theme" msgstr "深色模式" @@ -1077,7 +1118,7 @@ msgstr "深色模式" msgid "Date of birth" msgstr "生日" -#: src/view/screens/Settings/index.tsx:805 +#: src/view/screens/Settings/index.tsx:800 msgid "Debug Moderation" msgstr "调试限制" @@ -1085,13 +1126,13 @@ msgstr "调试限制" msgid "Debug panel" msgstr "调试面板" -#: src/view/com/util/forms/PostDropdownBtn.tsx:341 +#: src/view/com/util/forms/PostDropdownBtn.tsx:345 #: src/view/screens/AppPasswords.tsx:268 #: src/view/screens/ProfileList.tsx:615 msgid "Delete" msgstr "删除" -#: src/view/screens/Settings/index.tsx:760 +#: src/view/screens/Settings/index.tsx:755 msgid "Delete account" msgstr "删除账户" @@ -1115,12 +1156,12 @@ msgstr "删除列表" msgid "Delete my account" msgstr "删除我的账户" -#: src/view/screens/Settings/index.tsx:772 +#: src/view/screens/Settings/index.tsx:767 msgid "Delete My Account…" msgstr "删除我的账户…" -#: src/view/com/util/forms/PostDropdownBtn.tsx:322 -#: src/view/com/util/forms/PostDropdownBtn.tsx:324 +#: src/view/com/util/forms/PostDropdownBtn.tsx:326 +#: src/view/com/util/forms/PostDropdownBtn.tsx:328 msgid "Delete post" msgstr "删除帖子" @@ -1128,7 +1169,7 @@ msgstr "删除帖子" msgid "Delete this list?" msgstr "删除这个列表?" -#: src/view/com/util/forms/PostDropdownBtn.tsx:336 +#: src/view/com/util/forms/PostDropdownBtn.tsx:340 msgid "Delete this post?" msgstr "删除这条帖子?" @@ -1147,21 +1188,33 @@ msgstr "已删除帖子。" msgid "Description" msgstr "描述" -#: src/view/com/composer/Composer.tsx:218 +#: src/view/com/composer/Composer.tsx:228 msgid "Did you want to say anything?" msgstr "有什么想说的吗?" -#: src/view/screens/Settings/index.tsx:474 +#: src/view/screens/Settings/index.tsx:452 msgid "Dim" msgstr "暗淡" -#: src/view/screens/Settings/index.tsx:697 -msgid "Disable haptics" -msgstr "禁用触觉反馈" +#: src/view/screens/AccessibilitySettings.tsx:94 +msgid "Disable autoplay for GIFs" +msgstr "" + +#: src/view/screens/Settings/DisableEmail2FADialog.tsx:90 +msgid "Disable Email 2FA" +msgstr "" + +#: src/view/screens/AccessibilitySettings.tsx:108 +msgid "Disable haptic feedback" +msgstr "" #: src/view/screens/Settings/index.tsx:697 -msgid "Disable vibrations" -msgstr "禁用振动" +#~ msgid "Disable haptics" +#~ msgstr "禁用触觉反馈" + +#: src/view/screens/Settings/index.tsx:697 +#~ msgid "Disable vibrations" +#~ msgstr "禁用振动" #: src/lib/moderation/useLabelBehaviorDescription.ts:32 #: src/lib/moderation/useLabelBehaviorDescription.ts:42 @@ -1170,11 +1223,11 @@ msgstr "禁用振动" msgid "Disabled" msgstr "关闭" -#: src/view/com/composer/Composer.tsx:511 +#: src/view/com/composer/Composer.tsx:525 msgid "Discard" msgstr "丢弃" -#: src/view/com/composer/Composer.tsx:508 +#: src/view/com/composer/Composer.tsx:522 msgid "Discard draft?" msgstr "丢弃草稿?" @@ -1260,7 +1313,7 @@ msgstr "完成{extraText}" msgid "Download CAR file" msgstr "下载 CAR 文件" -#: src/view/com/composer/text-input/TextInput.web.tsx:249 +#: src/view/com/composer/text-input/TextInput.web.tsx:270 msgid "Drop to add images" msgstr "拖放即可新增图片" @@ -1331,7 +1384,7 @@ msgstr "编辑列表详情" msgid "Edit Moderation List" msgstr "编辑限制列表" -#: src/Navigation.tsx:256 +#: src/Navigation.tsx:257 #: src/view/screens/Feeds.tsx:459 #: src/view/screens/SavedFeeds.tsx:85 msgid "Edit My Feeds" @@ -1342,12 +1395,12 @@ msgid "Edit my profile" msgstr "编辑个人资料" #: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:178 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:168 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:166 msgid "Edit profile" msgstr "编辑个人资料" #: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:181 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:171 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:169 msgid "Edit Profile" msgstr "编辑个人资料" @@ -1377,6 +1430,10 @@ msgstr "教育" msgid "Email" msgstr "电子邮箱" +#: src/view/screens/Settings/DisableEmail2FADialog.tsx:64 +msgid "Email 2FA disabled" +msgstr "" + #: src/screens/Login/ForgotPasswordForm.tsx:99 msgid "Email address" msgstr "邮箱地址" @@ -1390,11 +1447,11 @@ msgstr "电子邮箱已更新" msgid "Email Updated" msgstr "电子邮箱已更新" -#: src/view/com/modals/VerifyEmail.tsx:78 +#: src/view/com/modals/VerifyEmail.tsx:85 msgid "Email verified" msgstr "电子邮箱已验证" -#: src/view/screens/Settings/index.tsx:334 +#: src/view/screens/Settings/index.tsx:327 msgid "Email:" msgstr "电子邮箱:" @@ -1403,8 +1460,8 @@ msgid "Embed HTML code" msgstr "嵌入 HTML 代码" #: src/components/dialogs/Embed.tsx:97 -#: src/view/com/util/forms/PostDropdownBtn.tsx:253 -#: src/view/com/util/forms/PostDropdownBtn.tsx:255 +#: src/view/com/util/forms/PostDropdownBtn.tsx:257 +#: src/view/com/util/forms/PostDropdownBtn.tsx:259 msgid "Embed post" msgstr "嵌入帖子" @@ -1434,7 +1491,7 @@ msgstr "在你的信息流中启用成人内容" msgid "Enable external media" msgstr "启用外部媒体" -#: src/view/screens/PreferencesExternalEmbeds.tsx:75 +#: src/view/screens/PreferencesExternalEmbeds.tsx:76 msgid "Enable media players for" msgstr "启用媒体播放器" @@ -1467,7 +1524,7 @@ msgstr "输入密码" msgid "Enter a word or tag" msgstr "输入一个词或标签" -#: src/view/com/modals/VerifyEmail.tsx:105 +#: src/view/com/modals/VerifyEmail.tsx:113 msgid "Enter Confirmation Code" msgstr "输入验证码" @@ -1558,12 +1615,12 @@ msgstr "明确或潜在引起不适的媒体内容。" msgid "Explicit sexual images." msgstr "明确的性暗示图片。" -#: src/view/screens/Settings/index.tsx:741 +#: src/view/screens/Settings/index.tsx:736 msgid "Export my data" msgstr "导出账户数据" #: src/view/screens/Settings/ExportCarDialog.tsx:44 -#: src/view/screens/Settings/index.tsx:752 +#: src/view/screens/Settings/index.tsx:747 msgid "Export My Data" msgstr "导出账户数据" @@ -1573,17 +1630,17 @@ msgid "External Media" msgstr "外部媒体" #: src/components/dialogs/EmbedConsent.tsx:71 -#: src/view/screens/PreferencesExternalEmbeds.tsx:66 +#: 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 "外部媒体可能允许网站收集有关你和你设备的有关信息。在你按下\"查看\"按钮之前,将不会发送或请求任何外部信息。" -#: src/Navigation.tsx:275 -#: src/view/screens/PreferencesExternalEmbeds.tsx:52 -#: src/view/screens/Settings/index.tsx:628 +#: src/Navigation.tsx:276 +#: src/view/screens/PreferencesExternalEmbeds.tsx:53 +#: src/view/screens/Settings/index.tsx:629 msgid "External Media Preferences" msgstr "外部媒体首选项" -#: src/view/screens/Settings/index.tsx:619 +#: src/view/screens/Settings/index.tsx:620 msgid "External media settings" msgstr "外部媒体设置" @@ -1600,6 +1657,10 @@ msgstr "无法创建列表。请检查你的互联网连接并重试。" msgid "Failed to delete post, please try again" msgstr "无法删除帖子,请重试" +#: src/components/dialogs/GifSelect.tsx:200 +msgid "Failed to load GIFs" +msgstr "" + #: src/view/com/auth/onboarding/RecommendedFeeds.tsx:110 #: src/view/com/auth/onboarding/RecommendedFeeds.tsx:143 msgid "Failed to load recommended feeds" @@ -1609,7 +1670,7 @@ msgstr "无法加载推荐信息流" msgid "Failed to save image: {0}" msgstr "无法保存此图片:{0}" -#: src/Navigation.tsx:196 +#: src/Navigation.tsx:197 msgid "Feed" msgstr "信息流" @@ -1626,10 +1687,10 @@ msgstr "信息流已离线" msgid "Feedback" msgstr "反馈" -#: src/Navigation.tsx:456 +#: src/Navigation.tsx:465 #: src/view/screens/Feeds.tsx:444 #: src/view/screens/Feeds.tsx:549 -#: src/view/screens/Profile.tsx:199 +#: src/view/screens/Profile.tsx:198 #: src/view/shell/bottom-bar/BottomBar.tsx:192 #: src/view/shell/desktop/LeftNav.tsx:346 #: src/view/shell/Drawer.tsx:485 @@ -1667,13 +1728,17 @@ msgstr "最终确定" msgid "Find accounts to follow" msgstr "寻找一些账户关注" +#: src/view/screens/Search/Search.tsx:521 +msgid "Find posts and users on Bluesky" +msgstr "" + #: src/view/screens/Search/Search.tsx:589 -msgid "Find users on Bluesky" -msgstr "寻找一些正在使用 Bluesky 的用户" +#~ msgid "Find users on Bluesky" +#~ msgstr "寻找一些正在使用 Bluesky 的用户" #: src/view/screens/Search/Search.tsx:587 -msgid "Find users with the search tool on the right" -msgstr "使用右侧的搜索工具来查找用户" +#~ msgid "Find users with the search tool on the right" +#~ msgstr "使用右侧的搜索工具来查找用户" #: src/view/com/auth/onboarding/RecommendedFollowsItem.tsx:155 msgid "Finding similar accounts..." @@ -1705,7 +1770,7 @@ msgid "Flip vertically" msgstr "垂直翻转" #: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:189 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:235 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:233 #: src/view/com/auth/onboarding/RecommendedFollowsItem.tsx:141 #: src/view/com/post-thread/PostThreadFollowBtn.tsx:146 #: src/view/com/profile/ProfileHeaderSuggestedFollows.tsx:248 @@ -1718,7 +1783,7 @@ msgid "Follow" msgstr "关注" #: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:58 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:221 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:219 #: src/view/com/post-thread/PostThreadFollowBtn.tsx:128 msgid "Follow {0}" msgstr "关注 {0}" @@ -1744,7 +1809,7 @@ msgstr "关注选择的用户并继续下一步" msgid "Follow some users to get started. We can recommend you more users based on who you find interesting." msgstr "关注一些用户以开始,我们可以根据你感兴趣的用户向你推荐更多类似用户。" -#: src/view/com/profile/ProfileCard.tsx:219 +#: src/view/com/profile/ProfileCard.tsx:231 msgid "Followed by {0}" msgstr "由 {0} 关注" @@ -1765,26 +1830,26 @@ msgstr "关注了你" msgid "Followers" msgstr "关注者" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:233 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:231 #: src/view/com/post-thread/PostThreadFollowBtn.tsx:149 #: src/view/com/profile/ProfileFollows.tsx:104 #: src/view/screens/ProfileFollows.tsx:25 msgid "Following" msgstr "正在关注" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:93 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:91 msgid "Following {0}" msgstr "正在关注 {0}" -#: src/view/screens/Settings/index.tsx:504 +#: src/view/screens/Settings/index.tsx:505 msgid "Following feed preferences" msgstr "关注信息流首选项" -#: src/Navigation.tsx:262 +#: src/Navigation.tsx:263 #: src/view/com/home/HomeHeaderLayout.web.tsx:54 #: src/view/com/home/HomeHeaderLayoutMobile.tsx:87 #: src/view/screens/PreferencesFollowingFeed.tsx:104 -#: src/view/screens/Settings/index.tsx:513 +#: src/view/screens/Settings/index.tsx:514 msgid "Following Feed Preferences" msgstr "关注信息流首选项" @@ -1792,7 +1857,7 @@ msgstr "关注信息流首选项" msgid "Follows you" msgstr "关注了你" -#: src/view/com/profile/ProfileCard.tsx:144 +#: src/view/com/profile/ProfileCard.tsx:156 msgid "Follows You" msgstr "关注了你" @@ -1813,11 +1878,11 @@ msgstr "出于安全原因,你将无法再次查看此内容。如果你丢失 msgid "Forgot Password" msgstr "忘记密码" -#: src/screens/Login/LoginForm.tsx:201 +#: src/screens/Login/LoginForm.tsx:218 msgid "Forgot password?" msgstr "忘记密码?" -#: src/screens/Login/LoginForm.tsx:212 +#: src/screens/Login/LoginForm.tsx:229 msgid "Forgot?" msgstr "忘记?" @@ -1825,8 +1890,7 @@ msgstr "忘记?" msgid "Frequently Posts Unwanted Content" msgstr "频繁发布不受欢迎的内容" -#: src/screens/Hashtag.tsx:109 -#: src/screens/Hashtag.tsx:149 +#: src/screens/Hashtag.tsx:118 msgid "From @{sanitizedAuthor}" msgstr "来自 @{sanitizedAuthor}" @@ -1835,12 +1899,12 @@ msgctxt "from-feed" msgid "From <0/>" msgstr "来自 <0/>" -#: src/view/com/composer/photos/SelectPhotoBtn.tsx:43 +#: src/view/com/composer/photos/SelectPhotoBtn.tsx:39 msgid "Gallery" msgstr "相册" -#: src/view/com/modals/VerifyEmail.tsx:189 -#: src/view/com/modals/VerifyEmail.tsx:191 +#: src/view/com/modals/VerifyEmail.tsx:197 +#: src/view/com/modals/VerifyEmail.tsx:199 msgid "Get Started" msgstr "开始" @@ -1859,7 +1923,7 @@ msgstr "明显违反法律或服务条款" msgid "Go back" msgstr "返回" -#: src/components/Error.tsx:91 +#: src/components/Error.tsx:100 #: src/screens/Profile/ErrorState.tsx:62 #: src/screens/Profile/ErrorState.tsx:66 #: src/view/screens/NotFound.tsx:54 @@ -1884,7 +1948,7 @@ msgstr "返回主页" msgid "Go Home" msgstr "返回主页" -#: src/view/screens/Search/Search.tsx:896 +#: src/view/screens/Search/Search.tsx:827 #: src/view/shell/desktop/Search.tsx:263 msgid "Go to @{queryMaybeHandle}" msgstr "前往 @{queryMaybeHandle}" @@ -1902,15 +1966,19 @@ msgstr "图形媒体" msgid "Handle" msgstr "用户识别符" +#: src/view/screens/AccessibilitySettings.tsx:103 +msgid "Haptics" +msgstr "" + #: src/lib/moderation/useReportOptions.ts:32 msgid "Harassment, trolling, or intolerance" msgstr "骚扰、恶作剧或其他无法容忍的行为" -#: src/Navigation.tsx:282 +#: src/Navigation.tsx:291 msgid "Hashtag" msgstr "标签" -#: src/components/RichText.tsx:197 +#: src/components/RichText.tsx:206 msgid "Hashtag: #{tag}" msgstr "标签:#{tag}" @@ -1948,7 +2016,7 @@ msgstr "这里是你的应用专用密码。" #: src/lib/moderation/useLabelBehaviorDescription.ts:30 #: src/screens/Onboarding/StepModeration/ModerationOption.tsx:52 #: src/screens/Onboarding/StepModeration/ModerationOption.tsx:76 -#: src/view/com/util/forms/PostDropdownBtn.tsx:350 +#: src/view/com/util/forms/PostDropdownBtn.tsx:354 msgid "Hide" msgstr "隐藏" @@ -1957,8 +2025,8 @@ msgctxt "action" msgid "Hide" msgstr "隐藏" -#: src/view/com/util/forms/PostDropdownBtn.tsx:294 -#: src/view/com/util/forms/PostDropdownBtn.tsx:296 +#: src/view/com/util/forms/PostDropdownBtn.tsx:298 +#: src/view/com/util/forms/PostDropdownBtn.tsx:300 msgid "Hide post" msgstr "隐藏帖子" @@ -1967,7 +2035,7 @@ msgstr "隐藏帖子" msgid "Hide the content" msgstr "隐藏内容" -#: src/view/com/util/forms/PostDropdownBtn.tsx:347 +#: src/view/com/util/forms/PostDropdownBtn.tsx:351 msgid "Hide this post?" msgstr "隐藏这条帖子?" @@ -2003,7 +2071,7 @@ msgstr "看起来在加载数据时遇到了问题,请查看下方获取更多 msgid "Hmmmm, we couldn't load that moderation service." msgstr "无法加载该限制提供服务。" -#: src/Navigation.tsx:446 +#: src/Navigation.tsx:455 #: src/view/shell/bottom-bar/BottomBar.tsx:148 #: src/view/shell/desktop/LeftNav.tsx:310 #: src/view/shell/Drawer.tsx:407 @@ -2016,7 +2084,7 @@ msgid "Host:" msgstr "主机:" #: src/screens/Login/ForgotPasswordForm.tsx:89 -#: src/screens/Login/LoginForm.tsx:134 +#: src/screens/Login/LoginForm.tsx:151 #: src/screens/Signup/StepInfo/index.tsx:40 #: src/view/com/modals/ChangeHandle.tsx:281 msgid "Hosting provider" @@ -2026,11 +2094,13 @@ msgstr "托管服务提供商" msgid "How should we open this link?" msgstr "我们该如何打开此链接?" -#: src/view/com/modals/VerifyEmail.tsx:214 +#: src/view/com/modals/VerifyEmail.tsx:222 +#: src/view/screens/Settings/DisableEmail2FADialog.tsx:132 +#: src/view/screens/Settings/DisableEmail2FADialog.tsx:135 msgid "I have a code" msgstr "我有验证码" -#: src/view/com/modals/VerifyEmail.tsx:216 +#: src/view/com/modals/VerifyEmail.tsx:224 msgid "I have a confirmation code" msgstr "我有验证码" @@ -2054,7 +2124,7 @@ msgstr "如果你根据你所在国家的法律定义还不是成年人,则你 msgid "If you delete this list, you won't be able to recover it." msgstr "如果你删除此列表,将无法恢复" -#: src/view/com/util/forms/PostDropdownBtn.tsx:338 +#: src/view/com/util/forms/PostDropdownBtn.tsx:342 msgid "If you remove this post, you won't be able to recover it." msgstr "如果你移除此列表,将无法恢复" @@ -2098,15 +2168,19 @@ msgstr "输入新的密码" msgid "Input password for account deletion" msgstr "输入密码以删除账户" -#: src/screens/Login/LoginForm.tsx:195 +#: src/screens/Login/LoginForm.tsx:257 +msgid "Input the code which has been emailed to you" +msgstr "" + +#: src/screens/Login/LoginForm.tsx:212 msgid "Input the password tied to {identifier}" msgstr "输入与 {identifier} 关联的密码" -#: src/screens/Login/LoginForm.tsx:168 +#: src/screens/Login/LoginForm.tsx:185 msgid "Input the username or email address you used at signup" msgstr "输入注册时使用的用户名或电子邮箱" -#: src/screens/Login/LoginForm.tsx:194 +#: src/screens/Login/LoginForm.tsx:211 msgid "Input your password" msgstr "输入你的密码" @@ -2118,11 +2192,16 @@ msgstr "输入你首选的托管服务提供商" msgid "Input your user handle" msgstr "输入你的用户识别符" -#: src/view/com/post-thread/PostThreadItem.tsx:221 +#: src/screens/Login/LoginForm.tsx:126 +#: src/view/screens/Settings/DisableEmail2FADialog.tsx:70 +msgid "Invalid 2FA confirmation code." +msgstr "" + +#: src/view/com/post-thread/PostThreadItem.tsx:222 msgid "Invalid or unsupported post record" msgstr "帖子记录无效或不受支持" -#: src/screens/Login/LoginForm.tsx:114 +#: src/screens/Login/LoginForm.tsx:131 msgid "Invalid username or password" msgstr "用户名或密码无效" @@ -2170,7 +2249,7 @@ msgstr "由 {0} 标记。" msgid "Labeled by the author." msgstr "由作者标记。" -#: src/view/screens/Profile.tsx:193 +#: src/view/screens/Profile.tsx:192 msgid "Labels" msgstr "标记" @@ -2194,20 +2273,21 @@ msgstr "你内容上的标记" msgid "Language selection" msgstr "选择语言" -#: src/view/screens/Settings/index.tsx:565 +#: src/view/screens/Settings/index.tsx:566 msgid "Language settings" msgstr "语言设置" -#: src/Navigation.tsx:144 +#: src/Navigation.tsx:145 #: src/view/screens/LanguageSettings.tsx:89 msgid "Language Settings" msgstr "语言设置" -#: src/view/screens/Settings/index.tsx:574 +#: src/view/screens/Settings/index.tsx:575 msgid "Languages" msgstr "语言" -#: src/view/screens/Search/Search.tsx:437 +#: src/screens/Hashtag.tsx:99 +#: src/view/screens/Search/Search.tsx:428 msgid "Latest" msgstr "最新" @@ -2245,7 +2325,7 @@ msgstr "离开 Bluesky" msgid "left to go." msgstr "尚未完成。" -#: src/view/screens/Settings/index.tsx:299 +#: src/view/screens/Settings/index.tsx:292 msgid "Legacy storage cleared, you need to restart the app now." msgstr "旧存储数据已清除,你需要立即重新启动应用。" @@ -2258,7 +2338,7 @@ msgstr "让我们来重置你的密码!" msgid "Let's go!" msgstr "让我们开始!" -#: src/view/screens/Settings/index.tsx:449 +#: src/view/screens/Settings/index.tsx:427 msgid "Light" msgstr "亮色" @@ -2272,8 +2352,8 @@ msgid "Like this feed" msgstr "喜欢这个信息流" #: src/components/LikesDialog.tsx:87 -#: src/Navigation.tsx:201 -#: src/Navigation.tsx:206 +#: src/Navigation.tsx:202 +#: src/Navigation.tsx:207 msgid "Liked by" msgstr "喜欢" @@ -2305,15 +2385,15 @@ msgstr "赞了你的自定义信息流" msgid "liked your post" msgstr "赞了你的帖子" -#: src/view/screens/Profile.tsx:198 +#: src/view/screens/Profile.tsx:197 msgid "Likes" msgstr "喜欢" -#: src/view/com/post-thread/PostThreadItem.tsx:182 +#: src/view/com/post-thread/PostThreadItem.tsx:183 msgid "Likes on this post" msgstr "这条帖子的喜欢数" -#: src/Navigation.tsx:170 +#: src/Navigation.tsx:171 msgid "List" msgstr "列表" @@ -2349,9 +2429,9 @@ msgstr "解除对列表的屏蔽" msgid "List unmuted" msgstr "解除对列表的隐藏" -#: src/Navigation.tsx:114 -#: src/view/screens/Profile.tsx:194 -#: src/view/screens/Profile.tsx:200 +#: src/Navigation.tsx:115 +#: src/view/screens/Profile.tsx:193 +#: src/view/screens/Profile.tsx:199 #: src/view/shell/desktop/LeftNav.tsx:383 #: src/view/shell/Drawer.tsx:501 #: src/view/shell/Drawer.tsx:502 @@ -2363,7 +2443,7 @@ msgid "Load new notifications" msgstr "加载新的通知" #: src/screens/Profile/Sections/Feed.tsx:86 -#: src/view/com/feeds/FeedPage.tsx:138 +#: src/view/com/feeds/FeedPage.tsx:134 #: src/view/screens/ProfileFeed.tsx:507 #: src/view/screens/ProfileList.tsx:697 msgid "Load new posts" @@ -2373,7 +2453,7 @@ msgstr "加载新的帖子" msgid "Loading..." msgstr "加载中..." -#: src/Navigation.tsx:221 +#: src/Navigation.tsx:222 msgid "Log" msgstr "日志" @@ -2392,6 +2472,10 @@ msgstr "未登录用户可见性" msgid "Login to account that is not listed" msgstr "登录未列出的账户" +#: src/components/RichText.tsx:207 +msgid "Long press to open tag menu for #{tag}" +msgstr "" + #: src/screens/Login/SetNewPasswordForm.tsx:116 msgid "Looks like XXXXX-XXXXX" msgstr "看起来像是 XXXXX-XXXXX" @@ -2404,7 +2488,8 @@ msgstr "请确认目标页面地址是否正确!" msgid "Manage your muted words and tags" msgstr "管理你的隐藏词和标签" -#: src/view/screens/Profile.tsx:197 +#: src/view/screens/AccessibilitySettings.tsx:89 +#: src/view/screens/Profile.tsx:196 msgid "Media" msgstr "媒体" @@ -2416,8 +2501,8 @@ msgstr "提到的用户" msgid "Mentioned users" msgstr "提到的用户" -#: src/view/com/util/ViewHeader.tsx:87 -#: src/view/screens/Search/Search.tsx:795 +#: src/view/com/util/ViewHeader.tsx:89 +#: src/view/screens/Search/Search.tsx:726 msgid "Menu" msgstr "菜单" @@ -2429,9 +2514,9 @@ msgstr "来自服务器的信息:{0}" msgid "Misleading Account" msgstr "误导性账户" -#: src/Navigation.tsx:119 +#: src/Navigation.tsx:120 #: src/screens/Moderation/index.tsx:104 -#: src/view/screens/Settings/index.tsx:596 +#: src/view/screens/Settings/index.tsx:597 #: src/view/shell/desktop/LeftNav.tsx:401 #: src/view/shell/Drawer.tsx:520 #: src/view/shell/Drawer.tsx:521 @@ -2469,16 +2554,16 @@ msgstr "限制列表已更新" msgid "Moderation lists" msgstr "限制列表" -#: src/Navigation.tsx:124 +#: src/Navigation.tsx:125 #: src/view/screens/ModerationModlists.tsx:58 msgid "Moderation Lists" msgstr "限制列表" -#: src/view/screens/Settings/index.tsx:590 +#: src/view/screens/Settings/index.tsx:591 msgid "Moderation settings" msgstr "限制设置" -#: src/Navigation.tsx:216 +#: src/Navigation.tsx:217 msgid "Moderation states" msgstr "限制状态" @@ -2491,7 +2576,7 @@ msgstr "限制工具" msgid "Moderator has chosen to set a general warning on the content." msgstr "由限制者对内容设置的一般警告。" -#: src/view/com/post-thread/PostThreadItem.tsx:535 +#: src/view/com/post-thread/PostThreadItem.tsx:541 msgid "More" msgstr "更多" @@ -2553,13 +2638,13 @@ msgstr "在帖子文本和标签中隐藏该词" msgid "Mute this word in tags only" msgstr "仅在标签中隐藏该词" -#: src/view/com/util/forms/PostDropdownBtn.tsx:269 -#: src/view/com/util/forms/PostDropdownBtn.tsx:275 +#: src/view/com/util/forms/PostDropdownBtn.tsx:273 +#: src/view/com/util/forms/PostDropdownBtn.tsx:279 msgid "Mute thread" msgstr "隐藏讨论串" -#: src/view/com/util/forms/PostDropdownBtn.tsx:285 -#: src/view/com/util/forms/PostDropdownBtn.tsx:287 +#: src/view/com/util/forms/PostDropdownBtn.tsx:289 +#: src/view/com/util/forms/PostDropdownBtn.tsx:291 msgid "Mute words & tags" msgstr "隐藏词和标签" @@ -2571,7 +2656,7 @@ msgstr "已隐藏" msgid "Muted accounts" msgstr "已隐藏账户" -#: src/Navigation.tsx:129 +#: src/Navigation.tsx:130 #: src/view/screens/ModerationMutedAccounts.tsx:112 msgid "Muted Accounts" msgstr "已隐藏账户" @@ -2605,11 +2690,11 @@ msgstr "自定义信息流" msgid "My Profile" msgstr "我的个人资料" -#: src/view/screens/Settings/index.tsx:547 +#: src/view/screens/Settings/index.tsx:548 msgid "My saved feeds" msgstr "我保存的信息流" -#: src/view/screens/Settings/index.tsx:553 +#: src/view/screens/Settings/index.tsx:554 msgid "My Saved Feeds" msgstr "我保存的信息流" @@ -2633,7 +2718,7 @@ msgid "Nature" msgstr "自然" #: src/screens/Login/ForgotPasswordForm.tsx:173 -#: src/screens/Login/LoginForm.tsx:255 +#: src/screens/Login/LoginForm.tsx:303 #: src/view/com/modals/ChangePassword.tsx:168 msgid "Navigates to the next screen" msgstr "转到下一页" @@ -2680,14 +2765,14 @@ msgstr "新密码" msgid "New Password" msgstr "新密码" -#: src/view/com/feeds/FeedPage.tsx:149 +#: src/view/com/feeds/FeedPage.tsx:145 msgctxt "action" msgid "New post" msgstr "新帖子" #: src/view/screens/Feeds.tsx:580 #: src/view/screens/Notifications.tsx:168 -#: src/view/screens/Profile.tsx:480 +#: src/view/screens/Profile.tsx:465 #: src/view/screens/ProfileFeed.tsx:445 #: src/view/screens/ProfileList.tsx:200 #: src/view/screens/ProfileList.tsx:228 @@ -2714,8 +2799,8 @@ msgstr "新闻" #: src/screens/Login/ForgotPasswordForm.tsx:143 #: src/screens/Login/ForgotPasswordForm.tsx:150 -#: src/screens/Login/LoginForm.tsx:254 -#: src/screens/Login/LoginForm.tsx:261 +#: src/screens/Login/LoginForm.tsx:302 +#: src/screens/Login/LoginForm.tsx:309 #: src/screens/Login/SetNewPasswordForm.tsx:174 #: src/screens/Login/SetNewPasswordForm.tsx:180 #: src/screens/Signup/index.tsx:207 @@ -2752,7 +2837,11 @@ msgstr "没有描述" msgid "No DNS Panel" msgstr "没有 DNS 面板" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:118 +#: src/components/dialogs/GifSelect.tsx:206 +msgid "No featured GIFs found. There may be an issue with Tenor." +msgstr "" + +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:116 msgid "No longer following {0}" msgstr "不再关注 {0}" @@ -2769,7 +2858,7 @@ msgstr "还没有通知!" msgid "No result" msgstr "没有结果" -#: src/components/Lists.tsx:183 +#: src/components/Lists.tsx:192 msgid "No results found" msgstr "未找到结果" @@ -2778,11 +2867,15 @@ msgid "No results found for \"{query}\"" msgstr "未找到\"{query}\"的结果" #: src/view/com/modals/ListAddRemoveUsers.tsx:127 -#: src/view/screens/Search/Search.tsx:349 -#: src/view/screens/Search/Search.tsx:387 +#: src/view/screens/Search/Search.tsx:350 +#: src/view/screens/Search/Search.tsx:388 msgid "No results found for {query}" msgstr "未找到 {query} 的结果" +#: src/components/dialogs/GifSelect.tsx:204 +msgid "No search results found for \"{search}\"." +msgstr "" + #: src/components/dialogs/EmbedConsent.tsx:105 #: src/components/dialogs/EmbedConsent.tsx:112 msgid "No thanks" @@ -2805,18 +2898,18 @@ msgstr "非性暗示裸露" msgid "Not Applicable." msgstr "不适用。" -#: src/Navigation.tsx:109 +#: src/Navigation.tsx:110 #: src/view/screens/Profile.tsx:101 msgid "Not Found" msgstr "未找到" -#: src/view/com/modals/VerifyEmail.tsx:246 -#: src/view/com/modals/VerifyEmail.tsx:252 +#: src/view/com/modals/VerifyEmail.tsx:254 +#: src/view/com/modals/VerifyEmail.tsx:260 msgid "Not right now" msgstr "暂时不需要" #: src/view/com/profile/ProfileMenu.tsx:368 -#: src/view/com/util/forms/PostDropdownBtn.tsx:364 +#: src/view/com/util/forms/PostDropdownBtn.tsx:368 #: src/view/com/util/post-ctrls/PostCtrls.tsx:248 msgid "Note about sharing" msgstr "分享注意事项" @@ -2825,7 +2918,7 @@ msgstr "分享注意事项" msgid "Note: Bluesky is an open and public network. This setting only limits the visibility of your content on the Bluesky app and website, and other apps may not respect this setting. Your content may still be shown to logged-out users by other apps and websites." msgstr "注意:Bluesky 是一个开放的公共网络。此设置项仅限制你的内容在 Bluesky 应用和网站上的可见性,其他应用可能不尊从此设置项,仍可能会向未登录的用户显示你的动态。" -#: src/Navigation.tsx:461 +#: src/Navigation.tsx:470 #: src/view/screens/Notifications.tsx:124 #: src/view/screens/Notifications.tsx:148 #: src/view/shell/bottom-bar/BottomBar.tsx:216 @@ -2851,7 +2944,8 @@ msgstr "of" msgid "Off" msgstr "显示" -#: src/view/com/util/ErrorBoundary.tsx:49 +#: src/components/dialogs/GifSelect.tsx:287 +#: src/view/com/util/ErrorBoundary.tsx:55 msgid "Oh no!" msgstr "糟糕!" @@ -2872,11 +2966,11 @@ msgstr "好的" msgid "Oldest replies first" msgstr "优先显示最旧的回复" -#: src/view/screens/Settings/index.tsx:247 +#: src/view/screens/Settings/index.tsx:236 msgid "Onboarding reset" msgstr "重新开始引导流程" -#: src/view/com/composer/Composer.tsx:392 +#: src/view/com/composer/Composer.tsx:424 msgid "One or more images is missing alt text." msgstr "至少有一张图片缺失了替代文字。" @@ -2888,11 +2982,11 @@ msgstr "只有 {0} 可以回复。" msgid "Only contains letters, numbers, and hyphens" msgstr "仅限字母、数字和连字符" -#: src/components/Lists.tsx:75 +#: src/components/Lists.tsx:78 msgid "Oops, something went wrong!" msgstr "糟糕,发生了一些错误!" -#: src/components/Lists.tsx:170 +#: src/components/Lists.tsx:177 #: src/view/screens/AppPasswords.tsx:67 #: src/view/screens/Profile.tsx:101 msgid "Oops!" @@ -2902,8 +2996,8 @@ msgstr "Oops!" msgid "Open" msgstr "开启" -#: src/view/com/composer/Composer.tsx:491 -#: src/view/com/composer/Composer.tsx:492 +#: src/view/com/composer/Composer.tsx:505 +#: src/view/com/composer/Composer.tsx:506 msgid "Open emoji picker" msgstr "开启表情符号选择器" @@ -2911,7 +3005,7 @@ msgstr "开启表情符号选择器" msgid "Open feed options menu" msgstr "开启信息流选项菜单" -#: src/view/screens/Settings/index.tsx:685 +#: src/view/screens/Settings/index.tsx:686 msgid "Open links with in-app browser" msgstr "在内置浏览器中打开链接" @@ -2927,12 +3021,12 @@ msgstr "打开导航" msgid "Open post options menu" msgstr "开启帖子选项菜单" -#: src/view/screens/Settings/index.tsx:792 -#: src/view/screens/Settings/index.tsx:802 +#: src/view/screens/Settings/index.tsx:787 +#: src/view/screens/Settings/index.tsx:797 msgid "Open storybook page" msgstr "开启 Storybook 界面" -#: src/view/screens/Settings/index.tsx:780 +#: src/view/screens/Settings/index.tsx:775 msgid "Open system log" msgstr "开启系统日志" @@ -2940,6 +3034,10 @@ msgstr "开启系统日志" msgid "Opens {numItems} options" msgstr "开启 {numItems} 个选项" +#: src/view/screens/Settings/index.tsx:485 +msgid "Opens accessibility settings" +msgstr "" + #: src/view/screens/Log.tsx:54 msgid "Opens additional details for a debug entry" msgstr "开启调试记录的额外详细信息" @@ -2948,7 +3046,7 @@ msgstr "开启调试记录的额外详细信息" msgid "Opens an expanded list of users in this notification" msgstr "展开此通知中的扩展用户列表" -#: src/view/com/composer/photos/OpenCameraBtn.tsx:78 +#: src/view/com/composer/photos/OpenCameraBtn.tsx:74 msgid "Opens camera on device" msgstr "开启设备相机" @@ -2956,15 +3054,15 @@ msgstr "开启设备相机" msgid "Opens composer" msgstr "开启编辑器" -#: src/view/screens/Settings/index.tsx:566 +#: src/view/screens/Settings/index.tsx:567 msgid "Opens configurable language settings" msgstr "开启可配置的语言设置" -#: src/view/com/composer/photos/SelectPhotoBtn.tsx:44 +#: src/view/com/composer/photos/SelectPhotoBtn.tsx:40 msgid "Opens device photo gallery" msgstr "开启设备相册" -#: src/view/screens/Settings/index.tsx:620 +#: src/view/screens/Settings/index.tsx:621 msgid "Opens external embeds settings" msgstr "开启外部嵌入设置" @@ -2978,27 +3076,31 @@ msgstr "开启流程以创建一个新的 Bluesky 账户" msgid "Opens flow to sign into your existing Bluesky account" msgstr "开启流程以登录到你现有的 Bluesky 账户" +#: src/view/com/composer/photos/SelectGifBtn.tsx:37 +msgid "Opens GIF select dialog" +msgstr "" + #: src/view/com/modals/InviteCodes.tsx:173 msgid "Opens list of invite codes" msgstr "开启邀请码列表" -#: src/view/screens/Settings/index.tsx:762 +#: src/view/screens/Settings/index.tsx:757 msgid "Opens modal for account deletion confirmation. Requires email code" msgstr "开启用户删除确认界面,需要电子邮箱接收验证码。" -#: src/view/screens/Settings/index.tsx:720 +#: src/view/screens/Settings/index.tsx:715 msgid "Opens modal for changing your Bluesky password" msgstr "开启密码修改界面" -#: src/view/screens/Settings/index.tsx:669 +#: src/view/screens/Settings/index.tsx:670 msgid "Opens modal for choosing a new Bluesky handle" msgstr "开启创建新的用户识别符界面" -#: src/view/screens/Settings/index.tsx:743 +#: src/view/screens/Settings/index.tsx:738 msgid "Opens modal for downloading your Bluesky account data (repository)" msgstr "开启你的 Bluesky 用户资料(存储库)下载页面" -#: src/view/screens/Settings/index.tsx:932 +#: src/view/screens/Settings/index.tsx:927 msgid "Opens modal for email verification" msgstr "开启电子邮箱确认界面" @@ -3006,11 +3108,11 @@ msgstr "开启电子邮箱确认界面" msgid "Opens modal for using custom domain" msgstr "开启使用自定义域名的模式" -#: src/view/screens/Settings/index.tsx:591 +#: src/view/screens/Settings/index.tsx:592 msgid "Opens moderation settings" msgstr "开启限制设置" -#: src/screens/Login/LoginForm.tsx:202 +#: src/screens/Login/LoginForm.tsx:219 msgid "Opens password reset form" msgstr "开启密码重置申请" @@ -3019,15 +3121,15 @@ msgstr "开启密码重置申请" msgid "Opens screen to edit Saved Feeds" msgstr "开启用于编辑已保存信息流的界面" -#: src/view/screens/Settings/index.tsx:548 +#: src/view/screens/Settings/index.tsx:549 msgid "Opens screen with all saved feeds" msgstr "开启包含所有已保存信息流的界面" -#: src/view/screens/Settings/index.tsx:647 +#: src/view/screens/Settings/index.tsx:648 msgid "Opens the app password settings" msgstr "开启应用专用密码设置界面" -#: src/view/screens/Settings/index.tsx:505 +#: src/view/screens/Settings/index.tsx:506 msgid "Opens the Following feed preferences" msgstr "开启关注信息流首选项" @@ -3035,16 +3137,16 @@ msgstr "开启关注信息流首选项" msgid "Opens the linked website" msgstr "开启链接的网页" -#: src/view/screens/Settings/index.tsx:793 -#: src/view/screens/Settings/index.tsx:803 +#: src/view/screens/Settings/index.tsx:788 +#: src/view/screens/Settings/index.tsx:798 msgid "Opens the storybook page" msgstr "开启 Storybook 界面" -#: src/view/screens/Settings/index.tsx:781 +#: src/view/screens/Settings/index.tsx:776 msgid "Opens the system log page" msgstr "开启系统日志界面" -#: src/view/screens/Settings/index.tsx:526 +#: src/view/screens/Settings/index.tsx:527 msgid "Opens the threads preferences" msgstr "开启讨论串首选项" @@ -3072,7 +3174,7 @@ msgstr "其他账户" msgid "Other..." msgstr "其他..." -#: src/components/Lists.tsx:184 +#: src/components/Lists.tsx:193 #: src/view/screens/NotFound.tsx:45 msgid "Page not found" msgstr "无法找到此页面" @@ -3081,7 +3183,7 @@ msgstr "无法找到此页面" msgid "Page Not Found" msgstr "无法找到此页面" -#: src/screens/Login/LoginForm.tsx:178 +#: src/screens/Login/LoginForm.tsx:195 #: src/screens/Signup/StepInfo/index.tsx:102 #: src/view/com/modals/DeleteAccount.tsx:194 #: src/view/com/modals/DeleteAccount.tsx:201 @@ -3100,16 +3202,19 @@ msgstr "密码已更新" msgid "Password updated!" msgstr "密码已更新!" -#: src/view/screens/Search/Search.tsx:447 -#: src/view/screens/Search/Search.tsx:456 +#: src/view/com/util/post-embeds/GifEmbed.tsx:31 +msgid "Pause" +msgstr "" + +#: src/view/screens/Search/Search.tsx:438 msgid "People" msgstr "人" -#: src/Navigation.tsx:164 +#: src/Navigation.tsx:165 msgid "People followed by @{0}" msgstr "@{0} 关注的人" -#: src/Navigation.tsx:157 +#: src/Navigation.tsx:158 msgid "People following @{0}" msgstr "关注 @{0} 的人" @@ -3142,10 +3247,18 @@ msgstr "固定到主页" msgid "Pinned Feeds" msgstr "固定信息流列表" +#: src/view/com/util/post-embeds/GifEmbed.tsx:31 +msgid "Play" +msgstr "" + #: src/view/com/util/post-embeds/ExternalGifEmbed.tsx:123 msgid "Play {0}" msgstr "播放 {0}" +#: src/view/com/util/post-embeds/GifEmbed.tsx:30 +msgid "Play or pause the GIF" +msgstr "" + #: src/view/com/util/post-embeds/ExternalPlayerEmbed.tsx:57 #: src/view/com/util/post-embeds/ExternalPlayerEmbed.tsx:58 msgid "Play Video" @@ -3195,11 +3308,11 @@ msgstr "请输入你的密码:" msgid "Please explain why you think this label was incorrectly applied by {0}" msgstr "请解释为什么你认为此标记是由 {0} 错误应用的" -#: src/view/com/modals/VerifyEmail.tsx:101 +#: src/view/com/modals/VerifyEmail.tsx:109 msgid "Please Verify Your Email" msgstr "请验证你的电子邮箱" -#: src/view/com/composer/Composer.tsx:222 +#: src/view/com/composer/Composer.tsx:232 msgid "Please wait for your link card to finish loading" msgstr "请等待你的链接卡片加载完毕" @@ -3211,8 +3324,8 @@ msgstr "政治" msgid "Porn" msgstr "色情内容" -#: src/view/com/composer/Composer.tsx:367 -#: src/view/com/composer/Composer.tsx:375 +#: src/view/com/composer/Composer.tsx:399 +#: src/view/com/composer/Composer.tsx:407 msgctxt "action" msgid "Post" msgstr "发布" @@ -3222,13 +3335,13 @@ msgctxt "description" msgid "Post" msgstr "发布" -#: src/view/com/post-thread/PostThreadItem.tsx:175 +#: src/view/com/post-thread/PostThreadItem.tsx:176 msgid "Post by {0}" msgstr "{0} 的帖子" -#: src/Navigation.tsx:176 -#: src/Navigation.tsx:183 -#: src/Navigation.tsx:190 +#: src/Navigation.tsx:177 +#: src/Navigation.tsx:184 +#: src/Navigation.tsx:191 msgid "Post by @{0}" msgstr "@{0} 的帖子" @@ -3267,8 +3380,7 @@ msgstr "无法找到帖子" msgid "posts" msgstr "帖子" -#: src/view/screens/Profile.tsx:195 -#: src/view/screens/Search/Search.tsx:467 +#: src/view/screens/Profile.tsx:194 msgid "Posts" msgstr "帖子" @@ -3288,8 +3400,8 @@ msgstr "潜在误导性链接" msgid "Press to change hosting provider" msgstr "点击以变更托管提供商" -#: src/components/Error.tsx:74 -#: src/components/Lists.tsx:80 +#: src/components/Error.tsx:83 +#: src/components/Lists.tsx:83 #: src/screens/Signup/index.tsx:187 msgid "Press to retry" msgstr "点按重试" @@ -3306,15 +3418,15 @@ msgstr "首选语言" msgid "Prioritize Your Follows" msgstr "优先显示关注者" -#: src/view/screens/Settings/index.tsx:603 +#: src/view/screens/Settings/index.tsx:604 #: src/view/shell/desktop/RightNav.tsx:72 msgid "Privacy" msgstr "隐私" -#: src/Navigation.tsx:231 +#: src/Navigation.tsx:232 #: src/screens/Signup/StepInfo/Policies.tsx:56 #: src/view/screens/PrivacyPolicy.tsx:29 -#: src/view/screens/Settings/index.tsx:887 +#: src/view/screens/Settings/index.tsx:882 #: src/view/shell/Drawer.tsx:271 msgid "Privacy Policy" msgstr "隐私政策" @@ -3324,7 +3436,7 @@ msgid "Processing..." msgstr "处理中..." #: src/view/screens/DebugMod.tsx:888 -#: src/view/screens/Profile.tsx:361 +#: src/view/screens/Profile.tsx:346 msgid "profile" msgstr "个人资料" @@ -3340,7 +3452,7 @@ msgstr "个人资料" msgid "Profile updated" msgstr "个人资料已更新" -#: src/view/screens/Settings/index.tsx:945 +#: src/view/screens/Settings/index.tsx:940 msgid "Protect your account by verifying your email." msgstr "通过验证电子邮箱来保护你的账户。" @@ -3356,11 +3468,11 @@ msgstr "公开且可共享的批量隐藏或屏蔽列表。" msgid "Public, shareable lists which can drive feeds." msgstr "公开且可共享的列表,可作为信息流使用。" -#: src/view/com/composer/Composer.tsx:352 +#: src/view/com/composer/Composer.tsx:384 msgid "Publish post" msgstr "发布帖子" -#: src/view/com/composer/Composer.tsx:352 +#: src/view/com/composer/Composer.tsx:384 msgid "Publish reply" msgstr "发布回复" @@ -3386,7 +3498,7 @@ msgstr "随机显示 (手气不错)" msgid "Ratios" msgstr "比率" -#: src/view/screens/Search/Search.tsx:924 +#: src/view/screens/Search/Search.tsx:855 msgid "Recent Searches" msgstr "最近的搜索" @@ -3442,7 +3554,7 @@ msgstr "从自定义信息流中删除?" msgid "Remove image" msgstr "删除图片" -#: src/view/com/composer/ExternalEmbed.tsx:70 +#: src/view/com/composer/ExternalEmbed.tsx:82 msgid "Remove image preview" msgstr "删除图片预览" @@ -3471,11 +3583,11 @@ msgstr "从自定义信息流中删除" msgid "Removed from your feeds" msgstr "从你的自定义信息流中删除" -#: src/view/com/composer/ExternalEmbed.tsx:71 +#: src/view/com/composer/ExternalEmbed.tsx:83 msgid "Removes default thumbnail from {0}" msgstr "从 {0} 中删除默认缩略图" -#: src/view/screens/Profile.tsx:196 +#: src/view/screens/Profile.tsx:195 msgid "Replies" msgstr "回复" @@ -3483,7 +3595,7 @@ msgstr "回复" msgid "Replies to this thread are disabled" msgstr "对此讨论串的回复已被禁用" -#: src/view/com/composer/Composer.tsx:365 +#: src/view/com/composer/Composer.tsx:397 msgctxt "action" msgid "Reply" msgstr "回复" @@ -3494,9 +3606,15 @@ msgstr "回复过滤器" #: src/view/com/post/Post.tsx:177 #: src/view/com/posts/FeedItem.tsx:285 +#~ msgctxt "description" +#~ msgid "Reply to <0/>" +#~ msgstr "回复 <0/>" + +#: src/view/com/post/Post.tsx:178 +#: src/view/com/posts/FeedItem.tsx:285 msgctxt "description" -msgid "Reply to <0/>" -msgstr "回复 <0/>" +msgid "Reply to <0><1/>" +msgstr "" #: src/view/com/profile/ProfileMenu.tsx:319 #: src/view/com/profile/ProfileMenu.tsx:322 @@ -3516,8 +3634,8 @@ msgstr "举报信息流" msgid "Report List" msgstr "举报列表" -#: src/view/com/util/forms/PostDropdownBtn.tsx:312 -#: src/view/com/util/forms/PostDropdownBtn.tsx:314 +#: src/view/com/util/forms/PostDropdownBtn.tsx:316 +#: src/view/com/util/forms/PostDropdownBtn.tsx:318 msgid "Report post" msgstr "举报帖子" @@ -3574,7 +3692,7 @@ msgstr "由 <0><1/> 转发" msgid "reposted your post" msgstr "转发你的帖子" -#: src/view/com/post-thread/PostThreadItem.tsx:187 +#: src/view/com/post-thread/PostThreadItem.tsx:188 msgid "Reposts of this post" msgstr "转发这条帖子" @@ -3588,14 +3706,23 @@ msgstr "请求变更" msgid "Request Code" msgstr "确认码" -#: src/view/screens/Settings/index.tsx:426 +#: src/view/screens/AccessibilitySettings.tsx:82 msgid "Require alt text before posting" msgstr "发布时检查媒体是否存在替代文本" +#: src/view/screens/Settings/Email2FAToggle.tsx:53 +msgid "Require email code to log into your account" +msgstr "" + #: src/screens/Signup/StepInfo/index.tsx:69 msgid "Required for this provider" msgstr "服务提供者要求" +#: src/view/screens/Settings/DisableEmail2FADialog.tsx:168 +#: src/view/screens/Settings/DisableEmail2FADialog.tsx:171 +msgid "Resend email" +msgstr "" + #: src/view/com/modals/ChangePassword.tsx:185 msgid "Reset code" msgstr "确认码" @@ -3604,8 +3731,8 @@ msgstr "确认码" msgid "Reset Code" msgstr "确认码" -#: src/view/screens/Settings/index.tsx:822 -#: src/view/screens/Settings/index.tsx:825 +#: src/view/screens/Settings/index.tsx:817 +#: src/view/screens/Settings/index.tsx:820 msgid "Reset onboarding state" msgstr "重置引导流程状态" @@ -3613,20 +3740,20 @@ msgstr "重置引导流程状态" msgid "Reset password" msgstr "重置密码" -#: src/view/screens/Settings/index.tsx:812 -#: src/view/screens/Settings/index.tsx:815 +#: src/view/screens/Settings/index.tsx:807 +#: src/view/screens/Settings/index.tsx:810 msgid "Reset preferences state" msgstr "重置首选项状态" -#: src/view/screens/Settings/index.tsx:823 +#: src/view/screens/Settings/index.tsx:818 msgid "Resets the onboarding state" msgstr "重置引导流程状态" -#: src/view/screens/Settings/index.tsx:813 +#: src/view/screens/Settings/index.tsx:808 msgid "Resets the preferences state" msgstr "重置首选项状态" -#: src/screens/Login/LoginForm.tsx:235 +#: src/screens/Login/LoginForm.tsx:283 msgid "Retries login" msgstr "重试登录" @@ -3635,10 +3762,10 @@ msgstr "重试登录" msgid "Retries the last action, which errored out" msgstr "重试上次出错的操作" -#: src/components/Error.tsx:79 -#: src/components/Lists.tsx:91 -#: src/screens/Login/LoginForm.tsx:234 -#: src/screens/Login/LoginForm.tsx:241 +#: src/components/Error.tsx:88 +#: src/components/Lists.tsx:94 +#: src/screens/Login/LoginForm.tsx:282 +#: src/screens/Login/LoginForm.tsx:289 #: src/screens/Onboarding/StepInterests/index.tsx:225 #: src/screens/Onboarding/StepInterests/index.tsx:228 #: src/screens/Signup/index.tsx:194 @@ -3647,7 +3774,7 @@ msgstr "重试上次出错的操作" msgid "Retry" msgstr "重试" -#: src/components/Error.tsx:86 +#: src/components/Error.tsx:95 #: src/view/screens/ProfileList.tsx:919 msgid "Return to previous page" msgstr "回到上一页" @@ -3731,14 +3858,14 @@ msgstr "科学" msgid "Scroll to top" msgstr "滚动到顶部" -#: src/Navigation.tsx:451 +#: src/Navigation.tsx:460 #: 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:568 -#: src/view/screens/Search/Search.tsx:817 -#: src/view/screens/Search/Search.tsx:835 +#: src/view/screens/Search/Search.tsx:503 +#: src/view/screens/Search/Search.tsx:748 +#: src/view/screens/Search/Search.tsx:766 #: src/view/shell/bottom-bar/BottomBar.tsx:170 #: src/view/shell/desktop/LeftNav.tsx:328 #: src/view/shell/desktop/Search.tsx:215 @@ -3748,7 +3875,7 @@ msgstr "滚动到顶部" msgid "Search" msgstr "搜索" -#: src/view/screens/Search/Search.tsx:884 +#: src/view/screens/Search/Search.tsx:815 #: src/view/shell/desktop/Search.tsx:256 msgid "Search for \"{query}\"" msgstr "搜索 \"{query}\"" @@ -3767,6 +3894,14 @@ msgstr "搜索所有带有 {displayTag} 的帖子" msgid "Search for users" msgstr "搜索用户" +#: src/components/dialogs/GifSelect.tsx:158 +msgid "Search GIFs" +msgstr "" + +#: src/components/dialogs/GifSelect.tsx:159 +msgid "Search Tenor" +msgstr "" + #: src/view/com/modals/ChangeEmail.tsx:110 msgid "Security Step Required" msgstr "所需的安全步骤" @@ -3808,6 +3943,14 @@ msgstr "选择账户" msgid "Select from an existing account" msgstr "从现有账户中选择" +#: src/view/com/composer/photos/SelectGifBtn.tsx:36 +msgid "Select GIF" +msgstr "" + +#: src/components/dialogs/GifSelect.tsx:253 +msgid "Select GIF \"{0}\"" +msgstr "" + #: src/view/screens/LanguageSettings.tsx:299 msgid "Select languages" msgstr "选择语言" @@ -3868,8 +4011,8 @@ msgstr "选择你的信息流主要算法" msgid "Select your secondary algorithmic feeds" msgstr "选择你的信息流次要算法" -#: src/view/com/modals/VerifyEmail.tsx:202 -#: src/view/com/modals/VerifyEmail.tsx:204 +#: src/view/com/modals/VerifyEmail.tsx:210 +#: src/view/com/modals/VerifyEmail.tsx:212 msgid "Send Confirmation Email" msgstr "发送确认电子邮件" @@ -3896,6 +4039,11 @@ msgstr "提交举报" msgid "Send report to {0}" msgstr "给 {0} 提交举报" +#: src/view/screens/Settings/DisableEmail2FADialog.tsx:119 +#: src/view/screens/Settings/DisableEmail2FADialog.tsx:122 +msgid "Send verification email" +msgstr "" + #: src/view/com/modals/DeleteAccount.tsx:132 msgid "Sends email with confirmation code for account deletion" msgstr "发送包含账户删除验证码的电子邮件" @@ -3940,23 +4088,23 @@ msgstr "设置你的账户" msgid "Sets Bluesky username" msgstr "设置 Bluesky 用户名" -#: src/view/screens/Settings/index.tsx:458 +#: src/view/screens/Settings/index.tsx:436 msgid "Sets color theme to dark" msgstr "设置主题为深色模式" -#: src/view/screens/Settings/index.tsx:451 +#: src/view/screens/Settings/index.tsx:429 msgid "Sets color theme to light" msgstr "设置主题为亮色模式" -#: src/view/screens/Settings/index.tsx:445 +#: src/view/screens/Settings/index.tsx:423 msgid "Sets color theme to system setting" msgstr "设置主题跟随系统设置" -#: src/view/screens/Settings/index.tsx:484 +#: src/view/screens/Settings/index.tsx:462 msgid "Sets dark theme to the dark theme" msgstr "设置深色模式至深黑" -#: src/view/screens/Settings/index.tsx:477 +#: src/view/screens/Settings/index.tsx:455 msgid "Sets dark theme to the dim theme" msgstr "设置深色模式至暗淡" @@ -3976,8 +4124,8 @@ msgstr "将图片纵横比设置为高" msgid "Sets image aspect ratio to wide" msgstr "将图片纵横比设置为宽" -#: src/Navigation.tsx:139 -#: src/view/screens/Settings/index.tsx:316 +#: src/Navigation.tsx:140 +#: src/view/screens/Settings/index.tsx:309 #: src/view/shell/desktop/LeftNav.tsx:437 #: src/view/shell/Drawer.tsx:576 #: src/view/shell/Drawer.tsx:577 @@ -3999,15 +4147,15 @@ msgstr "分享" #: src/view/com/profile/ProfileMenu.tsx:215 #: src/view/com/profile/ProfileMenu.tsx:224 -#: src/view/com/util/forms/PostDropdownBtn.tsx:236 -#: src/view/com/util/forms/PostDropdownBtn.tsx:245 +#: src/view/com/util/forms/PostDropdownBtn.tsx:240 +#: src/view/com/util/forms/PostDropdownBtn.tsx:249 #: src/view/com/util/post-ctrls/PostCtrls.tsx:237 #: src/view/screens/ProfileList.tsx:390 msgid "Share" msgstr "分享" #: src/view/com/profile/ProfileMenu.tsx:373 -#: src/view/com/util/forms/PostDropdownBtn.tsx:369 +#: src/view/com/util/forms/PostDropdownBtn.tsx:373 #: src/view/com/util/post-ctrls/PostCtrls.tsx:253 msgid "Share anyway" msgstr "仍然分享" @@ -4030,7 +4178,7 @@ msgstr "分享链接的网站" #: src/components/moderation/LabelPreference.tsx:136 #: src/components/moderation/PostHider.tsx:107 #: src/screens/Onboarding/StepModeration/ModerationOption.tsx:54 -#: src/view/screens/Settings/index.tsx:366 +#: src/view/screens/Settings/index.tsx:359 msgid "Show" msgstr "显示" @@ -4052,13 +4200,13 @@ msgstr "显示徽章" msgid "Show badge and filter from feeds" msgstr "显示徽章并从信息流中过滤" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:200 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:198 msgid "Show follows similar to {0}" msgstr "显示类似于 {0} 的关注者" -#: src/view/com/post-thread/PostThreadItem.tsx:501 -#: src/view/com/post/Post.tsx:212 -#: src/view/com/posts/FeedItem.tsx:360 +#: src/view/com/post-thread/PostThreadItem.tsx:507 +#: src/view/com/post/Post.tsx:215 +#: src/view/com/posts/FeedItem.tsx:362 msgid "Show More" msgstr "显示更多" @@ -4135,7 +4283,7 @@ msgstr "在你的信息流中显示来自 {0} 的帖子" #: src/components/dialogs/Signin.tsx:99 #: src/screens/Login/index.tsx:100 #: src/screens/Login/index.tsx:119 -#: src/screens/Login/LoginForm.tsx:131 +#: src/screens/Login/LoginForm.tsx:148 #: src/view/com/auth/SplashScreen.tsx:63 #: src/view/com/auth/SplashScreen.tsx:72 #: src/view/com/auth/SplashScreen.web.tsx:107 @@ -4146,9 +4294,9 @@ msgstr "在你的信息流中显示来自 {0} 的帖子" #: src/view/shell/bottom-bar/BottomBarWeb.tsx:178 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:179 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:181 -#: src/view/shell/NavSignupCard.tsx:63 -#: src/view/shell/NavSignupCard.tsx:64 -#: src/view/shell/NavSignupCard.tsx:66 +#: src/view/shell/NavSignupCard.tsx:69 +#: src/view/shell/NavSignupCard.tsx:70 +#: src/view/shell/NavSignupCard.tsx:72 msgid "Sign in" msgstr "登录" @@ -4168,8 +4316,8 @@ msgstr "登录或创建你的帐户以加入对话!" msgid "Sign into Bluesky or create a new account" msgstr "登录 Bluesky 或创建新帐户" -#: src/view/screens/Settings/index.tsx:118 -#: src/view/screens/Settings/index.tsx:121 +#: src/view/screens/Settings/index.tsx:111 +#: src/view/screens/Settings/index.tsx:114 msgid "Sign out" msgstr "登出" @@ -4179,9 +4327,9 @@ msgstr "登出" #: src/view/shell/bottom-bar/BottomBarWeb.tsx:168 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:169 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:171 -#: src/view/shell/NavSignupCard.tsx:54 -#: src/view/shell/NavSignupCard.tsx:55 -#: src/view/shell/NavSignupCard.tsx:57 +#: src/view/shell/NavSignupCard.tsx:60 +#: src/view/shell/NavSignupCard.tsx:61 +#: src/view/shell/NavSignupCard.tsx:63 msgid "Sign up" msgstr "注册" @@ -4194,7 +4342,7 @@ msgstr "注册或登录以加入对话" msgid "Sign-in Required" msgstr "需要登录" -#: src/view/screens/Settings/index.tsx:377 +#: src/view/screens/Settings/index.tsx:370 msgid "Signed in as" msgstr "登录身份" @@ -4254,7 +4402,7 @@ msgstr "运动" msgid "Square" msgstr "方块" -#: src/view/screens/Settings/index.tsx:867 +#: src/view/screens/Settings/index.tsx:862 msgid "Status page" msgstr "状态页" @@ -4262,12 +4410,12 @@ msgstr "状态页" msgid "Step" msgstr "Step" -#: src/view/screens/Settings/index.tsx:295 +#: src/view/screens/Settings/index.tsx:288 msgid "Storage cleared, you need to restart the app now." msgstr "已清除存储,请立即重启应用。" -#: src/Navigation.tsx:211 -#: src/view/screens/Settings/index.tsx:795 +#: src/Navigation.tsx:212 +#: src/view/screens/Settings/index.tsx:790 msgid "Storybook" msgstr "Storybook" @@ -4301,7 +4449,7 @@ msgstr "订阅这个标记者" msgid "Subscribe to this list" msgstr "订阅这个列表" -#: src/view/screens/Search/Search.tsx:523 +#: src/view/screens/Search/Search.tsx:476 msgid "Suggested Follows" msgstr "推荐的关注者" @@ -4313,30 +4461,30 @@ msgstr "为你推荐" msgid "Suggestive" msgstr "建议" -#: src/Navigation.tsx:226 +#: src/Navigation.tsx:227 #: src/view/screens/Support.tsx:30 #: src/view/screens/Support.tsx:33 msgid "Support" msgstr "支持" -#: src/components/dialogs/SwitchAccount.tsx:46 -#: src/components/dialogs/SwitchAccount.tsx:49 +#: src/components/dialogs/SwitchAccount.tsx:47 +#: src/components/dialogs/SwitchAccount.tsx:50 msgid "Switch Account" msgstr "切换账户" -#: src/view/screens/Settings/index.tsx:150 +#: src/view/screens/Settings/index.tsx:143 msgid "Switch to {0}" msgstr "切换到 {0}" -#: src/view/screens/Settings/index.tsx:151 +#: src/view/screens/Settings/index.tsx:144 msgid "Switches the account you are logged in to" msgstr "切换你登录的账户" -#: src/view/screens/Settings/index.tsx:442 +#: src/view/screens/Settings/index.tsx:420 msgid "System" msgstr "系统" -#: src/view/screens/Settings/index.tsx:783 +#: src/view/screens/Settings/index.tsx:778 msgid "System log" msgstr "系统日志" @@ -4364,9 +4512,9 @@ msgstr "科技" msgid "Terms" msgstr "条款" -#: src/Navigation.tsx:236 +#: src/Navigation.tsx:237 #: src/screens/Signup/StepInfo/Policies.tsx:49 -#: src/view/screens/Settings/index.tsx:881 +#: src/view/screens/Settings/index.tsx:876 #: src/view/screens/TermsOfService.tsx:29 #: src/view/shell/Drawer.tsx:265 msgid "Terms of Service" @@ -4398,7 +4546,7 @@ msgstr "其中包含以下内容:" msgid "That handle is already taken." msgstr "该用户识别符已被占用" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:282 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:280 #: src/view/com/profile/ProfileMenu.tsx:349 msgid "The account will be able to interact with you after unblocking." msgstr "解除屏蔽后,该账户将能够与你互动。" @@ -4461,6 +4609,10 @@ msgstr "删除信息流时出现问题,请检查你的互联网连接并重试 msgid "There was an an issue updating your feeds, please check your internet connection and try again." msgstr "更新信息流时出现问题,请检查你的互联网连接并重试。" +#: src/components/dialogs/GifSelect.tsx:201 +msgid "There was an issue connecting to Tenor." +msgstr "" + #: src/view/screens/ProfileFeed.tsx:247 #: src/view/screens/ProfileList.tsx:277 #: src/view/screens/SavedFeeds.tsx:211 @@ -4505,9 +4657,9 @@ msgstr "与服务器同步首选项时出现问题" msgid "There was an issue with fetching your app passwords" msgstr "获取应用专用密码时出现问题" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:105 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:127 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:141 +#: 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:106 @@ -4526,7 +4678,8 @@ msgstr "出现问题了!{0}" msgid "There was an issue. Please check your internet connection and try again." msgstr "出现问题了,请检查你的互联网连接并重试。" -#: src/view/com/util/ErrorBoundary.tsx:51 +#: src/components/dialogs/GifSelect.tsx:289 +#: 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 "应用发生意外错误,请联系我们进行错误反馈!" @@ -4593,7 +4746,7 @@ msgstr "该信息流为空!你或许需要先关注更多的人或检查你的 msgid "This information is not shared with other users." msgstr "此信息不会分享给其他用户。" -#: src/view/com/modals/VerifyEmail.tsx:119 +#: src/view/com/modals/VerifyEmail.tsx:127 msgid "This is important in case you ever need to change your email or reset your password." msgstr "这很重要,以防你将来需要更改电子邮箱或重置密码。" @@ -4621,16 +4774,16 @@ msgstr "此限制提供服务不可用,请查看下方获取更多详情。如 msgid "This name is already in use" msgstr "该名称已被使用" -#: src/view/com/post-thread/PostThreadItem.tsx:125 +#: src/view/com/post-thread/PostThreadItem.tsx:126 msgid "This post has been deleted." msgstr "此帖子已被删除。" -#: src/view/com/util/forms/PostDropdownBtn.tsx:366 +#: src/view/com/util/forms/PostDropdownBtn.tsx:370 #: src/view/com/util/post-ctrls/PostCtrls.tsx:250 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:348 +#: src/view/com/util/forms/PostDropdownBtn.tsx:352 msgid "This post will be hidden from feeds." msgstr "此帖子将从信息流中隐藏。" @@ -4679,12 +4832,12 @@ msgstr "此警告仅适用于附带媒体的帖子。" msgid "This will delete {0} from your muted words. You can always add it back later." msgstr "这将从你的隐藏词汇中删除 {0}。你随时可以重新添加。" -#: src/view/screens/Settings/index.tsx:525 +#: src/view/screens/Settings/index.tsx:526 msgid "Thread preferences" msgstr "讨论串首选项" #: src/view/screens/PreferencesThreads.tsx:53 -#: src/view/screens/Settings/index.tsx:535 +#: src/view/screens/Settings/index.tsx:536 msgid "Thread Preferences" msgstr "讨论串首选项" @@ -4692,10 +4845,14 @@ msgstr "讨论串首选项" msgid "Threaded Mode" msgstr "讨论串模式" -#: src/Navigation.tsx:269 +#: src/Navigation.tsx:270 msgid "Threads Preferences" msgstr "讨论串首选项" +#: src/view/screens/Settings/DisableEmail2FADialog.tsx:102 +msgid "To disable the email 2FA method, please verify your access to the email address." +msgstr "" + #: src/components/ReportDialog/SelectLabelerView.tsx:33 msgid "To whom would you like to send this report?" msgstr "你想将举报提交给谁?" @@ -4712,7 +4869,8 @@ msgstr "切换下拉式菜单" msgid "Toggle to enable or disable adult content" msgstr "切换以启用或禁用成人内容" -#: src/view/screens/Search/Search.tsx:427 +#: src/screens/Hashtag.tsx:88 +#: src/view/screens/Search/Search.tsx:418 msgid "Top" msgstr "最热门" @@ -4720,10 +4878,10 @@ msgstr "最热门" msgid "Transformations" msgstr "转换" -#: src/view/com/post-thread/PostThreadItem.tsx:638 -#: src/view/com/post-thread/PostThreadItem.tsx:640 -#: src/view/com/util/forms/PostDropdownBtn.tsx:220 +#: src/view/com/post-thread/PostThreadItem.tsx:644 +#: src/view/com/post-thread/PostThreadItem.tsx:646 #: src/view/com/util/forms/PostDropdownBtn.tsx:222 +#: src/view/com/util/forms/PostDropdownBtn.tsx:224 msgid "Translate" msgstr "翻译" @@ -4732,6 +4890,10 @@ msgctxt "action" msgid "Try again" msgstr "重试" +#: src/view/screens/Settings/index.tsx:695 +msgid "Two-factor authentication" +msgstr "" + #: src/view/com/modals/ChangeHandle.tsx:428 msgid "Type:" msgstr "类型:" @@ -4746,21 +4908,21 @@ msgstr "取消隐藏列表" #: src/screens/Login/ForgotPasswordForm.tsx:74 #: src/screens/Login/index.tsx:78 -#: src/screens/Login/LoginForm.tsx:119 +#: src/screens/Login/LoginForm.tsx:136 #: src/screens/Login/SetNewPasswordForm.tsx:77 #: src/screens/Signup/index.tsx:64 #: src/view/com/modals/ChangePassword.tsx:70 msgid "Unable to contact your service. Please check your Internet connection." msgstr "无法连接到服务,请检查互联网连接。" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:181 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:286 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:179 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:284 #: src/view/com/profile/ProfileMenu.tsx:361 #: src/view/screens/ProfileList.tsx:574 msgid "Unblock" msgstr "取消屏蔽" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:186 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:184 msgctxt "action" msgid "Unblock" msgstr "取消屏蔽" @@ -4770,7 +4932,7 @@ msgstr "取消屏蔽" msgid "Unblock Account" msgstr "取消屏蔽账户" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:280 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:278 #: src/view/com/profile/ProfileMenu.tsx:343 msgid "Unblock Account?" msgstr "取消屏蔽账户?" @@ -4792,7 +4954,7 @@ msgctxt "action" msgid "Unfollow" msgstr "取消关注" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:220 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:218 msgid "Unfollow {0}" msgstr "取消关注 {0}" @@ -4827,8 +4989,8 @@ msgstr "取消隐藏账户" msgid "Unmute all {displayTag} posts" msgstr "取消隐藏所有 {displayTag} 帖子" -#: src/view/com/util/forms/PostDropdownBtn.tsx:269 -#: src/view/com/util/forms/PostDropdownBtn.tsx:274 +#: src/view/com/util/forms/PostDropdownBtn.tsx:273 +#: src/view/com/util/forms/PostDropdownBtn.tsx:278 msgid "Unmute thread" msgstr "取消隐藏讨论串" @@ -4978,13 +5140,11 @@ msgstr "用户列表已更新" msgid "User Lists" msgstr "用户列表" -#: src/screens/Login/LoginForm.tsx:151 +#: src/screens/Login/LoginForm.tsx:168 msgid "Username or email address" msgstr "用户名或电子邮箱" #: src/view/screens/ProfileList.tsx:813 -#: src/view/screens/Search/Search.tsx:473 -#: src/view/screens/Search/Search.tsx:482 msgid "Users" msgstr "用户" @@ -5008,15 +5168,15 @@ msgstr "值:" msgid "Verify {0}" msgstr "验证 {0}" -#: src/view/screens/Settings/index.tsx:906 +#: src/view/screens/Settings/index.tsx:901 msgid "Verify email" msgstr "验证邮箱" -#: src/view/screens/Settings/index.tsx:931 +#: src/view/screens/Settings/index.tsx:926 msgid "Verify my email" msgstr "验证我的邮箱" -#: src/view/screens/Settings/index.tsx:940 +#: src/view/screens/Settings/index.tsx:935 msgid "Verify My Email" msgstr "验证我的邮箱" @@ -5025,11 +5185,11 @@ msgstr "验证我的邮箱" msgid "Verify New Email" msgstr "验证新的邮箱" -#: src/view/com/modals/VerifyEmail.tsx:103 +#: src/view/com/modals/VerifyEmail.tsx:111 msgid "Verify Your Email" msgstr "验证你的邮箱" -#: src/view/screens/Settings/index.tsx:857 +#: src/view/screens/Settings/index.tsx:852 msgid "Version {0}" msgstr "版本 {0}" @@ -5061,8 +5221,8 @@ msgstr "查看整个讨论串" msgid "View information about these labels" msgstr "查看此标记的详情" -#: src/components/ProfileHoverCard/index.web.tsx:264 -#: src/components/ProfileHoverCard/index.web.tsx:293 +#: src/components/ProfileHoverCard/index.web.tsx:379 +#: src/components/ProfileHoverCard/index.web.tsx:408 #: src/view/com/posts/FeedErrorMessage.tsx:166 msgid "View profile" msgstr "查看个人资料" @@ -5099,7 +5259,7 @@ msgstr "警告内容" msgid "Warn content and filter from feeds" msgstr "警告内容并从信息流中过滤" -#: src/screens/Hashtag.tsx:133 +#: src/screens/Hashtag.tsx:210 msgid "We couldn't find any results for that hashtag." msgstr "找不到任何与该标签相关的结果。" @@ -5155,11 +5315,11 @@ msgstr "很抱歉,我们无法解析此列表。如果问题持续发生,请 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:322 +#: src/view/screens/Search/Search.tsx:323 msgid "We're sorry, but your search could not be completed. Please try again in a few minutes." msgstr "很抱歉,无法完成你的搜索。请稍后再试。" -#: src/components/Lists.tsx:188 +#: src/components/Lists.tsx:197 #: src/view/screens/NotFound.tsx:48 msgid "We're sorry! We can't find the page you were looking for." msgstr "很抱歉!我们找不到你正在寻找的页面。" @@ -5178,7 +5338,7 @@ msgstr "你感兴趣的是什么?" #: src/view/com/auth/SplashScreen.tsx:40 #: src/view/com/auth/SplashScreen.web.tsx:81 -#: src/view/com/composer/Composer.tsx:296 +#: src/view/com/composer/Composer.tsx:306 msgid "What's up?" msgstr "发生了什么新鲜事?" @@ -5219,11 +5379,11 @@ msgstr "为什么应该审核此用户?" msgid "Wide" msgstr "宽" -#: src/view/com/composer/Composer.tsx:436 +#: src/view/com/composer/Composer.tsx:467 msgid "Write post" msgstr "撰写帖子" -#: src/view/com/composer/Composer.tsx:295 +#: src/view/com/composer/Composer.tsx:305 #: src/view/com/composer/Prompt.tsx:37 msgid "Write your reply" msgstr "撰写你的回复" @@ -5327,7 +5487,7 @@ msgstr "你没有订阅信息流。" msgid "You have no lists." msgstr "你没有列表。" -#: src/view/screens/ModerationBlockedAccounts.tsx:138 +#: src/view/screens/ModerationBlockedAccounts.tsx:137 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 "你还没有屏蔽任何账户。要屏蔽账户,请转到其个人资料并在其账户上的菜单中选择 \"屏蔽账户\"。" @@ -5428,7 +5588,7 @@ msgstr "你的电子邮箱似乎无效。" msgid "Your email has been updated but not verified. As a next step, please verify your new email." msgstr "你的电子邮箱已更新但尚未验证。作为下一步,请验证你的新电子邮件。" -#: src/view/com/modals/VerifyEmail.tsx:114 +#: src/view/com/modals/VerifyEmail.tsx:122 msgid "Your email has not yet been verified. This is an important security step which we recommend." msgstr "你的电子邮箱尚未验证。这是一个重要的安全步骤,我们建议你完成验证。" @@ -5452,7 +5612,7 @@ msgstr "你的隐藏词汇" msgid "Your password has been changed successfully!" msgstr "你的密码已成功更改!" -#: src/view/com/composer/Composer.tsx:284 +#: src/view/com/composer/Composer.tsx:294 msgid "Your post has been published" msgstr "你的帖子已发布" @@ -5462,11 +5622,11 @@ msgstr "你的帖子已发布" msgid "Your posts, likes, and blocks are public. Mutes are private." msgstr "你的帖子、喜欢和屏蔽是公开可见的,而隐藏不可见。" -#: src/view/screens/Settings/index.tsx:136 +#: src/view/screens/Settings/index.tsx:129 msgid "Your profile" msgstr "你的个人资料" -#: src/view/com/composer/Composer.tsx:283 +#: src/view/com/composer/Composer.tsx:293 msgid "Your reply has been published" msgstr "你的回复已发布" diff --git a/src/locale/locales/zh-TW/messages.po b/src/locale/locales/zh-TW/messages.po index 56186b55..6a3f4fbb 100644 --- a/src/locale/locales/zh-TW/messages.po +++ b/src/locale/locales/zh-TW/messages.po @@ -13,11 +13,11 @@ msgstr "" "Language-Team: Frudrax Cheng, Kuwa Lee, noeFly, snowleo208, Kisaragi Hiu, Yi-Jyun Pan, toto6038, cirx1e\n" "Plural-Forms: \n" -#: src/view/com/modals/VerifyEmail.tsx:142 +#: src/view/com/modals/VerifyEmail.tsx:150 msgid "(no email)" msgstr "(沒有郵件)" -#: src/components/ProfileHoverCard/index.web.tsx:323 +#: src/components/ProfileHoverCard/index.web.tsx:438 #: src/screens/Profile/Header/Metrics.tsx:44 msgid "{following} following" msgstr "{following} 個跟隨中" @@ -34,11 +34,11 @@ msgstr "<0/> 個成員" msgid "<0>{0} following" msgstr "<0>{0} 個跟隨中" -#: src/components/ProfileHoverCard/index.web.tsx:314 +#: src/components/ProfileHoverCard/index.web.tsx:429 msgid "<0>{followers} <1>{pluralizedFollowers}" msgstr "<0>{followers} <1>{pluralizedFollowers}" -#: src/components/ProfileHoverCard/index.web.tsx:326 +#: src/components/ProfileHoverCard/index.web.tsx:441 #: src/screens/Profile/Header/Metrics.tsx:45 msgid "<0>{following} <1>following" msgstr "<0>{following} <1>個跟隨中" @@ -59,8 +59,12 @@ msgstr "<0>歡迎來到<1>Bluesky" msgid "⚠Invalid Handle" msgstr "⚠無效的帳號代碼" -#: src/view/com/util/ViewHeader.tsx:89 -#: src/view/screens/Search/Search.tsx:796 +#: src/screens/Login/LoginForm.tsx:238 +msgid "2FA Confirmation" +msgstr "" + +#: src/view/com/util/ViewHeader.tsx:91 +#: src/view/screens/Search/Search.tsx:727 msgid "Access navigation links and settings" msgstr "存取導覽連結和設定" @@ -69,17 +73,26 @@ msgid "Access profile and other navigation links" msgstr "存取個人資料和其他導覽連結" #: src/view/com/modals/EditImage.tsx:300 -#: src/view/screens/Settings/index.tsx:421 +#: src/view/screens/Settings/index.tsx:493 msgid "Accessibility" msgstr "協助工具" +#: src/view/screens/Settings/index.tsx:484 +msgid "Accessibility settings" +msgstr "" + +#: src/Navigation.tsx:284 +#: src/view/screens/AccessibilitySettings.tsx:63 +msgid "Accessibility Settings" +msgstr "" + #: src/components/moderation/LabelsOnMe.tsx:42 msgid "account" msgstr "帳號" -#: src/screens/Login/LoginForm.tsx:144 -#: src/view/screens/Settings/index.tsx:330 -#: src/view/screens/Settings/index.tsx:707 +#: src/screens/Login/LoginForm.tsx:161 +#: src/view/screens/Settings/index.tsx:323 +#: src/view/screens/Settings/index.tsx:702 msgid "Account" msgstr "帳號" @@ -112,7 +125,7 @@ msgstr "帳號選項" msgid "Account removed from quick access" msgstr "已從快速存取中移除帳號" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:137 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:135 #: src/view/com/profile/ProfileMenu.tsx:128 msgid "Account unblocked" msgstr "已取消封鎖帳號" @@ -141,9 +154,9 @@ msgstr "新增內容警告" msgid "Add a user to this list" msgstr "將使用者新增至此列表" -#: src/components/dialogs/SwitchAccount.tsx:55 -#: src/view/screens/Settings/index.tsx:405 -#: src/view/screens/Settings/index.tsx:414 +#: src/components/dialogs/SwitchAccount.tsx:56 +#: src/view/screens/Settings/index.tsx:398 +#: src/view/screens/Settings/index.tsx:407 msgid "Add account" msgstr "新增帳號" @@ -160,12 +173,12 @@ msgid "Add App Password" msgstr "新增應用程式專用密碼" #: src/view/com/composer/Composer.tsx:467 -msgid "Add link card" -msgstr "新增連結卡片" +#~ msgid "Add link card" +#~ msgstr "新增連結卡片" #: src/view/com/composer/Composer.tsx:472 -msgid "Add link card:" -msgstr "新增連結卡片:" +#~ msgid "Add link card:" +#~ msgstr "新增連結卡片:" #: src/components/dialogs/MutedWords.tsx:157 msgid "Add mute word for configured settings" @@ -216,7 +229,7 @@ msgid "Adult content is disabled." msgstr "成人內容已停用。" #: src/screens/Moderation/index.tsx:375 -#: src/view/screens/Settings/index.tsx:635 +#: src/view/screens/Settings/index.tsx:636 msgid "Advanced" msgstr "詳細設定" @@ -238,6 +251,7 @@ msgid "ALT" msgstr "ALT" #: src/view/com/modals/EditImage.tsx:316 +#: src/view/screens/AccessibilitySettings.tsx:77 msgid "Alt text" msgstr "替代文字" @@ -245,7 +259,8 @@ msgstr "替代文字" msgid "Alt text describes images for blind and low-vision users, and helps give context to everyone." msgstr "替代文字為盲人和視覺受損的使用者描述圖片,並幫助所有人提供上下文。" -#: src/view/com/modals/VerifyEmail.tsx:124 +#: src/view/com/modals/VerifyEmail.tsx:132 +#: src/view/screens/Settings/DisableEmail2FADialog.tsx:96 msgid "An email has been sent to {0}. It includes a confirmation code which you can enter below." msgstr "一封電子郵件已發送至 {0}。請查閱郵件並在下方輸入驗證碼。" @@ -253,6 +268,10 @@ msgstr "一封電子郵件已發送至 {0}。請查閱郵件並在下方輸入 msgid "An email has been sent to your previous address, {0}. It includes a confirmation code which you can enter below." msgstr "一封電子郵件已發送至先前填寫的電子郵件地址 {0}。請查閱郵件並在下方輸入驗證碼。" +#: src/components/dialogs/GifSelect.tsx:284 +msgid "An error occured" +msgstr "" + #: src/lib/moderation/useReportOptions.ts:26 msgid "An issue not included in these options" msgstr "這些選項中沒有包括的問題" @@ -275,6 +294,10 @@ msgstr "和" msgid "Animals" msgstr "動物" +#: src/view/com/util/post-embeds/GifEmbed.tsx:134 +msgid "Animated GIF" +msgstr "" + #: src/lib/moderation/useReportOptions.ts:31 msgid "Anti-Social Behavior" msgstr "反社會行為" @@ -295,13 +318,13 @@ msgstr "應用程式專用密碼只能包含字母、數字、空格、破折號 msgid "App Password names must be at least 4 characters long." msgstr "應用程式專用密碼名稱必須至少為 4 個字元。" -#: src/view/screens/Settings/index.tsx:646 +#: src/view/screens/Settings/index.tsx:647 msgid "App password settings" msgstr "應用程式專用密碼設定" -#: src/Navigation.tsx:251 +#: src/Navigation.tsx:252 #: src/view/screens/AppPasswords.tsx:189 -#: src/view/screens/Settings/index.tsx:655 +#: src/view/screens/Settings/index.tsx:656 msgid "App Passwords" msgstr "應用程式專用密碼" @@ -318,7 +341,7 @@ msgstr "申訴標籤 \"{0}\"" msgid "Appeal submitted." msgstr "申訴已提交。" -#: src/view/screens/Settings/index.tsx:436 +#: src/view/screens/Settings/index.tsx:414 msgid "Appearance" msgstr "外觀" @@ -330,7 +353,7 @@ msgstr "你確定要刪除這個應用程式專用密碼「{name}」嗎?" msgid "Are you sure you want to remove {0} from your feeds?" msgstr "你確定要從你的訊息流中移除 {0} 嗎?" -#: src/view/com/composer/Composer.tsx:509 +#: src/view/com/composer/Composer.tsx:523 msgid "Are you sure you'd like to discard this draft?" msgstr "你確定要捨棄此草稿嗎?" @@ -360,13 +383,13 @@ msgstr "至少 3 個字元" #: src/screens/Login/ChooseAccountForm.tsx:78 #: src/screens/Login/ForgotPasswordForm.tsx:129 #: src/screens/Login/ForgotPasswordForm.tsx:135 -#: src/screens/Login/LoginForm.tsx:221 -#: src/screens/Login/LoginForm.tsx:227 +#: src/screens/Login/LoginForm.tsx:269 +#: src/screens/Login/LoginForm.tsx:275 #: src/screens/Login/SetNewPasswordForm.tsx:160 #: src/screens/Login/SetNewPasswordForm.tsx:166 #: src/screens/Profile/Header/Shell.tsx:96 #: src/screens/Signup/index.tsx:180 -#: src/view/com/util/ViewHeader.tsx:87 +#: src/view/com/util/ViewHeader.tsx:89 msgid "Back" msgstr "返回" @@ -374,7 +397,7 @@ msgstr "返回" msgid "Based on your interest in {interestsText}" msgstr "因為你對 {interestsText} 感興趣" -#: src/view/screens/Settings/index.tsx:493 +#: src/view/screens/Settings/index.tsx:471 msgid "Basics" msgstr "基礎資訊" @@ -382,11 +405,11 @@ msgstr "基礎資訊" msgid "Birthday" msgstr "生日" -#: src/view/screens/Settings/index.tsx:362 +#: src/view/screens/Settings/index.tsx:355 msgid "Birthday:" msgstr "生日:" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:286 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:284 #: src/view/com/profile/ProfileMenu.tsx:361 msgid "Block" msgstr "封鎖" @@ -422,8 +445,8 @@ msgstr "已封鎖" msgid "Blocked accounts" msgstr "已封鎖帳號" -#: src/Navigation.tsx:134 -#: src/view/screens/ModerationBlockedAccounts.tsx:113 +#: src/Navigation.tsx:135 +#: src/view/screens/ModerationBlockedAccounts.tsx:112 msgid "Blocked Accounts" msgstr "已封鎖帳號" @@ -431,7 +454,7 @@ msgstr "已封鎖帳號" msgid "Blocked accounts cannot reply in your threads, mention you, or otherwise interact with you." msgstr "被封鎖的帳號無法在你的貼文中回覆、提及你,或以其他方式與你互動。" -#: src/view/screens/ModerationBlockedAccounts.tsx:121 +#: src/view/screens/ModerationBlockedAccounts.tsx:120 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 "被封鎖的帳號無法在你的貼文中回覆、提及你,或以其他方式與你互動。你將不會看到他們所發佈的內容,同樣他們也無法查看你的內容。" @@ -523,7 +546,7 @@ msgstr "建立帳戶即表示你同意 {els}。" msgid "by you" msgstr "來自你" -#: src/view/com/composer/photos/OpenCameraBtn.tsx:77 +#: src/view/com/composer/photos/OpenCameraBtn.tsx:73 msgid "Camera" msgstr "相機" @@ -535,8 +558,8 @@ msgstr "只能包含字母、數字、空格、破折號及底線。長度必須 #: src/components/Prompt.tsx:113 #: src/components/Prompt.tsx:115 #: src/components/TagMenu/index.tsx:268 -#: src/view/com/composer/Composer.tsx:317 -#: src/view/com/composer/Composer.tsx:322 +#: src/view/com/composer/Composer.tsx:349 +#: src/view/com/composer/Composer.tsx:354 #: src/view/com/modals/ChangeEmail.tsx:218 #: src/view/com/modals/ChangeEmail.tsx:220 #: src/view/com/modals/ChangeHandle.tsx:154 @@ -551,9 +574,9 @@ msgstr "只能包含字母、數字、空格、破折號及底線。長度必須 #: src/view/com/modals/LinkWarning.tsx:105 #: src/view/com/modals/LinkWarning.tsx:107 #: src/view/com/modals/Repost.tsx:88 -#: src/view/com/modals/VerifyEmail.tsx:247 -#: src/view/com/modals/VerifyEmail.tsx:253 -#: src/view/screens/Search/Search.tsx:865 +#: src/view/com/modals/VerifyEmail.tsx:255 +#: src/view/com/modals/VerifyEmail.tsx:261 +#: src/view/screens/Search/Search.tsx:796 #: src/view/shell/desktop/Search.tsx:239 msgid "Cancel" msgstr "取消" @@ -595,34 +618,34 @@ msgstr "取消搜尋" msgid "Cancels opening the linked website" msgstr "取消開啟連結的網站" -#: src/view/com/modals/VerifyEmail.tsx:152 +#: src/view/com/modals/VerifyEmail.tsx:160 msgid "Change" msgstr "變更" -#: src/view/screens/Settings/index.tsx:356 +#: src/view/screens/Settings/index.tsx:349 msgctxt "action" msgid "Change" msgstr "變更" -#: src/view/screens/Settings/index.tsx:667 +#: src/view/screens/Settings/index.tsx:668 msgid "Change handle" msgstr "變更帳號代碼" #: src/view/com/modals/ChangeHandle.tsx:162 -#: src/view/screens/Settings/index.tsx:678 +#: src/view/screens/Settings/index.tsx:679 msgid "Change Handle" msgstr "變更帳號代碼" -#: src/view/com/modals/VerifyEmail.tsx:147 +#: src/view/com/modals/VerifyEmail.tsx:155 msgid "Change my email" msgstr "變更我的電子郵件地址" -#: src/view/screens/Settings/index.tsx:718 +#: src/view/screens/Settings/index.tsx:713 msgid "Change password" msgstr "變更密碼" #: src/view/com/modals/ChangePassword.tsx:141 -#: src/view/screens/Settings/index.tsx:729 +#: src/view/screens/Settings/index.tsx:724 msgid "Change Password" msgstr "變更密碼" @@ -647,6 +670,10 @@ msgstr "來看看一些推薦的訊息流吧。點擊 + 將它們新增到你的 msgid "Check out some recommended users. Follow them to see similar users." msgstr "來看看一些推薦的使用者吧。跟隨人來查看類似的使用者。" +#: src/screens/Login/LoginForm.tsx:262 +msgid "Check your email for a login code and enter it here." +msgstr "" + #: src/view/com/modals/DeleteAccount.tsx:168 msgid "Check your inbox for an email with the confirmation code to enter below:" msgstr "查看寄送至你電子郵件地址的確認郵件,然後在下方輸入收到的驗證碼:" @@ -676,32 +703,32 @@ msgstr "選擇你的主要訊息流" msgid "Choose your password" msgstr "選擇你的密碼" -#: src/view/screens/Settings/index.tsx:832 +#: src/view/screens/Settings/index.tsx:827 msgid "Clear all legacy storage data" msgstr "清除所有舊儲存資料" -#: src/view/screens/Settings/index.tsx:835 +#: src/view/screens/Settings/index.tsx:830 msgid "Clear all legacy storage data (restart after this)" msgstr "清除所有舊儲存資料(並重啟)" -#: src/view/screens/Settings/index.tsx:844 +#: src/view/screens/Settings/index.tsx:839 msgid "Clear all storage data" msgstr "清除所有資料" -#: src/view/screens/Settings/index.tsx:847 +#: src/view/screens/Settings/index.tsx:842 msgid "Clear all storage data (restart after this)" msgstr "清除所有資料(並重啟)" #: src/view/com/util/forms/SearchInput.tsx:88 -#: src/view/screens/Search/Search.tsx:846 +#: src/view/screens/Search/Search.tsx:777 msgid "Clear search query" msgstr "清除搜尋記錄" -#: src/view/screens/Settings/index.tsx:833 +#: src/view/screens/Settings/index.tsx:828 msgid "Clears all legacy storage data" msgstr "清除所有舊儲存資料" -#: src/view/screens/Settings/index.tsx:845 +#: src/view/screens/Settings/index.tsx:840 msgid "Clears all storage data" msgstr "清除所有資料" @@ -714,20 +741,21 @@ msgid "Click here to open tag menu for {tag}" msgstr "點擊這裡開啟 {tag} 的標籤選單" #: src/components/RichText.tsx:198 -msgid "Click here to open tag menu for #{tag}" -msgstr "點擊這裡開啟 #{tag} 的標籤選單" +#~ msgid "Click here to open tag menu for #{tag}" +#~ msgstr "點擊這裡開啟 #{tag} 的標籤選單" #: src/screens/Onboarding/index.tsx:35 msgid "Climate" msgstr "氣象" +#: src/components/dialogs/GifSelect.tsx:300 #: src/view/com/modals/ChangePassword.tsx:267 #: src/view/com/modals/ChangePassword.tsx:270 msgid "Close" msgstr "關閉" -#: src/components/Dialog/index.web.tsx:106 -#: src/components/Dialog/index.web.tsx:218 +#: src/components/Dialog/index.web.tsx:111 +#: src/components/Dialog/index.web.tsx:246 msgid "Close active dialog" msgstr "關閉打開的對話框" @@ -739,6 +767,14 @@ msgstr "關閉警告" msgid "Close bottom drawer" msgstr "關閉底部抽屜" +#: src/components/dialogs/GifSelect.tsx:294 +msgid "Close dialog" +msgstr "" + +#: src/components/dialogs/GifSelect.tsx:150 +msgid "Close GIF dialog" +msgstr "" + #: src/view/com/lightbox/ImageViewing/components/ImageDefaultHeader.tsx:36 msgid "Close image" msgstr "關閉圖片" @@ -747,7 +783,7 @@ msgstr "關閉圖片" msgid "Close image viewer" msgstr "關閉圖片檢視器" -#: src/view/shell/index.web.tsx:57 +#: src/view/shell/index.web.tsx:61 msgid "Close navigation footer" msgstr "關閉導覽頁腳" @@ -756,7 +792,7 @@ msgstr "關閉導覽頁腳" msgid "Close this dialog" msgstr "關閉此對話框" -#: src/view/shell/index.web.tsx:58 +#: src/view/shell/index.web.tsx:62 msgid "Closes bottom navigation bar" msgstr "關閉底部導覽列" @@ -764,7 +800,7 @@ msgstr "關閉底部導覽列" msgid "Closes password update alert" msgstr "關閉密碼更新警告" -#: src/view/com/composer/Composer.tsx:319 +#: src/view/com/composer/Composer.tsx:351 msgid "Closes post composer and discards post draft" msgstr "關閉貼文編輯頁並捨棄草稿" @@ -784,7 +820,7 @@ msgstr "喜劇" msgid "Comics" msgstr "漫畫" -#: src/Navigation.tsx:241 +#: src/Navigation.tsx:242 #: src/view/screens/CommunityGuidelines.tsx:32 msgid "Community Guidelines" msgstr "社群準則" @@ -797,7 +833,7 @@ msgstr "完成初始設定並開始使用你的帳號" msgid "Complete the challenge" msgstr "完成驗證" -#: src/view/com/composer/Composer.tsx:438 +#: src/view/com/composer/Composer.tsx:469 msgid "Compose posts up to {MAX_GRAPHEME_LENGTH} characters in length" msgstr "撰寫貼文的長度最多為 {MAX_GRAPHEME_LENGTH} 個字元" @@ -820,10 +856,12 @@ msgstr "已在<0>限制設定中設定。" #: src/components/Prompt.tsx:153 #: src/components/Prompt.tsx:156 #: src/view/com/modals/SelfLabel.tsx:154 -#: src/view/com/modals/VerifyEmail.tsx:231 -#: src/view/com/modals/VerifyEmail.tsx:233 +#: src/view/com/modals/VerifyEmail.tsx:239 +#: src/view/com/modals/VerifyEmail.tsx:241 #: src/view/screens/PreferencesFollowingFeed.tsx:308 #: src/view/screens/PreferencesThreads.tsx:159 +#: src/view/screens/Settings/DisableEmail2FADialog.tsx:180 +#: src/view/screens/Settings/DisableEmail2FADialog.tsx:183 msgid "Confirm" msgstr "確認" @@ -848,14 +886,17 @@ msgstr "確認你的年齡:" msgid "Confirm your birthdate" msgstr "確認你的出生日期" +#: src/screens/Login/LoginForm.tsx:244 #: src/view/com/modals/ChangeEmail.tsx:157 #: src/view/com/modals/DeleteAccount.tsx:175 #: src/view/com/modals/DeleteAccount.tsx:181 -#: src/view/com/modals/VerifyEmail.tsx:165 +#: src/view/com/modals/VerifyEmail.tsx:173 +#: src/view/screens/Settings/DisableEmail2FADialog.tsx:143 +#: src/view/screens/Settings/DisableEmail2FADialog.tsx:149 msgid "Confirmation code" msgstr "驗證碼" -#: src/screens/Login/LoginForm.tsx:248 +#: src/screens/Login/LoginForm.tsx:296 msgid "Connecting..." msgstr "連線中…" @@ -940,7 +981,7 @@ msgstr "烹飪" msgid "Copied" msgstr "已複製" -#: src/view/screens/Settings/index.tsx:254 +#: src/view/screens/Settings/index.tsx:243 msgid "Copied build version to clipboard" msgstr "已複製建構版本號至剪貼簿" @@ -976,17 +1017,17 @@ msgstr "複製程式碼" msgid "Copy link to list" msgstr "複製列表連結" -#: src/view/com/util/forms/PostDropdownBtn.tsx:236 -#: src/view/com/util/forms/PostDropdownBtn.tsx:245 +#: src/view/com/util/forms/PostDropdownBtn.tsx:240 +#: src/view/com/util/forms/PostDropdownBtn.tsx:249 msgid "Copy link to post" msgstr "複製貼文連結" -#: src/view/com/util/forms/PostDropdownBtn.tsx:228 #: src/view/com/util/forms/PostDropdownBtn.tsx:230 +#: src/view/com/util/forms/PostDropdownBtn.tsx:232 msgid "Copy post text" msgstr "複製貼文文字" -#: src/Navigation.tsx:246 +#: src/Navigation.tsx:247 #: src/view/screens/CopyrightPolicy.tsx:29 msgid "Copyright Policy" msgstr "著作權政策" @@ -1004,7 +1045,7 @@ msgstr "無法載入列表" msgid "Create a new account" msgstr "建立新帳號" -#: src/view/screens/Settings/index.tsx:406 +#: src/view/screens/Settings/index.tsx:399 msgid "Create a new Bluesky account" msgstr "建立新的 Bluesky 帳號" @@ -1035,8 +1076,8 @@ msgid "Created {0}" msgstr "{0} 已建立" #: src/view/com/composer/Composer.tsx:469 -msgid "Creates a card with a thumbnail. The card links to {url}" -msgstr "建立帶有縮圖的卡片。該卡片連結到 {url}" +#~ msgid "Creates a card with a thumbnail. The card links to {url}" +#~ msgstr "建立帶有縮圖的卡片。該卡片連結到 {url}" #: src/screens/Onboarding/index.tsx:29 msgid "Culture" @@ -1056,12 +1097,12 @@ msgstr "自訂網域" msgid "Custom feeds built by the community bring you new experiences and help you find the content you love." msgstr "由社群打造的自訂訊息流帶來新鮮體驗,協助你找到所愛內容。" -#: src/view/screens/PreferencesExternalEmbeds.tsx:55 +#: src/view/screens/PreferencesExternalEmbeds.tsx:56 msgid "Customize media from external sites." msgstr "自訂外部網站的媒體。" -#: src/view/screens/Settings/index.tsx:455 -#: src/view/screens/Settings/index.tsx:481 +#: src/view/screens/Settings/index.tsx:433 +#: src/view/screens/Settings/index.tsx:459 msgid "Dark" msgstr "深色" @@ -1069,7 +1110,7 @@ msgstr "深色" msgid "Dark mode" msgstr "深色模式" -#: src/view/screens/Settings/index.tsx:468 +#: src/view/screens/Settings/index.tsx:446 msgid "Dark Theme" msgstr "深色主題" @@ -1077,7 +1118,7 @@ msgstr "深色主題" msgid "Date of birth" msgstr "出生日期" -#: src/view/screens/Settings/index.tsx:805 +#: src/view/screens/Settings/index.tsx:800 msgid "Debug Moderation" msgstr "限制除錯" @@ -1085,13 +1126,13 @@ msgstr "限制除錯" msgid "Debug panel" msgstr "除錯面板" -#: src/view/com/util/forms/PostDropdownBtn.tsx:341 +#: src/view/com/util/forms/PostDropdownBtn.tsx:345 #: src/view/screens/AppPasswords.tsx:268 #: src/view/screens/ProfileList.tsx:615 msgid "Delete" msgstr "刪除" -#: src/view/screens/Settings/index.tsx:760 +#: src/view/screens/Settings/index.tsx:755 msgid "Delete account" msgstr "刪除帳號" @@ -1115,12 +1156,12 @@ msgstr "刪除列表" msgid "Delete my account" msgstr "刪除我的帳號" -#: src/view/screens/Settings/index.tsx:772 +#: src/view/screens/Settings/index.tsx:767 msgid "Delete My Account…" msgstr "刪除我的帳號…" -#: src/view/com/util/forms/PostDropdownBtn.tsx:322 -#: src/view/com/util/forms/PostDropdownBtn.tsx:324 +#: src/view/com/util/forms/PostDropdownBtn.tsx:326 +#: src/view/com/util/forms/PostDropdownBtn.tsx:328 msgid "Delete post" msgstr "刪除貼文" @@ -1128,7 +1169,7 @@ msgstr "刪除貼文" msgid "Delete this list?" msgstr "刪除此列表?" -#: src/view/com/util/forms/PostDropdownBtn.tsx:336 +#: src/view/com/util/forms/PostDropdownBtn.tsx:340 msgid "Delete this post?" msgstr "刪除這條貼文?" @@ -1147,21 +1188,33 @@ msgstr "已刪除貼文。" msgid "Description" msgstr "描述" -#: src/view/com/composer/Composer.tsx:218 +#: src/view/com/composer/Composer.tsx:228 msgid "Did you want to say anything?" msgstr "有什麼想說的嗎?" -#: src/view/screens/Settings/index.tsx:474 +#: src/view/screens/Settings/index.tsx:452 msgid "Dim" msgstr "暗淡" -#: src/view/screens/Settings/index.tsx:697 -msgid "Disable haptics" -msgstr "關閉震動" +#: src/view/screens/AccessibilitySettings.tsx:94 +msgid "Disable autoplay for GIFs" +msgstr "" + +#: src/view/screens/Settings/DisableEmail2FADialog.tsx:90 +msgid "Disable Email 2FA" +msgstr "" + +#: src/view/screens/AccessibilitySettings.tsx:108 +msgid "Disable haptic feedback" +msgstr "" #: src/view/screens/Settings/index.tsx:697 -msgid "Disable vibrations" -msgstr "關閉震動" +#~ msgid "Disable haptics" +#~ msgstr "關閉震動" + +#: src/view/screens/Settings/index.tsx:697 +#~ msgid "Disable vibrations" +#~ msgstr "關閉震動" #: src/lib/moderation/useLabelBehaviorDescription.ts:32 #: src/lib/moderation/useLabelBehaviorDescription.ts:42 @@ -1170,11 +1223,11 @@ msgstr "關閉震動" msgid "Disabled" msgstr "停用" -#: src/view/com/composer/Composer.tsx:511 +#: src/view/com/composer/Composer.tsx:525 msgid "Discard" msgstr "捨棄" -#: src/view/com/composer/Composer.tsx:508 +#: src/view/com/composer/Composer.tsx:522 msgid "Discard draft?" msgstr "捨棄草稿?" @@ -1260,7 +1313,7 @@ msgstr "完成{extraText}" msgid "Download CAR file" msgstr "下載 CAR 檔案" -#: src/view/com/composer/text-input/TextInput.web.tsx:249 +#: src/view/com/composer/text-input/TextInput.web.tsx:270 msgid "Drop to add images" msgstr "拖放即可新增圖片" @@ -1331,7 +1384,7 @@ msgstr "編輯列表詳情" msgid "Edit Moderation List" msgstr "編輯管理列表" -#: src/Navigation.tsx:256 +#: src/Navigation.tsx:257 #: src/view/screens/Feeds.tsx:459 #: src/view/screens/SavedFeeds.tsx:85 msgid "Edit My Feeds" @@ -1342,12 +1395,12 @@ msgid "Edit my profile" msgstr "編輯我的個人資料" #: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:178 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:168 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:166 msgid "Edit profile" msgstr "編輯個人資料" #: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:181 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:171 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:169 msgid "Edit Profile" msgstr "編輯個人資料" @@ -1377,6 +1430,10 @@ msgstr "教育" msgid "Email" msgstr "電子郵件" +#: src/view/screens/Settings/DisableEmail2FADialog.tsx:64 +msgid "Email 2FA disabled" +msgstr "" + #: src/screens/Login/ForgotPasswordForm.tsx:99 msgid "Email address" msgstr "電子郵件地址" @@ -1390,11 +1447,11 @@ msgstr "電子郵件已更新" msgid "Email Updated" msgstr "電子郵件已更新" -#: src/view/com/modals/VerifyEmail.tsx:78 +#: src/view/com/modals/VerifyEmail.tsx:85 msgid "Email verified" msgstr "電子郵件已驗證" -#: src/view/screens/Settings/index.tsx:334 +#: src/view/screens/Settings/index.tsx:327 msgid "Email:" msgstr "電子郵件:" @@ -1403,8 +1460,8 @@ msgid "Embed HTML code" msgstr "嵌入 HTML 程式碼" #: src/components/dialogs/Embed.tsx:97 -#: src/view/com/util/forms/PostDropdownBtn.tsx:253 -#: src/view/com/util/forms/PostDropdownBtn.tsx:255 +#: src/view/com/util/forms/PostDropdownBtn.tsx:257 +#: src/view/com/util/forms/PostDropdownBtn.tsx:259 msgid "Embed post" msgstr "嵌入貼文" @@ -1434,7 +1491,7 @@ msgstr "允許在你的訊息流中出現成人內容" msgid "Enable external media" msgstr "啟用外部媒體" -#: src/view/screens/PreferencesExternalEmbeds.tsx:75 +#: src/view/screens/PreferencesExternalEmbeds.tsx:76 msgid "Enable media players for" msgstr "啟用媒體播放器" @@ -1467,7 +1524,7 @@ msgstr "輸入密碼" msgid "Enter a word or tag" msgstr "輸入詞彙或標籤" -#: src/view/com/modals/VerifyEmail.tsx:105 +#: src/view/com/modals/VerifyEmail.tsx:113 msgid "Enter Confirmation Code" msgstr "輸入驗證碼" @@ -1558,12 +1615,12 @@ msgstr "露骨或可能令人不安的媒體內容。" msgid "Explicit sexual images." msgstr "露骨的情色內容圖片。" -#: src/view/screens/Settings/index.tsx:741 +#: src/view/screens/Settings/index.tsx:736 msgid "Export my data" msgstr "匯出我的資料" #: src/view/screens/Settings/ExportCarDialog.tsx:44 -#: src/view/screens/Settings/index.tsx:752 +#: src/view/screens/Settings/index.tsx:747 msgid "Export My Data" msgstr "匯出我的資料" @@ -1573,17 +1630,17 @@ msgid "External Media" msgstr "外部媒體" #: src/components/dialogs/EmbedConsent.tsx:71 -#: src/view/screens/PreferencesExternalEmbeds.tsx:66 +#: 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 "外部媒體可能允許網站收集有關你和你裝置的信息。在你按下「播放」按鈕之前,將不會發送或請求任何外部信息。" -#: src/Navigation.tsx:275 -#: src/view/screens/PreferencesExternalEmbeds.tsx:52 -#: src/view/screens/Settings/index.tsx:628 +#: src/Navigation.tsx:276 +#: src/view/screens/PreferencesExternalEmbeds.tsx:53 +#: src/view/screens/Settings/index.tsx:629 msgid "External Media Preferences" msgstr "外部媒體設定偏好" -#: src/view/screens/Settings/index.tsx:619 +#: src/view/screens/Settings/index.tsx:620 msgid "External media settings" msgstr "外部媒體設定" @@ -1600,6 +1657,10 @@ msgstr "無法建立列表。請檢查你的網路連線並重試。" msgid "Failed to delete post, please try again" msgstr "無法刪除貼文,請重試" +#: src/components/dialogs/GifSelect.tsx:200 +msgid "Failed to load GIFs" +msgstr "" + #: src/view/com/auth/onboarding/RecommendedFeeds.tsx:110 #: src/view/com/auth/onboarding/RecommendedFeeds.tsx:143 msgid "Failed to load recommended feeds" @@ -1609,7 +1670,7 @@ msgstr "無法載入推薦訊息流" msgid "Failed to save image: {0}" msgstr "無法儲存圖片:{0}" -#: src/Navigation.tsx:196 +#: src/Navigation.tsx:197 msgid "Feed" msgstr "訊息流" @@ -1626,10 +1687,10 @@ msgstr "訊息流已離線" msgid "Feedback" msgstr "意見回饋" -#: src/Navigation.tsx:456 +#: src/Navigation.tsx:465 #: src/view/screens/Feeds.tsx:444 #: src/view/screens/Feeds.tsx:549 -#: src/view/screens/Profile.tsx:199 +#: src/view/screens/Profile.tsx:198 #: src/view/shell/bottom-bar/BottomBar.tsx:192 #: src/view/shell/desktop/LeftNav.tsx:346 #: src/view/shell/Drawer.tsx:485 @@ -1667,13 +1728,17 @@ msgstr "最終確定" msgid "Find accounts to follow" msgstr "尋找一些要跟隨的帳號" +#: src/view/screens/Search/Search.tsx:521 +msgid "Find posts and users on Bluesky" +msgstr "" + #: src/view/screens/Search/Search.tsx:589 -msgid "Find users on Bluesky" -msgstr "在 Bluesky 上尋找使用者" +#~ msgid "Find users on Bluesky" +#~ msgstr "在 Bluesky 上尋找使用者" #: src/view/screens/Search/Search.tsx:587 -msgid "Find users with the search tool on the right" -msgstr "使用右側的搜尋工具尋找使用者" +#~ msgid "Find users with the search tool on the right" +#~ msgstr "使用右側的搜尋工具尋找使用者" #: src/view/com/auth/onboarding/RecommendedFollowsItem.tsx:155 msgid "Finding similar accounts..." @@ -1705,7 +1770,7 @@ msgid "Flip vertically" msgstr "垂直翻轉" #: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:189 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:235 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:233 #: src/view/com/auth/onboarding/RecommendedFollowsItem.tsx:141 #: src/view/com/post-thread/PostThreadFollowBtn.tsx:146 #: src/view/com/profile/ProfileHeaderSuggestedFollows.tsx:248 @@ -1718,7 +1783,7 @@ msgid "Follow" msgstr "跟隨" #: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:58 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:221 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:219 #: src/view/com/post-thread/PostThreadFollowBtn.tsx:128 msgid "Follow {0}" msgstr "跟隨 {0}" @@ -1744,7 +1809,7 @@ msgstr "跟隨選擇的使用者並繼續下一步" msgid "Follow some users to get started. We can recommend you more users based on who you find interesting." msgstr "跟隨一些使用者以開始,我們可以根據你感興趣的使用者向你推薦更多相似使用者。" -#: src/view/com/profile/ProfileCard.tsx:219 +#: src/view/com/profile/ProfileCard.tsx:231 msgid "Followed by {0}" msgstr "由 {0} 跟隨" @@ -1765,26 +1830,26 @@ msgstr "已跟隨" msgid "Followers" msgstr "跟隨者" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:233 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:231 #: src/view/com/post-thread/PostThreadFollowBtn.tsx:149 #: src/view/com/profile/ProfileFollows.tsx:104 #: src/view/screens/ProfileFollows.tsx:25 msgid "Following" msgstr "跟隨中" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:93 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:91 msgid "Following {0}" msgstr "跟隨中:{0}" -#: src/view/screens/Settings/index.tsx:504 +#: src/view/screens/Settings/index.tsx:505 msgid "Following feed preferences" msgstr "跟隨訊息流設定偏好" -#: src/Navigation.tsx:262 +#: src/Navigation.tsx:263 #: src/view/com/home/HomeHeaderLayout.web.tsx:54 #: src/view/com/home/HomeHeaderLayoutMobile.tsx:87 #: src/view/screens/PreferencesFollowingFeed.tsx:104 -#: src/view/screens/Settings/index.tsx:513 +#: src/view/screens/Settings/index.tsx:514 msgid "Following Feed Preferences" msgstr "跟隨訊息流設定偏好" @@ -1792,7 +1857,7 @@ msgstr "跟隨訊息流設定偏好" msgid "Follows you" msgstr "跟隨你" -#: src/view/com/profile/ProfileCard.tsx:144 +#: src/view/com/profile/ProfileCard.tsx:156 msgid "Follows You" msgstr "跟隨你" @@ -1813,11 +1878,11 @@ msgstr "為了保護你的帳號安全,你將無法再次查看此內容。如 msgid "Forgot Password" msgstr "忘記密碼" -#: src/screens/Login/LoginForm.tsx:201 +#: src/screens/Login/LoginForm.tsx:218 msgid "Forgot password?" msgstr "忘記密碼?" -#: src/screens/Login/LoginForm.tsx:212 +#: src/screens/Login/LoginForm.tsx:229 msgid "Forgot?" msgstr "忘記?" @@ -1825,8 +1890,7 @@ msgstr "忘記?" msgid "Frequently Posts Unwanted Content" msgstr "經常發佈無關內容" -#: src/screens/Hashtag.tsx:109 -#: src/screens/Hashtag.tsx:149 +#: src/screens/Hashtag.tsx:118 msgid "From @{sanitizedAuthor}" msgstr "來自 @{sanitizedAuthor}" @@ -1835,12 +1899,12 @@ msgctxt "from-feed" msgid "From <0/>" msgstr "來自 <0/>" -#: src/view/com/composer/photos/SelectPhotoBtn.tsx:43 +#: src/view/com/composer/photos/SelectPhotoBtn.tsx:39 msgid "Gallery" msgstr "相簿" -#: src/view/com/modals/VerifyEmail.tsx:189 -#: src/view/com/modals/VerifyEmail.tsx:191 +#: src/view/com/modals/VerifyEmail.tsx:197 +#: src/view/com/modals/VerifyEmail.tsx:199 msgid "Get Started" msgstr "開始" @@ -1859,7 +1923,7 @@ msgstr "明顯違反法律或服務條款" msgid "Go back" msgstr "返回" -#: src/components/Error.tsx:91 +#: src/components/Error.tsx:100 #: src/screens/Profile/ErrorState.tsx:62 #: src/screens/Profile/ErrorState.tsx:66 #: src/view/screens/NotFound.tsx:54 @@ -1884,7 +1948,7 @@ msgstr "前往首頁" msgid "Go Home" msgstr "前往首頁" -#: src/view/screens/Search/Search.tsx:896 +#: src/view/screens/Search/Search.tsx:827 #: src/view/shell/desktop/Search.tsx:263 msgid "Go to @{queryMaybeHandle}" msgstr "前往 @{queryMaybeHandle}" @@ -1902,15 +1966,19 @@ msgstr "平面媒體" msgid "Handle" msgstr "帳號代碼" +#: src/view/screens/AccessibilitySettings.tsx:103 +msgid "Haptics" +msgstr "" + #: src/lib/moderation/useReportOptions.ts:32 msgid "Harassment, trolling, or intolerance" msgstr "騷擾、惡作劇或其他無法容忍的行為" -#: src/Navigation.tsx:282 +#: src/Navigation.tsx:291 msgid "Hashtag" msgstr "標籤" -#: src/components/RichText.tsx:197 +#: src/components/RichText.tsx:206 msgid "Hashtag: #{tag}" msgstr "標籤:#{tag}" @@ -1948,7 +2016,7 @@ msgstr "這是你的應用程式專用密碼。" #: src/lib/moderation/useLabelBehaviorDescription.ts:30 #: src/screens/Onboarding/StepModeration/ModerationOption.tsx:52 #: src/screens/Onboarding/StepModeration/ModerationOption.tsx:76 -#: src/view/com/util/forms/PostDropdownBtn.tsx:350 +#: src/view/com/util/forms/PostDropdownBtn.tsx:354 msgid "Hide" msgstr "隱藏" @@ -1957,8 +2025,8 @@ msgctxt "action" msgid "Hide" msgstr "隱藏" -#: src/view/com/util/forms/PostDropdownBtn.tsx:294 -#: src/view/com/util/forms/PostDropdownBtn.tsx:296 +#: src/view/com/util/forms/PostDropdownBtn.tsx:298 +#: src/view/com/util/forms/PostDropdownBtn.tsx:300 msgid "Hide post" msgstr "隱藏貼文" @@ -1967,7 +2035,7 @@ msgstr "隱藏貼文" msgid "Hide the content" msgstr "隱藏內容" -#: src/view/com/util/forms/PostDropdownBtn.tsx:347 +#: src/view/com/util/forms/PostDropdownBtn.tsx:351 msgid "Hide this post?" msgstr "隱藏這則貼文?" @@ -2003,7 +2071,7 @@ msgstr "唔,看起來我們在載入這些資料時遇到了問題,詳情請 msgid "Hmmmm, we couldn't load that moderation service." msgstr "唔,我們無法載入該限制服務。" -#: src/Navigation.tsx:446 +#: src/Navigation.tsx:455 #: src/view/shell/bottom-bar/BottomBar.tsx:148 #: src/view/shell/desktop/LeftNav.tsx:310 #: src/view/shell/Drawer.tsx:407 @@ -2016,7 +2084,7 @@ msgid "Host:" msgstr "主機:" #: src/screens/Login/ForgotPasswordForm.tsx:89 -#: src/screens/Login/LoginForm.tsx:134 +#: src/screens/Login/LoginForm.tsx:151 #: src/screens/Signup/StepInfo/index.tsx:40 #: src/view/com/modals/ChangeHandle.tsx:281 msgid "Hosting provider" @@ -2026,11 +2094,13 @@ msgstr "托管服務提供商" msgid "How should we open this link?" msgstr "我們該如何開啟此連結?" -#: src/view/com/modals/VerifyEmail.tsx:214 +#: src/view/com/modals/VerifyEmail.tsx:222 +#: src/view/screens/Settings/DisableEmail2FADialog.tsx:132 +#: src/view/screens/Settings/DisableEmail2FADialog.tsx:135 msgid "I have a code" msgstr "我有驗證碼" -#: src/view/com/modals/VerifyEmail.tsx:216 +#: src/view/com/modals/VerifyEmail.tsx:224 msgid "I have a confirmation code" msgstr "我有驗證碼" @@ -2054,7 +2124,7 @@ msgstr "如果根據你所在國家的法律,你尚未成年,則你的父母 msgid "If you delete this list, you won't be able to recover it." msgstr "如果刪除這個列表,你將無法恢復它。" -#: src/view/com/util/forms/PostDropdownBtn.tsx:338 +#: src/view/com/util/forms/PostDropdownBtn.tsx:342 msgid "If you remove this post, you won't be able to recover it." msgstr "如果刪除這則貼文,你將無法恢復它。" @@ -2098,15 +2168,19 @@ msgstr "輸入新密碼" msgid "Input password for account deletion" msgstr "輸入密碼以刪除帳號" -#: src/screens/Login/LoginForm.tsx:195 +#: src/screens/Login/LoginForm.tsx:257 +msgid "Input the code which has been emailed to you" +msgstr "" + +#: src/screens/Login/LoginForm.tsx:212 msgid "Input the password tied to {identifier}" msgstr "輸入與 {identifier} 關聯的密碼" -#: src/screens/Login/LoginForm.tsx:168 +#: src/screens/Login/LoginForm.tsx:185 msgid "Input the username or email address you used at signup" msgstr "輸入註冊時使用的使用者名稱或電子郵件地址" -#: src/screens/Login/LoginForm.tsx:194 +#: src/screens/Login/LoginForm.tsx:211 msgid "Input your password" msgstr "輸入你的密碼" @@ -2118,11 +2192,16 @@ msgstr "輸入你的托管服務提供商" msgid "Input your user handle" msgstr "輸入你的帳號代碼" -#: src/view/com/post-thread/PostThreadItem.tsx:221 +#: src/screens/Login/LoginForm.tsx:126 +#: src/view/screens/Settings/DisableEmail2FADialog.tsx:70 +msgid "Invalid 2FA confirmation code." +msgstr "" + +#: src/view/com/post-thread/PostThreadItem.tsx:222 msgid "Invalid or unsupported post record" msgstr "無效或不支援的貼文紀錄" -#: src/screens/Login/LoginForm.tsx:114 +#: src/screens/Login/LoginForm.tsx:131 msgid "Invalid username or password" msgstr "使用者名稱或密碼無效" @@ -2170,7 +2249,7 @@ msgstr "由 {0} 標註。" msgid "Labeled by the author." msgstr "由作者標註。" -#: src/view/screens/Profile.tsx:193 +#: src/view/screens/Profile.tsx:192 msgid "Labels" msgstr "標籤" @@ -2194,20 +2273,21 @@ msgstr "你內容上的標籤" msgid "Language selection" msgstr "語言選擇" -#: src/view/screens/Settings/index.tsx:565 +#: src/view/screens/Settings/index.tsx:566 msgid "Language settings" msgstr "語言設定" -#: src/Navigation.tsx:144 +#: src/Navigation.tsx:145 #: src/view/screens/LanguageSettings.tsx:89 msgid "Language Settings" msgstr "語言設定" -#: src/view/screens/Settings/index.tsx:574 +#: src/view/screens/Settings/index.tsx:575 msgid "Languages" msgstr "語言" -#: src/view/screens/Search/Search.tsx:437 +#: src/screens/Hashtag.tsx:99 +#: src/view/screens/Search/Search.tsx:428 msgid "Latest" msgstr "最新" @@ -2245,7 +2325,7 @@ msgstr "離開 Bluesky" msgid "left to go." msgstr "尚未完成。" -#: src/view/screens/Settings/index.tsx:299 +#: src/view/screens/Settings/index.tsx:292 msgid "Legacy storage cleared, you need to restart the app now." msgstr "舊儲存資料已清除,你需要立即重新啟動應用程式。" @@ -2258,7 +2338,7 @@ msgstr "讓我們來重設你的密碼吧!" msgid "Let's go!" msgstr "讓我們開始吧!" -#: src/view/screens/Settings/index.tsx:449 +#: src/view/screens/Settings/index.tsx:427 msgid "Light" msgstr "亮色" @@ -2272,8 +2352,8 @@ msgid "Like this feed" msgstr "喜歡這個訊息流" #: src/components/LikesDialog.tsx:87 -#: src/Navigation.tsx:201 -#: src/Navigation.tsx:206 +#: src/Navigation.tsx:202 +#: src/Navigation.tsx:207 msgid "Liked by" msgstr "喜歡" @@ -2305,15 +2385,15 @@ msgstr "喜歡你的自訂訊息流" msgid "liked your post" msgstr "喜歡你的貼文" -#: src/view/screens/Profile.tsx:198 +#: src/view/screens/Profile.tsx:197 msgid "Likes" msgstr "喜歡" -#: src/view/com/post-thread/PostThreadItem.tsx:182 +#: src/view/com/post-thread/PostThreadItem.tsx:183 msgid "Likes on this post" msgstr "這條貼文的喜歡數" -#: src/Navigation.tsx:170 +#: src/Navigation.tsx:171 msgid "List" msgstr "列表" @@ -2349,9 +2429,9 @@ msgstr "解除封鎖列表" msgid "List unmuted" msgstr "解除靜音列表" -#: src/Navigation.tsx:114 -#: src/view/screens/Profile.tsx:194 -#: src/view/screens/Profile.tsx:200 +#: src/Navigation.tsx:115 +#: src/view/screens/Profile.tsx:193 +#: src/view/screens/Profile.tsx:199 #: src/view/shell/desktop/LeftNav.tsx:383 #: src/view/shell/Drawer.tsx:501 #: src/view/shell/Drawer.tsx:502 @@ -2363,7 +2443,7 @@ msgid "Load new notifications" msgstr "載入新的通知" #: src/screens/Profile/Sections/Feed.tsx:86 -#: src/view/com/feeds/FeedPage.tsx:138 +#: src/view/com/feeds/FeedPage.tsx:134 #: src/view/screens/ProfileFeed.tsx:507 #: src/view/screens/ProfileList.tsx:697 msgid "Load new posts" @@ -2373,7 +2453,7 @@ msgstr "載入新的貼文" msgid "Loading..." msgstr "載入中…" -#: src/Navigation.tsx:221 +#: src/Navigation.tsx:222 msgid "Log" msgstr "日誌" @@ -2392,6 +2472,10 @@ msgstr "登出可見性" msgid "Login to account that is not listed" msgstr "登入未列出的帳號" +#: src/components/RichText.tsx:207 +msgid "Long press to open tag menu for #{tag}" +msgstr "" + #: src/screens/Login/SetNewPasswordForm.tsx:116 msgid "Looks like XXXXX-XXXXX" msgstr "看起來像是 XXXXX-XXXXX" @@ -2404,7 +2488,8 @@ msgstr "請確認這是你想要去的的地方!" msgid "Manage your muted words and tags" msgstr "管理你靜音的詞彙和標籤" -#: src/view/screens/Profile.tsx:197 +#: src/view/screens/AccessibilitySettings.tsx:89 +#: src/view/screens/Profile.tsx:196 msgid "Media" msgstr "媒體" @@ -2416,8 +2501,8 @@ msgstr "提及的使用者" msgid "Mentioned users" msgstr "提及的使用者" -#: src/view/com/util/ViewHeader.tsx:87 -#: src/view/screens/Search/Search.tsx:795 +#: src/view/com/util/ViewHeader.tsx:89 +#: src/view/screens/Search/Search.tsx:726 msgid "Menu" msgstr "選單" @@ -2429,9 +2514,9 @@ msgstr "來自伺服器的訊息:{0}" msgid "Misleading Account" msgstr "誤導性帳戶" -#: src/Navigation.tsx:119 +#: src/Navigation.tsx:120 #: src/screens/Moderation/index.tsx:104 -#: src/view/screens/Settings/index.tsx:596 +#: src/view/screens/Settings/index.tsx:597 #: src/view/shell/desktop/LeftNav.tsx:401 #: src/view/shell/Drawer.tsx:520 #: src/view/shell/Drawer.tsx:521 @@ -2469,16 +2554,16 @@ msgstr "限制列表已更新" msgid "Moderation lists" msgstr "限制列表" -#: src/Navigation.tsx:124 +#: src/Navigation.tsx:125 #: src/view/screens/ModerationModlists.tsx:58 msgid "Moderation Lists" msgstr "限制列表" -#: src/view/screens/Settings/index.tsx:590 +#: src/view/screens/Settings/index.tsx:591 msgid "Moderation settings" msgstr "限制設定" -#: src/Navigation.tsx:216 +#: src/Navigation.tsx:217 msgid "Moderation states" msgstr "限制狀態" @@ -2491,7 +2576,7 @@ msgstr "限制工具" msgid "Moderator has chosen to set a general warning on the content." msgstr "限制選擇對內容設定一般警告。" -#: src/view/com/post-thread/PostThreadItem.tsx:535 +#: src/view/com/post-thread/PostThreadItem.tsx:541 msgid "More" msgstr "更多" @@ -2553,13 +2638,13 @@ msgstr "在帖子文本和话题标签中隐藏该词" msgid "Mute this word in tags only" msgstr "仅在话题标签中隐藏该词" -#: src/view/com/util/forms/PostDropdownBtn.tsx:269 -#: src/view/com/util/forms/PostDropdownBtn.tsx:275 +#: src/view/com/util/forms/PostDropdownBtn.tsx:273 +#: src/view/com/util/forms/PostDropdownBtn.tsx:279 msgid "Mute thread" msgstr "靜音對話串" -#: src/view/com/util/forms/PostDropdownBtn.tsx:285 -#: src/view/com/util/forms/PostDropdownBtn.tsx:287 +#: src/view/com/util/forms/PostDropdownBtn.tsx:289 +#: src/view/com/util/forms/PostDropdownBtn.tsx:291 msgid "Mute words & tags" msgstr "靜音詞彙和標籤" @@ -2571,7 +2656,7 @@ msgstr "已靜音" msgid "Muted accounts" msgstr "已靜音帳號" -#: src/Navigation.tsx:129 +#: src/Navigation.tsx:130 #: src/view/screens/ModerationMutedAccounts.tsx:112 msgid "Muted Accounts" msgstr "已靜音帳號" @@ -2605,11 +2690,11 @@ msgstr "自定訊息流" msgid "My Profile" msgstr "我的個人資料" -#: src/view/screens/Settings/index.tsx:547 +#: src/view/screens/Settings/index.tsx:548 msgid "My saved feeds" msgstr "我儲存的訊息流" -#: src/view/screens/Settings/index.tsx:553 +#: src/view/screens/Settings/index.tsx:554 msgid "My Saved Feeds" msgstr "我儲存的訊息流" @@ -2633,7 +2718,7 @@ msgid "Nature" msgstr "自然" #: src/screens/Login/ForgotPasswordForm.tsx:173 -#: src/screens/Login/LoginForm.tsx:255 +#: src/screens/Login/LoginForm.tsx:303 #: src/view/com/modals/ChangePassword.tsx:168 msgid "Navigates to the next screen" msgstr "切換到下一畫面" @@ -2680,14 +2765,14 @@ msgstr "新密碼" msgid "New Password" msgstr "新密碼" -#: src/view/com/feeds/FeedPage.tsx:149 +#: src/view/com/feeds/FeedPage.tsx:145 msgctxt "action" msgid "New post" msgstr "新貼文" #: src/view/screens/Feeds.tsx:580 #: src/view/screens/Notifications.tsx:168 -#: src/view/screens/Profile.tsx:480 +#: src/view/screens/Profile.tsx:465 #: src/view/screens/ProfileFeed.tsx:445 #: src/view/screens/ProfileList.tsx:200 #: src/view/screens/ProfileList.tsx:228 @@ -2714,8 +2799,8 @@ msgstr "新聞" #: src/screens/Login/ForgotPasswordForm.tsx:143 #: src/screens/Login/ForgotPasswordForm.tsx:150 -#: src/screens/Login/LoginForm.tsx:254 -#: src/screens/Login/LoginForm.tsx:261 +#: src/screens/Login/LoginForm.tsx:302 +#: src/screens/Login/LoginForm.tsx:309 #: src/screens/Login/SetNewPasswordForm.tsx:174 #: src/screens/Login/SetNewPasswordForm.tsx:180 #: src/screens/Signup/index.tsx:207 @@ -2752,7 +2837,11 @@ msgstr "沒有描述" msgid "No DNS Panel" msgstr "無 DNS 控制台" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:118 +#: src/components/dialogs/GifSelect.tsx:206 +msgid "No featured GIFs found. There may be an issue with Tenor." +msgstr "" + +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:116 msgid "No longer following {0}" msgstr "不再跟隨 {0}" @@ -2769,7 +2858,7 @@ msgstr "還沒有通知!" msgid "No result" msgstr "沒有結果" -#: src/components/Lists.tsx:183 +#: src/components/Lists.tsx:192 msgid "No results found" msgstr "未找到結果" @@ -2778,11 +2867,15 @@ msgid "No results found for \"{query}\"" msgstr "未找到「{query}」的結果" #: src/view/com/modals/ListAddRemoveUsers.tsx:127 -#: src/view/screens/Search/Search.tsx:349 -#: src/view/screens/Search/Search.tsx:387 +#: src/view/screens/Search/Search.tsx:350 +#: src/view/screens/Search/Search.tsx:388 msgid "No results found for {query}" msgstr "未找到 {query} 的結果" +#: src/components/dialogs/GifSelect.tsx:204 +msgid "No search results found for \"{search}\"." +msgstr "" + #: src/components/dialogs/EmbedConsent.tsx:105 #: src/components/dialogs/EmbedConsent.tsx:112 msgid "No thanks" @@ -2805,18 +2898,18 @@ msgstr "非情色內容裸體" msgid "Not Applicable." msgstr "不適用。" -#: src/Navigation.tsx:109 +#: src/Navigation.tsx:110 #: src/view/screens/Profile.tsx:101 msgid "Not Found" msgstr "未找到" -#: src/view/com/modals/VerifyEmail.tsx:246 -#: src/view/com/modals/VerifyEmail.tsx:252 +#: src/view/com/modals/VerifyEmail.tsx:254 +#: src/view/com/modals/VerifyEmail.tsx:260 msgid "Not right now" msgstr "暫時不需要" #: src/view/com/profile/ProfileMenu.tsx:368 -#: src/view/com/util/forms/PostDropdownBtn.tsx:364 +#: src/view/com/util/forms/PostDropdownBtn.tsx:368 #: src/view/com/util/post-ctrls/PostCtrls.tsx:248 msgid "Note about sharing" msgstr "關於分享的注意事項" @@ -2825,7 +2918,7 @@ msgstr "關於分享的注意事項" msgid "Note: Bluesky is an open and public network. This setting only limits the visibility of your content on the Bluesky app and website, and other apps may not respect this setting. Your content may still be shown to logged-out users by other apps and websites." msgstr "注意:Bluesky 是一個開放且公開的網路。此設定僅限制你在 Bluesky 應用程式和網站上的內容可見性,其他應用程式可能不尊重此設定。你的內容仍可能由其他應用程式和網站顯示給未登入的使用者。" -#: src/Navigation.tsx:461 +#: src/Navigation.tsx:470 #: src/view/screens/Notifications.tsx:124 #: src/view/screens/Notifications.tsx:148 #: src/view/shell/bottom-bar/BottomBar.tsx:216 @@ -2851,7 +2944,8 @@ msgstr "of" msgid "Off" msgstr "顯示" -#: src/view/com/util/ErrorBoundary.tsx:49 +#: src/components/dialogs/GifSelect.tsx:287 +#: src/view/com/util/ErrorBoundary.tsx:55 msgid "Oh no!" msgstr "糟糕!" @@ -2872,11 +2966,11 @@ msgstr "好的" msgid "Oldest replies first" msgstr "最舊的回覆優先" -#: src/view/screens/Settings/index.tsx:247 +#: src/view/screens/Settings/index.tsx:236 msgid "Onboarding reset" msgstr "重新開始引導流程" -#: src/view/com/composer/Composer.tsx:392 +#: src/view/com/composer/Composer.tsx:424 msgid "One or more images is missing alt text." msgstr "至少有一張圖片缺失了替代文字。" @@ -2888,11 +2982,11 @@ msgstr "只有 {0} 可以回覆。" msgid "Only contains letters, numbers, and hyphens" msgstr "只包含字母、數字和連字符" -#: src/components/Lists.tsx:75 +#: src/components/Lists.tsx:78 msgid "Oops, something went wrong!" msgstr "糟糕,發生了錯誤!" -#: src/components/Lists.tsx:170 +#: src/components/Lists.tsx:177 #: src/view/screens/AppPasswords.tsx:67 #: src/view/screens/Profile.tsx:101 msgid "Oops!" @@ -2902,8 +2996,8 @@ msgstr "糟糕!" msgid "Open" msgstr "開啟" -#: src/view/com/composer/Composer.tsx:491 -#: src/view/com/composer/Composer.tsx:492 +#: src/view/com/composer/Composer.tsx:505 +#: src/view/com/composer/Composer.tsx:506 msgid "Open emoji picker" msgstr "開啟表情符號選擇器" @@ -2911,7 +3005,7 @@ msgstr "開啟表情符號選擇器" msgid "Open feed options menu" msgstr "開啟訊息流選項選單" -#: src/view/screens/Settings/index.tsx:685 +#: src/view/screens/Settings/index.tsx:686 msgid "Open links with in-app browser" msgstr "在內建瀏覽器中開啟連結" @@ -2927,12 +3021,12 @@ msgstr "開啟導覽" msgid "Open post options menu" msgstr "開啟貼文選項選單" -#: src/view/screens/Settings/index.tsx:792 -#: src/view/screens/Settings/index.tsx:802 +#: src/view/screens/Settings/index.tsx:787 +#: src/view/screens/Settings/index.tsx:797 msgid "Open storybook page" msgstr "開啟故事書頁面" -#: src/view/screens/Settings/index.tsx:780 +#: src/view/screens/Settings/index.tsx:775 msgid "Open system log" msgstr "開啟系統日誌" @@ -2940,6 +3034,10 @@ msgstr "開啟系統日誌" msgid "Opens {numItems} options" msgstr "開啟 {numItems} 個選項" +#: src/view/screens/Settings/index.tsx:485 +msgid "Opens accessibility settings" +msgstr "" + #: src/view/screens/Log.tsx:54 msgid "Opens additional details for a debug entry" msgstr "開啟除錯項目的額外詳細資訊" @@ -2948,7 +3046,7 @@ msgstr "開啟除錯項目的額外詳細資訊" msgid "Opens an expanded list of users in this notification" msgstr "展開此通知的使用者列表" -#: src/view/com/composer/photos/OpenCameraBtn.tsx:78 +#: src/view/com/composer/photos/OpenCameraBtn.tsx:74 msgid "Opens camera on device" msgstr "開啟裝置相機" @@ -2956,15 +3054,15 @@ msgstr "開啟裝置相機" msgid "Opens composer" msgstr "開啟編輯器" -#: src/view/screens/Settings/index.tsx:566 +#: src/view/screens/Settings/index.tsx:567 msgid "Opens configurable language settings" msgstr "開啟可以更改的語言設定" -#: src/view/com/composer/photos/SelectPhotoBtn.tsx:44 +#: src/view/com/composer/photos/SelectPhotoBtn.tsx:40 msgid "Opens device photo gallery" msgstr "開啟裝置相簿" -#: src/view/screens/Settings/index.tsx:620 +#: src/view/screens/Settings/index.tsx:621 msgid "Opens external embeds settings" msgstr "開啟外部嵌入設定" @@ -2978,27 +3076,31 @@ msgstr "開始流程以建立新的 Bluesky 帳戶" msgid "Opens flow to sign into your existing Bluesky account" msgstr "開啟流程以登入你現有的 Bluesky 帳戶" +#: src/view/com/composer/photos/SelectGifBtn.tsx:37 +msgid "Opens GIF select dialog" +msgstr "" + #: src/view/com/modals/InviteCodes.tsx:173 msgid "Opens list of invite codes" msgstr "開啟邀請碼列表" -#: src/view/screens/Settings/index.tsx:762 +#: src/view/screens/Settings/index.tsx:757 msgid "Opens modal for account deletion confirmation. Requires email code" msgstr "開啟用於帳號刪除確認的彈窗。需要電子郵件驗證碼。" -#: src/view/screens/Settings/index.tsx:720 +#: src/view/screens/Settings/index.tsx:715 msgid "Opens modal for changing your Bluesky password" msgstr "開啟用於修改你 Bluesky 密碼的彈窗" -#: src/view/screens/Settings/index.tsx:669 +#: src/view/screens/Settings/index.tsx:670 msgid "Opens modal for choosing a new Bluesky handle" msgstr "開啟用於創建新 Bluesky 帳號代碼的彈窗" -#: src/view/screens/Settings/index.tsx:743 +#: src/view/screens/Settings/index.tsx:738 msgid "Opens modal for downloading your Bluesky account data (repository)" msgstr "開啟用於下載 Bluesky 帳戶數據(存儲庫)的彈窗" -#: src/view/screens/Settings/index.tsx:932 +#: src/view/screens/Settings/index.tsx:927 msgid "Opens modal for email verification" msgstr "開啟用於驗證電子郵件的彈窗" @@ -3006,11 +3108,11 @@ msgstr "開啟用於驗證電子郵件的彈窗" msgid "Opens modal for using custom domain" msgstr "開啟使用自訂網域的彈窗" -#: src/view/screens/Settings/index.tsx:591 +#: src/view/screens/Settings/index.tsx:592 msgid "Opens moderation settings" msgstr "開啟限制設定" -#: src/screens/Login/LoginForm.tsx:202 +#: src/screens/Login/LoginForm.tsx:219 msgid "Opens password reset form" msgstr "開啟密碼重設表單" @@ -3019,15 +3121,15 @@ msgstr "開啟密碼重設表單" msgid "Opens screen to edit Saved Feeds" msgstr "開啟編輯已儲存訊息流的畫面" -#: src/view/screens/Settings/index.tsx:548 +#: src/view/screens/Settings/index.tsx:549 msgid "Opens screen with all saved feeds" msgstr "開啟包含所有已儲存訊息流的畫面" -#: src/view/screens/Settings/index.tsx:647 +#: src/view/screens/Settings/index.tsx:648 msgid "Opens the app password settings" msgstr "開啟應用程式專用密碼設定的畫面" -#: src/view/screens/Settings/index.tsx:505 +#: src/view/screens/Settings/index.tsx:506 msgid "Opens the Following feed preferences" msgstr "開啟跟隨訊息流設定偏好" @@ -3035,16 +3137,16 @@ msgstr "開啟跟隨訊息流設定偏好" msgid "Opens the linked website" msgstr "開啟已連結的網站" -#: src/view/screens/Settings/index.tsx:793 -#: src/view/screens/Settings/index.tsx:803 +#: src/view/screens/Settings/index.tsx:788 +#: src/view/screens/Settings/index.tsx:798 msgid "Opens the storybook page" msgstr "開啟故事書頁面" -#: src/view/screens/Settings/index.tsx:781 +#: src/view/screens/Settings/index.tsx:776 msgid "Opens the system log page" msgstr "開啟系統日誌頁面" -#: src/view/screens/Settings/index.tsx:526 +#: src/view/screens/Settings/index.tsx:527 msgid "Opens the threads preferences" msgstr "開啟對話串設定偏好" @@ -3072,7 +3174,7 @@ msgstr "其他帳號" msgid "Other..." msgstr "其他…" -#: src/components/Lists.tsx:184 +#: src/components/Lists.tsx:193 #: src/view/screens/NotFound.tsx:45 msgid "Page not found" msgstr "頁面不存在" @@ -3081,7 +3183,7 @@ msgstr "頁面不存在" msgid "Page Not Found" msgstr "頁面不存在" -#: src/screens/Login/LoginForm.tsx:178 +#: src/screens/Login/LoginForm.tsx:195 #: src/screens/Signup/StepInfo/index.tsx:102 #: src/view/com/modals/DeleteAccount.tsx:194 #: src/view/com/modals/DeleteAccount.tsx:201 @@ -3100,16 +3202,19 @@ msgstr "密碼已更新" msgid "Password updated!" msgstr "密碼已更新!" -#: src/view/screens/Search/Search.tsx:447 -#: src/view/screens/Search/Search.tsx:456 +#: src/view/com/util/post-embeds/GifEmbed.tsx:31 +msgid "Pause" +msgstr "" + +#: src/view/screens/Search/Search.tsx:438 msgid "People" msgstr "人" -#: src/Navigation.tsx:164 +#: src/Navigation.tsx:165 msgid "People followed by @{0}" msgstr "被 @{0} 跟隨的人" -#: src/Navigation.tsx:157 +#: src/Navigation.tsx:158 msgid "People following @{0}" msgstr "跟隨 @{0} 的人" @@ -3142,10 +3247,18 @@ msgstr "固定到首頁" msgid "Pinned Feeds" msgstr "固定訊息流列表" +#: src/view/com/util/post-embeds/GifEmbed.tsx:31 +msgid "Play" +msgstr "" + #: src/view/com/util/post-embeds/ExternalGifEmbed.tsx:123 msgid "Play {0}" msgstr "播放 {0}" +#: src/view/com/util/post-embeds/GifEmbed.tsx:30 +msgid "Play or pause the GIF" +msgstr "" + #: src/view/com/util/post-embeds/ExternalPlayerEmbed.tsx:57 #: src/view/com/util/post-embeds/ExternalPlayerEmbed.tsx:58 msgid "Play Video" @@ -3195,11 +3308,11 @@ msgstr "請輸入你的密碼:" msgid "Please explain why you think this label was incorrectly applied by {0}" msgstr "請解釋你認為 {0} 不正確套用此標籤的原因" -#: src/view/com/modals/VerifyEmail.tsx:101 +#: src/view/com/modals/VerifyEmail.tsx:109 msgid "Please Verify Your Email" msgstr "請驗證你的電子郵件地址" -#: src/view/com/composer/Composer.tsx:222 +#: src/view/com/composer/Composer.tsx:232 msgid "Please wait for your link card to finish loading" msgstr "請等待你的連結卡載入完畢" @@ -3211,8 +3324,8 @@ msgstr "政治" msgid "Porn" msgstr "情色內容" -#: src/view/com/composer/Composer.tsx:367 -#: src/view/com/composer/Composer.tsx:375 +#: src/view/com/composer/Composer.tsx:399 +#: src/view/com/composer/Composer.tsx:407 msgctxt "action" msgid "Post" msgstr "發佈" @@ -3222,13 +3335,13 @@ msgctxt "description" msgid "Post" msgstr "發佈" -#: src/view/com/post-thread/PostThreadItem.tsx:175 +#: src/view/com/post-thread/PostThreadItem.tsx:176 msgid "Post by {0}" msgstr "{0} 的貼文" -#: src/Navigation.tsx:176 -#: src/Navigation.tsx:183 -#: src/Navigation.tsx:190 +#: src/Navigation.tsx:177 +#: src/Navigation.tsx:184 +#: src/Navigation.tsx:191 msgid "Post by @{0}" msgstr "@{0} 的貼文" @@ -3267,8 +3380,7 @@ msgstr "找不到貼文" msgid "posts" msgstr "貼文" -#: src/view/screens/Profile.tsx:195 -#: src/view/screens/Search/Search.tsx:467 +#: src/view/screens/Profile.tsx:194 msgid "Posts" msgstr "貼文" @@ -3288,8 +3400,8 @@ msgstr "潛在誤導性連結" msgid "Press to change hosting provider" msgstr "按下以更改主機提供商" -#: src/components/Error.tsx:74 -#: src/components/Lists.tsx:80 +#: src/components/Error.tsx:83 +#: src/components/Lists.tsx:83 #: src/screens/Signup/index.tsx:187 msgid "Press to retry" msgstr "按下以重試" @@ -3306,15 +3418,15 @@ msgstr "主要語言" msgid "Prioritize Your Follows" msgstr "優先顯示跟隨者" -#: src/view/screens/Settings/index.tsx:603 +#: src/view/screens/Settings/index.tsx:604 #: src/view/shell/desktop/RightNav.tsx:72 msgid "Privacy" msgstr "隱私" -#: src/Navigation.tsx:231 +#: src/Navigation.tsx:232 #: src/screens/Signup/StepInfo/Policies.tsx:56 #: src/view/screens/PrivacyPolicy.tsx:29 -#: src/view/screens/Settings/index.tsx:887 +#: src/view/screens/Settings/index.tsx:882 #: src/view/shell/Drawer.tsx:271 msgid "Privacy Policy" msgstr "隱私政策" @@ -3324,7 +3436,7 @@ msgid "Processing..." msgstr "處理中…" #: src/view/screens/DebugMod.tsx:888 -#: src/view/screens/Profile.tsx:361 +#: src/view/screens/Profile.tsx:346 msgid "profile" msgstr "個人檔案" @@ -3340,7 +3452,7 @@ msgstr "個人檔案" msgid "Profile updated" msgstr "個人檔案已更新" -#: src/view/screens/Settings/index.tsx:945 +#: src/view/screens/Settings/index.tsx:940 msgid "Protect your account by verifying your email." msgstr "通過驗證電子郵件地址來保護你的帳號。" @@ -3356,11 +3468,11 @@ msgstr "公開且可共享的批量靜音或封鎖列表。" msgid "Public, shareable lists which can drive feeds." msgstr "公開且可共享的列表,可作為訊息流使用。" -#: src/view/com/composer/Composer.tsx:352 +#: src/view/com/composer/Composer.tsx:384 msgid "Publish post" msgstr "發佈貼文" -#: src/view/com/composer/Composer.tsx:352 +#: src/view/com/composer/Composer.tsx:384 msgid "Publish reply" msgstr "發佈回覆" @@ -3386,7 +3498,7 @@ msgstr "隨機顯示 (又名試試手氣)" msgid "Ratios" msgstr "比率" -#: src/view/screens/Search/Search.tsx:924 +#: src/view/screens/Search/Search.tsx:855 msgid "Recent Searches" msgstr "最近的搜尋結果" @@ -3442,7 +3554,7 @@ msgstr "從我的訊息流中刪除?" msgid "Remove image" msgstr "刪除圖片" -#: src/view/com/composer/ExternalEmbed.tsx:70 +#: src/view/com/composer/ExternalEmbed.tsx:82 msgid "Remove image preview" msgstr "刪除圖片預覽" @@ -3471,11 +3583,11 @@ msgstr "從我的訊息流中刪除" msgid "Removed from your feeds" msgstr "從你的訊息流中刪除" -#: src/view/com/composer/ExternalEmbed.tsx:71 +#: src/view/com/composer/ExternalEmbed.tsx:83 msgid "Removes default thumbnail from {0}" msgstr "從 {0} 中刪除預設縮略圖" -#: src/view/screens/Profile.tsx:196 +#: src/view/screens/Profile.tsx:195 msgid "Replies" msgstr "回覆" @@ -3483,7 +3595,7 @@ msgstr "回覆" msgid "Replies to this thread are disabled" msgstr "對此對話串的回覆已被停用" -#: src/view/com/composer/Composer.tsx:365 +#: src/view/com/composer/Composer.tsx:397 msgctxt "action" msgid "Reply" msgstr "回覆" @@ -3494,9 +3606,15 @@ msgstr "回覆過濾器" #: src/view/com/post/Post.tsx:177 #: src/view/com/posts/FeedItem.tsx:285 +#~ msgctxt "description" +#~ msgid "Reply to <0/>" +#~ msgstr "回覆 <0/>" + +#: src/view/com/post/Post.tsx:178 +#: src/view/com/posts/FeedItem.tsx:285 msgctxt "description" -msgid "Reply to <0/>" -msgstr "回覆 <0/>" +msgid "Reply to <0><1/>" +msgstr "" #: src/view/com/profile/ProfileMenu.tsx:319 #: src/view/com/profile/ProfileMenu.tsx:322 @@ -3516,8 +3634,8 @@ msgstr "檢舉訊息流" msgid "Report List" msgstr "檢舉列表" -#: src/view/com/util/forms/PostDropdownBtn.tsx:312 -#: src/view/com/util/forms/PostDropdownBtn.tsx:314 +#: src/view/com/util/forms/PostDropdownBtn.tsx:316 +#: src/view/com/util/forms/PostDropdownBtn.tsx:318 msgid "Report post" msgstr "檢舉貼文" @@ -3574,7 +3692,7 @@ msgstr "由 <0><1/> 轉發" msgid "reposted your post" msgstr "轉發你的貼文" -#: src/view/com/post-thread/PostThreadItem.tsx:187 +#: src/view/com/post-thread/PostThreadItem.tsx:188 msgid "Reposts of this post" msgstr "轉發這條貼文" @@ -3588,14 +3706,23 @@ msgstr "請求變更" msgid "Request Code" msgstr "請求代碼" -#: src/view/screens/Settings/index.tsx:426 +#: src/view/screens/AccessibilitySettings.tsx:82 msgid "Require alt text before posting" msgstr "要求發佈前提供替代文字" +#: src/view/screens/Settings/Email2FAToggle.tsx:53 +msgid "Require email code to log into your account" +msgstr "" + #: src/screens/Signup/StepInfo/index.tsx:69 msgid "Required for this provider" msgstr "提供商要求必填" +#: src/view/screens/Settings/DisableEmail2FADialog.tsx:168 +#: src/view/screens/Settings/DisableEmail2FADialog.tsx:171 +msgid "Resend email" +msgstr "" + #: src/view/com/modals/ChangePassword.tsx:185 msgid "Reset code" msgstr "重設碼" @@ -3604,8 +3731,8 @@ msgstr "重設碼" msgid "Reset Code" msgstr "重設碼" -#: src/view/screens/Settings/index.tsx:822 -#: src/view/screens/Settings/index.tsx:825 +#: src/view/screens/Settings/index.tsx:817 +#: src/view/screens/Settings/index.tsx:820 msgid "Reset onboarding state" msgstr "重設初始設定進行狀態" @@ -3613,20 +3740,20 @@ msgstr "重設初始設定進行狀態" msgid "Reset password" msgstr "重設密碼" -#: src/view/screens/Settings/index.tsx:812 -#: src/view/screens/Settings/index.tsx:815 +#: src/view/screens/Settings/index.tsx:807 +#: src/view/screens/Settings/index.tsx:810 msgid "Reset preferences state" msgstr "重設設定偏好狀態" -#: src/view/screens/Settings/index.tsx:823 +#: src/view/screens/Settings/index.tsx:818 msgid "Resets the onboarding state" msgstr "重設初始設定狀態" -#: src/view/screens/Settings/index.tsx:813 +#: src/view/screens/Settings/index.tsx:808 msgid "Resets the preferences state" msgstr "重設設定偏好狀態" -#: src/screens/Login/LoginForm.tsx:235 +#: src/screens/Login/LoginForm.tsx:283 msgid "Retries login" msgstr "重試登入" @@ -3635,10 +3762,10 @@ msgstr "重試登入" msgid "Retries the last action, which errored out" msgstr "重試上次出錯的操作" -#: src/components/Error.tsx:79 -#: src/components/Lists.tsx:91 -#: src/screens/Login/LoginForm.tsx:234 -#: src/screens/Login/LoginForm.tsx:241 +#: src/components/Error.tsx:88 +#: src/components/Lists.tsx:94 +#: src/screens/Login/LoginForm.tsx:282 +#: src/screens/Login/LoginForm.tsx:289 #: src/screens/Onboarding/StepInterests/index.tsx:225 #: src/screens/Onboarding/StepInterests/index.tsx:228 #: src/screens/Signup/index.tsx:194 @@ -3647,7 +3774,7 @@ msgstr "重試上次出錯的操作" msgid "Retry" msgstr "重試" -#: src/components/Error.tsx:86 +#: src/components/Error.tsx:95 #: src/view/screens/ProfileList.tsx:919 msgid "Return to previous page" msgstr "返回上一頁" @@ -3731,14 +3858,14 @@ msgstr "科學" msgid "Scroll to top" msgstr "滾動到頂部" -#: src/Navigation.tsx:451 +#: src/Navigation.tsx:460 #: 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:568 -#: src/view/screens/Search/Search.tsx:817 -#: src/view/screens/Search/Search.tsx:835 +#: src/view/screens/Search/Search.tsx:503 +#: src/view/screens/Search/Search.tsx:748 +#: src/view/screens/Search/Search.tsx:766 #: src/view/shell/bottom-bar/BottomBar.tsx:170 #: src/view/shell/desktop/LeftNav.tsx:328 #: src/view/shell/desktop/Search.tsx:215 @@ -3748,7 +3875,7 @@ msgstr "滾動到頂部" msgid "Search" msgstr "搜尋" -#: src/view/screens/Search/Search.tsx:884 +#: src/view/screens/Search/Search.tsx:815 #: src/view/shell/desktop/Search.tsx:256 msgid "Search for \"{query}\"" msgstr "搜尋「{query}」" @@ -3767,6 +3894,14 @@ msgstr "搜尋所有具有標籤 {displayTag} 的貼文" msgid "Search for users" msgstr "搜尋使用者" +#: src/components/dialogs/GifSelect.tsx:158 +msgid "Search GIFs" +msgstr "" + +#: src/components/dialogs/GifSelect.tsx:159 +msgid "Search Tenor" +msgstr "" + #: src/view/com/modals/ChangeEmail.tsx:110 msgid "Security Step Required" msgstr "所需的安全步驟" @@ -3808,6 +3943,14 @@ msgstr "選擇帳號" msgid "Select from an existing account" msgstr "從現有帳號中選擇" +#: src/view/com/composer/photos/SelectGifBtn.tsx:36 +msgid "Select GIF" +msgstr "" + +#: src/components/dialogs/GifSelect.tsx:253 +msgid "Select GIF \"{0}\"" +msgstr "" + #: src/view/screens/LanguageSettings.tsx:299 msgid "Select languages" msgstr "選擇語言" @@ -3868,8 +4011,8 @@ msgstr "選擇你的訊息流主要算法" msgid "Select your secondary algorithmic feeds" msgstr "選擇你的訊息流次要算法" -#: src/view/com/modals/VerifyEmail.tsx:202 -#: src/view/com/modals/VerifyEmail.tsx:204 +#: src/view/com/modals/VerifyEmail.tsx:210 +#: src/view/com/modals/VerifyEmail.tsx:212 msgid "Send Confirmation Email" msgstr "發送確認電子郵件" @@ -3896,6 +4039,11 @@ msgstr "提交檢舉" msgid "Send report to {0}" msgstr "將檢舉提交至 {0}" +#: src/view/screens/Settings/DisableEmail2FADialog.tsx:119 +#: src/view/screens/Settings/DisableEmail2FADialog.tsx:122 +msgid "Send verification email" +msgstr "" + #: src/view/com/modals/DeleteAccount.tsx:132 msgid "Sends email with confirmation code for account deletion" msgstr "發送包含帳號刪除確認碼的電子郵件" @@ -3940,23 +4088,23 @@ msgstr "設定你的帳號" msgid "Sets Bluesky username" msgstr "設定 Bluesky 使用者名稱" -#: src/view/screens/Settings/index.tsx:458 +#: src/view/screens/Settings/index.tsx:436 msgid "Sets color theme to dark" msgstr "將色彩主題設定為深色" -#: src/view/screens/Settings/index.tsx:451 +#: src/view/screens/Settings/index.tsx:429 msgid "Sets color theme to light" msgstr "將色彩主題設定為亮色" -#: src/view/screens/Settings/index.tsx:445 +#: src/view/screens/Settings/index.tsx:423 msgid "Sets color theme to system setting" msgstr "將色彩主題設定為跟隨系統設定" -#: src/view/screens/Settings/index.tsx:484 +#: src/view/screens/Settings/index.tsx:462 msgid "Sets dark theme to the dark theme" msgstr "將深色主題設定為深色" -#: src/view/screens/Settings/index.tsx:477 +#: src/view/screens/Settings/index.tsx:455 msgid "Sets dark theme to the dim theme" msgstr "將深色主題設定為暗淡" @@ -3976,8 +4124,8 @@ msgstr "將圖像的寬高比設定為高" msgid "Sets image aspect ratio to wide" msgstr "將圖像的寬高比設定為寬" -#: src/Navigation.tsx:139 -#: src/view/screens/Settings/index.tsx:316 +#: src/Navigation.tsx:140 +#: src/view/screens/Settings/index.tsx:309 #: src/view/shell/desktop/LeftNav.tsx:437 #: src/view/shell/Drawer.tsx:576 #: src/view/shell/Drawer.tsx:577 @@ -3999,15 +4147,15 @@ msgstr "分享" #: src/view/com/profile/ProfileMenu.tsx:215 #: src/view/com/profile/ProfileMenu.tsx:224 -#: src/view/com/util/forms/PostDropdownBtn.tsx:236 -#: src/view/com/util/forms/PostDropdownBtn.tsx:245 +#: src/view/com/util/forms/PostDropdownBtn.tsx:240 +#: src/view/com/util/forms/PostDropdownBtn.tsx:249 #: src/view/com/util/post-ctrls/PostCtrls.tsx:237 #: src/view/screens/ProfileList.tsx:390 msgid "Share" msgstr "分享" #: src/view/com/profile/ProfileMenu.tsx:373 -#: src/view/com/util/forms/PostDropdownBtn.tsx:369 +#: src/view/com/util/forms/PostDropdownBtn.tsx:373 #: src/view/com/util/post-ctrls/PostCtrls.tsx:253 msgid "Share anyway" msgstr "仍然分享" @@ -4030,7 +4178,7 @@ msgstr "分享連結的網站" #: src/components/moderation/LabelPreference.tsx:136 #: src/components/moderation/PostHider.tsx:107 #: src/screens/Onboarding/StepModeration/ModerationOption.tsx:54 -#: src/view/screens/Settings/index.tsx:366 +#: src/view/screens/Settings/index.tsx:359 msgid "Show" msgstr "顯示" @@ -4052,13 +4200,13 @@ msgstr "顯示徽章" msgid "Show badge and filter from feeds" msgstr "顯示徽章並從訊息流中篩選" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:200 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:198 msgid "Show follows similar to {0}" msgstr "顯示類似於 {0} 的跟隨者" -#: src/view/com/post-thread/PostThreadItem.tsx:501 -#: src/view/com/post/Post.tsx:212 -#: src/view/com/posts/FeedItem.tsx:360 +#: src/view/com/post-thread/PostThreadItem.tsx:507 +#: src/view/com/post/Post.tsx:215 +#: src/view/com/posts/FeedItem.tsx:362 msgid "Show More" msgstr "顯示更多" @@ -4135,7 +4283,7 @@ msgstr "在你的訊息流中顯示來自 {0} 的貼文" #: src/components/dialogs/Signin.tsx:99 #: src/screens/Login/index.tsx:100 #: src/screens/Login/index.tsx:119 -#: src/screens/Login/LoginForm.tsx:131 +#: src/screens/Login/LoginForm.tsx:148 #: src/view/com/auth/SplashScreen.tsx:63 #: src/view/com/auth/SplashScreen.tsx:72 #: src/view/com/auth/SplashScreen.web.tsx:107 @@ -4146,9 +4294,9 @@ msgstr "在你的訊息流中顯示來自 {0} 的貼文" #: src/view/shell/bottom-bar/BottomBarWeb.tsx:178 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:179 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:181 -#: src/view/shell/NavSignupCard.tsx:63 -#: src/view/shell/NavSignupCard.tsx:64 -#: src/view/shell/NavSignupCard.tsx:66 +#: src/view/shell/NavSignupCard.tsx:69 +#: src/view/shell/NavSignupCard.tsx:70 +#: src/view/shell/NavSignupCard.tsx:72 msgid "Sign in" msgstr "登入" @@ -4168,8 +4316,8 @@ msgstr "登入或建立你的帳戶以加入對話!" msgid "Sign into Bluesky or create a new account" msgstr "登入 Bluesky 或建立新帳戶" -#: src/view/screens/Settings/index.tsx:118 -#: src/view/screens/Settings/index.tsx:121 +#: src/view/screens/Settings/index.tsx:111 +#: src/view/screens/Settings/index.tsx:114 msgid "Sign out" msgstr "登出" @@ -4179,9 +4327,9 @@ msgstr "登出" #: src/view/shell/bottom-bar/BottomBarWeb.tsx:168 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:169 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:171 -#: src/view/shell/NavSignupCard.tsx:54 -#: src/view/shell/NavSignupCard.tsx:55 -#: src/view/shell/NavSignupCard.tsx:57 +#: src/view/shell/NavSignupCard.tsx:60 +#: src/view/shell/NavSignupCard.tsx:61 +#: src/view/shell/NavSignupCard.tsx:63 msgid "Sign up" msgstr "註冊" @@ -4194,7 +4342,7 @@ msgstr "註冊或登入以參與對話" msgid "Sign-in Required" msgstr "需要登入" -#: src/view/screens/Settings/index.tsx:377 +#: src/view/screens/Settings/index.tsx:370 msgid "Signed in as" msgstr "登入身分" @@ -4254,7 +4402,7 @@ msgstr "運動" msgid "Square" msgstr "方塊" -#: src/view/screens/Settings/index.tsx:867 +#: src/view/screens/Settings/index.tsx:862 msgid "Status page" msgstr "狀態頁" @@ -4262,12 +4410,12 @@ msgstr "狀態頁" msgid "Step" msgstr "Step" -#: src/view/screens/Settings/index.tsx:295 +#: src/view/screens/Settings/index.tsx:288 msgid "Storage cleared, you need to restart the app now." msgstr "已清除儲存資料,你需要立即重啟應用程式。" -#: src/Navigation.tsx:211 -#: src/view/screens/Settings/index.tsx:795 +#: src/Navigation.tsx:212 +#: src/view/screens/Settings/index.tsx:790 msgid "Storybook" msgstr "故事書" @@ -4301,7 +4449,7 @@ msgstr "訂閱這個標籤者" msgid "Subscribe to this list" msgstr "訂閱這個列表" -#: src/view/screens/Search/Search.tsx:523 +#: src/view/screens/Search/Search.tsx:476 msgid "Suggested Follows" msgstr "推薦的跟隨者" @@ -4313,30 +4461,30 @@ msgstr "為你推薦" msgid "Suggestive" msgstr "建議" -#: src/Navigation.tsx:226 +#: src/Navigation.tsx:227 #: src/view/screens/Support.tsx:30 #: src/view/screens/Support.tsx:33 msgid "Support" msgstr "支援" -#: src/components/dialogs/SwitchAccount.tsx:46 -#: src/components/dialogs/SwitchAccount.tsx:49 +#: src/components/dialogs/SwitchAccount.tsx:47 +#: src/components/dialogs/SwitchAccount.tsx:50 msgid "Switch Account" msgstr "切換帳號" -#: src/view/screens/Settings/index.tsx:150 +#: src/view/screens/Settings/index.tsx:143 msgid "Switch to {0}" msgstr "切換到 {0}" -#: src/view/screens/Settings/index.tsx:151 +#: src/view/screens/Settings/index.tsx:144 msgid "Switches the account you are logged in to" msgstr "切換你登入的帳號" -#: src/view/screens/Settings/index.tsx:442 +#: src/view/screens/Settings/index.tsx:420 msgid "System" msgstr "系統" -#: src/view/screens/Settings/index.tsx:783 +#: src/view/screens/Settings/index.tsx:778 msgid "System log" msgstr "系統日誌" @@ -4364,9 +4512,9 @@ msgstr "科技" msgid "Terms" msgstr "條款" -#: src/Navigation.tsx:236 +#: src/Navigation.tsx:237 #: src/screens/Signup/StepInfo/Policies.tsx:49 -#: src/view/screens/Settings/index.tsx:881 +#: src/view/screens/Settings/index.tsx:876 #: src/view/screens/TermsOfService.tsx:29 #: src/view/shell/Drawer.tsx:265 msgid "Terms of Service" @@ -4398,7 +4546,7 @@ msgstr "其中包含以下內容:" msgid "That handle is already taken." msgstr "這個帳號代碼已被使用。" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:282 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:280 #: src/view/com/profile/ProfileMenu.tsx:349 msgid "The account will be able to interact with you after unblocking." msgstr "解除封鎖後,該帳號將能夠與你互動。" @@ -4461,6 +4609,10 @@ msgstr "刪除訊息流時出現問題,請檢查你的網路連線並重試。 msgid "There was an an issue updating your feeds, please check your internet connection and try again." msgstr "更新訊息流時出現問題,請檢查你的網路連線並重試。" +#: src/components/dialogs/GifSelect.tsx:201 +msgid "There was an issue connecting to Tenor." +msgstr "" + #: src/view/screens/ProfileFeed.tsx:247 #: src/view/screens/ProfileList.tsx:277 #: src/view/screens/SavedFeeds.tsx:211 @@ -4505,9 +4657,9 @@ msgstr "與伺服器同步設定偏好時發生問題" msgid "There was an issue with fetching your app passwords" msgstr "取得應用程式專用密碼時發生問題" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:105 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:127 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:141 +#: 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:106 @@ -4526,7 +4678,8 @@ msgstr "發生問題了!{0}" msgid "There was an issue. Please check your internet connection and try again." msgstr "發生問題了。請檢查你的網路連線並重試。" -#: src/view/com/util/ErrorBoundary.tsx:51 +#: src/components/dialogs/GifSelect.tsx:289 +#: 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 "應用程式中發生了意外問題。請告訴我們是否發生在你身上!" @@ -4593,7 +4746,7 @@ msgstr "這個訊息流是空的!你或許需要先跟隨更多的人或檢查 msgid "This information is not shared with other users." msgstr "此資訊不會分享給其他使用者。" -#: src/view/com/modals/VerifyEmail.tsx:119 +#: src/view/com/modals/VerifyEmail.tsx:127 msgid "This is important in case you ever need to change your email or reset your password." msgstr "這很重要,以防你將來需要更改電子郵件地址或重設密碼。" @@ -4621,16 +4774,16 @@ msgstr "此限制服務暫時無法使用,詳情請見下文。如果問題持 msgid "This name is already in use" msgstr "此名稱已被使用" -#: src/view/com/post-thread/PostThreadItem.tsx:125 +#: src/view/com/post-thread/PostThreadItem.tsx:126 msgid "This post has been deleted." msgstr "這則貼文已被刪除。" -#: src/view/com/util/forms/PostDropdownBtn.tsx:366 +#: src/view/com/util/forms/PostDropdownBtn.tsx:370 #: src/view/com/util/post-ctrls/PostCtrls.tsx:250 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:348 +#: src/view/com/util/forms/PostDropdownBtn.tsx:352 msgid "This post will be hidden from feeds." msgstr "這則貼文將從訊息流中被隱藏。" @@ -4679,12 +4832,12 @@ msgstr "此警告僅適用於附帶媒體的貼文。" msgid "This will delete {0} from your muted words. You can always add it back later." msgstr "這將從你的靜音詞中刪除 {0},你隨時可以在稍後添加回來。" -#: src/view/screens/Settings/index.tsx:525 +#: src/view/screens/Settings/index.tsx:526 msgid "Thread preferences" msgstr "對話串偏好" #: src/view/screens/PreferencesThreads.tsx:53 -#: src/view/screens/Settings/index.tsx:535 +#: src/view/screens/Settings/index.tsx:536 msgid "Thread Preferences" msgstr "對話串偏好" @@ -4692,10 +4845,14 @@ msgstr "對話串偏好" msgid "Threaded Mode" msgstr "對話串模式" -#: src/Navigation.tsx:269 +#: src/Navigation.tsx:270 msgid "Threads Preferences" msgstr "對話串偏好" +#: src/view/screens/Settings/DisableEmail2FADialog.tsx:102 +msgid "To disable the email 2FA method, please verify your access to the email address." +msgstr "" + #: src/components/ReportDialog/SelectLabelerView.tsx:33 msgid "To whom would you like to send this report?" msgstr "你希望向誰提交此檢舉?" @@ -4712,7 +4869,8 @@ msgstr "切換下拉式選單" msgid "Toggle to enable or disable adult content" msgstr "切換以啟用或禁用成人內容" -#: src/view/screens/Search/Search.tsx:427 +#: src/screens/Hashtag.tsx:88 +#: src/view/screens/Search/Search.tsx:418 msgid "Top" msgstr "最夯" @@ -4720,10 +4878,10 @@ msgstr "最夯" msgid "Transformations" msgstr "轉換" -#: src/view/com/post-thread/PostThreadItem.tsx:638 -#: src/view/com/post-thread/PostThreadItem.tsx:640 -#: src/view/com/util/forms/PostDropdownBtn.tsx:220 +#: src/view/com/post-thread/PostThreadItem.tsx:644 +#: src/view/com/post-thread/PostThreadItem.tsx:646 #: src/view/com/util/forms/PostDropdownBtn.tsx:222 +#: src/view/com/util/forms/PostDropdownBtn.tsx:224 msgid "Translate" msgstr "翻譯" @@ -4732,6 +4890,10 @@ msgctxt "action" msgid "Try again" msgstr "重試" +#: src/view/screens/Settings/index.tsx:695 +msgid "Two-factor authentication" +msgstr "" + #: src/view/com/modals/ChangeHandle.tsx:428 msgid "Type:" msgstr "類型:" @@ -4746,21 +4908,21 @@ msgstr "取消靜音列表" #: src/screens/Login/ForgotPasswordForm.tsx:74 #: src/screens/Login/index.tsx:78 -#: src/screens/Login/LoginForm.tsx:119 +#: src/screens/Login/LoginForm.tsx:136 #: src/screens/Login/SetNewPasswordForm.tsx:77 #: src/screens/Signup/index.tsx:64 #: src/view/com/modals/ChangePassword.tsx:70 msgid "Unable to contact your service. Please check your Internet connection." msgstr "無法連線到服務,請檢查你的網路連線。" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:181 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:286 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:179 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:284 #: src/view/com/profile/ProfileMenu.tsx:361 #: src/view/screens/ProfileList.tsx:574 msgid "Unblock" msgstr "取消封鎖" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:186 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:184 msgctxt "action" msgid "Unblock" msgstr "取消封鎖" @@ -4770,7 +4932,7 @@ msgstr "取消封鎖" msgid "Unblock Account" msgstr "取消封鎖" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:280 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:278 #: src/view/com/profile/ProfileMenu.tsx:343 msgid "Unblock Account?" msgstr "取消封鎖?" @@ -4792,7 +4954,7 @@ msgctxt "action" msgid "Unfollow" msgstr "取消跟隨" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:220 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:218 msgid "Unfollow {0}" msgstr "取消跟隨 {0}" @@ -4827,8 +4989,8 @@ msgstr "取消靜音帳號" msgid "Unmute all {displayTag} posts" msgstr "取消對所有 {displayTag} 貼文的靜音" -#: src/view/com/util/forms/PostDropdownBtn.tsx:269 -#: src/view/com/util/forms/PostDropdownBtn.tsx:274 +#: src/view/com/util/forms/PostDropdownBtn.tsx:273 +#: src/view/com/util/forms/PostDropdownBtn.tsx:278 msgid "Unmute thread" msgstr "取消靜音對話串" @@ -4978,13 +5140,11 @@ msgstr "使用者列表已更新" msgid "User Lists" msgstr "使用者列表" -#: src/screens/Login/LoginForm.tsx:151 +#: src/screens/Login/LoginForm.tsx:168 msgid "Username or email address" msgstr "使用者名稱或電子郵件地址" #: src/view/screens/ProfileList.tsx:813 -#: src/view/screens/Search/Search.tsx:473 -#: src/view/screens/Search/Search.tsx:482 msgid "Users" msgstr "使用者" @@ -5008,15 +5168,15 @@ msgstr "值:" msgid "Verify {0}" msgstr "驗證 {0}" -#: src/view/screens/Settings/index.tsx:906 +#: src/view/screens/Settings/index.tsx:901 msgid "Verify email" msgstr "驗證電子郵件" -#: src/view/screens/Settings/index.tsx:931 +#: src/view/screens/Settings/index.tsx:926 msgid "Verify my email" msgstr "驗證我的電子郵件" -#: src/view/screens/Settings/index.tsx:940 +#: src/view/screens/Settings/index.tsx:935 msgid "Verify My Email" msgstr "驗證我的電子郵件" @@ -5025,11 +5185,11 @@ msgstr "驗證我的電子郵件" msgid "Verify New Email" msgstr "驗證新的電子郵件" -#: src/view/com/modals/VerifyEmail.tsx:103 +#: src/view/com/modals/VerifyEmail.tsx:111 msgid "Verify Your Email" msgstr "驗證你的電子郵件" -#: src/view/screens/Settings/index.tsx:857 +#: src/view/screens/Settings/index.tsx:852 msgid "Version {0}" msgstr "版本 {0}" @@ -5061,8 +5221,8 @@ msgstr "查看整個對話串" msgid "View information about these labels" msgstr "查看有關這些標籤的信息" -#: src/components/ProfileHoverCard/index.web.tsx:264 -#: src/components/ProfileHoverCard/index.web.tsx:293 +#: src/components/ProfileHoverCard/index.web.tsx:379 +#: src/components/ProfileHoverCard/index.web.tsx:408 #: src/view/com/posts/FeedErrorMessage.tsx:166 msgid "View profile" msgstr "查看資料" @@ -5099,7 +5259,7 @@ msgstr "警告內容" msgid "Warn content and filter from feeds" msgstr "警告內容並從訊息流中過濾" -#: src/screens/Hashtag.tsx:133 +#: src/screens/Hashtag.tsx:210 msgid "We couldn't find any results for that hashtag." msgstr "我們找不到任何與該標籤相關的結果。" @@ -5155,11 +5315,11 @@ msgstr "很抱歉,我們無法解析此列表。如果問題持續發生,請 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:322 +#: src/view/screens/Search/Search.tsx:323 msgid "We're sorry, but your search could not be completed. Please try again in a few minutes." msgstr "很抱歉,無法完成你的搜尋請求。請稍後再試。" -#: src/components/Lists.tsx:188 +#: src/components/Lists.tsx:197 #: src/view/screens/NotFound.tsx:48 msgid "We're sorry! We can't find the page you were looking for." msgstr "很抱歉!我們找不到你正在尋找的頁面。" @@ -5178,7 +5338,7 @@ msgstr "你感興趣的是什麼?" #: src/view/com/auth/SplashScreen.tsx:40 #: src/view/com/auth/SplashScreen.web.tsx:81 -#: src/view/com/composer/Composer.tsx:296 +#: src/view/com/composer/Composer.tsx:306 msgid "What's up?" msgstr "發生了什麼新鮮事?" @@ -5219,11 +5379,11 @@ msgstr "為什麼應該審查這個使用者?" msgid "Wide" msgstr "寬" -#: src/view/com/composer/Composer.tsx:436 +#: src/view/com/composer/Composer.tsx:467 msgid "Write post" msgstr "撰寫貼文" -#: src/view/com/composer/Composer.tsx:295 +#: src/view/com/composer/Composer.tsx:305 #: src/view/com/composer/Prompt.tsx:37 msgid "Write your reply" msgstr "撰寫你的回覆" @@ -5327,7 +5487,7 @@ msgstr "你沒有訂閱訊息流。" msgid "You have no lists." msgstr "你沒有列表。" -#: src/view/screens/ModerationBlockedAccounts.tsx:138 +#: src/view/screens/ModerationBlockedAccounts.tsx:137 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 "你還沒有封鎖任何帳號。要封鎖帳號,請轉到其個人資料並在其帳號上的選單中選擇「封鎖帳號」。" @@ -5428,7 +5588,7 @@ msgstr "你的電子郵件地址似乎無效。" msgid "Your email has been updated but not verified. As a next step, please verify your new email." msgstr "你的電子郵件地址已更新但尚未驗證。作為下一步,請驗證你的新電子郵件地址。" -#: src/view/com/modals/VerifyEmail.tsx:114 +#: src/view/com/modals/VerifyEmail.tsx:122 msgid "Your email has not yet been verified. This is an important security step which we recommend." msgstr "你的電子郵件地址尚未驗證。這是一個我們建議的重要安全步驟。" @@ -5452,7 +5612,7 @@ msgstr "你的靜音詞" msgid "Your password has been changed successfully!" msgstr "你的密碼已成功更改!" -#: src/view/com/composer/Composer.tsx:284 +#: src/view/com/composer/Composer.tsx:294 msgid "Your post has been published" msgstr "你的貼文已發佈" @@ -5462,11 +5622,11 @@ msgstr "你的貼文已發佈" msgid "Your posts, likes, and blocks are public. Mutes are private." msgstr "你的貼文、按喜歡和封鎖是公開可見的,而靜音是私人的。" -#: src/view/screens/Settings/index.tsx:136 +#: src/view/screens/Settings/index.tsx:129 msgid "Your profile" msgstr "你的個人資料" -#: src/view/com/composer/Composer.tsx:283 +#: src/view/com/composer/Composer.tsx:293 msgid "Your reply has been published" msgstr "你的回覆已發佈"