diff options
author | Paul Frazee <pfrazee@gmail.com> | 2024-09-07 13:52:00 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-09-07 13:52:00 -0700 |
commit | a6a3d203fdbe469a56f681feb804e1ef41eaf2c7 (patch) | |
tree | 3381ee1afd6e94884ba2f1987ee4ce66ae87520c /src/locale/locales/es/messages.po | |
parent | 63ab16a62d7e63a3ef38b6363bbf8034ccfb490f (diff) | |
download | voidsky-a6a3d203fdbe469a56f681feb804e1ef41eaf2c7.tar.zst |
Release 1.91 prep (#5215)
* Run intl:extract * Test fixes * Update pt-BR translations for video
Diffstat (limited to 'src/locale/locales/es/messages.po')
-rw-r--r-- | src/locale/locales/es/messages.po | 1014 |
1 files changed, 633 insertions, 381 deletions
diff --git a/src/locale/locales/es/messages.po b/src/locale/locales/es/messages.po index 86b8097fc..62ef7e4fa 100644 --- a/src/locale/locales/es/messages.po +++ b/src/locale/locales/es/messages.po @@ -21,16 +21,24 @@ msgstr "" msgid "(no email)" msgstr "(sin correo)" -#: src/view/com/notifications/FeedItem.tsx:236 -#: src/view/com/notifications/FeedItem.tsx:327 +#: src/view/com/notifications/FeedItem.tsx:232 +#: src/view/com/notifications/FeedItem.tsx:323 msgid "{0, plural, one {{formattedCount} other} other {{formattedCount} others}}" msgstr "" +#: src/lib/hooks/useTimeAgo.ts:156 +msgid "{0, plural, one {# day} other {# days}}" +msgstr "" + +#: src/lib/hooks/useTimeAgo.ts:146 +msgid "{0, plural, one {# hour} other {# hours}}" +msgstr "" + #: src/components/moderation/LabelsOnMe.tsx:55 #~ msgid "{0, plural, one {# label has been placed on this account} other {# labels has been placed on this account}}" #~ msgstr "" -#: src/components/moderation/LabelsOnMe.tsx:55 +#: src/components/moderation/LabelsOnMe.tsx:54 msgid "{0, plural, one {# label has been placed on this account} other {# labels have been placed on this account}}" msgstr "" @@ -38,14 +46,26 @@ msgstr "" #~ msgid "{0, plural, one {# label has been placed on this content} other {# labels has been placed on this content}}" #~ msgstr "" -#: src/components/moderation/LabelsOnMe.tsx:61 +#: src/components/moderation/LabelsOnMe.tsx:60 msgid "{0, plural, one {# label has been placed on this content} other {# labels have been placed on this content}}" msgstr "" -#: src/view/com/util/post-ctrls/RepostButton.tsx:68 +#: src/lib/hooks/useTimeAgo.ts:136 +msgid "{0, plural, one {# minute} other {# minutes}}" +msgstr "" + +#: src/lib/hooks/useTimeAgo.ts:167 +msgid "{0, plural, one {# month} other {# months}}" +msgstr "" + +#: src/view/com/util/post-ctrls/RepostButton.tsx:71 msgid "{0, plural, one {# repost} other {# reposts}}" msgstr "" +#: src/lib/hooks/useTimeAgo.ts:126 +msgid "{0, plural, one {# second} other {# seconds}}" +msgstr "" + #: src/components/KnownFollowers.tsx:179 #~ msgid "{0, plural, one {and # other} other {and # others}}" #~ msgstr "" @@ -60,11 +80,11 @@ msgstr "" msgid "{0, plural, one {following} other {following}}" msgstr "" -#: src/view/com/util/post-ctrls/PostCtrls.tsx:276 +#: src/view/com/util/post-ctrls/PostCtrls.tsx:312 msgid "{0, plural, one {Like (# like)} other {Like (# likes)}}" msgstr "" -#: src/view/com/post-thread/PostThreadItem.tsx:433 +#: src/view/com/post-thread/PostThreadItem.tsx:439 msgid "{0, plural, one {like} other {likes}}" msgstr "" @@ -77,19 +97,19 @@ msgstr "" msgid "{0, plural, one {post} other {posts}}" msgstr "" -#: src/view/com/post-thread/PostThreadItem.tsx:413 +#: src/view/com/post-thread/PostThreadItem.tsx:419 msgid "{0, plural, one {quote} other {quotes}}" msgstr "" -#: src/view/com/util/post-ctrls/PostCtrls.tsx:233 +#: src/view/com/util/post-ctrls/PostCtrls.tsx:269 msgid "{0, plural, one {Reply (# reply)} other {Reply (# replies)}}" msgstr "" -#: src/view/com/post-thread/PostThreadItem.tsx:393 +#: src/view/com/post-thread/PostThreadItem.tsx:397 msgid "{0, plural, one {repost} other {reposts}}" msgstr "" -#: src/view/com/util/post-ctrls/PostCtrls.tsx:272 +#: src/view/com/util/post-ctrls/PostCtrls.tsx:308 msgid "{0, plural, one {Unlike (# like)} other {Unlike (# likes)}}" msgstr "" @@ -107,6 +127,10 @@ msgstr "" msgid "{0} joined this week" msgstr "" +#: src/view/com/util/post-embeds/VideoEmbedInner/VideoWebControls.tsx:593 +msgid "{0} of {1}" +msgstr "" + #: src/screens/StarterPack/StarterPackScreen.tsx:467 msgid "{0} people have used this starter pack!" msgstr "" @@ -127,30 +151,56 @@ msgstr "" msgid "{0}'s starter pack" msgstr "" +#. How many days have passed, displayed in a narrow form +#: src/lib/hooks/useTimeAgo.ts:158 +msgid "{0}d" +msgstr "" + +#. How many hours have passed, displayed in a narrow form +#: src/lib/hooks/useTimeAgo.ts:148 +msgid "{0}h" +msgstr "" + +#. How many minutes have passed, displayed in a narrow form +#: src/lib/hooks/useTimeAgo.ts:138 +msgid "{0}m" +msgstr "" + +#. How many months have passed, displayed in a narrow form +#: src/lib/hooks/useTimeAgo.ts:169 +msgid "{0}mo" +msgstr "" + +#. How many seconds have passed, displayed in a narrow form +#: src/lib/hooks/useTimeAgo.ts:128 +msgid "{0}s" +msgstr "" + #: src/components/LabelingServiceCard/index.tsx:71 msgid "{count, plural, one {Liked by # user} other {Liked by # users}}" msgstr "" #: src/lib/hooks/useTimeAgo.ts:69 -msgid "{diff, plural, one {day} other {days}}" -msgstr "" +#~ msgid "{diff, plural, one {day} other {days}}" +#~ msgstr "" #: src/lib/hooks/useTimeAgo.ts:64 -msgid "{diff, plural, one {hour} other {hours}}" -msgstr "" +#~ msgid "{diff, plural, one {hour} other {hours}}" +#~ msgstr "" #: src/lib/hooks/useTimeAgo.ts:59 -msgid "{diff, plural, one {minute} other {minutes}}" -msgstr "" +#~ msgid "{diff, plural, one {minute} other {minutes}}" +#~ msgstr "" #: src/lib/hooks/useTimeAgo.ts:75 -msgid "{diff, plural, one {month} other {months}}" -msgstr "" +#~ msgid "{diff, plural, one {month} other {months}}" +#~ msgstr "" #: src/lib/hooks/useTimeAgo.ts:54 -msgid "{diffSeconds, plural, one {second} other {seconds}}" -msgstr "" +#~ msgid "{diffSeconds, plural, one {second} other {seconds}}" +#~ msgstr "" +#: src/lib/generate-starterpack.ts:108 #: src/screens/StarterPack/Wizard/index.tsx:174 msgid "{displayName}'s Starter Pack" msgstr "" @@ -278,8 +328,8 @@ msgid "7 days" msgstr "" #: src/tours/Tooltip.tsx:70 -msgid "A help tooltip" -msgstr "" +#~ msgid "A help tooltip" +#~ msgstr "" #: src/view/com/util/ViewHeader.tsx:92 #: src/view/screens/Search/Search.tsx:684 @@ -343,7 +393,7 @@ msgstr "Opciones de cuenta" msgid "Account removed from quick access" msgstr "Cuenta elimada de acceso rápido" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:139 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:135 #: src/view/com/profile/ProfileMenu.tsx:133 msgid "Account unblocked" msgstr "Cuenta desbloqueada" @@ -399,9 +449,13 @@ msgstr "Añadir texto alternativo" #~ msgid "Add ALT text" #~ msgstr "Añadir texto alternativo" -#: src/view/screens/AppPasswords.tsx:106 -#: src/view/screens/AppPasswords.tsx:148 -#: src/view/screens/AppPasswords.tsx:161 +#: src/view/com/composer/videos/SubtitleDialog.tsx:107 +msgid "Add alt text (optional)" +msgstr "" + +#: src/view/screens/AppPasswords.tsx:105 +#: src/view/screens/AppPasswords.tsx:147 +#: src/view/screens/AppPasswords.tsx:160 msgid "Add App Password" msgstr "Añadir contraseña de app" @@ -509,7 +563,7 @@ msgstr "" msgid "Allow replies from:" msgstr "" -#: src/view/screens/AppPasswords.tsx:271 +#: src/view/screens/AppPasswords.tsx:266 msgid "Allows access to direct messages" msgstr "" @@ -524,17 +578,20 @@ msgstr "Sesión ya iniciada como @{0}" #: src/view/com/composer/GifAltText.tsx:93 #: src/view/com/composer/photos/Gallery.tsx:144 -#: src/view/com/util/post-embeds/GifEmbed.tsx:183 +#: src/view/com/util/post-embeds/GifEmbed.tsx:165 msgid "ALT" msgstr "ALT" #: src/view/com/composer/GifAltText.tsx:144 +#: src/view/com/composer/videos/SubtitleDialog.tsx:54 +#: src/view/com/composer/videos/SubtitleDialog.tsx:102 +#: src/view/com/composer/videos/SubtitleDialog.tsx:106 #: src/view/com/modals/EditImage.tsx:316 #: src/view/screens/AccessibilitySettings.tsx:87 msgid "Alt text" msgstr "Texto alternativo" -#: src/view/com/util/post-embeds/GifEmbed.tsx:189 +#: src/view/com/util/post-embeds/GifEmbed.tsx:170 msgid "Alt Text" msgstr "Texto alternativo" @@ -559,19 +616,26 @@ msgstr "" #~ msgid "An error occured" #~ msgstr "Ocurrió un error" -#: src/view/com/util/post-embeds/VideoEmbedInner/VideoWebControls.tsx:314 +#: src/view/com/util/post-embeds/VideoEmbedInner/VideoWebControls.tsx:369 msgid "An error occurred" msgstr "" +#: src/state/queries/video/video.ts:227 +msgid "An error occurred while compressing the video." +msgstr "" + #: src/components/StarterPack/ProfileStarterPacks.tsx:315 msgid "An error occurred while generating your starter pack. Want to try again?" msgstr "" -#: src/view/com/util/post-embeds/VideoEmbed.tsx:69 -#: src/view/com/util/post-embeds/VideoEmbed.web.tsx:150 +#: src/view/com/util/post-embeds/VideoEmbed.tsx:213 msgid "An error occurred while loading the video. Please try again later." msgstr "" +#: src/view/com/util/post-embeds/VideoEmbed.web.tsx:170 +msgid "An error occurred while loading the video. Please try again." +msgstr "" + #: src/components/StarterPack/ShareDialog.tsx:79 #~ msgid "An error occurred while saving the image." #~ msgstr "" @@ -581,6 +645,10 @@ msgstr "" msgid "An error occurred while saving the QR code!" msgstr "" +#: src/view/com/composer/videos/SelectVideoBtn.tsx:61 +msgid "An error occurred while selecting the video" +msgstr "" + #: src/components/dms/MessageMenu.tsx:134 #~ msgid "An error occurred while trying to delete the message. Please try again." #~ msgstr "Ocurrió un error al intentar eliminar el mensaje. Intenta de nuevo." @@ -590,7 +658,7 @@ msgstr "" msgid "An error occurred while trying to follow all" msgstr "" -#: src/state/queries/video/video.ts:112 +#: src/state/queries/video/video.ts:194 msgid "An error occurred while uploading the video." msgstr "" @@ -615,7 +683,7 @@ msgstr "" msgid "An issue occurred, please try again." msgstr "Ocurrió un problema. Intenta de nuevo." -#: src/screens/Onboarding/StepInterests/index.tsx:219 +#: src/screens/Onboarding/StepInterests/index.tsx:199 msgid "an unknown error occurred" msgstr "Ocurrió un error desconocido" @@ -625,8 +693,8 @@ msgid "an unknown labeler" msgstr "" #: src/components/WhoCanReply.tsx:295 -#: src/view/com/notifications/FeedItem.tsx:235 -#: src/view/com/notifications/FeedItem.tsx:324 +#: src/view/com/notifications/FeedItem.tsx:231 +#: src/view/com/notifications/FeedItem.tsx:320 msgid "and" msgstr "y" @@ -635,7 +703,7 @@ msgstr "y" msgid "Animals" msgstr "Animales" -#: src/view/com/util/post-embeds/GifEmbed.tsx:155 +#: src/view/com/util/post-embeds/GifEmbed.tsx:138 msgid "Animated GIF" msgstr "GIF animado" @@ -651,7 +719,7 @@ msgstr "" msgid "App Language" msgstr "Idioma de interfaz" -#: src/view/screens/AppPasswords.tsx:228 +#: src/view/screens/AppPasswords.tsx:226 msgid "App password deleted" msgstr "Contraseña de app eliminada" @@ -668,21 +736,21 @@ msgid "App password settings" msgstr "Ajustes de contraseñas de app" #: src/Navigation.tsx:286 -#: src/view/screens/AppPasswords.tsx:192 +#: src/view/screens/AppPasswords.tsx:191 #: src/view/screens/Settings/index.tsx:672 msgid "App Passwords" msgstr "Contraseñas de la app" -#: src/components/moderation/LabelsOnMeDialog.tsx:154 -#: src/components/moderation/LabelsOnMeDialog.tsx:157 +#: src/components/moderation/LabelsOnMeDialog.tsx:146 +#: src/components/moderation/LabelsOnMeDialog.tsx:149 msgid "Appeal" msgstr "Apelar" -#: src/components/moderation/LabelsOnMeDialog.tsx:247 +#: src/components/moderation/LabelsOnMeDialog.tsx:238 msgid "Appeal \"{0}\" label" msgstr "Apelar la etiqueta de \"{0}\"" -#: src/components/moderation/LabelsOnMeDialog.tsx:238 +#: src/components/moderation/LabelsOnMeDialog.tsx:229 #: src/screens/Messages/Conversation/ChatDisabled.tsx:91 msgid "Appeal submitted" msgstr "Apelación enviada" @@ -720,7 +788,7 @@ msgstr "" #~ msgid "Are you sure you want delete this starter pack?" #~ msgstr "" -#: src/view/screens/AppPasswords.tsx:282 +#: src/view/screens/AppPasswords.tsx:277 msgid "Are you sure you want to delete the app password \"{name}\"?" msgstr "¿Seguro que quieres eliminar la contraseña de app \"{name}\"?" @@ -752,7 +820,7 @@ msgstr "¿Seguro que quieres eliminar {0} de tus feeds?" msgid "Are you sure you want to remove this from your feeds?" msgstr "" -#: src/view/com/composer/Composer.tsx:772 +#: src/view/com/composer/Composer.tsx:837 msgid "Are you sure you'd like to discard this draft?" msgstr "¿Seguro que quieres descartar este borrador?" @@ -773,13 +841,13 @@ msgstr "Arte" msgid "Artistic or non-erotic nudity." msgstr "Desnudez artística o no erótica." -#: src/screens/Signup/StepHandle.tsx:171 +#: src/screens/Signup/StepHandle.tsx:173 msgid "At least 3 characters" msgstr "Al menos 3 caracteres" #: src/components/dms/MessagesListHeader.tsx:75 -#: src/components/moderation/LabelsOnMeDialog.tsx:293 -#: src/components/moderation/LabelsOnMeDialog.tsx:294 +#: src/components/moderation/LabelsOnMeDialog.tsx:284 +#: src/components/moderation/LabelsOnMeDialog.tsx:285 #: src/screens/Login/ChooseAccountForm.tsx:98 #: src/screens/Login/ChooseAccountForm.tsx:103 #: src/screens/Login/ForgotPasswordForm.tsx:129 @@ -813,7 +881,7 @@ msgstr "Cumpleaños" msgid "Birthday:" msgstr "Cumpleaños:" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:314 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:272 #: src/view/com/profile/ProfileMenu.tsx:365 msgid "Block" msgstr "Bloquear" @@ -844,7 +912,7 @@ msgstr "Bloquear lista" msgid "Block these accounts?" msgstr "¿Bloquear estas cuentas?" -#: src/view/com/util/post-embeds/QuoteEmbed.tsx:76 +#: src/view/com/util/post-embeds/QuoteEmbed.tsx:81 msgid "Blocked" msgstr "Bloqueado" @@ -919,23 +987,23 @@ msgstr "" msgid "Books" msgstr "Libros" -#: src/components/FeedInterstitials.tsx:300 +#: src/components/FeedInterstitials.tsx:346 msgid "Browse more accounts on the Explore page" msgstr "" -#: src/components/FeedInterstitials.tsx:433 +#: src/components/FeedInterstitials.tsx:479 msgid "Browse more feeds on the Explore page" msgstr "" -#: src/components/FeedInterstitials.tsx:282 -#: src/components/FeedInterstitials.tsx:285 -#: src/components/FeedInterstitials.tsx:415 -#: src/components/FeedInterstitials.tsx:418 +#: src/components/FeedInterstitials.tsx:328 +#: src/components/FeedInterstitials.tsx:331 +#: src/components/FeedInterstitials.tsx:461 +#: src/components/FeedInterstitials.tsx:464 msgid "Browse more suggestions" msgstr "" -#: src/components/FeedInterstitials.tsx:308 -#: src/components/FeedInterstitials.tsx:442 +#: src/components/FeedInterstitials.tsx:354 +#: src/components/FeedInterstitials.tsx:488 msgid "Browse more suggestions on the Explore page" msgstr "" @@ -981,12 +1049,12 @@ msgid "Can only contain letters, numbers, spaces, dashes, and underscores. Must msgstr "Sólo puede contener letras, números, espacios, guiones y guiones bajos. Debe tener al menos 4 caracteres, pero no más de 32." #: src/components/Menu/index.tsx:235 -#: src/components/Prompt.tsx:119 -#: src/components/Prompt.tsx:121 +#: src/components/Prompt.tsx:122 +#: src/components/Prompt.tsx:124 #: src/components/TagMenu/index.tsx:282 #: src/screens/Deactivated.tsx:161 -#: src/view/com/composer/Composer.tsx:512 -#: src/view/com/composer/Composer.tsx:527 +#: src/view/com/composer/Composer.tsx:590 +#: src/view/com/composer/Composer.tsx:605 #: src/view/com/modals/ChangeEmail.tsx:213 #: src/view/com/modals/ChangeEmail.tsx:215 #: src/view/com/modals/ChangeHandle.tsx:148 @@ -1002,7 +1070,7 @@ msgstr "Sólo puede contener letras, números, espacios, guiones y guiones bajos #: src/view/com/modals/LinkWarning.tsx:107 #: src/view/com/modals/VerifyEmail.tsx:255 #: src/view/com/modals/VerifyEmail.tsx:261 -#: src/view/com/util/post-ctrls/RepostButton.tsx:160 +#: src/view/com/util/post-ctrls/RepostButton.tsx:163 #: src/view/screens/Search/Search.tsx:704 msgid "Cancel" msgstr "Cancelar" @@ -1031,7 +1099,7 @@ msgstr "Cancelar recorte de imagen" msgid "Cancel profile editing" msgstr "Cancelar edición de perfil" -#: src/view/com/util/post-ctrls/RepostButton.tsx:154 +#: src/view/com/util/post-ctrls/RepostButton.tsx:157 msgid "Cancel quote post" msgstr "Cancelar citación" @@ -1047,6 +1115,21 @@ msgstr "Cancelar búsqueda" msgid "Cancels opening the linked website" msgstr "" +#: src/state/shell/composer.tsx:70 +#: src/view/com/util/post-ctrls/PostCtrls.tsx:114 +#: src/view/com/util/post-ctrls/PostCtrls.tsx:155 +#: src/view/com/util/post-ctrls/PostCtrls.tsx:191 +msgid "Cannot interact with a blocked user" +msgstr "" + +#: src/view/com/composer/videos/SubtitleDialog.tsx:133 +msgid "Captions (.vtt)" +msgstr "" + +#: src/view/com/composer/videos/SubtitleDialog.tsx:54 +msgid "Captions & alt text" +msgstr "" + #: src/view/com/modals/VerifyEmail.tsx:160 msgid "Change" msgstr "Cambiar" @@ -1087,8 +1170,8 @@ msgid "Change Your Email" msgstr "Cambiar correo electrónico" #: src/Navigation.tsx:338 -#: src/view/shell/bottom-bar/BottomBar.tsx:204 -#: src/view/shell/desktop/LeftNav.tsx:302 +#: src/view/shell/bottom-bar/BottomBar.tsx:201 +#: src/view/shell/desktop/LeftNav.tsx:301 msgid "Chat" msgstr "Chat" @@ -1131,12 +1214,12 @@ msgstr "Te enviamos un código de verificación a tu correo. Introducelo aquí:" #~ msgstr "Elige \"Todos\" o \"Nadie\"" #: src/screens/Onboarding/StepInterests/index.tsx:191 -msgid "Choose 3 or more:" -msgstr "" +#~ msgid "Choose 3 or more:" +#~ msgstr "" #: src/screens/Onboarding/StepInterests/index.tsx:326 -msgid "Choose at least {0} more" -msgstr "" +#~ msgid "Choose at least {0} more" +#~ msgstr "" #: src/screens/StarterPack/Wizard/index.tsx:190 msgid "Choose Feeds" @@ -1154,7 +1237,7 @@ msgstr "" msgid "Choose Service" msgstr "Elige proveedor" -#: src/screens/Onboarding/StepFinished.tsx:284 +#: src/screens/Onboarding/StepFinished.tsx:280 msgid "Choose the algorithms that power your custom feeds." msgstr "Tu eliges los algoritmos que usar en tus feed." @@ -1232,7 +1315,7 @@ msgstr "" msgid "Click to enable quote posts of this post." msgstr "" -#: src/components/dms/MessageItem.tsx:231 +#: src/components/dms/MessageItem.tsx:232 msgid "Click to retry failed message" msgstr "" @@ -1247,13 +1330,15 @@ msgstr "" #: src/components/dialogs/GifSelect.ios.tsx:250 #: src/components/dialogs/GifSelect.tsx:270 #: src/components/dms/dialogs/SearchablePeopleList.tsx:261 +#: src/components/intents/VerifyEmailIntentDialog.tsx:111 +#: src/components/intents/VerifyEmailIntentDialog.tsx:118 #: src/components/NewskieDialog.tsx:146 #: src/components/NewskieDialog.tsx:153 #: src/components/StarterPack/Wizard/WizardEditListDialog.tsx:125 #: src/components/StarterPack/Wizard/WizardEditListDialog.tsx:131 #: src/view/com/modals/ChangePassword.tsx:268 #: src/view/com/modals/ChangePassword.tsx:271 -#: src/view/com/util/post-embeds/GifEmbed.tsx:195 +#: src/view/com/util/post-embeds/GifEmbed.tsx:176 msgid "Close" msgstr "Cerrar" @@ -1308,7 +1393,7 @@ msgstr "" msgid "Closes password update alert" msgstr "" -#: src/view/com/composer/Composer.tsx:524 +#: src/view/com/composer/Composer.tsx:602 msgid "Closes post composer and discards post draft" msgstr "" @@ -1316,11 +1401,11 @@ msgstr "" msgid "Closes viewer for header image" msgstr "" -#: src/view/com/notifications/FeedItem.tsx:269 +#: src/view/com/notifications/FeedItem.tsx:265 msgid "Collapse list of users" msgstr "" -#: src/view/com/notifications/FeedItem.tsx:470 +#: src/view/com/notifications/FeedItem.tsx:466 msgid "Collapses list of users for a given notification" msgstr "" @@ -1339,7 +1424,7 @@ msgstr "" msgid "Community Guidelines" msgstr "Directrices de la comunidad" -#: src/screens/Onboarding/StepFinished.tsx:297 +#: src/screens/Onboarding/StepFinished.tsx:293 msgid "Complete onboarding and start using your account" msgstr "" @@ -1347,7 +1432,7 @@ msgstr "" msgid "Complete the challenge" msgstr "" -#: src/view/com/composer/Composer.tsx:662 +#: src/view/com/composer/Composer.tsx:710 msgid "Compose posts up to {MAX_GRAPHEME_LENGTH} characters in length" msgstr "" @@ -1356,8 +1441,8 @@ msgid "Compose reply" msgstr "Redactar la respuesta" #: src/view/com/composer/videos/VideoTranscodeProgress.tsx:51 -msgid "Compressing..." -msgstr "" +#~ msgid "Compressing..." +#~ msgstr "" #: src/screens/Onboarding/StepModeration/ModerationOption.tsx:81 #~ msgid "Configure content filtering setting for category: {0}" @@ -1371,8 +1456,8 @@ msgstr "" msgid "Configured in <0>moderation settings</0>." msgstr "" -#: src/components/Prompt.tsx:162 #: src/components/Prompt.tsx:165 +#: src/components/Prompt.tsx:168 #: src/view/com/modals/SelfLabel.tsx:155 #: src/view/com/modals/VerifyEmail.tsx:239 #: src/view/com/modals/VerifyEmail.tsx:241 @@ -1458,7 +1543,7 @@ msgstr "Advertencias de contenido" msgid "Context menu backdrop, click to close the menu." msgstr "" -#: src/screens/Onboarding/StepInterests/index.tsx:278 +#: src/screens/Onboarding/StepInterests/index.tsx:258 #: src/screens/Onboarding/StepProfile/index.tsx:269 msgid "Continue" msgstr "Continuar" @@ -1471,7 +1556,7 @@ msgstr "" msgid "Continue thread..." msgstr "" -#: src/screens/Onboarding/StepInterests/index.tsx:275 +#: src/screens/Onboarding/StepInterests/index.tsx:255 #: src/screens/Onboarding/StepProfile/index.tsx:266 #: src/screens/Signup/BackNextButtons.tsx:59 msgid "Continue to next step" @@ -1507,7 +1592,7 @@ msgstr "" #: src/view/com/modals/ChangeHandle.tsx:320 #: src/view/com/modals/InviteCodes.tsx:153 #: src/view/com/util/forms/PostDropdownBtn.tsx:234 -#: src/view/com/util/post-ctrls/PostCtrls.tsx:368 +#: src/view/com/util/post-ctrls/PostCtrls.tsx:392 msgid "Copied to clipboard" msgstr "" @@ -1593,6 +1678,10 @@ msgstr "No se pudo cargar esta lista" msgid "Could not mute chat" msgstr "No se pudo mutear al chat" +#: src/view/com/composer/videos/VideoPreview.web.tsx:45 +msgid "Could not process your video" +msgstr "" + #: src/components/dms/ConvoMenu.tsx:68 #~ msgid "Could not unmute chat" #~ msgstr "" @@ -1658,7 +1747,7 @@ msgstr "Crear una cuenta nueva" msgid "Create report for {0}" msgstr "" -#: src/view/screens/AppPasswords.tsx:251 +#: src/view/screens/AppPasswords.tsx:246 msgid "Created {0}" msgstr "Creado {0}" @@ -1736,7 +1825,7 @@ msgstr "" #: src/screens/StarterPack/StarterPackScreen.tsx:652 #: src/screens/StarterPack/StarterPackScreen.tsx:732 #: src/view/com/util/forms/PostDropdownBtn.tsx:629 -#: src/view/screens/AppPasswords.tsx:285 +#: src/view/screens/AppPasswords.tsx:280 #: src/view/screens/ProfileList.tsx:723 msgid "Delete" msgstr "" @@ -1753,11 +1842,11 @@ msgstr "Borrar la cuenta" msgid "Delete Account <0>\"</0><1>{0}</1><2>\"</2>" msgstr "" -#: src/view/screens/AppPasswords.tsx:244 +#: src/view/screens/AppPasswords.tsx:239 msgid "Delete app password" msgstr "Borrar la contraseña de la app" -#: src/view/screens/AppPasswords.tsx:280 +#: src/view/screens/AppPasswords.tsx:275 msgid "Delete app password?" msgstr "" @@ -1812,7 +1901,7 @@ msgstr "" msgid "Delete this post?" msgstr "¿Borrar esta post?" -#: src/view/com/util/post-embeds/QuoteEmbed.tsx:85 +#: src/view/com/util/post-embeds/QuoteEmbed.tsx:90 msgid "Deleted" msgstr "" @@ -1848,7 +1937,7 @@ msgstr "" msgid "Dialog: adjust who can interact with this post" msgstr "" -#: src/view/com/composer/Composer.tsx:327 +#: src/view/com/composer/Composer.tsx:351 msgid "Did you want to say anything?" msgstr "¿Quieres decir algo?" @@ -1862,8 +1951,12 @@ msgid "Direct messages are here!" msgstr "" #: src/view/screens/AccessibilitySettings.tsx:111 -msgid "Disable autoplay for GIFs" -msgstr "No reproducir GIFs automáticamente" +#~ msgid "Disable autoplay for GIFs" +#~ msgstr "No reproducir GIFs automáticamente" + +#: src/view/screens/AccessibilitySettings.tsx:111 +msgid "Disable autoplay for videos and GIFs" +msgstr "" #: src/view/screens/Settings/DisableEmail2FADialog.tsx:90 msgid "Disable Email 2FA" @@ -1873,7 +1966,7 @@ msgstr "" msgid "Disable haptic feedback" msgstr "" -#: src/view/com/util/post-embeds/VideoEmbedInner/VideoWebControls.tsx:242 +#: src/view/com/util/post-embeds/VideoEmbedInner/VideoWebControls.tsx:335 msgid "Disable subtitles" msgstr "" @@ -1886,11 +1979,11 @@ msgstr "" msgid "Disabled" msgstr "" -#: src/view/com/composer/Composer.tsx:774 +#: src/view/com/composer/Composer.tsx:839 msgid "Discard" msgstr "Descartar" -#: src/view/com/composer/Composer.tsx:771 +#: src/view/com/composer/Composer.tsx:836 msgid "Discard draft?" msgstr "" @@ -1900,8 +1993,8 @@ msgid "Discourage apps from showing my account to logged-out users" msgstr "Evitar que las aplicaciones muestren mi cuenta a los usuarios desconectados" #: src/tours/HomeTour.tsx:70 -msgid "Discover learns which posts you like as you browse." -msgstr "" +#~ msgid "Discover learns which posts you like as you browse." +#~ msgstr "" #: src/view/com/posts/FollowingEmptyState.tsx:70 #: src/view/com/posts/FollowingEndOfFeed.tsx:71 @@ -1917,10 +2010,10 @@ msgid "Discover New Feeds" msgstr "" #: src/view/com/profile/ProfileHeaderSuggestedFollows.tsx:108 -msgid "Dismiss" -msgstr "" +#~ msgid "Dismiss" +#~ msgstr "" -#: src/view/com/composer/Composer.tsx:612 +#: src/view/com/composer/Composer.tsx:1106 msgid "Dismiss error" msgstr "" @@ -1952,7 +2045,7 @@ msgstr "" msgid "Does not include nudity." msgstr "" -#: src/screens/Signup/StepHandle.tsx:157 +#: src/screens/Signup/StepHandle.tsx:159 msgid "Doesn't begin or end with a hyphen" msgstr "" @@ -1972,6 +2065,8 @@ msgstr "¡Dominio verificado!" #: src/screens/Onboarding/StepProfile/index.tsx:325 #: src/view/com/auth/server-input/index.tsx:169 #: src/view/com/auth/server-input/index.tsx:170 +#: src/view/com/composer/videos/SubtitleDialog.tsx:167 +#: src/view/com/composer/videos/SubtitleDialog.tsx:177 #: src/view/com/modals/AddAppPasswords.tsx:243 #: src/view/com/modals/AltImage.tsx:141 #: src/view/com/modals/crop-image/CropImage.web.tsx:177 @@ -1994,7 +2089,7 @@ msgstr "" msgid "Done{extraText}" msgstr "Listo{extraText}" -#: src/screens/StarterPack/StarterPackLandingScreen.tsx:324 +#: src/screens/StarterPack/StarterPackLandingScreen.tsx:326 msgid "Download Bluesky" msgstr "" @@ -2003,7 +2098,7 @@ msgstr "" msgid "Download CAR file" msgstr "" -#: src/view/com/composer/text-input/TextInput.web.tsx:271 +#: src/view/com/composer/text-input/TextInput.web.tsx:269 msgid "Drop to add images" msgstr "" @@ -2116,12 +2211,12 @@ msgid "Edit post interaction settings" msgstr "" #: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:184 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:179 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:175 msgid "Edit profile" msgstr "Editar el perfil" #: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:187 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:182 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:178 msgid "Edit Profile" msgstr "Editar el perfil" @@ -2176,6 +2271,10 @@ msgstr "" msgid "Email address" msgstr "Dirección de correo electrónico" +#: src/components/intents/VerifyEmailIntentDialog.tsx:95 +msgid "Email Resent" +msgstr "" + #: src/view/com/modals/ChangeEmail.tsx:54 #: src/view/com/modals/ChangeEmail.tsx:83 msgid "Email updated" @@ -2189,6 +2288,10 @@ msgstr "Correo electrónico actualizado" msgid "Email verified" msgstr "" +#: src/components/intents/VerifyEmailIntentDialog.tsx:71 +msgid "Email Verified" +msgstr "" + #: src/view/screens/Settings/index.tsx:319 msgid "Email:" msgstr "Correo electrónico:" @@ -2238,7 +2341,7 @@ msgstr "Reproducir multimedia de" msgid "Enable priority notifications" msgstr "" -#: src/view/com/util/post-embeds/VideoEmbedInner/VideoWebControls.tsx:242 +#: src/view/com/util/post-embeds/VideoEmbedInner/VideoWebControls.tsx:336 msgid "Enable subtitles" msgstr "" @@ -2256,7 +2359,7 @@ msgstr "" msgid "Enabled" msgstr "" -#: src/screens/Profile/Sections/Feed.tsx:105 +#: src/screens/Profile/Sections/Feed.tsx:112 msgid "End of feed" msgstr "Fin de noticias" @@ -2265,7 +2368,11 @@ msgstr "Fin de noticias" #~ msgstr "" #: src/tours/Tooltip.tsx:159 -msgid "End of onboarding tour window. Do not move forward. Instead, go backward for more options, or press to skip." +#~ msgid "End of onboarding tour window. Do not move forward. Instead, go backward for more options, or press to skip." +#~ msgstr "" + +#: src/view/com/composer/videos/SubtitleDialog.tsx:157 +msgid "Ensure you have selected a language for each subtitle file." msgstr "" #: src/view/com/modals/AddAppPasswords.tsx:161 @@ -2322,11 +2429,11 @@ msgstr "Introduce tu nombre de usuario y contraseña" msgid "Error occurred while saving file" msgstr "" -#: src/screens/Signup/StepCaptcha/index.tsx:57 +#: src/screens/Signup/StepCaptcha/index.tsx:56 msgid "Error receiving captcha response." msgstr "" -#: src/screens/Onboarding/StepInterests/index.tsx:217 +#: src/screens/Onboarding/StepInterests/index.tsx:197 #: src/view/screens/Search/Search.tsx:116 msgid "Error:" msgstr "Error:" @@ -2350,11 +2457,11 @@ msgstr "" msgid "Everyone" msgstr "" -#: src/lib/moderation/useReportOptions.ts:68 +#: src/lib/moderation/useReportOptions.ts:73 msgid "Excessive mentions or replies" msgstr "" -#: src/lib/moderation/useReportOptions.ts:81 +#: src/lib/moderation/useReportOptions.ts:86 msgid "Excessive or unwanted messages" msgstr "" @@ -2366,6 +2473,10 @@ msgstr "" msgid "Excludes users you follow" msgstr "" +#: src/view/com/util/post-embeds/VideoEmbedInner/VideoWebControls.tsx:353 +msgid "Exit fullscreen" +msgstr "" + #: src/view/com/modals/DeleteAccount.tsx:293 msgid "Exits account deletion process" msgstr "" @@ -2390,7 +2501,7 @@ msgstr "" msgid "Expand alt text" msgstr "Expandir el texto alt" -#: src/view/com/notifications/FeedItem.tsx:270 +#: src/view/com/notifications/FeedItem.tsx:266 msgid "Expand list of users" msgstr "" @@ -2509,7 +2620,7 @@ msgstr "" msgid "Failed to save notification preferences, please try again" msgstr "" -#: src/components/dms/MessageItem.tsx:224 +#: src/components/dms/MessageItem.tsx:225 msgid "Failed to send" msgstr "" @@ -2517,7 +2628,7 @@ msgstr "" #~ msgid "Failed to send message(s)." #~ msgstr "" -#: src/components/moderation/LabelsOnMeDialog.tsx:234 +#: src/components/moderation/LabelsOnMeDialog.tsx:225 #: src/screens/Messages/Conversation/ChatDisabled.tsx:87 msgid "Failed to submit appeal, please try again." msgstr "" @@ -2535,6 +2646,13 @@ msgstr "" msgid "Failed to update settings" msgstr "" +#: src/state/queries/video/video-upload.ts:67 +#: src/state/queries/video/video-upload.web.ts:64 +#: src/state/queries/video/video-upload.web.ts:68 +#: src/state/queries/video/video-upload.web.ts:78 +msgid "Failed to upload video" +msgstr "" + #: src/Navigation.tsx:226 msgid "Feed" msgstr "" @@ -2563,7 +2681,7 @@ msgstr "Comentarios" #: src/view/screens/Feeds.tsx:550 #: src/view/screens/Profile.tsx:213 #: src/view/screens/Search/Search.tsx:375 -#: src/view/shell/desktop/LeftNav.tsx:379 +#: src/view/shell/desktop/LeftNav.tsx:373 #: src/view/shell/Drawer.tsx:497 #: src/view/shell/Drawer.tsx:498 msgid "Feeds" @@ -2593,7 +2711,7 @@ msgstr "" msgid "Filter from feeds" msgstr "" -#: src/screens/Onboarding/StepFinished.tsx:300 +#: src/screens/Onboarding/StepFinished.tsx:296 msgid "Finalizing" msgstr "" @@ -2604,8 +2722,8 @@ msgid "Find accounts to follow" msgstr "" #: src/tours/HomeTour.tsx:88 -msgid "Find more feeds and accounts to follow in the Explore page." -msgstr "" +#~ msgid "Find more feeds and accounts to follow in the Explore page." +#~ msgstr "" #: src/view/screens/Search/Search.tsx:439 msgid "Find posts and users on Bluesky" @@ -2624,14 +2742,14 @@ msgid "Finish" msgstr "" #: src/tours/Tooltip.tsx:149 -msgid "Finish tour and begin using the application" -msgstr "" +#~ msgid "Finish tour and begin using the application" +#~ msgstr "" #: src/screens/Onboarding/index.tsx:35 msgid "Fitness" msgstr "" -#: src/screens/Onboarding/StepFinished.tsx:280 +#: src/screens/Onboarding/StepFinished.tsx:276 msgid "Flexible" msgstr "" @@ -2648,8 +2766,8 @@ msgstr "" #: src/components/ProfileCard.tsx:351 #: src/components/ProfileHoverCard/index.web.tsx:446 #: src/components/ProfileHoverCard/index.web.tsx:457 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:252 -#: src/view/com/post-thread/PostThreadFollowBtn.tsx:146 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:223 +#: src/view/com/post-thread/PostThreadFollowBtn.tsx:144 msgid "Follow" msgstr "Seguir" @@ -2658,8 +2776,8 @@ msgctxt "action" msgid "Follow" msgstr "Seguir" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:238 -#: src/view/com/post-thread/PostThreadFollowBtn.tsx:128 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:209 +#: src/view/com/post-thread/PostThreadFollowBtn.tsx:126 msgid "Follow {0}" msgstr "Seguir {0}" @@ -2685,7 +2803,7 @@ msgstr "" #~ msgid "Follow All" #~ msgstr "" -#: src/view/com/post-thread/PostThreadFollowBtn.tsx:144 +#: src/view/com/post-thread/PostThreadFollowBtn.tsx:142 msgid "Follow Back" msgstr "" @@ -2729,16 +2847,16 @@ msgstr "Usuarios seguidos" #~ msgid "Followed users only" #~ msgstr "Solo usuarios seguidos" -#: src/view/com/notifications/FeedItem.tsx:211 +#: src/view/com/notifications/FeedItem.tsx:207 msgid "followed you" msgstr "ha comenzado a seguirte" -#: src/view/com/notifications/FeedItem.tsx:209 +#: src/view/com/notifications/FeedItem.tsx:205 msgid "followed you back" msgstr "" -#: src/view/com/profile/ProfileFollowers.tsx:104 -#: src/view/screens/ProfileFollowers.tsx:25 +#: src/view/screens/ProfileFollowers.tsx:29 +#: src/view/screens/ProfileFollowers.tsx:30 msgid "Followers" msgstr "Seguidores" @@ -2755,17 +2873,17 @@ msgstr "" #: src/components/ProfileCard.tsx:345 #: src/components/ProfileHoverCard/index.web.tsx:445 #: src/components/ProfileHoverCard/index.web.tsx:456 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:250 -#: src/view/com/post-thread/PostThreadFollowBtn.tsx:149 -#: src/view/com/profile/ProfileFollows.tsx:104 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:221 +#: src/view/com/post-thread/PostThreadFollowBtn.tsx:147 #: src/view/screens/Feeds.tsx:630 -#: src/view/screens/ProfileFollows.tsx:25 +#: src/view/screens/ProfileFollows.tsx:29 +#: src/view/screens/ProfileFollows.tsx:30 #: src/view/screens/SavedFeeds.tsx:416 msgid "Following" msgstr "Siguiendo" #: src/components/ProfileCard.tsx:311 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:98 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:94 msgid "Following {0}" msgstr "Siguiendo {0}" @@ -2784,8 +2902,8 @@ msgid "Following Feed Preferences" msgstr "Feed de Siguiendo" #: src/tours/HomeTour.tsx:59 -msgid "Following shows the latest posts from people you follow." -msgstr "" +#~ msgid "Following shows the latest posts from people you follow." +#~ msgstr "" #: src/screens/Profile/Header/Handle.tsx:31 msgid "Follows you" @@ -2829,15 +2947,19 @@ msgstr "" msgid "Frequently Posts Unwanted Content" msgstr "" -#: src/screens/Hashtag.tsx:118 +#: src/screens/Hashtag.tsx:116 msgid "From @{sanitizedAuthor}" msgstr "" -#: src/view/com/posts/FeedItem.tsx:273 +#: src/view/com/posts/FeedItem.tsx:271 msgctxt "from-feed" msgid "From <0/>" msgstr "" +#: src/view/com/util/post-embeds/VideoEmbedInner/VideoWebControls.tsx:354 +msgid "Fullscreen" +msgstr "" + #: src/view/com/composer/photos/SelectPhotoBtn.tsx:39 msgid "Gallery" msgstr "Galería" @@ -2863,7 +2985,7 @@ msgstr "Comenzar" msgid "Getting started" msgstr "" -#: src/view/com/util/images/ImageHorzList.tsx:35 +#: src/components/MediaPreview.tsx:119 msgid "GIF" msgstr "" @@ -2882,7 +3004,7 @@ msgstr "Violaciones flagrantes de la Ley o de los Términos de servicio" #: src/view/screens/NotFound.tsx:55 #: src/view/screens/ProfileFeed.tsx:112 #: src/view/screens/ProfileList.tsx:1026 -#: src/view/shell/desktop/LeftNav.tsx:134 +#: src/view/shell/desktop/LeftNav.tsx:133 msgid "Go back" msgstr "Volver" @@ -2936,8 +3058,8 @@ msgid "Go to profile" msgstr "" #: src/tours/Tooltip.tsx:138 -msgid "Go to the next step of the tour" -msgstr "" +#~ msgid "Go to the next step of the tour" +#~ msgstr "" #: src/components/dms/ConvoMenu.tsx:164 msgid "Go to user's profile" @@ -3015,7 +3137,7 @@ msgstr "" msgid "Hide" msgstr "Ocultar" -#: src/view/com/notifications/FeedItem.tsx:477 +#: src/view/com/notifications/FeedItem.tsx:473 msgctxt "action" msgid "Hide" msgstr "Ocultar" @@ -3054,7 +3176,7 @@ msgstr "¿Ocultar este post?" msgid "Hide this reply?" msgstr "" -#: src/view/com/notifications/FeedItem.tsx:468 +#: src/view/com/notifications/FeedItem.tsx:464 msgid "Hide user list" msgstr "Ocultar lista de usuarios" @@ -3086,10 +3208,14 @@ msgstr "" msgid "Hmmmm, we couldn't load that moderation service." msgstr "" -#: src/Navigation.tsx:549 -#: src/Navigation.tsx:569 -#: src/view/shell/bottom-bar/BottomBar.tsx:160 -#: src/view/shell/desktop/LeftNav.tsx:342 +#: src/state/queries/video/video.ts:165 +msgid "Hold up! We’re gradually giving access to video, and you’re still waiting in line. Check back soon!" +msgstr "" + +#: src/Navigation.tsx:550 +#: src/Navigation.tsx:570 +#: src/view/shell/bottom-bar/BottomBar.tsx:159 +#: src/view/shell/desktop/LeftNav.tsx:341 #: src/view/shell/Drawer.tsx:429 #: src/view/shell/Drawer.tsx:430 msgid "Home" @@ -3161,7 +3287,7 @@ msgstr "" msgid "Illegal and Urgent" msgstr "" -#: src/view/com/util/images/Gallery.tsx:42 +#: src/view/com/util/images/Gallery.tsx:55 msgid "Image" msgstr "" @@ -3177,7 +3303,11 @@ msgstr "" msgid "Impersonation or false claims about identity or affiliation" msgstr "" -#: src/lib/moderation/useReportOptions.ts:86 +#: src/lib/moderation/useReportOptions.ts:68 +msgid "Impersonation, misinformation, or false claims" +msgstr "" + +#: src/lib/moderation/useReportOptions.ts:91 msgid "Inappropriate messages or explicit links" msgstr "" @@ -3221,7 +3351,7 @@ msgstr "" msgid "Input your preferred hosting provider" msgstr "" -#: src/screens/Signup/StepHandle.tsx:112 +#: src/screens/Signup/StepHandle.tsx:114 msgid "Input your user handle" msgstr "" @@ -3246,6 +3376,10 @@ msgstr "" msgid "Invalid username or password" msgstr "Nombre de usuario o contraseña no válidos" +#: src/components/intents/VerifyEmailIntentDialog.tsx:82 +msgid "Invalid Verification Code" +msgstr "" + #: src/view/com/modals/InviteCodes.tsx:94 msgid "Invite a Friend" msgstr "Invita a un amigo" @@ -3254,7 +3388,7 @@ msgstr "Invita a un amigo" msgid "Invite code" msgstr "Código de invitación" -#: src/screens/Signup/state.ts:263 +#: src/screens/Signup/state.ts:258 msgid "Invite code not accepted. Check that you input it correctly and try again." msgstr "No se acepta el código de invitación. Comprueba que lo has introducido correctamente e inténtalo de nuevo." @@ -3286,6 +3420,10 @@ msgstr "" msgid "It's just you right now! Add more people to your starter pack by searching above." msgstr "" +#: src/view/com/composer/Composer.tsx:1125 +msgid "Job ID: {0}" +msgstr "" + #: src/view/com/auth/SplashScreen.web.tsx:164 msgid "Jobs" msgstr "Tareas" @@ -3330,11 +3468,11 @@ msgstr "" #~ msgid "labels have been placed on this {labelTarget}" #~ msgstr "" -#: src/components/moderation/LabelsOnMeDialog.tsx:79 +#: src/components/moderation/LabelsOnMeDialog.tsx:71 msgid "Labels on your account" msgstr "" -#: src/components/moderation/LabelsOnMeDialog.tsx:81 +#: src/components/moderation/LabelsOnMeDialog.tsx:73 msgid "Labels on your content" msgstr "" @@ -3355,7 +3493,7 @@ msgstr "Ajustes de Idiomas" msgid "Languages" msgstr "Idiomas" -#: src/screens/Hashtag.tsx:99 +#: src/screens/Hashtag.tsx:97 #: src/view/screens/Search/Search.tsx:359 msgid "Latest" msgstr "" @@ -3429,8 +3567,7 @@ msgstr "" msgid "Let's get your password reset!" msgstr "¡Vamos a restablecer tu contraseña!" -#: src/screens/Onboarding/StepFinished.tsx:300 -#: src/tours/Tooltip.tsx:151 +#: src/screens/Onboarding/StepFinished.tsx:296 msgid "Let's go!" msgstr "" @@ -3463,9 +3600,9 @@ msgstr "Dar «me gusta» a esta noticia" msgid "Liked by" msgstr "Le ha gustado a" -#: src/screens/Post/PostLikedBy.tsx:29 +#: src/screens/Post/PostLikedBy.tsx:31 +#: src/screens/Post/PostLikedBy.tsx:32 #: src/screens/Profile/ProfileLabelerLikedBy.tsx:29 -#: src/view/com/post-thread/PostLikedBy.tsx:94 #: src/view/screens/ProfileFeedLikedBy.tsx:28 msgid "Liked By" msgstr "" @@ -3484,11 +3621,11 @@ msgstr "" #~ msgid "Liked by {likeCount} {0}" #~ msgstr "" -#: src/view/com/notifications/FeedItem.tsx:215 +#: src/view/com/notifications/FeedItem.tsx:211 msgid "liked your custom feed" msgstr "" -#: src/view/com/notifications/FeedItem.tsx:182 +#: src/view/com/notifications/FeedItem.tsx:178 msgid "liked your post" msgstr "" @@ -3548,7 +3685,7 @@ msgstr "" #: src/Navigation.tsx:130 #: src/view/screens/Profile.tsx:208 #: src/view/screens/Profile.tsx:215 -#: src/view/shell/desktop/LeftNav.tsx:385 +#: src/view/shell/desktop/LeftNav.tsx:379 #: src/view/shell/Drawer.tsx:513 #: src/view/shell/Drawer.tsx:514 msgid "Lists" @@ -3574,7 +3711,7 @@ msgstr "" msgid "Load new notifications" msgstr "Cargar notificaciones nuevas" -#: src/screens/Profile/Sections/Feed.tsx:87 +#: src/screens/Profile/Sections/Feed.tsx:94 #: src/view/com/feeds/FeedPage.tsx:136 #: src/view/screens/ProfileFeed.tsx:495 #: src/view/screens/ProfileList.tsx:805 @@ -3681,12 +3818,12 @@ msgstr "" msgid "Message from server: {0}" msgstr "Mensaje del servidor: {0}" -#: src/screens/Messages/Conversation/MessageInput.tsx:138 +#: src/screens/Messages/Conversation/MessageInput.tsx:140 msgid "Message input field" msgstr "" -#: src/screens/Messages/Conversation/MessageInput.tsx:70 -#: src/screens/Messages/Conversation/MessageInput.web.tsx:49 +#: src/screens/Messages/Conversation/MessageInput.tsx:72 +#: src/screens/Messages/Conversation/MessageInput.web.tsx:59 msgid "Message is too long" msgstr "" @@ -3694,7 +3831,7 @@ msgstr "" msgid "Message settings" msgstr "" -#: src/Navigation.tsx:564 +#: src/Navigation.tsx:565 #: src/screens/Messages/List/index.tsx:164 #: src/screens/Messages/List/index.tsx:246 #: src/screens/Messages/List/index.tsx:317 @@ -3709,6 +3846,10 @@ msgstr "" msgid "Misleading Account" msgstr "" +#: src/lib/moderation/useReportOptions.ts:67 +msgid "Misleading Post" +msgstr "" + #: src/screens/Settings/AppearanceSettings.tsx:78 msgid "Mode" msgstr "" @@ -3775,7 +3916,7 @@ msgstr "" msgid "Moderator has chosen to set a general warning on the content." msgstr "" -#: src/view/com/post-thread/PostThreadItem.tsx:619 +#: src/view/com/post-thread/PostThreadItem.tsx:629 msgid "More" msgstr "" @@ -3800,8 +3941,7 @@ msgid "Music" msgstr "" #: src/components/TagMenu/index.tsx:263 -#: src/view/com/util/post-embeds/VideoEmbedInner/VideoWebControls.tsx:254 -#: src/view/com/util/post-embeds/VideoEmbedInner/VideoWebControls.tsx:265 +#: src/view/com/util/post-embeds/VideoEmbedInner/VideoWebControls.tsx:345 msgid "Mute" msgstr "" @@ -3886,7 +4026,7 @@ msgstr "Mutear hilo" msgid "Mute words & tags" msgstr "" -#: src/view/com/util/post-embeds/VideoEmbedInner/VideoEmbedInnerNative.tsx:201 +#: src/view/com/util/post-embeds/VideoEmbedInner/VideoEmbedInnerNative.tsx:168 msgid "Muted" msgstr "Muteado" @@ -3924,7 +4064,7 @@ msgstr "Mi cumpleaños" msgid "My Feeds" msgstr "Mis feeds" -#: src/view/shell/desktop/LeftNav.tsx:85 +#: src/view/shell/desktop/LeftNav.tsx:84 msgid "My Profile" msgstr "Mi perfil" @@ -3946,9 +4086,9 @@ msgid "Name is required" msgstr "" #: src/lib/moderation/useReportOptions.ts:59 -#: src/lib/moderation/useReportOptions.ts:93 -#: src/lib/moderation/useReportOptions.ts:101 -#: src/lib/moderation/useReportOptions.ts:109 +#: src/lib/moderation/useReportOptions.ts:98 +#: src/lib/moderation/useReportOptions.ts:106 +#: src/lib/moderation/useReportOptions.ts:114 msgid "Name or Description Violates Community Standards" msgstr "" @@ -3979,7 +4119,7 @@ msgstr "" msgid "Need to report a copyright violation?" msgstr "" -#: src/screens/Onboarding/StepFinished.tsx:268 +#: src/screens/Onboarding/StepFinished.tsx:264 msgid "Never lose access to your followers or data." msgstr "" @@ -4029,11 +4169,11 @@ msgstr "" #: src/view/screens/ProfileFeed.tsx:429 #: src/view/screens/ProfileList.tsx:237 #: src/view/screens/ProfileList.tsx:276 -#: src/view/shell/desktop/LeftNav.tsx:278 +#: src/view/shell/desktop/LeftNav.tsx:277 msgid "New post" msgstr "Nuevo post" -#: src/view/shell/desktop/LeftNav.tsx:284 +#: src/view/shell/desktop/LeftNav.tsx:283 msgctxt "action" msgid "New Post" msgstr "Nuevo post" @@ -4066,7 +4206,6 @@ msgstr "Noticias" #: src/screens/StarterPack/Wizard/index.tsx:187 #: src/screens/StarterPack/Wizard/index.tsx:358 #: src/screens/StarterPack/Wizard/index.tsx:365 -#: src/tours/Tooltip.tsx:139 #: src/view/com/modals/ChangePassword.tsx:254 #: src/view/com/modals/ChangePassword.tsx:256 msgid "Next" @@ -4104,11 +4243,11 @@ msgid "No feeds found. Try searching for something else." msgstr "" #: src/components/ProfileCard.tsx:331 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:120 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:116 msgid "No longer following {0}" msgstr "" -#: src/screens/Signup/StepHandle.tsx:167 +#: src/screens/Signup/StepHandle.tsx:169 msgid "No longer than 253 characters" msgstr "" @@ -4135,7 +4274,7 @@ msgstr "" msgid "No one but the author can quote this post." msgstr "" -#: src/screens/Profile/Sections/Feed.tsx:59 +#: src/screens/Profile/Sections/Feed.tsx:64 msgid "No posts yet." msgstr "" @@ -4214,7 +4353,7 @@ msgstr "" #: src/view/com/profile/ProfileMenu.tsx:372 #: src/view/com/util/forms/PostDropdownBtn.tsx:654 -#: src/view/com/util/post-ctrls/PostCtrls.tsx:332 +#: src/view/com/util/post-ctrls/PostCtrls.tsx:356 msgid "Note about sharing" msgstr "" @@ -4247,22 +4386,22 @@ msgstr "" msgid "Notification Sounds" msgstr "" -#: src/Navigation.tsx:559 +#: src/Navigation.tsx:560 #: src/view/screens/Notifications.tsx:145 #: src/view/screens/Notifications.tsx:155 #: src/view/screens/Notifications.tsx:203 -#: src/view/shell/bottom-bar/BottomBar.tsx:230 -#: src/view/shell/desktop/LeftNav.tsx:362 +#: src/view/shell/bottom-bar/BottomBar.tsx:227 +#: src/view/shell/desktop/LeftNav.tsx:356 #: src/view/shell/Drawer.tsx:461 #: src/view/shell/Drawer.tsx:462 msgid "Notifications" msgstr "Notificaciones" -#: src/lib/hooks/useTimeAgo.ts:51 +#: src/lib/hooks/useTimeAgo.ts:122 msgid "now" msgstr "" -#: src/components/dms/MessageItem.tsx:169 +#: src/components/dms/MessageItem.tsx:170 msgid "Now" msgstr "" @@ -4270,7 +4409,7 @@ msgstr "" msgid "Nudity" msgstr "" -#: src/lib/moderation/useReportOptions.ts:73 +#: src/lib/moderation/useReportOptions.ts:78 msgid "Nudity or adult content not labeled as such" msgstr "" @@ -4288,7 +4427,7 @@ msgstr "" msgid "Oh no!" msgstr "¡Qué problema!" -#: src/screens/Onboarding/StepInterests/index.tsx:153 +#: src/screens/Onboarding/StepInterests/index.tsx:138 msgid "Oh no! Something went wrong." msgstr "" @@ -4305,11 +4444,15 @@ msgid "Oldest replies first" msgstr "" #: src/components/StarterPack/QrCode.tsx:69 -msgid "on" -msgstr "" +#~ msgid "on" +#~ msgstr "" #: src/lib/hooks/useTimeAgo.ts:81 -msgid "on {str}" +#~ msgid "on {str}" +#~ msgstr "" + +#: src/components/StarterPack/QrCode.tsx:70 +msgid "on<0><1/><2><3/></2></0>" msgstr "" #: src/view/screens/Settings/index.tsx:226 @@ -4317,10 +4460,10 @@ msgid "Onboarding reset" msgstr "" #: src/tours/Tooltip.tsx:118 -msgid "Onboarding tour step {0}: {1}" -msgstr "" +#~ msgid "Onboarding tour step {0}: {1}" +#~ msgstr "" -#: src/view/com/composer/Composer.tsx:589 +#: src/view/com/composer/Composer.tsx:667 msgid "One or more images is missing alt text." msgstr "Falta el texto alternativo en una o varias imágenes." @@ -4336,10 +4479,14 @@ msgstr "" msgid "Only {0} can reply." msgstr "Solo {0} puede responder." -#: src/screens/Signup/StepHandle.tsx:150 +#: src/screens/Signup/StepHandle.tsx:152 msgid "Only contains letters, numbers, and hyphens" msgstr "" +#: src/view/com/composer/videos/SubtitleFilePicker.tsx:31 +msgid "Only WebVTT (.vtt) files are supported" +msgstr "" + #: src/components/Lists.tsx:88 msgid "Oops, something went wrong!" msgstr "" @@ -4347,13 +4494,13 @@ msgstr "" #: src/components/Lists.tsx:199 #: src/components/StarterPack/ProfileStarterPacks.tsx:304 #: src/components/StarterPack/ProfileStarterPacks.tsx:313 -#: src/view/screens/AppPasswords.tsx:69 +#: src/view/screens/AppPasswords.tsx:68 #: src/view/screens/NotificationsSettings.tsx:45 #: src/view/screens/Profile.tsx:108 msgid "Oops!" msgstr "" -#: src/screens/Onboarding/StepFinished.tsx:264 +#: src/screens/Onboarding/StepFinished.tsx:260 msgid "Open" msgstr "" @@ -4370,8 +4517,9 @@ msgstr "" msgid "Open conversation options" msgstr "" -#: src/view/com/composer/Composer.tsx:754 -#: src/view/com/composer/Composer.tsx:755 +#: src/screens/Messages/Conversation/MessageInput.web.tsx:165 +#: src/view/com/composer/Composer.tsx:819 +#: src/view/com/composer/Composer.tsx:820 msgid "Open emoji picker" msgstr "" @@ -4552,12 +4700,12 @@ msgstr "Abre la página de la bitácora del sistema" msgid "Opens the threads preferences" msgstr "Abre las preferencias de hilos" -#: src/view/com/notifications/FeedItem.tsx:555 +#: src/view/com/notifications/FeedItem.tsx:551 #: src/view/com/util/UserAvatar.tsx:420 msgid "Opens this profile" msgstr "" -#: src/view/com/composer/videos/SelectVideoBtn.tsx:54 +#: src/view/com/composer/videos/SelectVideoBtn.tsx:81 msgid "Opens video picker" msgstr "" @@ -4635,11 +4783,11 @@ msgid "Password updated!" msgstr "¡Contraseña actualizada!" #: src/view/com/util/post-embeds/GifEmbed.tsx:44 -#: src/view/com/util/post-embeds/VideoEmbedInner/VideoWebControls.tsx:226 +#: src/view/com/util/post-embeds/VideoEmbedInner/VideoWebControls.tsx:322 msgid "Pause" msgstr "" -#: src/view/com/util/post-embeds/VideoEmbedInner/VideoWebControls.tsx:203 +#: src/view/com/util/post-embeds/VideoEmbedInner/VideoWebControls.tsx:275 msgid "Pause video" msgstr "" @@ -4699,7 +4847,7 @@ msgid "Pinned to your feeds" msgstr "" #: src/view/com/util/post-embeds/GifEmbed.tsx:44 -#: src/view/com/util/post-embeds/VideoEmbedInner/VideoWebControls.tsx:226 +#: src/view/com/util/post-embeds/VideoEmbedInner/VideoWebControls.tsx:323 msgid "Play" msgstr "" @@ -4716,8 +4864,8 @@ msgstr "" msgid "Play or pause the GIF" msgstr "" -#: src/view/com/util/post-embeds/VideoEmbed.tsx:52 -#: src/view/com/util/post-embeds/VideoEmbedInner/VideoWebControls.tsx:204 +#: src/view/com/util/post-embeds/VideoEmbed.tsx:187 +#: src/view/com/util/post-embeds/VideoEmbedInner/VideoWebControls.tsx:276 msgid "Play video" msgstr "" @@ -4730,16 +4878,16 @@ msgstr "" msgid "Plays the GIF" msgstr "" -#: src/screens/Signup/state.ts:222 +#: src/screens/Signup/state.ts:217 msgid "Please choose your handle." msgstr "Por favor, elige tu identificador." -#: src/screens/Signup/state.ts:215 +#: src/screens/Signup/state.ts:210 #: src/screens/Signup/StepInfo/index.tsx:81 msgid "Please choose your password." msgstr "Por favor, elige tu contraseña." -#: src/screens/Signup/state.ts:236 +#: src/screens/Signup/state.ts:231 msgid "Please complete the verification captcha." msgstr "" @@ -4759,7 +4907,7 @@ msgstr "Introduce un nombre único para la contraseña de esta app o utiliza una msgid "Please enter a valid word, tag, or phrase to mute" msgstr "" -#: src/screens/Signup/state.ts:201 +#: src/screens/Signup/state.ts:196 #: src/screens/Signup/StepInfo/index.tsx:69 msgid "Please enter your email." msgstr "Introduce tu correo electrónico." @@ -4772,7 +4920,7 @@ msgstr "" msgid "Please enter your password as well:" msgstr "Introduce tu contraseña, también:" -#: src/components/moderation/LabelsOnMeDialog.tsx:268 +#: src/components/moderation/LabelsOnMeDialog.tsx:259 msgid "Please explain why you think this label was incorrectly applied by {0}" msgstr "" @@ -4789,7 +4937,7 @@ msgstr "" msgid "Please Verify Your Email" msgstr "" -#: src/view/com/composer/Composer.tsx:331 +#: src/view/com/composer/Composer.tsx:355 msgid "Please wait for your link card to finish loading" msgstr "Por favor, espera a que tu tarjeta de enlace termine de cargarse" @@ -4802,13 +4950,13 @@ msgstr "Política" msgid "Porn" msgstr "Pornografía" -#: src/view/com/composer/Composer.tsx:564 -#: src/view/com/composer/Composer.tsx:571 +#: src/view/com/composer/Composer.tsx:642 +#: src/view/com/composer/Composer.tsx:649 msgctxt "action" msgid "Post" msgstr "Publicar" -#: src/view/com/post-thread/PostThread.tsx:480 +#: src/view/com/post-thread/PostThread.tsx:481 msgctxt "description" msgid "Post" msgstr "Post" @@ -4949,13 +5097,13 @@ msgstr "" msgid "Processing..." msgstr "Procesando..." -#: src/view/screens/DebugMod.tsx:895 +#: src/view/screens/DebugMod.tsx:896 #: src/view/screens/Profile.tsx:346 msgid "profile" msgstr "" -#: src/view/shell/bottom-bar/BottomBar.tsx:275 -#: src/view/shell/desktop/LeftNav.tsx:393 +#: src/view/shell/bottom-bar/BottomBar.tsx:272 +#: src/view/shell/desktop/LeftNav.tsx:387 #: src/view/shell/Drawer.tsx:78 #: src/view/shell/Drawer.tsx:546 #: src/view/shell/Drawer.tsx:547 @@ -4970,7 +5118,7 @@ msgstr "" msgid "Protect your account by verifying your email." msgstr "Protege tu cuenta verificando tu correo electrónico." -#: src/screens/Onboarding/StepFinished.tsx:250 +#: src/screens/Onboarding/StepFinished.tsx:246 msgid "Public" msgstr "" @@ -4982,11 +5130,11 @@ msgstr "Listas públicas y compartibles de usuarios para mutear o bloquear en ca msgid "Public, shareable lists which can drive feeds." msgstr "Listas públicas y compartibles que pueden impulsar feeds." -#: src/view/com/composer/Composer.tsx:549 +#: src/view/com/composer/Composer.tsx:627 msgid "Publish post" msgstr "" -#: src/view/com/composer/Composer.tsx:549 +#: src/view/com/composer/Composer.tsx:627 msgid "Publish reply" msgstr "" @@ -5003,11 +5151,11 @@ msgid "QR code saved to your camera roll!" msgstr "" #: src/tours/Tooltip.tsx:111 -msgid "Quick tip" -msgstr "" +#~ msgid "Quick tip" +#~ msgstr "" -#: src/view/com/util/post-ctrls/RepostButton.tsx:122 -#: src/view/com/util/post-ctrls/RepostButton.tsx:149 +#: src/view/com/util/post-ctrls/RepostButton.tsx:125 +#: src/view/com/util/post-ctrls/RepostButton.tsx:152 #: src/view/com/util/post-ctrls/RepostButton.web.tsx:85 #: src/view/com/util/post-ctrls/RepostButton.web.tsx:92 msgid "Quote post" @@ -5032,8 +5180,8 @@ msgid "Quote post was successfully detached" msgstr "" #: src/components/dialogs/PostInteractionSettingsDialog.tsx:313 -#: src/view/com/util/post-ctrls/RepostButton.tsx:121 -#: src/view/com/util/post-ctrls/RepostButton.tsx:148 +#: src/view/com/util/post-ctrls/RepostButton.tsx:124 +#: src/view/com/util/post-ctrls/RepostButton.tsx:151 #: src/view/com/util/post-ctrls/RepostButton.web.tsx:84 #: src/view/com/util/post-ctrls/RepostButton.web.tsx:91 msgid "Quote posts disabled" @@ -5047,8 +5195,8 @@ msgstr "" msgid "Quote settings" msgstr "" -#: src/screens/Post/PostQuotes.tsx:29 -#: src/view/com/post-thread/PostQuotes.tsx:122 +#: src/screens/Post/PostQuotes.tsx:31 +#: src/screens/Post/PostQuotes.tsx:32 msgid "Quotes" msgstr "" @@ -5130,6 +5278,10 @@ msgstr "" msgid "Remove account" msgstr "Eliminar la cuenta" +#: src/view/com/composer/ExternalEmbedRemoveBtn.tsx:28 +msgid "Remove attachment" +msgstr "" + #: src/view/com/util/UserAvatar.tsx:387 msgid "Remove Avatar" msgstr "" @@ -5138,7 +5290,7 @@ msgstr "" msgid "Remove Banner" msgstr "" -#: src/screens/Messages/Conversation/MessageInputEmbed.tsx:218 +#: src/screens/Messages/Conversation/MessageInputEmbed.tsx:207 msgid "Remove embed" msgstr "" @@ -5178,8 +5330,8 @@ msgid "Remove image" msgstr "Eliminar la imagen" #: src/view/com/composer/ExternalEmbedRemoveBtn.tsx:28 -msgid "Remove image preview" -msgstr "Eliminar la vista previa de la imagen" +#~ msgid "Remove image preview" +#~ msgstr "Eliminar la vista previa de la imagen" #: src/components/dialogs/MutedWords.tsx:523 msgid "Remove mute word from your list" @@ -5193,24 +5345,28 @@ msgstr "" msgid "Remove profile from search history" msgstr "" -#: src/view/com/util/post-embeds/QuoteEmbed.tsx:255 +#: src/view/com/util/post-embeds/QuoteEmbed.tsx:269 msgid "Remove quote" msgstr "" -#: src/view/com/util/post-ctrls/RepostButton.tsx:95 -#: src/view/com/util/post-ctrls/RepostButton.tsx:111 +#: src/view/com/util/post-ctrls/RepostButton.tsx:98 +#: src/view/com/util/post-ctrls/RepostButton.tsx:114 msgid "Remove repost" msgstr "" +#: src/view/com/composer/videos/SubtitleDialog.tsx:260 +msgid "Remove subtitle file" +msgstr "" + #: src/view/com/posts/FeedErrorMessage.tsx:211 msgid "Remove this feed from your saved feeds" msgstr "" -#: src/view/com/util/post-embeds/QuoteEmbed.tsx:100 +#: src/view/com/util/post-embeds/QuoteEmbed.tsx:105 msgid "Removed by author" msgstr "" -#: src/view/com/util/post-embeds/QuoteEmbed.tsx:98 +#: src/view/com/util/post-embeds/QuoteEmbed.tsx:103 msgid "Removed by you" msgstr "" @@ -5238,14 +5394,18 @@ msgstr "" #~ msgid "Removes default thumbnail from {0}" #~ msgstr "" -#: src/view/com/util/post-embeds/QuoteEmbed.tsx:256 +#: src/view/com/util/post-embeds/QuoteEmbed.tsx:270 msgid "Removes quoted post" msgstr "" #: src/view/com/composer/ExternalEmbedRemoveBtn.tsx:29 -msgid "Removes the image preview" +msgid "Removes the attachment" msgstr "" +#: src/view/com/composer/ExternalEmbedRemoveBtn.tsx:29 +#~ msgid "Removes the image preview" +#~ msgstr "" + #: src/view/com/posts/FeedShutdownMsg.tsx:129 #: src/view/com/posts/FeedShutdownMsg.tsx:133 msgid "Replace with Discover" @@ -5271,7 +5431,7 @@ msgstr "" #~ msgid "Replies to this thread are disabled" #~ msgstr "Las respuestas a este hilo están desactivadas" -#: src/view/com/composer/Composer.tsx:562 +#: src/view/com/composer/Composer.tsx:640 msgctxt "action" msgid "Reply" msgstr "" @@ -5299,23 +5459,23 @@ msgid "Reply settings are chosen by the author of the thread" msgstr "" #: src/view/com/post/Post.tsx:196 -#: src/view/com/posts/FeedItem.tsx:522 +#: src/view/com/posts/FeedItem.tsx:520 msgctxt "description" msgid "Reply to <0><1/></0>" msgstr "" -#: src/view/com/posts/FeedItem.tsx:513 +#: src/view/com/posts/FeedItem.tsx:511 msgctxt "description" msgid "Reply to a blocked post" msgstr "" -#: src/view/com/posts/FeedItem.tsx:515 +#: src/view/com/posts/FeedItem.tsx:513 msgctxt "description" msgid "Reply to a post" msgstr "" #: src/view/com/post/Post.tsx:194 -#: src/view/com/posts/FeedItem.tsx:519 +#: src/view/com/posts/FeedItem.tsx:517 msgctxt "description" msgid "Reply to you" msgstr "" @@ -5407,9 +5567,9 @@ msgstr "" msgid "Report this user" msgstr "" -#: src/view/com/util/post-ctrls/RepostButton.tsx:67 -#: src/view/com/util/post-ctrls/RepostButton.tsx:96 -#: src/view/com/util/post-ctrls/RepostButton.tsx:112 +#: src/view/com/util/post-ctrls/RepostButton.tsx:70 +#: src/view/com/util/post-ctrls/RepostButton.tsx:99 +#: src/view/com/util/post-ctrls/RepostButton.tsx:115 msgctxt "action" msgid "Repost" msgstr "" @@ -5420,31 +5580,31 @@ msgid "Repost" msgstr "Volver a publicar" #: src/screens/StarterPack/StarterPackScreen.tsx:535 -#: src/view/com/util/post-ctrls/RepostButton.tsx:88 +#: src/view/com/util/post-ctrls/RepostButton.tsx:91 #: src/view/com/util/post-ctrls/RepostButton.web.tsx:49 #: src/view/com/util/post-ctrls/RepostButton.web.tsx:104 msgid "Repost or quote post" msgstr "Volver a publicar o citar post" -#: src/screens/Post/PostRepostedBy.tsx:29 -#: src/view/com/post-thread/PostRepostedBy.tsx:96 +#: src/screens/Post/PostRepostedBy.tsx:31 +#: src/screens/Post/PostRepostedBy.tsx:32 msgid "Reposted By" msgstr "Vuelto a publicar por" -#: src/view/com/posts/FeedItem.tsx:294 +#: src/view/com/posts/FeedItem.tsx:292 msgid "Reposted by {0}" msgstr "Vuelto a publicar por {0}" -#: src/view/com/posts/FeedItem.tsx:313 +#: src/view/com/posts/FeedItem.tsx:311 msgid "Reposted by <0><1/></0>" msgstr "" -#: src/view/com/posts/FeedItem.tsx:292 -#: src/view/com/posts/FeedItem.tsx:311 +#: src/view/com/posts/FeedItem.tsx:290 +#: src/view/com/posts/FeedItem.tsx:309 msgid "Reposted by you" msgstr "" -#: src/view/com/notifications/FeedItem.tsx:184 +#: src/view/com/notifications/FeedItem.tsx:180 msgid "reposted your post" msgstr "" @@ -5479,6 +5639,14 @@ msgstr "Requerido para este proveedor" msgid "Resend email" msgstr "Volver a enviar correo" +#: src/components/intents/VerifyEmailIntentDialog.tsx:130 +msgid "Resend Email" +msgstr "" + +#: src/components/intents/VerifyEmailIntentDialog.tsx:123 +msgid "Resend Verification Email" +msgstr "" + #: src/view/com/modals/ChangePassword.tsx:186 msgid "Reset code" msgstr "Código de reseteo" @@ -5518,15 +5686,15 @@ msgstr "" msgid "Retries the last action, which errored out" msgstr "" -#: src/components/dms/MessageItem.tsx:235 +#: src/components/dms/MessageItem.tsx:236 #: src/components/Error.tsx:66 #: src/components/Lists.tsx:104 #: src/components/StarterPack/ProfileStarterPacks.tsx:318 #: src/screens/Login/LoginForm.tsx:311 #: src/screens/Login/LoginForm.tsx:318 #: src/screens/Messages/Conversation/MessageListError.tsx:25 -#: src/screens/Onboarding/StepInterests/index.tsx:251 -#: src/screens/Onboarding/StepInterests/index.tsx:254 +#: src/screens/Onboarding/StepInterests/index.tsx:231 +#: src/screens/Onboarding/StepInterests/index.tsx:234 #: src/screens/Signup/BackNextButtons.tsx:52 #: src/view/com/util/error/ErrorMessage.tsx:55 #: src/view/com/util/error/ErrorScreen.tsx:72 @@ -5638,8 +5806,8 @@ msgstr "" #: src/components/dms/ChatEmptyPill.tsx:33 #: src/components/NewskieDialog.tsx:105 -#: src/view/com/notifications/FeedItem.tsx:416 -#: src/view/com/notifications/FeedItem.tsx:441 +#: src/view/com/notifications/FeedItem.tsx:412 +#: src/view/com/notifications/FeedItem.tsx:437 msgid "Say hello!" msgstr "" @@ -5653,15 +5821,15 @@ msgid "Scroll to top" msgstr "" #: src/components/dms/dialogs/SearchablePeopleList.tsx:504 -#: src/Navigation.tsx:554 +#: src/Navigation.tsx:555 #: src/view/com/modals/ListAddRemoveUsers.tsx:76 #: src/view/com/util/forms/SearchInput.tsx:67 #: src/view/com/util/forms/SearchInput.tsx:79 #: src/view/screens/Search/Search.tsx:421 #: src/view/screens/Search/Search.tsx:791 #: src/view/screens/Search/Search.tsx:813 -#: src/view/shell/bottom-bar/BottomBar.tsx:182 -#: src/view/shell/desktop/LeftNav.tsx:354 +#: src/view/shell/bottom-bar/BottomBar.tsx:179 +#: src/view/shell/desktop/LeftNav.tsx:349 #: src/view/shell/Drawer.tsx:398 #: src/view/shell/Drawer.tsx:399 msgid "Search" @@ -5743,6 +5911,10 @@ msgstr "" msgid "See this guide" msgstr "" +#: src/view/com/util/post-embeds/VideoEmbedInner/VideoWebControls.tsx:587 +msgid "Seek slider" +msgstr "" + #: src/view/com/util/Selector.tsx:106 msgid "Select {item}" msgstr "" @@ -5779,6 +5951,10 @@ msgstr "" msgid "Select how long to mute this word for." msgstr "" +#: src/view/com/composer/videos/SubtitleDialog.tsx:245 +msgid "Select language..." +msgstr "" + #: src/view/screens/LanguageSettings.tsx:303 msgid "Select languages" msgstr "" @@ -5795,6 +5971,10 @@ msgstr "" #~ msgid "Select some accounts below to follow" #~ msgstr "" +#: src/view/com/composer/videos/SubtitleFilePicker.tsx:57 +msgid "Select subtitle file (.vtt)" +msgstr "" + #: src/screens/Onboarding/StepProfile/AvatarCreatorItems.tsx:83 msgid "Select the {emojiName} emoji as your avatar" msgstr "" @@ -5811,7 +5991,7 @@ msgstr "Elige que proveedor de servicio quieres usar." #~ msgid "Select topical feeds to follow from the list below" #~ msgstr "" -#: src/view/com/composer/videos/SelectVideoBtn.tsx:53 +#: src/view/com/composer/videos/SelectVideoBtn.tsx:80 msgid "Select video" msgstr "" @@ -5835,7 +6015,7 @@ msgstr "Elige en que idioma deseas que esté la interfaz de Bluesky." msgid "Select your date of birth" msgstr "Elige tu fecha de nacimiento" -#: src/screens/Onboarding/StepInterests/index.tsx:226 +#: src/screens/Onboarding/StepInterests/index.tsx:206 msgid "Select your interests from the options below" msgstr "" @@ -5873,8 +6053,8 @@ msgstr "Enviar correo" msgid "Send feedback" msgstr "Enviar comentarios" -#: src/screens/Messages/Conversation/MessageInput.tsx:163 -#: src/screens/Messages/Conversation/MessageInput.web.tsx:155 +#: src/screens/Messages/Conversation/MessageInput.tsx:165 +#: src/screens/Messages/Conversation/MessageInput.web.tsx:219 msgid "Send message" msgstr "Enviar mensaje" @@ -5985,7 +6165,7 @@ msgstr "" #: src/Navigation.tsx:155 #: src/view/screens/Settings/index.tsx:302 -#: src/view/shell/desktop/LeftNav.tsx:401 +#: src/view/shell/desktop/LeftNav.tsx:395 #: src/view/shell/Drawer.tsx:563 #: src/view/shell/Drawer.tsx:564 msgid "Settings" @@ -6006,7 +6186,7 @@ msgstr "Sexualmente sugestivo" #: src/view/com/profile/ProfileMenu.tsx:228 #: src/view/com/util/forms/PostDropdownBtn.tsx:410 #: src/view/com/util/forms/PostDropdownBtn.tsx:419 -#: src/view/com/util/post-ctrls/PostCtrls.tsx:321 +#: src/view/com/util/post-ctrls/PostCtrls.tsx:345 #: src/view/screens/ProfileList.tsx:484 msgid "Share" msgstr "Compartir" @@ -6026,7 +6206,7 @@ msgstr "" #: src/view/com/profile/ProfileMenu.tsx:377 #: src/view/com/util/forms/PostDropdownBtn.tsx:659 -#: src/view/com/util/post-ctrls/PostCtrls.tsx:337 +#: src/view/com/util/post-ctrls/PostCtrls.tsx:361 msgid "Share anyway" msgstr "" @@ -6086,7 +6266,7 @@ msgstr "Ver" #~ msgid "Show all replies" #~ msgstr "" -#: src/view/com/util/post-embeds/GifEmbed.tsx:175 +#: src/view/com/util/post-embeds/GifEmbed.tsx:157 msgid "Show alt text" msgstr "Ver texto alternativo" @@ -6106,8 +6286,8 @@ msgid "Show badge and filter from feeds" msgstr "" #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:215 -msgid "Show follows similar to {0}" -msgstr "" +#~ msgid "Show follows similar to {0}" +#~ msgstr "" #: src/view/com/post-thread/PostThreadShowHiddenReplies.tsx:23 msgid "Show hidden replies" @@ -6122,9 +6302,9 @@ msgstr "" msgid "Show list anyway" msgstr "" -#: src/view/com/post-thread/PostThreadItem.tsx:584 +#: src/view/com/post-thread/PostThreadItem.tsx:590 #: src/view/com/post/Post.tsx:234 -#: src/view/com/posts/FeedItem.tsx:479 +#: src/view/com/posts/FeedItem.tsx:476 msgid "Show More" msgstr "Ver más" @@ -6207,7 +6387,7 @@ msgstr "" msgid "Show warning and filter from feeds" msgstr "" -#: src/view/com/post-thread/PostThreadFollowBtn.tsx:130 +#: src/view/com/post-thread/PostThreadFollowBtn.tsx:128 msgid "Shows posts from {0} in your feed" msgstr "" @@ -6220,12 +6400,12 @@ msgstr "" #: src/view/com/auth/SplashScreen.tsx:72 #: src/view/com/auth/SplashScreen.web.tsx:112 #: src/view/com/auth/SplashScreen.web.tsx:121 +#: src/view/shell/bottom-bar/BottomBar.tsx:312 +#: src/view/shell/bottom-bar/BottomBar.tsx:313 #: src/view/shell/bottom-bar/BottomBar.tsx:315 -#: src/view/shell/bottom-bar/BottomBar.tsx:316 -#: src/view/shell/bottom-bar/BottomBar.tsx:318 +#: src/view/shell/bottom-bar/BottomBarWeb.tsx:204 +#: src/view/shell/bottom-bar/BottomBarWeb.tsx:205 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:207 -#: src/view/shell/bottom-bar/BottomBarWeb.tsx:208 -#: src/view/shell/bottom-bar/BottomBarWeb.tsx:210 #: src/view/shell/NavSignupCard.tsx:69 #: src/view/shell/NavSignupCard.tsx:70 #: src/view/shell/NavSignupCard.tsx:72 @@ -6257,12 +6437,12 @@ msgstr "Cerrar sesión" msgid "Sign out of all accounts" msgstr "" +#: src/view/shell/bottom-bar/BottomBar.tsx:302 +#: src/view/shell/bottom-bar/BottomBar.tsx:303 #: src/view/shell/bottom-bar/BottomBar.tsx:305 -#: src/view/shell/bottom-bar/BottomBar.tsx:306 -#: src/view/shell/bottom-bar/BottomBar.tsx:308 +#: src/view/shell/bottom-bar/BottomBarWeb.tsx:194 +#: src/view/shell/bottom-bar/BottomBarWeb.tsx:195 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:197 -#: src/view/shell/bottom-bar/BottomBarWeb.tsx:198 -#: src/view/shell/bottom-bar/BottomBarWeb.tsx:200 #: src/view/shell/NavSignupCard.tsx:60 #: src/view/shell/NavSignupCard.tsx:61 #: src/view/shell/NavSignupCard.tsx:63 @@ -6287,25 +6467,25 @@ msgstr "Sesión iniciada como" msgid "Signed in as @{0}" msgstr "Sesión iniciada como @{0}" -#: src/view/com/notifications/FeedItem.tsx:222 +#: src/view/com/notifications/FeedItem.tsx:218 msgid "signed up with your starter pack" msgstr "" -#: src/screens/StarterPack/StarterPackLandingScreen.tsx:306 -#: src/screens/StarterPack/StarterPackLandingScreen.tsx:313 +#: src/screens/StarterPack/StarterPackLandingScreen.tsx:308 +#: src/screens/StarterPack/StarterPackLandingScreen.tsx:315 msgid "Signup without a starter pack" msgstr "" #: src/view/com/profile/ProfileHeaderSuggestedFollows.tsx:102 -msgid "Similar accounts" -msgstr "" +#~ msgid "Similar accounts" +#~ msgstr "" -#: src/screens/Onboarding/StepInterests/index.tsx:265 +#: src/screens/Onboarding/StepInterests/index.tsx:245 #: src/screens/StarterPack/Wizard/index.tsx:191 msgid "Skip" msgstr "Saltar" -#: src/screens/Onboarding/StepInterests/index.tsx:262 +#: src/screens/Onboarding/StepInterests/index.tsx:242 msgid "Skip this flow" msgstr "Saltar" @@ -6314,7 +6494,7 @@ msgstr "Saltar" msgid "Software Dev" msgstr "Programación" -#: src/components/FeedInterstitials.tsx:397 +#: src/components/FeedInterstitials.tsx:443 msgid "Some other feeds you might like" msgstr "" @@ -6367,12 +6547,12 @@ msgstr "Ordenar respuestas al mismo post por:" #~ msgid "Source: <0>{0}</0>" #~ msgstr "" -#: src/components/moderation/LabelsOnMeDialog.tsx:171 +#: src/components/moderation/LabelsOnMeDialog.tsx:163 msgid "Source: <0>{sourceName}</0>" msgstr "" -#: src/lib/moderation/useReportOptions.ts:67 -#: src/lib/moderation/useReportOptions.ts:80 +#: src/lib/moderation/useReportOptions.ts:72 +#: src/lib/moderation/useReportOptions.ts:85 msgid "Spam" msgstr "Spam" @@ -6402,10 +6582,9 @@ msgid "Start chatting" msgstr "" #: src/tours/Tooltip.tsx:99 -msgid "Start of onboarding tour window. Do not move backward. Instead, go forward for more options, or press to skip." -msgstr "" +#~ msgid "Start of onboarding tour window. Do not move backward. Instead, go forward for more options, or press to skip." +#~ msgstr "" -#: src/lib/generate-starterpack.ts:68 #: src/Navigation.tsx:358 #: src/Navigation.tsx:363 #: src/screens/StarterPack/Wizard/index.tsx:182 @@ -6449,8 +6628,8 @@ msgstr "" msgid "Storybook" msgstr "Libro de cuentos" -#: src/components/moderation/LabelsOnMeDialog.tsx:302 -#: src/components/moderation/LabelsOnMeDialog.tsx:303 +#: src/components/moderation/LabelsOnMeDialog.tsx:293 +#: src/components/moderation/LabelsOnMeDialog.tsx:294 #: src/screens/Messages/Conversation/ChatDisabled.tsx:142 #: src/screens/Messages/Conversation/ChatDisabled.tsx:143 msgid "Submit" @@ -6489,7 +6668,7 @@ msgstr "" #~ msgid "Suggested Follows" #~ msgstr "Usuarios sugeridos a seguir" -#: src/components/FeedInterstitials.tsx:262 +#: src/components/FeedInterstitials.tsx:308 msgid "Suggested for you" msgstr "" @@ -6509,8 +6688,8 @@ msgid "Switch Account" msgstr "Cambiar a otra cuenta" #: src/tours/HomeTour.tsx:48 -msgid "Switch between feeds to control your experience." -msgstr "" +#~ msgid "Switch between feeds to control your experience." +#~ msgstr "" #: src/view/screens/Settings/index.tsx:126 msgid "Switch to {0}" @@ -6549,18 +6728,23 @@ msgstr "Alto" msgid "Tap to dismiss" msgstr "" -#: src/view/com/util/post-embeds/VideoEmbedInner/VideoEmbedInnerNative.tsx:181 +#: src/view/com/util/post-embeds/VideoEmbedInner/VideoEmbedInnerNative.tsx:146 msgid "Tap to enter full screen" msgstr "" -#: src/view/com/util/post-embeds/VideoEmbedInner/VideoEmbedInnerNative.tsx:202 +#: src/view/com/util/post-embeds/VideoEmbedInner/VideoEmbedInnerNative.tsx:169 msgid "Tap to toggle sound" msgstr "" -#: src/view/com/util/images/AutoSizedImage.tsx:70 -msgid "Tap to view fully" +#: src/view/com/util/images/AutoSizedImage.tsx:190 +#: src/view/com/util/images/AutoSizedImage.tsx:210 +msgid "Tap to view full image" msgstr "" +#: src/view/com/util/images/AutoSizedImage.tsx:70 +#~ msgid "Tap to view fully" +#~ msgstr "" + #: src/state/shell/progress-guide.tsx:166 msgid "Task complete - 10 likes!" msgstr "" @@ -6595,9 +6779,9 @@ msgid "Terms of Service" msgstr "Condiciones de servicio" #: src/lib/moderation/useReportOptions.ts:60 -#: src/lib/moderation/useReportOptions.ts:94 -#: src/lib/moderation/useReportOptions.ts:102 -#: src/lib/moderation/useReportOptions.ts:110 +#: src/lib/moderation/useReportOptions.ts:99 +#: src/lib/moderation/useReportOptions.ts:107 +#: src/lib/moderation/useReportOptions.ts:115 msgid "Terms used violate community standards" msgstr "" @@ -6609,7 +6793,7 @@ msgstr "" msgid "Text & tags" msgstr "" -#: src/components/moderation/LabelsOnMeDialog.tsx:266 +#: src/components/moderation/LabelsOnMeDialog.tsx:257 #: src/screens/Messages/Conversation/ChatDisabled.tsx:108 msgid "Text input field" msgstr "Campo de introducción de texto" @@ -6619,6 +6803,10 @@ msgstr "Campo de introducción de texto" msgid "Thank you. Your report has been sent." msgstr "" +#: src/components/intents/VerifyEmailIntentDialog.tsx:74 +msgid "Thanks, you have successfully verified your email address." +msgstr "" + #: src/view/com/modals/ChangeHandle.tsx:459 msgid "That contains the following:" msgstr "" @@ -6636,11 +6824,11 @@ msgstr "Este nombre de usuario ya está en uso." msgid "That starter pack could not be found." msgstr "" -#: src/view/com/post-thread/PostQuotes.tsx:129 +#: src/view/com/post-thread/PostQuotes.tsx:127 msgid "That's all, folks!" msgstr "" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:310 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:268 #: src/view/com/profile/ProfileMenu.tsx:353 msgid "The account will be able to interact with you after unblocking." msgstr "La cuenta podrá interactuar contigo tras desbloquearla." @@ -6675,7 +6863,7 @@ msgstr "" msgid "The Discover feed now knows what you like" msgstr "" -#: src/screens/StarterPack/StarterPackLandingScreen.tsx:327 +#: src/screens/StarterPack/StarterPackLandingScreen.tsx:329 msgid "The experience is better in the app. Download Bluesky now and we'll pick back up where you left off." msgstr "" @@ -6683,11 +6871,11 @@ msgstr "" msgid "The feed has been replaced with Discover." msgstr "" -#: src/components/moderation/LabelsOnMeDialog.tsx:65 +#: src/components/moderation/LabelsOnMeDialog.tsx:58 msgid "The following labels were applied to your account." msgstr "" -#: src/components/moderation/LabelsOnMeDialog.tsx:66 +#: src/components/moderation/LabelsOnMeDialog.tsx:59 msgid "The following labels were applied to your content." msgstr "" @@ -6704,7 +6892,7 @@ msgstr "Es posible que se haya borrado el post." msgid "The Privacy Policy has been moved to <0/>" msgstr "La Política de privacidad se ha trasladado a <0/>" -#: src/state/queries/video/video.ts:129 +#: src/state/queries/video/video.ts:222 msgid "The selected video is larger than 100MB." msgstr "" @@ -6720,6 +6908,10 @@ msgstr "Se ha movido el formulario de soporte. Si necesitas ayuda, por favor <0/ msgid "The Terms of Service have been moved to" msgstr "Las condiciones de servicio se han trasladado a" +#: src/components/intents/VerifyEmailIntentDialog.tsx:85 +msgid "The verification code you have provided is invalid. Please make sure that you have used the correct verification link or request a new one." +msgstr "" + #: src/screens/Onboarding/StepAlgoFeeds/index.tsx:141 #~ msgid "There are many feeds to try:" #~ msgstr "Hay muchos más feeds que probar:" @@ -6770,7 +6962,7 @@ msgstr "" msgid "There was an issue fetching notifications. Tap here to try again." msgstr "" -#: src/view/com/posts/Feed.tsx:460 +#: src/view/com/posts/Feed.tsx:476 msgid "There was an issue fetching posts. Tap here to try again." msgstr "" @@ -6792,15 +6984,15 @@ msgstr "" #~ msgid "There was an issue syncing your preferences with the server" #~ msgstr "" -#: src/view/screens/AppPasswords.tsx:70 +#: src/view/screens/AppPasswords.tsx:69 msgid "There was an issue with fetching your app passwords" msgstr "" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:107 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:129 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:143 -#: src/view/com/post-thread/PostThreadFollowBtn.tsx:99 -#: src/view/com/post-thread/PostThreadFollowBtn.tsx:111 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:103 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:125 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:139 +#: src/view/com/post-thread/PostThreadFollowBtn.tsx:97 +#: src/view/com/post-thread/PostThreadFollowBtn.tsx:109 #: src/view/com/profile/ProfileMenu.tsx:111 #: src/view/com/profile/ProfileMenu.tsx:122 #: src/view/com/profile/ProfileMenu.tsx:137 @@ -6851,7 +7043,7 @@ msgstr "" #~ msgid "This appeal will be sent to <0>{0}</0>." #~ msgstr "" -#: src/components/moderation/LabelsOnMeDialog.tsx:250 +#: src/components/moderation/LabelsOnMeDialog.tsx:241 msgid "This appeal will be sent to <0>{sourceName}</0>." msgstr "" @@ -6944,7 +7136,7 @@ msgstr "" #~ msgid "This label was applied by you" #~ msgstr "" -#: src/components/moderation/LabelsOnMeDialog.tsx:169 +#: src/components/moderation/LabelsOnMeDialog.tsx:161 msgid "This label was applied by you." msgstr "" @@ -6977,7 +7169,7 @@ msgid "This post has been deleted." msgstr "Esta post ha sido eliminado." #: src/view/com/util/forms/PostDropdownBtn.tsx:656 -#: src/view/com/util/post-ctrls/PostCtrls.tsx:334 +#: src/view/com/util/post-ctrls/PostCtrls.tsx:358 msgid "This post is only visible to logged-in users. It won't be visible to people who aren't logged in." msgstr "" @@ -7009,7 +7201,7 @@ msgstr "" msgid "This should create a domain record at:" msgstr "Esto deberia de crear un registro de dominio a:" -#: src/view/com/profile/ProfileFollowers.tsx:87 +#: src/view/com/profile/ProfileFollowers.tsx:96 msgid "This user doesn't have any followers." msgstr "" @@ -7038,7 +7230,7 @@ msgstr "" msgid "This user is new here. Press for more info about when they joined." msgstr "" -#: src/view/com/profile/ProfileFollows.tsx:87 +#: src/view/com/profile/ProfileFollows.tsx:96 msgid "This user isn't following anyone." msgstr "" @@ -7091,6 +7283,10 @@ msgstr "" msgid "To report a conversation, please report one of its messages via the conversation screen. This lets our moderators understand the context of your issue." msgstr "" +#: src/view/com/composer/videos/SelectVideoBtn.tsx:106 +msgid "To upload videos to Bluesky, you must first verify your email." +msgstr "" + #: src/components/ReportDialog/SelectLabelerView.tsx:33 msgid "To whom would you like to send this report?" msgstr "" @@ -7107,7 +7303,7 @@ msgstr "Conmutar el menú desplegable" msgid "Toggle to enable or disable adult content" msgstr "" -#: src/screens/Hashtag.tsx:88 +#: src/screens/Hashtag.tsx:86 #: src/view/screens/Search/Search.tsx:349 msgid "Top" msgstr "Top" @@ -7118,8 +7314,8 @@ msgstr "Transformaciones" #: src/components/dms/MessageMenu.tsx:103 #: src/components/dms/MessageMenu.tsx:105 -#: src/view/com/post-thread/PostThreadItem.tsx:734 -#: src/view/com/post-thread/PostThreadItem.tsx:736 +#: src/view/com/post-thread/PostThreadItem.tsx:746 +#: src/view/com/post-thread/PostThreadItem.tsx:748 #: src/view/com/util/forms/PostDropdownBtn.tsx:380 #: src/view/com/util/forms/PostDropdownBtn.tsx:382 msgid "Translate" @@ -7138,7 +7334,7 @@ msgstr "" msgid "Two-factor authentication" msgstr "" -#: src/screens/Messages/Conversation/MessageInput.tsx:139 +#: src/screens/Messages/Conversation/MessageInput.tsx:141 msgid "Type your message here" msgstr "Escribe tu mensaje aquí" @@ -7171,14 +7367,14 @@ msgstr "" #: src/components/dms/MessagesListBlockedFooter.tsx:96 #: src/components/dms/MessagesListBlockedFooter.tsx:104 #: src/components/dms/MessagesListBlockedFooter.tsx:111 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:192 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:314 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:188 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:272 #: src/view/com/profile/ProfileMenu.tsx:365 #: src/view/screens/ProfileList.tsx:682 msgid "Unblock" msgstr "Desbloquear" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:197 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:193 msgctxt "action" msgid "Unblock" msgstr "Desbloquear" @@ -7193,12 +7389,12 @@ msgstr "" msgid "Unblock Account" msgstr "Desbloquear Cuenta" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:308 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:266 #: src/view/com/profile/ProfileMenu.tsx:347 msgid "Unblock Account?" msgstr "¿Desbloquear Cuenta?" -#: src/view/com/util/post-ctrls/RepostButton.tsx:66 +#: src/view/com/util/post-ctrls/RepostButton.tsx:69 #: src/view/com/util/post-ctrls/RepostButton.web.tsx:72 #: src/view/com/util/post-ctrls/RepostButton.web.tsx:76 msgid "Undo repost" @@ -7213,7 +7409,7 @@ msgstr "Dejar de seguir" #~ msgid "Unfollow" #~ msgstr "Dejar de seguir" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:237 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:208 msgid "Unfollow {0}" msgstr "Dejar de seguir a {0}" @@ -7231,8 +7427,7 @@ msgid "Unlike this feed" msgstr "" #: src/components/TagMenu/index.tsx:263 -#: src/view/com/util/post-embeds/VideoEmbedInner/VideoWebControls.tsx:254 -#: src/view/com/util/post-embeds/VideoEmbedInner/VideoWebControls.tsx:265 +#: src/view/com/util/post-embeds/VideoEmbedInner/VideoWebControls.tsx:344 #: src/view/screens/ProfileList.tsx:689 msgid "Unmute" msgstr "Demutear" @@ -7263,11 +7458,11 @@ msgstr "" msgid "Unmute thread" msgstr "Demutear hilo" -#: src/view/com/util/post-embeds/VideoEmbedInner/VideoWebControls.tsx:201 +#: src/view/com/util/post-embeds/VideoEmbedInner/VideoWebControls.tsx:273 msgid "Unmute video" msgstr "" -#: src/view/com/util/post-embeds/VideoEmbedInner/VideoEmbedInnerNative.tsx:201 +#: src/view/com/util/post-embeds/VideoEmbedInner/VideoEmbedInnerNative.tsx:168 msgid "Unmuted" msgstr "" @@ -7305,12 +7500,16 @@ msgstr "" msgid "Unsubscribed from list" msgstr "" +#: src/state/queries/video/video.ts:240 +msgid "Unsupported video type: {mimeType}" +msgstr "" + #: src/lib/moderation/useReportOptions.ts:85 #~ msgid "Unwanted sexual content" #~ msgstr "" -#: src/lib/moderation/useReportOptions.ts:72 -#: src/lib/moderation/useReportOptions.ts:85 +#: src/lib/moderation/useReportOptions.ts:77 +#: src/lib/moderation/useReportOptions.ts:90 msgid "Unwanted Sexual Content" msgstr "Contenido sexual no deseado" @@ -7365,7 +7564,7 @@ msgstr "" msgid "Use a file on your server" msgstr "" -#: src/view/screens/AppPasswords.tsx:200 +#: src/view/screens/AppPasswords.tsx:199 msgid "Use app passwords to login to other Bluesky clients without giving full access to your account or password." msgstr "Utiliza las contraseñas de app para iniciar sesión en otros clientes de Bluesky sin dar acceso completo a tu cuenta o contraseña." @@ -7488,6 +7687,10 @@ msgstr "" msgid "Value:" msgstr "" +#: src/view/com/composer/videos/SelectVideoBtn.tsx:104 +msgid "Verified email required" +msgstr "" + #: src/view/com/modals/ChangeHandle.tsx:510 #~ msgid "Verify {0}" #~ msgstr "" @@ -7500,6 +7703,10 @@ msgstr "" msgid "Verify email" msgstr "Verificar el correo electrónico" +#: src/components/intents/VerifyEmailIntentDialog.tsx:61 +msgid "Verify email dialog" +msgstr "" + #: src/view/screens/Settings/index.tsx:961 msgid "Verify my email" msgstr "Verificar mi correo electrónico" @@ -7513,6 +7720,10 @@ msgstr "Verificar mi correo electrónico" msgid "Verify New Email" msgstr "Verificar el correo electrónico nuevo" +#: src/view/com/composer/videos/SelectVideoBtn.tsx:108 +msgid "Verify now" +msgstr "" + #: src/view/com/modals/ChangeHandle.tsx:505 msgid "Verify Text File" msgstr "" @@ -7525,15 +7736,32 @@ msgstr "" msgid "Version {appVersion} {bundleInfo}" msgstr "" -#: src/view/com/util/post-embeds/VideoEmbedInner/VideoEmbedInnerNative.tsx:180 +#: src/view/com/util/post-embeds/VideoEmbedInner/VideoEmbedInnerNative.tsx:77 +#: src/view/com/util/post-embeds/VideoEmbedInner/VideoEmbedInnerNative.tsx:145 msgid "Video" msgstr "" +#: src/state/queries/video/video.ts:138 +msgid "Video failed to process" +msgstr "" + #: src/screens/Onboarding/index.tsx:39 #: src/screens/Onboarding/state.ts:88 msgid "Video Games" msgstr "Videojuegos" +#: src/view/com/util/post-embeds/VideoEmbed.web.tsx:163 +msgid "Video not found." +msgstr "" + +#: src/view/com/composer/videos/SubtitleDialog.tsx:99 +msgid "Video settings" +msgstr "" + +#: src/view/com/util/post-embeds/VideoEmbedInner/VideoEmbedInnerNative.tsx:77 +msgid "Video: {0}" +msgstr "" + #: src/view/com/composer/videos/state.ts:27 #~ msgid "Videos cannot be larger than 100MB" #~ msgstr "" @@ -7543,7 +7771,7 @@ msgid "View {0}'s avatar" msgstr "" #: src/components/ProfileCard.tsx:110 -#: src/view/com/notifications/FeedItem.tsx:277 +#: src/view/com/notifications/FeedItem.tsx:273 msgid "View {0}'s profile" msgstr "" @@ -7575,7 +7803,7 @@ msgstr "Ver más detalles sobre cómo reportar una violación de Derechos de Aut msgid "View full thread" msgstr "" -#: src/components/moderation/LabelsOnMe.tsx:48 +#: src/components/moderation/LabelsOnMe.tsx:47 msgid "View information about these labels" msgstr "" @@ -7635,7 +7863,7 @@ msgstr "" msgid "Warn content and filter from feeds" msgstr "" -#: src/screens/Hashtag.tsx:210 +#: src/screens/Hashtag.tsx:217 msgid "We couldn't find any results for that hashtag." msgstr "" @@ -7647,7 +7875,11 @@ msgstr "" msgid "We estimate {estimatedTime} until your account is ready." msgstr "" -#: src/screens/Onboarding/StepFinished.tsx:242 +#: src/components/intents/VerifyEmailIntentDialog.tsx:98 +msgid "We have sent another verification email to <0>{0}</0>." +msgstr "" + +#: src/screens/Onboarding/StepFinished.tsx:238 msgid "We hope you have a wonderful time. Remember, Bluesky is:" msgstr "Esperemos que la pases bien. Recuerda, Bluesky es:" @@ -7663,6 +7895,10 @@ msgstr "" #~ msgid "We recommend our \"Discover\" feed:" #~ msgstr "Recomendamos nuesto feed \"Discover\":" +#: src/state/queries/video/video.ts:170 +msgid "We were unable to determine if you are allowed to upload videos. Please try again." +msgstr "" + #: src/components/dialogs/BirthDateSettings.tsx:52 msgid "We were unable to load your birth date preferences. Please try again." msgstr "" @@ -7671,7 +7907,7 @@ msgstr "" msgid "We were unable to load your configured labelers at this time." msgstr "" -#: src/screens/Onboarding/StepInterests/index.tsx:158 +#: src/screens/Onboarding/StepInterests/index.tsx:143 msgid "We weren't able to connect. Please try again to continue setting up your account. If it continues to fail, you can skip this flow." msgstr "" @@ -7679,7 +7915,7 @@ msgstr "" msgid "We will let you know when your account is ready." msgstr "" -#: src/screens/Onboarding/StepInterests/index.tsx:163 +#: src/screens/Onboarding/StepInterests/index.tsx:148 msgid "We'll use this to help customize your experience." msgstr "" @@ -7703,7 +7939,7 @@ msgstr "" msgid "We're sorry, but your search could not be completed. Please try again in a few minutes." msgstr "Lo sentimos, pero no se ha podido completar tu búsqueda. Intenta de nuevo en unos minutos." -#: src/view/com/composer/Composer.tsx:380 +#: src/view/com/composer/Composer.tsx:417 msgid "We're sorry! The post you are replying to has been deleted." msgstr "" @@ -7728,7 +7964,7 @@ msgstr "" msgid "Welcome, friend!" msgstr "" -#: src/screens/Onboarding/StepInterests/index.tsx:155 +#: src/screens/Onboarding/StepInterests/index.tsx:140 msgid "What are your interests?" msgstr "¿Cuáles son tus intereses?" @@ -7738,7 +7974,7 @@ msgstr "" #: src/view/com/auth/SplashScreen.tsx:40 #: src/view/com/auth/SplashScreen.web.tsx:86 -#: src/view/com/composer/Composer.tsx:436 +#: src/view/com/composer/Composer.tsx:512 msgid "What's up?" msgstr "¿Qué hay de nuevo?" @@ -7808,16 +8044,16 @@ msgstr "¿Por qué crees que este usuario debe ser revisado?" msgid "Wide" msgstr "Ancho" -#: src/screens/Messages/Conversation/MessageInput.tsx:140 -#: src/screens/Messages/Conversation/MessageInput.web.tsx:134 +#: src/screens/Messages/Conversation/MessageInput.tsx:142 +#: src/screens/Messages/Conversation/MessageInput.web.tsx:198 msgid "Write a message" msgstr "Escribe un mensaje" -#: src/view/com/composer/Composer.tsx:660 +#: src/view/com/composer/Composer.tsx:708 msgid "Write post" msgstr "Redacta un post" -#: src/view/com/composer/Composer.tsx:435 +#: src/view/com/composer/Composer.tsx:511 #: src/view/com/post-thread/PostThreadComposePrompt.tsx:42 msgid "Write your reply" msgstr "Redacta una respuesta" @@ -7858,7 +8094,7 @@ msgstr "" msgid "Yes, reactivate my account" msgstr "" -#: src/components/dms/MessageItem.tsx:182 +#: src/components/dms/MessageItem.tsx:183 msgid "Yesterday, {time}" msgstr "" @@ -7875,7 +8111,11 @@ msgstr "" msgid "You are in line." msgstr "Estás en cola." -#: src/view/com/profile/ProfileFollows.tsx:86 +#: src/state/queries/video/video.ts:161 +msgid "You are not allowed to upload videos." +msgstr "" + +#: src/view/com/profile/ProfileFollows.tsx:95 msgid "You are not following anyone." msgstr "No estás siguiendo a nadie." @@ -7909,7 +8149,7 @@ msgstr "Ahora puedes iniciar sesión con tu nueva contraseña." msgid "You can reactivate your account to continue logging in. Your profile and posts will be visible to other users." msgstr "" -#: src/view/com/profile/ProfileFollowers.tsx:86 +#: src/view/com/profile/ProfileFollowers.tsx:95 msgid "You do not have any followers." msgstr "No tienes ningún seguidor." @@ -7992,7 +8232,7 @@ msgstr "No tienes listas." msgid "You have not blocked any accounts yet. To block an account, go to their profile and select \"Block account\" from the menu on their account." msgstr "" -#: src/view/screens/AppPasswords.tsx:91 +#: src/view/screens/AppPasswords.tsx:90 msgid "You have not created any app passwords yet. You can create one by pressing the button below." msgstr "Aún no has creado una contraseña de app. Puedes crear una al presionar el botón abajo." @@ -8004,6 +8244,10 @@ msgstr "" msgid "You have reached the end" msgstr "" +#: src/state/queries/video/video-upload.shared.ts:67 +msgid "You have temporarily reached the limit for video uploads. Please try again later." +msgstr "" + #: src/components/StarterPack/ProfileStarterPacks.tsx:235 msgid "You haven't created a starter pack yet!" msgstr "" @@ -8017,11 +8261,11 @@ msgstr "" msgid "You hid this reply." msgstr "" -#: src/components/moderation/LabelsOnMeDialog.tsx:86 +#: src/components/moderation/LabelsOnMeDialog.tsx:78 msgid "You may appeal non-self labels if you feel they were placed in error." msgstr "" -#: src/components/moderation/LabelsOnMeDialog.tsx:91 +#: src/components/moderation/LabelsOnMeDialog.tsx:83 msgid "You may appeal these labels if you feel they were placed in error." msgstr "" @@ -8101,15 +8345,15 @@ msgstr "" msgid "You'll follow the suggested users once you finish creating your account!" msgstr "" -#: src/screens/StarterPack/StarterPackLandingScreen.tsx:239 +#: src/screens/StarterPack/StarterPackLandingScreen.tsx:241 msgid "You'll follow these people and {0} others" msgstr "" -#: src/screens/StarterPack/StarterPackLandingScreen.tsx:237 +#: src/screens/StarterPack/StarterPackLandingScreen.tsx:239 msgid "You'll follow these people right away" msgstr "" -#: src/screens/StarterPack/StarterPackLandingScreen.tsx:277 +#: src/screens/StarterPack/StarterPackLandingScreen.tsx:279 msgid "You'll stay updated with these feeds" msgstr "" @@ -8128,7 +8372,7 @@ msgstr "Ya estás en cola" msgid "You're logged in with an App Password. Please log in with your main password to continue deactivating your account." msgstr "" -#: src/screens/Onboarding/StepFinished.tsx:239 +#: src/screens/Onboarding/StepFinished.tsx:235 msgid "You're ready to go!" msgstr "¡Eso es todo!" @@ -8141,6 +8385,14 @@ msgstr "" msgid "You've reached the end of your feed! Find some more accounts to follow." msgstr "¡Haz llegado al fin de tu feed! Encuentra más cuentas para seguir." +#: src/state/queries/video/video.ts:175 +msgid "You've reached your daily limit for video uploads (too many bytes)" +msgstr "" + +#: src/state/queries/video/video.ts:180 +msgid "You've reached your daily limit for video uploads (too many videos)" +msgstr "" + #: src/screens/Signup/index.tsx:146 msgid "Your account" msgstr "Tu cuenta" @@ -8157,7 +8409,7 @@ msgstr "" msgid "Your birth date" msgstr "Tu fecha de nacimiento" -#: src/view/com/util/post-embeds/VideoEmbed.web.tsx:145 +#: src/view/com/util/post-embeds/VideoEmbed.web.tsx:167 msgid "Your browser does not support the video format. Please try a different browser." msgstr "" @@ -8174,7 +8426,7 @@ msgstr "Tu elección será guardada. Puedes cambiar esto en los ajustes luego." #~ msgstr "Tu feed principal es \"Siguiendo\"" #: src/screens/Login/ForgotPasswordForm.tsx:57 -#: src/screens/Signup/state.ts:208 +#: src/screens/Signup/state.ts:203 #: src/screens/Signup/StepInfo/index.tsx:75 #: src/view/com/modals/ChangePassword.tsx:55 msgid "Your email appears to be invalid." @@ -8196,7 +8448,7 @@ msgstr "" msgid "Your following feed is empty! Follow more users to see what's happening." msgstr "¡Tu feed de Siguiendo esta vacío! Sigue a más usuarios para ver sus posts aquí." -#: src/screens/Signup/StepHandle.tsx:123 +#: src/screens/Signup/StepHandle.tsx:125 msgid "Your full handle will be" msgstr "Tu nombre de usuario completo será" @@ -8212,11 +8464,11 @@ msgstr "Tus palabras muteadas" msgid "Your password has been changed successfully!" msgstr "Tu contraseña ha sido cambiada exitosamente." -#: src/view/com/composer/Composer.tsx:426 +#: src/view/com/composer/Composer.tsx:463 msgid "Your post has been published" msgstr "Post publicado" -#: src/screens/Onboarding/StepFinished.tsx:254 +#: src/screens/Onboarding/StepFinished.tsx:250 msgid "Your posts, likes, and blocks are public. Mutes are private." msgstr "Tus posts, a qué le das me gusta y a quién bloqueas son públicos. Nadie puede ver a quien muteas." @@ -8228,7 +8480,7 @@ msgstr "Tu perfil" msgid "Your profile, posts, feeds, and lists will no longer be visible to other Bluesky users. You can reactivate your account at any time by logging in." msgstr "" -#: src/view/com/composer/Composer.tsx:425 +#: src/view/com/composer/Composer.tsx:462 msgid "Your reply has been published" msgstr "Respuesta publicada" |