diff --git a/__e2e__/flows/feed-reorder.yml b/__e2e__/flows/feed-reorder.yml index 449df065..2b892b53 100644 --- a/__e2e__/flows/feed-reorder.yml +++ b/__e2e__/flows/feed-reorder.yml @@ -10,8 +10,13 @@ appId: xyz.blueskyweb.app id: "e2eSignInAlice" # Pin alice's feed +- extendedWaitUntil: + visible: + id: "viewHeaderDrawerBtn" - tapOn: - id: "bottomBarProfileBtn" + id: "viewHeaderDrawerBtn" +- tapOn: + id: "profileCardButton" - swipe: from: id: "profilePager-selector" diff --git a/__e2e__/flows/home-screen.yml b/__e2e__/flows/home-screen.yml index c8d83fb1..799a2021 100644 --- a/__e2e__/flows/home-screen.yml +++ b/__e2e__/flows/home-screen.yml @@ -9,6 +9,9 @@ appId: xyz.blueskyweb.app - tapOn: id: "e2eSignInAlice" +- extendedWaitUntil: + visible: + text: "Feeds ✨" - tapOn: label: "Can go to feeds page using feeds button in tab bar" text: "Feeds ✨" @@ -34,26 +37,16 @@ appId: xyz.blueskyweb.app - tapOn: label: "Can like posts" id: "likeBtn" -- assertVisible: - id: "likeCount" - text: "1" - tapOn: id: "likeBtn" -- assertNotVisible: - id: "likeCount" - tapOn: label: "Can repost posts" id: "repostBtn" - tapOn: "Repost" -- assertVisible: - id: "repostCount" - text: "1" - tapOn: id: "repostBtn" - tapOn: "Remove repost" -- assertNotVisible: - id: "repostCount" - tapOn: label: "Can delete posts" diff --git a/__e2e__/flows/profile-screen-edit.yml b/__e2e__/flows/profile-screen-edit.yml index 288a5d4f..251eca35 100644 --- a/__e2e__/flows/profile-screen-edit.yml +++ b/__e2e__/flows/profile-screen-edit.yml @@ -11,6 +11,9 @@ appId: xyz.blueskyweb.app # Navigate to my profile +- extendedWaitUntil: + visible: + id: "bottomBarSearchBtn" - tapOn: id: "bottomBarProfileBtn" diff --git a/__e2e__/flows/profile-screen.yml b/__e2e__/flows/profile-screen.yml index 7d2d43de..b9f95aca 100644 --- a/__e2e__/flows/profile-screen.yml +++ b/__e2e__/flows/profile-screen.yml @@ -10,6 +10,9 @@ appId: xyz.blueskyweb.app id: "e2eSignInAlice" # Navigate to another user profile +- extendedWaitUntil: + visible: + id: "bottomBarSearchBtn" - tapOn: id: "bottomBarSearchBtn" - tapOn: diff --git a/__e2e__/flows/thread-screen.yml b/__e2e__/flows/thread-screen.yml index fdc73259..9120f4f6 100644 --- a/__e2e__/flows/thread-screen.yml +++ b/__e2e__/flows/thread-screen.yml @@ -11,6 +11,8 @@ appId: xyz.blueskyweb.app # Navigate to thread +- extendedWaitUntil: + visible: "Thread root" - tapOn: "Thread root" - assertVisible: "Thread reply" @@ -33,18 +35,10 @@ appId: xyz.blueskyweb.app id: "likeBtn" childOf: id: "postThreadItem-by-carla.test" -- assertVisible: - id: "likeCount" - childOf: - id: "postThreadItem-by-carla.test" - tapOn: id: "likeBtn" childOf: id: "postThreadItem-by-carla.test" -- assertNotVisible: - id: "likeCount" - childOf: - id: "postThreadItem-by-carla.test" # Can repost the root post - tapOn: diff --git a/src/locale/locales/ca/messages.po b/src/locale/locales/ca/messages.po index f96cd5f9..6d4620b0 100644 --- a/src/locale/locales/ca/messages.po +++ b/src/locale/locales/ca/messages.po @@ -24,11 +24,19 @@ msgstr "(té contingut incrustat)" msgid "(no email)" msgstr "(sense correu)" -#: 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 "{0, plural, one {{formattedCount} other} other {{formattedCount} others}}" +#: 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/view/shell/desktop/RightNav.tsx:168 #~ msgid "{0, plural, one {# invite code available} other {# invite codes available}}" #~ msgstr "{0, plural, one {# codi d'invitació disponible} other {# codis d'invitació disponibles}}" @@ -37,7 +45,7 @@ msgstr "{0, plural, one {{formattedCount} other} other {{formattedCount} others} #~ msgid "{0, plural, one {# label has been placed on this account} other {# labels has been placed on this account}}" #~ msgstr "{0, plural, one {# etiqueta s'ha aplicat a aquest compte} other {# etiquetes s'han aplicat a aquest compte}}" -#: 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 "{0, plural, one {# etiqueta s'ha aplicat a aquest compte} other {# etiquetes s'han aplicat a aquest compte}}" @@ -45,14 +53,26 @@ msgstr "{0, plural, one {# etiqueta s'ha aplicat a aquest compte} other {# etiqu #~ msgid "{0, plural, one {# label has been placed on this content} other {# labels has been placed on this content}}" #~ msgstr "{0, plural, one {# etiqueta s'ha aplicat a aquest contingut} other {# etiquetes s'han aplicat a aquest contingut}}" -#: src/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 "{0, plural, one {# etiqueta s'ha aplicat a aquest contingut} other {# etiquetes s'han aplicat a aquest contingut}}" -#: src/view/com/util/post-ctrls/RepostButton.tsx: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 "{0, plural, one {# republicació} other {# republicacions}}" +#: 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 "" @@ -67,11 +87,11 @@ msgstr "{0, plural, one {seguidor} other {seguidors}}" msgid "{0, plural, one {following} other {following}}" msgstr "{0, plural, one {seguint} other {seguint}}" -#: 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 "{0, plural, one {Like (# m'agrada)} other {Like (# m'agrades)}}" -#: src/view/com/post-thread/PostThreadItem.tsx:433 +#: src/view/com/post-thread/PostThreadItem.tsx:439 msgid "{0, plural, one {like} other {likes}}" msgstr "{0, plural, one {m'agrada} other {m'agrades}}" @@ -84,19 +104,19 @@ msgstr "{0, plural, one {Li ha agradat a # user} other {Li ha agradat a # users} msgid "{0, plural, one {post} other {posts}}" msgstr "{0, plural, one {publicació} other {publicacions}}" -#: src/view/com/post-thread/PostThreadItem.tsx:413 +#: src/view/com/post-thread/PostThreadItem.tsx:419 msgid "{0, plural, one {quote} other {quotes}}" msgstr "{0, plural, one {citació} other {citacions}}" -#: 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 "{0, plural, one {Resposta per (# reply)} other {Resposta per (# replies)}}" -#: src/view/com/post-thread/PostThreadItem.tsx:393 +#: src/view/com/post-thread/PostThreadItem.tsx:397 msgid "{0, plural, one {repost} other {reposts}}" msgstr "{0, plural, one {republicació} other {republicacions}}" -#: 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 "{0, plural, one {Desmarca m'agrada (# like)} other {Desmarca m'agrada (# likes)}}" @@ -122,6 +142,10 @@ msgstr "{0} <0>en <1>text i etiquetes" msgid "{0} joined this week" msgstr "{0} s'han unit aquesta setmana" +#: 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 "{0} persones han utilitzat aquest starter pack" @@ -142,30 +166,56 @@ msgstr "Els canals i les persones preferits de {0}: uneix-te a mi!" msgid "{0}'s starter pack" msgstr "Starter pack de {0}" +#. 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 "{count, plural, one {Li ha agradat a # user} other {Li ha agradat a # users}}" #: src/lib/hooks/useTimeAgo.ts:69 -msgid "{diff, plural, one {day} other {days}}" -msgstr "{diff, plural, one {dia} other {dies}}" +#~ msgid "{diff, plural, one {day} other {days}}" +#~ msgstr "{diff, plural, one {dia} other {dies}}" #: src/lib/hooks/useTimeAgo.ts:64 -msgid "{diff, plural, one {hour} other {hours}}" -msgstr "{diff, plural, one {hora} other {hores}}" +#~ msgid "{diff, plural, one {hour} other {hours}}" +#~ msgstr "{diff, plural, one {hora} other {hores}}" #: src/lib/hooks/useTimeAgo.ts:59 -msgid "{diff, plural, one {minute} other {minutes}}" -msgstr "{diff, plural, one {minut} other {minuts}}" +#~ msgid "{diff, plural, one {minute} other {minutes}}" +#~ msgstr "{diff, plural, one {minut} other {minuts}}" #: src/lib/hooks/useTimeAgo.ts:75 -msgid "{diff, plural, one {month} other {months}}" -msgstr "{diff, plural, one {mes} other {mesos}}" +#~ msgid "{diff, plural, one {month} other {months}}" +#~ msgstr "{diff, plural, one {mes} other {mesos}}" #: src/lib/hooks/useTimeAgo.ts:54 -msgid "{diffSeconds, plural, one {second} other {seconds}}" -msgstr "{diffSeconds, plural, one {segon} other {segons}}" +#~ msgid "{diffSeconds, plural, one {second} other {seconds}}" +#~ msgstr "{diffSeconds, plural, one {segon} other {segons}}" +#: src/lib/generate-starterpack.ts:108 #: src/screens/StarterPack/Wizard/index.tsx:174 msgid "{displayName}'s Starter Pack" msgstr "Starter Pack de {displayName}" @@ -327,8 +377,8 @@ msgstr "7 dies" #~ msgstr "S'ha aplicat una advertència de contingut a {0}." #: src/tours/Tooltip.tsx:70 -msgid "A help tooltip" -msgstr "Una informació d'ajuda" +#~ msgid "A help tooltip" +#~ msgstr "Una informació d'ajuda" #: src/lib/hooks/useOTAUpdate.ts:16 #~ msgid "A new version of the app is available. Please update to continue using the app." @@ -396,7 +446,7 @@ msgstr "Opcions del compte" msgid "Account removed from quick access" msgstr "Compte eliminat de l'accés ràpid" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:139 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:135 #: src/view/com/profile/ProfileMenu.tsx:133 msgid "Account unblocked" msgstr "Compte desbloquejat" @@ -452,9 +502,13 @@ msgstr "Afegeix text alternatiu" #~ msgid "Add ALT text" #~ msgstr "Afegeix text alternatiu" -#: 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 "Afegeix una contrasenya d'aplicació" @@ -587,7 +641,7 @@ msgstr "Permet missatges nou de" msgid "Allow replies from:" msgstr "Permet respostes de:" -#: src/view/screens/AppPasswords.tsx:271 +#: src/view/screens/AppPasswords.tsx:266 msgid "Allows access to direct messages" msgstr "Permet l'accés als missatges directes" @@ -602,17 +656,20 @@ msgstr "Ja estàs registrat com a @{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 "Text alternatiu" -#: src/view/com/util/post-embeds/GifEmbed.tsx:189 +#: src/view/com/util/post-embeds/GifEmbed.tsx:170 msgid "Alt Text" msgstr "Text alternatiu" @@ -637,19 +694,26 @@ msgstr "Hi ha hagut un error" #~ msgid "An error occured" #~ msgstr "Hi ha hagut 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 "Hi ha hagut un error" +#: 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 "S'ha produït un error en generar el teu starter pack. Vols tornar-ho a provar?" -#: 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 "Hi ha hagut un error mentre es carregava el vídeo. Prova-ho més tard." +#: 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 "S'ha produït un error en desar la imatge." @@ -659,6 +723,10 @@ msgstr "Hi ha hagut un error mentre es carregava el vídeo. Prova-ho més tard." msgid "An error occurred while saving the QR code!" msgstr "S'ha produït un error en desar el codi QR!" +#: 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 "Hi ha hagut un error intentant esborrar el missatge. Torna-ho a provar." @@ -668,7 +736,7 @@ msgstr "S'ha produït un error en desar el codi QR!" msgid "An error occurred while trying to follow all" msgstr "S'ha produït un error en intentar seguir-ho tot" -#: src/state/queries/video/video.ts:112 +#: src/state/queries/video/video.ts:194 msgid "An error occurred while uploading the video." msgstr "Hi ha hagut un error mentre es pujava el vídeo." @@ -693,7 +761,7 @@ msgstr "Hi ha hagut un problema en provar d'obrir el xat" msgid "An issue occurred, please try again." msgstr "Hi ha hagut un problema, prova-ho de nou." -#: src/screens/Onboarding/StepInterests/index.tsx:219 +#: src/screens/Onboarding/StepInterests/index.tsx:199 msgid "an unknown error occurred" msgstr "hi ha hagut un problema desconegut" @@ -703,8 +771,8 @@ msgid "an unknown labeler" msgstr "un etiquetador desconegut" #: 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 "i" @@ -713,7 +781,7 @@ msgstr "i" msgid "Animals" msgstr "Animals" -#: src/view/com/util/post-embeds/GifEmbed.tsx:155 +#: src/view/com/util/post-embeds/GifEmbed.tsx:138 msgid "Animated GIF" msgstr "GIF animat" @@ -729,7 +797,7 @@ msgstr "Qualsevol pot interactuar" msgid "App Language" msgstr "Idioma de l'aplicació" -#: src/view/screens/AppPasswords.tsx:228 +#: src/view/screens/AppPasswords.tsx:226 msgid "App password deleted" msgstr "Contrasenya de l'aplicació esborrada" @@ -750,17 +818,17 @@ msgstr "Configuració de la contrasenya d'aplicació" #~ msgstr "Contrasenyes de l'aplicació" #: 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 "Contrasenyes de l'aplicació" -#: 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 "Apel·la" -#: src/components/moderation/LabelsOnMeDialog.tsx:247 +#: src/components/moderation/LabelsOnMeDialog.tsx:238 msgid "Appeal \"{0}\" label" msgstr "Apel·la \"{0}\" etiqueta" @@ -776,7 +844,7 @@ msgstr "Apel·la \"{0}\" etiqueta" #~ msgid "Appeal Decision" #~ msgstr "Decisión de apelación" -#: src/components/moderation/LabelsOnMeDialog.tsx:238 +#: src/components/moderation/LabelsOnMeDialog.tsx:229 #: src/screens/Messages/Conversation/ChatDisabled.tsx:91 msgid "Appeal submitted" msgstr "Apel·lació enviada" @@ -818,7 +886,7 @@ msgstr "Aplica els canals recomanats per defecte" #~ msgid "Are you sure you want delete this starter pack?" #~ msgstr "Segur que vols suprimir aquest starter pack?" -#: 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 "Confirmes que vols eliminar la contrasenya de l'aplicació \"{name}\"?" @@ -850,7 +918,7 @@ msgstr "Confirmes que vols eliminar {0} dels teus canals?" msgid "Are you sure you want to remove this from your feeds?" msgstr "Segur que vols eliminar-ho dels teus canals?" -#: 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 "Confirmes que vols descartar aquest esborrany?" @@ -875,13 +943,13 @@ msgstr "Art" msgid "Artistic or non-erotic nudity." msgstr "Nuesa artística o no eròtica." -#: src/screens/Signup/StepHandle.tsx:171 +#: src/screens/Signup/StepHandle.tsx:173 msgid "At least 3 characters" msgstr "Almenys 3 caràcters" #: 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 @@ -920,7 +988,7 @@ msgstr "Aniversari" msgid "Birthday:" msgstr "Aniversari:" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:314 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:272 #: src/view/com/profile/ProfileMenu.tsx:365 msgid "Block" msgstr "Bloqueja" @@ -955,7 +1023,7 @@ msgstr "Vols bloquejar aquests comptes?" #~ msgid "Block this List" #~ msgstr "Bloqueja la llista" -#: src/view/com/util/post-embeds/QuoteEmbed.tsx:76 +#: src/view/com/util/post-embeds/QuoteEmbed.tsx:81 msgid "Blocked" msgstr "Bloquejada" @@ -1053,23 +1121,23 @@ msgstr "Difumina les imatges i filtra-ho dels canals" msgid "Books" msgstr "Llibres" -#: src/components/FeedInterstitials.tsx:300 +#: src/components/FeedInterstitials.tsx:346 msgid "Browse more accounts on the Explore page" msgstr "Explora més comptes a la pàgina Explora" -#: src/components/FeedInterstitials.tsx:433 +#: src/components/FeedInterstitials.tsx:479 msgid "Browse more feeds on the Explore page" msgstr "Explora més canals a la pàgina Explora" -#: 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 "Explora més recomanacions" -#: 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 "Explora més recomancaions a la pàgina Explora" @@ -1127,12 +1195,12 @@ msgid "Can only contain letters, numbers, spaces, dashes, and underscores. Must msgstr "Només pot tenir lletres, números, espais, guions i guions baixos. Ha de tenir almenys 4 caràcters i no més de 32." #: src/components/Menu/index.tsx: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 @@ -1148,7 +1216,7 @@ msgstr "Només pot tenir lletres, números, espais, guions i guions baixos. Ha d #: src/view/com/modals/LinkWarning.tsx:107 #: src/view/com/modals/VerifyEmail.tsx:255 #: src/view/com/modals/VerifyEmail.tsx:261 -#: src/view/com/util/post-ctrls/RepostButton.tsx:160 +#: src/view/com/util/post-ctrls/RepostButton.tsx:163 #: src/view/screens/Search/Search.tsx:704 msgid "Cancel" msgstr "Cancel·la" @@ -1181,7 +1249,7 @@ msgstr "Cancel·la la retallada de la imatge" msgid "Cancel profile editing" msgstr "Cancel·la l'edició del perfil" -#: src/view/com/util/post-ctrls/RepostButton.tsx:154 +#: src/view/com/util/post-ctrls/RepostButton.tsx:157 msgid "Cancel quote post" msgstr "Cancel·la la citació de la publicació" @@ -1201,6 +1269,21 @@ msgstr "Cancel·la la cerca" msgid "Cancels opening the linked website" msgstr "Cancel·la obrir la web enllaçada" +#: 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 "Canvia" @@ -1245,8 +1328,8 @@ msgid "Change Your Email" msgstr "Canvia el teu correu" #: 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 "Xat" @@ -1301,16 +1384,16 @@ msgstr "Comprova el teu correu per a rebre el codi de confirmació i entra'l aqu #~ msgstr "Tria \"Tothom\" or \"Ningú\"" #: src/screens/Onboarding/StepInterests/index.tsx:191 -msgid "Choose 3 or more:" -msgstr "Tria'n 3 o més:" +#~ msgid "Choose 3 or more:" +#~ msgstr "Tria'n 3 o més:" #: src/view/screens/Settings/index.tsx:697 #~ msgid "Choose a new Bluesky username or create" #~ msgstr "Tria un nou nom d'usuari de Bluesky o crea'l" #: src/screens/Onboarding/StepInterests/index.tsx:326 -msgid "Choose at least {0} more" -msgstr "Tria'n almenys {0} més" +#~ msgid "Choose at least {0} more" +#~ msgstr "Tria'n almenys {0} més" #: src/screens/StarterPack/Wizard/index.tsx:190 msgid "Choose Feeds" @@ -1328,7 +1411,7 @@ msgstr "Tria les persones" msgid "Choose Service" msgstr "Tria un servei" -#: src/screens/Onboarding/StepFinished.tsx:284 +#: src/screens/Onboarding/StepFinished.tsx:280 msgid "Choose the algorithms that power your custom feeds." msgstr "Tria els algoritmes que alimentaran els teus canals personalitzats." @@ -1415,7 +1498,7 @@ msgstr "Clica per a deshabilitar les citacions d'aquesta publicació." msgid "Click to enable quote posts of this post." msgstr "Clica per a habilitar les citacions d'aquesta publicació." -#: src/components/dms/MessageItem.tsx:231 +#: src/components/dms/MessageItem.tsx:232 msgid "Click to retry failed message" msgstr "Clica aquí per provar d'enviar el missatge de nou" @@ -1430,13 +1513,15 @@ msgstr "Clip 🐴 clop 🐴" #: 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 "Tanca" @@ -1491,7 +1576,7 @@ msgstr "Tanca la barra de navegació inferior" msgid "Closes password update alert" msgstr "Tanca l'alerta d'actualització de contrasenya" -#: src/view/com/composer/Composer.tsx:524 +#: src/view/com/composer/Composer.tsx:602 msgid "Closes post composer and discards post draft" msgstr "Tanca l'editor de la publicació i descarta l'esborrany" @@ -1499,11 +1584,11 @@ msgstr "Tanca l'editor de la publicació i descarta l'esborrany" msgid "Closes viewer for header image" msgstr "Tanca la visualització de la imatge de la capçalera" -#: src/view/com/notifications/FeedItem.tsx:269 +#: src/view/com/notifications/FeedItem.tsx:265 msgid "Collapse list of users" msgstr "Plega la llista d'usuaris" -#: src/view/com/notifications/FeedItem.tsx:470 +#: src/view/com/notifications/FeedItem.tsx:466 msgid "Collapses list of users for a given notification" msgstr "Plega la llista d'usuaris per una notificació concreta" @@ -1522,7 +1607,7 @@ msgstr "Còmics" msgid "Community Guidelines" msgstr "Directrius de la comunitat" -#: src/screens/Onboarding/StepFinished.tsx:297 +#: src/screens/Onboarding/StepFinished.tsx:293 msgid "Complete onboarding and start using your account" msgstr "Finalitza el registre i comença a utilitzar el teu compte" @@ -1530,7 +1615,7 @@ msgstr "Finalitza el registre i comença a utilitzar el teu compte" msgid "Complete the challenge" msgstr "Completa la prova" -#: src/view/com/composer/Composer.tsx:662 +#: src/view/com/composer/Composer.tsx:710 msgid "Compose posts up to {MAX_GRAPHEME_LENGTH} characters in length" msgstr "Crea publicacions de fins a {MAX_GRAPHEME_LENGTH} caràcters" @@ -1539,8 +1624,8 @@ msgid "Compose reply" msgstr "Redacta una resposta" #: src/view/com/composer/videos/VideoTranscodeProgress.tsx:51 -msgid "Compressing..." -msgstr "Comprimint..." +#~ msgid "Compressing..." +#~ msgstr "Comprimint..." #: src/screens/Onboarding/StepModeration/ModerationOption.tsx:81 #~ msgid "Configure content filtering setting for category: {0}" @@ -1554,8 +1639,8 @@ msgstr "Configura els filtres de continguts per la categoria: {name}" msgid "Configured in <0>moderation settings." msgstr "Configurat a <0>configuració de moderació." -#: 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 @@ -1663,7 +1748,7 @@ msgstr "Advertències del contingut" msgid "Context menu backdrop, click to close the menu." msgstr "Teló de fons del menú contextual, fes clic per a tancar-lo." -#: src/screens/Onboarding/StepInterests/index.tsx:278 +#: src/screens/Onboarding/StepInterests/index.tsx:258 #: src/screens/Onboarding/StepProfile/index.tsx:269 msgid "Continue" msgstr "Continua" @@ -1676,7 +1761,7 @@ msgstr "Continua com a {0} (sessió actual)" msgid "Continue thread..." msgstr "Continua el fil..." -#: 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" @@ -1712,7 +1797,7 @@ msgstr "Número de versió copiat en memòria" #: 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 "Copiat en memòria" @@ -1802,6 +1887,10 @@ msgstr "No s'ha pogut carregar la llista" msgid "Could not mute chat" msgstr "No s'ha pogut silenciar el xat" +#: 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 "No s'ha pogut deixar de silenciar el xat" @@ -1871,7 +1960,7 @@ msgstr "Crea un nou compte" msgid "Create report for {0}" msgstr "Crea un informe per a {0}" -#: src/view/screens/AppPasswords.tsx:251 +#: src/view/screens/AppPasswords.tsx:246 msgid "Created {0}" msgstr "Creat {0}" @@ -1965,7 +2054,7 @@ msgstr "Panell de depuració" #: 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 "Elimina" @@ -1982,11 +2071,11 @@ msgstr "Elimina el compte" msgid "Delete Account <0>\"<1>{0}<2>\"" msgstr "Elimina el compte <0>\"<1>{0}<2>\"" -#: src/view/screens/AppPasswords.tsx:244 +#: src/view/screens/AppPasswords.tsx:239 msgid "Delete app password" msgstr "Elimina la contrasenya d'aplicació" -#: src/view/screens/AppPasswords.tsx:280 +#: src/view/screens/AppPasswords.tsx:275 msgid "Delete app password?" msgstr "Vols eliminar la contrasenya d'aplicació?" @@ -2045,7 +2134,7 @@ msgstr "Vols eliminar aquesta llista?" msgid "Delete this post?" msgstr "Vols eliminar aquesta publicació?" -#: src/view/com/util/post-embeds/QuoteEmbed.tsx:85 +#: src/view/com/util/post-embeds/QuoteEmbed.tsx:90 msgid "Deleted" msgstr "Eliminat" @@ -2089,7 +2178,7 @@ msgstr "Vols desenganxar la citació?" msgid "Dialog: adjust who can interact with this post" msgstr "Diàleg: ajusta qui pot interactuar amb aquesta publicació" -#: src/view/com/composer/Composer.tsx:327 +#: src/view/com/composer/Composer.tsx:351 msgid "Did you want to say anything?" msgstr "Vols dir alguna cosa?" @@ -2103,8 +2192,12 @@ msgid "Direct messages are here!" msgstr "Els missatges directes són aquí!" #: src/view/screens/AccessibilitySettings.tsx:111 -msgid "Disable autoplay for GIFs" -msgstr "Desactiva la reproducció automàtica dels GIF" +#~ msgid "Disable autoplay for GIFs" +#~ msgstr "Desactiva la reproducció automàtica dels GIF" + +#: 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" @@ -2118,7 +2211,7 @@ msgstr "Desactiva la retroalimentació hàptica" #~ msgid "Disable haptics" #~ msgstr "Deshabilita l'hàptic" -#: src/view/com/util/post-embeds/VideoEmbedInner/VideoWebControls.tsx:242 +#: src/view/com/util/post-embeds/VideoEmbedInner/VideoWebControls.tsx:335 msgid "Disable subtitles" msgstr "Deshabilita els subtítols" @@ -2135,7 +2228,7 @@ msgstr "Deshabilita els subtítols" msgid "Disabled" msgstr "Deshabilitat" -#: src/view/com/composer/Composer.tsx:774 +#: src/view/com/composer/Composer.tsx:839 msgid "Discard" msgstr "Descarta" @@ -2143,7 +2236,7 @@ msgstr "Descarta" #~ msgid "Discard draft" #~ msgstr "Descarta l'esborrany" -#: src/view/com/composer/Composer.tsx:771 +#: src/view/com/composer/Composer.tsx:836 msgid "Discard draft?" msgstr "Vols descartar l'esborrany?" @@ -2153,8 +2246,8 @@ msgid "Discourage apps from showing my account to logged-out users" msgstr "Evita que les aplicacions mostrin el meu compte als usuaris no connectats" #: src/tours/HomeTour.tsx:70 -msgid "Discover learns which posts you like as you browse." -msgstr "Discover apren quines publicacions t'agraden mentre navegues." +#~ msgid "Discover learns which posts you like as you browse." +#~ msgstr "Discover apren quines publicacions t'agraden mentre navegues." #: src/view/com/posts/FollowingEmptyState.tsx:70 #: src/view/com/posts/FollowingEndOfFeed.tsx:71 @@ -2170,10 +2263,10 @@ msgid "Discover New Feeds" msgstr "Descobreix nous canals" #: src/view/com/profile/ProfileHeaderSuggestedFollows.tsx:108 -msgid "Dismiss" -msgstr "Descarta" +#~ msgid "Dismiss" +#~ msgstr "Descarta" -#: src/view/com/composer/Composer.tsx:612 +#: src/view/com/composer/Composer.tsx:1106 msgid "Dismiss error" msgstr "Descarta l'error" @@ -2205,7 +2298,7 @@ msgstr "No silenciïs aquesta paraula als usuaris que segueixo" msgid "Does not include nudity." msgstr "No inclou nuesa." -#: src/screens/Signup/StepHandle.tsx:157 +#: src/screens/Signup/StepHandle.tsx:159 msgid "Doesn't begin or end with a hyphen" msgstr "No comença ni acaba amb un guionet" @@ -2229,6 +2322,8 @@ msgstr "Domini verificat!" #: 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 @@ -2255,7 +2350,7 @@ msgstr "Fet{extraText}" #~ msgid "Double tap to sign in" #~ msgstr "Fes doble toc per a iniciar la sessió" -#: src/screens/StarterPack/StarterPackLandingScreen.tsx:324 +#: src/screens/StarterPack/StarterPackLandingScreen.tsx:326 msgid "Download Bluesky" msgstr "Descarrega Bluesky" @@ -2268,7 +2363,7 @@ msgstr "Descarrega Bluesky" msgid "Download CAR file" msgstr "Descarrega el fitxer CAR" -#: 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 "Deixa anar a afegir imatges" @@ -2381,12 +2476,12 @@ msgid "Edit post interaction settings" msgstr "Edita les preferències de les interaccions a la publicació" #: 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 "Edita 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 "Edita el perfil" @@ -2441,6 +2536,10 @@ msgstr "Correu 2FA desactivat" msgid "Email address" msgstr "Adreça de correu" +#: 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" @@ -2454,6 +2553,10 @@ msgstr "Correu actualitzat" msgid "Email verified" msgstr "Correu verificat" +#: src/components/intents/VerifyEmailIntentDialog.tsx:71 +msgid "Email Verified" +msgstr "" + #: src/view/screens/Settings/index.tsx:319 msgid "Email:" msgstr "Correu:" @@ -2507,7 +2610,7 @@ msgstr "Habilita reproductors de contingut per" msgid "Enable priority notifications" msgstr "Activa les notificacions prioritàries" -#: src/view/com/util/post-embeds/VideoEmbedInner/VideoWebControls.tsx:242 +#: src/view/com/util/post-embeds/VideoEmbedInner/VideoWebControls.tsx:336 msgid "Enable subtitles" msgstr "Habilita els subtítols" @@ -2525,7 +2628,7 @@ msgstr "Habilita només per aquesta font" msgid "Enabled" msgstr "Habilitat" -#: src/screens/Profile/Sections/Feed.tsx:105 +#: src/screens/Profile/Sections/Feed.tsx:112 msgid "End of feed" msgstr "Fi del canal" @@ -2534,8 +2637,12 @@ msgstr "Fi del canal" #~ msgstr "Fi de la llista" #: 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." -msgstr "Fi de la gira de benvinguda. No avancis. En comptes d'això, ves enrere per obtenir més opcions o prem per saltar." +#~ msgid "End of onboarding tour window. Do not move forward. Instead, go backward for more options, or press to skip." +#~ msgstr "Fi de la gira de benvinguda. No avancis. En comptes d'això, ves enrere per obtenir més opcions o prem per saltar." + +#: 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 msgid "Enter a name for this App Password" @@ -2603,11 +2710,11 @@ msgstr "Introdueix el teu usuari i contrasenya" msgid "Error occurred while saving file" msgstr "Ha ocorregut un error en desar el fitxer" -#: src/screens/Signup/StepCaptcha/index.tsx:57 +#: src/screens/Signup/StepCaptcha/index.tsx:56 msgid "Error receiving captcha response." msgstr "Error en rebre la resposta al captcha." -#: 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:" @@ -2631,11 +2738,11 @@ msgstr "Tothom pot respondre a aquesta publicació." msgid "Everyone" msgstr "Tothom" -#: src/lib/moderation/useReportOptions.ts:68 +#: src/lib/moderation/useReportOptions.ts:73 msgid "Excessive mentions or replies" msgstr "Mencions o respostes excessives" -#: src/lib/moderation/useReportOptions.ts:81 +#: src/lib/moderation/useReportOptions.ts:86 msgid "Excessive or unwanted messages" msgstr "Missatges excessius o no desitjats" @@ -2647,6 +2754,10 @@ msgstr "Exclou els usuaris que segueixes" msgid "Excludes users you follow" msgstr "Exclou els usuaris que segueixes" +#: 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 "Surt del procés d'eliminació del compte" @@ -2675,7 +2786,7 @@ msgstr "Surt de la cerca" msgid "Expand alt text" msgstr "Expandeix el text alternatiu" -#: src/view/com/notifications/FeedItem.tsx:270 +#: src/view/com/notifications/FeedItem.tsx:266 msgid "Expand list of users" msgstr "Expandeix la llista d'usuaris" @@ -2799,7 +2910,7 @@ msgstr "Error en desar la imatge: {0}" msgid "Failed to save notification preferences, please try again" msgstr "Error en desar les preferències de les notificacions, torna-ho a provar" -#: src/components/dms/MessageItem.tsx:224 +#: src/components/dms/MessageItem.tsx:225 msgid "Failed to send" msgstr "No s'ha pogut enviar" @@ -2807,7 +2918,7 @@ msgstr "No s'ha pogut enviar" #~ msgid "Failed to send message(s)." #~ msgstr "Error en enviar missatge(s)." -#: 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 "No s'ha pogut enviar l'apel·lació, torna-ho a provar." @@ -2825,6 +2936,13 @@ msgstr "No s'han pogut actualitzar els canals" msgid "Failed to update settings" msgstr "No s'ha pogut actualitzar la configuració" +#: 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 "Canal" @@ -2857,7 +2975,7 @@ msgstr "Comentaris" #: 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" @@ -2891,7 +3009,7 @@ msgstr "Fitxer desat amb èxit" msgid "Filter from feeds" msgstr "Filtra-ho dels canals" -#: src/screens/Onboarding/StepFinished.tsx:300 +#: src/screens/Onboarding/StepFinished.tsx:296 msgid "Finalizing" msgstr "Finalitzant" @@ -2902,8 +3020,8 @@ msgid "Find accounts to follow" msgstr "Troba comptes per a seguir" #: src/tours/HomeTour.tsx:88 -msgid "Find more feeds and accounts to follow in the Explore page." -msgstr "Troba més canals i comptes per seguir a la pàgina Explora." +#~ msgid "Find more feeds and accounts to follow in the Explore page." +#~ msgstr "Troba més canals i comptes per seguir a la pàgina Explora." #: src/view/screens/Search/Search.tsx:439 msgid "Find posts and users on Bluesky" @@ -2938,14 +3056,14 @@ msgid "Finish" msgstr "Finalitza" #: src/tours/Tooltip.tsx:149 -msgid "Finish tour and begin using the application" -msgstr "Acaba la visita guiada i comença a utilitzar l'aplicació" +#~ msgid "Finish tour and begin using the application" +#~ msgstr "Acaba la visita guiada i comença a utilitzar l'aplicació" #: src/screens/Onboarding/index.tsx:35 msgid "Fitness" msgstr "Exercici" -#: src/screens/Onboarding/StepFinished.tsx:280 +#: src/screens/Onboarding/StepFinished.tsx:276 msgid "Flexible" msgstr "Flexible" @@ -2962,8 +3080,8 @@ msgstr "Gira verticalment" #: 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 "Segueix" @@ -2972,8 +3090,8 @@ msgctxt "action" msgid "Follow" msgstr "Segueix" -#: 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 "Segueix {0}" @@ -2999,7 +3117,7 @@ msgstr "Segueix-los a tots" #~ msgid "Follow All" #~ msgstr "Segueix-los a tots" -#: src/view/com/post-thread/PostThreadFollowBtn.tsx:144 +#: src/view/com/post-thread/PostThreadFollowBtn.tsx:142 msgid "Follow Back" msgstr "Segueix" @@ -3047,16 +3165,16 @@ msgstr "Usuaris seguits" #~ msgid "Followed users only" #~ msgstr "Només els usuaris seguits" -#: src/view/com/notifications/FeedItem.tsx:211 +#: src/view/com/notifications/FeedItem.tsx:207 msgid "followed you" msgstr "et segueix" -#: src/view/com/notifications/FeedItem.tsx:209 +#: src/view/com/notifications/FeedItem.tsx:205 msgid "followed you back" msgstr "també et segueix" -#: 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 "Seguidors" @@ -3077,17 +3195,17 @@ msgstr "Seguidors que coneixes" #: 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 "Seguint" #: src/components/ProfileCard.tsx:311 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:98 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:94 msgid "Following {0}" msgstr "Seguint {0}" @@ -3106,8 +3224,8 @@ msgid "Following Feed Preferences" msgstr "Preferències del canal Seguint" #: src/tours/HomeTour.tsx:59 -msgid "Following shows the latest posts from people you follow." -msgstr "Seguint mostra les últimes publicacions de la gent que segueixes." +#~ msgid "Following shows the latest posts from people you follow." +#~ msgstr "Seguint mostra les últimes publicacions de la gent que segueixes." #: src/screens/Profile/Header/Handle.tsx:31 msgid "Follows you" @@ -3159,15 +3277,19 @@ msgstr "Oblidada?" msgid "Frequently Posts Unwanted Content" msgstr "Publica contingut no desitjat freqüentment" -#: src/screens/Hashtag.tsx:118 +#: src/screens/Hashtag.tsx:116 msgid "From @{sanitizedAuthor}" msgstr "De @{sanitizedAuthor}" -#: src/view/com/posts/FeedItem.tsx:273 +#: src/view/com/posts/FeedItem.tsx:271 msgctxt "from-feed" msgid "From <0/>" msgstr "De <0/>" +#: src/view/com/util/post-embeds/VideoEmbedInner/VideoWebControls.tsx:354 +msgid "Fullscreen" +msgstr "" + #: src/view/com/composer/photos/SelectPhotoBtn.tsx:39 msgid "Gallery" msgstr "Galeria" @@ -3193,7 +3315,7 @@ msgstr "Comença" msgid "Getting started" msgstr "Començant" -#: src/view/com/util/images/ImageHorzList.tsx:35 +#: src/components/MediaPreview.tsx:119 msgid "GIF" msgstr "GIF" @@ -3212,7 +3334,7 @@ msgstr "Infraccions flagrants de la llei o les condicions del servei" #: 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 "Ves enrere" @@ -3271,8 +3393,8 @@ msgid "Go to profile" msgstr "Ves al perfil" #: src/tours/Tooltip.tsx:138 -msgid "Go to the next step of the tour" -msgstr "ves al següent pas de la visita guiada" +#~ msgid "Go to the next step of the tour" +#~ msgstr "ves al següent pas de la visita guiada" #: src/components/dms/ConvoMenu.tsx:164 msgid "Go to user's profile" @@ -3354,7 +3476,7 @@ msgstr "Llista oculta" msgid "Hide" msgstr "Amaga" -#: src/view/com/notifications/FeedItem.tsx:477 +#: src/view/com/notifications/FeedItem.tsx:473 msgctxt "action" msgid "Hide" msgstr "Amaga" @@ -3393,7 +3515,7 @@ msgstr "Vols amagar aquesta entrada?" msgid "Hide this reply?" msgstr "Vols amagar aquesta resposta?" -#: src/view/com/notifications/FeedItem.tsx:468 +#: src/view/com/notifications/FeedItem.tsx:464 msgid "Hide user list" msgstr "Amaga la llista d'usuaris" @@ -3429,10 +3551,14 @@ msgstr "Tenim problemes per a carregar aquestes dades. Mira a continuació per a msgid "Hmmmm, we couldn't load that moderation service." msgstr "No podem carregar el servei de moderació." -#: src/Navigation.tsx: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" @@ -3516,7 +3642,7 @@ msgstr "Si vols canviar el teu identificador o el correu fes-ho abans de desacti msgid "Illegal and Urgent" msgstr "Il·legal i urgent" -#: src/view/com/util/images/Gallery.tsx:42 +#: src/view/com/util/images/Gallery.tsx:55 msgid "Image" msgstr "Imatge" @@ -3537,7 +3663,11 @@ msgstr "La imatge s'ha desat a la teva galeria!" msgid "Impersonation or false claims about identity or affiliation" msgstr "Suplantació d'identitat o afirmacions falses sobre identitat o afiliació" -#: 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 "Missatges inapropiats o enllaços explícits" @@ -3601,7 +3731,7 @@ msgstr "Introdueix la teva contrasenya" msgid "Input your preferred hosting provider" msgstr "Introdueix el teu proveïdor d'allotjament preferit" -#: src/screens/Signup/StepHandle.tsx:112 +#: src/screens/Signup/StepHandle.tsx:114 msgid "Input your user handle" msgstr "Introdueix el teu identificador d'usuari" @@ -3626,6 +3756,10 @@ msgstr "Registre de publicació no vàlid o no admès" msgid "Invalid username or password" msgstr "Nom d'usuari o contrasenya incorrectes" +#: src/components/intents/VerifyEmailIntentDialog.tsx:82 +msgid "Invalid Verification Code" +msgstr "" + #: src/view/screens/Settings.tsx:411 #~ msgid "Invite" #~ msgstr "Convida" @@ -3638,7 +3772,7 @@ msgstr "Convida un amic" msgid "Invite code" msgstr "Codi d'invitació" -#: 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 "Codi d'invitació rebutjat. Comprova que l'has entrat correctament i torna-ho a provar." @@ -3674,6 +3808,10 @@ msgstr "Convida a Bluesky de manera més personalitzada" msgid "It's just you right now! Add more people to your starter pack by searching above." msgstr "Ara només ets tu! Afegeix més persones al teu starter pack cercant a dalt." +#: src/view/com/composer/Composer.tsx:1125 +msgid "Job ID: {0}" +msgstr "" + #: src/view/com/auth/SplashScreen.web.tsx:164 msgid "Jobs" msgstr "Feines" @@ -3731,11 +3869,11 @@ msgstr "Les etiquetes són anotacions sobre els usuaris i el contingut. Poden se #~ msgid "labels have been placed on this {labelTarget}" #~ msgstr "S'han posat etiquetes a aquest {labelTarget}" -#: src/components/moderation/LabelsOnMeDialog.tsx:79 +#: src/components/moderation/LabelsOnMeDialog.tsx:71 msgid "Labels on your account" msgstr "Etiquetes al teu compte" -#: src/components/moderation/LabelsOnMeDialog.tsx:81 +#: src/components/moderation/LabelsOnMeDialog.tsx:73 msgid "Labels on your content" msgstr "Etiquetes al teu contingut" @@ -3760,7 +3898,7 @@ msgstr "Idiomes" #~ msgid "Last step!" #~ msgstr "Últim pas" -#: src/screens/Hashtag.tsx:99 +#: src/screens/Hashtag.tsx:97 #: src/view/screens/Search/Search.tsx:359 msgid "Latest" msgstr "El més recent" @@ -3838,8 +3976,7 @@ msgstr "Deixa'm triar" msgid "Let's get your password reset!" msgstr "Restablirem la teva contrasenya!" -#: src/screens/Onboarding/StepFinished.tsx:300 -#: src/tours/Tooltip.tsx:151 +#: src/screens/Onboarding/StepFinished.tsx:296 msgid "Let's go!" msgstr "Som-hi!" @@ -3877,9 +4014,9 @@ msgstr "Fes m'agrada a aquest canal" msgid "Liked by" msgstr "Li ha agradat 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 "Li ha agradat a" @@ -3898,7 +4035,7 @@ msgstr "Li ha agradat a" #~ msgid "Liked by {likeCount} {0}" #~ msgstr "Li ha agradat a {likeCount} {0}" -#: src/view/com/notifications/FeedItem.tsx:215 +#: src/view/com/notifications/FeedItem.tsx:211 msgid "liked your custom feed" msgstr "els ha agradat el teu canal personalitzat" @@ -3906,7 +4043,7 @@ msgstr "els ha agradat el teu canal personalitzat" #~ msgid "liked your custom feed{0}" #~ msgstr "i ha agradat el teu canal personalitzat{0}" -#: src/view/com/notifications/FeedItem.tsx:182 +#: src/view/com/notifications/FeedItem.tsx:178 msgid "liked your post" msgstr "li ha agradat la teva publicació" @@ -3966,7 +4103,7 @@ msgstr "Llista no silenciada" #: 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" @@ -3997,7 +4134,7 @@ msgstr "Carrega més suggerencies d'usuaris per seguir" msgid "Load new notifications" msgstr "Carrega noves notificacions" -#: 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 @@ -4123,12 +4260,12 @@ msgstr "Missatge esborrat" msgid "Message from server: {0}" msgstr "Missatge del servidor: {0}" -#: src/screens/Messages/Conversation/MessageInput.tsx:138 +#: src/screens/Messages/Conversation/MessageInput.tsx:140 msgid "Message input field" msgstr "Camp d'entrada del missatge" -#: 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 "El missatge és massa llarg" @@ -4136,7 +4273,7 @@ msgstr "El missatge és massa llarg" msgid "Message settings" msgstr "Configuració dels missatges" -#: 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 @@ -4151,6 +4288,10 @@ msgstr "Missatges" msgid "Misleading Account" msgstr "Compte enganyós" +#: src/lib/moderation/useReportOptions.ts:67 +msgid "Misleading Post" +msgstr "" + #: src/screens/Settings/AppearanceSettings.tsx:78 msgid "Mode" msgstr "Mode" @@ -4217,7 +4358,7 @@ msgstr "Eines de moderació" msgid "Moderator has chosen to set a general warning on the content." msgstr "El moderador ha decidit establir un advertiment general sobre el contingut." -#: src/view/com/post-thread/PostThreadItem.tsx:619 +#: src/view/com/post-thread/PostThreadItem.tsx:629 msgid "More" msgstr "Més" @@ -4250,8 +4391,7 @@ msgstr "Música" #~ msgstr "Ha de tenir almenys 3 caràcters" #: 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 "Silencia" @@ -4344,7 +4484,7 @@ msgstr "Silencia el fil de debat" msgid "Mute words & tags" msgstr "Silencia paraules i etiquetes" -#: src/view/com/util/post-embeds/VideoEmbedInner/VideoEmbedInnerNative.tsx:201 +#: src/view/com/util/post-embeds/VideoEmbedInner/VideoEmbedInnerNative.tsx:168 msgid "Muted" msgstr "Silenciada" @@ -4382,7 +4522,7 @@ msgstr "El meu aniversari" msgid "My Feeds" msgstr "Els meus canals" -#: src/view/shell/desktop/LeftNav.tsx:85 +#: src/view/shell/desktop/LeftNav.tsx:84 msgid "My Profile" msgstr "El meu perfil" @@ -4408,9 +4548,9 @@ msgid "Name is required" msgstr "Es requereix un nom" #: 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 "El nom o la descripció infringeixen els estàndards comunitaris" @@ -4451,7 +4591,7 @@ msgstr "Necessites informar d'una infracció dels drets d'autor?" #~ msgid "Never lose access to your followers and data." #~ msgstr "No perdis mai accés als teus seguidors ni a les teves dades." -#: src/screens/Onboarding/StepFinished.tsx:268 +#: src/screens/Onboarding/StepFinished.tsx:264 msgid "Never lose access to your followers or data." msgstr "No perdis mai accés als teus seguidors i les teves dades." @@ -4505,11 +4645,11 @@ msgstr "Nova publicació" #: 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 "Nova publicació" -#: src/view/shell/desktop/LeftNav.tsx:284 +#: src/view/shell/desktop/LeftNav.tsx:283 msgctxt "action" msgid "New Post" msgstr "Nova publicació" @@ -4546,7 +4686,6 @@ msgstr "Notícies" #: 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" @@ -4589,11 +4728,11 @@ msgid "No feeds found. Try searching for something else." msgstr "No s'han trobat canals. Intenta cercar una altra cosa." #: 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 "Ja no segueixes a {0}" -#: src/screens/Signup/StepHandle.tsx:167 +#: src/screens/Signup/StepHandle.tsx:169 msgid "No longer than 253 characters" msgstr "No pot tenir més de 253 caràcters" @@ -4620,7 +4759,7 @@ msgstr "Ningú" msgid "No one but the author can quote this post." msgstr "Ningú més que l'autor pot citar aquesta publicació." -#: src/screens/Profile/Sections/Feed.tsx:59 +#: src/screens/Profile/Sections/Feed.tsx:64 msgid "No posts yet." msgstr "Encara no hi ha publicacions." @@ -4699,7 +4838,7 @@ msgstr "Ara mateix no" #: 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 "Nota sobre compartir" @@ -4732,22 +4871,22 @@ msgstr "Sons de les notificacions" msgid "Notification Sounds" msgstr "Sons de les notificacions" -#: 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 "Notificacions" -#: src/lib/hooks/useTimeAgo.ts:51 +#: src/lib/hooks/useTimeAgo.ts:122 msgid "now" msgstr "ara" -#: src/components/dms/MessageItem.tsx:169 +#: src/components/dms/MessageItem.tsx:170 msgid "Now" msgstr "Ara" @@ -4755,7 +4894,7 @@ msgstr "Ara" msgid "Nudity" msgstr "Nuesa" -#: src/lib/moderation/useReportOptions.ts:73 +#: src/lib/moderation/useReportOptions.ts:78 msgid "Nudity or adult content not labeled as such" msgstr "Nuesa o contingut per a adults no etiquetat com a tal" @@ -4777,7 +4916,7 @@ msgstr "Apagat" msgid "Oh no!" msgstr "Ostres!" -#: src/screens/Onboarding/StepInterests/index.tsx:153 +#: src/screens/Onboarding/StepInterests/index.tsx:138 msgid "Oh no! Something went wrong." msgstr "Ostres! Alguna cosa ha fallat." @@ -4794,22 +4933,26 @@ msgid "Oldest replies first" msgstr "Respostes més antigues primer" #: src/components/StarterPack/QrCode.tsx:69 -msgid "on" -msgstr "en" +#~ msgid "on" +#~ msgstr "en" #: src/lib/hooks/useTimeAgo.ts:81 -msgid "on {str}" -msgstr "en {str}" +#~ msgid "on {str}" +#~ msgstr "en {str}" + +#: src/components/StarterPack/QrCode.tsx:70 +msgid "on<0><1/><2><3/>" +msgstr "" #: src/view/screens/Settings/index.tsx:226 msgid "Onboarding reset" msgstr "Restableix la incorporació" #: src/tours/Tooltip.tsx:118 -msgid "Onboarding tour step {0}: {1}" -msgstr "Visita guiada, pas {0}: {1}" +#~ msgid "Onboarding tour step {0}: {1}" +#~ msgstr "Visita guiada, pas {0}: {1}" -#: 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 text alternatiu a una o més imatges." @@ -4825,10 +4968,14 @@ msgstr "Només s'accepten fitxers .jpg i .png" msgid "Only {0} can reply." msgstr "Només {0} poden respondre." -#: src/screens/Signup/StepHandle.tsx:150 +#: src/screens/Signup/StepHandle.tsx:152 msgid "Only contains letters, numbers, and hyphens" msgstr "Només pot tenir lletres, nombres i guionets" +#: 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 "Ostres, alguna cosa ha anat malament!" @@ -4836,13 +4983,13 @@ msgstr "Ostres, alguna cosa ha anat malament!" #: 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 "Ostres!" -#: src/screens/Onboarding/StepFinished.tsx:264 +#: src/screens/Onboarding/StepFinished.tsx:260 msgid "Open" msgstr "Obre" @@ -4863,8 +5010,9 @@ msgstr "Obre el creador d'avatars" msgid "Open conversation options" msgstr "Obre les opcions de les converses" -#: 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 "Obre el selector d'emojis" @@ -5077,12 +5225,12 @@ msgstr "Obre la pàgina de registres del sistema" msgid "Opens the threads preferences" msgstr "Obre les preferències dels fils de debat" -#: 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 "Obre aquest perfil" -#: src/view/com/composer/videos/SelectVideoBtn.tsx:54 +#: src/view/com/composer/videos/SelectVideoBtn.tsx:81 msgid "Opens video picker" msgstr "Obre el selector de vídeos" @@ -5164,11 +5312,11 @@ msgid "Password updated!" msgstr "Contrasenya actualitzada!" #: 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 "Posa en pausa" -#: src/view/com/util/post-embeds/VideoEmbedInner/VideoWebControls.tsx:203 +#: src/view/com/util/post-embeds/VideoEmbedInner/VideoWebControls.tsx:275 msgid "Pause video" msgstr "Posa en pausa el vídeo" @@ -5232,7 +5380,7 @@ msgid "Pinned to your feeds" msgstr "Fixat als teus canals" #: 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 "Reprodueix" @@ -5249,8 +5397,8 @@ msgstr "Reprodueix {0}" msgid "Play or pause the GIF" msgstr "Reprodueix o posa en pausa el GIF" -#: 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 "Reprodueix el vídeo" @@ -5263,16 +5411,16 @@ msgstr "Reprodueix el vídeo" msgid "Plays the GIF" msgstr "Reprodueix el GIF" -#: src/screens/Signup/state.ts:222 +#: src/screens/Signup/state.ts:217 msgid "Please choose your handle." msgstr "Tria el teu 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 "Tria la teva contrasenya." -#: src/screens/Signup/state.ts:236 +#: src/screens/Signup/state.ts:231 msgid "Please complete the verification captcha." msgstr "Completa el captcha de verificació." @@ -5304,7 +5452,7 @@ msgstr "Introdueix una paraula, una etiqueta o una frase vàlida per a silenciar #~ msgid "Please enter the verification code sent to {phoneNumberFormatted}." #~ msgstr "Introdueix el codi de verificació enviat a {phoneNumberFormatted}" -#: src/screens/Signup/state.ts:201 +#: src/screens/Signup/state.ts:196 #: src/screens/Signup/StepInfo/index.tsx:69 msgid "Please enter your email." msgstr "Introdueix el teu correu." @@ -5317,7 +5465,7 @@ msgstr "Entra el teu codi d'invitació." msgid "Please enter your password as well:" msgstr "Introdueix la teva contrasenya també:" -#: 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 "Explica per què creieu que aquesta etiqueta ha estat aplicada incorrectament per {0}" @@ -5342,7 +5490,7 @@ msgstr "Inicia sessió com a @{0}" msgid "Please Verify Your Email" msgstr "Verifica el teu correu" -#: 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 "Espera que es generi la targeta de l'enllaç" @@ -5359,13 +5507,13 @@ msgstr "Pornografia" #~ msgid "Pornography" #~ msgstr "Pornografia" -#: 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 "Publica" -#: src/view/com/post-thread/PostThread.tsx:480 +#: src/view/com/post-thread/PostThread.tsx:481 msgctxt "description" msgid "Post" msgstr "Publicació" @@ -5512,13 +5660,13 @@ msgstr "Xateja en privat amb altres usuaris." msgid "Processing..." msgstr "Processant…" -#: src/view/screens/DebugMod.tsx:895 +#: src/view/screens/DebugMod.tsx:896 #: src/view/screens/Profile.tsx:346 msgid "profile" msgstr "perfil" -#: 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 @@ -5533,7 +5681,7 @@ msgstr "Perfil actualitzat" msgid "Protect your account by verifying your email." msgstr "Protegeix el teu compte verificant el teu correu." -#: src/screens/Onboarding/StepFinished.tsx:250 +#: src/screens/Onboarding/StepFinished.tsx:246 msgid "Public" msgstr "Públic" @@ -5545,11 +5693,11 @@ msgstr "Llistes d'usuaris per a silenciar o bloquejar en massa, públiques i per msgid "Public, shareable lists which can drive feeds." msgstr "Llistes que poden nodrir canals, públiques i per a compartir." -#: src/view/com/composer/Composer.tsx:549 +#: src/view/com/composer/Composer.tsx:627 msgid "Publish post" msgstr "Publica" -#: src/view/com/composer/Composer.tsx:549 +#: src/view/com/composer/Composer.tsx:627 msgid "Publish reply" msgstr "Publica la resposta" @@ -5566,11 +5714,11 @@ msgid "QR code saved to your camera roll!" msgstr "Codi QR desat a la teva galeria" #: src/tours/Tooltip.tsx:111 -msgid "Quick tip" -msgstr "Consell ràpid" +#~ msgid "Quick tip" +#~ msgstr "Consell ràpid" -#: 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" @@ -5599,8 +5747,8 @@ msgid "Quote post was successfully detached" msgstr "La publicació citada s'ha desenganxat amb èxit" #: 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" @@ -5614,8 +5762,8 @@ msgstr "S'han habilitat les citacions" msgid "Quote settings" msgstr "Configuració de les citacions" -#: 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 "Citacions" @@ -5709,6 +5857,10 @@ msgstr "Elimina a {displayName} de l'starter pack" msgid "Remove account" msgstr "Elimina el compte" +#: src/view/com/composer/ExternalEmbedRemoveBtn.tsx:28 +msgid "Remove attachment" +msgstr "" + #: src/view/com/util/UserAvatar.tsx:387 msgid "Remove Avatar" msgstr "Elimina l'avatar" @@ -5717,7 +5869,7 @@ msgstr "Elimina l'avatar" msgid "Remove Banner" msgstr "Elimina el bàner" -#: src/screens/Messages/Conversation/MessageInputEmbed.tsx:218 +#: src/screens/Messages/Conversation/MessageInputEmbed.tsx:207 msgid "Remove embed" msgstr "Elimina l'incrustat" @@ -5757,8 +5909,8 @@ msgid "Remove image" msgstr "Elimina la imatge" #: src/view/com/composer/ExternalEmbedRemoveBtn.tsx:28 -msgid "Remove image preview" -msgstr "Elimina la visualització prèvia de la imatge" +#~ msgid "Remove image preview" +#~ msgstr "Elimina la visualització prèvia de la imatge" #: src/components/dialogs/MutedWords.tsx:523 msgid "Remove mute word from your list" @@ -5772,15 +5924,19 @@ msgstr "Elimina el perfil" msgid "Remove profile from search history" msgstr "Elimina el perfil de l'historial de cerca" -#: src/view/com/util/post-embeds/QuoteEmbed.tsx:255 +#: src/view/com/util/post-embeds/QuoteEmbed.tsx:269 msgid "Remove quote" msgstr "Elimina la citació" -#: 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 "Elimina la republicació" +#: src/view/com/composer/videos/SubtitleDialog.tsx:260 +msgid "Remove subtitle file" +msgstr "" + #: src/view/com/feeds/FeedSourceCard.tsx:175 #~ msgid "Remove this feed from my feeds?" #~ msgstr "Vols eliminar aquest canal dels teus canals?" @@ -5793,11 +5949,11 @@ msgstr "Elimina aquest canal dels meus canals" #~ msgid "Remove this feed from your saved feeds?" #~ msgstr "Vols eliminar aquest canal dels teus canals desats?" -#: src/view/com/util/post-embeds/QuoteEmbed.tsx:100 +#: src/view/com/util/post-embeds/QuoteEmbed.tsx:105 msgid "Removed by author" msgstr "Eliminat per l'autor" -#: src/view/com/util/post-embeds/QuoteEmbed.tsx:98 +#: src/view/com/util/post-embeds/QuoteEmbed.tsx:103 msgid "Removed by you" msgstr "Tu l'has eliminat" @@ -5825,13 +5981,17 @@ msgstr "Eliminat dels teus canals" #~ msgid "Removes default thumbnail from {0}" #~ msgstr "Elimina la miniatura per defecte de {0}" -#: src/view/com/util/post-embeds/QuoteEmbed.tsx:256 +#: src/view/com/util/post-embeds/QuoteEmbed.tsx:270 msgid "Removes quoted post" msgstr "Elimina la publicació amb la citació" #: src/view/com/composer/ExternalEmbedRemoveBtn.tsx:29 -msgid "Removes the image preview" -msgstr "Elimina la previsualització de la imatge" +msgid "Removes the attachment" +msgstr "" + +#: src/view/com/composer/ExternalEmbedRemoveBtn.tsx:29 +#~ msgid "Removes the image preview" +#~ msgstr "Elimina la previsualització de la imatge" #: src/view/com/posts/FeedShutdownMsg.tsx:129 #: src/view/com/posts/FeedShutdownMsg.tsx:133 @@ -5858,7 +6018,7 @@ msgstr "Les respostes a aquesta publicació estan deshabilitades." #~ msgid "Replies to this thread are disabled" #~ msgstr "Les respostes a aquest fil de debat estan deshabilitades" -#: src/view/com/composer/Composer.tsx:562 +#: src/view/com/composer/Composer.tsx:640 msgctxt "action" msgid "Reply" msgstr "Respon" @@ -5892,23 +6052,23 @@ msgstr "La configuració de les respostes la tria l'autor del fil de debat" #~ msgstr "Resposta a <0/>" #: 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/>" msgstr "Resposta a <0><1/>" -#: src/view/com/posts/FeedItem.tsx:513 +#: src/view/com/posts/FeedItem.tsx:511 msgctxt "description" msgid "Reply to a blocked post" msgstr "Resposta a una publicació bloquejada" -#: src/view/com/posts/FeedItem.tsx:515 +#: src/view/com/posts/FeedItem.tsx:513 msgctxt "description" msgid "Reply to a post" msgstr "Resposta a una publicació" #: 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 "Resposta a tu mateix" @@ -6004,9 +6164,9 @@ msgstr "Informa sobre aquest starter pack" msgid "Report this user" msgstr "Informa d'aquest usuari" -#: 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 "Republica" @@ -6017,7 +6177,7 @@ msgid "Repost" msgstr "Republica" #: 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" @@ -6027,12 +6187,12 @@ msgstr "Republica o cita la publicació" #~ msgid "Reposted by" #~ msgstr "Republicada per" -#: 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 "Republicat per" -#: src/view/com/posts/FeedItem.tsx:294 +#: src/view/com/posts/FeedItem.tsx:292 msgid "Reposted by {0}" msgstr "Republicat per {0}" @@ -6044,16 +6204,16 @@ msgstr "Republicat per {0}" #~ msgid "Reposted by <0/>" #~ msgstr "Republicada per <0/>" -#: src/view/com/posts/FeedItem.tsx:313 +#: src/view/com/posts/FeedItem.tsx:311 msgid "Reposted by <0><1/>" msgstr "Republicat per <0><1/>" -#: 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 "Republicat per tu" -#: src/view/com/notifications/FeedItem.tsx:184 +#: src/view/com/notifications/FeedItem.tsx:180 msgid "reposted your post" msgstr "ha republicat la teva publicació" @@ -6092,6 +6252,14 @@ msgstr "Requerit per aquest proveïdor" msgid "Resend email" msgstr "Torna a enviar el correu" +#: 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 "Codi de restabliment" @@ -6139,15 +6307,15 @@ msgstr "Torna a intentar iniciar sessió" msgid "Retries the last action, which errored out" msgstr "Torna a intentar l'última acció, que ha donat error" -#: src/components/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 @@ -6263,8 +6431,8 @@ msgstr "Desa la configuració de retall d'imatges" #: 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 "Digues hola!" @@ -6278,15 +6446,15 @@ msgid "Scroll to top" msgstr "Desplaça't cap a dalt" #: 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" @@ -6388,6 +6556,10 @@ msgstr "Consulta aquesta guia" #~ msgid "See what's next" #~ msgstr "Què més hi ha" +#: 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 "Selecciona {item}" @@ -6428,6 +6600,10 @@ msgstr "Selecciona GIF \"{0}\"" msgid "Select how long to mute this word for." msgstr "Tria per quant temps s'ha de silenciar aquesta paraula." +#: src/view/com/composer/videos/SubtitleDialog.tsx:245 +msgid "Select language..." +msgstr "" + #: src/view/screens/LanguageSettings.tsx:303 msgid "Select languages" msgstr "Selecciona els idiomes" @@ -6449,6 +6625,10 @@ msgstr "Selecciona l'opció {i} de {numItems}" #~ msgid "Select some accounts below to follow" #~ msgstr "Selecciona alguns d'aquests comptes per a seguir-los" +#: 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 "Selecciona el {emojiName} emoji com al teu avatar" @@ -6465,7 +6645,7 @@ msgstr "Selecciona el servei que allotja les teves dades." #~ msgid "Select topical feeds to follow from the list below" #~ msgstr "Selecciona els canals d'actualitat per a seguir d'aquesta llista" -#: src/view/com/composer/videos/SelectVideoBtn.tsx:53 +#: src/view/com/composer/videos/SelectVideoBtn.tsx:80 msgid "Select video" msgstr "Selecciona el vídeo" @@ -6493,7 +6673,7 @@ msgstr "Selecciona l'idioma de l'aplicació perquè el text predeterminat es mos msgid "Select your date of birth" msgstr "Selecciona la teva data de naixement" -#: src/screens/Onboarding/StepInterests/index.tsx:226 +#: src/screens/Onboarding/StepInterests/index.tsx:206 msgid "Select your interests from the options below" msgstr "Selecciona els teus interessos d'entre aquestes opcions" @@ -6539,8 +6719,8 @@ msgstr "Envia correu" msgid "Send feedback" msgstr "Envia comentari" -#: 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 "Envia el missatge" @@ -6702,7 +6882,7 @@ msgstr "Estableix la relació d'aspecte de la imatge com a ampla" #: 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" @@ -6723,7 +6903,7 @@ msgstr "Suggerent sexualment" #: 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 "Comparteix" @@ -6743,7 +6923,7 @@ msgstr "Comparteix una dada divertida!" #: 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 "Comparteix de totes maneres" @@ -6803,7 +6983,7 @@ msgstr "Mostra" #~ msgid "Show all replies" #~ msgstr "Mostra totes les respostes" -#: src/view/com/util/post-embeds/GifEmbed.tsx:175 +#: src/view/com/util/post-embeds/GifEmbed.tsx:157 msgid "Show alt text" msgstr "Mostra el text alternatiu" @@ -6827,8 +7007,8 @@ msgstr "Mostra la insígnia i filtra-ho dels canals" #~ msgstr "Mostra els incrustats de {0}" #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:215 -msgid "Show follows similar to {0}" -msgstr "Mostra seguidors semblants a {0}" +#~ msgid "Show follows similar to {0}" +#~ msgstr "Mostra seguidors semblants a {0}" #: src/view/com/post-thread/PostThreadShowHiddenReplies.tsx:23 msgid "Show hidden replies" @@ -6843,9 +7023,9 @@ msgstr "Mostra'n menys com aquest" msgid "Show list anyway" msgstr "Mostra la llista de totes maneres" -#: 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 "Mostra més" @@ -6932,7 +7112,7 @@ msgstr "Mostra l'advertiment i filtra-ho dels canals" #~ msgid "Shows a list of users similar to this user." #~ msgstr "Mostra una llista d'usuaris semblants a aquest" -#: src/view/com/post-thread/PostThreadFollowBtn.tsx:130 +#: src/view/com/post-thread/PostThreadFollowBtn.tsx:128 msgid "Shows posts from {0} in your feed" msgstr "Mostra les publicacions de {0} al teu canal" @@ -6945,12 +7125,12 @@ msgstr "Mostra les publicacions de {0} al teu canal" #: 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 @@ -6992,12 +7172,12 @@ msgstr "Tanca sessió" msgid "Sign out of all accounts" msgstr "Tanca la sessió de tots els comptes" +#: 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 @@ -7022,7 +7202,7 @@ msgstr "S'ha iniciat sessió com a" msgid "Signed in as @{0}" msgstr "S'ha iniciat sessió com a @{0}" -#: src/view/com/notifications/FeedItem.tsx:222 +#: src/view/com/notifications/FeedItem.tsx:218 msgid "signed up with your starter pack" msgstr "s'ha registrat amb el vostre starter pack" @@ -7030,21 +7210,21 @@ msgstr "s'ha registrat amb el vostre starter pack" #~ msgid "Signs {0} out of Bluesky" #~ msgstr "Tanca la sessió de Bluesky de {0}" -#: 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 "S'ha registrat sense cap starter pack" #: src/view/com/profile/ProfileHeaderSuggestedFollows.tsx:102 -msgid "Similar accounts" -msgstr "Comptes semblants" +#~ msgid "Similar accounts" +#~ msgstr "Comptes semblants" -#: src/screens/Onboarding/StepInterests/index.tsx:265 +#: src/screens/Onboarding/StepInterests/index.tsx:245 #: src/screens/StarterPack/Wizard/index.tsx:191 msgid "Skip" msgstr "Salta aquest pas" -#: src/screens/Onboarding/StepInterests/index.tsx:262 +#: src/screens/Onboarding/StepInterests/index.tsx:242 msgid "Skip this flow" msgstr "Salta aquest flux" @@ -7057,7 +7237,7 @@ msgstr "Salta aquest flux" msgid "Software Dev" msgstr "Desenvolupament de programari" -#: src/components/FeedInterstitials.tsx:397 +#: src/components/FeedInterstitials.tsx:443 msgid "Some other feeds you might like" msgstr "Alguns altres canals que potser t'agradaran" @@ -7118,12 +7298,12 @@ msgstr "Ordena les respostes a la mateixa publicació per:" #~ msgid "Source: <0>{0}" #~ msgstr "Font: <0>{0}" -#: src/components/moderation/LabelsOnMeDialog.tsx:171 +#: src/components/moderation/LabelsOnMeDialog.tsx:163 msgid "Source: <0>{sourceName}" msgstr "Font: <0>{sourceName}" -#: 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 "Brossa" @@ -7157,10 +7337,9 @@ msgid "Start chatting" msgstr "Comença a xatejar" #: 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 "Inici de la visita guiada inicial. No vagis enrere. En comptes d'això, seguiex endavant per obtenir més opcions o prem per saltar-lo." +#~ msgid "Start of onboarding tour window. Do not move backward. Instead, go forward for more options, or press to skip." +#~ msgstr "Inici de la visita guiada inicial. No vagis enrere. En comptes d'això, seguiex endavant per obtenir més opcions o prem per saltar-lo." -#: src/lib/generate-starterpack.ts:68 #: src/Navigation.tsx:358 #: src/Navigation.tsx:363 #: src/screens/StarterPack/Wizard/index.tsx:182 @@ -7212,8 +7391,8 @@ msgstr "L'emmagatzematge s'ha esborrat, cal que reinicieu l'aplicació ara." msgid "Storybook" msgstr "Historial" -#: 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" @@ -7252,7 +7431,7 @@ msgstr "Comptes suggerits" #~ msgid "Suggested Follows" #~ msgstr "Usuaris suggerits per a seguir" -#: src/components/FeedInterstitials.tsx:262 +#: src/components/FeedInterstitials.tsx:308 msgid "Suggested for you" msgstr "Suggeriments per tu" @@ -7276,8 +7455,8 @@ msgid "Switch Account" msgstr "Canvia el compte" #: src/tours/HomeTour.tsx:48 -msgid "Switch between feeds to control your experience." -msgstr "Canvia entre canals per controlar la teva experiència." +#~ msgid "Switch between feeds to control your experience." +#~ msgstr "Canvia entre canals per controlar la teva experiència." #: src/view/screens/Settings/index.tsx:126 msgid "Switch to {0}" @@ -7320,17 +7499,22 @@ msgstr "Alt" msgid "Tap to dismiss" msgstr "Toca per a ignorar" -#: 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 "Toca per entrar a pantalla completa" -#: 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 "Toca per canviar el so" +#: 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 "Toca per a veure-ho completament" +#~ msgid "Tap to view fully" +#~ msgstr "Toca per a veure-ho completament" #: src/state/shell/progress-guide.tsx:166 msgid "Task complete - 10 likes!" @@ -7366,9 +7550,9 @@ msgid "Terms of Service" msgstr "Condicions del servei" #: 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 "Els termes utilitzats infringeixen els estàndards de la comunitat" @@ -7380,7 +7564,7 @@ msgstr "Els termes utilitzats infringeixen els estàndards de la comunitat" msgid "Text & tags" msgstr "Text i etiquetes" -#: src/components/moderation/LabelsOnMeDialog.tsx:266 +#: src/components/moderation/LabelsOnMeDialog.tsx:257 #: src/screens/Messages/Conversation/ChatDisabled.tsx:108 msgid "Text input field" msgstr "Camp d'introducció de text" @@ -7390,6 +7574,10 @@ msgstr "Camp d'introducció de text" msgid "Thank you. Your report has been sent." msgstr "Gràcies. El teu informe s'ha enviat." +#: 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 "Això conté els següents:" @@ -7407,11 +7595,11 @@ msgstr "Aquest identificador ja està agafat." msgid "That starter pack could not be found." msgstr "No s'ha pogut trobar aquest starter pack." -#: src/view/com/post-thread/PostQuotes.tsx:129 +#: src/view/com/post-thread/PostQuotes.tsx:127 msgid "That's all, folks!" msgstr "Això és tot, amics!" -#: 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 "El compte podrà interactuar amb tu després del desbloqueig." @@ -7446,7 +7634,7 @@ msgstr "El canal Discover" msgid "The Discover feed now knows what you like" msgstr "El canal Discover ara sap el que t'agrada" -#: 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 "L'experiència és millor a l'aplicació. Baixa Bluesky ara i tornarem a començar on ho vas deixar." @@ -7454,11 +7642,11 @@ msgstr "L'experiència és millor a l'aplicació. Baixa Bluesky ara i tornarem a msgid "The feed has been replaced with Discover." msgstr "S'ha canviat el canal per Discover." -#: src/components/moderation/LabelsOnMeDialog.tsx:65 +#: src/components/moderation/LabelsOnMeDialog.tsx:58 msgid "The following labels were applied to your account." msgstr "Les següents etiquetes s'han aplicat al teu compte." -#: src/components/moderation/LabelsOnMeDialog.tsx:66 +#: src/components/moderation/LabelsOnMeDialog.tsx:59 msgid "The following labels were applied to your content." msgstr "Les següents etiquetes s'han aplicat als teus continguts." @@ -7475,7 +7663,7 @@ msgstr "És possible que la publicació s'hagi esborrat." msgid "The Privacy Policy has been moved to <0/>" msgstr "La política de privacitat ha estat traslladada 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 "El vídeo triat és més gran de 100MB." @@ -7495,6 +7683,10 @@ msgstr "El formulari de suport ha estat traslladat. Si necessites ajuda, <0/> o msgid "The Terms of Service have been moved to" msgstr "Les condicions del servei han estat traslladades a" +#: src/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 "Hi ha molts canals per a provar:" @@ -7545,7 +7737,7 @@ msgstr "Hi ha hagut un problema per a contactar amb el teu servidor" msgid "There was an issue fetching notifications. Tap here to try again." msgstr "Hi ha hagut un problema en obtenir les notificacions. Toca aquí per a tornar-ho a provar." -#: src/view/com/posts/Feed.tsx:460 +#: src/view/com/posts/Feed.tsx:476 msgid "There was an issue fetching posts. Tap here to try again." msgstr "Hi ha hagut un problema en obtenir les notificacions. Toca aquí per a tornar-ho a provar." @@ -7567,15 +7759,15 @@ msgstr "S'ha produït un problema en enviar el teu informe. Comprova la teva con #~ msgid "There was an issue syncing your preferences with the server" #~ msgstr "Hi ha hagut un problema en sincronitzar les teves preferències amb el servidor" -#: src/view/screens/AppPasswords.tsx:70 +#: src/view/screens/AppPasswords.tsx:69 msgid "There was an issue with fetching your app passwords" msgstr "Hi ha hagut un problema en obtenir les teves contrasenyes d'aplicació" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx: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 @@ -7633,7 +7825,7 @@ msgstr "Aquest compte està bloquejat per una o més de les teves llistes de mod #~ msgid "This appeal will be sent to <0>{0}." #~ msgstr "Aquesta apel·lació s'enviarà a <0>{0}." -#: src/components/moderation/LabelsOnMeDialog.tsx:250 +#: src/components/moderation/LabelsOnMeDialog.tsx:241 msgid "This appeal will be sent to <0>{sourceName}." msgstr "Aquesta apel·lació s'enviarà a <0>{sourceName}." @@ -7734,7 +7926,7 @@ msgstr "Aquesta etiqueta ha estat aplicada per l'autor." #~ msgid "This label was applied by you" #~ msgstr "Aquesta etiqueta ha estat aplicada per tu" -#: src/components/moderation/LabelsOnMeDialog.tsx:169 +#: src/components/moderation/LabelsOnMeDialog.tsx:161 msgid "This label was applied by you." msgstr "Aquesta etiqueta ha estat aplicada per tu." @@ -7767,7 +7959,7 @@ msgid "This post has been deleted." msgstr "Aquesta publicació ha estat esborrada." #: 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 "Aquesta publicació només és visible per als usuaris que han iniciat sessió. No serà visible per a les persones que no hagin iniciat sessió." @@ -7799,7 +7991,7 @@ msgstr "Aquest servei no ha proporcionat termes de servei ni una política de pr msgid "This should create a domain record at:" msgstr "Això hauria de crear un registre de domini a:" -#: src/view/com/profile/ProfileFollowers.tsx:87 +#: src/view/com/profile/ProfileFollowers.tsx:96 msgid "This user doesn't have any followers." msgstr "Aquest usuari no té cap seguidor." @@ -7840,7 +8032,7 @@ msgstr "Aquest usuari està inclòs a la llista <0>{0} que has silenciat." msgid "This user is new here. Press for more info about when they joined." msgstr "Aquest usuari és nou aquí. Prem per obtenir més informació sobre quan es van unir." -#: src/view/com/profile/ProfileFollows.tsx:87 +#: src/view/com/profile/ProfileFollows.tsx:96 msgid "This user isn't following anyone." msgstr "Aquest usuari no segueix a ningú." @@ -7897,6 +8089,10 @@ msgstr "per a desactivar el mètode 2FA de correu, verifica el teu accés a l'ad 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 "Per informar d'una conversa, informa d'un dels seus missatges a través de la pantalla de conversa. Això permet als nostres moderadors entendre el context del teu problema." +#: 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 "A qui vols enviar aquest informe?" @@ -7913,7 +8109,7 @@ msgstr "Commuta el menú desplegable" msgid "Toggle to enable or disable adult content" msgstr "Commuta per a habilitar o deshabilitar el contingut per a adults" -#: src/screens/Hashtag.tsx:88 +#: src/screens/Hashtag.tsx:86 #: src/view/screens/Search/Search.tsx:349 msgid "Top" msgstr "Superior" @@ -7924,8 +8120,8 @@ msgstr "Transformacions" #: 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" @@ -7948,7 +8144,7 @@ msgstr "TV" msgid "Two-factor authentication" msgstr "Autenticació de dos factors" -#: src/screens/Messages/Conversation/MessageInput.tsx:139 +#: src/screens/Messages/Conversation/MessageInput.tsx:141 msgid "Type your message here" msgstr "Escriu aquí el teu missatge" @@ -7981,14 +8177,14 @@ msgstr "No s'ha pogut eliminar" #: 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 "Desbloqueja" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:197 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:193 msgctxt "action" msgid "Unblock" msgstr "Desbloqueja" @@ -8003,12 +8199,12 @@ msgstr "Desbloqueja el compte" msgid "Unblock Account" msgstr "Desbloqueja el compte" -#: 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 "Vols desbloquejar el compte?" -#: 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" @@ -8023,7 +8219,7 @@ msgstr "Deixa de seguir" #~ msgid "Unfollow" #~ msgstr "Deixa de seguir" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:237 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:208 msgid "Unfollow {0}" msgstr "Deixa de seguir a {0}" @@ -8045,8 +8241,7 @@ msgid "Unlike this feed" msgstr "Desfés el m'agrada a aquest canal" #: 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 "Deixa de silenciar" @@ -8081,11 +8276,11 @@ msgstr "Deixa de silenciar la conversa" msgid "Unmute thread" msgstr "Deixa de silenciar el fil de debat" -#: src/view/com/util/post-embeds/VideoEmbedInner/VideoWebControls.tsx:201 +#: src/view/com/util/post-embeds/VideoEmbedInner/VideoWebControls.tsx:273 msgid "Unmute video" msgstr "Deixa de silencia el vídeo" -#: src/view/com/util/post-embeds/VideoEmbedInner/VideoEmbedInnerNative.tsx:201 +#: src/view/com/util/post-embeds/VideoEmbedInner/VideoEmbedInnerNative.tsx:168 msgid "Unmuted" msgstr "Sense silenciar" @@ -8127,12 +8322,16 @@ msgstr "Dona't de baixa d'aquest etiquetador" msgid "Unsubscribed from list" msgstr "T'has dona't de baixa de la llista" +#: src/state/queries/video/video.ts:240 +msgid "Unsupported video type: {mimeType}" +msgstr "" + #: src/lib/moderation/useReportOptions.ts:85 #~ msgid "Unwanted sexual content" #~ msgstr "Contingut sexual no desitjat" -#: 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 "Contingut sexual no desitjat" @@ -8191,7 +8390,7 @@ msgstr "Puja de la biblioteca" msgid "Use a file on your server" msgstr "Utilitza un fitxer del teu servidor" -#: 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 "Utilitza les contrasenyes d'aplicació per a iniciar sessió en altres clients de Bluesky, sense haver de donar accés total al teu compte o contrasenya." @@ -8326,6 +8525,10 @@ msgstr "Valor:" #~ msgid "Verification code" #~ msgstr "Codi de verificació" +#: src/view/com/composer/videos/SelectVideoBtn.tsx:104 +msgid "Verified email required" +msgstr "" + #: src/view/com/modals/ChangeHandle.tsx:510 #~ msgid "Verify {0}" #~ msgstr "Verifica {0}" @@ -8338,6 +8541,10 @@ msgstr "Verifica els registres de DNS" msgid "Verify email" msgstr "Verifica el correu" +#: src/components/intents/VerifyEmailIntentDialog.tsx:61 +msgid "Verify email dialog" +msgstr "" + #: src/view/screens/Settings/index.tsx:961 msgid "Verify my email" msgstr "Verifica el meu correu" @@ -8351,6 +8558,10 @@ msgstr "Verifica el meu correu" msgid "Verify New Email" msgstr "Verifica el correu nou" +#: src/view/com/composer/videos/SelectVideoBtn.tsx:108 +msgid "Verify now" +msgstr "" + #: src/view/com/modals/ChangeHandle.tsx:505 msgid "Verify Text File" msgstr "Verifica el fitxer de text" @@ -8367,15 +8578,32 @@ msgstr "Verifica el teu correu" msgid "Version {appVersion} {bundleInfo}" msgstr "Versió {appVersion} {bundleInfo}" -#: 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 "Vídeo" +#: 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 "Videojocs" +#: 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 "Els vídeos no poder ser de més de 100MB" @@ -8385,7 +8613,7 @@ msgid "View {0}'s avatar" msgstr "Veure l'avatar de {0}" #: 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 "Veure el perfil de {0}" @@ -8417,7 +8645,7 @@ msgstr "Veure els detalls per a informar d'una infracció dels drets d'autor" msgid "View full thread" msgstr "Veure el fil de debat complet" -#: src/components/moderation/LabelsOnMe.tsx:48 +#: src/components/moderation/LabelsOnMe.tsx:47 msgid "View information about these labels" msgstr "Mostra informació sobre aquestes etiquetes" @@ -8481,7 +8709,7 @@ msgstr "Adverteix del contingut i filtra-ho dels canals" #~ msgid "We also think you'll like \"For You\" by Skygaze:" #~ msgstr "També creiem que t'agradarà el canal \"For You\" d'Skygaze:" -#: src/screens/Hashtag.tsx:210 +#: src/screens/Hashtag.tsx:217 msgid "We couldn't find any results for that hashtag." msgstr "No hem trobat cap resultat per a aquest hashtag." @@ -8493,7 +8721,11 @@ msgstr "No hem pogut carregar aquesta conversa" msgid "We estimate {estimatedTime} until your account is ready." msgstr "Calculem {estimatedTime} fins que el teu compte estigui llest." -#: src/screens/Onboarding/StepFinished.tsx:242 +#: src/components/intents/VerifyEmailIntentDialog.tsx:98 +msgid "We have sent another verification email to <0>{0}." +msgstr "" + +#: src/screens/Onboarding/StepFinished.tsx:238 msgid "We hope you have a wonderful time. Remember, Bluesky is:" msgstr "Esperem que t'ho passis pipa. Recorda que Bluesky és:" @@ -8509,6 +8741,10 @@ msgstr "Ja no hi ha més publicacions dels usuaris que segueixes. Aquí n'hi ha #~ msgid "We recommend our \"Discover\" feed:" #~ msgstr "Et recomanem el nostre canal \"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 "No hem pogut carregar les teves preferències de data de naixement. Torna-ho a provar." @@ -8517,7 +8753,7 @@ msgstr "No hem pogut carregar les teves preferències de data de naixement. Torn msgid "We were unable to load your configured labelers at this time." msgstr "En aquest moment no hem pogut carregar els teus etiquetadors configurats." -#: src/screens/Onboarding/StepInterests/index.tsx: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 "No ens hem pogut connectar. Torna-ho a provar per a continuar configurant el teu compte. Si continua fallant, pots ometre aquest flux." @@ -8529,7 +8765,7 @@ msgstr "T'informarem quan el teu compte estigui llest." #~ msgid "We'll look into your appeal promptly." #~ msgstr "Analitzarem la teva apel·lació ràpidament." -#: src/screens/Onboarding/StepInterests/index.tsx:163 +#: src/screens/Onboarding/StepInterests/index.tsx:148 msgid "We'll use this to help customize your experience." msgstr "Ho farem servir per a personalitzar la teva experiència." @@ -8553,7 +8789,7 @@ msgstr "Ho sentim, però no hem pogut carregar les teves paraules silenciades en msgid "We're sorry, but your search could not be completed. Please try again in a few minutes." msgstr "Ens sap greu, però la teva cerca no s'ha pogut fer. Prova-ho d'aquí una estona." -#: src/view/com/composer/Composer.tsx:380 +#: src/view/com/composer/Composer.tsx:417 msgid "We're sorry! The post you are replying to has been deleted." msgstr "Ho sentim! La publicació a la qual estàs responent s'ha suprimit." @@ -8582,7 +8818,7 @@ msgstr "Bentornat!" msgid "Welcome, friend!" msgstr "Benvingut, col·lega!" -#: src/screens/Onboarding/StepInterests/index.tsx:155 +#: src/screens/Onboarding/StepInterests/index.tsx:140 msgid "What are your interests?" msgstr "Quins són els teus interessos?" @@ -8599,7 +8835,7 @@ msgstr "Com vols anomenar al teu starter pack?" #: 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è hi ha de nou" @@ -8669,16 +8905,16 @@ msgstr "Per què s'hauria de revisar aquest usuari?" msgid "Wide" msgstr "Amplada" -#: 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 "Escriu un missatge" -#: src/view/com/composer/Composer.tsx:660 +#: src/view/com/composer/Composer.tsx:708 msgid "Write post" msgstr "Escriu una publicació" -#: 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 "Escriu la teva resposta" @@ -8723,7 +8959,7 @@ msgstr "Sí, amaga'l" msgid "Yes, reactivate my account" msgstr "Sí, torna a activar el meu compte" -#: src/components/dms/MessageItem.tsx:182 +#: src/components/dms/MessageItem.tsx:183 msgid "Yesterday, {time}" msgstr "Ahir, {time}" @@ -8740,7 +8976,11 @@ msgstr "Tu" msgid "You are in line." msgstr "Estàs a la cua." -#: 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 segueixes a ningú." @@ -8778,7 +9018,7 @@ msgstr "Ara pots iniciar sessió amb la nova contrasenya." msgid "You can reactivate your account to continue logging in. Your profile and posts will be visible to other users." msgstr "Pots reactivar el teu compte per continuar iniciant la sessió. El teu perfil i les publicacions seran visibles per a altres usuaris." -#: src/view/com/profile/ProfileFollowers.tsx:86 +#: src/view/com/profile/ProfileFollowers.tsx:95 msgid "You do not have any followers." msgstr "No tens cap seguidor." @@ -8869,7 +9109,7 @@ msgstr "Encara no has bloquejat cap compte. Per a bloquejar un compte, ves al se #~ msgid "You have not blocked any accounts yet. To block an account, go to their profile and selected \"Block account\" from the menu on their account." #~ msgstr "Encara no has bloquejat cap compte. Per a fer-ho, ves al seu perfil i selecciona \"Bloqueja el compte\" en el menú del seu compte." -#: 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 "Encara no has creat cap contrasenya d'aplicació. Pots fer-ho amb el botó d'aquí sota." @@ -8885,6 +9125,10 @@ msgstr "Encara no has silenciat cap compte. per a silenciar un compte, ves al se msgid "You have reached the end" msgstr "Has arribat al final" +#: src/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 "Encara no has creat cap starter pack!" @@ -8898,11 +9142,11 @@ msgstr "Encara no has silenciat cap paraula ni etiqueta" msgid "You hid this reply." msgstr "Has amagat aquesta resposta." -#: 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 "Pots apel·lar les etiquetes que no són pròpies si creus que s'han col·locat per error." -#: src/components/moderation/LabelsOnMeDialog.tsx:91 +#: src/components/moderation/LabelsOnMeDialog.tsx:83 msgid "You may appeal these labels if you feel they were placed in error." msgstr "Pots apel·lar aquestes etiquetes si creus que s'han col·locat per error." @@ -8986,15 +9230,15 @@ msgstr "Seguiràs els usuaris i els canals suggerits un cop hagis acabat de crea msgid "You'll follow the suggested users once you finish creating your account!" msgstr "Seguiràs els usuaris suggerits un cop hagis acabat de crear el teu compte!" -#: src/screens/StarterPack/StarterPackLandingScreen.tsx:239 +#: src/screens/StarterPack/StarterPackLandingScreen.tsx:241 msgid "You'll follow these people and {0} others" msgstr "Seguiràs aquestes persones i {0} altres" -#: src/screens/StarterPack/StarterPackLandingScreen.tsx:237 +#: src/screens/StarterPack/StarterPackLandingScreen.tsx:239 msgid "You'll follow these people right away" msgstr "Seguiràs a aquesta gent de seguida" -#: src/screens/StarterPack/StarterPackLandingScreen.tsx:277 +#: src/screens/StarterPack/StarterPackLandingScreen.tsx:279 msgid "You'll stay updated with these feeds" msgstr "Estaràs al dia amb aquests canals" @@ -9013,7 +9257,7 @@ msgstr "Estàs a la cua" msgid "You're logged in with an App Password. Please log in with your main password to continue deactivating your account." msgstr "Has iniciat sessió amb una contrasenya d'aplicació. Inicia sessió amb la teva contrasenya principal per continuar la desactivació del teu compte." -#: src/screens/Onboarding/StepFinished.tsx:239 +#: src/screens/Onboarding/StepFinished.tsx:235 msgid "You're ready to go!" msgstr "Ja està tot llest!" @@ -9026,6 +9270,14 @@ msgstr "Has triat amagar una paraula o una etiqueta d'aquesta publicació." msgid "You've reached the end of your feed! Find some more accounts to follow." msgstr "Has arribat al final del vostre cabal! Cerca alguns comptes més per a seguir." +#: src/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 "El teu compte" @@ -9042,7 +9294,7 @@ msgstr "El repositori del teu compte, que conté tots els registres de dades pú msgid "Your birth date" msgstr "La teva data de naixement" -#: 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 "El teu navegador no admet el format de vídeo. Prova amb un altre navegador." @@ -9059,7 +9311,7 @@ msgstr "La teva elecció es desarà, però es pot canviar més endavant a la con #~ msgstr "El teu canal per defecte és \"Seguint\"" #: 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." @@ -9085,7 +9337,7 @@ msgstr "El teu primer m'agrada!" msgid "Your following feed is empty! Follow more users to see what's happening." msgstr "El teu canal de seguint està buit! Segueix a més usuaris per a saber què està passant." -#: src/screens/Signup/StepHandle.tsx:123 +#: src/screens/Signup/StepHandle.tsx:125 msgid "Your full handle will be" msgstr "El teu identificador complet serà" @@ -9111,11 +9363,11 @@ msgstr "Les teves paraules silenciades" msgid "Your password has been changed successfully!" msgstr "S'ha canviat la teva contrasenya!" -#: src/view/com/composer/Composer.tsx:426 +#: src/view/com/composer/Composer.tsx:463 msgid "Your post has been published" msgstr "S'ha publicat" -#: src/screens/Onboarding/StepFinished.tsx:254 +#: src/screens/Onboarding/StepFinished.tsx:250 msgid "Your posts, likes, and blocks are public. Mutes are private." msgstr "Les teves publicacions, m'agrades i bloquejos són públics. Els comptes silenciats són privats." @@ -9127,7 +9379,7 @@ msgstr "El teu perfil" msgid "Your profile, posts, feeds, and lists will no longer be visible to other Bluesky users. You can reactivate your account at any time by logging in." msgstr "El teu perfil, publicacions, fonts i llistes ja no seran visibles per a altres usuaris de Bluesky. Pots reactivar el teu compte en qualsevol moment iniciant sessió." -#: src/view/com/composer/Composer.tsx:425 +#: src/view/com/composer/Composer.tsx:462 msgid "Your reply has been published" msgstr "S'ha publicat la teva resposta" diff --git a/src/locale/locales/de/messages.po b/src/locale/locales/de/messages.po index 8c34db3e..8f0e65ae 100644 --- a/src/locale/locales/de/messages.po +++ b/src/locale/locales/de/messages.po @@ -21,23 +21,43 @@ msgstr "(enthält eingebettete Inhalte)" msgid "(no email)" msgstr "(keine E-Mail)" -#: 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 "{0, plural, one {{formattedCount} anderer} other {{formattedCount} andere}}" -#: src/components/moderation/LabelsOnMe.tsx:55 +#: 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:54 msgid "{0, plural, one {# label has been placed on this account} other {# labels have been placed on this account}}" msgstr "{0, plural, one {# Label wurde auf dieses Konto platziert} other {# Labels wurden auf dieses Konto platziert}}" -#: 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 "{0, plural, one {# Label wurde auf diesen Inhalt gesetzt} other {# Labels wurden auf diesen Inhalt gesetzt}}" -#: 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 "{0, plural, one {# Repost} other {# Reposts}}" +#: src/lib/hooks/useTimeAgo.ts:126 +msgid "{0, plural, one {# second} other {# seconds}}" +msgstr "" + #: src/components/ProfileHoverCard/index.web.tsx:398 #: src/screens/Profile/Header/Metrics.tsx:23 msgid "{0, plural, one {follower} other {followers}}" @@ -48,11 +68,11 @@ msgstr "{0, plural, one {Follower} other {Follower}}" msgid "{0, plural, one {following} other {following}}" msgstr "{0, plural, one {Folge ich} other {Folge ich}}" -#: 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 "{0, plural, one {Liken (# Like)} other {Liken (# Likes)}}" -#: src/view/com/post-thread/PostThreadItem.tsx:433 +#: src/view/com/post-thread/PostThreadItem.tsx:439 msgid "{0, plural, one {like} other {likes}}" msgstr "{0, plural, one {Like} other {Likes}}" @@ -65,19 +85,19 @@ msgstr "{0, plural, one {Von # Konto geliked} other {Von # Konten geliked}}" msgid "{0, plural, one {post} other {posts}}" msgstr "{0, plural, one {Beitrag} other {Beiträge}}" -#: 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 "{0, plural, one {Antworten (# Antwort)} other {Antworten (# Antworten)}}" -#: src/view/com/post-thread/PostThreadItem.tsx:393 +#: src/view/com/post-thread/PostThreadItem.tsx:397 msgid "{0, plural, one {repost} other {reposts}}" msgstr "{0, plural, one {Repost} other {Reposts}}" -#: 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 "{0, plural, one {Like aufheben (# Like)} other {Like aufheben (# Likes)}}" @@ -95,6 +115,10 @@ msgstr "" msgid "{0} joined this week" msgstr "{0} sind diese Woche beigetreten" +#: 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 "{0} Personen haben dieses Startpaket bereits verwendet!" @@ -111,30 +135,56 @@ msgstr "Die Lieblings-Feeds und -Leute von {0} – mach mit!" msgid "{0}'s starter pack" msgstr "Startpaket von {0}" +#. 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 "{count, plural, one {Geliked von # Konto} other {Geliked von # Konten}}" #: src/lib/hooks/useTimeAgo.ts:69 -msgid "{diff, plural, one {day} other {days}}" -msgstr "{diff, plural, one {Tag} other {Tage}}" +#~ msgid "{diff, plural, one {day} other {days}}" +#~ msgstr "{diff, plural, one {Tag} other {Tage}}" #: src/lib/hooks/useTimeAgo.ts:64 -msgid "{diff, plural, one {hour} other {hours}}" -msgstr "{diff, plural, one {Stunde} other {Stunden}}" +#~ msgid "{diff, plural, one {hour} other {hours}}" +#~ msgstr "{diff, plural, one {Stunde} other {Stunden}}" #: src/lib/hooks/useTimeAgo.ts:59 -msgid "{diff, plural, one {minute} other {minutes}}" -msgstr "{diff, plural, one {Minute} other {Minuten}}" +#~ msgid "{diff, plural, one {minute} other {minutes}}" +#~ msgstr "{diff, plural, one {Minute} other {Minuten}}" #: src/lib/hooks/useTimeAgo.ts:75 -msgid "{diff, plural, one {month} other {months}}" -msgstr "{diff, plural, one {Monat} other {Monate}}" +#~ msgid "{diff, plural, one {month} other {months}}" +#~ msgstr "{diff, plural, one {Monat} other {Monate}}" #: src/lib/hooks/useTimeAgo.ts:54 -msgid "{diffSeconds, plural, one {second} other {seconds}}" -msgstr "{diffSeconds, plural, one {Sekunde} other {Sekunden}}" +#~ msgid "{diffSeconds, plural, one {second} other {seconds}}" +#~ msgstr "{diffSeconds, plural, one {Sekunde} other {Sekunden}}" +#: src/lib/generate-starterpack.ts:108 #: src/screens/StarterPack/Wizard/index.tsx:174 msgid "{displayName}'s Starter Pack" msgstr "Startpaket von {displayName}" @@ -241,8 +291,8 @@ msgid "7 days" msgstr "" #: src/tours/Tooltip.tsx:70 -msgid "A help tooltip" -msgstr "Ein Hilfe-Tooltip" +#~ msgid "A help tooltip" +#~ msgstr "Ein Hilfe-Tooltip" #: src/view/com/util/ViewHeader.tsx:92 #: src/view/screens/Search/Search.tsx:684 @@ -302,7 +352,7 @@ msgstr "Kontoeinstellungen" msgid "Account removed from quick access" msgstr "Konto aus dem Schnellzugriff entfernt" -#: 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 "Konto entblockiert" @@ -354,9 +404,13 @@ msgstr "Konto hinzufügen" msgid "Add alt text" msgstr "Alt-Text hinzufügen" -#: 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 "App-Passwort hinzufügen" @@ -455,7 +509,7 @@ msgstr "Erlaube neue Nachrichten von" msgid "Allow replies from:" msgstr "" -#: src/view/screens/AppPasswords.tsx:271 +#: src/view/screens/AppPasswords.tsx:266 msgid "Allows access to direct messages" msgstr "" @@ -470,17 +524,20 @@ msgstr "Bereits angemeldet als @{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 "Alt-Text" -#: src/view/com/util/post-embeds/GifEmbed.tsx:189 +#: src/view/com/util/post-embeds/GifEmbed.tsx:170 msgid "Alt Text" msgstr "Alt-Text" @@ -505,30 +562,41 @@ msgstr "" #~ msgid "An error occured" #~ msgstr "Ein Fehler ist aufgetreten" -#: 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 "Beim Generieren deines Startpakets ist ein Fehler aufgetreten. Möchtest du es erneut versuchen?" -#: 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/QrCodeDialog.tsx:71 #: src/components/StarterPack/ShareDialog.tsx:79 msgid "An error occurred while saving the QR code!" msgstr "Beim Speichern des QR-Codes ist ein Fehler aufgetreten!" +#: src/view/com/composer/videos/SelectVideoBtn.tsx:61 +msgid "An error occurred while selecting the video" +msgstr "" + #: src/screens/StarterPack/StarterPackScreen.tsx:336 #: src/screens/StarterPack/StarterPackScreen.tsx:358 msgid "An error occurred while trying to follow all" msgstr "Beim Versuch, allen zu folgen, ist ein Fehler aufgetreten." -#: src/state/queries/video/video.ts:112 +#: src/state/queries/video/video.ts:194 msgid "An error occurred while uploading the video." msgstr "" @@ -553,7 +621,7 @@ msgstr "" msgid "An issue occurred, please try again." msgstr "Ein Problem ist aufgetreten, bitte versuche es erneut." -#: src/screens/Onboarding/StepInterests/index.tsx:219 +#: src/screens/Onboarding/StepInterests/index.tsx:199 msgid "an unknown error occurred" msgstr "Ein unbekannter Fehler ist aufgetreten" @@ -563,8 +631,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 "und" @@ -573,7 +641,7 @@ msgstr "und" msgid "Animals" msgstr "Tiere" -#: src/view/com/util/post-embeds/GifEmbed.tsx:155 +#: src/view/com/util/post-embeds/GifEmbed.tsx:138 msgid "Animated GIF" msgstr "Animiertes GIF" @@ -589,7 +657,7 @@ msgstr "" msgid "App Language" msgstr "App-Sprache" -#: src/view/screens/AppPasswords.tsx:228 +#: src/view/screens/AppPasswords.tsx:226 msgid "App password deleted" msgstr "App-Passwort gelöscht" @@ -606,21 +674,21 @@ msgid "App password settings" msgstr "App-Passwort-Einstellungen" #: 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 "App-Passwörter" -#: 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 "Anfechten" -#: src/components/moderation/LabelsOnMeDialog.tsx:247 +#: src/components/moderation/LabelsOnMeDialog.tsx:238 msgid "Appeal \"{0}\" label" msgstr "Kennzeichnung „{0}” anfechten" -#: src/components/moderation/LabelsOnMeDialog.tsx:238 +#: src/components/moderation/LabelsOnMeDialog.tsx:229 #: src/screens/Messages/Conversation/ChatDisabled.tsx:91 msgid "Appeal submitted" msgstr "Anfechtung gesendet" @@ -650,7 +718,7 @@ msgstr "" msgid "Apply default recommended feeds" msgstr "Standardmäßig empfohlene Feeds anwenden" -#: 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 "Bist du sicher, dass du das App-Passwort „{name}” löschen möchtest?" @@ -674,7 +742,7 @@ msgstr "Bist du sicher, dass du {0} von deinen Feeds entfernen möchtest?" msgid "Are you sure you want to remove this from your feeds?" msgstr "Bist du sicher, dass du dies von deinen Feeds entfernen möchtest?" -#: 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 "Bist du sicher, dass du diesen Entwurf verwerfen möchtest?" @@ -695,13 +763,13 @@ msgstr "Kunst" msgid "Artistic or non-erotic nudity." msgstr "Künstlerische oder nicht-erotische Nacktheit." -#: src/screens/Signup/StepHandle.tsx:171 +#: src/screens/Signup/StepHandle.tsx:173 msgid "At least 3 characters" msgstr "Mindestens 3 Zeichen" #: 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 @@ -731,7 +799,7 @@ msgstr "Geburtstag" msgid "Birthday:" msgstr "Geburtstag:" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:314 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:272 #: src/view/com/profile/ProfileMenu.tsx:365 msgid "Block" msgstr "Blockieren" @@ -762,7 +830,7 @@ msgstr "Blockliste" msgid "Block these accounts?" msgstr "Diese Konten blockieren?" -#: src/view/com/util/post-embeds/QuoteEmbed.tsx:76 +#: src/view/com/util/post-embeds/QuoteEmbed.tsx:81 msgid "Blocked" msgstr "Blockiert" @@ -837,23 +905,23 @@ msgstr "Bilder verwischen und aus Feeds herausfiltern" msgid "Books" msgstr "Bücher" -#: src/components/FeedInterstitials.tsx:300 +#: src/components/FeedInterstitials.tsx:346 msgid "Browse more accounts on the Explore page" msgstr "Stöbere auf der Seite „Explore” nach weiteren Konten" -#: src/components/FeedInterstitials.tsx:433 +#: src/components/FeedInterstitials.tsx:479 msgid "Browse more feeds on the Explore page" msgstr "Stöbere auf der Seite „Explore” in weiteren Feeds" -#: 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 "Weitere Vorschläge anzeigen" -#: 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 "Stöbere auf der Seite „Explore” nach weiteren Vorschlägen" @@ -895,12 +963,12 @@ msgid "Can only contain letters, numbers, spaces, dashes, and underscores. Must msgstr "Darf nur Buchstaben, Zahlen, Leerzeichen, Bindestriche und Unterstriche enthalten. Muss mindestens 4 Zeichen lang sein, darf aber nicht länger als 32 Zeichen sein." #: src/components/Menu/index.tsx: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 @@ -916,7 +984,7 @@ msgstr "Darf nur Buchstaben, Zahlen, Leerzeichen, Bindestriche und Unterstriche #: src/view/com/modals/LinkWarning.tsx:107 #: src/view/com/modals/VerifyEmail.tsx:255 #: src/view/com/modals/VerifyEmail.tsx:261 -#: src/view/com/util/post-ctrls/RepostButton.tsx:160 +#: src/view/com/util/post-ctrls/RepostButton.tsx:163 #: src/view/screens/Search/Search.tsx:704 msgid "Cancel" msgstr "Abbrechen" @@ -945,7 +1013,7 @@ msgstr "Bildbeschneidung abbrechen" msgid "Cancel profile editing" msgstr "Profilbearbeitung abbrechen" -#: src/view/com/util/post-ctrls/RepostButton.tsx:154 +#: src/view/com/util/post-ctrls/RepostButton.tsx:157 msgid "Cancel quote post" msgstr "Beitrag zitieren abbrechen" @@ -961,6 +1029,21 @@ msgstr "Suche abbrechen" msgid "Cancels opening the linked website" msgstr "Bricht das Öffnen der verlinkten Website ab" +#: 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 "Ändern" @@ -1001,8 +1084,8 @@ msgid "Change Your Email" msgstr "Deine E-Mail ändern" #: 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" @@ -1041,12 +1124,12 @@ msgid "Check your inbox for an email with the confirmation code to enter below:" msgstr "Überprüfe deinen Posteingang auf eine E-Mail mit dem Bestätigungscode, den du unten eingeben musst:" #: src/screens/Onboarding/StepInterests/index.tsx:191 -msgid "Choose 3 or more:" -msgstr "Wähle 3 oder mehr aus:" +#~ msgid "Choose 3 or more:" +#~ msgstr "Wähle 3 oder mehr aus:" #: src/screens/Onboarding/StepInterests/index.tsx:326 -msgid "Choose at least {0} more" -msgstr "Wähle mindestens {0} weitere aus" +#~ msgid "Choose at least {0} more" +#~ msgstr "Wähle mindestens {0} weitere aus" #: src/screens/StarterPack/Wizard/index.tsx:190 msgid "Choose Feeds" @@ -1064,7 +1147,7 @@ msgstr "Menschen auswählen" msgid "Choose Service" msgstr "Service wählen" -#: src/screens/Onboarding/StepFinished.tsx:284 +#: src/screens/Onboarding/StepFinished.tsx:280 msgid "Choose the algorithms that power your custom feeds." msgstr "Wähle die Algorithmen aus, welche deine benutzerdefinierten Feeds generieren." @@ -1134,7 +1217,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 "Klicke hier, um die fehlgeschlagene Nachricht erneut zu senden" @@ -1149,13 +1232,15 @@ msgstr "Klipp 🐴 klapp 🐴" #: 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 "Schließen" @@ -1210,7 +1295,7 @@ msgstr "Schließt die untere Navigationsleiste" msgid "Closes password update alert" msgstr "Schließt die Kennwortaktualisierungsmeldung" -#: src/view/com/composer/Composer.tsx:524 +#: src/view/com/composer/Composer.tsx:602 msgid "Closes post composer and discards post draft" msgstr "Schließt den Beitragsverfasser und verwirft den Beitragsentwurf" @@ -1218,11 +1303,11 @@ msgstr "Schließt den Beitragsverfasser und verwirft den Beitragsentwurf" msgid "Closes viewer for header image" msgstr "Schließt den Betrachter für das Banner" -#: src/view/com/notifications/FeedItem.tsx:269 +#: src/view/com/notifications/FeedItem.tsx:265 msgid "Collapse list of users" msgstr "Liste der Benutzer einklappen" -#: src/view/com/notifications/FeedItem.tsx:470 +#: src/view/com/notifications/FeedItem.tsx:466 msgid "Collapses list of users for a given notification" msgstr "Klappt die Liste der Benutzer für eine bestimmte Meldung zusammen" @@ -1241,7 +1326,7 @@ msgstr "Comics" msgid "Community Guidelines" msgstr "Community-Richtlinien" -#: src/screens/Onboarding/StepFinished.tsx:297 +#: src/screens/Onboarding/StepFinished.tsx:293 msgid "Complete onboarding and start using your account" msgstr "Schließe das Onboarding ab und nutze dein Konto" @@ -1249,7 +1334,7 @@ msgstr "Schließe das Onboarding ab und nutze dein Konto" msgid "Complete the challenge" msgstr "Schließe die Herausforderung ab" -#: 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 "Verfasse Beiträge mit einer Länge von bis zu {MAX_GRAPHEME_LENGTH} Zeichen" @@ -1258,8 +1343,8 @@ msgid "Compose reply" msgstr "Antwort verfassen" #: src/view/com/composer/videos/VideoTranscodeProgress.tsx:51 -msgid "Compressing..." -msgstr "" +#~ msgid "Compressing..." +#~ msgstr "" #: src/components/moderation/LabelPreference.tsx:81 msgid "Configure content filtering setting for category: {name}" @@ -1269,8 +1354,8 @@ msgstr "Konfiguriere die Inhaltsfilterung für die Kategorie: {name}" msgid "Configured in <0>moderation settings." msgstr "Konfiguriert in <0>Moderationseinstellungen" -#: 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 @@ -1352,7 +1437,7 @@ msgstr "Inhaltswarnungen" msgid "Context menu backdrop, click to close the menu." msgstr "Hintergrund des Kontextmenüs; klicken, um das Menü zu schließen" -#: src/screens/Onboarding/StepInterests/index.tsx:278 +#: src/screens/Onboarding/StepInterests/index.tsx:258 #: src/screens/Onboarding/StepProfile/index.tsx:269 msgid "Continue" msgstr "Fortfahren" @@ -1365,7 +1450,7 @@ msgstr "Fortfahren als {0} (noch angemeldet)" msgid "Continue thread..." msgstr "Thread fortsetzen…" -#: 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" @@ -1393,7 +1478,7 @@ msgstr "Die Build-Version wurde in die Zwischenablage kopiert" #: 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 "In die Zwischenablage kopiert" @@ -1475,6 +1560,10 @@ msgstr "Liste konnte nicht geladen werden" msgid "Could not mute chat" msgstr "Chat konnte nicht stummgeschaltet werden" +#: src/view/com/composer/videos/VideoPreview.web.tsx:45 +msgid "Could not process your video" +msgstr "" + #: src/components/StarterPack/ProfileStarterPacks.tsx:272 msgid "Create" msgstr "Erstellen" @@ -1532,7 +1621,7 @@ msgstr "Neues Konto erstellen" msgid "Create report for {0}" msgstr "Meldung für {0} erstellen" -#: src/view/screens/AppPasswords.tsx:251 +#: src/view/screens/AppPasswords.tsx:246 msgid "Created {0}" msgstr "Erstellt {0}" @@ -1610,7 +1699,7 @@ msgstr "Debug-Panel" #: 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 "Löschen" @@ -1623,11 +1712,11 @@ msgstr "Konto löschen" msgid "Delete Account <0>\"<1>{0}<2>\"" msgstr "Konto <0>„<1>{0}<2>” löschen" -#: src/view/screens/AppPasswords.tsx:244 +#: src/view/screens/AppPasswords.tsx:239 msgid "Delete app password" msgstr "App-Passwort löschen" -#: src/view/screens/AppPasswords.tsx:280 +#: src/view/screens/AppPasswords.tsx:275 msgid "Delete app password?" msgstr "App-Passwort löschen?" @@ -1682,7 +1771,7 @@ msgstr "Diese Liste löschen?" msgid "Delete this post?" msgstr "Diesen Beitrag löschen?" -#: src/view/com/util/post-embeds/QuoteEmbed.tsx:85 +#: src/view/com/util/post-embeds/QuoteEmbed.tsx:90 msgid "Deleted" msgstr "Gelöscht" @@ -1718,7 +1807,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 "Wolltest du etwas sagen?" @@ -1732,8 +1821,12 @@ msgid "Direct messages are here!" msgstr "Direktnachrichten sind da!" #: src/view/screens/AccessibilitySettings.tsx:111 -msgid "Disable autoplay for GIFs" -msgstr "Automatische Wiedergabe für GIFs deaktivieren" +#~ msgid "Disable autoplay for GIFs" +#~ msgstr "Automatische Wiedergabe für GIFs deaktivieren" + +#: 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" @@ -1743,7 +1836,7 @@ msgstr "Zwei-Faktor-Authentifizierung per E-Mail deaktivieren" msgid "Disable haptic feedback" msgstr "Haptische Rückmeldung deaktivieren" -#: src/view/com/util/post-embeds/VideoEmbedInner/VideoWebControls.tsx:242 +#: src/view/com/util/post-embeds/VideoEmbedInner/VideoWebControls.tsx:335 msgid "Disable subtitles" msgstr "" @@ -1756,11 +1849,11 @@ msgstr "" msgid "Disabled" msgstr "Deaktiviert" -#: src/view/com/composer/Composer.tsx:774 +#: src/view/com/composer/Composer.tsx:839 msgid "Discard" msgstr "Verwerfen" -#: src/view/com/composer/Composer.tsx:771 +#: src/view/com/composer/Composer.tsx:836 msgid "Discard draft?" msgstr "Entwurf verwerfen?" @@ -1770,8 +1863,8 @@ msgid "Discourage apps from showing my account to logged-out users" msgstr "Apps daran hindern, abgemeldeten Nutzern mein Konto zu zeigen" #: src/tours/HomeTour.tsx:70 -msgid "Discover learns which posts you like as you browse." -msgstr "„Discover” lernt beim Browsen, welche Beiträge dir gefallen." +#~ msgid "Discover learns which posts you like as you browse." +#~ msgstr "„Discover” lernt beim Browsen, welche Beiträge dir gefallen." #: src/view/com/posts/FollowingEmptyState.tsx:70 #: src/view/com/posts/FollowingEndOfFeed.tsx:71 @@ -1787,10 +1880,10 @@ msgid "Discover New Feeds" msgstr "Entdecke neue Feeds" #: 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 "" @@ -1822,7 +1915,7 @@ msgstr "" msgid "Does not include nudity." msgstr "Beinhaltet keine Nacktheit." -#: src/screens/Signup/StepHandle.tsx:157 +#: src/screens/Signup/StepHandle.tsx:159 msgid "Doesn't begin or end with a hyphen" msgstr "Beginnt oder endet nicht mit einem Bindestrich" @@ -1842,6 +1935,8 @@ msgstr "Domain verifiziert!" #: 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 @@ -1864,7 +1959,7 @@ msgstr "Fertig" msgid "Done{extraText}" msgstr "Fertig{extraText}" -#: src/screens/StarterPack/StarterPackLandingScreen.tsx:324 +#: src/screens/StarterPack/StarterPackLandingScreen.tsx:326 msgid "Download Bluesky" msgstr "Bluesky herunterladen" @@ -1877,7 +1972,7 @@ msgstr "Bluesky herunterladen" msgid "Download CAR file" msgstr "CAR-Datei herunterladen" -#: 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 "Zum Hinzufügen Bilder ablegen" @@ -1986,12 +2081,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 "Profil bearbeiten" #: 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 "Profil bearbeiten" @@ -2041,6 +2136,10 @@ msgstr "2FA per E-Mail wurde deaktiviert" msgid "Email address" msgstr "E-Mail-Adresse" +#: 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" @@ -2054,6 +2153,10 @@ msgstr "E-Mail aktualisiert" msgid "Email verified" msgstr "E-Mail verifiziert" +#: src/components/intents/VerifyEmailIntentDialog.tsx:71 +msgid "Email Verified" +msgstr "" + #: src/view/screens/Settings/index.tsx:319 msgid "Email:" msgstr "E-Mail:" @@ -2094,7 +2197,7 @@ msgstr "Medienplayer aktivieren für" 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 "" @@ -2112,13 +2215,17 @@ msgstr "Nur von dieser Seite erlauben" msgid "Enabled" msgstr "Aktiviert" -#: src/screens/Profile/Sections/Feed.tsx:105 +#: src/screens/Profile/Sections/Feed.tsx:112 msgid "End of feed" msgstr "Ende des Feeds" #: 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." -msgstr "Ende des Onboarding-Tour-Fensters. Nicht weitergehen. Gehe stattdessen zurück, um weitere Optionen zu sehen, oder drücke, um zu überspringen." +#~ msgid "End of onboarding tour window. Do not move forward. Instead, go backward for more options, or press to skip." +#~ msgstr "Ende des Onboarding-Tour-Fensters. Nicht weitergehen. Gehe stattdessen zurück, um weitere Optionen zu sehen, oder drücke, um zu überspringen." + +#: 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 msgid "Enter a name for this App Password" @@ -2174,11 +2281,11 @@ msgstr "Gib deinen Benutzernamen und dein Passwort ein" msgid "Error occurred while saving file" msgstr "Beim Speichern der Datei ist ein Fehler aufgetreten" -#: src/screens/Signup/StepCaptcha/index.tsx:57 +#: src/screens/Signup/StepCaptcha/index.tsx:56 msgid "Error receiving captcha response." msgstr "Fehler beim Empfang der Captcha-Antwort." -#: src/screens/Onboarding/StepInterests/index.tsx:217 +#: src/screens/Onboarding/StepInterests/index.tsx:197 #: src/view/screens/Search/Search.tsx:116 msgid "Error:" msgstr "Fehler:" @@ -2202,11 +2309,11 @@ msgstr "" msgid "Everyone" msgstr "Alle" -#: src/lib/moderation/useReportOptions.ts:68 +#: src/lib/moderation/useReportOptions.ts:73 msgid "Excessive mentions or replies" msgstr "Übermäßig viele Erwähnungen oder Antworten" -#: src/lib/moderation/useReportOptions.ts:81 +#: src/lib/moderation/useReportOptions.ts:86 msgid "Excessive or unwanted messages" msgstr "Übermäßige oder unerwünschte Nachrichten" @@ -2218,6 +2325,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 "Verlässt den Vorgang der Accountlöschung" @@ -2242,7 +2353,7 @@ msgstr "Verlässt die Eingabe der Suchanfrage" msgid "Expand alt text" msgstr "Alt-Text erweitern" -#: src/view/com/notifications/FeedItem.tsx:270 +#: src/view/com/notifications/FeedItem.tsx:266 msgid "Expand list of users" msgstr "Liste der Benutzer erweitern" @@ -2357,11 +2468,11 @@ msgstr "Das Speichern des Bildes ist fehlgeschlagen: {0}" 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 "Konnte nicht gesendet werden" -#: 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 "Anfechtung nicht eingereicht. Bitte versuche es erneut." @@ -2379,6 +2490,13 @@ msgstr "Aktualisierung der Feeds fehlgeschlagen" msgid "Failed to update settings" msgstr "Einstellungen konnten nicht aktualisiert werden" +#: 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 "Feed" @@ -2403,7 +2521,7 @@ msgstr "Feedback" #: 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" @@ -2429,7 +2547,7 @@ msgstr "Datei erfolgreich gespeichert!" msgid "Filter from feeds" msgstr "Aus Feeds filtern" -#: src/screens/Onboarding/StepFinished.tsx:300 +#: src/screens/Onboarding/StepFinished.tsx:296 msgid "Finalizing" msgstr "Abschließen" @@ -2440,8 +2558,8 @@ msgid "Find accounts to follow" msgstr "Konten zum Folgen finden" #: src/tours/HomeTour.tsx:88 -msgid "Find more feeds and accounts to follow in the Explore page." -msgstr "Finde weitere Feeds und Konten, denen du folgen kannst, auf der „Explore” Seite." +#~ msgid "Find more feeds and accounts to follow in the Explore page." +#~ msgstr "Finde weitere Feeds und Konten, denen du folgen kannst, auf der „Explore” Seite." #: src/view/screens/Search/Search.tsx:439 msgid "Find posts and users on Bluesky" @@ -2460,14 +2578,14 @@ msgid "Finish" msgstr "Beenden" #: src/tours/Tooltip.tsx:149 -msgid "Finish tour and begin using the application" -msgstr "Tour beenden und mit der Nutzung der Anwendung beginnen" +#~ msgid "Finish tour and begin using the application" +#~ msgstr "Tour beenden und mit der Nutzung der Anwendung beginnen" #: src/screens/Onboarding/index.tsx:35 msgid "Fitness" msgstr "Fitness" -#: src/screens/Onboarding/StepFinished.tsx:280 +#: src/screens/Onboarding/StepFinished.tsx:276 msgid "Flexible" msgstr "Flexibel" @@ -2484,8 +2602,8 @@ msgstr "Vertikal drehen" #: 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 "Folgen" @@ -2494,8 +2612,8 @@ msgctxt "action" msgid "Follow" msgstr "Folgen" -#: 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 "{0} folgen" @@ -2517,7 +2635,7 @@ msgstr "Konto folgen" msgid "Follow all" msgstr "Allen folgen" -#: src/view/com/post-thread/PostThreadFollowBtn.tsx:144 +#: src/view/com/post-thread/PostThreadFollowBtn.tsx:142 msgid "Follow Back" msgstr "Zurückfolgen" @@ -2553,16 +2671,16 @@ msgstr "Benutzer, denen ich folge" #~ msgid "Followed users only" #~ msgstr "Nur Benutzer, denen ich folge" -#: src/view/com/notifications/FeedItem.tsx:211 +#: src/view/com/notifications/FeedItem.tsx:207 msgid "followed you" msgstr "folgte dir" -#: src/view/com/notifications/FeedItem.tsx:209 +#: src/view/com/notifications/FeedItem.tsx:205 msgid "followed you back" msgstr "ist dir gefolgt" -#: 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 "Follower" @@ -2579,17 +2697,17 @@ msgstr "Follower, die du kennst" #: 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 "Folge ich" #: src/components/ProfileCard.tsx:311 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:98 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:94 msgid "Following {0}" msgstr "Ich folge {0}" @@ -2608,8 +2726,8 @@ msgid "Following Feed Preferences" msgstr "Following-Feed-Einstellungen" #: src/tours/HomeTour.tsx:59 -msgid "Following shows the latest posts from people you follow." -msgstr "„Following” zeigt die neuesten Beiträge von Personen, denen du folgst." +#~ msgid "Following shows the latest posts from people you follow." +#~ msgstr "„Following” zeigt die neuesten Beiträge von Personen, denen du folgst." #: src/screens/Profile/Header/Handle.tsx:31 msgid "Follows you" @@ -2653,15 +2771,19 @@ msgstr "Vergessen?" msgid "Frequently Posts Unwanted Content" msgstr "Postet oft unerwünschte Inhalte" -#: src/screens/Hashtag.tsx:118 +#: src/screens/Hashtag.tsx:116 msgid "From @{sanitizedAuthor}" msgstr "Von @{sanitizedAuthor}" -#: src/view/com/posts/FeedItem.tsx:273 +#: src/view/com/posts/FeedItem.tsx:271 msgctxt "from-feed" msgid "From <0/>" msgstr "Von <0/>" +#: src/view/com/util/post-embeds/VideoEmbedInner/VideoWebControls.tsx:354 +msgid "Fullscreen" +msgstr "" + #: src/view/com/composer/photos/SelectPhotoBtn.tsx:39 msgid "Gallery" msgstr "Galerie" @@ -2687,7 +2809,7 @@ msgstr "Los geht's" msgid "Getting started" msgstr "" -#: src/view/com/util/images/ImageHorzList.tsx:35 +#: src/components/MediaPreview.tsx:119 msgid "GIF" msgstr "" @@ -2706,7 +2828,7 @@ msgstr "Eklatante Verstöße gegen Gesetze oder Nutzungsbedingungen" #: 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 "Zurückgehen" @@ -2765,8 +2887,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" @@ -2844,7 +2966,7 @@ msgstr "" msgid "Hide" msgstr "Ausblenden" -#: src/view/com/notifications/FeedItem.tsx:477 +#: src/view/com/notifications/FeedItem.tsx:473 msgctxt "action" msgid "Hide" msgstr "Ausblenden" @@ -2883,7 +3005,7 @@ msgstr "Diesen Beitrag ausblenden?" msgid "Hide this reply?" msgstr "" -#: src/view/com/notifications/FeedItem.tsx:468 +#: src/view/com/notifications/FeedItem.tsx:464 msgid "Hide user list" msgstr "Benutzerliste ausblenden" @@ -2919,10 +3041,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" @@ -2994,7 +3120,7 @@ msgstr "" msgid "Illegal and Urgent" msgstr "Illegal und dringend" -#: src/view/com/util/images/Gallery.tsx:42 +#: src/view/com/util/images/Gallery.tsx:55 msgid "Image" msgstr "Bild" @@ -3015,7 +3141,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 "" @@ -3067,7 +3197,7 @@ msgstr "Gib dein Passwort ein" 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 "Gib deinen Handle ein" @@ -3092,6 +3222,10 @@ msgstr "Ungültiger oder nicht unterstützter Beitragrekord" msgid "Invalid username or password" msgstr "Ungültiger Benutzername oder Passwort" +#: src/components/intents/VerifyEmailIntentDialog.tsx:82 +msgid "Invalid Verification Code" +msgstr "" + #: src/view/com/modals/InviteCodes.tsx:94 msgid "Invite a Friend" msgstr "Einen Freund einladen" @@ -3100,7 +3234,7 @@ msgstr "Einen Freund einladen" msgid "Invite code" msgstr "Einladungscode" -#: 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 "Einladungscode nicht akzeptiert. Überprüfe, ob du ihn richtig eingegeben hast und versuche es erneut." @@ -3132,6 +3266,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 "Jobs" @@ -3176,11 +3314,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 "" @@ -3205,7 +3343,7 @@ msgstr "Sprachen" #~ msgid "Last step!" #~ msgstr "Letzter Schritt!" -#: src/screens/Hashtag.tsx:99 +#: src/screens/Hashtag.tsx:97 #: src/view/screens/Search/Search.tsx:359 msgid "Latest" msgstr "" @@ -3283,8 +3421,7 @@ msgstr "" msgid "Let's get your password reset!" msgstr "Lass uns dein Passwort zurücksetzen!" -#: src/screens/Onboarding/StepFinished.tsx:300 -#: src/tours/Tooltip.tsx:151 +#: src/screens/Onboarding/StepFinished.tsx:296 msgid "Let's go!" msgstr "Los geht's!" @@ -3322,9 +3459,9 @@ msgstr "Diesen Feed liken" msgid "Liked by" msgstr "Geliked von" -#: 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 "Geliked von" @@ -3343,11 +3480,11 @@ msgstr "Geliked von" #~ msgid "Liked by {likeCount} {0}" #~ msgstr "Von {likeCount} {0} geliked" -#: src/view/com/notifications/FeedItem.tsx:215 +#: src/view/com/notifications/FeedItem.tsx:211 msgid "liked your custom feed" msgstr "hat deinen benutzerdefinierten Feed geliked" -#: src/view/com/notifications/FeedItem.tsx:182 +#: src/view/com/notifications/FeedItem.tsx:178 msgid "liked your post" msgstr "hat deinen Beitrag geliked" @@ -3407,7 +3544,7 @@ msgstr "Listenstummschaltung aufgehoben" #: 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" @@ -3438,7 +3575,7 @@ msgstr "" msgid "Load new notifications" msgstr "Neue Mitteilungen laden" -#: 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 @@ -3553,12 +3690,12 @@ msgstr "" msgid "Message from server: {0}" msgstr "Nachricht vom Server: {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 "" @@ -3566,7 +3703,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 @@ -3581,6 +3718,10 @@ msgstr "" msgid "Misleading Account" msgstr "Irreführender Account" +#: src/lib/moderation/useReportOptions.ts:67 +msgid "Misleading Post" +msgstr "" + #: src/screens/Settings/AppearanceSettings.tsx:78 msgid "Mode" msgstr "" @@ -3647,7 +3788,7 @@ msgstr "Moderationswerkzeuge" msgid "Moderator has chosen to set a general warning on the content." msgstr "Der Moderator hat beschlossen, eine allgemeine Warnung vor dem Inhalt auszusprechen." -#: src/view/com/post-thread/PostThreadItem.tsx:619 +#: src/view/com/post-thread/PostThreadItem.tsx:629 msgid "More" msgstr "Mehr" @@ -3676,8 +3817,7 @@ msgstr "" #~ msgstr "Muss mindestens 3 Zeichen lang sein" #: 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 "Stummschalten" @@ -3766,7 +3906,7 @@ msgstr "Thread stummschalten" msgid "Mute words & tags" msgstr "Wörter und Tags stummschalten" -#: src/view/com/util/post-embeds/VideoEmbedInner/VideoEmbedInnerNative.tsx:201 +#: src/view/com/util/post-embeds/VideoEmbedInner/VideoEmbedInnerNative.tsx:168 msgid "Muted" msgstr "Stummgeschaltet" @@ -3804,7 +3944,7 @@ msgstr "Mein Geburtstag" msgid "My Feeds" msgstr "Meine Feeds" -#: src/view/shell/desktop/LeftNav.tsx:85 +#: src/view/shell/desktop/LeftNav.tsx:84 msgid "My Profile" msgstr "Mein Profil" @@ -3830,9 +3970,9 @@ msgid "Name is required" msgstr "Name ist erforderlich" #: 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 "" @@ -3873,7 +4013,7 @@ msgstr "" #~ msgid "Never lose access to your followers and data." #~ msgstr "Verliere nie den Zugriff auf deine Follower und Daten." -#: src/screens/Onboarding/StepFinished.tsx:268 +#: src/screens/Onboarding/StepFinished.tsx:264 msgid "Never lose access to your followers or data." msgstr "Verliere nie den Zugriff auf deine Follower oder Daten." @@ -3927,11 +4067,11 @@ msgstr "Neuer Beitrag" #: 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 "Neuer Beitrag" -#: src/view/shell/desktop/LeftNav.tsx:284 +#: src/view/shell/desktop/LeftNav.tsx:283 msgctxt "action" msgid "New Post" msgstr "Neuer Beitrag" @@ -3964,7 +4104,6 @@ msgstr "Aktuelles" #: 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" @@ -4007,11 +4146,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 "{0} wird nicht mehr gefolgt" -#: src/screens/Signup/StepHandle.tsx:167 +#: src/screens/Signup/StepHandle.tsx:169 msgid "No longer than 253 characters" msgstr "Nicht länger als 253 Zeichen" @@ -4038,7 +4177,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 "" @@ -4117,7 +4256,7 @@ msgstr "Nicht jetzt" #: 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 "" @@ -4150,22 +4289,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 "Mitteilungen" -#: 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 "" @@ -4173,7 +4312,7 @@ msgstr "" msgid "Nudity" msgstr "Nacktheit" -#: src/lib/moderation/useReportOptions.ts:73 +#: src/lib/moderation/useReportOptions.ts:78 msgid "Nudity or adult content not labeled as such" msgstr "" @@ -4195,7 +4334,7 @@ msgstr "Aus" msgid "Oh no!" msgstr "Oh nein!" -#: src/screens/Onboarding/StepInterests/index.tsx:153 +#: src/screens/Onboarding/StepInterests/index.tsx:138 msgid "Oh no! Something went wrong." msgstr "Oh nein, da ist etwas schief gelaufen." @@ -4212,11 +4351,15 @@ msgid "Oldest replies first" msgstr "Älteste Antworten zuerst" #: 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/>" msgstr "" #: src/view/screens/Settings/index.tsx:226 @@ -4224,10 +4367,10 @@ msgid "Onboarding reset" msgstr "Onboarding zurücksetzen" #: 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 "Bei einem oder mehreren Bildern fehlt der Alt-Text." @@ -4243,10 +4386,14 @@ msgstr "" msgid "Only {0} can reply." msgstr "Nur {0} kann antworten." -#: src/screens/Signup/StepHandle.tsx:150 +#: src/screens/Signup/StepHandle.tsx:152 msgid "Only contains letters, numbers, and hyphens" msgstr "Enthält nur Buchstaben, Nummern und Bindestriche" +#: 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 "Huch, da ist etwas schief gelaufen!" @@ -4254,13 +4401,13 @@ msgstr "Huch, da ist etwas schief gelaufen!" #: 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 "Huch!" -#: src/screens/Onboarding/StepFinished.tsx:264 +#: src/screens/Onboarding/StepFinished.tsx:260 msgid "Open" msgstr "Öffnen" @@ -4281,8 +4428,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 "Emoji-Picker öffnen" @@ -4491,12 +4639,12 @@ msgstr "Öffnet die Systemprotokollseite" msgid "Opens the threads preferences" msgstr "Öffnet die Thread-Einstellungen" -#: 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 "" @@ -4574,11 +4722,11 @@ msgid "Password updated!" msgstr "Passwort aktualisiert!" #: 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 "" @@ -4638,7 +4786,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 "" @@ -4655,8 +4803,8 @@ msgstr "{0} abspielen" 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 "" @@ -4669,16 +4817,16 @@ msgstr "Video abspielen" msgid "Plays the GIF" msgstr "Spielt das GIF ab" -#: src/screens/Signup/state.ts:222 +#: src/screens/Signup/state.ts:217 msgid "Please choose your handle." msgstr "Bitte wähle deinen Handle." -#: 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 "Bitte wähle dein Passwort." -#: src/screens/Signup/state.ts:236 +#: src/screens/Signup/state.ts:231 msgid "Please complete the verification captcha." msgstr "Bitte fülle das Verifizierungs-Captcha aus." @@ -4698,7 +4846,7 @@ msgstr "Bitte gib einen eindeutigen Namen für dieses App-Passwort ein oder verw msgid "Please enter a valid word, tag, or phrase to mute" msgstr "Bitte gib ein gültiges Wort, einen Tag oder eine Phrase zum Stummschalten ein" -#: src/screens/Signup/state.ts:201 +#: src/screens/Signup/state.ts:196 #: src/screens/Signup/StepInfo/index.tsx:69 msgid "Please enter your email." msgstr "Bitte gib deine E-Mail ein." @@ -4711,7 +4859,7 @@ msgstr "" msgid "Please enter your password as well:" msgstr "Bitte gib auch dein Passwort ein:" -#: 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 "" @@ -4733,7 +4881,7 @@ msgstr "" msgid "Please Verify Your Email" msgstr "Bitte verifiziere deine E-Mail" -#: 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 "Bitte warte, bis deine Link-karte vollständig geladen ist" @@ -4750,13 +4898,13 @@ msgstr "Porno" #~ msgid "Pornography" #~ msgstr "" -#: 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 "Beitrag" -#: src/view/com/post-thread/PostThread.tsx:480 +#: src/view/com/post-thread/PostThread.tsx:481 msgctxt "description" msgid "Post" msgstr "Beitrag" @@ -4897,13 +5045,13 @@ msgstr "" msgid "Processing..." msgstr "Wird bearbeitet..." -#: 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 @@ -4918,7 +5066,7 @@ msgstr "Profil aktualisiert" msgid "Protect your account by verifying your email." msgstr "Schütze dein Konto, indem du deine E-Mail bestätigst." -#: src/screens/Onboarding/StepFinished.tsx:250 +#: src/screens/Onboarding/StepFinished.tsx:246 msgid "Public" msgstr "Öffentlich" @@ -4930,11 +5078,11 @@ msgstr "Öffentliche, gemeinsam nutzbare Listen von Nutzern, die du sta­pel­we msgid "Public, shareable lists which can drive feeds." msgstr "Öffentliche, gemeinsam nutzbare Listen, die Feeds steuern können." -#: src/view/com/composer/Composer.tsx:549 +#: src/view/com/composer/Composer.tsx:627 msgid "Publish post" msgstr "Beitrag veröffentlichen" -#: src/view/com/composer/Composer.tsx:549 +#: src/view/com/composer/Composer.tsx:627 msgid "Publish reply" msgstr "Antwort veröffentlichen" @@ -4951,11 +5099,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" @@ -4980,8 +5128,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" @@ -4995,8 +5143,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 "" @@ -5090,6 +5238,10 @@ msgstr "" msgid "Remove account" msgstr "Konto entfernen" +#: src/view/com/composer/ExternalEmbedRemoveBtn.tsx:28 +msgid "Remove attachment" +msgstr "" + #: src/view/com/util/UserAvatar.tsx:387 msgid "Remove Avatar" msgstr "" @@ -5098,7 +5250,7 @@ msgstr "" msgid "Remove Banner" msgstr "" -#: src/screens/Messages/Conversation/MessageInputEmbed.tsx:218 +#: src/screens/Messages/Conversation/MessageInputEmbed.tsx:207 msgid "Remove embed" msgstr "" @@ -5138,8 +5290,8 @@ msgid "Remove image" msgstr "Bild entfernen" #: src/view/com/composer/ExternalEmbedRemoveBtn.tsx:28 -msgid "Remove image preview" -msgstr "Bildvorschau entfernen" +#~ msgid "Remove image preview" +#~ msgstr "Bildvorschau entfernen" #: src/components/dialogs/MutedWords.tsx:523 msgid "Remove mute word from your list" @@ -5153,15 +5305,19 @@ 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 "Repost entfernen" +#: src/view/com/composer/videos/SubtitleDialog.tsx:260 +msgid "Remove subtitle file" +msgstr "" + #: src/view/com/feeds/FeedSourceCard.tsx:175 #~ msgid "Remove this feed from my feeds?" #~ msgstr "Diesen Feed aus meinen Feeds entfernen?" @@ -5174,11 +5330,11 @@ msgstr "" #~ msgid "Remove this feed from your saved feeds?" #~ msgstr "Diesen Feed aus deinen gespeicherten Feeds entfernen?" -#: 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 "" @@ -5206,14 +5362,18 @@ msgstr "" #~ msgid "Removes default thumbnail from {0}" #~ msgstr "Entfernt Standard-Miniaturansicht von {0}" -#: 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" @@ -5239,7 +5399,7 @@ msgstr "" #~ msgid "Replies to this thread are disabled" #~ msgstr "Antworten auf diesen Thread sind deaktiviert" -#: src/view/com/composer/Composer.tsx:562 +#: src/view/com/composer/Composer.tsx:640 msgctxt "action" msgid "Reply" msgstr "Antworten" @@ -5273,23 +5433,23 @@ msgstr "" #~ msgstr "Antwort an <0/>" #: 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/>" 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 "" @@ -5385,9 +5545,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 "Repost" @@ -5398,18 +5558,18 @@ msgid "Repost" msgstr "Erneut veröffentlichen" #: 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 "Reposten oder Beitrag zitieren" -#: 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 "Repostet von" -#: src/view/com/posts/FeedItem.tsx:294 +#: src/view/com/posts/FeedItem.tsx:292 msgid "Reposted by {0}" msgstr "Repostet von {0}" @@ -5417,16 +5577,16 @@ msgstr "Repostet von {0}" #~ msgid "Reposted by <0/>" #~ msgstr "Repostet von <0/>" -#: src/view/com/posts/FeedItem.tsx:313 +#: src/view/com/posts/FeedItem.tsx:311 msgid "Reposted by <0><1/>" 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 "hat deinen Beitrag repostet" @@ -5461,6 +5621,14 @@ msgstr "Für diesen Anbieter erforderlich" msgid "Resend email" msgstr "" +#: 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 "Code zurücksetzen" @@ -5508,15 +5676,15 @@ msgstr "Versucht die Anmeldung erneut" msgid "Retries the last action, which errored out" msgstr "Wiederholung der letzten Aktion, bei der ein Fehler aufgetreten ist" -#: src/components/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 @@ -5628,8 +5796,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 "" @@ -5643,15 +5811,15 @@ msgid "Scroll to top" msgstr "Zum Anfang blättern" #: 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" @@ -5737,6 +5905,10 @@ msgstr "Siehe diesen Leitfaden" #~ msgid "See what's next" #~ msgstr "Schau, was als nächstes kommt" +#: 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 "Wähle {item}" @@ -5773,6 +5945,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 "" @@ -5794,6 +5970,10 @@ msgstr "Wähle Option {i} von {numItems}" #~ msgid "Select some accounts below to follow" #~ msgstr "Wähle unten einige Konten aus, denen du folgen möchtest" +#: 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 "" @@ -5810,7 +5990,7 @@ msgstr "Wähle den Dienst aus, der deine Daten hostet." #~ msgid "Select topical feeds to follow from the list below" #~ msgstr "Wähle aus der folgenden Liste die themenbezogenen Feeds aus, die du verfolgen möchtest" -#: src/view/com/composer/videos/SelectVideoBtn.tsx:53 +#: src/view/com/composer/videos/SelectVideoBtn.tsx:80 msgid "Select video" msgstr "" @@ -5838,7 +6018,7 @@ msgstr "" msgid "Select your date of birth" msgstr "" -#: src/screens/Onboarding/StepInterests/index.tsx:226 +#: src/screens/Onboarding/StepInterests/index.tsx:206 msgid "Select your interests from the options below" msgstr "Wähle aus den folgenden Optionen deine Interessen aus" @@ -5876,8 +6056,8 @@ msgstr "E-Mail senden" msgid "Send feedback" msgstr "Feedback senden" -#: 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 "" @@ -6035,7 +6215,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" @@ -6056,7 +6236,7 @@ msgstr "" #: 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 "Teilen" @@ -6076,7 +6256,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 "" @@ -6132,7 +6312,7 @@ msgstr "" msgid "Show" msgstr "Anzeigen" -#: src/view/com/util/post-embeds/GifEmbed.tsx:175 +#: src/view/com/util/post-embeds/GifEmbed.tsx:157 msgid "Show alt text" msgstr "" @@ -6156,8 +6336,8 @@ msgstr "" #~ msgstr "Eingebettete Medien von {0} anzeigen" #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:215 -msgid "Show follows similar to {0}" -msgstr "Zeige ähnliche Konten wie {0}" +#~ msgid "Show follows similar to {0}" +#~ msgstr "Zeige ähnliche Konten wie {0}" #: src/view/com/post-thread/PostThreadShowHiddenReplies.tsx:23 msgid "Show hidden replies" @@ -6172,9 +6352,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 "Mehr anzeigen" @@ -6257,7 +6437,7 @@ msgstr "" #~ msgid "Shows a list of users similar to this user." #~ msgstr "Zeigt eine Liste von Benutzern, die diesem Benutzer ähnlich sind." -#: src/view/com/post-thread/PostThreadFollowBtn.tsx:130 +#: src/view/com/post-thread/PostThreadFollowBtn.tsx:128 msgid "Shows posts from {0} in your feed" msgstr "Zeigt Beiträge von {0} in deinem Feed" @@ -6270,12 +6450,12 @@ msgstr "Zeigt Beiträge von {0} in deinem Feed" #: 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 @@ -6317,12 +6497,12 @@ msgstr "Abmelden" 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 @@ -6347,7 +6527,7 @@ msgstr "Angemeldet als" msgid "Signed in as @{0}" msgstr "Angemeldet als @{0}" -#: src/view/com/notifications/FeedItem.tsx:222 +#: src/view/com/notifications/FeedItem.tsx:218 msgid "signed up with your starter pack" msgstr "" @@ -6355,21 +6535,21 @@ msgstr "" #~ msgid "Signs {0} out of Bluesky" #~ msgstr "Meldet {0} von Bluesky ab" -#: 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 "Überspringen" -#: src/screens/Onboarding/StepInterests/index.tsx:262 +#: src/screens/Onboarding/StepInterests/index.tsx:242 msgid "Skip this flow" msgstr "Diesen Schritt überspringen" @@ -6378,7 +6558,7 @@ msgstr "Diesen Schritt überspringen" msgid "Software Dev" msgstr "Software-Entwicklung" -#: src/components/FeedInterstitials.tsx:397 +#: src/components/FeedInterstitials.tsx:443 msgid "Some other feeds you might like" msgstr "" @@ -6431,12 +6611,12 @@ msgstr "Antworten auf denselben Beitrag sortieren nach:" #~ msgid "Source: <0>{0}" #~ msgstr "" -#: src/components/moderation/LabelsOnMeDialog.tsx:171 +#: src/components/moderation/LabelsOnMeDialog.tsx:163 msgid "Source: <0>{sourceName}" 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 "" @@ -6466,10 +6646,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 @@ -6521,8 +6700,8 @@ msgstr "Der Speicher wurde gelöscht, du musst die App jetzt neu starten." msgid "Storybook" msgstr "Storybook" -#: 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" @@ -6561,7 +6740,7 @@ msgstr "" #~ msgid "Suggested Follows" #~ msgstr "Vorgeschlagene Follower" -#: src/components/FeedInterstitials.tsx:262 +#: src/components/FeedInterstitials.tsx:308 msgid "Suggested for you" msgstr "Vorgeschlagen für dich" @@ -6581,8 +6760,8 @@ msgid "Switch Account" msgstr "Konto wechseln" #: 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}" @@ -6621,17 +6800,22 @@ msgstr "Groß" 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: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 "Tippe, um die vollständige Ansicht anzuzeigen" +#~ msgid "Tap to view fully" +#~ msgstr "Tippe, um die vollständige Ansicht anzuzeigen" #: src/state/shell/progress-guide.tsx:166 msgid "Task complete - 10 likes!" @@ -6667,9 +6851,9 @@ msgid "Terms of Service" msgstr "Nutzungsbedingungen" #: 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 "" @@ -6681,7 +6865,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 "Text-Eingabefeld" @@ -6691,6 +6875,10 @@ msgstr "Text-Eingabefeld" 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 "" @@ -6708,11 +6896,11 @@ msgstr "Dieser Handle ist bereits besetzt." 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 "Das Konto kann nach der Entblockiert mit dir interagieren." @@ -6747,7 +6935,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 "" @@ -6755,11 +6943,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 "" @@ -6776,7 +6964,7 @@ msgstr "Möglicherweise wurde der Post gelöscht." msgid "The Privacy Policy has been moved to <0/>" msgstr "Die Datenschutzerklärung wurde nach <0/> verschoben" -#: src/state/queries/video/video.ts:129 +#: src/state/queries/video/video.ts:222 msgid "The selected video is larger than 100MB." msgstr "" @@ -6792,6 +6980,10 @@ msgstr "Das Support-Formular wurde verschoben. Wenn du Hilfe benötigst, wende d msgid "The Terms of Service have been moved to" msgstr "Die Allgemeinen Geschäftsbedingungen wurden verschoben nach" +#: src/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 "Es gibt viele Feeds zum Ausprobieren:" @@ -6842,7 +7034,7 @@ msgstr "Es gab ein Problem bei der Kontaktaufnahme mit deinem Server" msgid "There was an issue fetching notifications. Tap here to try again." msgstr "Es gab ein Problem beim Abrufen von Mitteilungen. Tippe hier, um es erneut zu versuchen." -#: src/view/com/posts/Feed.tsx:460 +#: src/view/com/posts/Feed.tsx:476 msgid "There was an issue fetching posts. Tap here to try again." msgstr "Es gab ein Problem beim Abrufen der Beiträge. Tippe hier, um es erneut zu versuchen." @@ -6864,15 +7056,15 @@ msgstr "" #~ msgid "There was an issue syncing your preferences with the server" #~ msgstr "Es gab ein Problem bei der Synchronisierung deiner Einstellungen mit dem Server" -#: src/view/screens/AppPasswords.tsx:70 +#: src/view/screens/AppPasswords.tsx:69 msgid "There was an issue with fetching your app passwords" msgstr "Es gab ein Problem beim Abrufen deiner App-Passwörter" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx: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 @@ -6923,7 +7115,7 @@ msgstr "" #~ msgid "This appeal will be sent to <0>{0}." #~ msgstr "" -#: src/components/moderation/LabelsOnMeDialog.tsx:250 +#: src/components/moderation/LabelsOnMeDialog.tsx:241 msgid "This appeal will be sent to <0>{sourceName}." msgstr "" @@ -7020,7 +7212,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 "" @@ -7053,7 +7245,7 @@ msgid "This post has been deleted." msgstr "Dieser Beitrag wurde gelöscht." #: 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 "" @@ -7085,7 +7277,7 @@ msgstr "" msgid "This should create a domain record at:" msgstr "" -#: src/view/com/profile/ProfileFollowers.tsx:87 +#: src/view/com/profile/ProfileFollowers.tsx:96 msgid "This user doesn't have any followers." msgstr "" @@ -7122,7 +7314,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 "" @@ -7179,6 +7371,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 "" @@ -7195,7 +7391,7 @@ msgstr "Dieses Dropdown umschalten" 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 "" @@ -7206,8 +7402,8 @@ msgstr "Verwandlungen" #: 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" @@ -7226,7 +7422,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 "" @@ -7259,14 +7455,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 "Entblocken" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:197 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:193 msgctxt "action" msgid "Unblock" msgstr "Entblocken" @@ -7281,12 +7477,12 @@ msgstr "" msgid "Unblock Account" msgstr "Konto entblocken" -#: 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 "" -#: 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" @@ -7301,7 +7497,7 @@ msgstr "Nicht mehr folgen" #~ msgid "Unfollow" #~ msgstr "" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:237 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:208 msgid "Unfollow {0}" msgstr "{0} nicht mehr folgen" @@ -7323,8 +7519,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 "Stummschaltung aufheben" @@ -7355,11 +7550,11 @@ msgstr "" msgid "Unmute thread" msgstr "Stummschaltung von Thread aufheben" -#: 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 "" @@ -7401,12 +7596,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 "" @@ -7465,7 +7664,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 "Verwende App-Passwörter, um dich bei anderen Bluesky-Clients anzumelden, ohne vollen Zugriff auf deinen Account oder dein Passwort zu geben." @@ -7592,6 +7791,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 "" @@ -7604,6 +7807,10 @@ msgstr "" msgid "Verify email" msgstr "E-Mail bestätigen" +#: src/components/intents/VerifyEmailIntentDialog.tsx:61 +msgid "Verify email dialog" +msgstr "" + #: src/view/screens/Settings/index.tsx:961 msgid "Verify my email" msgstr "Meine E-Mail bestätigen" @@ -7617,6 +7824,10 @@ msgstr "Meine E-Mail bestätigen" msgid "Verify New Email" msgstr "Neue E-Mail bestätigen" +#: src/view/com/composer/videos/SelectVideoBtn.tsx:108 +msgid "Verify now" +msgstr "" + #: src/view/com/modals/ChangeHandle.tsx:505 msgid "Verify Text File" msgstr "" @@ -7633,15 +7844,32 @@ msgstr "Überprüfe deine E-Mail" 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 "Videospiele" +#: 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 "" @@ -7651,7 +7879,7 @@ msgid "View {0}'s avatar" msgstr "Avatar von {0} ansehen" #: 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 "" @@ -7683,7 +7911,7 @@ msgstr "" msgid "View full thread" msgstr "Vollständigen Thread ansehen" -#: src/components/moderation/LabelsOnMe.tsx:48 +#: src/components/moderation/LabelsOnMe.tsx:47 msgid "View information about these labels" msgstr "" @@ -7747,7 +7975,7 @@ msgstr "" #~ msgid "We also think you'll like \"For You\" by Skygaze:" #~ msgstr "Wir glauben auch, dass dir \"For You\" von Skygaze gefallen wird:" -#: src/screens/Hashtag.tsx:210 +#: src/screens/Hashtag.tsx:217 msgid "We couldn't find any results for that hashtag." msgstr "Wir konnten keine Ergebnisse für diesen Hashtag finden." @@ -7759,7 +7987,11 @@ msgstr "" msgid "We estimate {estimatedTime} until your account is ready." msgstr "Wir schätzen {estimatedTime} bis dein Konto bereit ist." -#: src/screens/Onboarding/StepFinished.tsx:242 +#: src/components/intents/VerifyEmailIntentDialog.tsx:98 +msgid "We have sent another verification email to <0>{0}." +msgstr "" + +#: src/screens/Onboarding/StepFinished.tsx:238 msgid "We hope you have a wonderful time. Remember, Bluesky is:" msgstr "Wir hoffen, dass du eine schöne Zeit hast. Denke daran, Bluesky ist:" @@ -7775,6 +8007,10 @@ msgstr "Wir haben keine Beiträge mehr von den Konten, denen du folgst. Hier ist #~ msgid "We recommend our \"Discover\" feed:" #~ msgstr "Wir empfehlen unser \"Discover\" Feed:" +#: 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 "" @@ -7783,7 +8019,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 "Die Verbindung konnte nicht hergestellt werden. Bitte versuche es erneut, um mit der Einrichtung deines Kontos fortzufahren. Wenn der Versuch weiterhin fehlschlägt, kannst du diesen Schritt überspringen." @@ -7795,7 +8031,7 @@ msgstr "Wir werden dich benachrichtigen, wenn dein Konto bereit ist." #~ msgid "We'll look into your appeal promptly." #~ msgstr "Wir werden deinen Widerspruch unverzüglich prüfen." -#: src/screens/Onboarding/StepInterests/index.tsx:163 +#: src/screens/Onboarding/StepInterests/index.tsx:148 msgid "We'll use this to help customize your experience." msgstr "Wir verwenden diese Informationen, um dein Erlebnis individuell zu gestalten." @@ -7819,7 +8055,7 @@ msgstr "Es tut uns leid, aber wir konnten deine stummgeschalteten Wörter nicht msgid "We're sorry, but your search could not be completed. Please try again in a few minutes." msgstr "Es tut uns leid, aber deine Suche konnte nicht abgeschlossen werden. Bitte versuche es in ein paar Minuten erneut." -#: src/view/com/composer/Composer.tsx:380 +#: src/view/com/composer/Composer.tsx:417 msgid "We're sorry! The post you are replying to has been deleted." msgstr "" @@ -7848,7 +8084,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 "Was sind deine Interessen?" @@ -7862,7 +8098,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 "Was gibt's?" @@ -7932,16 +8168,16 @@ msgstr "" msgid "Wide" msgstr "Breit" -#: 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 "" -#: src/view/com/composer/Composer.tsx:660 +#: src/view/com/composer/Composer.tsx:708 msgid "Write post" msgstr "Beitrag verfassen" -#: 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 "Schreibe deine Antwort" @@ -7982,7 +8218,7 @@ msgstr "" msgid "Yes, reactivate my account" msgstr "" -#: src/components/dms/MessageItem.tsx:182 +#: src/components/dms/MessageItem.tsx:183 msgid "Yesterday, {time}" msgstr "" @@ -7999,7 +8235,11 @@ msgstr "" msgid "You are in line." msgstr "Du befindest dich in der Warteschlange." -#: 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 "" @@ -8033,7 +8273,7 @@ msgstr "Du kannst dich jetzt mit deinem neuen Passwort anmelden." 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 "" @@ -8124,7 +8364,7 @@ msgstr "" #~ msgid "You have not blocked any accounts yet. To block an account, go to their profile and selected \"Block account\" from the menu on their account." #~ msgstr "Du hast noch keine Konten blockiert. Um ein Konto zu blockieren, gehe auf dessen Profil und wähle \"Konto blockieren\" aus dem Menü des Kontos aus." -#: 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 "Du hast noch keine App-Passwörter erstellt. Du kannst eines erstellen, indem du auf die Schaltfläche unten klickst." @@ -8140,6 +8380,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 "" @@ -8153,11 +8397,11 @@ msgstr "Du hast noch keine Wörter oder Tags stummgeschaltet" 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 "" @@ -8241,15 +8485,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 "" @@ -8268,7 +8512,7 @@ msgstr "Du bist in der Warteschlange" 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 "Du kannst loslegen!" @@ -8281,6 +8525,14 @@ msgstr "" msgid "You've reached the end of your feed! Find some more accounts to follow." msgstr "Du hast das Ende deines Feeds erreicht! Finde weitere Konten, denen du folgen kannst." +#: src/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 "Dein Konto" @@ -8297,7 +8549,7 @@ msgstr "Dein Kontodepot, das alle öffentlichen Datensätze enthält, kann als \ msgid "Your birth date" msgstr "Dein Geburtsdatum" -#: 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 "" @@ -8314,7 +8566,7 @@ msgstr "Deine Wahl wird gespeichert, kann aber später in den Einstellungen geä #~ msgstr "Dein Standard-Feed ist \"Following\"" #: 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." @@ -8336,7 +8588,7 @@ msgstr "" msgid "Your following feed is empty! Follow more users to see what's happening." msgstr "Dein Following-Feed ist leer! Folge mehr Benutzern, um auf dem Laufenden zu bleiben." -#: src/screens/Signup/StepHandle.tsx:123 +#: src/screens/Signup/StepHandle.tsx:125 msgid "Your full handle will be" msgstr "Dein vollständiger Handle lautet" @@ -8352,11 +8604,11 @@ msgstr "Deine stummgeschalteten Wörter" msgid "Your password has been changed successfully!" msgstr "Dein Passwort wurde erfolgreich geändert!" -#: src/view/com/composer/Composer.tsx:426 +#: src/view/com/composer/Composer.tsx:463 msgid "Your post has been published" msgstr "Dein Beitrag wurde veröffentlicht" -#: src/screens/Onboarding/StepFinished.tsx:254 +#: src/screens/Onboarding/StepFinished.tsx:250 msgid "Your posts, likes, and blocks are public. Mutes are private." msgstr "Deine Beiträge, Likes und Blockierungen sind öffentlich. Stummschaltungen sind privat." @@ -8368,7 +8620,7 @@ msgstr "Dein Profil" msgid "Your profile, posts, feeds, and lists will no longer be visible to other Bluesky users. You can reactivate your account at any time by logging in." msgstr "" -#: src/view/com/composer/Composer.tsx:425 +#: src/view/com/composer/Composer.tsx:462 msgid "Your reply has been published" msgstr "Deine Antwort wurde veröffentlicht" diff --git a/src/locale/locales/en/messages.po b/src/locale/locales/en/messages.po index 709c47e4..0ab67310 100644 --- a/src/locale/locales/en/messages.po +++ b/src/locale/locales/en/messages.po @@ -21,16 +21,24 @@ msgstr "" msgid "(no email)" msgstr "" -#: 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 "" @@ -290,8 +340,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 @@ -355,7 +405,7 @@ msgstr "" msgid "Account removed from quick access" msgstr "" -#: 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 "" @@ -411,9 +461,13 @@ msgstr "" #~ msgid "Add ALT text" #~ msgstr "" -#: 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 "" @@ -533,7 +587,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 "" @@ -548,17 +602,20 @@ msgstr "" #: 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 "" #: 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 "" -#: src/view/com/util/post-embeds/GifEmbed.tsx:189 +#: src/view/com/util/post-embeds/GifEmbed.tsx:170 msgid "Alt Text" msgstr "" @@ -583,19 +640,26 @@ msgstr "" #~ msgid "An error occured" #~ msgstr "" -#: 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 "" @@ -605,6 +669,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 "" @@ -614,7 +682,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 "" @@ -639,7 +707,7 @@ msgstr "" msgid "An issue occurred, please try again." msgstr "" -#: src/screens/Onboarding/StepInterests/index.tsx:219 +#: src/screens/Onboarding/StepInterests/index.tsx:199 msgid "an unknown error occurred" msgstr "" @@ -649,8 +717,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 "" @@ -659,7 +727,7 @@ msgstr "" msgid "Animals" msgstr "" -#: src/view/com/util/post-embeds/GifEmbed.tsx:155 +#: src/view/com/util/post-embeds/GifEmbed.tsx:138 msgid "Animated GIF" msgstr "" @@ -675,7 +743,7 @@ msgstr "" msgid "App Language" msgstr "" -#: src/view/screens/AppPasswords.tsx:228 +#: src/view/screens/AppPasswords.tsx:226 msgid "App password deleted" msgstr "" @@ -692,21 +760,21 @@ msgid "App password settings" msgstr "" #: 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 "" -#: 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 "" -#: src/components/moderation/LabelsOnMeDialog.tsx:247 +#: src/components/moderation/LabelsOnMeDialog.tsx:238 msgid "Appeal \"{0}\" label" msgstr "" -#: src/components/moderation/LabelsOnMeDialog.tsx:238 +#: src/components/moderation/LabelsOnMeDialog.tsx:229 #: src/screens/Messages/Conversation/ChatDisabled.tsx:91 msgid "Appeal submitted" msgstr "" @@ -744,7 +812,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 "" @@ -776,7 +844,7 @@ msgstr "" 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 "" @@ -797,13 +865,13 @@ msgstr "" msgid "Artistic or non-erotic nudity." msgstr "" -#: src/screens/Signup/StepHandle.tsx:171 +#: src/screens/Signup/StepHandle.tsx:173 msgid "At least 3 characters" msgstr "" #: 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 @@ -837,7 +905,7 @@ msgstr "" msgid "Birthday:" msgstr "" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:314 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:272 #: src/view/com/profile/ProfileMenu.tsx:365 msgid "Block" msgstr "" @@ -868,7 +936,7 @@ msgstr "" msgid "Block these accounts?" msgstr "" -#: src/view/com/util/post-embeds/QuoteEmbed.tsx:76 +#: src/view/com/util/post-embeds/QuoteEmbed.tsx:81 msgid "Blocked" msgstr "" @@ -958,23 +1026,23 @@ msgstr "" msgid "Books" msgstr "" -#: 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 "" @@ -1024,12 +1092,12 @@ msgid "Can only contain letters, numbers, spaces, dashes, and underscores. Must msgstr "" #: 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 @@ -1045,7 +1113,7 @@ msgstr "" #: src/view/com/modals/LinkWarning.tsx:107 #: src/view/com/modals/VerifyEmail.tsx:255 #: src/view/com/modals/VerifyEmail.tsx:261 -#: src/view/com/util/post-ctrls/RepostButton.tsx:160 +#: src/view/com/util/post-ctrls/RepostButton.tsx:163 #: src/view/screens/Search/Search.tsx:704 msgid "Cancel" msgstr "" @@ -1074,7 +1142,7 @@ msgstr "" msgid "Cancel profile editing" msgstr "" -#: src/view/com/util/post-ctrls/RepostButton.tsx:154 +#: src/view/com/util/post-ctrls/RepostButton.tsx:157 msgid "Cancel quote post" msgstr "" @@ -1090,6 +1158,21 @@ msgstr "" 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 "" @@ -1130,8 +1213,8 @@ msgid "Change Your Email" msgstr "" #: 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 "" @@ -1186,12 +1269,12 @@ msgstr "" #~ msgstr "" #: 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" @@ -1209,7 +1292,7 @@ msgstr "" msgid "Choose Service" msgstr "" -#: src/screens/Onboarding/StepFinished.tsx:284 +#: src/screens/Onboarding/StepFinished.tsx:280 msgid "Choose the algorithms that power your custom feeds." msgstr "" @@ -1296,7 +1379,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 "" @@ -1311,13 +1394,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 "" @@ -1372,7 +1457,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 "" @@ -1380,11 +1465,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 "" @@ -1403,7 +1488,7 @@ msgstr "" msgid "Community Guidelines" msgstr "" -#: src/screens/Onboarding/StepFinished.tsx:297 +#: src/screens/Onboarding/StepFinished.tsx:293 msgid "Complete onboarding and start using your account" msgstr "" @@ -1411,7 +1496,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 "" @@ -1420,8 +1505,8 @@ msgid "Compose reply" msgstr "" #: 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}" @@ -1435,8 +1520,8 @@ msgstr "" msgid "Configured in <0>moderation settings." 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 @@ -1522,7 +1607,7 @@ msgstr "" 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 "" @@ -1535,7 +1620,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" @@ -1571,7 +1656,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 "" @@ -1657,6 +1742,10 @@ msgstr "" msgid "Could not mute chat" msgstr "" +#: 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 "" @@ -1722,7 +1811,7 @@ msgstr "" msgid "Create report for {0}" msgstr "" -#: src/view/screens/AppPasswords.tsx:251 +#: src/view/screens/AppPasswords.tsx:246 msgid "Created {0}" msgstr "" @@ -1804,7 +1893,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 "" @@ -1821,11 +1910,11 @@ msgstr "" msgid "Delete Account <0>\"<1>{0}<2>\"" msgstr "" -#: src/view/screens/AppPasswords.tsx:244 +#: src/view/screens/AppPasswords.tsx:239 msgid "Delete app password" msgstr "" -#: src/view/screens/AppPasswords.tsx:280 +#: src/view/screens/AppPasswords.tsx:275 msgid "Delete app password?" msgstr "" @@ -1880,7 +1969,7 @@ msgstr "" msgid "Delete this post?" msgstr "" -#: src/view/com/util/post-embeds/QuoteEmbed.tsx:85 +#: src/view/com/util/post-embeds/QuoteEmbed.tsx:90 msgid "Deleted" msgstr "" @@ -1916,7 +2005,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 "" @@ -1930,7 +2019,11 @@ msgid "Direct messages are here!" msgstr "" #: src/view/screens/AccessibilitySettings.tsx:111 -msgid "Disable autoplay for GIFs" +#~ msgid "Disable autoplay for GIFs" +#~ msgstr "" + +#: src/view/screens/AccessibilitySettings.tsx:111 +msgid "Disable autoplay for videos and GIFs" msgstr "" #: src/view/screens/Settings/DisableEmail2FADialog.tsx:90 @@ -1945,7 +2038,7 @@ msgstr "" #~ msgid "Disable haptics" #~ 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 "" @@ -1962,11 +2055,11 @@ msgstr "" msgid "Disabled" msgstr "" -#: src/view/com/composer/Composer.tsx:774 +#: src/view/com/composer/Composer.tsx:839 msgid "Discard" msgstr "" -#: src/view/com/composer/Composer.tsx:771 +#: src/view/com/composer/Composer.tsx:836 msgid "Discard draft?" msgstr "" @@ -1976,8 +2069,8 @@ msgid "Discourage apps from showing my account to logged-out users" msgstr "" #: 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 @@ -1993,10 +2086,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 "" @@ -2028,7 +2121,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 "" @@ -2048,6 +2141,8 @@ msgstr "" #: src/screens/Onboarding/StepProfile/index.tsx:325 #: src/view/com/auth/server-input/index.tsx:169 #: src/view/com/auth/server-input/index.tsx:170 +#: src/view/com/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 @@ -2070,7 +2165,7 @@ msgstr "" msgid "Done{extraText}" msgstr "" -#: src/screens/StarterPack/StarterPackLandingScreen.tsx:324 +#: src/screens/StarterPack/StarterPackLandingScreen.tsx:326 msgid "Download Bluesky" msgstr "" @@ -2079,7 +2174,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 "" @@ -2192,12 +2287,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 "" #: 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 "" @@ -2252,6 +2347,10 @@ msgstr "" msgid "Email address" msgstr "" +#: 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" @@ -2265,6 +2364,10 @@ msgstr "" msgid "Email verified" msgstr "" +#: src/components/intents/VerifyEmailIntentDialog.tsx:71 +msgid "Email Verified" +msgstr "" + #: src/view/screens/Settings/index.tsx:319 msgid "Email:" msgstr "" @@ -2314,7 +2417,7 @@ msgstr "" 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 "" @@ -2332,7 +2435,7 @@ msgstr "" msgid "Enabled" msgstr "" -#: src/screens/Profile/Sections/Feed.tsx:105 +#: src/screens/Profile/Sections/Feed.tsx:112 msgid "End of feed" msgstr "" @@ -2341,7 +2444,11 @@ msgstr "" #~ 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 @@ -2398,11 +2505,11 @@ msgstr "" 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 "" @@ -2426,11 +2533,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 "" @@ -2442,6 +2549,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 "" @@ -2466,7 +2577,7 @@ msgstr "" msgid "Expand alt text" msgstr "" -#: src/view/com/notifications/FeedItem.tsx:270 +#: src/view/com/notifications/FeedItem.tsx:266 msgid "Expand list of users" msgstr "" @@ -2590,7 +2701,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 "" @@ -2598,7 +2709,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 "" @@ -2616,6 +2727,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 "" @@ -2644,7 +2762,7 @@ msgstr "" #: 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" @@ -2678,7 +2796,7 @@ msgstr "" msgid "Filter from feeds" msgstr "" -#: src/screens/Onboarding/StepFinished.tsx:300 +#: src/screens/Onboarding/StepFinished.tsx:296 msgid "Finalizing" msgstr "" @@ -2689,8 +2807,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" @@ -2721,14 +2839,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 "" @@ -2745,8 +2863,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 "" @@ -2755,8 +2873,8 @@ msgctxt "action" msgid "Follow" msgstr "" -#: 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 "" @@ -2782,7 +2900,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 "" @@ -2830,16 +2948,16 @@ msgstr "" #~ msgid "Followed users only" #~ msgstr "" -#: src/view/com/notifications/FeedItem.tsx:211 +#: src/view/com/notifications/FeedItem.tsx:207 msgid "followed you" msgstr "" -#: 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 "" @@ -2856,17 +2974,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 "" #: src/components/ProfileCard.tsx:311 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:98 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:94 msgid "Following {0}" msgstr "" @@ -2885,8 +3003,8 @@ msgid "Following Feed Preferences" msgstr "" #: 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" @@ -2930,15 +3048,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 "" @@ -2964,7 +3086,7 @@ msgstr "" msgid "Getting started" msgstr "" -#: src/view/com/util/images/ImageHorzList.tsx:35 +#: src/components/MediaPreview.tsx:119 msgid "GIF" msgstr "" @@ -2983,7 +3105,7 @@ msgstr "" #: 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 "" @@ -3042,8 +3164,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" @@ -3121,7 +3243,7 @@ msgstr "" msgid "Hide" msgstr "" -#: src/view/com/notifications/FeedItem.tsx:477 +#: src/view/com/notifications/FeedItem.tsx:473 msgctxt "action" msgid "Hide" msgstr "" @@ -3160,7 +3282,7 @@ msgstr "" msgid "Hide this reply?" msgstr "" -#: src/view/com/notifications/FeedItem.tsx:468 +#: src/view/com/notifications/FeedItem.tsx:464 msgid "Hide user list" msgstr "" @@ -3192,10 +3314,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" @@ -3267,7 +3393,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 "" @@ -3283,7 +3409,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 "" @@ -3327,7 +3457,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 "" @@ -3352,6 +3482,10 @@ msgstr "" msgid "Invalid username or password" msgstr "" +#: src/components/intents/VerifyEmailIntentDialog.tsx:82 +msgid "Invalid Verification Code" +msgstr "" + #: src/view/com/modals/InviteCodes.tsx:94 msgid "Invite a Friend" msgstr "" @@ -3360,7 +3494,7 @@ msgstr "" msgid "Invite code" msgstr "" -#: 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 "" @@ -3392,6 +3526,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 "" @@ -3436,11 +3574,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 "" @@ -3461,7 +3599,7 @@ msgstr "" msgid "Languages" msgstr "" -#: src/screens/Hashtag.tsx:99 +#: src/screens/Hashtag.tsx:97 #: src/view/screens/Search/Search.tsx:359 msgid "Latest" msgstr "" @@ -3535,8 +3673,7 @@ msgstr "" msgid "Let's get your password reset!" msgstr "" -#: src/screens/Onboarding/StepFinished.tsx:300 -#: src/tours/Tooltip.tsx:151 +#: src/screens/Onboarding/StepFinished.tsx:296 msgid "Let's go!" msgstr "" @@ -3569,9 +3706,9 @@ msgstr "" msgid "Liked by" msgstr "" -#: 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 "" @@ -3590,11 +3727,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 "" @@ -3654,7 +3791,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" @@ -3680,7 +3817,7 @@ msgstr "" msgid "Load new notifications" msgstr "" -#: 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 @@ -3787,12 +3924,12 @@ msgstr "" msgid "Message from server: {0}" msgstr "" -#: 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 "" @@ -3800,7 +3937,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 @@ -3815,6 +3952,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 "" @@ -3881,7 +4022,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 "" @@ -3906,8 +4047,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 "" @@ -3992,7 +4132,7 @@ msgstr "" 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 "" @@ -4030,7 +4170,7 @@ msgstr "" msgid "My Feeds" msgstr "" -#: src/view/shell/desktop/LeftNav.tsx:85 +#: src/view/shell/desktop/LeftNav.tsx:84 msgid "My Profile" msgstr "" @@ -4052,9 +4192,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 "" @@ -4090,7 +4230,7 @@ msgstr "" #~ msgid "Never lose access to your followers and data." #~ msgstr "" -#: src/screens/Onboarding/StepFinished.tsx:268 +#: src/screens/Onboarding/StepFinished.tsx:264 msgid "Never lose access to your followers or data." msgstr "" @@ -4140,11 +4280,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 "" -#: src/view/shell/desktop/LeftNav.tsx:284 +#: src/view/shell/desktop/LeftNav.tsx:283 msgctxt "action" msgid "New Post" msgstr "" @@ -4177,7 +4317,6 @@ msgstr "" #: 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" @@ -4220,11 +4359,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 "" @@ -4251,7 +4390,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 "" @@ -4330,7 +4469,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 "" @@ -4363,22 +4502,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 "" -#: 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 "" @@ -4386,7 +4525,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 "" @@ -4404,7 +4543,7 @@ msgstr "" msgid "Oh no!" msgstr "" -#: src/screens/Onboarding/StepInterests/index.tsx:153 +#: src/screens/Onboarding/StepInterests/index.tsx:138 msgid "Oh no! Something went wrong." msgstr "" @@ -4421,11 +4560,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/>" msgstr "" #: src/view/screens/Settings/index.tsx:226 @@ -4433,10 +4576,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 "" @@ -4452,10 +4595,14 @@ msgstr "" msgid "Only {0} can reply." msgstr "" -#: 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 "" @@ -4463,13 +4610,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 "" @@ -4486,8 +4633,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 "" @@ -4668,12 +4816,12 @@ msgstr "" msgid "Opens the threads preferences" msgstr "" -#: 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 "" @@ -4751,11 +4899,11 @@ msgid "Password updated!" 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: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 "" @@ -4815,7 +4963,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 "" @@ -4832,8 +4980,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 "" @@ -4846,16 +4994,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 "" -#: 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 "" -#: src/screens/Signup/state.ts:236 +#: src/screens/Signup/state.ts:231 msgid "Please complete the verification captcha." msgstr "" @@ -4875,7 +5023,7 @@ msgstr "" 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 "" @@ -4888,7 +5036,7 @@ msgstr "" msgid "Please enter your password as well:" msgstr "" -#: 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 "" @@ -4905,7 +5053,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 "" @@ -4918,13 +5066,13 @@ msgstr "" msgid "Porn" msgstr "" -#: 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 "" -#: src/view/com/post-thread/PostThread.tsx:480 +#: src/view/com/post-thread/PostThread.tsx:481 msgctxt "description" msgid "Post" msgstr "" @@ -5065,13 +5213,13 @@ msgstr "" msgid "Processing..." msgstr "" -#: 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 @@ -5086,7 +5234,7 @@ msgstr "" msgid "Protect your account by verifying your email." msgstr "" -#: src/screens/Onboarding/StepFinished.tsx:250 +#: src/screens/Onboarding/StepFinished.tsx:246 msgid "Public" msgstr "" @@ -5098,11 +5246,11 @@ msgstr "" msgid "Public, shareable lists which can drive feeds." msgstr "" -#: 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 "" @@ -5119,11 +5267,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" @@ -5148,8 +5296,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" @@ -5163,8 +5311,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 "" @@ -5254,6 +5402,10 @@ msgstr "" msgid "Remove account" msgstr "" +#: src/view/com/composer/ExternalEmbedRemoveBtn.tsx:28 +msgid "Remove attachment" +msgstr "" + #: src/view/com/util/UserAvatar.tsx:387 msgid "Remove Avatar" msgstr "" @@ -5262,7 +5414,7 @@ msgstr "" msgid "Remove Banner" msgstr "" -#: src/screens/Messages/Conversation/MessageInputEmbed.tsx:218 +#: src/screens/Messages/Conversation/MessageInputEmbed.tsx:207 msgid "Remove embed" msgstr "" @@ -5302,8 +5454,8 @@ msgid "Remove image" msgstr "" #: src/view/com/composer/ExternalEmbedRemoveBtn.tsx:28 -msgid "Remove image preview" -msgstr "" +#~ msgid "Remove image preview" +#~ msgstr "" #: src/components/dialogs/MutedWords.tsx:523 msgid "Remove mute word from your list" @@ -5317,24 +5469,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 "" @@ -5362,14 +5518,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" @@ -5395,7 +5555,7 @@ msgstr "" #~ msgid "Replies to this thread are disabled" #~ msgstr "" -#: src/view/com/composer/Composer.tsx:562 +#: src/view/com/composer/Composer.tsx:640 msgctxt "action" msgid "Reply" msgstr "" @@ -5429,23 +5589,23 @@ msgstr "" #~ 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/>" 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 "" @@ -5537,9 +5697,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 "" @@ -5550,18 +5710,18 @@ msgid "Repost" msgstr "" #: 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 "" -#: 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 "" -#: src/view/com/posts/FeedItem.tsx:294 +#: src/view/com/posts/FeedItem.tsx:292 msgid "Reposted by {0}" msgstr "" @@ -5569,16 +5729,16 @@ msgstr "" #~ msgid "Reposted by <0/>" #~ msgstr "" -#: src/view/com/posts/FeedItem.tsx:313 +#: src/view/com/posts/FeedItem.tsx:311 msgid "Reposted by <0><1/>" 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 "" @@ -5613,6 +5773,14 @@ msgstr "" msgid "Resend email" msgstr "" +#: 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 "" @@ -5652,15 +5820,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 @@ -5772,8 +5940,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 "" @@ -5787,15 +5955,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" @@ -5881,6 +6049,10 @@ msgstr "" #~ msgid "See what's next" #~ 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 "" @@ -5917,6 +6089,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 "" @@ -5933,6 +6109,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 "" @@ -5949,7 +6129,7 @@ msgstr "" #~ 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 "" @@ -5973,7 +6153,7 @@ msgstr "" msgid "Select your date of birth" msgstr "" -#: src/screens/Onboarding/StepInterests/index.tsx:226 +#: src/screens/Onboarding/StepInterests/index.tsx:206 msgid "Select your interests from the options below" msgstr "" @@ -6011,8 +6191,8 @@ msgstr "" msgid "Send feedback" msgstr "" -#: 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 "" @@ -6123,7 +6303,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" @@ -6144,7 +6324,7 @@ msgstr "" #: 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 "" @@ -6164,7 +6344,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 "" @@ -6224,7 +6404,7 @@ msgstr "" #~ 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 "" @@ -6244,8 +6424,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" @@ -6260,9 +6440,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 "" @@ -6345,7 +6525,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 "" @@ -6358,12 +6538,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 @@ -6395,12 +6575,12 @@ msgstr "" 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 @@ -6425,25 +6605,25 @@ msgstr "" msgid "Signed in as @{0}" msgstr "" -#: 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 "" -#: src/screens/Onboarding/StepInterests/index.tsx:262 +#: src/screens/Onboarding/StepInterests/index.tsx:242 msgid "Skip this flow" msgstr "" @@ -6452,7 +6632,7 @@ msgstr "" msgid "Software Dev" msgstr "" -#: src/components/FeedInterstitials.tsx:397 +#: src/components/FeedInterstitials.tsx:443 msgid "Some other feeds you might like" msgstr "" @@ -6505,12 +6685,12 @@ msgstr "" #~ msgid "Source: <0>{0}" #~ msgstr "" -#: src/components/moderation/LabelsOnMeDialog.tsx:171 +#: src/components/moderation/LabelsOnMeDialog.tsx:163 msgid "Source: <0>{sourceName}" 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 "" @@ -6540,10 +6720,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 @@ -6591,8 +6770,8 @@ msgstr "" msgid "Storybook" msgstr "" -#: 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" @@ -6631,7 +6810,7 @@ msgstr "" #~ msgid "Suggested Follows" #~ msgstr "" -#: src/components/FeedInterstitials.tsx:262 +#: src/components/FeedInterstitials.tsx:308 msgid "Suggested for you" msgstr "" @@ -6651,8 +6830,8 @@ msgid "Switch Account" msgstr "" #: 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}" @@ -6691,18 +6870,23 @@ msgstr "" 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 "" @@ -6737,9 +6921,9 @@ msgid "Terms of Service" msgstr "" #: 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 "" @@ -6751,7 +6935,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 "" @@ -6761,6 +6945,10 @@ msgstr "" 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 "" @@ -6778,11 +6966,11 @@ msgstr "" 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 "" @@ -6817,7 +7005,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 "" @@ -6825,11 +7013,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 "" @@ -6846,7 +7034,7 @@ msgstr "" msgid "The Privacy Policy has been moved to <0/>" msgstr "" -#: src/state/queries/video/video.ts:129 +#: src/state/queries/video/video.ts:222 msgid "The selected video is larger than 100MB." msgstr "" @@ -6862,6 +7050,10 @@ msgstr "" msgid "The Terms of Service have been moved to" msgstr "" +#: 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 "" @@ -6912,7 +7104,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 "" @@ -6934,15 +7126,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 @@ -6993,7 +7185,7 @@ msgstr "" #~ msgid "This appeal will be sent to <0>{0}." #~ msgstr "" -#: src/components/moderation/LabelsOnMeDialog.tsx:250 +#: src/components/moderation/LabelsOnMeDialog.tsx:241 msgid "This appeal will be sent to <0>{sourceName}." msgstr "" @@ -7086,7 +7278,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 "" @@ -7119,7 +7311,7 @@ msgid "This post has been deleted." msgstr "" #: 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 "" @@ -7151,7 +7343,7 @@ msgstr "" msgid "This should create a domain record at:" msgstr "" -#: src/view/com/profile/ProfileFollowers.tsx:87 +#: src/view/com/profile/ProfileFollowers.tsx:96 msgid "This user doesn't have any followers." msgstr "" @@ -7180,7 +7372,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 "" @@ -7233,6 +7425,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 "" @@ -7249,7 +7445,7 @@ msgstr "" 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 "" @@ -7260,8 +7456,8 @@ msgstr "" #: 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" @@ -7280,7 +7476,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 "" @@ -7313,14 +7509,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 "" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:197 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:193 msgctxt "action" msgid "Unblock" msgstr "" @@ -7335,12 +7531,12 @@ msgstr "" msgid "Unblock Account" msgstr "" -#: 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 "" -#: 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" @@ -7355,7 +7551,7 @@ msgstr "" #~ msgid "Unfollow" #~ msgstr "" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:237 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:208 msgid "Unfollow {0}" msgstr "" @@ -7373,8 +7569,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 "" @@ -7405,11 +7600,11 @@ msgstr "" msgid "Unmute thread" msgstr "" -#: 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 "" @@ -7447,12 +7642,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 "" @@ -7507,7 +7706,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 "" @@ -7630,6 +7829,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 "" @@ -7642,6 +7845,10 @@ msgstr "" msgid "Verify email" msgstr "" +#: src/components/intents/VerifyEmailIntentDialog.tsx:61 +msgid "Verify email dialog" +msgstr "" + #: src/view/screens/Settings/index.tsx:961 msgid "Verify my email" msgstr "" @@ -7655,6 +7862,10 @@ msgstr "" msgid "Verify New Email" msgstr "" +#: src/view/com/composer/videos/SelectVideoBtn.tsx:108 +msgid "Verify now" +msgstr "" + #: src/view/com/modals/ChangeHandle.tsx:505 msgid "Verify Text File" msgstr "" @@ -7671,15 +7882,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 "" +#: 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 "" @@ -7689,7 +7917,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 "" @@ -7721,7 +7949,7 @@ msgstr "" msgid "View full thread" msgstr "" -#: src/components/moderation/LabelsOnMe.tsx:48 +#: src/components/moderation/LabelsOnMe.tsx:47 msgid "View information about these labels" msgstr "" @@ -7781,7 +8009,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 "" @@ -7793,7 +8021,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}." +msgstr "" + +#: src/screens/Onboarding/StepFinished.tsx:238 msgid "We hope you have a wonderful time. Remember, Bluesky is:" msgstr "" @@ -7809,6 +8041,10 @@ msgstr "" #~ msgid "We recommend our \"Discover\" feed:" #~ msgstr "" +#: 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 "" @@ -7817,7 +8053,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 "" @@ -7825,7 +8061,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 "" @@ -7849,7 +8085,7 @@ msgstr "" msgid "We're sorry, but your search could not be completed. Please try again in a few minutes." msgstr "" -#: src/view/com/composer/Composer.tsx:380 +#: src/view/com/composer/Composer.tsx:417 msgid "We're sorry! The post you are replying to has been deleted." msgstr "" @@ -7878,7 +8114,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 "" @@ -7888,7 +8124,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 "" @@ -7958,16 +8194,16 @@ msgstr "" msgid "Wide" msgstr "" -#: 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 "" -#: src/view/com/composer/Composer.tsx:660 +#: src/view/com/composer/Composer.tsx:708 msgid "Write post" msgstr "" -#: 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 "" @@ -8008,7 +8244,7 @@ msgstr "" msgid "Yes, reactivate my account" msgstr "" -#: src/components/dms/MessageItem.tsx:182 +#: src/components/dms/MessageItem.tsx:183 msgid "Yesterday, {time}" msgstr "" @@ -8025,7 +8261,11 @@ msgstr "" msgid "You are in line." msgstr "" -#: 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 "" @@ -8059,7 +8299,7 @@ msgstr "" 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 "" @@ -8142,7 +8382,7 @@ msgstr "" 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 "" @@ -8154,6 +8394,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 "" @@ -8167,11 +8411,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 "" @@ -8251,15 +8495,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 "" @@ -8278,7 +8522,7 @@ msgstr "" 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 "" @@ -8291,6 +8535,14 @@ msgstr "" msgid "You've reached the end of your feed! Find some more accounts to follow." msgstr "" +#: 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 "" @@ -8307,7 +8559,7 @@ msgstr "" msgid "Your birth date" msgstr "" -#: 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 "" @@ -8324,7 +8576,7 @@ msgstr "" #~ msgstr "" #: 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." @@ -8346,7 +8598,7 @@ msgstr "" msgid "Your following feed is empty! Follow more users to see what's happening." msgstr "" -#: src/screens/Signup/StepHandle.tsx:123 +#: src/screens/Signup/StepHandle.tsx:125 msgid "Your full handle will be" msgstr "" @@ -8362,11 +8614,11 @@ msgstr "" msgid "Your password has been changed successfully!" msgstr "" -#: src/view/com/composer/Composer.tsx:426 +#: src/view/com/composer/Composer.tsx:463 msgid "Your post has been published" msgstr "" -#: src/screens/Onboarding/StepFinished.tsx:254 +#: src/screens/Onboarding/StepFinished.tsx:250 msgid "Your posts, likes, and blocks are public. Mutes are private." msgstr "" @@ -8378,7 +8630,7 @@ msgstr "" msgid "Your profile, posts, feeds, and lists will no longer be visible to other Bluesky users. You can reactivate your account at any time by logging in." msgstr "" -#: src/view/com/composer/Composer.tsx:425 +#: src/view/com/composer/Composer.tsx:462 msgid "Your reply has been published" msgstr "" diff --git a/src/locale/locales/es/messages.po b/src/locale/locales/es/messages.po index 86b8097f..62ef7e4f 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." 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>\"<1>{0}<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/>" 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/>" 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/>" 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}" #~ msgstr "" -#: src/components/moderation/LabelsOnMeDialog.tsx:171 +#: src/components/moderation/LabelsOnMeDialog.tsx:163 msgid "Source: <0>{sourceName}" 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}." #~ msgstr "" -#: src/components/moderation/LabelsOnMeDialog.tsx:250 +#: src/components/moderation/LabelsOnMeDialog.tsx:241 msgid "This appeal will be sent to <0>{sourceName}." 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}." +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" diff --git a/src/locale/locales/fi/messages.po b/src/locale/locales/fi/messages.po index 72febd6c..7baed3d7 100644 --- a/src/locale/locales/fi/messages.po +++ b/src/locale/locales/fi/messages.po @@ -21,16 +21,24 @@ msgstr "" msgid "(no email)" msgstr "(ei sähköpostiosoitetta)" -#: 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 "" @@ -290,8 +340,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 @@ -355,7 +405,7 @@ msgstr "Käyttäjätilin asetukset" msgid "Account removed from quick access" msgstr "Käyttäjätili poistettu pikalinkeistä" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:139 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:135 #: src/view/com/profile/ProfileMenu.tsx:133 msgid "Account unblocked" msgstr "Käyttäjätilin esto poistettu" @@ -411,9 +461,13 @@ msgstr "Lisää ALT-teksti" #~ msgid "Add ALT text" #~ msgstr "" -#: 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 "Lisää sovelluksen salasana" @@ -525,7 +579,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 "" @@ -540,17 +594,20 @@ msgstr "Kirjautuneena sisään nimellä @{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 "ALT-teksti" -#: src/view/com/util/post-embeds/GifEmbed.tsx:189 +#: src/view/com/util/post-embeds/GifEmbed.tsx:170 msgid "Alt Text" msgstr "" @@ -575,19 +632,26 @@ msgstr "" #~ msgid "An error occured" #~ msgstr "Tapahtui virhe" -#: 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 "" @@ -597,6 +661,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 "" @@ -606,7 +674,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 "" @@ -631,7 +699,7 @@ msgstr "" msgid "An issue occurred, please try again." msgstr "Tapahtui virhe, yritä uudelleen." -#: src/screens/Onboarding/StepInterests/index.tsx:219 +#: src/screens/Onboarding/StepInterests/index.tsx:199 msgid "an unknown error occurred" msgstr "" @@ -641,8 +709,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 "ja" @@ -651,7 +719,7 @@ msgstr "ja" msgid "Animals" msgstr "Eläimet" -#: src/view/com/util/post-embeds/GifEmbed.tsx:155 +#: src/view/com/util/post-embeds/GifEmbed.tsx:138 msgid "Animated GIF" msgstr "Animoitu GIF" @@ -667,7 +735,7 @@ msgstr "" msgid "App Language" msgstr "Sovelluksen kieli" -#: src/view/screens/AppPasswords.tsx:228 +#: src/view/screens/AppPasswords.tsx:226 msgid "App password deleted" msgstr "Sovelluksen salasana poistettu" @@ -684,21 +752,21 @@ msgid "App password settings" msgstr "Sovelluksen salasanan asetukset" #: 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 "Sovellussalasanat" -#: 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 "Valita" -#: src/components/moderation/LabelsOnMeDialog.tsx:247 +#: src/components/moderation/LabelsOnMeDialog.tsx:238 msgid "Appeal \"{0}\" label" msgstr "Valita \"{0}\" -merkinnästä" -#: src/components/moderation/LabelsOnMeDialog.tsx:238 +#: src/components/moderation/LabelsOnMeDialog.tsx:229 #: src/screens/Messages/Conversation/ChatDisabled.tsx:91 msgid "Appeal submitted" msgstr "" @@ -736,7 +804,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 "Haluatko varmasti poistaa sovellussalasanan \"{name}\"?" @@ -768,7 +836,7 @@ msgstr "Haluatko varmasti poistaa {0} syötteistäsi?" 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 "Haluatko varmasti hylätä tämän luonnoksen?" @@ -789,13 +857,13 @@ msgstr "Taide" msgid "Artistic or non-erotic nudity." msgstr "Taiteellinen tai ei-eroottinen alastomuus." -#: src/screens/Signup/StepHandle.tsx:171 +#: src/screens/Signup/StepHandle.tsx:173 msgid "At least 3 characters" msgstr "Vähintään kolme merkkiä" #: 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 @@ -829,7 +897,7 @@ msgstr "Syntymäpäivä" msgid "Birthday:" msgstr "Syntymäpäivä:" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:314 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:272 #: src/view/com/profile/ProfileMenu.tsx:365 msgid "Block" msgstr "Estä" @@ -860,7 +928,7 @@ msgstr "Estä lista" msgid "Block these accounts?" msgstr "Estetäänkö nämä käyttäjät?" -#: src/view/com/util/post-embeds/QuoteEmbed.tsx:76 +#: src/view/com/util/post-embeds/QuoteEmbed.tsx:81 msgid "Blocked" msgstr "Estetty" @@ -950,23 +1018,23 @@ msgstr "Sumenna kuvat ja suodata syötteistä" msgid "Books" msgstr "Kirjat" -#: 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 "" @@ -1016,12 +1084,12 @@ msgid "Can only contain letters, numbers, spaces, dashes, and underscores. Must msgstr "Voi sisältää vain kirjaimia, numeroita, välilyöntejä, viivoja ja alaviivoja. Täytyy olla vähintään 4 merkkiä pitkä, mutta enintään 32 merkkiä pitkä." #: src/components/Menu/index.tsx: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 @@ -1037,7 +1105,7 @@ msgstr "Voi sisältää vain kirjaimia, numeroita, välilyöntejä, viivoja ja a #: src/view/com/modals/LinkWarning.tsx:107 #: src/view/com/modals/VerifyEmail.tsx:255 #: src/view/com/modals/VerifyEmail.tsx:261 -#: src/view/com/util/post-ctrls/RepostButton.tsx:160 +#: src/view/com/util/post-ctrls/RepostButton.tsx:163 #: src/view/screens/Search/Search.tsx:704 msgid "Cancel" msgstr "Peruuta" @@ -1066,7 +1134,7 @@ msgstr "Peruuta kuvan rajaus" msgid "Cancel profile editing" msgstr "Peruuta profiilin muokkaus" -#: src/view/com/util/post-ctrls/RepostButton.tsx:154 +#: src/view/com/util/post-ctrls/RepostButton.tsx:157 msgid "Cancel quote post" msgstr "Peruuta uudelleenpostaus" @@ -1082,6 +1150,21 @@ msgstr "Peruuta haku" msgid "Cancels opening the linked website" msgstr "Peruuttaa linkitetyn verkkosivuston avaamisen" +#: 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 "Vaihda" @@ -1122,8 +1205,8 @@ msgid "Change Your Email" msgstr "Vaihda sähköpostiosoitteesi" #: 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 "" @@ -1178,12 +1261,12 @@ msgstr "Tarkista sähköpostisi ja syötä saamasi vahvistuskoodi alle:" #~ msgstr "Valitse \"Kaikki\" tai \"Ei kukaan\"" #: 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" @@ -1201,7 +1284,7 @@ msgstr "" msgid "Choose Service" msgstr "Valitse palvelu" -#: src/screens/Onboarding/StepFinished.tsx:284 +#: src/screens/Onboarding/StepFinished.tsx:280 msgid "Choose the algorithms that power your custom feeds." msgstr "Valitse algoritmit, jotka ohjaavat mukautettuja syötteitäsi." @@ -1284,7 +1367,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 "" @@ -1299,13 +1382,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 "Sulje" @@ -1360,7 +1445,7 @@ msgstr "Sulkee alanavigaation" msgid "Closes password update alert" msgstr "Sulkee salasanan päivitysilmoituksen" -#: src/view/com/composer/Composer.tsx:524 +#: src/view/com/composer/Composer.tsx:602 msgid "Closes post composer and discards post draft" msgstr "Sulkee editorin ja hylkää luonnoksen" @@ -1368,11 +1453,11 @@ msgstr "Sulkee editorin ja hylkää luonnoksen" msgid "Closes viewer for header image" msgstr "Sulkee kuvan katseluohjelman" -#: 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 "Pienentää käyttäjäluettelon annetulle ilmoitukselle" @@ -1391,7 +1476,7 @@ msgstr "Sarjakuvat" msgid "Community Guidelines" msgstr "Yhteisöohjeet" -#: src/screens/Onboarding/StepFinished.tsx:297 +#: src/screens/Onboarding/StepFinished.tsx:293 msgid "Complete onboarding and start using your account" msgstr "Suorita käyttöönotto loppuun ja aloita käyttäjätilisi käyttö" @@ -1399,7 +1484,7 @@ msgstr "Suorita käyttöönotto loppuun ja aloita käyttäjätilisi käyttö" msgid "Complete the challenge" msgstr "Tee haaste loppuun" -#: src/view/com/composer/Composer.tsx:662 +#: src/view/com/composer/Composer.tsx:710 msgid "Compose posts up to {MAX_GRAPHEME_LENGTH} characters in length" msgstr "Laadi viestejä, joiden pituus on enintään {MAX_GRAPHEME_LENGTH} merkkiä" @@ -1408,8 +1493,8 @@ msgid "Compose reply" msgstr "Kirjoita vastaus" #: 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}" @@ -1423,8 +1508,8 @@ msgstr "Määritä sisällönsuodatusasetukset kategorialle: {name}" msgid "Configured in <0>moderation settings." 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 @@ -1510,7 +1595,7 @@ msgstr "Sisältövaroitukset" 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 "Jatka" @@ -1523,7 +1608,7 @@ msgstr "Jatka käyttäjänä {0} (kirjautunut)" 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" @@ -1559,7 +1644,7 @@ msgstr "Ohjelmiston versio kopioitu leikepöydälle" #: 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 "Kopioitu leikepöydälle" @@ -1645,6 +1730,10 @@ msgstr "Listaa ei voitu ladata" msgid "Could not mute chat" msgstr "" +#: 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 "" @@ -1710,7 +1799,7 @@ msgstr "Luo uusi käyttäjätili" msgid "Create report for {0}" msgstr "Luo raportti: {0}" -#: src/view/screens/AppPasswords.tsx:251 +#: src/view/screens/AppPasswords.tsx:246 msgid "Created {0}" msgstr "{0} luotu" @@ -1788,7 +1877,7 @@ msgstr "Vianetsintäpaneeli" #: 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 "Poista" @@ -1805,11 +1894,11 @@ msgstr "Poista käyttäjätili" msgid "Delete Account <0>\"<1>{0}<2>\"" msgstr "" -#: src/view/screens/AppPasswords.tsx:244 +#: src/view/screens/AppPasswords.tsx:239 msgid "Delete app password" msgstr "Poista sovellussalasana" -#: src/view/screens/AppPasswords.tsx:280 +#: src/view/screens/AppPasswords.tsx:275 msgid "Delete app password?" msgstr "Poista sovellussalasana" @@ -1864,7 +1953,7 @@ msgstr "Poista tämä lista?" msgid "Delete this post?" msgstr "Poista tämä viesti?" -#: src/view/com/util/post-embeds/QuoteEmbed.tsx:85 +#: src/view/com/util/post-embeds/QuoteEmbed.tsx:90 msgid "Deleted" msgstr "Poistettu" @@ -1900,7 +1989,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 "Haluatko sanoa jotain?" @@ -1914,8 +2003,12 @@ msgid "Direct messages are here!" msgstr "" #: src/view/screens/AccessibilitySettings.tsx:111 -msgid "Disable autoplay for GIFs" -msgstr "Älä käynnistä giffejä automaattisesti" +#~ msgid "Disable autoplay for GIFs" +#~ msgstr "Älä käynnistä giffejä automaattisesti" + +#: 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" @@ -1925,7 +2018,7 @@ msgstr "Poista sähköpostiin perustuva kaksivaiheinen tunnistautuminen käytös msgid "Disable haptic feedback" msgstr "Poista haptiset palautteet käytöstä" -#: src/view/com/util/post-embeds/VideoEmbedInner/VideoWebControls.tsx:242 +#: src/view/com/util/post-embeds/VideoEmbedInner/VideoWebControls.tsx:335 msgid "Disable subtitles" msgstr "" @@ -1938,11 +2031,11 @@ msgstr "" msgid "Disabled" msgstr "Poistettu käytöstä" -#: src/view/com/composer/Composer.tsx:774 +#: src/view/com/composer/Composer.tsx:839 msgid "Discard" msgstr "Hylkää" -#: src/view/com/composer/Composer.tsx:771 +#: src/view/com/composer/Composer.tsx:836 msgid "Discard draft?" msgstr "Hylkää luonnos?" @@ -1952,8 +2045,8 @@ msgid "Discourage apps from showing my account to logged-out users" msgstr "Estä sovelluksia näyttämästä tiliäni kirjautumattomille käyttäjille" #: src/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 @@ -1969,10 +2062,10 @@ msgid "Discover New Feeds" msgstr "Löydä uusia syötteitä" #: 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 "" @@ -2004,7 +2097,7 @@ msgstr "" msgid "Does not include nudity." msgstr "Ei sisällä alastomuutta." -#: src/screens/Signup/StepHandle.tsx:157 +#: src/screens/Signup/StepHandle.tsx:159 msgid "Doesn't begin or end with a hyphen" msgstr "Ei ala eikä lopu väliviivaan" @@ -2024,6 +2117,8 @@ msgstr "Verkkotunnus vahvistettu!" #: 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 @@ -2046,7 +2141,7 @@ msgstr "Valmis" msgid "Done{extraText}" msgstr "Valmis{extraText}" -#: src/screens/StarterPack/StarterPackLandingScreen.tsx:324 +#: src/screens/StarterPack/StarterPackLandingScreen.tsx:326 msgid "Download Bluesky" msgstr "" @@ -2055,7 +2150,7 @@ msgstr "" msgid "Download CAR file" msgstr "Lataa CAR tiedosto" -#: 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 "Raahaa tähän lisätäksesi kuvia" @@ -2168,12 +2263,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 "Muokkaa profiilia" #: 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 "Muokkaa profiilia" @@ -2228,6 +2323,10 @@ msgstr "Sähköpostiin perustuva kaksivaiheinen tunnistautuminen poistettu käyt msgid "Email address" msgstr "Sähköpostiosoite" +#: 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" @@ -2241,6 +2340,10 @@ msgstr "Sähköpostiosoite päivitetty" msgid "Email verified" msgstr "Sähköpostiosoite vahvistettu" +#: src/components/intents/VerifyEmailIntentDialog.tsx:71 +msgid "Email Verified" +msgstr "" + #: src/view/screens/Settings/index.tsx:319 msgid "Email:" msgstr "Sähköpostiosoite:" @@ -2290,7 +2393,7 @@ msgstr "Ota mediatoistimet käyttöön kohteille" 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 "" @@ -2308,7 +2411,7 @@ msgstr "Ota käyttöön vain tämä lähde" msgid "Enabled" msgstr "Käytössä" -#: src/screens/Profile/Sections/Feed.tsx:105 +#: src/screens/Profile/Sections/Feed.tsx:112 msgid "End of feed" msgstr "Syötteen loppu" @@ -2317,7 +2420,11 @@ msgstr "Syötteen loppu" #~ 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 @@ -2374,11 +2481,11 @@ msgstr "Syötä käyttäjätunnuksesi ja salasanasi" 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 "Virhe captcha-vastauksen vastaanottamisessa." -#: src/screens/Onboarding/StepInterests/index.tsx:217 +#: src/screens/Onboarding/StepInterests/index.tsx:197 #: src/view/screens/Search/Search.tsx:116 msgid "Error:" msgstr "Virhe:" @@ -2402,11 +2509,11 @@ msgstr "" msgid "Everyone" msgstr "" -#: src/lib/moderation/useReportOptions.ts:68 +#: src/lib/moderation/useReportOptions.ts:73 msgid "Excessive mentions or replies" msgstr "Liialliset maininnat tai vastaukset" -#: src/lib/moderation/useReportOptions.ts:81 +#: src/lib/moderation/useReportOptions.ts:86 msgid "Excessive or unwanted messages" msgstr "" @@ -2418,6 +2525,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 "Keskeyttää tilin poistoprosessin" @@ -2442,7 +2553,7 @@ msgstr "Poistuu hakukyselyn kirjoittamisesta" msgid "Expand alt text" msgstr "Laajenna ALT-teksti" -#: src/view/com/notifications/FeedItem.tsx:270 +#: src/view/com/notifications/FeedItem.tsx:266 msgid "Expand list of users" msgstr "" @@ -2566,7 +2677,7 @@ msgstr "Kuvan {0} tallennus epäonnistui" 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 "" @@ -2574,7 +2685,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 "" @@ -2592,6 +2703,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 "Syöte" @@ -2620,7 +2738,7 @@ msgstr "Palaute" #: 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" @@ -2654,7 +2772,7 @@ msgstr "" msgid "Filter from feeds" msgstr "Suodata syötteistä" -#: src/screens/Onboarding/StepFinished.tsx:300 +#: src/screens/Onboarding/StepFinished.tsx:296 msgid "Finalizing" msgstr "Viimeistely" @@ -2665,8 +2783,8 @@ msgid "Find accounts to follow" msgstr "Etsi seurattavia tilejä" #: 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" @@ -2689,14 +2807,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 "Kuntoilu" -#: src/screens/Onboarding/StepFinished.tsx:280 +#: src/screens/Onboarding/StepFinished.tsx:276 msgid "Flexible" msgstr "Joustava" @@ -2713,8 +2831,8 @@ msgstr "Käännä pystysuunnassa" #: 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 "Seuraa" @@ -2723,8 +2841,8 @@ msgctxt "action" msgid "Follow" msgstr "Seuraa" -#: 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 "Seuraa {0}" @@ -2750,7 +2868,7 @@ msgstr "" #~ msgid "Follow All" #~ msgstr "Seuraa kaikkia" -#: src/view/com/post-thread/PostThreadFollowBtn.tsx:144 +#: src/view/com/post-thread/PostThreadFollowBtn.tsx:142 msgid "Follow Back" msgstr "Seuraa takaisin" @@ -2798,16 +2916,16 @@ msgstr "Seuratut käyttäjät" #~ msgid "Followed users only" #~ msgstr "Vain seuratut käyttäjät" -#: src/view/com/notifications/FeedItem.tsx:211 +#: src/view/com/notifications/FeedItem.tsx:207 msgid "followed you" msgstr "seurasi sinua" -#: 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 "Seuraajat" @@ -2824,17 +2942,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 "Seurataan" #: src/components/ProfileCard.tsx:311 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:98 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:94 msgid "Following {0}" msgstr "Seurataan {0}" @@ -2853,8 +2971,8 @@ msgid "Following Feed Preferences" msgstr "Seuratut -syötteen asetukset" #: 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" @@ -2898,15 +3016,19 @@ msgstr "Unohditko?" msgid "Frequently Posts Unwanted Content" msgstr "Julkaisee usein ei-toivottua sisältöä" -#: src/screens/Hashtag.tsx:118 +#: src/screens/Hashtag.tsx:116 msgid "From @{sanitizedAuthor}" msgstr "Käyttäjältä @{sanitizedAuthor}" -#: src/view/com/posts/FeedItem.tsx:273 +#: src/view/com/posts/FeedItem.tsx:271 msgctxt "from-feed" msgid "From <0/>" msgstr "Lähde: <0/>" +#: src/view/com/util/post-embeds/VideoEmbedInner/VideoWebControls.tsx:354 +msgid "Fullscreen" +msgstr "" + #: src/view/com/composer/photos/SelectPhotoBtn.tsx:39 msgid "Gallery" msgstr "Galleria" @@ -2932,7 +3054,7 @@ msgstr "Aloita tästä" msgid "Getting started" msgstr "" -#: src/view/com/util/images/ImageHorzList.tsx:35 +#: src/components/MediaPreview.tsx:119 msgid "GIF" msgstr "" @@ -2951,7 +3073,7 @@ msgstr "Ilmeisiä lain tai käyttöehtojen rikkomuksia" #: 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 "Palaa takaisin" @@ -3010,8 +3132,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" @@ -3089,7 +3211,7 @@ msgstr "" msgid "Hide" msgstr "Piilota" -#: src/view/com/notifications/FeedItem.tsx:477 +#: src/view/com/notifications/FeedItem.tsx:473 msgctxt "action" msgid "Hide" msgstr "Piilota" @@ -3128,7 +3250,7 @@ msgstr "Piilota tämä viesti?" msgid "Hide this reply?" msgstr "" -#: src/view/com/notifications/FeedItem.tsx:468 +#: src/view/com/notifications/FeedItem.tsx:464 msgid "Hide user list" msgstr "Piilota käyttäjäluettelo" @@ -3160,10 +3282,14 @@ msgstr "Hmm, vaikuttaa siltä, että tämän datan lataamisessa on ongelmia. Kat msgid "Hmmmm, we couldn't load that moderation service." msgstr "Hmm, emme pystyneet avaamaan kyseistä moderaatiopalvelua." -#: src/Navigation.tsx: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" @@ -3235,7 +3361,7 @@ msgstr "" msgid "Illegal and Urgent" msgstr "Laiton ja kiireellinen" -#: src/view/com/util/images/Gallery.tsx:42 +#: src/view/com/util/images/Gallery.tsx:55 msgid "Image" msgstr "Kuva" @@ -3251,7 +3377,11 @@ msgstr "" msgid "Impersonation or false claims about identity or affiliation" msgstr "Henkilöllisyyden tai yhteyksien vääristely tai vääriä väitteitä niistä" -#: 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 "" @@ -3295,7 +3425,7 @@ msgstr "Syötä salasanasi" msgid "Input your preferred hosting provider" msgstr "Syötä haluamasi palveluntarjoaja" -#: src/screens/Signup/StepHandle.tsx:112 +#: src/screens/Signup/StepHandle.tsx:114 msgid "Input your user handle" msgstr "Syötä käyttäjätunnuksesi" @@ -3320,6 +3450,10 @@ msgstr "Virheellinen tai ei tuettu tietue" msgid "Invalid username or password" msgstr "Virheellinen käyttäjätunnus tai salasana" +#: src/components/intents/VerifyEmailIntentDialog.tsx:82 +msgid "Invalid Verification Code" +msgstr "" + #: src/view/com/modals/InviteCodes.tsx:94 msgid "Invite a Friend" msgstr "Kutsu ystävä" @@ -3328,7 +3462,7 @@ msgstr "Kutsu ystävä" msgid "Invite code" msgstr "Kutsukoodi" -#: 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 "Kutsukoodia ei hyväksytty. Tarkista, että syötit sen oikein ja yritä uudelleen." @@ -3360,6 +3494,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 "Työpaikat" @@ -3404,11 +3542,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 "" @@ -3429,7 +3567,7 @@ msgstr "Kielen asetukset" msgid "Languages" msgstr "Kielet" -#: src/screens/Hashtag.tsx:99 +#: src/screens/Hashtag.tsx:97 #: src/view/screens/Search/Search.tsx:359 msgid "Latest" msgstr "Uusimmat" @@ -3503,8 +3641,7 @@ msgstr "" msgid "Let's get your password reset!" msgstr "Aloitetaan salasanasi nollaus!" -#: src/screens/Onboarding/StepFinished.tsx:300 -#: src/tours/Tooltip.tsx:151 +#: src/screens/Onboarding/StepFinished.tsx:296 msgid "Let's go!" msgstr "Aloitetaan!" @@ -3537,9 +3674,9 @@ msgstr "Tykkää tästä syötteestä" msgid "Liked by" msgstr "Tykänneet" -#: 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 "Tykänneet" @@ -3558,11 +3695,11 @@ msgstr "Tykänneet" #~ msgid "Liked by {likeCount} {0}" #~ msgstr "Tykännyt {likeCount} {0}" -#: src/view/com/notifications/FeedItem.tsx:215 +#: src/view/com/notifications/FeedItem.tsx:211 msgid "liked your custom feed" msgstr "tykkäsi mukautetusta syötteestäsi" -#: src/view/com/notifications/FeedItem.tsx:182 +#: src/view/com/notifications/FeedItem.tsx:178 msgid "liked your post" msgstr "tykkäsi viestistäsi" @@ -3622,7 +3759,7 @@ msgstr "Listaa hiljennyksestä poistetut" #: 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" @@ -3648,7 +3785,7 @@ msgstr "" msgid "Load new notifications" msgstr "Lataa uusia ilmoituksia" -#: 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 @@ -3755,12 +3892,12 @@ msgstr "" msgid "Message from server: {0}" msgstr "Viesti palvelimelta: {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 "" @@ -3768,7 +3905,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 @@ -3783,6 +3920,10 @@ msgstr "" msgid "Misleading Account" msgstr "Harhaanjohtava käyttäjätili" +#: src/lib/moderation/useReportOptions.ts:67 +msgid "Misleading Post" +msgstr "" + #: src/screens/Settings/AppearanceSettings.tsx:78 msgid "Mode" msgstr "" @@ -3849,7 +3990,7 @@ msgstr "Moderointityökalut" msgid "Moderator has chosen to set a general warning on the content." msgstr "Ylläpitäjä on asettanut yleisen varoituksen sisällölle." -#: src/view/com/post-thread/PostThreadItem.tsx:619 +#: src/view/com/post-thread/PostThreadItem.tsx:629 msgid "More" msgstr "Lisää" @@ -3874,8 +4015,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 "Hiljennä" @@ -3960,7 +4100,7 @@ msgstr "Hiljennä keskustelu" msgid "Mute words & tags" msgstr "Hiljennä sanat ja aihetunnisteet" -#: src/view/com/util/post-embeds/VideoEmbedInner/VideoEmbedInnerNative.tsx:201 +#: src/view/com/util/post-embeds/VideoEmbedInner/VideoEmbedInnerNative.tsx:168 msgid "Muted" msgstr "Hiljennetty" @@ -3998,7 +4138,7 @@ msgstr "Syntymäpäiväni" msgid "My Feeds" msgstr "Omat syötteet" -#: src/view/shell/desktop/LeftNav.tsx:85 +#: src/view/shell/desktop/LeftNav.tsx:84 msgid "My Profile" msgstr "Profiilini" @@ -4020,9 +4160,9 @@ msgid "Name is required" msgstr "Nimi vaaditaan" #: 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 "Nimi tai kuvaus rikkoo yhteisön sääntöjä" @@ -4058,7 +4198,7 @@ msgstr "Tarvitseeko ilmoittaa tekijänoikeusrikkomuksesta?" #~ msgid "Never lose access to your followers and data." #~ msgstr "Älä koskaan menetä pääsyä seuraajiisi ja tietoihisi." -#: src/screens/Onboarding/StepFinished.tsx:268 +#: src/screens/Onboarding/StepFinished.tsx:264 msgid "Never lose access to your followers or data." msgstr "Älä koskaan menetä pääsyä seuraajiisi tai tietoihisi." @@ -4108,11 +4248,11 @@ msgstr "Uusi viesti" #: 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 "Uusi viesti" -#: src/view/shell/desktop/LeftNav.tsx:284 +#: src/view/shell/desktop/LeftNav.tsx:283 msgctxt "action" msgid "New Post" msgstr "Uusi viesti" @@ -4145,7 +4285,6 @@ msgstr "Uutiset" #: 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" @@ -4188,11 +4327,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 "Et enää seuraa käyttäjää {0}" -#: src/screens/Signup/StepHandle.tsx:167 +#: src/screens/Signup/StepHandle.tsx:169 msgid "No longer than 253 characters" msgstr "Ei pidempi kuin 253 merkkiä." @@ -4219,7 +4358,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 "" @@ -4298,7 +4437,7 @@ msgstr "Ei juuri nyt" #: 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 "" @@ -4331,22 +4470,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 "Ilmoitukset" -#: 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 "" @@ -4354,7 +4493,7 @@ msgstr "" msgid "Nudity" msgstr "Alastomuus" -#: src/lib/moderation/useReportOptions.ts:73 +#: src/lib/moderation/useReportOptions.ts:78 msgid "Nudity or adult content not labeled as such" msgstr "" @@ -4372,7 +4511,7 @@ msgstr "Pois" msgid "Oh no!" msgstr "Voi ei!" -#: src/screens/Onboarding/StepInterests/index.tsx:153 +#: src/screens/Onboarding/StepInterests/index.tsx:138 msgid "Oh no! Something went wrong." msgstr "Voi ei! Jokin meni pieleen." @@ -4389,11 +4528,15 @@ msgid "Oldest replies first" msgstr "Vanhimmat vastaukset ensin" #: 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/>" msgstr "" #: src/view/screens/Settings/index.tsx:226 @@ -4401,10 +4544,10 @@ msgid "Onboarding reset" msgstr "Käyttöönoton nollaus" #: 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 "Yksi tai useampi kuva on ilman vaihtoehtoista Alt-tekstiä." @@ -4420,10 +4563,14 @@ msgstr "" msgid "Only {0} can reply." msgstr "Vain {0} voi vastata." -#: src/screens/Signup/StepHandle.tsx:150 +#: src/screens/Signup/StepHandle.tsx:152 msgid "Only contains letters, numbers, and hyphens" msgstr "Sisältää vain kirjaimia, numeroita ja väliviivoja" +#: 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 "Hups, nyt meni jotain väärin!" @@ -4431,13 +4578,13 @@ msgstr "Hups, nyt meni jotain väärin!" #: 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 "Hups!" -#: src/screens/Onboarding/StepFinished.tsx:264 +#: src/screens/Onboarding/StepFinished.tsx:260 msgid "Open" msgstr "Avaa" @@ -4454,8 +4601,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 "Avaa emoji-valitsin" @@ -4636,12 +4784,12 @@ msgstr "Avaa järjestelmän lokisivun" msgid "Opens the threads preferences" msgstr "Avaa keskusteluasetukset" -#: 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 "" @@ -4719,11 +4867,11 @@ msgid "Password updated!" msgstr "Salasana päivitetty!" #: 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 "Pysäytä" -#: src/view/com/util/post-embeds/VideoEmbedInner/VideoWebControls.tsx:203 +#: src/view/com/util/post-embeds/VideoEmbedInner/VideoWebControls.tsx:275 msgid "Pause video" msgstr "" @@ -4783,7 +4931,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 "Käynnistä" @@ -4800,8 +4948,8 @@ msgstr "Toista {0}" msgid "Play or pause the GIF" msgstr "Toista tai pysäytä GIF" -#: 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 "" @@ -4814,16 +4962,16 @@ msgstr "Toista video" msgid "Plays the GIF" msgstr "Toistaa GIFin" -#: src/screens/Signup/state.ts:222 +#: src/screens/Signup/state.ts:217 msgid "Please choose your handle." msgstr "Valitse käyttäjätunnuksesi." -#: 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 "Valitse salasanasi." -#: src/screens/Signup/state.ts:236 +#: src/screens/Signup/state.ts:231 msgid "Please complete the verification captcha." msgstr "Täydennä varmennus-captcha, ole hyvä." @@ -4843,7 +4991,7 @@ msgstr "Anna uniikki nimi tälle sovellussalasanalle tai käytä satunnaisesti l msgid "Please enter a valid word, tag, or phrase to mute" msgstr "Ole hyvä ja syötä oikea sana, aihetunniste tai lause hiljennettäväksi." -#: 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 "Anna sähköpostiosoitteesi." @@ -4856,7 +5004,7 @@ msgstr "" msgid "Please enter your password as well:" msgstr "Anna myös salasanasi:" -#: 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 "" @@ -4873,7 +5021,7 @@ msgstr "" msgid "Please Verify Your Email" msgstr "Vahvista sähköpostiosoitteesi" -#: 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 "Odota, että linkkikortti latautuu kokonaan" @@ -4886,13 +5034,13 @@ msgstr "Politiikka" msgid "Porn" msgstr "Porno" -#: 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 "Lähetä" -#: src/view/com/post-thread/PostThread.tsx:480 +#: src/view/com/post-thread/PostThread.tsx:481 msgctxt "description" msgid "Post" msgstr "Viesti" @@ -5033,13 +5181,13 @@ msgstr "" msgid "Processing..." msgstr "Käsitellään..." -#: src/view/screens/DebugMod.tsx:895 +#: src/view/screens/DebugMod.tsx:896 #: src/view/screens/Profile.tsx:346 msgid "profile" msgstr "profiili" -#: 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 @@ -5054,7 +5202,7 @@ msgstr "Profiili päivitetty" msgid "Protect your account by verifying your email." msgstr "Suojaa käyttäjätilisi vahvistamalla sähköpostiosoitteesi." -#: src/screens/Onboarding/StepFinished.tsx:250 +#: src/screens/Onboarding/StepFinished.tsx:246 msgid "Public" msgstr "Julkinen" @@ -5066,11 +5214,11 @@ msgstr "Julkinen, jaettava käyttäjäluettelo hiljennettyjen tai estettyjen kä msgid "Public, shareable lists which can drive feeds." msgstr "Julkinen, jaettava lista, joka voi ohjata syötteitä." -#: src/view/com/composer/Composer.tsx:549 +#: src/view/com/composer/Composer.tsx:627 msgid "Publish post" msgstr "Julkaise viesti" -#: src/view/com/composer/Composer.tsx:549 +#: src/view/com/composer/Composer.tsx:627 msgid "Publish reply" msgstr "Julkaise vastaus" @@ -5087,11 +5235,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" @@ -5116,8 +5264,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" @@ -5131,8 +5279,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 "" @@ -5222,6 +5370,10 @@ msgstr "" msgid "Remove account" msgstr "Poista käyttäjätili" +#: src/view/com/composer/ExternalEmbedRemoveBtn.tsx:28 +msgid "Remove attachment" +msgstr "" + #: src/view/com/util/UserAvatar.tsx:387 msgid "Remove Avatar" msgstr "Poista avatar" @@ -5230,7 +5382,7 @@ msgstr "Poista avatar" msgid "Remove Banner" msgstr "Poista banneri" -#: src/screens/Messages/Conversation/MessageInputEmbed.tsx:218 +#: src/screens/Messages/Conversation/MessageInputEmbed.tsx:207 msgid "Remove embed" msgstr "" @@ -5270,8 +5422,8 @@ msgid "Remove image" msgstr "Poista kuva" #: src/view/com/composer/ExternalEmbedRemoveBtn.tsx:28 -msgid "Remove image preview" -msgstr "Poista kuvan esikatselu" +#~ msgid "Remove image preview" +#~ msgstr "Poista kuvan esikatselu" #: src/components/dialogs/MutedWords.tsx:523 msgid "Remove mute word from your list" @@ -5285,24 +5437,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 "Poista uudelleenjulkaisu" +#: 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 "Poista tämä syöte seurannasta" -#: 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 "" @@ -5330,14 +5486,18 @@ msgstr "Poistettu syötteistäsi" #~ msgid "Removes default thumbnail from {0}" #~ msgstr "Poistaa {0} oletuskuvakkeen" -#: 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" @@ -5363,7 +5523,7 @@ msgstr "" #~ msgid "Replies to this thread are disabled" #~ msgstr "Tähän keskusteluun vastaaminen on estetty" -#: src/view/com/composer/Composer.tsx:562 +#: src/view/com/composer/Composer.tsx:640 msgctxt "action" msgid "Reply" msgstr "Vastaa" @@ -5391,23 +5551,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/>" msgstr "Vastaa käyttäjälle <0><1/>" -#: 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 "" @@ -5499,9 +5659,9 @@ msgstr "" msgid "Report this user" msgstr "Ilmianna tämä käyttäjä" -#: 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 "Uudelleenjulkaise" @@ -5512,31 +5672,31 @@ msgid "Repost" msgstr "Uudelleenjulkaise" #: 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 "Uudelleenjulkaise tai lainaa viestiä" -#: 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 "Uudelleenjulkaissut" -#: src/view/com/posts/FeedItem.tsx:294 +#: src/view/com/posts/FeedItem.tsx:292 msgid "Reposted by {0}" msgstr "{0} uudelleenjulkaisi" -#: src/view/com/posts/FeedItem.tsx:313 +#: src/view/com/posts/FeedItem.tsx:311 msgid "Reposted by <0><1/>" msgstr "Uudelleenjulkaissut <0><1/>" -#: 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 "uudelleenjulkaisi viestisi" @@ -5571,6 +5731,14 @@ msgstr "Vaaditaan tälle instanssille" msgid "Resend email" msgstr "Lähetä sähköposti uudelleen" +#: 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 "Nollauskoodi" @@ -5610,15 +5778,15 @@ msgstr "Yrittää uudelleen kirjautumista" msgid "Retries the last action, which errored out" msgstr "Yrittää uudelleen viimeisintä toimintoa, joka epäonnistui" -#: 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 @@ -5730,8 +5898,8 @@ msgstr "Tallentaa kuvan rajausasetukset" #: 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 "" @@ -5745,15 +5913,15 @@ msgid "Scroll to top" msgstr "Vieritä alkuun" #: 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" @@ -5835,6 +6003,10 @@ msgstr "" msgid "See this guide" msgstr "Katso tämä opas" +#: 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 "Valitse {item}" @@ -5871,6 +6043,10 @@ msgstr "Valitse GIF \"{0}\"" 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 "Valitse kielet" @@ -5887,6 +6063,10 @@ msgstr "Valitse vaihtoehto {i} / {numItems}" #~ msgid "Select some accounts below to follow" #~ msgstr "Valitse alla olevista tileistä jotain seurattavaksi" +#: 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 "" @@ -5903,7 +6083,7 @@ msgstr "Valitse palvelu, joka hostaa tietojasi." #~ msgid "Select topical feeds to follow from the list below" #~ msgstr "Valitse ajankohtaisia syötteitä alla olevasta listasta" -#: src/view/com/composer/videos/SelectVideoBtn.tsx:53 +#: src/view/com/composer/videos/SelectVideoBtn.tsx:80 msgid "Select video" msgstr "" @@ -5927,7 +6107,7 @@ msgstr "Valitse sovelluksen käyttöliittymän kieli." msgid "Select your date of birth" msgstr "Aseta syntymäaikasi" -#: src/screens/Onboarding/StepInterests/index.tsx:226 +#: src/screens/Onboarding/StepInterests/index.tsx:206 msgid "Select your interests from the options below" msgstr "Valitse kiinnostuksen kohteesi alla olevista vaihtoehdoista" @@ -5965,8 +6145,8 @@ msgstr "Lähetä sähköposti" msgid "Send feedback" msgstr "Lähetä palautetta" -#: 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 "" @@ -6077,7 +6257,7 @@ msgstr "Asettaa kuvan kuvasuhteen leveäksi" #: 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" @@ -6098,7 +6278,7 @@ msgstr "Seksuaalisesti vihjaileva" #: 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 "Jaa" @@ -6118,7 +6298,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 "Jaa kuitenkin" @@ -6178,7 +6358,7 @@ msgstr "Näytä" #~ msgid "Show all replies" #~ msgstr "Näytä kaikki vastaukset" -#: src/view/com/util/post-embeds/GifEmbed.tsx:175 +#: src/view/com/util/post-embeds/GifEmbed.tsx:157 msgid "Show alt text" msgstr "" @@ -6198,8 +6378,8 @@ msgid "Show badge and filter from feeds" msgstr "" #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:215 -msgid "Show follows similar to {0}" -msgstr "Näytä seurannat samankaltaisilta käyttäjiltä kuin {0}" +#~ msgid "Show follows similar to {0}" +#~ msgstr "Näytä seurannat samankaltaisilta käyttäjiltä kuin {0}" #: src/view/com/post-thread/PostThreadShowHiddenReplies.tsx:23 msgid "Show hidden replies" @@ -6214,9 +6394,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 "Näytä lisää" @@ -6299,7 +6479,7 @@ msgstr "Näytä varoitus" msgid "Show warning and filter from feeds" msgstr "Näytä varoitus ja suodata syötteistä" -#: 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 "Näyttää viestit käyttäjältä {0} syötteessäsi" @@ -6312,12 +6492,12 @@ msgstr "Näyttää viestit käyttäjältä {0} syötteessäsi" #: 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 @@ -6349,12 +6529,12 @@ msgstr "Kirjaudu ulos" 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 @@ -6379,25 +6559,25 @@ msgstr "Kirjautunut sisään nimellä" msgid "Signed in as @{0}" msgstr "Kirjautunut sisään käyttäjätunnuksella @{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 "Ohita" -#: src/screens/Onboarding/StepInterests/index.tsx:262 +#: src/screens/Onboarding/StepInterests/index.tsx:242 msgid "Skip this flow" msgstr "Ohita tämä vaihe" @@ -6406,7 +6586,7 @@ msgstr "Ohita tämä vaihe" msgid "Software Dev" msgstr "Ohjelmistokehitys" -#: src/components/FeedInterstitials.tsx:397 +#: src/components/FeedInterstitials.tsx:443 msgid "Some other feeds you might like" msgstr "" @@ -6459,12 +6639,12 @@ msgstr "Lajittele saman viestin vastaukset seuraavasti:" #~ msgid "Source: <0>{0}" #~ msgstr "" -#: src/components/moderation/LabelsOnMeDialog.tsx:171 +#: src/components/moderation/LabelsOnMeDialog.tsx:163 msgid "Source: <0>{sourceName}" 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 "Roskapostia" @@ -6494,10 +6674,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 @@ -6545,8 +6724,8 @@ msgstr "Tallennustila tyhjennetty, sinun on käynnistettävä sovellus uudelleen msgid "Storybook" msgstr "Storybook" -#: 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" @@ -6585,7 +6764,7 @@ msgstr "" #~ msgid "Suggested Follows" #~ msgstr "Mahdollisia seurattavia" -#: src/components/FeedInterstitials.tsx:262 +#: src/components/FeedInterstitials.tsx:308 msgid "Suggested for you" msgstr "Suositeltua sinulle" @@ -6605,8 +6784,8 @@ msgid "Switch Account" msgstr "Vaihda käyttäjätiliä" #: 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}" @@ -6645,17 +6824,22 @@ msgstr "Pitkä" 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: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 "Napauta nähdäksesi kokonaan" +#~ msgid "Tap to view fully" +#~ msgstr "Napauta nähdäksesi kokonaan" #: src/state/shell/progress-guide.tsx:166 msgid "Task complete - 10 likes!" @@ -6691,9 +6875,9 @@ msgid "Terms of Service" msgstr "Käyttöehdot" #: 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 "" @@ -6705,7 +6889,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 "Tekstikenttä" @@ -6715,6 +6899,10 @@ msgstr "Tekstikenttä" msgid "Thank you. Your report has been sent." msgstr "Kiitos. Raporttisi on lähetetty." +#: 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 "Se sisältää seuraavaa:" @@ -6732,11 +6920,11 @@ msgstr "Tuo käyttätunnus on jo käytössä." 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 "Käyttäjä voi olla vuorovaikutuksessa kanssasi, kun poistat eston." @@ -6771,7 +6959,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 "" @@ -6779,11 +6967,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 "" @@ -6800,7 +6988,7 @@ msgstr "Viesti saattaa olla poistettu." msgid "The Privacy Policy has been moved to <0/>" msgstr "Tietosuojakäytäntö on siirretty kohtaan <0/>" -#: src/state/queries/video/video.ts:129 +#: src/state/queries/video/video.ts:222 msgid "The selected video is larger than 100MB." msgstr "" @@ -6816,6 +7004,10 @@ msgstr "Tukilomake on siirretty. Jos tarvitset apua, käy osoitteessa <0/> tai v msgid "The Terms of Service have been moved to" msgstr "Käyttöehdot on siirretty kohtaan" +#: src/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 "On monia syötteitä kokeiltavaksi:" @@ -6866,7 +7058,7 @@ msgstr "Yhteydenotto palvelimeen epäonnistui" msgid "There was an issue fetching notifications. Tap here to try again." msgstr "Ongelma ilmoitusten hakemisessa. Napauta tästä yrittääksesi uudelleen." -#: src/view/com/posts/Feed.tsx:460 +#: src/view/com/posts/Feed.tsx:476 msgid "There was an issue fetching posts. Tap here to try again." msgstr "Ongelma viestien hakemisessa. Napauta tästä yrittääksesi uudelleen." @@ -6888,15 +7080,15 @@ msgstr "Raportin lähettämisessä ilmeni ongelma. Tarkista internet-yhteytesi." #~ msgid "There was an issue syncing your preferences with the server" #~ msgstr "Ongelma asetuksiesi synkronoinnissa palvelimelle" -#: src/view/screens/AppPasswords.tsx:70 +#: src/view/screens/AppPasswords.tsx:69 msgid "There was an issue with fetching your app passwords" msgstr "Sovellussalasanojen hakemisessa tapahtui virhe" -#: 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 @@ -6947,7 +7139,7 @@ msgstr "" #~ msgid "This appeal will be sent to <0>{0}." #~ msgstr "" -#: src/components/moderation/LabelsOnMeDialog.tsx:250 +#: src/components/moderation/LabelsOnMeDialog.tsx:241 msgid "This appeal will be sent to <0>{sourceName}." msgstr "" @@ -7040,7 +7232,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 "" @@ -7073,7 +7265,7 @@ msgid "This post has been deleted." msgstr "Tämä viesti on poistettu." #: 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 "Tämä julkaisu on näkyvissä vain kirjautuneille käyttäjille. Sitä ei näytetä kirjautumattomille henkilöille." @@ -7105,7 +7297,7 @@ msgstr "Tämä palvelu ei ole toimittanut käyttöehtoja tai tietosuojakäytänt msgid "This should create a domain record at:" msgstr "" -#: src/view/com/profile/ProfileFollowers.tsx:87 +#: src/view/com/profile/ProfileFollowers.tsx:96 msgid "This user doesn't have any followers." msgstr "Tällä käyttäjällä ei ole yhtään seuraajaa" @@ -7134,7 +7326,7 @@ msgstr "Tämä käyttäjä on <0>{0}-listassa, jonka olet hiljentänyt." 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 "Tämä käyttäjä ei seuraa ketään." @@ -7187,6 +7379,10 @@ msgstr "Jos haluat poistaa sähköpostiin perustuvan kaksivaiheisen tunnistautum 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 "Kenelle haluaisit lähettää tämän raportin?" @@ -7203,7 +7399,7 @@ msgstr "Vaihda pudotusvalikko" msgid "Toggle to enable or disable adult content" msgstr "Vaihda ottaaksesi käyttöön tai poistaaksesi käytöstä aikuisille tarkoitettu sisältö." -#: src/screens/Hashtag.tsx:88 +#: src/screens/Hashtag.tsx:86 #: src/view/screens/Search/Search.tsx:349 msgid "Top" msgstr "" @@ -7214,8 +7410,8 @@ msgstr "Muutokset" #: 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" @@ -7234,7 +7430,7 @@ msgstr "" msgid "Two-factor authentication" msgstr "Kaksivaiheinen tunnistautuminen" -#: src/screens/Messages/Conversation/MessageInput.tsx:139 +#: src/screens/Messages/Conversation/MessageInput.tsx:141 msgid "Type your message here" msgstr "" @@ -7267,14 +7463,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 "Poista esto" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:197 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:193 msgctxt "action" msgid "Unblock" msgstr "Poista esto" @@ -7289,12 +7485,12 @@ msgstr "" msgid "Unblock Account" msgstr "Poista käyttäjätilin esto" -#: 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 "Poista esto?" -#: 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" @@ -7309,7 +7505,7 @@ msgstr "Lopeta seuraaminen" #~ msgid "Unfollow" #~ msgstr "Älä seuraa" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:237 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:208 msgid "Unfollow {0}" msgstr "Lopeta seuraaminen {0}" @@ -7327,8 +7523,7 @@ msgid "Unlike this feed" msgstr "Poista tykkäys tästä syötteestä" #: 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 "Poista hiljennys" @@ -7359,11 +7554,11 @@ msgstr "" msgid "Unmute thread" msgstr "Poista keskusteluketjun hiljennys" -#: 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 "" @@ -7401,12 +7596,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 "Ei-toivottu seksuaalinen sisältö" @@ -7461,7 +7660,7 @@ msgstr "Lataa kirjastosta" msgid "Use a file on your server" msgstr "Käytä palvelimellasi olevaa tiedostoa" -#: 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 "Käytä sovellussalasanoja kirjautuaksesi muihin Bluesky-sovelluksiin antamatta niille täyttä hallintaa tilillesi tai salasanallesi." @@ -7584,6 +7783,10 @@ msgstr "Käyttäjät, jotka ovat pitäneet tästä sisällöstä tai profiilista msgid "Value:" msgstr "Arvo:" +#: src/view/com/composer/videos/SelectVideoBtn.tsx:104 +msgid "Verified email required" +msgstr "" + #: src/view/com/modals/ChangeHandle.tsx:510 #~ msgid "Verify {0}" #~ msgstr "Vahvista {0}" @@ -7596,6 +7799,10 @@ msgstr "" msgid "Verify email" msgstr "Varmista sähköposti" +#: src/components/intents/VerifyEmailIntentDialog.tsx:61 +msgid "Verify email dialog" +msgstr "" + #: src/view/screens/Settings/index.tsx:961 msgid "Verify my email" msgstr "Vahvista sähköpostini" @@ -7609,6 +7816,10 @@ msgstr "Vahvista sähköpostini" msgid "Verify New Email" msgstr "Vahvista uusi sähköposti" +#: src/view/com/composer/videos/SelectVideoBtn.tsx:108 +msgid "Verify now" +msgstr "" + #: src/view/com/modals/ChangeHandle.tsx:505 msgid "Verify Text File" msgstr "" @@ -7625,15 +7836,32 @@ msgstr "Vahvista sähköpostisi" 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 "Videopelit" +#: 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 "" @@ -7643,7 +7871,7 @@ msgid "View {0}'s avatar" msgstr "Katso {0}:n avatar" #: 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 "" @@ -7675,7 +7903,7 @@ msgstr "Näytä tiedot tekijänoikeusrikkomuksen ilmoittamisesta" msgid "View full thread" msgstr "Katso koko keskusteluketju" -#: src/components/moderation/LabelsOnMe.tsx:48 +#: src/components/moderation/LabelsOnMe.tsx:47 msgid "View information about these labels" msgstr "" @@ -7735,7 +7963,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 "Emme löytäneet tuloksia tuolla aihetunnisteella." @@ -7747,7 +7975,11 @@ msgstr "" msgid "We estimate {estimatedTime} until your account is ready." msgstr "Arvioimme, että tilisi valmistumiseen on {estimatedTime} aikaa." -#: src/screens/Onboarding/StepFinished.tsx:242 +#: src/components/intents/VerifyEmailIntentDialog.tsx:98 +msgid "We have sent another verification email to <0>{0}." +msgstr "" + +#: src/screens/Onboarding/StepFinished.tsx:238 msgid "We hope you have a wonderful time. Remember, Bluesky is:" msgstr "Toivomme sinulle ihania hetkiä. Muista, että Bluesky on:" @@ -7763,6 +7995,10 @@ msgstr "Emme enää löytäneet viestejä seurattavilta. Tässä on uusin tekij #~ msgid "We recommend our \"Discover\" feed:" #~ msgstr "Suosittelemme \"Tutustu\"-syötettämme:" +#: 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 "" @@ -7771,7 +8007,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 "Yhteyden muodostaminen ei onnistunut. Yritä uudelleen jatkaaksesi tilisi määritystä. Jos ongelma jatkuu, voit ohittaa tämän vaiheen." @@ -7779,7 +8015,7 @@ msgstr "Yhteyden muodostaminen ei onnistunut. Yritä uudelleen jatkaaksesi tilis msgid "We will let you know when your account is ready." msgstr "Ilmoitamme sinulle, kun käyttäjätilisi on valmis." -#: 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 "Käytämme tätä mukauttaaksemme kokemustasi." @@ -7803,7 +8039,7 @@ msgstr "Pahoittelemme, emme pystyneet lataamaan hiljennettyjä sanojasi tällä msgid "We're sorry, but your search could not be completed. Please try again in a few minutes." msgstr "Pahoittelemme, hakuasi ei voitu suorittaa loppuun. Yritä uudelleen muutaman minuutin kuluttua." -#: src/view/com/composer/Composer.tsx:380 +#: src/view/com/composer/Composer.tsx:417 msgid "We're sorry! The post you are replying to has been deleted." msgstr "" @@ -7832,7 +8068,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 "Mitkä ovat kiinnostuksenkohteesi?" @@ -7842,7 +8078,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 "Mitä kuuluu?" @@ -7912,16 +8148,16 @@ msgstr "Miksi tämä käyttäjä tulisi arvioida?" msgid "Wide" msgstr "Leveä" -#: 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 "" -#: src/view/com/composer/Composer.tsx:660 +#: src/view/com/composer/Composer.tsx:708 msgid "Write post" msgstr "Kirjoita viesti" -#: 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 "Kirjoita vastauksesi" @@ -7962,7 +8198,7 @@ msgstr "" msgid "Yes, reactivate my account" msgstr "" -#: src/components/dms/MessageItem.tsx:182 +#: src/components/dms/MessageItem.tsx:183 msgid "Yesterday, {time}" msgstr "" @@ -7979,7 +8215,11 @@ msgstr "" msgid "You are in line." msgstr "Olet jonossa." -#: 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 "Et seuraa ketään." @@ -8013,7 +8253,7 @@ msgstr "Voit nyt kirjautua sisään uudella salasanallasi." 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 "Sinulla ei ole kyhtään seuraajaa." @@ -8096,7 +8336,7 @@ msgstr "Sinulla ei ole listoja." msgid "You have not blocked any accounts yet. To block an account, go to their profile and select \"Block account\" from the menu on their account." msgstr "Et ole vielä estänyt yhtään käyttäjää. Estääksesi käyttäjän, siirry heidän profiiliinsa ja valitse \"Estä käyttäjä\"-vaihtoehto valikosta." -#: 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 "Et ole vielä luonut yhtään sovelluksen salasanaa. Voit luoda sellaisen painamalla alla olevaa painiketta." @@ -8108,6 +8348,10 @@ msgstr "Et ole hiljentänyt vielä yhtään käyttäjää. Hiljentääksesi käy 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 "" @@ -8121,11 +8365,11 @@ msgstr "Et ole vielä hiljentänyt yhtään sanaa tai aihetunnistetta" 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 "Voit valittaa näistä merkinnöistä, jos ne ovat mielestäsi virheellisiä." @@ -8205,15 +8449,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 "" @@ -8232,7 +8476,7 @@ msgstr "Olet jonossa" 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 "Olet valmis aloittamaan!" @@ -8245,6 +8489,14 @@ msgstr "Olet halunnut piilottaa sanan tai aihetunnisteen tässä viestissä" msgid "You've reached the end of your feed! Find some more accounts to follow." msgstr "Olet saavuttanut syötteesi lopun! Etsi lisää käyttäjiä seurattavaksi." +#: src/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 "Käyttäjätilisi" @@ -8261,7 +8513,7 @@ msgstr "Käyttäjätilisi arkisto, joka sisältää kaikki julkiset tietueet, vo msgid "Your birth date" msgstr "Syntymäaikasi" -#: 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 "" @@ -8278,7 +8530,7 @@ msgstr "Valintasi tallennetaan, mutta sitä voit muuttaa myöhemmin asetuksissa. #~ msgstr "Oletussyötteesi on \"Following\"" #: 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." @@ -8300,7 +8552,7 @@ msgstr "" msgid "Your following feed is empty! Follow more users to see what's happening." msgstr "Seuraamiesi syöte on tyhjä! Seuraa lisää käyttäjiä nähdäksesi, mitä tapahtuu." -#: src/screens/Signup/StepHandle.tsx:123 +#: src/screens/Signup/StepHandle.tsx:125 msgid "Your full handle will be" msgstr "Käyttäjätunnuksesi tulee olemaan" @@ -8316,11 +8568,11 @@ msgstr "Hiljentämäsi sanat" msgid "Your password has been changed successfully!" msgstr "Salasanasi on vaihdettu onnistuneesti!" -#: src/view/com/composer/Composer.tsx:426 +#: src/view/com/composer/Composer.tsx:463 msgid "Your post has been published" msgstr "Viestisi on julkaistu" -#: src/screens/Onboarding/StepFinished.tsx:254 +#: src/screens/Onboarding/StepFinished.tsx:250 msgid "Your posts, likes, and blocks are public. Mutes are private." msgstr "Julkaisusi, tykkäyksesi ja estosi ovat julkisia. Hiljennykset ovat yksityisiä." @@ -8332,7 +8584,7 @@ msgstr "Profiilisi" msgid "Your profile, posts, feeds, and lists will no longer be visible to other Bluesky users. You can reactivate your account at any time by logging in." msgstr "" -#: src/view/com/composer/Composer.tsx:425 +#: src/view/com/composer/Composer.tsx:462 msgid "Your reply has been published" msgstr "Vastauksesi on julkaistu" diff --git a/src/locale/locales/fr/messages.po b/src/locale/locales/fr/messages.po index 4ebcaf89..67d16590 100644 --- a/src/locale/locales/fr/messages.po +++ b/src/locale/locales/fr/messages.po @@ -21,23 +21,43 @@ msgstr "(contient du contenu intégré)" msgid "(no email)" msgstr "(pas d’e-mail)" -#: 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 "{0, plural, one {{formattedCount} autre} other {{formattedCount} autres}}" -#: src/components/moderation/LabelsOnMe.tsx:55 +#: 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:54 msgid "{0, plural, one {# label has been placed on this account} other {# labels have been placed on this account}}" msgstr "{0, plural, one {# étiquette a été placée sur ce compte} other {# étiquettes ont été placées sur ce compte}}" -#: 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 "{0, plural, one {# étiquette a été placée sur ce contenu} other {# étiquettes ont été placées sur ce contenu}}" -#: src/view/com/util/post-ctrls/RepostButton.tsx: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 "{0, plural, one {# repost} other {# reposts}}" +#: src/lib/hooks/useTimeAgo.ts:126 +msgid "{0, plural, one {# second} other {# seconds}}" +msgstr "" + #: src/components/ProfileHoverCard/index.web.tsx:398 #: src/screens/Profile/Header/Metrics.tsx:23 msgid "{0, plural, one {follower} other {followers}}" @@ -48,11 +68,11 @@ msgstr "{0, plural, one {abonné·e} other {abonné·e·s}}" msgid "{0, plural, one {following} other {following}}" msgstr "{0, plural, one {abonnement} other {abonnements}}" -#: 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 "{0, plural, one {Liker (# like)} other {Liker (# likes)}}" -#: src/view/com/post-thread/PostThreadItem.tsx:433 +#: src/view/com/post-thread/PostThreadItem.tsx:439 msgid "{0, plural, one {like} other {likes}}" msgstr "{0, plural, one {like} other {likes}}" @@ -65,19 +85,19 @@ msgstr "{0, plural, one {Liké par # compte} other {Liké par # comptes}}" msgid "{0, plural, one {post} other {posts}}" msgstr "{0, plural, one {post} other {posts}}" -#: 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 "{0, plural, one {Répondre (# réponse)} other {Répondre (# réponses)}}" -#: src/view/com/post-thread/PostThreadItem.tsx:393 +#: src/view/com/post-thread/PostThreadItem.tsx:397 msgid "{0, plural, one {repost} other {reposts}}" msgstr "{0, plural, one {repost} other {reposts}}" -#: 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 "{0, plural, one {Déliker (# like)} other {Déliker (# likes)}}" @@ -95,6 +115,10 @@ msgstr "" msgid "{0} joined this week" msgstr "{0} personnes se sont inscrites cette semaine" +#: 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 "{0} personnes ont utilisé ce kit de démarrage !" @@ -111,30 +135,56 @@ msgstr "Les fils d’actu et les personnes préférées de {0} – faites comme msgid "{0}'s starter pack" msgstr "Kit de démarrage de {0}" +#. 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 "{count, plural, one {Liké par # compte} other {Liké par # comptes}}" #: src/lib/hooks/useTimeAgo.ts:69 -msgid "{diff, plural, one {day} other {days}}" -msgstr "{diff, plural, one {jour} other {jours}}" +#~ msgid "{diff, plural, one {day} other {days}}" +#~ msgstr "{diff, plural, one {jour} other {jours}}" #: src/lib/hooks/useTimeAgo.ts:64 -msgid "{diff, plural, one {hour} other {hours}}" -msgstr "{diff, plural, one {heure} other {heures}}" +#~ msgid "{diff, plural, one {hour} other {hours}}" +#~ msgstr "{diff, plural, one {heure} other {heures}}" #: src/lib/hooks/useTimeAgo.ts:59 -msgid "{diff, plural, one {minute} other {minutes}}" -msgstr "{diff, plural, one {minute} other {minutes}}" +#~ msgid "{diff, plural, one {minute} other {minutes}}" +#~ msgstr "{diff, plural, one {minute} other {minutes}}" #: src/lib/hooks/useTimeAgo.ts:75 -msgid "{diff, plural, one {month} other {months}}" -msgstr "{diff, plural, one {mois} other {mois}}" +#~ msgid "{diff, plural, one {month} other {months}}" +#~ msgstr "{diff, plural, one {mois} other {mois}}" #: src/lib/hooks/useTimeAgo.ts:54 -msgid "{diffSeconds, plural, one {second} other {seconds}}" -msgstr "{diffSeconds, plural, one {seconde} other {secondes}}" +#~ msgid "{diffSeconds, plural, one {second} other {seconds}}" +#~ msgstr "{diffSeconds, plural, one {seconde} other {secondes}}" +#: src/lib/generate-starterpack.ts:108 #: src/screens/StarterPack/Wizard/index.tsx:174 msgid "{displayName}'s Starter Pack" msgstr "Kit de démarrage de {displayName}" @@ -241,8 +291,8 @@ msgid "7 days" msgstr "" #: src/tours/Tooltip.tsx:70 -msgid "A help tooltip" -msgstr "Une infobulle d’aide" +#~ msgid "A help tooltip" +#~ msgstr "Une infobulle d’aide" #: src/view/com/util/ViewHeader.tsx:92 #: src/view/screens/Search/Search.tsx:684 @@ -302,7 +352,7 @@ msgstr "Options de compte" msgid "Account removed from quick access" msgstr "Compte supprimé de l’accès rapide" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:139 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:135 #: src/view/com/profile/ProfileMenu.tsx:133 msgid "Account unblocked" msgstr "Compte débloqué" @@ -354,9 +404,13 @@ msgstr "Ajouter un compte" msgid "Add alt text" msgstr "Ajouter un texte alt" -#: 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 "Ajouter un mot de passe d’application" @@ -455,7 +509,7 @@ msgstr "Autoriser les nouveaux messages de" msgid "Allow replies from:" msgstr "" -#: src/view/screens/AppPasswords.tsx:271 +#: src/view/screens/AppPasswords.tsx:266 msgid "Allows access to direct messages" msgstr "" @@ -470,17 +524,20 @@ msgstr "Déjà connecté·e en tant que @{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 "Texte alt" -#: src/view/com/util/post-embeds/GifEmbed.tsx:189 +#: src/view/com/util/post-embeds/GifEmbed.tsx:170 msgid "Alt Text" msgstr "Texte alt" @@ -505,30 +562,41 @@ msgstr "" #~ msgid "An error occured" #~ msgstr "Une erreur s’est produite" -#: 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 "Une erreur s’est produite lors de la génération de votre kit de démarrage. Vous voulez réessayer ?" -#: 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/QrCodeDialog.tsx:71 #: src/components/StarterPack/ShareDialog.tsx:79 msgid "An error occurred while saving the QR code!" msgstr "Une erreur s’est produite lors de l’enregistrement du code QR !" +#: src/view/com/composer/videos/SelectVideoBtn.tsx:61 +msgid "An error occurred while selecting the video" +msgstr "" + #: src/screens/StarterPack/StarterPackScreen.tsx:336 #: src/screens/StarterPack/StarterPackScreen.tsx:358 msgid "An error occurred while trying to follow all" msgstr "Une erreur s’est produite en essayant de suivre tous les comptes" -#: src/state/queries/video/video.ts:112 +#: src/state/queries/video/video.ts:194 msgid "An error occurred while uploading the video." msgstr "" @@ -553,7 +621,7 @@ msgstr "Un problème est survenu lors de l’ouverture de la discussion" msgid "An issue occurred, please try again." msgstr "Un problème est survenu, veuillez réessayer." -#: src/screens/Onboarding/StepInterests/index.tsx:219 +#: src/screens/Onboarding/StepInterests/index.tsx:199 msgid "an unknown error occurred" msgstr "une erreur inconnue s’est produite" @@ -563,8 +631,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 "et" @@ -573,7 +641,7 @@ msgstr "et" msgid "Animals" msgstr "Animaux" -#: src/view/com/util/post-embeds/GifEmbed.tsx:155 +#: src/view/com/util/post-embeds/GifEmbed.tsx:138 msgid "Animated GIF" msgstr "GIF animé" @@ -589,7 +657,7 @@ msgstr "" msgid "App Language" msgstr "Langue de l’application" -#: src/view/screens/AppPasswords.tsx:228 +#: src/view/screens/AppPasswords.tsx:226 msgid "App password deleted" msgstr "Mot de passe d’application supprimé" @@ -606,21 +674,21 @@ msgid "App password settings" msgstr "Paramètres de mot de passe d’application" #: 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 "Mots de passe d’application" -#: 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 "Faire appel" -#: src/components/moderation/LabelsOnMeDialog.tsx:247 +#: src/components/moderation/LabelsOnMeDialog.tsx:238 msgid "Appeal \"{0}\" label" msgstr "Faire appel de l’étiquette « {0} »" -#: src/components/moderation/LabelsOnMeDialog.tsx:238 +#: src/components/moderation/LabelsOnMeDialog.tsx:229 #: src/screens/Messages/Conversation/ChatDisabled.tsx:91 msgid "Appeal submitted" msgstr "Appel soumis" @@ -650,7 +718,7 @@ msgstr "" msgid "Apply default recommended feeds" msgstr "Utiliser les fils d’actu recommandés par défaut" -#: 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 "Êtes-vous sûr de vouloir supprimer le mot de passe de l’application « {name} » ?" @@ -674,7 +742,7 @@ msgstr "Êtes-vous sûr de vouloir supprimer {0} de vos fils d’actu ?" msgid "Are you sure you want to remove this from your feeds?" msgstr "Êtes-vous sûr de vouloir supprimer cela de vos fils d’actu ?" -#: 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 "Êtes-vous sûr de vouloir rejeter ce brouillon ?" @@ -695,13 +763,13 @@ msgstr "Art" msgid "Artistic or non-erotic nudity." msgstr "Nudité artistique ou non érotique." -#: src/screens/Signup/StepHandle.tsx:171 +#: src/screens/Signup/StepHandle.tsx:173 msgid "At least 3 characters" msgstr "Au moins 3 caractères" #: 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 @@ -731,7 +799,7 @@ msgstr "Date de naissance" msgid "Birthday:" msgstr "Date de naissance :" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:314 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:272 #: src/view/com/profile/ProfileMenu.tsx:365 msgid "Block" msgstr "Bloquer" @@ -762,7 +830,7 @@ msgstr "Liste de blocage" msgid "Block these accounts?" msgstr "Bloquer ces comptes ?" -#: src/view/com/util/post-embeds/QuoteEmbed.tsx:76 +#: src/view/com/util/post-embeds/QuoteEmbed.tsx:81 msgid "Blocked" msgstr "Bloqué" @@ -837,23 +905,23 @@ msgstr "Flouter les images et les filtrer des fils d’actu" msgid "Books" msgstr "Livres" -#: src/components/FeedInterstitials.tsx:300 +#: src/components/FeedInterstitials.tsx:346 msgid "Browse more accounts on the Explore page" msgstr "Parcourir d’autres comptes sur la page « Explore »" -#: src/components/FeedInterstitials.tsx:433 +#: src/components/FeedInterstitials.tsx:479 msgid "Browse more feeds on the Explore page" msgstr "Parcourir d’autres fils d’actu sur la page « Explore »" -#: 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 "Parcourir d’autres suggestions" -#: 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 "Parcourir d’autres suggestions sur la page « Explore »" @@ -895,12 +963,12 @@ msgid "Can only contain letters, numbers, spaces, dashes, and underscores. Must msgstr "Ne peut contenir que des lettres, des chiffres, des espaces, des tirets et des tirets bas. La longueur doit être d’au moins 4 caractères, mais pas plus de 32." #: src/components/Menu/index.tsx: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 @@ -916,7 +984,7 @@ msgstr "Ne peut contenir que des lettres, des chiffres, des espaces, des tirets #: src/view/com/modals/LinkWarning.tsx:107 #: src/view/com/modals/VerifyEmail.tsx:255 #: src/view/com/modals/VerifyEmail.tsx:261 -#: src/view/com/util/post-ctrls/RepostButton.tsx:160 +#: src/view/com/util/post-ctrls/RepostButton.tsx:163 #: src/view/screens/Search/Search.tsx:704 msgid "Cancel" msgstr "Annuler" @@ -945,7 +1013,7 @@ msgstr "Annuler le recadrage de l’image" msgid "Cancel profile editing" msgstr "Annuler la modification du profil" -#: src/view/com/util/post-ctrls/RepostButton.tsx:154 +#: src/view/com/util/post-ctrls/RepostButton.tsx:157 msgid "Cancel quote post" msgstr "Annuler la citation" @@ -961,6 +1029,21 @@ msgstr "Annuler la recherche" msgid "Cancels opening the linked website" msgstr "Annule l’ouverture du site web lié" +#: 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 "Modifier" @@ -1001,8 +1084,8 @@ msgid "Change Your Email" msgstr "Modifier votre e-mail" #: 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 "Discussions" @@ -1041,12 +1124,12 @@ msgid "Check your inbox for an email with the confirmation code to enter below:" msgstr "Consultez votre boîte de réception, vous avez du recevoir un e-mail contenant un code de confirmation à saisir ci-dessous :" #: src/screens/Onboarding/StepInterests/index.tsx:191 -msgid "Choose 3 or more:" -msgstr "Choisissez 3 ou plus :" +#~ msgid "Choose 3 or more:" +#~ msgstr "Choisissez 3 ou plus :" #: src/screens/Onboarding/StepInterests/index.tsx:326 -msgid "Choose at least {0} more" -msgstr "Choisissez au moins {0} de plus" +#~ msgid "Choose at least {0} more" +#~ msgstr "Choisissez au moins {0} de plus" #: src/screens/StarterPack/Wizard/index.tsx:190 msgid "Choose Feeds" @@ -1064,7 +1147,7 @@ msgstr "Choisissez des personnes" msgid "Choose Service" msgstr "Choisir un service" -#: src/screens/Onboarding/StepFinished.tsx:284 +#: src/screens/Onboarding/StepFinished.tsx:280 msgid "Choose the algorithms that power your custom feeds." msgstr "Choisissez les algorithmes qui alimentent vos fils d’actu personnalisés." @@ -1134,7 +1217,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 "Cliquer pour réessayer l’envoi échoué du message" @@ -1149,13 +1232,15 @@ msgstr "Cataclop 🐴 cataclop 🐴" #: 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 "Fermer" @@ -1210,7 +1295,7 @@ msgstr "Ferme la barre de navigation du bas" msgid "Closes password update alert" msgstr "Ferme la notification de mise à jour du mot de passe" -#: src/view/com/composer/Composer.tsx:524 +#: src/view/com/composer/Composer.tsx:602 msgid "Closes post composer and discards post draft" msgstr "Ferme la fenêtre de rédaction et supprime le brouillon" @@ -1218,11 +1303,11 @@ msgstr "Ferme la fenêtre de rédaction et supprime le brouillon" msgid "Closes viewer for header image" msgstr "Ferme la visionneuse pour l’image d’en-tête" -#: src/view/com/notifications/FeedItem.tsx:269 +#: src/view/com/notifications/FeedItem.tsx:265 msgid "Collapse list of users" msgstr "Fermer la liste des comptes" -#: src/view/com/notifications/FeedItem.tsx:470 +#: src/view/com/notifications/FeedItem.tsx:466 msgid "Collapses list of users for a given notification" msgstr "Réduit la liste des comptes pour une notification donnée" @@ -1241,7 +1326,7 @@ msgstr "Bandes dessinées" msgid "Community Guidelines" msgstr "Directives communautaires" -#: src/screens/Onboarding/StepFinished.tsx:297 +#: src/screens/Onboarding/StepFinished.tsx:293 msgid "Complete onboarding and start using your account" msgstr "Terminez le didacticiel et commencez à utiliser votre compte" @@ -1249,7 +1334,7 @@ msgstr "Terminez le didacticiel et commencez à utiliser votre compte" msgid "Complete the challenge" msgstr "Compléter le défi" -#: src/view/com/composer/Composer.tsx:662 +#: src/view/com/composer/Composer.tsx:710 msgid "Compose posts up to {MAX_GRAPHEME_LENGTH} characters in length" msgstr "Permet d’écrire des posts de {MAX_GRAPHEME_LENGTH} caractères maximum" @@ -1258,8 +1343,8 @@ msgid "Compose reply" msgstr "Rédiger une réponse" #: src/view/com/composer/videos/VideoTranscodeProgress.tsx:51 -msgid "Compressing..." -msgstr "" +#~ msgid "Compressing..." +#~ msgstr "" #: src/components/moderation/LabelPreference.tsx:81 msgid "Configure content filtering setting for category: {name}" @@ -1269,8 +1354,8 @@ msgstr "Configure les paramètres de filtrage de contenu pour la catégorie : { msgid "Configured in <0>moderation settings." msgstr "Configuré dans <0>les paramètres de modération." -#: 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 @@ -1352,7 +1437,7 @@ msgstr "Avertissements sur le contenu" msgid "Context menu backdrop, click to close the menu." msgstr "Menu contextuel en arrière-plan, cliquez pour fermer le menu." -#: src/screens/Onboarding/StepInterests/index.tsx:278 +#: src/screens/Onboarding/StepInterests/index.tsx:258 #: src/screens/Onboarding/StepProfile/index.tsx:269 msgid "Continue" msgstr "Continuer" @@ -1365,7 +1450,7 @@ msgstr "Continuer comme {0} (actuellement connecté)" msgid "Continue thread..." msgstr "Poursuivre le fil de discussion…" -#: 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" @@ -1393,7 +1478,7 @@ msgstr "Version de build copiée dans le presse-papier" #: 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 "Copié dans le presse-papier" @@ -1475,6 +1560,10 @@ msgstr "Impossible de charger la liste" msgid "Could not mute chat" msgstr "Impossible de masquer la discussion" +#: src/view/com/composer/videos/VideoPreview.web.tsx:45 +msgid "Could not process your video" +msgstr "" + #: src/components/StarterPack/ProfileStarterPacks.tsx:272 msgid "Create" msgstr "Créer" @@ -1532,7 +1621,7 @@ msgstr "Créer un nouveau compte" msgid "Create report for {0}" msgstr "Créer un rapport pour {0}" -#: src/view/screens/AppPasswords.tsx:251 +#: src/view/screens/AppPasswords.tsx:246 msgid "Created {0}" msgstr "{0} créé" @@ -1610,7 +1699,7 @@ msgstr "Panneau de débug" #: 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 "Supprimer" @@ -1623,11 +1712,11 @@ msgstr "Supprimer le compte" msgid "Delete Account <0>\"<1>{0}<2>\"" msgstr "Suppression du compte <0>« <1>{0}<2> »" -#: src/view/screens/AppPasswords.tsx:244 +#: src/view/screens/AppPasswords.tsx:239 msgid "Delete app password" msgstr "Supprimer le mot de passe de l’appli" -#: src/view/screens/AppPasswords.tsx:280 +#: src/view/screens/AppPasswords.tsx:275 msgid "Delete app password?" msgstr "Supprimer le mot de passe de l’appli ?" @@ -1682,7 +1771,7 @@ msgstr "Supprimer cette liste ?" msgid "Delete this post?" msgstr "Supprimer ce post ?" -#: src/view/com/util/post-embeds/QuoteEmbed.tsx:85 +#: src/view/com/util/post-embeds/QuoteEmbed.tsx:90 msgid "Deleted" msgstr "Supprimé" @@ -1718,7 +1807,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 "Vous vouliez dire quelque chose ?" @@ -1732,8 +1821,12 @@ msgid "Direct messages are here!" msgstr "Les messages privés sont arrivés !" #: src/view/screens/AccessibilitySettings.tsx:111 -msgid "Disable autoplay for GIFs" -msgstr "Désactiver la lecture automatique des GIFs" +#~ msgid "Disable autoplay for GIFs" +#~ msgstr "Désactiver la lecture automatique des GIFs" + +#: 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" @@ -1743,7 +1836,7 @@ msgstr "Désactiver le 2FA par e-mail" msgid "Disable haptic feedback" msgstr "Désactiver le retour haptique" -#: src/view/com/util/post-embeds/VideoEmbedInner/VideoWebControls.tsx:242 +#: src/view/com/util/post-embeds/VideoEmbedInner/VideoWebControls.tsx:335 msgid "Disable subtitles" msgstr "" @@ -1756,11 +1849,11 @@ msgstr "" msgid "Disabled" msgstr "Désactivé" -#: src/view/com/composer/Composer.tsx:774 +#: src/view/com/composer/Composer.tsx:839 msgid "Discard" msgstr "Abandonner" -#: src/view/com/composer/Composer.tsx:771 +#: src/view/com/composer/Composer.tsx:836 msgid "Discard draft?" msgstr "Abandonner le brouillon ?" @@ -1770,8 +1863,8 @@ msgid "Discourage apps from showing my account to logged-out users" msgstr "Empêcher les applis de montrer mon compte aux personnes non connectées" #: src/tours/HomeTour.tsx:70 -msgid "Discover learns which posts you like as you browse." -msgstr "« Discover » apprend quels sont les posts que vous aimez au fur et à mesure que vous naviguez." +#~ msgid "Discover learns which posts you like as you browse." +#~ msgstr "« Discover » apprend quels sont les posts que vous aimez au fur et à mesure que vous naviguez." #: src/view/com/posts/FollowingEmptyState.tsx:70 #: src/view/com/posts/FollowingEndOfFeed.tsx:71 @@ -1787,10 +1880,10 @@ msgid "Discover New Feeds" msgstr "Découvrir de nouveaux fils d’actu" #: 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 "" @@ -1822,7 +1915,7 @@ msgstr "" msgid "Does not include nudity." msgstr "Ne comprend pas de nudité." -#: src/screens/Signup/StepHandle.tsx:157 +#: src/screens/Signup/StepHandle.tsx:159 msgid "Doesn't begin or end with a hyphen" msgstr "Ne commence pas ou ne se termine pas par un trait d’union" @@ -1842,6 +1935,8 @@ msgstr "Domaine vérifié !" #: 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 @@ -1864,7 +1959,7 @@ msgstr "Terminer" msgid "Done{extraText}" msgstr "Terminé{extraText}" -#: src/screens/StarterPack/StarterPackLandingScreen.tsx:324 +#: src/screens/StarterPack/StarterPackLandingScreen.tsx:326 msgid "Download Bluesky" msgstr "Télécharger Bluesky" @@ -1873,7 +1968,7 @@ msgstr "Télécharger Bluesky" msgid "Download CAR file" msgstr "Télécharger le fichier CAR" -#: 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 "Déposer pour ajouter des images" @@ -1982,12 +2077,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 "Modifier le profil" #: 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 "Modifier le profil" @@ -2037,6 +2132,10 @@ msgstr "2FA par e-mail désactivé" msgid "Email address" msgstr "Adresse e-mail" +#: 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" @@ -2050,6 +2149,10 @@ msgstr "E-mail mis à jour" msgid "Email verified" msgstr "Adresse e-mail vérifiée" +#: src/components/intents/VerifyEmailIntentDialog.tsx:71 +msgid "Email Verified" +msgstr "" + #: src/view/screens/Settings/index.tsx:319 msgid "Email:" msgstr "E-mail :" @@ -2090,7 +2193,7 @@ msgstr "Activer les lecteurs médias pour" msgid "Enable priority notifications" msgstr "Activer les notifications prioritaires" -#: src/view/com/util/post-embeds/VideoEmbedInner/VideoWebControls.tsx:242 +#: src/view/com/util/post-embeds/VideoEmbedInner/VideoWebControls.tsx:336 msgid "Enable subtitles" msgstr "" @@ -2108,13 +2211,17 @@ msgstr "Active cette source uniquement" msgid "Enabled" msgstr "Activé" -#: src/screens/Profile/Sections/Feed.tsx:105 +#: src/screens/Profile/Sections/Feed.tsx:112 msgid "End of feed" msgstr "Fin du fil d’actu" #: 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." -msgstr "Fin de la fenêtre de la visite d’accueil. N’avancez pas. Au lieu de cela, revenez en arrière pour plus d’options, ou appuyez pour passer." +#~ msgid "End of onboarding tour window. Do not move forward. Instead, go backward for more options, or press to skip." +#~ msgstr "Fin de la fenêtre de la visite d’accueil. N’avancez pas. Au lieu de cela, revenez en arrière pour plus d’options, ou appuyez pour passer." + +#: 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 msgid "Enter a name for this App Password" @@ -2170,11 +2277,11 @@ msgstr "Entrez votre pseudo et votre mot de passe" msgid "Error occurred while saving file" msgstr "Échec lors de la sauvegarde du fichier" -#: src/screens/Signup/StepCaptcha/index.tsx:57 +#: src/screens/Signup/StepCaptcha/index.tsx:56 msgid "Error receiving captcha response." msgstr "Erreur de réception de la réponse captcha." -#: src/screens/Onboarding/StepInterests/index.tsx:217 +#: src/screens/Onboarding/StepInterests/index.tsx:197 #: src/view/screens/Search/Search.tsx:116 msgid "Error:" msgstr "Erreur :" @@ -2198,11 +2305,11 @@ msgstr "" msgid "Everyone" msgstr "Tout le monde" -#: src/lib/moderation/useReportOptions.ts:68 +#: src/lib/moderation/useReportOptions.ts:73 msgid "Excessive mentions or replies" msgstr "Mentions ou réponses excessives" -#: src/lib/moderation/useReportOptions.ts:81 +#: src/lib/moderation/useReportOptions.ts:86 msgid "Excessive or unwanted messages" msgstr "Messages excessifs ou non-sollicités" @@ -2214,6 +2321,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 "Sort du processus de suppression du compte" @@ -2238,7 +2349,7 @@ msgstr "Sort de la saisie de la recherche" msgid "Expand alt text" msgstr "Développer le texte alt" -#: src/view/com/notifications/FeedItem.tsx:270 +#: src/view/com/notifications/FeedItem.tsx:266 msgid "Expand list of users" msgstr "Développer la liste des comptes" @@ -2353,11 +2464,11 @@ msgstr "Échec de l’enregistrement de l’image : {0}" msgid "Failed to save notification preferences, please try again" msgstr "Échec de l’enregistrement des préférences de notification, veuillez réessayer" -#: src/components/dms/MessageItem.tsx:224 +#: src/components/dms/MessageItem.tsx:225 msgid "Failed to send" msgstr "Échec de l’envoi" -#: 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 "Échec de l’envoi de l’appel, veuillez réessayer." @@ -2375,6 +2486,13 @@ msgstr "Échec de la mise à jour des fils d’actu" msgid "Failed to update settings" msgstr "Échec de la mise à jour des paramètres" +#: 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 "Fil d’actu" @@ -2399,7 +2517,7 @@ msgstr "Feedback" #: 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" @@ -2425,7 +2543,7 @@ msgstr "Fichier sauvegardé avec succès !" msgid "Filter from feeds" msgstr "Filtrer des fils d’actu" -#: src/screens/Onboarding/StepFinished.tsx:300 +#: src/screens/Onboarding/StepFinished.tsx:296 msgid "Finalizing" msgstr "Finalisation" @@ -2436,8 +2554,8 @@ msgid "Find accounts to follow" msgstr "Trouver des comptes à suivre" #: src/tours/HomeTour.tsx:88 -msgid "Find more feeds and accounts to follow in the Explore page." -msgstr "Trouvez d’autres fils d’actu et comptes à suivre dans la page « Explore »." +#~ msgid "Find more feeds and accounts to follow in the Explore page." +#~ msgstr "Trouvez d’autres fils d’actu et comptes à suivre dans la page « Explore »." #: src/view/screens/Search/Search.tsx:439 msgid "Find posts and users on Bluesky" @@ -2456,14 +2574,14 @@ msgid "Finish" msgstr "Terminer" #: src/tours/Tooltip.tsx:149 -msgid "Finish tour and begin using the application" -msgstr "Terminer la visite et commencer à utiliser l’application" +#~ msgid "Finish tour and begin using the application" +#~ msgstr "Terminer la visite et commencer à utiliser l’application" #: src/screens/Onboarding/index.tsx:35 msgid "Fitness" msgstr "Fitness" -#: src/screens/Onboarding/StepFinished.tsx:280 +#: src/screens/Onboarding/StepFinished.tsx:276 msgid "Flexible" msgstr "Flexible" @@ -2480,8 +2598,8 @@ msgstr "Miroir vertical" #: 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 "Suivre" @@ -2490,8 +2608,8 @@ msgctxt "action" msgid "Follow" msgstr "Suivre" -#: 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 "Suivre {0}" @@ -2513,7 +2631,7 @@ msgstr "Suivre le compte" msgid "Follow all" msgstr "Suivre tous" -#: src/view/com/post-thread/PostThreadFollowBtn.tsx:144 +#: src/view/com/post-thread/PostThreadFollowBtn.tsx:142 msgid "Follow Back" msgstr "Suivre en retour" @@ -2545,16 +2663,16 @@ msgstr "Comptes suivis" #~ msgid "Followed users only" #~ msgstr "Comptes suivis uniquement" -#: src/view/com/notifications/FeedItem.tsx:211 +#: src/view/com/notifications/FeedItem.tsx:207 msgid "followed you" msgstr "vous suit" -#: src/view/com/notifications/FeedItem.tsx:209 +#: src/view/com/notifications/FeedItem.tsx:205 msgid "followed you back" msgstr "vous a suivi" -#: 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 "Abonné·e·s" @@ -2571,17 +2689,17 @@ msgstr "Abonné·e·s que vous connaissez" #: 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 "Suivi" #: src/components/ProfileCard.tsx:311 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:98 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:94 msgid "Following {0}" msgstr "Suit {0}" @@ -2600,8 +2718,8 @@ msgid "Following Feed Preferences" msgstr "Préférences du fil d’actu « Following »" #: src/tours/HomeTour.tsx:59 -msgid "Following shows the latest posts from people you follow." -msgstr "« Following » affiche les derniers posts des personnes que vous suivez." +#~ msgid "Following shows the latest posts from people you follow." +#~ msgstr "« Following » affiche les derniers posts des personnes que vous suivez." #: src/screens/Profile/Header/Handle.tsx:31 msgid "Follows you" @@ -2645,15 +2763,19 @@ msgstr "Oublié ?" msgid "Frequently Posts Unwanted Content" msgstr "Publication fréquente de contenu indésirable" -#: src/screens/Hashtag.tsx:118 +#: src/screens/Hashtag.tsx:116 msgid "From @{sanitizedAuthor}" msgstr "De @{sanitizedAuthor}" -#: src/view/com/posts/FeedItem.tsx:273 +#: src/view/com/posts/FeedItem.tsx:271 msgctxt "from-feed" msgid "From <0/>" msgstr "Tiré de <0/>" +#: src/view/com/util/post-embeds/VideoEmbedInner/VideoWebControls.tsx:354 +msgid "Fullscreen" +msgstr "" + #: src/view/com/composer/photos/SelectPhotoBtn.tsx:39 msgid "Gallery" msgstr "Galerie" @@ -2679,7 +2801,7 @@ msgstr "C’est parti" msgid "Getting started" msgstr "Pour commencer" -#: src/view/com/util/images/ImageHorzList.tsx:35 +#: src/components/MediaPreview.tsx:119 msgid "GIF" msgstr "GIF" @@ -2698,7 +2820,7 @@ msgstr "Violations flagrantes de la loi ou des conditions d’utilisation" #: 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 "Retour" @@ -2748,8 +2870,8 @@ msgid "Go to profile" msgstr "Voir le profil" #: src/tours/Tooltip.tsx:138 -msgid "Go to the next step of the tour" -msgstr "Passer à l’étape suivante de la visite" +#~ msgid "Go to the next step of the tour" +#~ msgstr "Passer à l’étape suivante de la visite" #: src/components/dms/ConvoMenu.tsx:164 msgid "Go to user's profile" @@ -2815,7 +2937,7 @@ msgstr "" msgid "Hide" msgstr "Cacher" -#: src/view/com/notifications/FeedItem.tsx:477 +#: src/view/com/notifications/FeedItem.tsx:473 msgctxt "action" msgid "Hide" msgstr "Cacher" @@ -2854,7 +2976,7 @@ msgstr "Cacher ce 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 "Cacher la liste des comptes" @@ -2886,10 +3008,14 @@ msgstr "Hmm, il semble que nous ayons des difficultés à charger ces données. msgid "Hmmmm, we couldn't load that moderation service." msgstr "Hmm, nous n’avons pas pu charger ce service de modération." -#: src/Navigation.tsx: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" @@ -2961,7 +3087,7 @@ msgstr "Si vous essayez de changer de pseudo ou d’adresse e-mail, faites-le av msgid "Illegal and Urgent" msgstr "Illégal et urgent" -#: src/view/com/util/images/Gallery.tsx:42 +#: src/view/com/util/images/Gallery.tsx:55 msgid "Image" msgstr "Image" @@ -2977,7 +3103,11 @@ msgstr "Image enregistrée dans votre photothèque !" msgid "Impersonation or false claims about identity or affiliation" msgstr "Usurpation d’identité ou fausses déclarations concernant l’identité ou l’affiliation" -#: 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 "Messages inappropriés ou liens explicites" @@ -3017,7 +3147,7 @@ msgstr "Entrez votre mot de passe" msgid "Input your preferred hosting provider" msgstr "Entrez votre hébergeur préféré" -#: src/screens/Signup/StepHandle.tsx:112 +#: src/screens/Signup/StepHandle.tsx:114 msgid "Input your user handle" msgstr "Entrez votre pseudo" @@ -3042,6 +3172,10 @@ msgstr "Enregistrement de post invalide ou non pris en charge" msgid "Invalid username or password" msgstr "Pseudo ou mot de passe incorrect" +#: src/components/intents/VerifyEmailIntentDialog.tsx:82 +msgid "Invalid Verification Code" +msgstr "" + #: src/view/com/modals/InviteCodes.tsx:94 msgid "Invite a Friend" msgstr "Inviter un ami" @@ -3050,7 +3184,7 @@ msgstr "Inviter un ami" msgid "Invite code" msgstr "Code d’invitation" -#: 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 "Code d’invitation refusé. Vérifiez que vous l’avez saisi correctement et réessayez." @@ -3078,6 +3212,10 @@ msgstr "Invitations, mais personnelles" msgid "It's just you right now! Add more people to your starter pack by searching above." msgstr "Il n’y a que vous pour l’instant ! Ajoutez d’autres personnes à votre kit de démarrage en effectuant une recherche ci-dessus." +#: src/view/com/composer/Composer.tsx:1125 +msgid "Job ID: {0}" +msgstr "" + #: src/view/com/auth/SplashScreen.web.tsx:164 msgid "Jobs" msgstr "Emplois" @@ -3114,11 +3252,11 @@ msgstr "Étiquettes" msgid "Labels are annotations on users and content. They can be used to hide, warn, and categorize the network." msgstr "Les étiquettes sont des annotations sur les comptes et le contenu. Elles peuvent être utilisées pour masquer, avertir et catégoriser le réseau." -#: src/components/moderation/LabelsOnMeDialog.tsx:79 +#: src/components/moderation/LabelsOnMeDialog.tsx:71 msgid "Labels on your account" msgstr "Étiquettes sur votre compte" -#: src/components/moderation/LabelsOnMeDialog.tsx:81 +#: src/components/moderation/LabelsOnMeDialog.tsx:73 msgid "Labels on your content" msgstr "Étiquettes sur votre contenu" @@ -3139,7 +3277,7 @@ msgstr "Paramètres linguistiques" msgid "Languages" msgstr "Langues" -#: src/screens/Hashtag.tsx:99 +#: src/screens/Hashtag.tsx:97 #: src/view/screens/Search/Search.tsx:359 msgid "Latest" msgstr "Dernier" @@ -3213,8 +3351,7 @@ msgstr "Laissez-moi choisir" msgid "Let's get your password reset!" msgstr "Réinitialisez votre mot de passe !" -#: src/screens/Onboarding/StepFinished.tsx:300 -#: src/tours/Tooltip.tsx:151 +#: src/screens/Onboarding/StepFinished.tsx:296 msgid "Let's go!" msgstr "Allons-y !" @@ -3243,18 +3380,18 @@ msgstr "Liker ce fil d’actu" msgid "Liked by" msgstr "Liké par" -#: 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 "Liké par" -#: src/view/com/notifications/FeedItem.tsx:215 +#: src/view/com/notifications/FeedItem.tsx:211 msgid "liked your custom feed" msgstr "liké votre fil d’actu personnalisé" -#: src/view/com/notifications/FeedItem.tsx:182 +#: src/view/com/notifications/FeedItem.tsx:178 msgid "liked your post" msgstr "liké votre post" @@ -3314,7 +3451,7 @@ msgstr "Liste démasquée" #: 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" @@ -3340,7 +3477,7 @@ msgstr "Charger d’autres suggestions de suivis" msgid "Load new notifications" msgstr "Charger les nouvelles notifications" -#: 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 @@ -3443,12 +3580,12 @@ msgstr "Message supprimé" msgid "Message from server: {0}" msgstr "Message du serveur : {0}" -#: src/screens/Messages/Conversation/MessageInput.tsx:138 +#: src/screens/Messages/Conversation/MessageInput.tsx:140 msgid "Message input field" msgstr "Champ d’écriture du message" -#: 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 "Le message est trop long" @@ -3456,7 +3593,7 @@ msgstr "Le message est trop long" msgid "Message settings" msgstr "Paramètres des messages" -#: 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 @@ -3467,6 +3604,10 @@ msgstr "Messages" msgid "Misleading Account" msgstr "Compte trompeur" +#: src/lib/moderation/useReportOptions.ts:67 +msgid "Misleading Post" +msgstr "" + #: src/screens/Settings/AppearanceSettings.tsx:78 msgid "Mode" msgstr "" @@ -3533,7 +3674,7 @@ msgstr "Outils de modération" msgid "Moderator has chosen to set a general warning on the content." msgstr "La modération a choisi d’ajouter un avertissement général sur le contenu." -#: src/view/com/post-thread/PostThreadItem.tsx:619 +#: src/view/com/post-thread/PostThreadItem.tsx:629 msgid "More" msgstr "Plus" @@ -3558,8 +3699,7 @@ msgid "Music" msgstr "Musique" #: 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 "Masquer" @@ -3639,7 +3779,7 @@ msgstr "Masquer ce fil de discussion" msgid "Mute words & tags" msgstr "Masquer les mots et les mots-clés" -#: src/view/com/util/post-embeds/VideoEmbedInner/VideoEmbedInnerNative.tsx:201 +#: src/view/com/util/post-embeds/VideoEmbedInner/VideoEmbedInnerNative.tsx:168 msgid "Muted" msgstr "Masqué" @@ -3677,7 +3817,7 @@ msgstr "Ma date de naissance" msgid "My Feeds" msgstr "Mes fils d’actu" -#: src/view/shell/desktop/LeftNav.tsx:85 +#: src/view/shell/desktop/LeftNav.tsx:84 msgid "My Profile" msgstr "Mon profil" @@ -3699,9 +3839,9 @@ msgid "Name is required" msgstr "Le nom est requis" #: 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 "Nom ou description qui viole les normes communautaires" @@ -3732,7 +3872,7 @@ msgstr "Navigue vers votre profil" msgid "Need to report a copyright violation?" msgstr "Besoin de signaler une violation des droits d’auteur ?" -#: src/screens/Onboarding/StepFinished.tsx:268 +#: src/screens/Onboarding/StepFinished.tsx:264 msgid "Never lose access to your followers or data." msgstr "Ne perdez jamais l’accès à vos abonné·e·s ou à vos données." @@ -3782,11 +3922,11 @@ msgstr "Nouveau post" #: 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 "Nouveau post" -#: src/view/shell/desktop/LeftNav.tsx:284 +#: src/view/shell/desktop/LeftNav.tsx:283 msgctxt "action" msgid "New Post" msgstr "Nouveau post" @@ -3819,7 +3959,6 @@ msgstr "Actualités" #: 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" @@ -3857,11 +3996,11 @@ msgid "No feeds found. Try searching for something else." msgstr "Aucun fil d’actu n’a été trouvé. Essayez de chercher autre chose." #: 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 "Ne suit plus {0}" -#: src/screens/Signup/StepHandle.tsx:167 +#: src/screens/Signup/StepHandle.tsx:169 msgid "No longer than 253 characters" msgstr "Pas plus de 253 caractères" @@ -3888,7 +4027,7 @@ msgstr "Personne" 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 "Pas encore de posts." @@ -3959,7 +4098,7 @@ msgstr "Pas maintenant" #: 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 "Note sur le partage" @@ -3992,22 +4131,22 @@ msgstr "Sons de notification" msgid "Notification Sounds" msgstr "Sons de notification" -#: 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 "Notifications" -#: src/lib/hooks/useTimeAgo.ts:51 +#: src/lib/hooks/useTimeAgo.ts:122 msgid "now" msgstr "maintenant" -#: src/components/dms/MessageItem.tsx:169 +#: src/components/dms/MessageItem.tsx:170 msgid "Now" msgstr "Maintenant" @@ -4015,7 +4154,7 @@ msgstr "Maintenant" msgid "Nudity" msgstr "Nudité" -#: src/lib/moderation/useReportOptions.ts:73 +#: src/lib/moderation/useReportOptions.ts:78 msgid "Nudity or adult content not labeled as such" msgstr "Nudité ou contenu adulte non identifié comme tel" @@ -4029,7 +4168,7 @@ msgstr "Éteint" msgid "Oh no!" msgstr "Oh non !" -#: src/screens/Onboarding/StepInterests/index.tsx:153 +#: src/screens/Onboarding/StepInterests/index.tsx:138 msgid "Oh no! Something went wrong." msgstr "Oh non ! Il y a eu un problème." @@ -4046,22 +4185,26 @@ msgid "Oldest replies first" msgstr "Plus anciennes réponses en premier" #: src/components/StarterPack/QrCode.tsx:69 -msgid "on" -msgstr "sur" +#~ msgid "on" +#~ msgstr "sur" #: src/lib/hooks/useTimeAgo.ts:81 -msgid "on {str}" -msgstr "le {str}" +#~ msgid "on {str}" +#~ msgstr "le {str}" + +#: src/components/StarterPack/QrCode.tsx:70 +msgid "on<0><1/><2><3/>" +msgstr "" #: src/view/screens/Settings/index.tsx:226 msgid "Onboarding reset" msgstr "Réinitialiser le didacticiel" #: src/tours/Tooltip.tsx:118 -msgid "Onboarding tour step {0}: {1}" -msgstr "Étape de la visite d’accueil {0} : {1}" +#~ msgid "Onboarding tour step {0}: {1}" +#~ msgstr "Étape de la visite d’accueil {0} : {1}" -#: src/view/com/composer/Composer.tsx:589 +#: src/view/com/composer/Composer.tsx:667 msgid "One or more images is missing alt text." msgstr "Une ou plusieurs images n’ont pas de texte alt." @@ -4077,10 +4220,14 @@ msgstr "Seuls les fichiers .jpg et .png sont acceptés" msgid "Only {0} can reply." msgstr "" -#: src/screens/Signup/StepHandle.tsx:150 +#: src/screens/Signup/StepHandle.tsx:152 msgid "Only contains letters, numbers, and hyphens" msgstr "Ne contient que des lettres, des chiffres et des traits d’union" +#: 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 "Oups, quelque chose n’a pas marché !" @@ -4088,13 +4235,13 @@ msgstr "Oups, quelque chose n’a pas marché !" #: 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 "Oups !" -#: src/screens/Onboarding/StepFinished.tsx:264 +#: src/screens/Onboarding/StepFinished.tsx:260 msgid "Open" msgstr "Ouvert" @@ -4111,8 +4258,9 @@ msgstr "Ouvre le créateur d’avatar" msgid "Open conversation options" msgstr "Ouvrir les options de conversation" -#: 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 "Ouvrir le sélecteur d’emoji" @@ -4280,12 +4428,12 @@ msgstr "Ouvre la page du journal système" msgid "Opens the threads preferences" msgstr "Ouvre les préférences relatives aux fils de discussion" -#: 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 "Ouvre ce profil" -#: src/view/com/composer/videos/SelectVideoBtn.tsx:54 +#: src/view/com/composer/videos/SelectVideoBtn.tsx:81 msgid "Opens video picker" msgstr "Ouvre le sélecteur de vidéos" @@ -4363,11 +4511,11 @@ msgid "Password updated!" msgstr "Mot de passe mis à jour !" #: 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 "Mettre en pause" -#: src/view/com/util/post-embeds/VideoEmbedInner/VideoWebControls.tsx:203 +#: src/view/com/util/post-embeds/VideoEmbedInner/VideoWebControls.tsx:275 msgid "Pause video" msgstr "" @@ -4427,7 +4575,7 @@ msgid "Pinned to your feeds" msgstr "Épinglé à vos fils d’actu" #: 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 "Lire" @@ -4439,8 +4587,8 @@ msgstr "Lire {0}" msgid "Play or pause the GIF" msgstr "Lire ou mettre en pause le GIF" -#: 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 "" @@ -4453,16 +4601,16 @@ msgstr "Lire la vidéo" msgid "Plays the GIF" msgstr "Lit le GIF" -#: src/screens/Signup/state.ts:222 +#: src/screens/Signup/state.ts:217 msgid "Please choose your handle." msgstr "Veuillez choisir votre pseudo." -#: 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 "Veuillez choisir votre mot de passe." -#: src/screens/Signup/state.ts:236 +#: src/screens/Signup/state.ts:231 msgid "Please complete the verification captcha." msgstr "Veuillez compléter le captcha de vérification." @@ -4482,7 +4630,7 @@ msgstr "Veuillez saisir un nom unique pour le mot de passe de l’application ou msgid "Please enter a valid word, tag, or phrase to mute" msgstr "Veuillez entrer un mot, un mot-clé ou une phrase valide à masquer" -#: src/screens/Signup/state.ts:201 +#: src/screens/Signup/state.ts:196 #: src/screens/Signup/StepInfo/index.tsx:69 msgid "Please enter your email." msgstr "Veuillez entrer votre e-mail." @@ -4495,7 +4643,7 @@ msgstr "Veuillez saisir votre code d’invitation." msgid "Please enter your password as well:" msgstr "Veuillez également entrer votre mot de passe :" -#: 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 "Veuillez expliquer pourquoi vous pensez que cette étiquette a été appliquée à tort par {0}" @@ -4512,7 +4660,7 @@ msgstr "Veuillez vous identifier comme @{0}" msgid "Please Verify Your Email" msgstr "Veuillez vérifier votre e-mail" -#: src/view/com/composer/Composer.tsx:331 +#: src/view/com/composer/Composer.tsx:355 msgid "Please wait for your link card to finish loading" msgstr "Veuillez patienter le temps que votre carte de lien soit chargée" @@ -4525,13 +4673,13 @@ msgstr "Politique" msgid "Porn" msgstr "Porno" -#: 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 "Poster" -#: src/view/com/post-thread/PostThread.tsx:480 +#: src/view/com/post-thread/PostThread.tsx:481 msgctxt "description" msgid "Post" msgstr "Post" @@ -4667,13 +4815,13 @@ msgstr "Discuter en privé avec d’autres comptes." msgid "Processing..." msgstr "Traitement…" -#: src/view/screens/DebugMod.tsx:895 +#: src/view/screens/DebugMod.tsx:896 #: src/view/screens/Profile.tsx:346 msgid "profile" msgstr "profil" -#: 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 @@ -4688,7 +4836,7 @@ msgstr "Profil mis à jour" msgid "Protect your account by verifying your email." msgstr "Protégez votre compte en vérifiant votre e-mail." -#: src/screens/Onboarding/StepFinished.tsx:250 +#: src/screens/Onboarding/StepFinished.tsx:246 msgid "Public" msgstr "Public" @@ -4700,11 +4848,11 @@ msgstr "Listes publiques et partageables de comptes à masquer ou à bloquer." msgid "Public, shareable lists which can drive feeds." msgstr "Les listes publiques et partageables qui peuvent alimenter les fils d’actu." -#: src/view/com/composer/Composer.tsx:549 +#: src/view/com/composer/Composer.tsx:627 msgid "Publish post" msgstr "Publier le post" -#: src/view/com/composer/Composer.tsx:549 +#: src/view/com/composer/Composer.tsx:627 msgid "Publish reply" msgstr "Publier la réponse" @@ -4721,11 +4869,11 @@ msgid "QR code saved to your camera roll!" msgstr "Code QR enregistré dans votre photothèque !" #: src/tours/Tooltip.tsx:111 -msgid "Quick tip" -msgstr "Petite astuce" +#~ msgid "Quick tip" +#~ msgstr "Petite astuce" -#: 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" @@ -4740,8 +4888,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" @@ -4755,8 +4903,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 "" @@ -4834,6 +4982,10 @@ msgstr "Supprimer {displayName} du kit de démarrage" msgid "Remove account" msgstr "Supprimer compte" +#: src/view/com/composer/ExternalEmbedRemoveBtn.tsx:28 +msgid "Remove attachment" +msgstr "" + #: src/view/com/util/UserAvatar.tsx:387 msgid "Remove Avatar" msgstr "Supprimer l’avatar" @@ -4842,7 +4994,7 @@ msgstr "Supprimer l’avatar" msgid "Remove Banner" msgstr "Supprimer l’image d’en-tête" -#: src/screens/Messages/Conversation/MessageInputEmbed.tsx:218 +#: src/screens/Messages/Conversation/MessageInputEmbed.tsx:207 msgid "Remove embed" msgstr "Supprimer l’intégration" @@ -4882,8 +5034,8 @@ msgid "Remove image" msgstr "Supprimer l’image" #: src/view/com/composer/ExternalEmbedRemoveBtn.tsx:28 -msgid "Remove image preview" -msgstr "Supprimer l’aperçu d’image" +#~ msgid "Remove image preview" +#~ msgstr "Supprimer l’aperçu d’image" #: src/components/dialogs/MutedWords.tsx:523 msgid "Remove mute word from your list" @@ -4897,24 +5049,28 @@ msgstr "Supprimer le profil" msgid "Remove profile from search history" msgstr "Supprimer le profil de l’historique de recherche" -#: src/view/com/util/post-embeds/QuoteEmbed.tsx:255 +#: src/view/com/util/post-embeds/QuoteEmbed.tsx:269 msgid "Remove quote" msgstr "Supprimer la citation" -#: 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 "Supprimer le repost" +#: 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 "Supprimer ce fil d’actu de vos fils d’actu enregistrés" -#: 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 "" @@ -4938,13 +5094,17 @@ msgstr "" msgid "Removed from your feeds" msgstr "Supprimé de vos fils d’actu" -#: src/view/com/util/post-embeds/QuoteEmbed.tsx:256 +#: src/view/com/util/post-embeds/QuoteEmbed.tsx:270 msgid "Removes quoted post" msgstr "Supprime le post cité" #: src/view/com/composer/ExternalEmbedRemoveBtn.tsx:29 -msgid "Removes the image preview" -msgstr "Supprime l’aperçu de l’image" +msgid "Removes the attachment" +msgstr "" + +#: src/view/com/composer/ExternalEmbedRemoveBtn.tsx:29 +#~ msgid "Removes the image preview" +#~ msgstr "Supprime l’aperçu de l’image" #: src/view/com/posts/FeedShutdownMsg.tsx:129 #: src/view/com/posts/FeedShutdownMsg.tsx:133 @@ -4967,7 +5127,7 @@ msgstr "" #~ msgid "Replies to this thread are disabled" #~ msgstr "Les réponses à ce fil de discussion sont désactivées" -#: src/view/com/composer/Composer.tsx:562 +#: src/view/com/composer/Composer.tsx:640 msgctxt "action" msgid "Reply" msgstr "Répondre" @@ -4995,23 +5155,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/>" msgstr "Réponse à <0><1/>" -#: src/view/com/posts/FeedItem.tsx:513 +#: src/view/com/posts/FeedItem.tsx:511 msgctxt "description" msgid "Reply to a blocked post" msgstr "Réponse à un post bloqué" -#: 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 "Réponse à vous" @@ -5098,9 +5258,9 @@ msgstr "Signaler ce kit de démarrage" msgid "Report this user" msgstr "Signaler ce compte" -#: 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 "Republier" @@ -5111,31 +5271,31 @@ msgid "Repost" msgstr "Republier" #: 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 "Republier ou citer" -#: 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 "Republié par" -#: src/view/com/posts/FeedItem.tsx:294 +#: src/view/com/posts/FeedItem.tsx:292 msgid "Reposted by {0}" msgstr "Republié par {0}" -#: src/view/com/posts/FeedItem.tsx:313 +#: src/view/com/posts/FeedItem.tsx:311 msgid "Reposted by <0><1/>" msgstr "Republié par <0><1/>" -#: 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 "Republié par vous" -#: src/view/com/notifications/FeedItem.tsx:184 +#: src/view/com/notifications/FeedItem.tsx:180 msgid "reposted your post" msgstr "a republié votre post" @@ -5170,6 +5330,14 @@ msgstr "Obligatoire pour cet hébergeur" msgid "Resend email" msgstr "Renvoyer l’e-mail" +#: 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 "Réinitialiser le code" @@ -5209,15 +5377,15 @@ msgstr "Réessaye la connection" msgid "Retries the last action, which errored out" msgstr "Réessaye la dernière action, qui a échoué" -#: src/components/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 @@ -5321,8 +5489,8 @@ msgstr "Enregistre les paramètres de recadrage de l’image" #: 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 "Dites bonjour !" @@ -5336,15 +5504,15 @@ msgid "Scroll to top" msgstr "Remonter en haut" #: 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" @@ -5417,6 +5585,10 @@ msgstr "" msgid "See this guide" msgstr "Voir ce guide" +#: 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 "Sélectionner {item}" @@ -5453,6 +5625,10 @@ msgstr "Sélectionner le GIF « {0} »" 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 "Sélectionner les langues" @@ -5465,6 +5641,10 @@ msgstr "Sélectionner une modération" msgid "Select option {i} of {numItems}" msgstr "Sélectionne l’option {i} sur {numItems}" +#: 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 "Sélectionner l’emoji {emojiName} comme avatar" @@ -5477,7 +5657,7 @@ msgstr "Sélectionnez le(s) service(s) de modération destinataires du signaleme msgid "Select the service that hosts your data." msgstr "Sélectionnez le service qui héberge vos données." -#: src/view/com/composer/videos/SelectVideoBtn.tsx:53 +#: src/view/com/composer/videos/SelectVideoBtn.tsx:80 msgid "Select video" msgstr "Sélectionner une vidéo" @@ -5497,7 +5677,7 @@ msgstr "Sélectionnez votre langue par défaut pour les textes de l’applicatio msgid "Select your date of birth" msgstr "Sélectionnez votre date de naissance" -#: src/screens/Onboarding/StepInterests/index.tsx:226 +#: src/screens/Onboarding/StepInterests/index.tsx:206 msgid "Select your interests from the options below" msgstr "Sélectionnez vos centres d’intérêt parmi les options ci-dessous" @@ -5527,8 +5707,8 @@ msgstr "Envoyer l’e-mail" msgid "Send feedback" msgstr "Envoyer des commentaires" -#: 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 "Envoyer le message" @@ -5639,7 +5819,7 @@ msgstr "Définit le rapport d’aspect de l’image comme paysage" #: 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" @@ -5660,7 +5840,7 @@ msgstr "Sexuellement suggestif" #: 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 "Partager" @@ -5680,7 +5860,7 @@ msgstr "Partagez une anecdote insolite !" #: 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 "Partager quand même" @@ -5736,7 +5916,7 @@ msgstr "Partage le site web lié" msgid "Show" msgstr "Afficher" -#: src/view/com/util/post-embeds/GifEmbed.tsx:175 +#: src/view/com/util/post-embeds/GifEmbed.tsx:157 msgid "Show alt text" msgstr "Voir le texte alt" @@ -5756,8 +5936,8 @@ msgid "Show badge and filter from feeds" msgstr "Afficher les badges et filtrer des fils d’actu" #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:215 -msgid "Show follows similar to {0}" -msgstr "Afficher les suivis similaires à {0}" +#~ msgid "Show follows similar to {0}" +#~ msgstr "Afficher les suivis similaires à {0}" #: src/view/com/post-thread/PostThreadShowHiddenReplies.tsx:23 msgid "Show hidden replies" @@ -5772,9 +5952,9 @@ msgstr "En montrer moins comme ça" 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 "Voir plus" @@ -5825,7 +6005,7 @@ msgstr "Afficher l’avertissement" msgid "Show warning and filter from feeds" msgstr "Afficher l’avertissement et filtrer des fils d’actu" -#: 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 "Affiche les posts de {0} dans votre fil d’actu" @@ -5838,12 +6018,12 @@ msgstr "Affiche les posts de {0} dans votre fil d’actu" #: 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 @@ -5875,12 +6055,12 @@ msgstr "Déconnexion" 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 @@ -5905,25 +6085,25 @@ msgstr "Connecté en tant que" msgid "Signed in as @{0}" msgstr "Connecté en tant que @{0}" -#: src/view/com/notifications/FeedItem.tsx:222 +#: src/view/com/notifications/FeedItem.tsx:218 msgid "signed up with your starter pack" msgstr "s’est inscrit·e avec votre kit de démarrage" -#: 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 "S’inscrire sans kit de démarrage" #: 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 "Ignorer" -#: src/screens/Onboarding/StepInterests/index.tsx:262 +#: src/screens/Onboarding/StepInterests/index.tsx:242 msgid "Skip this flow" msgstr "Passer cette étape" @@ -5932,7 +6112,7 @@ msgstr "Passer cette étape" msgid "Software Dev" msgstr "Développement de logiciels" -#: src/components/FeedInterstitials.tsx:397 +#: src/components/FeedInterstitials.tsx:443 msgid "Some other feeds you might like" msgstr "Quelques autres fils d’actu qui pourraient vous intéresser" @@ -5977,12 +6157,12 @@ msgstr "Trier les réponses au même post par :" #~ msgid "Source: <0>{0}" #~ msgstr "Source : <0>{0}" -#: src/components/moderation/LabelsOnMeDialog.tsx:171 +#: src/components/moderation/LabelsOnMeDialog.tsx:163 msgid "Source: <0>{sourceName}" 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" @@ -6012,10 +6192,9 @@ msgid "Start chatting" msgstr "Démarrer les discussions" #: 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 "Début de la fenêtre de la visite d’accueil. Ne revenez pas en arrière. Allez plutôt vers l’avant pour plus d’options, ou appuyez pour passer." +#~ msgid "Start of onboarding tour window. Do not move backward. Instead, go forward for more options, or press to skip." +#~ msgstr "Début de la fenêtre de la visite d’accueil. Ne revenez pas en arrière. Allez plutôt vers l’avant pour plus d’options, ou appuyez pour passer." -#: src/lib/generate-starterpack.ts:68 #: src/Navigation.tsx:358 #: src/Navigation.tsx:363 #: src/screens/StarterPack/Wizard/index.tsx:182 @@ -6055,8 +6234,8 @@ msgstr "Stockage effacé, vous devez redémarrer l’application maintenant." msgid "Storybook" msgstr "Historique" -#: 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" @@ -6086,7 +6265,7 @@ msgstr "S’abonner à cette liste" msgid "Suggested accounts" msgstr "Comptes suggérés" -#: src/components/FeedInterstitials.tsx:262 +#: src/components/FeedInterstitials.tsx:308 msgid "Suggested for you" msgstr "Suggérés pour vous" @@ -6106,8 +6285,8 @@ msgid "Switch Account" msgstr "Changer de compte" #: src/tours/HomeTour.tsx:48 -msgid "Switch between feeds to control your experience." -msgstr "Basculez d’un fil d’actu à l’autre pour contrôler votre expérience." +#~ msgid "Switch between feeds to control your experience." +#~ msgstr "Basculez d’un fil d’actu à l’autre pour contrôler votre expérience." #: src/view/screens/Settings/index.tsx:126 msgid "Switch to {0}" @@ -6146,17 +6325,22 @@ msgstr "Grand" msgid "Tap to dismiss" msgstr "Tapper pour annuler" -#: 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: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 "Tapper pour voir en entier" +#~ msgid "Tap to view fully" +#~ msgstr "Tapper pour voir en entier" #: src/state/shell/progress-guide.tsx:166 msgid "Task complete - 10 likes!" @@ -6192,9 +6376,9 @@ msgid "Terms of Service" msgstr "Conditions d’utilisation" #: 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 "Termes utilisés qui violent les normes de la communauté" @@ -6206,7 +6390,7 @@ msgstr "Termes utilisés qui violent les normes de la communauté" 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 "Champ de saisie de texte" @@ -6216,6 +6400,10 @@ msgstr "Champ de saisie de texte" msgid "Thank you. Your report has been sent." msgstr "Nous vous remercions. Votre rapport a été envoyé." +#: 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 "Qui contient les éléments suivants :" @@ -6233,11 +6421,11 @@ msgstr "Ce pseudo est déjà occupé." msgid "That starter pack could not be found." msgstr "Ce kit de démarrage n’a pas pu être trouvé." -#: 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 "Ce compte pourra interagir avec vous après le déblocage." @@ -6268,7 +6456,7 @@ msgstr "" msgid "The Discover feed now knows what you like" msgstr "Le fil d’actu « Discover » sait désormais ce que vous aimez" -#: 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 "L’expérience est meilleure dans l’application. Téléchargez Bluesky maintenant et nous reprendrons là où vous en étiez." @@ -6276,11 +6464,11 @@ msgstr "L’expérience est meilleure dans l’application. Téléchargez Bluesk msgid "The feed has been replaced with Discover." msgstr "Ce fil d’actu a été remplacé par Discover." -#: src/components/moderation/LabelsOnMeDialog.tsx:65 +#: src/components/moderation/LabelsOnMeDialog.tsx:58 msgid "The following labels were applied to your account." msgstr "Les étiquettes suivantes ont été appliquées à votre compte." -#: src/components/moderation/LabelsOnMeDialog.tsx:66 +#: src/components/moderation/LabelsOnMeDialog.tsx:59 msgid "The following labels were applied to your content." msgstr "Les étiquettes suivantes ont été appliquées à votre contenu." @@ -6297,7 +6485,7 @@ msgstr "Ce post a peut-être été supprimé." msgid "The Privacy Policy has been moved to <0/>" msgstr "Notre politique de confidentialité a été déplacée vers <0/>" -#: src/state/queries/video/video.ts:129 +#: src/state/queries/video/video.ts:222 msgid "The selected video is larger than 100MB." msgstr "" @@ -6313,6 +6501,10 @@ msgstr "Le formulaire d’assistance a été déplacé. Si vous avez besoin d’ msgid "The Terms of Service have been moved to" msgstr "Nos conditions d’utilisation ont été déplacées vers" +#: src/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/Settings/components/DeactivateAccountDialog.tsx:86 msgid "There is no time limit for account deactivation, come back any time." msgstr "Il n’y a pas de limite de temps pour la désactivation du compte, revenez quand vous voulez." @@ -6355,7 +6547,7 @@ msgstr "Il y a eu un problème de connexion à votre serveur" msgid "There was an issue fetching notifications. Tap here to try again." msgstr "Il y a eu un problème lors de la récupération des notifications. Appuyez ici pour réessayer." -#: src/view/com/posts/Feed.tsx:460 +#: src/view/com/posts/Feed.tsx:476 msgid "There was an issue fetching posts. Tap here to try again." msgstr "Il y a eu un problème lors de la récupération des posts. Appuyez ici pour réessayer." @@ -6373,15 +6565,15 @@ msgstr "Il y a eu un problème lors de la récupération de vos listes. Appuyez msgid "There was an issue sending your report. Please check your internet connection." msgstr "Il y a eu un problème lors de l’envoi de votre rapport. Veuillez vérifier votre connexion internet." -#: src/view/screens/AppPasswords.tsx:70 +#: src/view/screens/AppPasswords.tsx:69 msgid "There was an issue with fetching your app passwords" msgstr "Il y a eu un problème lors de la récupération de vos mots de passe d’application" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx: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 @@ -6428,7 +6620,7 @@ msgstr "Ce compte est bloqué par un ou plusieurs de vos listes de modération. #~ msgid "This appeal will be sent to <0>{0}." #~ msgstr "Cet appel sera envoyé à <0>{0}." -#: src/components/moderation/LabelsOnMeDialog.tsx:250 +#: src/components/moderation/LabelsOnMeDialog.tsx:241 msgid "This appeal will be sent to <0>{sourceName}." msgstr "" @@ -6503,7 +6695,7 @@ msgstr "Cette étiquette a été apposée par <0>{0}." msgid "This label was applied by the author." msgstr "Cette étiquette a été apposée par l’auteur·ice." -#: src/components/moderation/LabelsOnMeDialog.tsx:169 +#: src/components/moderation/LabelsOnMeDialog.tsx:161 msgid "This label was applied by you." msgstr "Cette étiquette a été apposée par vous." @@ -6536,7 +6728,7 @@ msgid "This post has been deleted." msgstr "Ce post a été supprimé." #: 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 "Ce post n’est visible que pour les personnes connectées. Il ne sera pas visible pour les personnes qui ne sont pas connectées." @@ -6568,7 +6760,7 @@ msgstr "Ce service n’a pas fourni de conditions d’utilisation ni de politiqu msgid "This should create a domain record at:" msgstr "Cela devrait créer un enregistrement de domaine à :" -#: src/view/com/profile/ProfileFollowers.tsx:87 +#: src/view/com/profile/ProfileFollowers.tsx:96 msgid "This user doesn't have any followers." msgstr "Ce compte n’a pas d’abonné·e·s." @@ -6597,7 +6789,7 @@ msgstr "Ce compte est inclus dans la liste <0>{0} que vous avez masquée." msgid "This user is new here. Press for more info about when they joined." msgstr "Ce compte est nouveau ici. Appuyez pour obtenir plus d’informations sur sa date d’arrivée." -#: src/view/com/profile/ProfileFollows.tsx:87 +#: src/view/com/profile/ProfileFollows.tsx:96 msgid "This user isn't following anyone." msgstr "Ce compte ne suit personne." @@ -6646,6 +6838,10 @@ msgstr "Pour désactiver le 2FA par e-mail, veuillez vérifier votre accès à l 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 "Pour signaler une conversation, veuillez signaler un de ses messages via l’écran de conversation. Cela permettra à la modération de comprendre le contexte du problème." +#: 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 "À qui souhaitez-vous envoyer ce rapport ?" @@ -6662,7 +6858,7 @@ msgstr "Activer le menu déroulant" msgid "Toggle to enable or disable adult content" msgstr "Activer ou désactiver le contenu pour adultes" -#: src/screens/Hashtag.tsx:88 +#: src/screens/Hashtag.tsx:86 #: src/view/screens/Search/Search.tsx:349 msgid "Top" msgstr "Meilleur" @@ -6673,8 +6869,8 @@ msgstr "Transformations" #: 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" @@ -6693,7 +6889,7 @@ msgstr "TV" msgid "Two-factor authentication" msgstr "Authentification à deux facteurs" -#: src/screens/Messages/Conversation/MessageInput.tsx:139 +#: src/screens/Messages/Conversation/MessageInput.tsx:141 msgid "Type your message here" msgstr "Écrivez votre message ici" @@ -6726,14 +6922,14 @@ msgstr "Impossible de supprimer" #: 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 "Débloquer" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:197 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:193 msgctxt "action" msgid "Unblock" msgstr "Débloquer" @@ -6748,12 +6944,12 @@ msgstr "Débloquer le compte" msgid "Unblock Account" msgstr "Débloquer le compte" -#: 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 "Débloquer le compte ?" -#: 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" @@ -6768,7 +6964,7 @@ msgstr "Se désabonner" #~ msgid "Unfollow" #~ msgstr "Se désabonner" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:237 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:208 msgid "Unfollow {0}" msgstr "Se désabonner de {0}" @@ -6782,8 +6978,7 @@ msgid "Unlike this feed" msgstr "Déliker ce fil d’actu" #: 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 "Réafficher" @@ -6810,11 +7005,11 @@ msgstr "Réafficher la conversation" msgid "Unmute thread" msgstr "Réafficher ce fil de discussion" -#: 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 "" @@ -6852,8 +7047,12 @@ msgstr "Se désabonner de cet étiqueteur" msgid "Unsubscribed from list" msgstr "" -#: src/lib/moderation/useReportOptions.ts:72 -#: src/lib/moderation/useReportOptions.ts:85 +#: src/state/queries/video/video.ts:240 +msgid "Unsupported video type: {mimeType}" +msgstr "" + +#: src/lib/moderation/useReportOptions.ts:77 +#: src/lib/moderation/useReportOptions.ts:90 msgid "Unwanted Sexual Content" msgstr "Contenu sexuel non désiré" @@ -6908,7 +7107,7 @@ msgstr "Envoyer à partir de la photothèque" msgid "Use a file on your server" msgstr "Utiliser un fichier sur votre serveur" -#: 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 "Utilisez les mots de passe de l’appli pour se connecter à d’autres clients Bluesky sans donner un accès complet à votre compte ou à votre mot de passe." @@ -7031,6 +7230,10 @@ msgstr "Comptes qui ont liké ce contenu ou ce profil" msgid "Value:" msgstr "Valeur :" +#: src/view/com/composer/videos/SelectVideoBtn.tsx:104 +msgid "Verified email required" +msgstr "" + #: src/view/com/modals/ChangeHandle.tsx:504 msgid "Verify DNS Record" msgstr "Vérifier l’enregistrement DNS" @@ -7039,6 +7242,10 @@ msgstr "Vérifier l’enregistrement DNS" msgid "Verify email" msgstr "Confirmer l’e-mail" +#: src/components/intents/VerifyEmailIntentDialog.tsx:61 +msgid "Verify email dialog" +msgstr "" + #: src/view/screens/Settings/index.tsx:961 msgid "Verify my email" msgstr "Confirmer mon e-mail" @@ -7052,6 +7259,10 @@ msgstr "Confirmer mon e-mail" msgid "Verify New Email" msgstr "Confirmer le nouvel e-mail" +#: src/view/com/composer/videos/SelectVideoBtn.tsx:108 +msgid "Verify now" +msgstr "" + #: src/view/com/modals/ChangeHandle.tsx:505 msgid "Verify Text File" msgstr "Vérifier le fichier texte" @@ -7064,15 +7275,32 @@ msgstr "Vérifiez votre e-mail" msgid "Version {appVersion} {bundleInfo}" msgstr "Version {appVersion} {bundleInfo}" -#: 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 "Jeux vidéo" +#: 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 "Les vidéos ne peuvent pas dépasser 100 Mo" @@ -7082,7 +7310,7 @@ msgid "View {0}'s avatar" msgstr "Voir l’avatar de {0}" #: 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 "Voir le profil de {0}" @@ -7114,7 +7342,7 @@ msgstr "Voir les détails pour signaler une violation du droit d’auteur" msgid "View full thread" msgstr "Voir le fil de discussion entier" -#: src/components/moderation/LabelsOnMe.tsx:48 +#: src/components/moderation/LabelsOnMe.tsx:47 msgid "View information about these labels" msgstr "Voir les informations sur ces étiquettes" @@ -7174,7 +7402,7 @@ msgstr "Avertir du contenu" msgid "Warn content and filter from feeds" msgstr "Avertir du contenu et filtrer des fils d’actu" -#: src/screens/Hashtag.tsx:210 +#: src/screens/Hashtag.tsx:217 msgid "We couldn't find any results for that hashtag." msgstr "Nous n’avons trouvé aucun résultat pour ce mot-clé." @@ -7186,7 +7414,11 @@ msgstr "Nous ne pouvons pas charger cette conversation" msgid "We estimate {estimatedTime} until your account is ready." msgstr "Nous estimons que votre compte sera prêt dans {estimatedTime}." -#: src/screens/Onboarding/StepFinished.tsx:242 +#: src/components/intents/VerifyEmailIntentDialog.tsx:98 +msgid "We have sent another verification email to <0>{0}." +msgstr "" + +#: src/screens/Onboarding/StepFinished.tsx:238 msgid "We hope you have a wonderful time. Remember, Bluesky is:" msgstr "Nous espérons que vous passerez un excellent moment. N’oubliez pas que Bluesky est :" @@ -7198,6 +7430,10 @@ msgstr "Nous n’avons plus de posts provenant des comptes que vous suivez. Voic #~ msgid "We recommend avoiding common words that appear in many posts, since it can result in no posts being shown." #~ msgstr "Nous vous recommandons d’éviter les mots communs qui apparaissent dans de nombreux posts, car cela peut avoir pour conséquence qu’aucun post ne s’affiche." +#: src/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 "Nous n’avons pas pu charger vos préférences en matière de date de naissance. Veuillez réessayer." @@ -7206,7 +7442,7 @@ msgstr "Nous n’avons pas pu charger vos préférences en matière de date de n msgid "We were unable to load your configured labelers at this time." msgstr "Nous n’avons pas pu charger vos étiqueteurs configurés pour le moment." -#: 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 "Nous n’avons pas pu nous connecter. Veuillez réessayer pour continuer à configurer votre compte. Si l’échec persiste, vous pouvez sauter cette étape." @@ -7214,7 +7450,7 @@ msgstr "Nous n’avons pas pu nous connecter. Veuillez réessayer pour continuer msgid "We will let you know when your account is ready." msgstr "Nous vous informerons lorsque votre compte sera prêt." -#: 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 "Nous utiliserons ces informations pour personnaliser votre expérience." @@ -7238,7 +7474,7 @@ msgstr "Nous sommes désolés, mais nous n’avons pas pu charger vos mots masqu msgid "We're sorry, but your search could not be completed. Please try again in a few minutes." msgstr "Nous sommes désolés, mais votre recherche a été annulée. Veuillez réessayer dans quelques minutes." -#: src/view/com/composer/Composer.tsx:380 +#: src/view/com/composer/Composer.tsx:417 msgid "We're sorry! The post you are replying to has been deleted." msgstr "Nous sommes désolés ! Le post auquel vous répondez a été supprimé." @@ -7259,7 +7495,7 @@ msgstr "Bienvenue !" msgid "Welcome, friend!" msgstr "Bienvenue et enchanté !" -#: src/screens/Onboarding/StepInterests/index.tsx:155 +#: src/screens/Onboarding/StepInterests/index.tsx:140 msgid "What are your interests?" msgstr "Quels sont vos centres d’intérêt ?" @@ -7269,7 +7505,7 @@ msgstr "Quel est le nom de votre kit de démarrage ?" #: 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 "Quoi de neuf ?" @@ -7339,16 +7575,16 @@ msgstr "Pourquoi ce compte doit-il être examiné ?" msgid "Wide" msgstr "Large" -#: 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 "Écrire un message" -#: src/view/com/composer/Composer.tsx:660 +#: src/view/com/composer/Composer.tsx:708 msgid "Write post" msgstr "Rédiger 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 "Rédigez votre réponse" @@ -7389,7 +7625,7 @@ msgstr "" msgid "Yes, reactivate my account" msgstr "Oui, réactiver mon compte" -#: src/components/dms/MessageItem.tsx:182 +#: src/components/dms/MessageItem.tsx:183 msgid "Yesterday, {time}" msgstr "Hier, {time}" @@ -7406,7 +7642,11 @@ msgstr "Vous" msgid "You are in line." msgstr "Vous êtes dans la file d’attente." -#: 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 "Vous ne suivez personne." @@ -7436,7 +7676,7 @@ msgstr "Vous pouvez maintenant vous connecter avec votre nouveau mot de passe." msgid "You can reactivate your account to continue logging in. Your profile and posts will be visible to other users." msgstr "Vous pouvez réactiver votre compte pour continuer à vous connecter. Votre profil et vos posts seront visibles par les autres personnes." -#: src/view/com/profile/ProfileFollowers.tsx:86 +#: src/view/com/profile/ProfileFollowers.tsx:95 msgid "You do not have any followers." msgstr "Vous n’avez pas d’abonné·e·s." @@ -7511,7 +7751,7 @@ msgstr "Vous n’avez aucune liste." msgid "You have not blocked any accounts yet. To block an account, go to their profile and select \"Block account\" from the menu on their account." msgstr "Vous n’avez pas encore bloqué de comptes. Pour bloquer un compte, allez sur son profil et sélectionnez « Bloquer le compte » dans le menu de son compte." -#: 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 "Vous n’avez encore créé aucun mot de passe pour l’appli. Vous pouvez en créer un en cliquant sur le bouton suivant." @@ -7523,6 +7763,10 @@ msgstr "Vous n’avez encore masqué aucun compte. Pour masquer un compte, allez msgid "You have reached the end" msgstr "Vous avez atteint la fin" +#: src/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 "Vous n’avez pas encore créé de kit de démarrage !" @@ -7536,11 +7780,11 @@ msgstr "Vous n’avez pas encore masqué de mot ou de mot-clé" 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 "Vous pouvez faire appel des étiquettes poseés par des tiers si vous pensez qu’elles ont été appliquées par erreur." -#: src/components/moderation/LabelsOnMeDialog.tsx:91 +#: src/components/moderation/LabelsOnMeDialog.tsx:83 msgid "You may appeal these labels if you feel they were placed in error." msgstr "Vous pouvez faire appel de ces étiquettes si vous estimez qu’elles ont été apposées par erreur." @@ -7616,15 +7860,15 @@ msgstr "Vous suivrez les comptes et fils d’actu suggérés une fois que vous a msgid "You'll follow the suggested users once you finish creating your account!" msgstr "Vous suivrez les comptes suggérés une fois que vous aurez créé votre compte !" -#: src/screens/StarterPack/StarterPackLandingScreen.tsx:239 +#: src/screens/StarterPack/StarterPackLandingScreen.tsx:241 msgid "You'll follow these people and {0} others" msgstr "Vous suivrez ces personnes et {0} autres" -#: src/screens/StarterPack/StarterPackLandingScreen.tsx:237 +#: src/screens/StarterPack/StarterPackLandingScreen.tsx:239 msgid "You'll follow these people right away" msgstr "Vous suivrez ces personnes immédiatement" -#: src/screens/StarterPack/StarterPackLandingScreen.tsx:277 +#: src/screens/StarterPack/StarterPackLandingScreen.tsx:279 msgid "You'll stay updated with these feeds" msgstr "Vous resterez informé grâce à ces fils d’actu" @@ -7639,7 +7883,7 @@ msgstr "Vous êtes dans la file d’attente" msgid "You're logged in with an App Password. Please log in with your main password to continue deactivating your account." msgstr "Vous êtes connecté·e avec un mot de passe d’application. Veuillez vous connecter avec votre mot de passe principal pour continuer à désactiver votre compte." -#: src/screens/Onboarding/StepFinished.tsx:239 +#: src/screens/Onboarding/StepFinished.tsx:235 msgid "You're ready to go!" msgstr "Vous êtes prêt à partir !" @@ -7652,6 +7896,14 @@ msgstr "Vous avez choisi de masquer un mot ou un mot-clé dans ce post." msgid "You've reached the end of your feed! Find some more accounts to follow." msgstr "Vous avez atteint la fin de votre fil d’actu ! Trouvez d’autres comptes à suivre." +#: src/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 "Votre compte" @@ -7668,7 +7920,7 @@ msgstr "Le dépôt de votre compte, qui contient toutes les données publiques, msgid "Your birth date" msgstr "Votre date de naissance" -#: 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 "" @@ -7681,7 +7933,7 @@ msgid "Your choice will be saved, but can be changed later in settings." msgstr "Votre choix sera enregistré, mais vous pourrez le modifier ultérieurement dans les paramètres." #: src/screens/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." @@ -7703,7 +7955,7 @@ msgstr "Votre premier « like » !" msgid "Your following feed is empty! Follow more users to see what's happening." msgstr "Votre fil d’actu des comptes suivis est vide ! Suivez plus de comptes pour voir ce qui se passe." -#: src/screens/Signup/StepHandle.tsx:123 +#: src/screens/Signup/StepHandle.tsx:125 msgid "Your full handle will be" msgstr "Votre nom complet sera" @@ -7719,11 +7971,11 @@ msgstr "Vos mots masqués" msgid "Your password has been changed successfully!" msgstr "Votre mot de passe a été modifié avec succès !" -#: src/view/com/composer/Composer.tsx:426 +#: src/view/com/composer/Composer.tsx:463 msgid "Your post has been published" msgstr "Votre post a été publié" -#: src/screens/Onboarding/StepFinished.tsx:254 +#: src/screens/Onboarding/StepFinished.tsx:250 msgid "Your posts, likes, and blocks are public. Mutes are private." msgstr "Vos posts, les likes et les blocages sont publics. Les silences (comptes masqués) sont privés." @@ -7735,7 +7987,7 @@ msgstr "Votre profil" msgid "Your profile, posts, feeds, and lists will no longer be visible to other Bluesky users. You can reactivate your account at any time by logging in." msgstr "Votre profil, vos posts, vos fils d’actu et vos listes ne seront plus visibles par d’autres personnes sur Bluesky. Vous pouvez réactiver votre compte à tout moment en vous connectant." -#: src/view/com/composer/Composer.tsx:425 +#: src/view/com/composer/Composer.tsx:462 msgid "Your reply has been published" msgstr "Votre réponse a été publiée" diff --git a/src/locale/locales/ga/messages.po b/src/locale/locales/ga/messages.po index c96693d8..a80da430 100644 --- a/src/locale/locales/ga/messages.po +++ b/src/locale/locales/ga/messages.po @@ -20,17 +20,25 @@ msgstr "(tá ábhar leabaithe ann)" msgid "(no email)" msgstr "(gan ríomhphost)" -#: 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 "{0, plural, one {duine amháin eile} two {beirt eile} few {{formattedCount} dhuine eile} many {{formattedCount} nduine eile} other {{formattedCount} duine eile}}" +#: 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 #, fuzzy #~ msgid "{0, plural, one {# label has been placed on this account} other {# labels has been placed on this account}}" #~ msgstr "{0, plural, one {Cuireadh # lipéad amháin ar an gcuntas seo} two {Cuireadh # lipéad ar an gcuntas seo} few {Cuireadh # lipéad ar an gcuntas seo} many {Cuireadh # lipéad ar an gcuntas seo} other {Cuireadh # lipéad ar an gcuntas seo}}" -#: src/components/moderation/LabelsOnMe.tsx:55 +#: 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 "{0, plural, one {Cuireadh lipéad amháin ar an gcuntas seo} two {Cuireadh # lipéad ar an gcuntas seo} few {Cuireadh # lipéad ar an gcuntas seo} many {Cuireadh # lipéad ar an gcuntas seo} other {Cuireadh # lipéad ar an gcuntas seo}}" @@ -39,14 +47,26 @@ msgstr "{0, plural, one {Cuireadh lipéad amháin ar an gcuntas seo} two {Cuirea #~ msgid "{0, plural, one {# label has been placed on this content} other {# labels has been placed on this content}}" #~ msgstr "{0, plural, one {Cuireadh # lipéad amháin ar an ábhar seo} two {Cuireadh # lipéad ar an ábhar seo} few {Cuireadh # lipéad ar an ábhar seo} many {Cuireadh # lipéad ar an ábhar seo} other {Cuireadh # lipéad ar an ábhar seo}}" -#: src/components/moderation/LabelsOnMe.tsx:61 +#: 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 "{0, plural, one {Cuireadh lipéad amháin ar an ábhar seo} two {Cuireadh # lipéad ar an ábhar seo} few {Cuireadh # lipéad ar an ábhar seo} many {Cuireadh # lipéad ar an ábhar seo} other {Cuireadh # lipéad ar an ábhar seo}}" -#: src/view/com/util/post-ctrls/RepostButton.tsx: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 "{0, plural, one {# athphostáil} two {# athphostáil} few {# athphostáil} many {# n-athphostáil} other {# athphostáil}}" +#: 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 "" @@ -61,11 +81,11 @@ msgstr "{0, plural, one {leantóir} two {leantóir} few {leantóir} many {leant msgid "{0, plural, one {following} other {following}}" msgstr "{0, plural, one {á leanúint} two {á leanúint} few {á leanúint} many {á leanúint} other {á leanúint}}" -#: 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 "{0, plural, one {Mol (# mholadh)} two {Mol (# mholadh)} few {Mol (# mholadh)} many {Mol (# moladh)} other {Mol (# moladh)}}" -#: src/view/com/post-thread/PostThreadItem.tsx:433 +#: src/view/com/post-thread/PostThreadItem.tsx:439 msgid "{0, plural, one {like} other {likes}}" msgstr "{0, plural, one {moladh} two {mholadh} few {mholadh} many {moladh} other {moladh}}" @@ -78,19 +98,19 @@ msgstr "{0, plural, one {Molta ag úsáideoir amháin} two {Molta ag beirt úsá msgid "{0, plural, one {post} other {posts}}" msgstr "{0, plural, one {phostáil} two {phostáil} few {phostáil} many {bpostáil} other {postáil}}" -#: 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 "{0, plural, one {Freagair (# fhreagra)} two {Freagair (# fhreagra)} few {Freagair (# fhreagra)} many {Freagair (# bhfreagra)} other {Freagair (# freagra)}}" -#: src/view/com/post-thread/PostThreadItem.tsx:393 +#: src/view/com/post-thread/PostThreadItem.tsx:397 msgid "{0, plural, one {repost} other {reposts}}" msgstr "{0, plural, one {athphostáil} two {athphostáil} few {athphostáil} many {athphostáil} other {athphostáil}}" -#: 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 "{0, plural, one {Dímhol (# mholadh)} two {Dímhol (# mholadh)} few {Dímhol (# mholadh)} many {Dímhol (# moladh)} other {Dímhol (# moladh)}}" @@ -108,6 +128,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 "" @@ -129,30 +153,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 "{count, plural, one {Molta ag úsáideoir amháin} two {Molta ag beirt úsáideoirí} few {Molta ag # úsáideoir} many {Molta ag # n-úsáideoir} other {Molta ag # úsáideoir}}" #: src/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 "" @@ -291,8 +341,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 @@ -356,7 +406,7 @@ msgstr "Roghanna cuntais" msgid "Account removed from quick access" msgstr "Baineadh an cuntas ón mearliosta" -#: 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 "Cuntas díbhlocáilte" @@ -413,9 +463,13 @@ msgstr "Cuir téacs malartach leis seo" #~ msgid "Add ALT text" #~ msgstr "Cuir téacs malartach leis seo" -#: src/view/screens/AppPasswords.tsx:106 -#: src/view/screens/AppPasswords.tsx:148 -#: src/view/screens/AppPasswords.tsx:161 +#: src/view/com/composer/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 "Cuir pasfhocal aipe leis seo" @@ -535,7 +589,7 @@ msgstr "Ceadaigh teachtaireachtaí nua ó" msgid "Allow replies from:" msgstr "" -#: src/view/screens/AppPasswords.tsx:271 +#: src/view/screens/AppPasswords.tsx:266 msgid "Allows access to direct messages" msgstr "" @@ -550,17 +604,20 @@ msgstr "Logáilte isteach cheana mar @{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 "Téacs malartach" -#: src/view/com/util/post-embeds/GifEmbed.tsx:189 +#: src/view/com/util/post-embeds/GifEmbed.tsx:170 msgid "Alt Text" msgstr "Téacs Malartach" @@ -585,19 +642,26 @@ msgstr "" #~ msgid "An error occured" #~ msgstr "Tharla earráid" -#: 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 "" @@ -607,6 +671,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 "Tharla earráid agus an teachtaireacht á scriosadh. Bain triail eile as." @@ -616,7 +684,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 "" @@ -641,7 +709,7 @@ msgstr "" msgid "An issue occurred, please try again." msgstr "Tharla fadhb. Déan iarracht eile, le do thoil." -#: src/screens/Onboarding/StepInterests/index.tsx:219 +#: src/screens/Onboarding/StepInterests/index.tsx:199 msgid "an unknown error occurred" msgstr "tharla earráid nach eol dúinn" @@ -651,8 +719,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 "agus" @@ -661,7 +729,7 @@ msgstr "agus" msgid "Animals" msgstr "Ainmhithe" -#: src/view/com/util/post-embeds/GifEmbed.tsx:155 +#: src/view/com/util/post-embeds/GifEmbed.tsx:138 msgid "Animated GIF" msgstr "GIF beo" @@ -677,7 +745,7 @@ msgstr "" msgid "App Language" msgstr "Teanga na haipe" -#: src/view/screens/AppPasswords.tsx:228 +#: src/view/screens/AppPasswords.tsx:226 msgid "App password deleted" msgstr "Pasfhocal na haipe scriosta" @@ -694,21 +762,21 @@ msgid "App password settings" msgstr "Socruithe phasfhocal na haipe" #: 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 "Pasfhocal na haipe" -#: 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 "Achomharc" -#: src/components/moderation/LabelsOnMeDialog.tsx:247 +#: src/components/moderation/LabelsOnMeDialog.tsx:238 msgid "Appeal \"{0}\" label" msgstr "Achomharc in aghaidh lipéid \"{0}\"" -#: src/components/moderation/LabelsOnMeDialog.tsx:238 +#: src/components/moderation/LabelsOnMeDialog.tsx:229 #: src/screens/Messages/Conversation/ChatDisabled.tsx:91 msgid "Appeal submitted" msgstr "Achomharc déanta" @@ -746,7 +814,7 @@ msgstr "Bain úsáid as fothaí réamhshocraithe a moladh" #~ 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 "An bhfuil tú cinnte gur mhaith leat pasfhocal na haipe “{name}” a scriosadh?" @@ -780,7 +848,7 @@ msgstr "An bhfuil tú cinnte gur mhaith leat {0} a bhaint de do chuid fothaí?" 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 "An bhfuil tú cinnte gur mhaith leat an dréacht seo a scriosadh?" @@ -801,13 +869,13 @@ msgstr "Ealaín" msgid "Artistic or non-erotic nudity." msgstr "Lomnochtacht ealaíonta nó gan a bheith gáirsiúil." -#: src/screens/Signup/StepHandle.tsx:171 +#: src/screens/Signup/StepHandle.tsx:173 msgid "At least 3 characters" msgstr "3 charachtar ar a laghad" #: 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 @@ -841,7 +909,7 @@ msgstr "Breithlá" msgid "Birthday:" msgstr "Breithlá:" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:314 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:272 #: src/view/com/profile/ProfileMenu.tsx:365 msgid "Block" msgstr "Blocáil" @@ -872,7 +940,7 @@ msgstr "Liosta blocála" msgid "Block these accounts?" msgstr "An bhfuil fonn ort na cuntais seo a bhlocáil?" -#: src/view/com/util/post-embeds/QuoteEmbed.tsx:76 +#: src/view/com/util/post-embeds/QuoteEmbed.tsx:81 msgid "Blocked" msgstr "Blocáilte" @@ -959,23 +1027,23 @@ msgstr "Déan íomhánna doiléir agus scag ó fhothaí iad" msgid "Books" msgstr "Leabhair" -#: 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 "" @@ -1025,12 +1093,12 @@ msgid "Can only contain letters, numbers, spaces, dashes, and underscores. Must msgstr "Ní féidir ach litreacha, uimhreacha, spásanna, daiseanna agus fostríocanna a bheith ann. Caithfear 4 charachtar ar a laghad a bheith ann agus gan níos mó ná 32 charachtar." #: src/components/Menu/index.tsx: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 @@ -1046,7 +1114,7 @@ msgstr "Ní féidir ach litreacha, uimhreacha, spásanna, daiseanna agus fostrí #: 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 "Cealaigh" @@ -1075,7 +1143,7 @@ msgstr "Cealaigh bearradh na híomhá" msgid "Cancel profile editing" msgstr "Cealaigh eagarthóireacht na próifíle" -#: src/view/com/util/post-ctrls/RepostButton.tsx:154 +#: src/view/com/util/post-ctrls/RepostButton.tsx:157 msgid "Cancel quote post" msgstr "Ná déan athlua na postála" @@ -1091,6 +1159,21 @@ msgstr "Cealaigh an cuardach" msgid "Cancels opening the linked website" msgstr "Cuireann sé seo oscailt an tsuímh gréasáin atá nasctha ar ceal" +#: 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 "Athraigh" @@ -1131,8 +1214,8 @@ msgid "Change Your Email" msgstr "Athraigh do ríomhphost" #: 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 "Comhrá" @@ -1187,12 +1270,12 @@ msgstr "Féach ar do bhosca ríomhphoist le haghaidh teachtaireachta leis an gc #~ msgstr "Roghnaigh “Chuile Dhuine” nó “Duine Ar Bith”" #: 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" @@ -1210,7 +1293,7 @@ msgstr "" msgid "Choose Service" msgstr "Roghnaigh Seirbhís" -#: src/screens/Onboarding/StepFinished.tsx:284 +#: src/screens/Onboarding/StepFinished.tsx:280 msgid "Choose the algorithms that power your custom feeds." msgstr "Roghnaigh na halgartaim le haghaidh do chuid sainfhothaí." @@ -1297,7 +1380,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 "Cliceáil le triail eile a bhaint as teachtaireacht ar theip uirthi" @@ -1312,13 +1395,15 @@ msgstr "Trup, Trup a Chapaillín 🐴" #: 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 "Dún" @@ -1373,7 +1458,7 @@ msgstr "Dúnann sé seo an barra nascleanúna ag an mbun" msgid "Closes password update alert" msgstr "Dúnann sé seo an rabhadh faoi uasdátú an phasfhocail" -#: src/view/com/composer/Composer.tsx:524 +#: src/view/com/composer/Composer.tsx:602 msgid "Closes post composer and discards post draft" msgstr "Dúnann sé seo cumadóir na postálacha agus ní shábhálann sé an dréacht" @@ -1381,11 +1466,11 @@ msgstr "Dúnann sé seo cumadóir na postálacha agus ní shábhálann sé an dr msgid "Closes viewer for header image" msgstr "Dúnann sé seo an t-amharcóir le haghaidh íomhá an cheanntáisc" -#: src/view/com/notifications/FeedItem.tsx:269 +#: src/view/com/notifications/FeedItem.tsx:265 msgid "Collapse list of users" msgstr "Laghdaigh an liosta úsáideoirí" -#: src/view/com/notifications/FeedItem.tsx:470 +#: src/view/com/notifications/FeedItem.tsx:466 msgid "Collapses list of users for a given notification" msgstr "Laghdaíonn sé seo liosta na n-úsáideoirí le haghaidh an fhógra sin" @@ -1404,7 +1489,7 @@ msgstr "Greannáin" msgid "Community Guidelines" msgstr "Treoirlínte an phobail" -#: src/screens/Onboarding/StepFinished.tsx:297 +#: src/screens/Onboarding/StepFinished.tsx:293 msgid "Complete onboarding and start using your account" msgstr "Críochnaigh agus tosaigh ag baint úsáide as do chuntas." @@ -1412,7 +1497,7 @@ msgstr "Críochnaigh agus tosaigh ag baint úsáide as do chuntas." msgid "Complete the challenge" msgstr "Freagair an dúshlán" -#: src/view/com/composer/Composer.tsx:662 +#: src/view/com/composer/Composer.tsx:710 msgid "Compose posts up to {MAX_GRAPHEME_LENGTH} characters in length" msgstr "Scríobh postálacha chomh fada le {MAX_GRAPHEME_LENGTH} litir agus carachtair eile" @@ -1421,8 +1506,8 @@ msgid "Compose reply" msgstr "Scríobh freagra" #: 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}" @@ -1436,8 +1521,8 @@ msgstr "Socraigh scagadh an ábhair le haghaidh catagóir: {name}" msgid "Configured in <0>moderation settings." msgstr "Le socrú i <0>socruithe na modhnóireachta." -#: src/components/Prompt.tsx: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 @@ -1523,7 +1608,7 @@ msgstr "Rabhadh ábhair" msgid "Context menu backdrop, click to close the menu." msgstr "Cúlra an roghchláir comhthéacs, cliceáil chun an roghchlár a dhúnadh." -#: src/screens/Onboarding/StepInterests/index.tsx:278 +#: src/screens/Onboarding/StepInterests/index.tsx:258 #: src/screens/Onboarding/StepProfile/index.tsx:269 msgid "Continue" msgstr "Lean ar aghaidh" @@ -1536,7 +1621,7 @@ msgstr "Lean ort mar {0} (atá logáilte isteach faoi láthair)" 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" @@ -1572,7 +1657,7 @@ msgstr "Leagan cóipeáilte sa ghearrthaisce" #: 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 "Cóipeáilte sa ghearrthaisce" @@ -1658,6 +1743,10 @@ msgstr "Ní féidir an liosta a lódáil" msgid "Could not mute chat" msgstr "Níor éiríodh ar an gcomhrá a bhalbhú" +#: src/view/com/composer/videos/VideoPreview.web.tsx:45 +msgid "Could not process your video" +msgstr "" + #: src/components/dms/ConvoMenu.tsx:68 #, fuzzy #~ msgid "Could not unmute chat" @@ -1724,7 +1813,7 @@ msgstr "Cruthaigh cuntas nua" msgid "Create report for {0}" msgstr "Cruthaigh tuairisc do {0}" -#: src/view/screens/AppPasswords.tsx:251 +#: src/view/screens/AppPasswords.tsx:246 msgid "Created {0}" msgstr "Cruthaíodh {0}" @@ -1806,7 +1895,7 @@ msgstr "Painéal dífhabhtaithe" #: 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 "Scrios" @@ -1823,11 +1912,11 @@ msgstr "Scrios an cuntas" msgid "Delete Account <0>\"<1>{0}<2>\"" msgstr "Scrios Cuntas <0>\"<1>{0}<2>\"" -#: src/view/screens/AppPasswords.tsx:244 +#: src/view/screens/AppPasswords.tsx:239 msgid "Delete app password" msgstr "Scrios pasfhocal na haipe" -#: src/view/screens/AppPasswords.tsx:280 +#: src/view/screens/AppPasswords.tsx:275 msgid "Delete app password?" msgstr "Scrios pasfhocal na haipe?" @@ -1882,7 +1971,7 @@ msgstr "An bhfuil fonn ort an liosta seo a scriosadh?" msgid "Delete this post?" msgstr "An bhfuil fonn ort an phostáil seo a scriosadh?" -#: src/view/com/util/post-embeds/QuoteEmbed.tsx:85 +#: src/view/com/util/post-embeds/QuoteEmbed.tsx:90 msgid "Deleted" msgstr "Scriosta" @@ -1918,7 +2007,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 "Ar mhaith leat rud éigin a rá?" @@ -1932,8 +2021,12 @@ msgid "Direct messages are here!" msgstr "Tá teachtaireachtaí díreacha ar fáil anois!" #: src/view/screens/AccessibilitySettings.tsx:111 -msgid "Disable autoplay for GIFs" -msgstr "Ná seinn GIFanna go huathoibríoch" +#~ msgid "Disable autoplay for GIFs" +#~ msgstr "Ná seinn GIFanna go huathoibríoch" + +#: 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" @@ -1947,7 +2040,7 @@ msgstr "Ná húsáid aiseolas haptach" #~ msgid "Disable haptics" #~ msgstr "Ná húsáid aiseolas haptach" -#: src/view/com/util/post-embeds/VideoEmbedInner/VideoWebControls.tsx:242 +#: src/view/com/util/post-embeds/VideoEmbedInner/VideoWebControls.tsx:335 msgid "Disable subtitles" msgstr "" @@ -1964,11 +2057,11 @@ msgstr "" msgid "Disabled" msgstr "Díchumasaithe" -#: src/view/com/composer/Composer.tsx:774 +#: src/view/com/composer/Composer.tsx:839 msgid "Discard" msgstr "Ná sábháil" -#: src/view/com/composer/Composer.tsx:771 +#: src/view/com/composer/Composer.tsx:836 msgid "Discard draft?" msgstr "Faigh réidh leis an dréacht?" @@ -1978,8 +2071,8 @@ msgid "Discourage apps from showing my account to logged-out users" msgstr "Cuir ina luí ar aipeanna gan mo chuntas a thaispeáint d'úsáideoirí atá logáilte amach" #: src/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 @@ -1995,10 +2088,10 @@ msgid "Discover New Feeds" msgstr "Aimsigh Fothaí Nua" #: 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 "" @@ -2030,7 +2123,7 @@ msgstr "" msgid "Does not include nudity." msgstr "Níl lomnochtacht ann." -#: src/screens/Signup/StepHandle.tsx:157 +#: src/screens/Signup/StepHandle.tsx:159 msgid "Doesn't begin or end with a hyphen" msgstr "Ní thosaíonn ná chríochnaíonn sé le fleiscín" @@ -2050,6 +2143,8 @@ msgstr "Fearann dearbhaithe!" #: 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 @@ -2072,7 +2167,7 @@ msgstr "Déanta" msgid "Done{extraText}" msgstr "Déanta{extraText}" -#: src/screens/StarterPack/StarterPackLandingScreen.tsx:324 +#: src/screens/StarterPack/StarterPackLandingScreen.tsx:326 msgid "Download Bluesky" msgstr "" @@ -2081,7 +2176,7 @@ msgstr "" msgid "Download CAR file" msgstr "Íoslódáil comhad CAR" -#: 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 "Scaoil anseo chun íomhánna a chur leis" @@ -2194,12 +2289,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 "Athraigh an phróifíl" #: 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 "Athraigh an Phróifíl" @@ -2253,6 +2348,10 @@ msgstr "Níl 2FA trí ríomhphost ar fáil a thuilleadh" msgid "Email address" msgstr "Seoladh ríomhphoist" +#: 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" @@ -2266,6 +2365,10 @@ msgstr "Seoladh ríomhphoist uasdátaithe" msgid "Email verified" msgstr "Ríomhphost dearbhaithe" +#: src/components/intents/VerifyEmailIntentDialog.tsx:71 +msgid "Email Verified" +msgstr "" + #: src/view/screens/Settings/index.tsx:319 msgid "Email:" msgstr "Ríomhphost:" @@ -2314,7 +2417,7 @@ msgstr "Cuir seinnteoirí na meán ar fáil le haghaidh" 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 "" @@ -2332,7 +2435,7 @@ msgstr "Cuir an foinse seo amháin ar fáil" msgid "Enabled" msgstr "Cumasaithe" -#: src/screens/Profile/Sections/Feed.tsx:105 +#: src/screens/Profile/Sections/Feed.tsx:112 msgid "End of feed" msgstr "Deireadh an fhotha" @@ -2342,7 +2445,11 @@ msgstr "Deireadh an fhotha" #~ msgstr "Curtha leis an liosta" #: 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 @@ -2399,11 +2506,11 @@ msgstr "Cuir isteach do leasainm agus do phasfhocal" msgid "Error occurred while saving file" msgstr "Tharla earráid le linn comhad a shábháil" -#: src/screens/Signup/StepCaptcha/index.tsx:57 +#: src/screens/Signup/StepCaptcha/index.tsx:56 msgid "Error receiving captcha response." msgstr "Earráid agus an freagra ar an captcha á phróiseáil." -#: src/screens/Onboarding/StepInterests/index.tsx:217 +#: src/screens/Onboarding/StepInterests/index.tsx:197 #: src/view/screens/Search/Search.tsx:116 msgid "Error:" msgstr "Earráid:" @@ -2427,11 +2534,11 @@ msgstr "" msgid "Everyone" msgstr "Chuile dhuine" -#: src/lib/moderation/useReportOptions.ts:68 +#: src/lib/moderation/useReportOptions.ts:73 msgid "Excessive mentions or replies" msgstr "An iomarca tagairtí nó freagraí" -#: src/lib/moderation/useReportOptions.ts:81 +#: src/lib/moderation/useReportOptions.ts:86 msgid "Excessive or unwanted messages" msgstr "Teachtaireachtaí iomarcacha nó nach bhfuil de dhíth" @@ -2443,6 +2550,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 "Fágann sé seo próiseas scrios an chuntais" @@ -2467,7 +2578,7 @@ msgstr "Fágann sé seo an cuardach" msgid "Expand alt text" msgstr "Taispeáin an téacs malartach ina iomláine" -#: src/view/com/notifications/FeedItem.tsx:270 +#: src/view/com/notifications/FeedItem.tsx:266 msgid "Expand list of users" msgstr "Leathnaigh an liosta úsáideoirí" @@ -2591,7 +2702,7 @@ msgstr "Níor sábháladh an íomhá: {0}" 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 "Teip ar sheoladh" @@ -2600,7 +2711,7 @@ msgstr "Teip ar sheoladh" #~ msgid "Failed to send message(s)." #~ msgstr "Teip ar theachtaireacht a scriosadh" -#: 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 "Teip ar achomharc a dhéanamh, bain triail eile as, le do thoil." @@ -2618,6 +2729,13 @@ msgstr "" msgid "Failed to update settings" msgstr "Teip ar shocruithe a uasdátú" +#: 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 "Fotha" @@ -2646,7 +2764,7 @@ msgstr "Aiseolas" #: 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" @@ -2680,7 +2798,7 @@ msgstr "Sábháladh an comhad!" msgid "Filter from feeds" msgstr "Scag ó mo chuid fothaí" -#: src/screens/Onboarding/StepFinished.tsx:300 +#: src/screens/Onboarding/StepFinished.tsx:296 msgid "Finalizing" msgstr "Ag cur crích air" @@ -2691,8 +2809,8 @@ msgid "Find accounts to follow" msgstr "Aimsigh fothaí le leanúint" #: 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" @@ -2723,14 +2841,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 "Folláine" -#: src/screens/Onboarding/StepFinished.tsx:280 +#: src/screens/Onboarding/StepFinished.tsx:276 msgid "Flexible" msgstr "Solúbtha" @@ -2747,8 +2865,8 @@ msgstr "Iompaigh go hingearach é" #: 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 "Lean" @@ -2757,8 +2875,8 @@ msgctxt "action" msgid "Follow" msgstr "Lean" -#: 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 "Lean {0}" @@ -2784,7 +2902,7 @@ msgstr "" #~ msgid "Follow All" #~ msgstr "Lean iad uile" -#: src/view/com/post-thread/PostThreadFollowBtn.tsx:144 +#: src/view/com/post-thread/PostThreadFollowBtn.tsx:142 msgid "Follow Back" msgstr "Lean Ar Ais" @@ -2832,16 +2950,16 @@ msgstr "Cuntais a leanann tú" #~ msgid "Followed users only" #~ msgstr "Cuntais a leanann tú amháin" -#: src/view/com/notifications/FeedItem.tsx:211 +#: src/view/com/notifications/FeedItem.tsx:207 msgid "followed you" msgstr "— lean sé/sí thú" -#: 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 "Leantóirí" @@ -2858,17 +2976,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 "Á leanúint" #: src/components/ProfileCard.tsx:311 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:98 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:94 msgid "Following {0}" msgstr "Ag leanúint {0}" @@ -2887,8 +3005,8 @@ msgid "Following Feed Preferences" msgstr "Roghanna don Fhotha Following" #: 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" @@ -2932,15 +3050,19 @@ msgstr "Dearmadta?" msgid "Frequently Posts Unwanted Content" msgstr "Is minic a phostálann siad ábhar nach bhfuil de dhíth" -#: src/screens/Hashtag.tsx:118 +#: src/screens/Hashtag.tsx:116 msgid "From @{sanitizedAuthor}" msgstr "Ó @{sanitizedAuthor}" -#: src/view/com/posts/FeedItem.tsx:273 +#: src/view/com/posts/FeedItem.tsx:271 msgctxt "from-feed" msgid "From <0/>" msgstr "Ó <0/>" +#: src/view/com/util/post-embeds/VideoEmbedInner/VideoWebControls.tsx:354 +msgid "Fullscreen" +msgstr "" + #: src/view/com/composer/photos/SelectPhotoBtn.tsx:39 msgid "Gallery" msgstr "Gailearaí" @@ -2966,7 +3088,7 @@ msgstr "Ar aghaidh leat anois!" msgid "Getting started" msgstr "" -#: src/view/com/util/images/ImageHorzList.tsx:35 +#: src/components/MediaPreview.tsx:119 msgid "GIF" msgstr "" @@ -2985,7 +3107,7 @@ msgstr "Deargshárú an dlí nó na dtéarmaí seirbhíse" #: 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 "Ar ais" @@ -3043,8 +3165,8 @@ msgid "Go to profile" msgstr "Téigh go próifíl" #: 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" @@ -3122,7 +3244,7 @@ msgstr "" msgid "Hide" msgstr "Cuir i bhfolach" -#: src/view/com/notifications/FeedItem.tsx:477 +#: src/view/com/notifications/FeedItem.tsx:473 msgctxt "action" msgid "Hide" msgstr "Cuir i bhfolach" @@ -3161,7 +3283,7 @@ msgstr "An bhfuil fonn ort an phostáil seo a chur i bhfolach?" msgid "Hide this reply?" msgstr "" -#: src/view/com/notifications/FeedItem.tsx:468 +#: src/view/com/notifications/FeedItem.tsx:464 msgid "Hide user list" msgstr "Cuir liosta na gcuntas i bhfolach" @@ -3193,10 +3315,14 @@ msgstr "Hmmm, is cosúil go bhfuil fadhb againn le lódáil na sonraí seo. Féa msgid "Hmmmm, we couldn't load that moderation service." msgstr "Hmmm, ní raibh muid in ann an tseirbhís modhnóireachta sin a lódáil." -#: src/Navigation.tsx: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" @@ -3268,7 +3394,7 @@ msgstr "Má tá sé i gceist agat do hanla nó ríomhphost a athrú, déan sin s msgid "Illegal and Urgent" msgstr "Mídhleathach agus Práinneach" -#: src/view/com/util/images/Gallery.tsx:42 +#: src/view/com/util/images/Gallery.tsx:55 msgid "Image" msgstr "Íomhá" @@ -3284,7 +3410,11 @@ msgstr "" msgid "Impersonation or false claims about identity or affiliation" msgstr "Pearsanú nó maíomh mícheart maidir le cé atá ann nó a gceangal" -#: 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 "Teachtaireachtaí míchuí nó nascanna graosta" @@ -3328,7 +3458,7 @@ msgstr "Cuir isteach do phasfhocal" msgid "Input your preferred hosting provider" msgstr "Cuir isteach an soláthraí óstála is fearr leat" -#: src/screens/Signup/StepHandle.tsx:112 +#: src/screens/Signup/StepHandle.tsx:114 msgid "Input your user handle" msgstr "Cuir isteach do leasainm" @@ -3353,6 +3483,10 @@ msgstr "Taifead postála atá neamhbhailí nó gan bhunús" msgid "Invalid username or password" msgstr "Leasainm nó pasfhocal míchruinn" +#: src/components/intents/VerifyEmailIntentDialog.tsx:82 +msgid "Invalid Verification Code" +msgstr "" + #: src/view/com/modals/InviteCodes.tsx:94 msgid "Invite a Friend" msgstr "Tabhair cuireadh chuig cara leat" @@ -3361,7 +3495,7 @@ msgstr "Tabhair cuireadh chuig cara leat" msgid "Invite code" msgstr "Cód cuiridh" -#: 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 "Níor glacadh leis an gcód cuiridh. Bí cinnte gur scríobh tú i gceart é agus bain triail eile as." @@ -3393,6 +3527,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 "Jabanna" @@ -3437,11 +3575,11 @@ msgstr "Nótaí faoi úsáideoirí nó ábhar is ea lipéid. Is féidir úsáid #~ msgid "labels have been placed on this {labelTarget}" #~ msgstr "cuireadh lipéid ar an {labelTarget}" -#: src/components/moderation/LabelsOnMeDialog.tsx:79 +#: src/components/moderation/LabelsOnMeDialog.tsx:71 msgid "Labels on your account" msgstr "Lipéid ar do chuntas" -#: src/components/moderation/LabelsOnMeDialog.tsx:81 +#: src/components/moderation/LabelsOnMeDialog.tsx:73 msgid "Labels on your content" msgstr "Lipéid ar do chuid ábhair" @@ -3462,7 +3600,7 @@ msgstr "Socruithe teanga" msgid "Languages" msgstr "Teangacha" -#: src/screens/Hashtag.tsx:99 +#: src/screens/Hashtag.tsx:97 #: src/view/screens/Search/Search.tsx:359 msgid "Latest" msgstr "Is Déanaí" @@ -3536,8 +3674,7 @@ msgstr "" msgid "Let's get your password reset!" msgstr "Socraímis do phasfhocal arís!" -#: src/screens/Onboarding/StepFinished.tsx:300 -#: src/tours/Tooltip.tsx:151 +#: src/screens/Onboarding/StepFinished.tsx:296 msgid "Let's go!" msgstr "Ar aghaidh linn!" @@ -3570,9 +3707,9 @@ msgstr "Mol an fotha seo" msgid "Liked by" msgstr "Molta ag" -#: 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 "Molta ag" @@ -3589,11 +3726,11 @@ msgstr "Molta ag" #~ msgid "Liked by {likeCount} {0}" #~ msgstr "Molta ag {likeCount} {0}" -#: src/view/com/notifications/FeedItem.tsx:215 +#: src/view/com/notifications/FeedItem.tsx:211 msgid "liked your custom feed" msgstr "a mhol do shainfhotha" -#: src/view/com/notifications/FeedItem.tsx:182 +#: src/view/com/notifications/FeedItem.tsx:178 msgid "liked your post" msgstr "a mhol do phostáil" @@ -3653,7 +3790,7 @@ msgstr "Liosta nach bhfuil balbhaithe níos mó" #: 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" @@ -3679,7 +3816,7 @@ msgstr "" msgid "Load new notifications" msgstr "Lódáil fógraí nua" -#: 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 @@ -3787,12 +3924,12 @@ msgstr "Scriosadh an teachtaireacht" msgid "Message from server: {0}" msgstr "Teachtaireacht ón bhfreastalaí: {0}" -#: src/screens/Messages/Conversation/MessageInput.tsx:138 +#: src/screens/Messages/Conversation/MessageInput.tsx:140 msgid "Message input field" msgstr "Réimse ionchur teachtaireachtaí" -#: src/screens/Messages/Conversation/MessageInput.tsx:70 -#: src/screens/Messages/Conversation/MessageInput.web.tsx:49 +#: src/screens/Messages/Conversation/MessageInput.tsx:72 +#: src/screens/Messages/Conversation/MessageInput.web.tsx:59 msgid "Message is too long" msgstr "Tá an teachtaireacht rófhada" @@ -3800,7 +3937,7 @@ msgstr "Tá an teachtaireacht rófhada" msgid "Message settings" msgstr "Socruithe teachtaireachta" -#: 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 @@ -3816,6 +3953,10 @@ msgstr "Teachtaireachtaí" msgid "Misleading Account" msgstr "Cuntas atá Míthreorach" +#: src/lib/moderation/useReportOptions.ts:67 +msgid "Misleading Post" +msgstr "" + #: src/screens/Settings/AppearanceSettings.tsx:78 msgid "Mode" msgstr "" @@ -3882,7 +4023,7 @@ msgstr "Uirlisí modhnóireachta" msgid "Moderator has chosen to set a general warning on the content." msgstr "Chuir an modhnóir rabhadh ginearálta ar an ábhar." -#: src/view/com/post-thread/PostThreadItem.tsx:619 +#: src/view/com/post-thread/PostThreadItem.tsx:629 msgid "More" msgstr "Tuilleadh" @@ -3907,8 +4048,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 "Cuir i bhfolach" @@ -3993,7 +4133,7 @@ msgstr "Cuir an snáithe seo i bhfolach" msgid "Mute words & tags" msgstr "Cuir focail ⁊ clibeanna i bhfolach" -#: src/view/com/util/post-embeds/VideoEmbedInner/VideoEmbedInnerNative.tsx:201 +#: src/view/com/util/post-embeds/VideoEmbedInner/VideoEmbedInnerNative.tsx:168 msgid "Muted" msgstr "Curtha i bhfolach" @@ -4031,7 +4171,7 @@ msgstr "Mo Bhreithlá" msgid "My Feeds" msgstr "Mo Chuid Fothaí" -#: src/view/shell/desktop/LeftNav.tsx:85 +#: src/view/shell/desktop/LeftNav.tsx:84 msgid "My Profile" msgstr "Mo Phróifíl" @@ -4053,9 +4193,9 @@ msgid "Name is required" msgstr "Tá an t-ainm riachtanach" #: 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 "Sáraíonn an tAinm nó an Cur Síos Caighdeáin an Phobail" @@ -4090,7 +4230,7 @@ msgstr "An bhfuil tú ag iarraidh sárú cóipchirt a thuairisciú?" #~ msgid "Never lose access to your followers and data." #~ msgstr "Ná bíodh gan fáil ar do chuid leantóirí ná ar do chuid dáta go deo." -#: src/screens/Onboarding/StepFinished.tsx:268 +#: src/screens/Onboarding/StepFinished.tsx:264 msgid "Never lose access to your followers or data." msgstr "Ná bíodh gan fáil ar do chuid leantóirí ná ar do chuid dáta go deo." @@ -4140,11 +4280,11 @@ msgstr "Postáil nua" #: 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 "Postáil nua" -#: src/view/shell/desktop/LeftNav.tsx:284 +#: src/view/shell/desktop/LeftNav.tsx:283 msgctxt "action" msgid "New Post" msgstr "Postáil nua" @@ -4177,7 +4317,6 @@ msgstr "Nuacht" #: 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" @@ -4220,11 +4359,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 "Ní leantar {0} níos mó" -#: src/screens/Signup/StepHandle.tsx:167 +#: src/screens/Signup/StepHandle.tsx:169 msgid "No longer than 253 characters" msgstr "Gan a bheith níos faide na 253 charachtar" @@ -4251,7 +4390,7 @@ msgstr "Duine ar bith" 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 "" @@ -4331,7 +4470,7 @@ msgstr "Ní anois" #: 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 "Nóta faoi roinnt" @@ -4364,22 +4503,22 @@ msgstr "Fuaimeanna fógra" msgid "Notification Sounds" msgstr "Fuaimeanna Fógra" -#: 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 "Fógraí" -#: 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 "Anois" @@ -4387,7 +4526,7 @@ msgstr "Anois" msgid "Nudity" msgstr "Lomnochtacht" -#: src/lib/moderation/useReportOptions.ts:73 +#: src/lib/moderation/useReportOptions.ts:78 msgid "Nudity or adult content not labeled as such" msgstr "Lomnochtacht nó ábhar do dhaoine fásta nach bhfuil an lipéad sin air" @@ -4405,7 +4544,7 @@ msgstr "As" msgid "Oh no!" msgstr "Úps!" -#: src/screens/Onboarding/StepInterests/index.tsx:153 +#: src/screens/Onboarding/StepInterests/index.tsx:138 msgid "Oh no! Something went wrong." msgstr "Úps! Theip ar rud éigin." @@ -4422,11 +4561,15 @@ msgid "Oldest replies first" msgstr "Na freagraí is sine ar dtús" #: 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/>" msgstr "" #: src/view/screens/Settings/index.tsx:226 @@ -4434,10 +4577,10 @@ msgid "Onboarding reset" msgstr "Atosú an chláraithe" #: 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 "Tá téacs malartach de dhíth ar íomhá amháin nó níos mó acu." @@ -4453,10 +4596,14 @@ msgstr "Ní oibríonn ach comhaid .jpg agus .png" msgid "Only {0} can reply." msgstr "Ní féidir ach le {0} freagra a thabhairt." -#: src/screens/Signup/StepHandle.tsx:150 +#: src/screens/Signup/StepHandle.tsx:152 msgid "Only contains letters, numbers, and hyphens" msgstr "Níl ann ach litreacha, uimhreacha, agus fleiscíní" +#: 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 "Úps! Theip ar rud éigin!" @@ -4464,13 +4611,13 @@ msgstr "Úps! Theip ar rud éigin!" #: 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 "Úps!" -#: src/screens/Onboarding/StepFinished.tsx:264 +#: src/screens/Onboarding/StepFinished.tsx:260 msgid "Open" msgstr "Oscail" @@ -4487,8 +4634,9 @@ msgstr "Oscail an cruthaitheoir abhatáir" msgid "Open conversation options" msgstr "Oscail na roghanna comhrá" -#: 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 "Oscail roghnóir na n-emoji" @@ -4669,12 +4817,12 @@ msgstr "Osclaíonn sé seo logleabhar an chórais" msgid "Opens the threads preferences" msgstr "Osclaíonn sé seo roghanna na snáitheanna" -#: src/view/com/notifications/FeedItem.tsx:555 +#: src/view/com/notifications/FeedItem.tsx:551 #: src/view/com/util/UserAvatar.tsx:420 msgid "Opens this profile" msgstr "Osclaíonn sé an phróifíl seo" -#: src/view/com/composer/videos/SelectVideoBtn.tsx:54 +#: src/view/com/composer/videos/SelectVideoBtn.tsx:81 msgid "Opens video picker" msgstr "" @@ -4752,11 +4900,11 @@ msgid "Password updated!" msgstr "Pasfhocal uasdátaithe!" #: 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 "Sos" -#: src/view/com/util/post-embeds/VideoEmbedInner/VideoWebControls.tsx:203 +#: src/view/com/util/post-embeds/VideoEmbedInner/VideoWebControls.tsx:275 msgid "Pause video" msgstr "" @@ -4816,7 +4964,7 @@ msgid "Pinned to your feeds" msgstr "Greamaithe le do chuid fothaí" #: 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 "Seinn" @@ -4833,8 +4981,8 @@ msgstr "Seinn {0}" msgid "Play or pause the GIF" msgstr "Seinn nó stop an GIF" -#: 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 "" @@ -4847,16 +4995,16 @@ msgstr "Seinn an físeán" msgid "Plays the GIF" msgstr "Seinneann sé seo an GIF" -#: src/screens/Signup/state.ts:222 +#: src/screens/Signup/state.ts:217 msgid "Please choose your handle." msgstr "Roghnaigh do leasainm, le do thoil." -#: 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 "Roghnaigh do phasfhocal, le do thoil." -#: src/screens/Signup/state.ts:236 +#: src/screens/Signup/state.ts:231 msgid "Please complete the verification captcha." msgstr "Déan an captcha, le do thoil." @@ -4876,7 +5024,7 @@ msgstr "Cuir isteach ainm nach bhfuil in úsáid cheana féin le haghaidh Phasfh msgid "Please enter a valid word, tag, or phrase to mute" msgstr "Cuir focal, clib, nó frása inghlactha isteach le cur i bhfolach" -#: 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 "Cuir isteach do sheoladh ríomhphoist, le do thoil." @@ -4889,7 +5037,7 @@ msgstr "" msgid "Please enter your password as well:" msgstr "Cuir isteach do phasfhocal freisin, le do thoil." -#: 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 "Abair linn, le do thoil, cén fáth a gcreideann tú gur chuir {0} an lipéad seo i bhfeidhm go mícheart" @@ -4906,7 +5054,7 @@ msgstr "Logáil isteach mar @{0}" msgid "Please Verify Your Email" msgstr "Dearbhaigh do ríomhphost, le do thoil." -#: src/view/com/composer/Composer.tsx:331 +#: src/view/com/composer/Composer.tsx:355 msgid "Please wait for your link card to finish loading" msgstr "Fan le lódáil ar fad do chárta naisc, le do thoil." @@ -4919,13 +5067,13 @@ msgstr "Polaitíocht" msgid "Porn" msgstr "Pornagrafaíocht" -#: 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 "Postáil" -#: src/view/com/post-thread/PostThread.tsx:480 +#: src/view/com/post-thread/PostThread.tsx:481 msgctxt "description" msgid "Post" msgstr "Postáil" @@ -5066,13 +5214,13 @@ msgstr "Roinn TDanna príobháideacha le úsáideoirí eile." msgid "Processing..." msgstr "Á phróiseáil..." -#: src/view/screens/DebugMod.tsx:895 +#: src/view/screens/DebugMod.tsx:896 #: src/view/screens/Profile.tsx:346 msgid "profile" msgstr "próifíl" -#: 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 @@ -5087,7 +5235,7 @@ msgstr "Próifíl uasdátaithe" msgid "Protect your account by verifying your email." msgstr "Dearbhaigh do ríomhphost le do chuntas a chosaint." -#: src/screens/Onboarding/StepFinished.tsx:250 +#: src/screens/Onboarding/StepFinished.tsx:246 msgid "Public" msgstr "Poiblí" @@ -5099,11 +5247,11 @@ msgstr "Liostaí poiblí agus inroinnte d’úsáideoirí le cur i bhfolach nó msgid "Public, shareable lists which can drive feeds." msgstr "Liostaí poiblí agus inroinnte atá in ann fothaí a bheathú" -#: src/view/com/composer/Composer.tsx:549 +#: src/view/com/composer/Composer.tsx:627 msgid "Publish post" msgstr "Foilsigh an phostáil" -#: src/view/com/composer/Composer.tsx:549 +#: src/view/com/composer/Composer.tsx:627 msgid "Publish reply" msgstr "Foilsigh an freagra" @@ -5120,11 +5268,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" @@ -5149,8 +5297,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" @@ -5164,8 +5312,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 "" @@ -5256,6 +5404,10 @@ msgstr "" msgid "Remove account" msgstr "Bain an cuntas de" +#: src/view/com/composer/ExternalEmbedRemoveBtn.tsx:28 +msgid "Remove attachment" +msgstr "" + #: src/view/com/util/UserAvatar.tsx:387 msgid "Remove Avatar" msgstr "Bain an tAbhatár Amach" @@ -5264,7 +5416,7 @@ msgstr "Bain an tAbhatár Amach" msgid "Remove Banner" msgstr "Bain an Fógra Meirge Amach" -#: src/screens/Messages/Conversation/MessageInputEmbed.tsx:218 +#: src/screens/Messages/Conversation/MessageInputEmbed.tsx:207 msgid "Remove embed" msgstr "Bain an leabú" @@ -5304,8 +5456,8 @@ msgid "Remove image" msgstr "Bain an íomhá de" #: src/view/com/composer/ExternalEmbedRemoveBtn.tsx:28 -msgid "Remove image preview" -msgstr "Bain réamhléiriú den íomhá" +#~ msgid "Remove image preview" +#~ msgstr "Bain réamhléiriú den íomhá" #: src/components/dialogs/MutedWords.tsx:523 msgid "Remove mute word from your list" @@ -5319,24 +5471,28 @@ msgstr "Bain an phróifíl" msgid "Remove profile from search history" msgstr "Bain an phróifíl seo as an stair cuardaigh" -#: src/view/com/util/post-embeds/QuoteEmbed.tsx:255 +#: src/view/com/util/post-embeds/QuoteEmbed.tsx:269 msgid "Remove quote" msgstr "Bain an t-athfhriotal de" -#: 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 "Scrios an athphostáil" +#: 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 "Bain an fotha seo de do chuid fothaí sábháilte" -#: 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 "" @@ -5364,14 +5520,18 @@ msgstr "Baineadh de do chuid fothaí é" #~ msgid "Removes default thumbnail from {0}" #~ msgstr "Baineann sé seo an mhionsamhail réamhshocraithe de {0}" -#: src/view/com/util/post-embeds/QuoteEmbed.tsx:256 +#: src/view/com/util/post-embeds/QuoteEmbed.tsx:270 msgid "Removes quoted post" msgstr "Baineann sé seo an t-athfhriotal" #: 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" @@ -5397,7 +5557,7 @@ msgstr "" #~ msgid "Replies to this thread are disabled" #~ msgstr "Ní féidir freagraí a thabhairt ar an gcomhrá seo" -#: src/view/com/composer/Composer.tsx:562 +#: src/view/com/composer/Composer.tsx:640 msgctxt "action" msgid "Reply" msgstr "Freagair" @@ -5430,23 +5590,23 @@ msgstr "" #~ msgstr "Freagra ar <0/>" #: 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/>" msgstr "Freagra ar <0><1/>" -#: 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 "" @@ -5538,9 +5698,9 @@ msgstr "" msgid "Report this user" msgstr "Déan gearán faoin úsáideoir seo" -#: 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 "Athphostáil" @@ -5551,18 +5711,18 @@ msgid "Repost" msgstr "Athphostáil" #: 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 "Athphostáil nó luaigh postáil" -#: 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 "Athphostáilte ag" -#: src/view/com/posts/FeedItem.tsx:294 +#: src/view/com/posts/FeedItem.tsx:292 msgid "Reposted by {0}" msgstr "Athphostáilte ag {0}" @@ -5570,16 +5730,16 @@ msgstr "Athphostáilte ag {0}" #~ msgid "Reposted by <0/>" #~ msgstr "Athphostáilte ag <0/>" -#: src/view/com/posts/FeedItem.tsx:313 +#: src/view/com/posts/FeedItem.tsx:311 msgid "Reposted by <0><1/>" msgstr "Athphostáilte ag <0><1/>" -#: 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 "— d'athphostáil sé/sí do phostáil" @@ -5614,6 +5774,14 @@ msgstr "Riachtanach don soláthraí seo" msgid "Resend email" msgstr "Athsheol an ríomhphost" +#: 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ód athshocraithe" @@ -5653,15 +5821,15 @@ msgstr "Baineann sé seo triail eile as an logáil isteach" msgid "Retries the last action, which errored out" msgstr "Baineann sé seo triail eile as an ngníomh is déanaí, ar theip air" -#: src/components/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 @@ -5774,8 +5942,8 @@ msgstr "Sábhálann sé seo na socruithe le haghaidh íomhánna a laghdú" #: 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 "Abair heileo!" @@ -5789,15 +5957,15 @@ msgid "Scroll to top" msgstr "Fill ar an mbarr" #: 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" @@ -5882,6 +6050,10 @@ msgstr "Féach ar an treoirleabhar seo" #~ msgid "See what's next" #~ msgstr "Féach an chéad rud eile" +#: 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 "Roghnaigh {item}" @@ -5918,6 +6090,10 @@ msgstr "Roghnaigh GIF \"{0}\"" 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 "Roghnaigh teangacha" @@ -5934,6 +6110,10 @@ msgstr "Roghnaigh rogha {i} as {numItems}" #~ msgid "Select some accounts below to follow" #~ msgstr "Roghnaigh cúpla cuntas le leanúint" +#: 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 "Roghnaigh an emoji {emojiName} mar abhatár" @@ -5950,7 +6130,7 @@ msgstr "Roghnaigh an tseirbhís a óstálann do chuid sonraí." #~ msgid "Select topical feeds to follow from the list below" #~ msgstr "Roghnaigh fothaí le leanúint ón liosta thíos" -#: src/view/com/composer/videos/SelectVideoBtn.tsx:53 +#: src/view/com/composer/videos/SelectVideoBtn.tsx:80 msgid "Select video" msgstr "" @@ -5974,7 +6154,7 @@ msgstr "Roghnaigh teanga an téacs a thaispeánfar san aip." msgid "Select your date of birth" msgstr "Roghnaigh do dháta breithe" -#: src/screens/Onboarding/StepInterests/index.tsx:226 +#: src/screens/Onboarding/StepInterests/index.tsx:206 msgid "Select your interests from the options below" msgstr "Roghnaigh na rudaí a bhfuil suim agat iontu as na roghanna thíos" @@ -6012,8 +6192,8 @@ msgstr "Seol ríomhphost" msgid "Send feedback" msgstr "Seol aiseolas" -#: src/screens/Messages/Conversation/MessageInput.tsx:163 -#: src/screens/Messages/Conversation/MessageInput.web.tsx:155 +#: src/screens/Messages/Conversation/MessageInput.tsx:165 +#: src/screens/Messages/Conversation/MessageInput.web.tsx:219 msgid "Send message" msgstr "Seol teachtaireacht" @@ -6124,7 +6304,7 @@ msgstr "Socraíonn sé seo cóimheas treoíochta na híomhá go leathan" #: 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" @@ -6145,7 +6325,7 @@ msgstr "Graosta" #: 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 "Comhroinn" @@ -6165,7 +6345,7 @@ msgstr "Roinn rud éigin fútsa féin!" #: 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 "Comhroinn mar sin féin" @@ -6225,7 +6405,7 @@ msgstr "Taispeáin" #~ msgid "Show all replies" #~ msgstr "Taispeáin gach freagra" -#: src/view/com/util/post-embeds/GifEmbed.tsx:175 +#: src/view/com/util/post-embeds/GifEmbed.tsx:157 msgid "Show alt text" msgstr "Taispeáin an téacs malartach" @@ -6245,8 +6425,8 @@ msgid "Show badge and filter from feeds" msgstr "Taispeáin suaitheantas agus scag ó na fothaí é" #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:215 -msgid "Show follows similar to {0}" -msgstr "Taispeáin cuntais cosúil le {0}" +#~ msgid "Show follows similar to {0}" +#~ msgstr "Taispeáin cuntais cosúil le {0}" #: src/view/com/post-thread/PostThreadShowHiddenReplies.tsx:23 msgid "Show hidden replies" @@ -6261,9 +6441,9 @@ msgstr "Níos lú den sórt seo" 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 "Tuilleadh" @@ -6346,7 +6526,7 @@ msgstr "Taispeáin rabhadh" msgid "Show warning and filter from feeds" msgstr "Taispeáin rabhadh agus scag ó na fothaí é" -#: 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 "Taispeánann sé seo postálacha ó {0} i d'fhotha" @@ -6359,12 +6539,12 @@ msgstr "Taispeánann sé seo postálacha ó {0} i d'fhotha" #: 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 @@ -6396,12 +6576,12 @@ msgstr "Logáil amach" 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 @@ -6426,25 +6606,25 @@ msgstr "Logáilte isteach mar" msgid "Signed in as @{0}" msgstr "Logáilte isteach mar @{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 "Ná bac leis" -#: src/screens/Onboarding/StepInterests/index.tsx:262 +#: src/screens/Onboarding/StepInterests/index.tsx:242 msgid "Skip this flow" msgstr "Ná bac leis an bpróiseas seo" @@ -6453,7 +6633,7 @@ msgstr "Ná bac leis an bpróiseas seo" msgid "Software Dev" msgstr "Forbairt Bogearraí" -#: src/components/FeedInterstitials.tsx:397 +#: src/components/FeedInterstitials.tsx:443 msgid "Some other feeds you might like" msgstr "" @@ -6506,12 +6686,12 @@ msgstr "Sórtáil freagraí ar an bpostáil chéanna de réir:" #~ msgid "Source: <0>{0}" #~ msgstr "Foinse: <0>{0}" -#: src/components/moderation/LabelsOnMeDialog.tsx:171 +#: src/components/moderation/LabelsOnMeDialog.tsx:163 msgid "Source: <0>{sourceName}" 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 "Turscar" @@ -6541,10 +6721,9 @@ msgid "Start chatting" msgstr "Tosaigh ag comhrá" #: 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 @@ -6592,8 +6771,8 @@ msgstr "Stóráil scriosta, tá ort an aip a atosú anois." msgid "Storybook" msgstr "Storybook" -#: 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" @@ -6631,7 +6810,7 @@ msgstr "" #~ msgid "Suggested Follows" #~ msgstr "Cuntais le leanúint" -#: src/components/FeedInterstitials.tsx:262 +#: src/components/FeedInterstitials.tsx:308 msgid "Suggested for you" msgstr "Molta duit" @@ -6651,8 +6830,8 @@ msgid "Switch Account" msgstr "Athraigh an cuntas" #: 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}" @@ -6691,17 +6870,22 @@ msgstr "Ard" 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: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 "Tapáil leis an rud iomlán a fheiceáil" +#~ msgid "Tap to view fully" +#~ msgstr "Tapáil leis an rud iomlán a fheiceáil" #: src/state/shell/progress-guide.tsx:166 msgid "Task complete - 10 likes!" @@ -6737,9 +6921,9 @@ msgid "Terms of Service" msgstr "Téarmaí Seirbhíse" #: 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 "Sárú ar chaighdeáin an phobail atá sna téarmaí a úsáideadh" @@ -6751,7 +6935,7 @@ msgstr "Sárú ar chaighdeáin an phobail atá sna téarmaí a úsáideadh" 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 "Réimse téacs" @@ -6761,6 +6945,10 @@ msgstr "Réimse téacs" msgid "Thank you. Your report has been sent." msgstr "Go raibh maith agat. Seoladh do thuairisc." +#: 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 "Ina bhfuil an méid seo a leanas:" @@ -6778,11 +6966,11 @@ msgstr "Tá an leasainm sin in úsáid cheana féin." 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 "Beidh an cuntas seo in ann caidreamh a dhéanamh leat tar éis duit é a dhíbhlocáil" @@ -6817,7 +7005,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 "" @@ -6825,11 +7013,11 @@ msgstr "" msgid "The feed has been replaced with Discover." msgstr "Tá Discover curtha in áit an fhotha seo." -#: src/components/moderation/LabelsOnMeDialog.tsx:65 +#: src/components/moderation/LabelsOnMeDialog.tsx:58 msgid "The following labels were applied to your account." msgstr "Cuireadh na lipéid seo a leanas le do chuntas." -#: src/components/moderation/LabelsOnMeDialog.tsx:66 +#: src/components/moderation/LabelsOnMeDialog.tsx:59 msgid "The following labels were applied to your content." msgstr "Cuireadh na lipéid seo a leanas le do chuid ábhair." @@ -6846,7 +7034,7 @@ msgstr "Is féidir gur scriosadh an phostáil seo." msgid "The Privacy Policy has been moved to <0/>" msgstr "Bogadh Polasaí na Príobháideachta go dtí <0/>" -#: src/state/queries/video/video.ts:129 +#: src/state/queries/video/video.ts:222 msgid "The selected video is larger than 100MB." msgstr "" @@ -6862,6 +7050,10 @@ msgstr "Bogadh an fhoirm tacaíochta go dtí <0/>. Má tá cuidiú ag teastáil msgid "The Terms of Service have been moved to" msgstr "Bogadh ár dTéarmaí Seirbhíse go dtí" +#: src/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 "Tá a lán fothaí ann le blaiseadh:" @@ -6913,7 +7105,7 @@ msgstr "Bhí fadhb ann maidir le teagmháil a dhéanamh le do fhreastálaí" msgid "There was an issue fetching notifications. Tap here to try again." msgstr "Bhí fadhb ann maidir le fógraí a fháil. Tapáil anseo le triail eile a bhaint as." -#: src/view/com/posts/Feed.tsx:460 +#: src/view/com/posts/Feed.tsx:476 msgid "There was an issue fetching posts. Tap here to try again." msgstr "Bhí fadhb ann maidir le postálacha a fháil. Tapáil anseo le triail eile a bhaint as." @@ -6935,15 +7127,15 @@ msgstr "Níor seoladh do thuairisc. Seiceáil do nasc leis an idirlíon, le do t #~ msgid "There was an issue syncing your preferences with the server" #~ msgstr "Bhí fadhb ann maidir le do chuid roghanna a shioncronú leis an bhfreastalaí" -#: src/view/screens/AppPasswords.tsx:70 +#: src/view/screens/AppPasswords.tsx:69 msgid "There was an issue with fetching your app passwords" msgstr "Bhí fadhb ann maidir le do chuid pasfhocal don aip a fháil" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx: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 @@ -6994,7 +7186,7 @@ msgstr "Tá an cuntas seo blocáilte i liosta modhnóireachta amháin ar a lagha #~ msgid "This appeal will be sent to <0>{0}." #~ msgstr "Cuirfear an t-achomharc seo chuig <0>{0}." -#: src/components/moderation/LabelsOnMeDialog.tsx:250 +#: src/components/moderation/LabelsOnMeDialog.tsx:241 msgid "This appeal will be sent to <0>{sourceName}." msgstr "" @@ -7087,7 +7279,7 @@ msgstr "Chuir an t-údar an lipéad seo leis." #~ msgid "This label was applied by you" #~ msgstr "Chuir tusa an lipéad seo leis." -#: src/components/moderation/LabelsOnMeDialog.tsx:169 +#: src/components/moderation/LabelsOnMeDialog.tsx:161 msgid "This label was applied by you." msgstr "Chuir tusa an lipéad seo leis." @@ -7120,7 +7312,7 @@ msgid "This post has been deleted." msgstr "Scriosadh an phostáil seo." #: 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 "Níl an phostáil seo le feiceáil ach ag úsáideoirí atá logáilte isteach. Ní bheidh daoine nach bhfuil logáilte isteach in ann í a fheiceáil." @@ -7152,7 +7344,7 @@ msgstr "Níor chuir an tseirbhís seo téarmaí seirbhíse ná polasaí príobh msgid "This should create a domain record at:" msgstr "Ba cheart dó seo taifead fearainn a chruthú ag:" -#: src/view/com/profile/ProfileFollowers.tsx:87 +#: src/view/com/profile/ProfileFollowers.tsx:96 msgid "This user doesn't have any followers." msgstr "Níl aon leantóirí ag an úsáideoir seo." @@ -7181,7 +7373,7 @@ msgstr "Tá an t-úsáideoir seo ar an liosta <0>{0} a chuir tú i bhfolach. 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 "Níl éinne á leanúint ag an úsáideoir seo." @@ -7234,6 +7426,10 @@ msgstr "Chun 2FA trí ríomhphoist a dhíchumasú, dearbhaigh gur leatsa an seol 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 "Chun comhrá a thuairisciú, tuairiscigh teachtaireacht amháin as tríd an scáileán comhrá. Cuireann sé sin ar cumas ár modhnóirí comhthéacs do dheacrachta a thuiscint." +#: 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 "Cé chuige ar mhaith leat an tuairisc seo a sheoladh?" @@ -7250,7 +7446,7 @@ msgstr "Scoránaigh an bosca anuas" msgid "Toggle to enable or disable adult content" msgstr "Scoránaigh le ábhar do dhaoine fásta a cheadú nó gan a cheadú" -#: src/screens/Hashtag.tsx:88 +#: src/screens/Hashtag.tsx:86 #: src/view/screens/Search/Search.tsx:349 msgid "Top" msgstr "Barr" @@ -7261,8 +7457,8 @@ msgstr "Trasfhoirmithe" #: 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" @@ -7281,7 +7477,7 @@ msgstr "" msgid "Two-factor authentication" msgstr "Fíordheimhniú déshraithe (2FA)" -#: src/screens/Messages/Conversation/MessageInput.tsx:139 +#: src/screens/Messages/Conversation/MessageInput.tsx:141 msgid "Type your message here" msgstr "Scríobh do theachtaireacht anseo" @@ -7314,14 +7510,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 "Díbhlocáil" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:197 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:193 msgctxt "action" msgid "Unblock" msgstr "Díbhlocáil" @@ -7336,12 +7532,12 @@ msgstr "Díbhlocáil an cuntas" msgid "Unblock Account" msgstr "Díbhlocáil an cuntas" -#: 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 "An bhfuil fonn ort an cuntas seo a dhíbhlocáil?" -#: 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" @@ -7356,7 +7552,7 @@ msgstr "Dílean" #~ msgid "Unfollow" #~ msgstr "Dílean" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:237 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:208 msgid "Unfollow {0}" msgstr "Dílean {0}" @@ -7374,8 +7570,7 @@ msgid "Unlike this feed" msgstr "Dímhol an fotha seo" #: 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 "Ná coinnigh i bhfolach" @@ -7407,11 +7602,11 @@ msgstr "Díbhalbhaigh an comhrá seo" msgid "Unmute thread" msgstr "Ná coinnigh an snáithe seo i bhfolach níos mó" -#: 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 "" @@ -7449,13 +7644,17 @@ msgstr "Díliostáil ón lipéadóir seo" msgid "Unsubscribed from list" msgstr "" +#: src/state/queries/video/video.ts:240 +msgid "Unsupported video type: {mimeType}" +msgstr "" + #: src/lib/moderation/useReportOptions.ts:85 #, fuzzy #~ msgid "Unwanted sexual content" #~ msgstr "Ábhar graosta nach mian liom" -#: 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 "Ábhar graosta nach mian liom" @@ -7510,7 +7709,7 @@ msgstr "Uaslódáil ó Leabharlann" msgid "Use a file on your server" msgstr "Bain úsáid as comhad ar do fhreastalaí" -#: 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 "Bain úsáid as pasfhocail na haipe le logáil isteach ar chliaint eile de chuid Bluesky gan fáil iomlán ar do chuntas ná do phasfhocal a thabhairt dóibh." @@ -7633,6 +7832,10 @@ msgstr "Úsáideoirí ar thaitin an t-ábhar nó an próifíl seo leo" msgid "Value:" msgstr "Luach:" +#: src/view/com/composer/videos/SelectVideoBtn.tsx:104 +msgid "Verified email required" +msgstr "" + #: src/view/com/modals/ChangeHandle.tsx:510 #~ msgid "Verify {0}" #~ msgstr "Dearbhaigh {0}" @@ -7645,6 +7848,10 @@ msgstr "Dearbhaigh taifead DNS" msgid "Verify email" msgstr "Dearbhaigh ríomhphost" +#: src/components/intents/VerifyEmailIntentDialog.tsx:61 +msgid "Verify email dialog" +msgstr "" + #: src/view/screens/Settings/index.tsx:961 msgid "Verify my email" msgstr "Dearbhaigh mo ríomhphost" @@ -7658,6 +7865,10 @@ msgstr "Dearbhaigh Mo Ríomhphost" msgid "Verify New Email" msgstr "Dearbhaigh an Ríomhphost Nua" +#: src/view/com/composer/videos/SelectVideoBtn.tsx:108 +msgid "Verify now" +msgstr "" + #: src/view/com/modals/ChangeHandle.tsx:505 msgid "Verify Text File" msgstr "Dearbhaigh comhad téacs" @@ -7674,15 +7885,32 @@ msgstr "Dearbhaigh Do Ríomhphost" msgid "Version {appVersion} {bundleInfo}" msgstr "Leagan {appVersion} {bundleInfo}" -#: 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 "Físchluichí" +#: 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 "" @@ -7692,7 +7920,7 @@ msgid "View {0}'s avatar" msgstr "Féach ar an abhatár atá ag {0}" #: 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 "Amharc ar phróifíl {0}" @@ -7724,7 +7952,7 @@ msgstr "Féach ar shonraí maidir le sárú cóipchirt a thuairisciú" msgid "View full thread" msgstr "Féach ar an snáithe iomlán" -#: src/components/moderation/LabelsOnMe.tsx:48 +#: src/components/moderation/LabelsOnMe.tsx:47 msgid "View information about these labels" msgstr "Féach ar eolas faoi na lipéid seo" @@ -7784,7 +8012,7 @@ msgstr "Tabhair foláireamh faoi ábhar" msgid "Warn content and filter from feeds" msgstr "Tabhair foláireamh faoi ábhar agus scag as fothaí" -#: src/screens/Hashtag.tsx:210 +#: src/screens/Hashtag.tsx:217 msgid "We couldn't find any results for that hashtag." msgstr "Níor aimsigh muid toradh ar bith don haischlib sin." @@ -7796,7 +8024,11 @@ msgstr "Theip orainn an comhrá seo a lódáil" msgid "We estimate {estimatedTime} until your account is ready." msgstr "Measaimid go mbeidh do chuntas réidh i gceann {estimatedTime}" -#: src/screens/Onboarding/StepFinished.tsx:242 +#: src/components/intents/VerifyEmailIntentDialog.tsx:98 +msgid "We have sent another verification email to <0>{0}." +msgstr "" + +#: src/screens/Onboarding/StepFinished.tsx:238 msgid "We hope you have a wonderful time. Remember, Bluesky is:" msgstr "Tá súil againn go mbeidh an-chraic agat anseo. Ná déan dearmad go bhfuil Bluesky:" @@ -7812,6 +8044,10 @@ msgstr "Níl aon ábhar nua le taispeáint ó na cuntais a leanann tú. Seo duit #~ msgid "We recommend our \"Discover\" feed:" #~ msgstr "Molaimid an fotha “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 "Theip orainn do rogha maidir le dáta breithe a lódáil. Bain triail as arís." @@ -7820,7 +8056,7 @@ msgstr "Theip orainn do rogha maidir le dáta breithe a lódáil. Bain triail as msgid "We were unable to load your configured labelers at this time." msgstr "Theip orainn na lipéadóirí a roghnaigh tú a lódáil faoi láthair." -#: 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 "Níorbh fhéidir linn ceangal a bhunú. Bain triail eile as do chuntas a shocrú. Má mhaireann an fhadhb, ní gá duit an próiseas seo a chur i gcrích." @@ -7828,7 +8064,7 @@ msgstr "Níorbh fhéidir linn ceangal a bhunú. Bain triail eile as do chuntas a msgid "We will let you know when your account is ready." msgstr "Déarfaidh muid leat nuair a bheidh do chuntas réidh." -#: 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 "Bainfimid úsáid as seo chun an suíomh a chur in oiriúint duit." @@ -7852,7 +8088,7 @@ msgstr "Tá brón orainn, ach theip orainn na focail a chuir tú i bhfolach a l msgid "We're sorry, but your search could not be completed. Please try again in a few minutes." msgstr "Ár leithscéal, ach níorbh fhéidir linn do chuardach a chur i gcrích. Bain triail eile as i gceann cúpla nóiméad." -#: src/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 "" @@ -7881,7 +8117,7 @@ msgstr "Fáilte ar ais!" msgid "Welcome, friend!" msgstr "" -#: src/screens/Onboarding/StepInterests/index.tsx:155 +#: src/screens/Onboarding/StepInterests/index.tsx:140 msgid "What are your interests?" msgstr "Cad iad na rudaí a bhfuil suim agat iontu?" @@ -7891,7 +8127,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 "Aon scéal?" @@ -7961,16 +8197,16 @@ msgstr "Cén fáth gur cheart athbhreithniú a dhéanamh ar an úsáideoir seo?" msgid "Wide" msgstr "Leathan" -#: src/screens/Messages/Conversation/MessageInput.tsx:140 -#: src/screens/Messages/Conversation/MessageInput.web.tsx:134 +#: src/screens/Messages/Conversation/MessageInput.tsx:142 +#: src/screens/Messages/Conversation/MessageInput.web.tsx:198 msgid "Write a message" msgstr "Scríobh teachtaireacht" -#: src/view/com/composer/Composer.tsx:660 +#: src/view/com/composer/Composer.tsx:708 msgid "Write post" msgstr "Scríobh postáil" -#: 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 "Scríobh freagra" @@ -8011,7 +8247,7 @@ msgstr "" msgid "Yes, reactivate my account" msgstr "Tá, athghníomhaigh mo chuntas" -#: src/components/dms/MessageItem.tsx:182 +#: src/components/dms/MessageItem.tsx:183 msgid "Yesterday, {time}" msgstr "Inné, {time}" @@ -8028,7 +8264,11 @@ msgstr "" msgid "You are in line." msgstr "Tá tú sa scuaine." -#: 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 "Níl éinne á leanúint agat." @@ -8062,7 +8302,7 @@ msgstr "Is féidir leat logáil isteach le do phasfhocal nua anois." msgid "You can reactivate your account to continue logging in. Your profile and posts will be visible to other users." msgstr "Is féidir leat do chuntas a athghníomhú chun leanacht ort ag logáil isteach. Beidh úsáideoirí eile in ann do phróifíl agus do chuid postálacha a fheiceáil." -#: src/view/com/profile/ProfileFollowers.tsx:86 +#: src/view/com/profile/ProfileFollowers.tsx:95 msgid "You do not have any followers." msgstr "Níl aon leantóir agat." @@ -8146,7 +8386,7 @@ msgstr "Níl aon liostaí agat." msgid "You have not blocked any accounts yet. To block an account, go to their profile and select \"Block account\" from the menu on their account." msgstr "Níor bhlocáil tú aon chuntas fós. Le cuntas a bhlocáil, téigh go dtí a bpróifíl agus roghnaigh “Blocáil an cuntas seo” ar an gclár ansin." -#: 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 "Níor chruthaigh tú aon phasfhocal aipe fós. Is féidir leat ceann a chruthú ach brú ar an gcnaipe thíos." @@ -8158,6 +8398,10 @@ msgstr "Níor chuir tú aon chuntas i bhfolach fós. Le cuntas a chur i bhfolach msgid "You have reached the end" msgstr "Tá deireadh sroichte agat" +#: src/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 "" @@ -8171,11 +8415,11 @@ msgstr "Níor chuir tú aon fhocal ná clib i bhfolach fós" 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 "Is féidir leat achomharc a dhéanamh maidir le lipéid nár chuir tú féin má shíleann tú iad a bheith in earráid." -#: src/components/moderation/LabelsOnMeDialog.tsx:91 +#: src/components/moderation/LabelsOnMeDialog.tsx:83 msgid "You may appeal these labels if you feel they were placed in error." msgstr "Is féidir leat achomharc a dhéanamh maidir leis na lipéad seo má shíleann tú gur cuireadh in earráid iad." @@ -8255,15 +8499,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 "" @@ -8282,7 +8526,7 @@ msgstr "Tá tú sa scuaine" msgid "You're logged in with an App Password. Please log in with your main password to continue deactivating your account." msgstr "Tá tú logáilte isteach le pasfhocal aipe. Logáil isteach le do phríomh-phasfhocal chun dul ar aghaidh le díghníomhú do chuntais." -#: src/screens/Onboarding/StepFinished.tsx:239 +#: src/screens/Onboarding/StepFinished.tsx:235 msgid "You're ready to go!" msgstr "Tá tú réidh!" @@ -8295,6 +8539,14 @@ msgstr "Roghnaigh tú focal nó clib atá sa phostáil seo a chur i bhfolach." msgid "You've reached the end of your feed! Find some more accounts to follow." msgstr "Tháinig tú go deireadh d’fhotha! Aimsigh cuntais eile le leanúint." +#: src/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 "Do chuntas" @@ -8311,7 +8563,7 @@ msgstr "Is féidir cartlann do chuntais, a bhfuil na taifid phoiblí uile inti, msgid "Your birth date" msgstr "Do bhreithlá" -#: 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 "" @@ -8328,7 +8580,7 @@ msgstr "Sábhálfar do rogha, ach is féidir é athrú níos déanaí sna socrui #~ msgstr "Is é “Following” d’fhotha réamhshocraithe" #: 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." @@ -8350,7 +8602,7 @@ msgstr "" msgid "Your following feed is empty! Follow more users to see what's happening." msgstr "Tá an fotha de na daoine a leanann tú folamh! Lean tuilleadh úsáideoirí le feiceáil céard atá ar siúl." -#: src/screens/Signup/StepHandle.tsx:123 +#: src/screens/Signup/StepHandle.tsx:125 msgid "Your full handle will be" msgstr "Do leasainm iomlán anseo:" @@ -8366,11 +8618,11 @@ msgstr "Na focail a chuir tú i bhfolach" msgid "Your password has been changed successfully!" msgstr "Athraíodh do phasfhocal!" -#: src/view/com/composer/Composer.tsx:426 +#: src/view/com/composer/Composer.tsx:463 msgid "Your post has been published" msgstr "Foilsíodh do phostáil" -#: src/screens/Onboarding/StepFinished.tsx:254 +#: src/screens/Onboarding/StepFinished.tsx:250 msgid "Your posts, likes, and blocks are public. Mutes are private." msgstr "Tá do chuid postálacha, moltaí, agus blocálacha poiblí. Is príobháideach iad na cuntais a chuireann tú i bhfolach." @@ -8382,7 +8634,7 @@ msgstr "Do phróifíl" msgid "Your profile, posts, feeds, and lists will no longer be visible to other Bluesky users. You can reactivate your account at any time by logging in." msgstr "Ní bheidh do phróifíl, postálacha, fothaí ná liostaí infheicthe ag úsáideoirí eile Bluesky. Is féidir leat do chuntas a athghníomhú uair ar bith trí logáil isteach." -#: src/view/com/composer/Composer.tsx:425 +#: src/view/com/composer/Composer.tsx:462 msgid "Your reply has been published" msgstr "Foilsíodh do fhreagra" diff --git a/src/locale/locales/hi/messages.po b/src/locale/locales/hi/messages.po index c6969c3e..b089315b 100644 --- a/src/locale/locales/hi/messages.po +++ b/src/locale/locales/hi/messages.po @@ -21,11 +21,19 @@ msgstr "" msgid "(no email)" msgstr "" -#: 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/view/shell/desktop/RightNav.tsx:168 #~ msgid "{0, plural, one {# invite code available} other {# invite codes available}}" #~ msgstr "" @@ -34,7 +42,7 @@ msgstr "" #~ 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 "" @@ -42,14 +50,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 "" @@ -64,11 +84,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 "" @@ -81,19 +101,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 "" @@ -111,6 +131,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 "" @@ -131,30 +155,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 "" @@ -316,8 +366,8 @@ msgstr "" #~ msgstr "" #: src/tours/Tooltip.tsx:70 -msgid "A help tooltip" -msgstr "" +#~ msgid "A help tooltip" +#~ msgstr "" #: src/lib/hooks/useOTAUpdate.ts:16 #~ msgid "A new version of the app is available. Please update to continue using the app." @@ -385,7 +435,7 @@ msgstr "अकाउंट के विकल्प" msgid "Account removed from quick access" msgstr "" -#: 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 "" @@ -441,9 +491,13 @@ msgstr "इस फ़ोटो में विवरण जोड़ें" #~ msgid "Add ALT text" #~ msgstr "" -#: 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 "" @@ -576,7 +630,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 "" @@ -591,17 +645,20 @@ msgstr "" #: 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 "वैकल्पिक पाठ" -#: src/view/com/util/post-embeds/GifEmbed.tsx:189 +#: src/view/com/util/post-embeds/GifEmbed.tsx:170 msgid "Alt Text" msgstr "" @@ -626,19 +683,26 @@ msgstr "" #~ msgid "An error occured" #~ msgstr "" -#: 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 "" @@ -648,6 +712,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 "" @@ -657,7 +725,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 "" @@ -682,7 +750,7 @@ msgstr "" msgid "An issue occurred, please try again." msgstr "" -#: src/screens/Onboarding/StepInterests/index.tsx:219 +#: src/screens/Onboarding/StepInterests/index.tsx:199 msgid "an unknown error occurred" msgstr "" @@ -692,8 +760,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 "और" @@ -702,7 +770,7 @@ msgstr "और" msgid "Animals" msgstr "" -#: src/view/com/util/post-embeds/GifEmbed.tsx:155 +#: src/view/com/util/post-embeds/GifEmbed.tsx:138 msgid "Animated GIF" msgstr "" @@ -718,7 +786,7 @@ msgstr "" msgid "App Language" msgstr "ऐप भाषा" -#: src/view/screens/AppPasswords.tsx:228 +#: src/view/screens/AppPasswords.tsx:226 msgid "App password deleted" msgstr "" @@ -739,17 +807,17 @@ msgstr "" #~ msgstr "ऐप पासवर्ड" #: 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 "ऐप पासवर्ड" -#: 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 "" -#: src/components/moderation/LabelsOnMeDialog.tsx:247 +#: src/components/moderation/LabelsOnMeDialog.tsx:238 msgid "Appeal \"{0}\" label" msgstr "" @@ -762,7 +830,7 @@ msgstr "" #~ msgid "Appeal Content Warning" #~ msgstr "" -#: src/components/moderation/LabelsOnMeDialog.tsx:238 +#: src/components/moderation/LabelsOnMeDialog.tsx:229 #: src/screens/Messages/Conversation/ChatDisabled.tsx:91 msgid "Appeal submitted" msgstr "" @@ -804,7 +872,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 "क्या आप वाकई ऐप पासवर्ड \"{name}\" हटाना चाहते हैं?" @@ -836,7 +904,7 @@ msgstr "" 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 "क्या आप वाकई इस ड्राफ्ट को हटाना करना चाहेंगे?" @@ -861,13 +929,13 @@ msgstr "" msgid "Artistic or non-erotic nudity." msgstr "कलात्मक या गैर-कामुक नग्नता।।" -#: src/screens/Signup/StepHandle.tsx:171 +#: src/screens/Signup/StepHandle.tsx:173 msgid "At least 3 characters" msgstr "" #: 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 @@ -906,7 +974,7 @@ msgstr "जन्मदिन" msgid "Birthday:" msgstr "जन्मदिन:" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:314 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:272 #: src/view/com/profile/ProfileMenu.tsx:365 msgid "Block" msgstr "" @@ -941,7 +1009,7 @@ msgstr "खाता ब्लॉक करें?" #~ msgid "Block this List" #~ msgstr "" -#: src/view/com/util/post-embeds/QuoteEmbed.tsx:76 +#: src/view/com/util/post-embeds/QuoteEmbed.tsx:81 msgid "Blocked" msgstr "" @@ -1039,23 +1107,23 @@ msgstr "" msgid "Books" msgstr "" -#: 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 "" @@ -1113,12 +1181,12 @@ msgid "Can only contain letters, numbers, spaces, dashes, and underscores. Must msgstr "केवल अक्षर, संख्या, रिक्त स्थान, डैश और अंडरस्कोर हो सकते हैं। कम से कम 4 अक्षर लंबा होना चाहिए, लेकिन 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 @@ -1134,7 +1202,7 @@ msgstr "केवल अक्षर, संख्या, रिक्त स् #: src/view/com/modals/LinkWarning.tsx:107 #: src/view/com/modals/VerifyEmail.tsx:255 #: src/view/com/modals/VerifyEmail.tsx:261 -#: src/view/com/util/post-ctrls/RepostButton.tsx:160 +#: src/view/com/util/post-ctrls/RepostButton.tsx:163 #: src/view/screens/Search/Search.tsx:704 msgid "Cancel" msgstr "कैंसिल" @@ -1163,7 +1231,7 @@ msgstr "तस्वीर को क्रॉप मत करो" msgid "Cancel profile editing" msgstr "प्रोफ़ाइल संपादन मत करो" -#: src/view/com/util/post-ctrls/RepostButton.tsx:154 +#: src/view/com/util/post-ctrls/RepostButton.tsx:157 msgid "Cancel quote post" msgstr "कोटे पोस्ट मत करो" @@ -1183,6 +1251,21 @@ msgstr "खोज मत करो" 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 "" @@ -1227,8 +1310,8 @@ msgid "Change Your Email" msgstr "मेरा ईमेल बदलें" #: 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 "" @@ -1283,16 +1366,16 @@ msgstr "नीचे प्रवेश करने के लिए OTP को #~ msgstr "" #: src/screens/Onboarding/StepInterests/index.tsx:191 -msgid "Choose 3 or more:" -msgstr "" +#~ msgid "Choose 3 or more:" +#~ msgstr "" #: src/view/screens/Settings/index.tsx:697 #~ msgid "Choose a new Bluesky username or create" #~ 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" @@ -1310,7 +1393,7 @@ msgstr "" msgid "Choose Service" msgstr "सेवा चुनें" -#: src/screens/Onboarding/StepFinished.tsx:284 +#: src/screens/Onboarding/StepFinished.tsx:280 msgid "Choose the algorithms that power your custom feeds." msgstr "" @@ -1401,7 +1484,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 "" @@ -1416,13 +1499,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 "" @@ -1477,7 +1562,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 "" @@ -1485,11 +1570,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 "" @@ -1508,7 +1593,7 @@ msgstr "" msgid "Community Guidelines" msgstr "समुदाय दिशानिर्देश" -#: src/screens/Onboarding/StepFinished.tsx:297 +#: src/screens/Onboarding/StepFinished.tsx:293 msgid "Complete onboarding and start using your account" msgstr "" @@ -1516,7 +1601,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 "" @@ -1525,8 +1610,8 @@ msgid "Compose reply" msgstr "जवाब लिखो" #: 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}" @@ -1540,8 +1625,8 @@ msgstr "" msgid "Configured in <0>moderation settings." 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 @@ -1649,7 +1734,7 @@ msgstr "सामग्री चेतावनी" 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 "आगे बढ़ें" @@ -1662,7 +1747,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" @@ -1698,7 +1783,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 "" @@ -1788,6 +1873,10 @@ msgstr "सूची लोड नहीं कर सकता" msgid "Could not mute chat" msgstr "" +#: 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 "" @@ -1857,7 +1946,7 @@ msgstr "नया खाता बनाएं" msgid "Create report for {0}" msgstr "" -#: src/view/screens/AppPasswords.tsx:251 +#: src/view/screens/AppPasswords.tsx:246 msgid "Created {0}" msgstr "बनाया गया {0}" @@ -1951,7 +2040,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 "" @@ -1968,11 +2057,11 @@ msgstr "खाता हटाएं" msgid "Delete Account <0>\"<1>{0}<2>\"" msgstr "" -#: src/view/screens/AppPasswords.tsx:244 +#: src/view/screens/AppPasswords.tsx:239 msgid "Delete app password" msgstr "अप्प पासवर्ड हटाएं" -#: src/view/screens/AppPasswords.tsx:280 +#: src/view/screens/AppPasswords.tsx:275 msgid "Delete app password?" msgstr "" @@ -2031,7 +2120,7 @@ msgstr "" msgid "Delete this post?" msgstr "इस पोस्ट को डीलीट करें?" -#: src/view/com/util/post-embeds/QuoteEmbed.tsx:85 +#: src/view/com/util/post-embeds/QuoteEmbed.tsx:90 msgid "Deleted" msgstr "" @@ -2071,7 +2160,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 "" @@ -2085,7 +2174,11 @@ msgid "Direct messages are here!" msgstr "" #: src/view/screens/AccessibilitySettings.tsx:111 -msgid "Disable autoplay for GIFs" +#~ msgid "Disable autoplay for GIFs" +#~ msgstr "" + +#: src/view/screens/AccessibilitySettings.tsx:111 +msgid "Disable autoplay for videos and GIFs" msgstr "" #: src/view/screens/Settings/DisableEmail2FADialog.tsx:90 @@ -2100,7 +2193,7 @@ msgstr "" #~ msgid "Disable haptics" #~ 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 "" @@ -2117,7 +2210,7 @@ msgstr "" msgid "Disabled" msgstr "" -#: src/view/com/composer/Composer.tsx:774 +#: src/view/com/composer/Composer.tsx:839 msgid "Discard" msgstr "" @@ -2125,7 +2218,7 @@ msgstr "" #~ msgid "Discard draft" #~ msgstr "ड्राफ्ट हटाएं" -#: src/view/com/composer/Composer.tsx:771 +#: src/view/com/composer/Composer.tsx:836 msgid "Discard draft?" msgstr "" @@ -2135,8 +2228,8 @@ msgid "Discourage apps from showing my account to logged-out users" msgstr "" #: 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 @@ -2152,10 +2245,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 "" @@ -2187,7 +2280,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 "" @@ -2211,6 +2304,8 @@ msgstr "डोमेन सत्यापित!" #: src/screens/Onboarding/StepProfile/index.tsx:325 #: src/view/com/auth/server-input/index.tsx:169 #: src/view/com/auth/server-input/index.tsx:170 +#: src/view/com/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 @@ -2237,7 +2332,7 @@ msgstr "खत्म {extraText}" #~ msgid "Double tap to sign in" #~ msgstr "" -#: src/screens/StarterPack/StarterPackLandingScreen.tsx:324 +#: src/screens/StarterPack/StarterPackLandingScreen.tsx:326 msgid "Download Bluesky" msgstr "" @@ -2250,7 +2345,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 "" @@ -2363,12 +2458,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 "मेरी प्रोफ़ाइल संपादित करें" #: 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 "मेरी प्रोफ़ाइल संपादित करें" @@ -2423,6 +2518,10 @@ msgstr "" msgid "Email address" msgstr "ईमेल" +#: 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" @@ -2436,6 +2535,10 @@ msgstr "ईमेल अपडेट किया गया" msgid "Email verified" msgstr "" +#: src/components/intents/VerifyEmailIntentDialog.tsx:71 +msgid "Email Verified" +msgstr "" + #: src/view/screens/Settings/index.tsx:319 msgid "Email:" msgstr "ईमेल:" @@ -2489,7 +2592,7 @@ msgstr "" 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 "" @@ -2507,7 +2610,7 @@ msgstr "" msgid "Enabled" msgstr "" -#: src/screens/Profile/Sections/Feed.tsx:105 +#: src/screens/Profile/Sections/Feed.tsx:112 msgid "End of feed" msgstr "" @@ -2516,7 +2619,11 @@ msgstr "" #~ 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 @@ -2581,11 +2688,11 @@ msgstr "अपने यूज़रनेम और पासवर्ड द 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 "" @@ -2609,11 +2716,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 "" @@ -2625,6 +2732,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 "" @@ -2653,7 +2764,7 @@ msgstr "" msgid "Expand alt text" msgstr "ऑल्ट टेक्स्ट" -#: src/view/com/notifications/FeedItem.tsx:270 +#: src/view/com/notifications/FeedItem.tsx:266 msgid "Expand list of users" msgstr "" @@ -2777,7 +2888,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 "" @@ -2785,7 +2896,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 "" @@ -2803,6 +2914,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 "" @@ -2835,7 +2953,7 @@ msgstr "प्रतिक्रिया" #: 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" @@ -2877,7 +2995,7 @@ msgstr "" msgid "Filter from feeds" msgstr "" -#: src/screens/Onboarding/StepFinished.tsx:300 +#: src/screens/Onboarding/StepFinished.tsx:296 msgid "Finalizing" msgstr "" @@ -2888,8 +3006,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" @@ -2924,14 +3042,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 "" @@ -2948,8 +3066,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 "फॉलो" @@ -2958,8 +3076,8 @@ msgctxt "action" msgid "Follow" msgstr "" -#: 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 "" @@ -2985,7 +3103,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 "" @@ -3033,16 +3151,16 @@ msgstr "" #~ msgid "Followed users only" #~ msgstr "केवल वे यूजर को फ़ॉलो किया गया" -#: src/view/com/notifications/FeedItem.tsx:211 +#: src/view/com/notifications/FeedItem.tsx:207 msgid "followed you" msgstr "" -#: 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 "यह यूजर आपका फ़ोलो करता है" @@ -3059,17 +3177,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 "फोल्लोविंग" #: src/components/ProfileCard.tsx:311 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:98 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:94 msgid "Following {0}" msgstr "" @@ -3088,8 +3206,8 @@ msgid "Following Feed Preferences" msgstr "" #: 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" @@ -3141,15 +3259,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 "गैलरी" @@ -3175,7 +3297,7 @@ msgstr "प्रारंभ करें" msgid "Getting started" msgstr "" -#: src/view/com/util/images/ImageHorzList.tsx:35 +#: src/components/MediaPreview.tsx:119 msgid "GIF" msgstr "" @@ -3194,7 +3316,7 @@ msgstr "" #: 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 "वापस जाओ" @@ -3253,8 +3375,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" @@ -3336,7 +3458,7 @@ msgstr "" msgid "Hide" msgstr "इसे छिपाएं" -#: src/view/com/notifications/FeedItem.tsx:477 +#: src/view/com/notifications/FeedItem.tsx:473 msgctxt "action" msgid "Hide" msgstr "" @@ -3375,7 +3497,7 @@ msgstr "" msgid "Hide this reply?" msgstr "" -#: src/view/com/notifications/FeedItem.tsx:468 +#: src/view/com/notifications/FeedItem.tsx:464 msgid "Hide user list" msgstr "उपयोगकर्ता सूची छुपाएँ" @@ -3411,10 +3533,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" @@ -3493,7 +3619,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 "" @@ -3514,7 +3640,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 "" @@ -3578,7 +3708,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 "" @@ -3603,6 +3733,10 @@ msgstr "" msgid "Invalid username or password" msgstr "अवैध उपयोगकर्ता नाम या पासवर्ड" +#: src/components/intents/VerifyEmailIntentDialog.tsx:82 +msgid "Invalid Verification Code" +msgstr "" + #: src/view/screens/Settings.tsx:411 #~ msgid "Invite" #~ msgstr "आमंत्रण भेजो" @@ -3615,7 +3749,7 @@ msgstr "एक दोस्त को आमंत्रित करें" msgid "Invite code" msgstr "आमंत्रण कोड" -#: 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 "" @@ -3651,6 +3785,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 "" @@ -3708,11 +3846,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 "" @@ -3737,7 +3875,7 @@ msgstr "भाषा" #~ msgid "Last step!" #~ msgstr "" -#: src/screens/Hashtag.tsx:99 +#: src/screens/Hashtag.tsx:97 #: src/view/screens/Search/Search.tsx:359 msgid "Latest" msgstr "" @@ -3815,8 +3953,7 @@ msgstr "" msgid "Let's get your password reset!" msgstr "चलो अपना पासवर्ड रीसेट करें!" -#: src/screens/Onboarding/StepFinished.tsx:300 -#: src/tours/Tooltip.tsx:151 +#: src/screens/Onboarding/StepFinished.tsx:296 msgid "Let's go!" msgstr "" @@ -3854,9 +3991,9 @@ msgstr "इस फ़ीड को लाइक करो" msgid "Liked by" msgstr "इन यूजर ने लाइक किया है" -#: 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 "" @@ -3875,11 +4012,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 "" @@ -3939,7 +4076,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" @@ -3970,7 +4107,7 @@ msgstr "" msgid "Load new notifications" msgstr "नई सूचनाएं लोड करें" -#: 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 @@ -4089,12 +4226,12 @@ msgstr "" msgid "Message from server: {0}" msgstr "" -#: 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 "" @@ -4102,7 +4239,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 @@ -4117,6 +4254,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 "" @@ -4183,7 +4324,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 "" @@ -4216,8 +4357,7 @@ msgstr "" #~ 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 "" @@ -4310,7 +4450,7 @@ msgstr "थ्रेड म्यूट करें" 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 "" @@ -4348,7 +4488,7 @@ msgstr "जन्मदिन" msgid "My Feeds" msgstr "मेरी फ़ीड" -#: src/view/shell/desktop/LeftNav.tsx:85 +#: src/view/shell/desktop/LeftNav.tsx:84 msgid "My Profile" msgstr "मेरी प्रोफाइल" @@ -4374,9 +4514,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 "" @@ -4417,7 +4557,7 @@ msgstr "" #~ msgid "Never lose access to your followers and data." #~ msgstr "अपने फ़ॉलोअर्स और डेटा तक पहुंच कभी न खोएं।" -#: src/screens/Onboarding/StepFinished.tsx:268 +#: src/screens/Onboarding/StepFinished.tsx:264 msgid "Never lose access to your followers or data." msgstr "" @@ -4471,11 +4611,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 "नई पोस्ट" -#: src/view/shell/desktop/LeftNav.tsx:284 +#: src/view/shell/desktop/LeftNav.tsx:283 msgctxt "action" msgid "New Post" msgstr "नई पोस्ट" @@ -4508,7 +4648,6 @@ msgstr "" #: 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" @@ -4551,11 +4690,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 "" @@ -4582,7 +4721,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 "" @@ -4661,7 +4800,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 "" @@ -4694,22 +4833,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 "सूचनाएं" -#: 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 "" @@ -4717,7 +4856,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 "" @@ -4739,7 +4878,7 @@ msgstr "" msgid "Oh no!" msgstr "अरे नहीं!" -#: src/screens/Onboarding/StepInterests/index.tsx:153 +#: src/screens/Onboarding/StepInterests/index.tsx:138 msgid "Oh no! Something went wrong." msgstr "" @@ -4756,11 +4895,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/>" msgstr "" #: src/view/screens/Settings/index.tsx:226 @@ -4768,10 +4911,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 "एक या अधिक छवियाँ alt पाठ याद आती हैं।।" @@ -4787,10 +4930,14 @@ msgstr "" msgid "Only {0} can reply." msgstr "" -#: 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 "" @@ -4798,13 +4945,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 "" @@ -4825,8 +4972,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 "" @@ -5039,12 +5187,12 @@ msgstr "सिस्टम लॉग पेज खोलें" msgid "Opens the threads preferences" msgstr "धागे वरीयताओं को खोलता है" -#: 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 "" @@ -5130,11 +5278,11 @@ msgid "Password updated!" 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: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 "" @@ -5198,7 +5346,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 "" @@ -5215,8 +5363,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 "" @@ -5229,16 +5377,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 "" -#: 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 "" -#: src/screens/Signup/state.ts:236 +#: src/screens/Signup/state.ts:231 msgid "Please complete the verification captcha." msgstr "" @@ -5270,7 +5418,7 @@ msgstr "" #~ msgid "Please enter the verification code sent to {phoneNumberFormatted}." #~ 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 "" @@ -5283,7 +5431,7 @@ msgstr "" msgid "Please enter your password as well:" msgstr "कृपया अपना पासवर्ड भी दर्ज करें:" -#: 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 "" @@ -5305,7 +5453,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 "" @@ -5322,13 +5470,13 @@ msgstr "" #~ msgid "Pornography" #~ msgstr "" -#: 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 "" -#: src/view/com/post-thread/PostThread.tsx:480 +#: src/view/com/post-thread/PostThread.tsx:481 msgctxt "description" msgid "Post" msgstr "पोस्ट" @@ -5469,13 +5617,13 @@ msgstr "" msgid "Processing..." msgstr "प्रसंस्करण..." -#: 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 @@ -5490,7 +5638,7 @@ msgstr "" msgid "Protect your account by verifying your email." msgstr "अपने ईमेल को सत्यापित करके अपने खाते को सुरक्षित रखें।।" -#: src/screens/Onboarding/StepFinished.tsx:250 +#: src/screens/Onboarding/StepFinished.tsx:246 msgid "Public" msgstr "" @@ -5502,11 +5650,11 @@ msgstr "" msgid "Public, shareable lists which can drive feeds." msgstr "सार्वजनिक, साझा करने योग्य सूचियाँ जो फ़ीड चला सकती हैं।" -#: 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 "" @@ -5523,11 +5671,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" @@ -5552,8 +5700,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" @@ -5567,8 +5715,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 "" @@ -5662,6 +5810,10 @@ msgstr "" msgid "Remove account" msgstr "खाता हटाएं" +#: src/view/com/composer/ExternalEmbedRemoveBtn.tsx:28 +msgid "Remove attachment" +msgstr "" + #: src/view/com/util/UserAvatar.tsx:387 msgid "Remove Avatar" msgstr "" @@ -5670,7 +5822,7 @@ msgstr "" msgid "Remove Banner" msgstr "" -#: src/screens/Messages/Conversation/MessageInputEmbed.tsx:218 +#: src/screens/Messages/Conversation/MessageInputEmbed.tsx:207 msgid "Remove embed" msgstr "" @@ -5710,8 +5862,8 @@ msgid "Remove image" msgstr "छवि निकालें" #: src/view/com/composer/ExternalEmbedRemoveBtn.tsx:28 -msgid "Remove image preview" -msgstr "छवि पूर्वावलोकन निकालें" +#~ msgid "Remove image preview" +#~ msgstr "छवि पूर्वावलोकन निकालें" #: src/components/dialogs/MutedWords.tsx:523 msgid "Remove mute word from your list" @@ -5725,15 +5877,19 @@ 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/feeds/FeedSourceCard.tsx:175 #~ msgid "Remove this feed from my feeds?" #~ msgstr "" @@ -5746,11 +5902,11 @@ msgstr "" #~ 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 "" @@ -5778,14 +5934,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" @@ -5811,7 +5971,7 @@ msgstr "" #~ msgid "Replies to this thread are disabled" #~ msgstr "" -#: src/view/com/composer/Composer.tsx:562 +#: src/view/com/composer/Composer.tsx:640 msgctxt "action" msgid "Reply" msgstr "" @@ -5845,23 +6005,23 @@ msgstr "" #~ 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/>" 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 "" @@ -5957,9 +6117,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 "" @@ -5970,18 +6130,18 @@ msgid "Repost" msgstr "पुन: पोस्ट" #: 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 "पोस्ट दोबारा पोस्ट करें या उद्धृत करे" -#: 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 "द्वारा दोबारा पोस्ट किया गया" -#: src/view/com/posts/FeedItem.tsx:294 +#: src/view/com/posts/FeedItem.tsx:292 msgid "Reposted by {0}" msgstr "" @@ -5989,16 +6149,16 @@ msgstr "" #~ msgid "Reposted by <0/>" #~ msgstr "" -#: src/view/com/posts/FeedItem.tsx:313 +#: src/view/com/posts/FeedItem.tsx:311 msgid "Reposted by <0><1/>" 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 "" @@ -6037,6 +6197,14 @@ msgstr "इस प्रदाता के लिए आवश्यक" msgid "Resend email" msgstr "" +#: 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 "कोड रीसेट करें" @@ -6084,15 +6252,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 @@ -6208,8 +6376,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 "" @@ -6223,15 +6391,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" @@ -6333,6 +6501,10 @@ msgstr "" #~ msgid "See what's next" #~ 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 "" @@ -6373,6 +6545,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 "" @@ -6394,6 +6570,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 "" @@ -6414,7 +6594,7 @@ msgstr "" #~ 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 "" @@ -6442,7 +6622,7 @@ msgstr "" msgid "Select your date of birth" msgstr "" -#: src/screens/Onboarding/StepInterests/index.tsx:226 +#: src/screens/Onboarding/StepInterests/index.tsx:206 msgid "Select your interests from the options below" msgstr "" @@ -6484,8 +6664,8 @@ msgstr "ईमेल भेजें" msgid "Send feedback" msgstr "प्रतिक्रिया भेजें" -#: 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 "" @@ -6647,7 +6827,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" @@ -6668,7 +6848,7 @@ msgstr "" #: 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 "शेयर" @@ -6688,7 +6868,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 "" @@ -6748,7 +6928,7 @@ msgstr "दिखाओ" #~ 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 "" @@ -6772,8 +6952,8 @@ msgstr "" #~ 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" @@ -6788,9 +6968,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 "" @@ -6877,7 +7057,7 @@ msgstr "" #~ msgid "Shows a list of users similar to this user." #~ 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 "" @@ -6890,12 +7070,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 @@ -6937,12 +7117,12 @@ msgstr "साइन आउट" 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 @@ -6967,7 +7147,7 @@ msgstr "आपने इस रूप में साइन इन करा msgid "Signed in as @{0}" msgstr "" -#: src/view/com/notifications/FeedItem.tsx:222 +#: src/view/com/notifications/FeedItem.tsx:218 msgid "signed up with your starter pack" msgstr "" @@ -6975,21 +7155,21 @@ msgstr "" #~ msgid "Signs {0} out of Bluesky" #~ 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 "स्किप" -#: src/screens/Onboarding/StepInterests/index.tsx:262 +#: src/screens/Onboarding/StepInterests/index.tsx:242 msgid "Skip this flow" msgstr "" @@ -7002,7 +7182,7 @@ msgstr "" msgid "Software Dev" msgstr "" -#: src/components/FeedInterstitials.tsx:397 +#: src/components/FeedInterstitials.tsx:443 msgid "Some other feeds you might like" msgstr "" @@ -7063,12 +7243,12 @@ msgstr "उसी पोस्ट के उत्तरों को इस प #~ msgid "Source: <0>{0}" #~ msgstr "" -#: src/components/moderation/LabelsOnMeDialog.tsx:171 +#: src/components/moderation/LabelsOnMeDialog.tsx:163 msgid "Source: <0>{sourceName}" 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 "" @@ -7102,10 +7282,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 @@ -7157,8 +7336,8 @@ msgstr "" msgid "Storybook" msgstr "Storybook" -#: 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" @@ -7197,7 +7376,7 @@ msgstr "" #~ msgid "Suggested Follows" #~ msgstr "अनुशंसित लोग" -#: src/components/FeedInterstitials.tsx:262 +#: src/components/FeedInterstitials.tsx:308 msgid "Suggested for you" msgstr "" @@ -7221,8 +7400,8 @@ msgid "Switch Account" msgstr "खाते बदलें" #: 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}" @@ -7265,18 +7444,23 @@ msgstr "लंबा" 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 "" @@ -7311,9 +7495,9 @@ msgid "Terms of Service" msgstr "सेवा की शर्तें" #: 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 "" @@ -7325,7 +7509,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 "पाठ इनपुट फ़ील्ड" @@ -7335,6 +7519,10 @@ msgstr "पाठ इनपुट फ़ील्ड" 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 "" @@ -7352,11 +7540,11 @@ msgstr "" 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 "अनब्लॉक करने के बाद अकाउंट आपसे इंटरैक्ट कर सकेगा।" @@ -7391,7 +7579,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 "" @@ -7399,11 +7587,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 "" @@ -7420,7 +7608,7 @@ msgstr "हो सकता है कि यह पोस्ट हटा द msgid "The Privacy Policy has been moved to <0/>" msgstr "गोपनीयता नीति को <0/> पर स्थानांतरित किया गया है" -#: src/state/queries/video/video.ts:129 +#: src/state/queries/video/video.ts:222 msgid "The selected video is larger than 100MB." msgstr "" @@ -7436,6 +7624,10 @@ msgstr "समर्थन प्रपत्र स्थानांतरि msgid "The Terms of Service have been moved to" msgstr "सेवा की शर्तों को स्थानांतरित कर दिया गया है" +#: 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 "" @@ -7486,7 +7678,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 "" @@ -7508,15 +7700,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 @@ -7571,7 +7763,7 @@ msgstr "" #~ msgid "This appeal will be sent to <0>{0}." #~ msgstr "" -#: src/components/moderation/LabelsOnMeDialog.tsx:250 +#: src/components/moderation/LabelsOnMeDialog.tsx:241 msgid "This appeal will be sent to <0>{sourceName}." msgstr "" @@ -7668,7 +7860,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 "" @@ -7701,7 +7893,7 @@ msgid "This post has been deleted." msgstr "इस पोस्ट को हटा दिया गया है।।" #: 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 "" @@ -7733,7 +7925,7 @@ msgstr "" msgid "This should create a domain record at:" msgstr "" -#: src/view/com/profile/ProfileFollowers.tsx:87 +#: src/view/com/profile/ProfileFollowers.tsx:96 msgid "This user doesn't have any followers." msgstr "" @@ -7774,7 +7966,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 "" @@ -7831,6 +8023,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 "" @@ -7847,7 +8043,7 @@ msgstr "ड्रॉपडाउन टॉगल करें" 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 "" @@ -7858,8 +8054,8 @@ msgstr "परिवर्तन" #: 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" @@ -7878,7 +8074,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 "" @@ -7911,14 +8107,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 "अनब्लॉक" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:197 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:193 msgctxt "action" msgid "Unblock" msgstr "" @@ -7933,12 +8129,12 @@ msgstr "" msgid "Unblock Account" msgstr "अनब्लॉक खाता" -#: 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 "" -#: 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" @@ -7953,7 +8149,7 @@ msgstr "" #~ msgid "Unfollow" #~ msgstr "" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:237 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:208 msgid "Unfollow {0}" msgstr "" @@ -7975,8 +8171,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 "" @@ -8011,11 +8206,11 @@ msgstr "" msgid "Unmute thread" msgstr "थ्रेड को अनम्यूट करें" -#: 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 "" @@ -8057,12 +8252,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 "" @@ -8121,7 +8320,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 "अपने खाते या पासवर्ड को पूर्ण एक्सेस देने के बिना अन्य ब्लूस्की ग्राहकों को लॉगिन करने के लिए ऐप पासवर्ड का उपयोग करें।।" @@ -8256,6 +8455,10 @@ msgstr "" #~ msgid "Verification code" #~ 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 "" @@ -8268,6 +8471,10 @@ msgstr "" msgid "Verify email" msgstr "ईमेल सत्यापित करें" +#: src/components/intents/VerifyEmailIntentDialog.tsx:61 +msgid "Verify email dialog" +msgstr "" + #: src/view/screens/Settings/index.tsx:961 msgid "Verify my email" msgstr "मेरी ईमेल सत्यापित करें" @@ -8281,6 +8488,10 @@ msgstr "मेरी ईमेल सत्यापित करें" msgid "Verify New Email" msgstr "नया ईमेल सत्यापित करें" +#: src/view/com/composer/videos/SelectVideoBtn.tsx:108 +msgid "Verify now" +msgstr "" + #: src/view/com/modals/ChangeHandle.tsx:505 msgid "Verify Text File" msgstr "" @@ -8297,15 +8508,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 "" +#: 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 "" @@ -8315,7 +8543,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 "" @@ -8347,7 +8575,7 @@ msgstr "" msgid "View full thread" msgstr "" -#: src/components/moderation/LabelsOnMe.tsx:48 +#: src/components/moderation/LabelsOnMe.tsx:47 msgid "View information about these labels" msgstr "" @@ -8411,7 +8639,7 @@ msgstr "" #~ msgid "We also think you'll like \"For You\" by Skygaze:" #~ msgstr "" -#: src/screens/Hashtag.tsx:210 +#: src/screens/Hashtag.tsx:217 msgid "We couldn't find any results for that hashtag." msgstr "" @@ -8423,7 +8651,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}." +msgstr "" + +#: src/screens/Onboarding/StepFinished.tsx:238 msgid "We hope you have a wonderful time. Remember, Bluesky is:" msgstr "" @@ -8443,6 +8675,10 @@ msgstr "" #~ msgid "We recommend our \"Discover\" feed:" #~ msgstr "" +#: 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 "" @@ -8451,7 +8687,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 "" @@ -8463,7 +8699,7 @@ msgstr "" #~ msgid "We'll look into your appeal promptly." #~ 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 "" @@ -8487,7 +8723,7 @@ msgstr "" msgid "We're sorry, but your search could not be completed. Please try again in a few minutes." msgstr "" -#: src/view/com/composer/Composer.tsx:380 +#: src/view/com/composer/Composer.tsx:417 msgid "We're sorry! The post you are replying to has been deleted." msgstr "" @@ -8516,7 +8752,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 "" @@ -8530,7 +8766,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 "" @@ -8600,16 +8836,16 @@ msgstr "" msgid "Wide" msgstr "चौड़ा" -#: 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 "" -#: src/view/com/composer/Composer.tsx:660 +#: src/view/com/composer/Composer.tsx:708 msgid "Write post" msgstr "पोस्ट लिखो" -#: 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 "अपना जवाब दें" @@ -8654,7 +8890,7 @@ msgstr "" msgid "Yes, reactivate my account" msgstr "" -#: src/components/dms/MessageItem.tsx:182 +#: src/components/dms/MessageItem.tsx:183 msgid "Yesterday, {time}" msgstr "" @@ -8675,7 +8911,11 @@ msgstr "" msgid "You are in line." msgstr "" -#: 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 "" @@ -8713,7 +8953,7 @@ msgstr "अब आप अपने नए पासवर्ड के साथ 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 "" @@ -8804,7 +9044,7 @@ msgstr "" #~ msgid "You have not blocked any accounts yet. To block an account, go to their profile and selected \"Block account\" from the menu on their account." #~ msgstr "आपने अभी तक कोई भी अकाउंट ब्लॉक नहीं किया है. किसी खाते को ब्लॉक करने के लिए, उनकी प्रोफ़ाइल पर जाएं और उनके खाते के मेनू से \"खाता ब्लॉक करें\" चुनें।" -#: 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 "आपने अभी तक कोई ऐप पासवर्ड नहीं बनाया है। आप नीचे बटन दबाकर एक बना सकते हैं।।" @@ -8820,6 +9060,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 "" @@ -8833,11 +9077,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 "" @@ -8921,15 +9165,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 "" @@ -8948,7 +9192,7 @@ msgstr "" 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 "" @@ -8961,6 +9205,14 @@ msgstr "" msgid "You've reached the end of your feed! Find some more accounts to follow." msgstr "" +#: 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 "आपका खाता" @@ -8977,7 +9229,7 @@ msgstr "" msgid "Your birth date" msgstr "जन्म तिथि" -#: 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 "" @@ -8994,7 +9246,7 @@ msgstr "" #~ msgstr "" #: 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." @@ -9020,7 +9272,7 @@ msgstr "" msgid "Your following feed is empty! Follow more users to see what's happening." msgstr "" -#: src/screens/Signup/StepHandle.tsx:123 +#: src/screens/Signup/StepHandle.tsx:125 msgid "Your full handle will be" msgstr "आपका पूरा हैंडल होगा" @@ -9042,11 +9294,11 @@ msgstr "" msgid "Your password has been changed successfully!" msgstr "" -#: src/view/com/composer/Composer.tsx:426 +#: src/view/com/composer/Composer.tsx:463 msgid "Your post has been published" msgstr "" -#: src/screens/Onboarding/StepFinished.tsx:254 +#: src/screens/Onboarding/StepFinished.tsx:250 msgid "Your posts, likes, and blocks are public. Mutes are private." msgstr "आपकी पोस्ट, पसंद और ब्लॉक सार्वजनिक हैं। म्यूट निजी हैं।।" @@ -9058,7 +9310,7 @@ msgstr "आपकी प्रोफ़ाइल" msgid "Your profile, posts, feeds, and lists will no longer be visible to other Bluesky users. You can reactivate your account at any time by logging in." msgstr "" -#: src/view/com/composer/Composer.tsx:425 +#: src/view/com/composer/Composer.tsx:462 msgid "Your reply has been published" msgstr "" diff --git a/src/locale/locales/id/messages.po b/src/locale/locales/id/messages.po index fc085450..f8dc789c 100644 --- a/src/locale/locales/id/messages.po +++ b/src/locale/locales/id/messages.po @@ -26,16 +26,24 @@ msgstr "(berisi konten yang disisipkan)" msgid "(no email)" msgstr "(tidak ada email)" -#: 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 "{0, plural, other {{formattedCount} lainnya}}" +#: 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 "{0, plural, other {# label telah diterapkan pada akun ini}}" @@ -43,14 +51,26 @@ msgstr "{0, plural, other {# label telah diterapkan pada akun ini}}" #~ 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 "{0, plural, other {# label telah diterapkan pada konten ini}}" -#: 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 "{0, plural, other {# postingan ulang}}" +#: 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 "" @@ -65,11 +85,11 @@ msgstr "{0, plural, other {pengikut}}" msgid "{0, plural, one {following} other {following}}" msgstr "{0, plural, other {mengikuti}}" -#: 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 "{0, plural, other {Suka (# menyukai)}}" -#: src/view/com/post-thread/PostThreadItem.tsx:433 +#: src/view/com/post-thread/PostThreadItem.tsx:439 msgid "{0, plural, one {like} other {likes}}" msgstr "{0, plural, other {suka}}" @@ -82,19 +102,19 @@ msgstr "{0, plural, other {Disukai oleh # pengguna}}" msgid "{0, plural, one {post} other {posts}}" msgstr "{0, plural, other {postingan}}" -#: 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 "{0, plural, other {Balas (# balasan)}}" -#: src/view/com/post-thread/PostThreadItem.tsx:393 +#: src/view/com/post-thread/PostThreadItem.tsx:397 msgid "{0, plural, one {repost} other {reposts}}" msgstr "{0, plural, other {posting ulang}}" -#: 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 "{0, plural, other {Batal suka (# menyukai)}}" @@ -112,6 +132,10 @@ msgstr "" msgid "{0} joined this week" msgstr "{0} telah bergabung minggu ini" +#: 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 "{0} orang telah menggunakan paket pemula ini!" @@ -132,30 +156,56 @@ msgstr "Feed dan akun favorit {0} - ayo bergabung!" msgid "{0}'s starter pack" msgstr "Paket pemula {0}" +#. 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 "{count, plural, other {Disukai oleh # pengguna}}" #: src/lib/hooks/useTimeAgo.ts:69 -msgid "{diff, plural, one {day} other {days}}" -msgstr "{diff, plural, other {hari}}" +#~ msgid "{diff, plural, one {day} other {days}}" +#~ msgstr "{diff, plural, other {hari}}" #: src/lib/hooks/useTimeAgo.ts:64 -msgid "{diff, plural, one {hour} other {hours}}" -msgstr "{diff, plural, other {jam}}" +#~ msgid "{diff, plural, one {hour} other {hours}}" +#~ msgstr "{diff, plural, other {jam}}" #: src/lib/hooks/useTimeAgo.ts:59 -msgid "{diff, plural, one {minute} other {minutes}}" -msgstr "{diff, plural, other {menit}}" +#~ msgid "{diff, plural, one {minute} other {minutes}}" +#~ msgstr "{diff, plural, other {menit}}" #: src/lib/hooks/useTimeAgo.ts:75 -msgid "{diff, plural, one {month} other {months}}" -msgstr "{diff, plural, other {bulan}}" +#~ msgid "{diff, plural, one {month} other {months}}" +#~ msgstr "{diff, plural, other {bulan}}" #: src/lib/hooks/useTimeAgo.ts:54 -msgid "{diffSeconds, plural, one {second} other {seconds}}" -msgstr "{diffSeconds, plural, other {detik}}" +#~ msgid "{diffSeconds, plural, one {second} other {seconds}}" +#~ msgstr "{diffSeconds, plural, other {detik}}" +#: src/lib/generate-starterpack.ts:108 #: src/screens/StarterPack/Wizard/index.tsx:174 msgid "{displayName}'s Starter Pack" msgstr "Paket Pemula {displayName}" @@ -295,8 +345,8 @@ msgid "7 days" msgstr "" #: src/tours/Tooltip.tsx:70 -msgid "A help tooltip" -msgstr "Infotip bantuan" +#~ msgid "A help tooltip" +#~ msgstr "Infotip bantuan" #: src/view/com/util/ViewHeader.tsx:92 #: src/view/screens/Search/Search.tsx:684 @@ -360,7 +410,7 @@ msgstr "Pengaturan akun" msgid "Account removed from quick access" msgstr "Akun dihapus dari akses cepat" -#: 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 "Akun batal diblokir" @@ -416,9 +466,13 @@ msgstr "Tambahkan teks alt" #~ msgid "Add ALT text" #~ msgstr "" -#: 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 "Tambahkan Sandi Aplikasi" @@ -538,7 +592,7 @@ msgstr "Izinkan pesan baru dari" msgid "Allow replies from:" msgstr "" -#: src/view/screens/AppPasswords.tsx:271 +#: src/view/screens/AppPasswords.tsx:266 msgid "Allows access to direct messages" msgstr "" @@ -553,17 +607,20 @@ msgstr "Sudah masuk sebagai @{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 "Teks alt" -#: src/view/com/util/post-embeds/GifEmbed.tsx:189 +#: src/view/com/util/post-embeds/GifEmbed.tsx:170 msgid "Alt Text" msgstr "Teks Alt" @@ -588,19 +645,26 @@ msgstr "" #~ msgid "An error occured" #~ msgstr "Terjadi kesalahan" -#: 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 "Terjadi kesalahan saat membuat paket pemula. Coba lagi?" -#: 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 "" @@ -610,6 +674,10 @@ msgstr "" msgid "An error occurred while saving the QR code!" msgstr "Terjadi kesalahan saat menyimpan kode QR!" +#: 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 "" @@ -619,7 +687,7 @@ msgstr "Terjadi kesalahan saat menyimpan kode QR!" msgid "An error occurred while trying to follow all" msgstr "Terjadi kesalahan saat mencoba mengikuti semua" -#: src/state/queries/video/video.ts:112 +#: src/state/queries/video/video.ts:194 msgid "An error occurred while uploading the video." msgstr "" @@ -644,7 +712,7 @@ msgstr "Terjadi masalah saat mencoba membuka obrolan" msgid "An issue occurred, please try again." msgstr "Terjadi masalah, silakan coba lagi." -#: src/screens/Onboarding/StepInterests/index.tsx:219 +#: src/screens/Onboarding/StepInterests/index.tsx:199 msgid "an unknown error occurred" msgstr "terjadi kesalahan yang tidak diketahui" @@ -654,8 +722,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 "dan" @@ -664,7 +732,7 @@ msgstr "dan" msgid "Animals" msgstr "Hewan" -#: src/view/com/util/post-embeds/GifEmbed.tsx:155 +#: src/view/com/util/post-embeds/GifEmbed.tsx:138 msgid "Animated GIF" msgstr "Animasi GIF" @@ -680,7 +748,7 @@ msgstr "" msgid "App Language" msgstr "Bahasa Aplikasi" -#: src/view/screens/AppPasswords.tsx:228 +#: src/view/screens/AppPasswords.tsx:226 msgid "App password deleted" msgstr "Kata sandi aplikasi dihapus" @@ -697,21 +765,21 @@ msgid "App password settings" msgstr "Pengaturan kata sandi aplikasi" #: 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 "Kata Sandi Aplikasi" -#: 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 "Ajukan Banding" -#: src/components/moderation/LabelsOnMeDialog.tsx:247 +#: src/components/moderation/LabelsOnMeDialog.tsx:238 msgid "Appeal \"{0}\" label" msgstr "Banding label \"{0}\"" -#: src/components/moderation/LabelsOnMeDialog.tsx:238 +#: src/components/moderation/LabelsOnMeDialog.tsx:229 #: src/screens/Messages/Conversation/ChatDisabled.tsx:91 msgid "Appeal submitted" msgstr "Banding diajukan" @@ -749,7 +817,7 @@ msgstr "Tambahkan feed bawaan yang direkomendasikan" #~ 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 "Apakah Anda yakin ingin menghapus sandi aplikasi \"{name}\"?" @@ -781,7 +849,7 @@ msgstr "Apakah Anda yakin ingin menghapus {0} dari daftar feed Anda?" msgid "Are you sure you want to remove this from your feeds?" msgstr "Apakah Anda yakin ingin menghapus ini dari daftar feed Anda?" -#: 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 "Anda yakin ingin membuang draf ini?" @@ -802,13 +870,13 @@ msgstr "Seni" msgid "Artistic or non-erotic nudity." msgstr "Ketelanjangan artistik atau non-erotis." -#: src/screens/Signup/StepHandle.tsx:171 +#: src/screens/Signup/StepHandle.tsx:173 msgid "At least 3 characters" msgstr "Minimal 3 karakter" #: 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 @@ -842,7 +910,7 @@ msgstr "Tanggal lahir" msgid "Birthday:" msgstr "Tanggal lahir:" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:314 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:272 #: src/view/com/profile/ProfileMenu.tsx:365 msgid "Block" msgstr "Blokir" @@ -873,7 +941,7 @@ msgstr "Blokir daftar" msgid "Block these accounts?" msgstr "Blokir akun-akun ini?" -#: src/view/com/util/post-embeds/QuoteEmbed.tsx:76 +#: src/view/com/util/post-embeds/QuoteEmbed.tsx:81 msgid "Blocked" msgstr "Diblokir" @@ -963,23 +1031,23 @@ msgstr "Buramkan gambar dan saring dari feed" msgid "Books" msgstr "Buku" -#: src/components/FeedInterstitials.tsx:300 +#: src/components/FeedInterstitials.tsx:346 msgid "Browse more accounts on the Explore page" msgstr "Jelajahi akun lainnya pada halaman Jelajah" -#: src/components/FeedInterstitials.tsx:433 +#: src/components/FeedInterstitials.tsx:479 msgid "Browse more feeds on the Explore page" msgstr "Jelajahi feed lainnya pada halaman Jelajah" -#: 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 "Jelajahi saran lainnya" -#: 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 "Jelajahi saran lainnya pada halaman Jelajah" @@ -1029,12 +1097,12 @@ msgid "Can only contain letters, numbers, spaces, dashes, and underscores. Must msgstr "Hanya dapat terdiri dari huruf, angka, spasi, tanda hubung dan garis bawah. Minimal 4 karakter, namun tidak boleh lebih dari 32 karakter." #: src/components/Menu/index.tsx: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 @@ -1050,7 +1118,7 @@ msgstr "Hanya dapat terdiri dari huruf, angka, spasi, tanda hubung dan garis baw #: src/view/com/modals/LinkWarning.tsx:107 #: src/view/com/modals/VerifyEmail.tsx:255 #: src/view/com/modals/VerifyEmail.tsx:261 -#: src/view/com/util/post-ctrls/RepostButton.tsx:160 +#: src/view/com/util/post-ctrls/RepostButton.tsx:163 #: src/view/screens/Search/Search.tsx:704 msgid "Cancel" msgstr "Batal" @@ -1079,7 +1147,7 @@ msgstr "Batal memotong gambar" msgid "Cancel profile editing" msgstr "Batal mengedit profil" -#: src/view/com/util/post-ctrls/RepostButton.tsx:154 +#: src/view/com/util/post-ctrls/RepostButton.tsx:157 msgid "Cancel quote post" msgstr "Batal mengutip postingan" @@ -1095,6 +1163,21 @@ msgstr "Batal mencari" msgid "Cancels opening the linked website" msgstr "Membatalkan membuka situs web tertaut" +#: 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 "Ubah" @@ -1135,8 +1218,8 @@ msgid "Change Your Email" msgstr "Ubah Email Anda" #: 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 "Obrolan" @@ -1191,12 +1274,12 @@ msgstr "Periksa kotak masuk email Anda untuk kode konfirmasi dan masukkan di baw #~ msgstr "" #: src/screens/Onboarding/StepInterests/index.tsx:191 -msgid "Choose 3 or more:" -msgstr "Pilih 3 atau lebih:" +#~ msgid "Choose 3 or more:" +#~ msgstr "Pilih 3 atau lebih:" #: src/screens/Onboarding/StepInterests/index.tsx:326 -msgid "Choose at least {0} more" -msgstr "Pilih setidaknya {0} lagi" +#~ msgid "Choose at least {0} more" +#~ msgstr "Pilih setidaknya {0} lagi" #: src/screens/StarterPack/Wizard/index.tsx:190 msgid "Choose Feeds" @@ -1214,7 +1297,7 @@ msgstr "Pilih Pengguna" msgid "Choose Service" msgstr "Pilih Layanan" -#: src/screens/Onboarding/StepFinished.tsx:284 +#: src/screens/Onboarding/StepFinished.tsx:280 msgid "Choose the algorithms that power your custom feeds." msgstr "Pilih algoritma yang akan digunakan untuk feed kustom Anda." @@ -1301,7 +1384,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 "Ketuk untuk mengirim ulang pesan yang gagal" @@ -1316,13 +1399,15 @@ msgstr "Keletak 🐴 keletuk 🐴" #: 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 "Tutup" @@ -1377,7 +1462,7 @@ msgstr "Menutup bilah navigasi bawah" msgid "Closes password update alert" msgstr "Menutup peringatan pembaruan kata sandi" -#: src/view/com/composer/Composer.tsx:524 +#: src/view/com/composer/Composer.tsx:602 msgid "Closes post composer and discards post draft" msgstr "Menutup penyusun postingan dan membuang draf" @@ -1385,11 +1470,11 @@ msgstr "Menutup penyusun postingan dan membuang draf" msgid "Closes viewer for header image" msgstr "Menutup penampil untuk gambar header" -#: src/view/com/notifications/FeedItem.tsx:269 +#: src/view/com/notifications/FeedItem.tsx:265 msgid "Collapse list of users" msgstr "Ciutkan daftar pengguna" -#: src/view/com/notifications/FeedItem.tsx:470 +#: src/view/com/notifications/FeedItem.tsx:466 msgid "Collapses list of users for a given notification" msgstr "Menciutkan daftar pengguna untuk notifikasi tertentu" @@ -1408,7 +1493,7 @@ msgstr "Komik" msgid "Community Guidelines" msgstr "Panduan Komunitas" -#: src/screens/Onboarding/StepFinished.tsx:297 +#: src/screens/Onboarding/StepFinished.tsx:293 msgid "Complete onboarding and start using your account" msgstr "Selesaikan orientasi dan mulai menggunakan akun Anda" @@ -1416,7 +1501,7 @@ msgstr "Selesaikan orientasi dan mulai menggunakan akun Anda" msgid "Complete the challenge" msgstr "Selesaikan tantangan" -#: 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 "Buat postingan dengan panjang hingga {MAX_GRAPHEME_LENGTH} karakter" @@ -1425,8 +1510,8 @@ msgid "Compose reply" msgstr "Tulis balasan" #: 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}" @@ -1440,8 +1525,8 @@ msgstr "Konfigurasikan pengaturan penyaringan konten untuk kategori: {name}" msgid "Configured in <0>moderation settings." msgstr "Diatur pada <0>pengaturan moderasi." -#: 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 @@ -1527,7 +1612,7 @@ msgstr "Peringatan konten" msgid "Context menu backdrop, click to close the menu." msgstr "Latar menu konteks, klik untuk menutup menu." -#: src/screens/Onboarding/StepInterests/index.tsx:278 +#: src/screens/Onboarding/StepInterests/index.tsx:258 #: src/screens/Onboarding/StepProfile/index.tsx:269 msgid "Continue" msgstr "Lanjutkan" @@ -1540,7 +1625,7 @@ msgstr "Lanjutkan sebagai {0} (sudah masuk)" msgid "Continue thread..." msgstr "Lanjutkan utas..." -#: 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" @@ -1576,7 +1661,7 @@ msgstr "Menyalin versi build ke papan klip" #: 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 "Disalin ke papan klip" @@ -1662,6 +1747,10 @@ msgstr "Tidak dapat memuat daftar" msgid "Could not mute chat" msgstr "Tidak dapat membisukan obrolan" +#: 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 "" @@ -1727,7 +1816,7 @@ msgstr "Buat akun baru" msgid "Create report for {0}" msgstr "Buat laporan untuk {0}" -#: src/view/screens/AppPasswords.tsx:251 +#: src/view/screens/AppPasswords.tsx:246 msgid "Created {0}" msgstr "Dibuat {0}" @@ -1809,7 +1898,7 @@ msgstr "Panel awakutu" #: 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 "Hapus" @@ -1826,11 +1915,11 @@ msgstr "Hapus akun" msgid "Delete Account <0>\"<1>{0}<2>\"" msgstr "Hapus Akun <0>\"<1>{0}<2>\"" -#: src/view/screens/AppPasswords.tsx:244 +#: src/view/screens/AppPasswords.tsx:239 msgid "Delete app password" msgstr "Hapus kata sandi aplikasi" -#: src/view/screens/AppPasswords.tsx:280 +#: src/view/screens/AppPasswords.tsx:275 msgid "Delete app password?" msgstr "Hapus kata sandi aplikasi?" @@ -1885,7 +1974,7 @@ msgstr "Hapus daftar ini?" msgid "Delete this post?" msgstr "Hapus postingan ini?" -#: src/view/com/util/post-embeds/QuoteEmbed.tsx:85 +#: src/view/com/util/post-embeds/QuoteEmbed.tsx:90 msgid "Deleted" msgstr "Dihapus" @@ -1921,7 +2010,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 "Apakah Anda ingin mengatakan sesuatu?" @@ -1935,8 +2024,12 @@ msgid "Direct messages are here!" msgstr "Pesan langsung telah hadir!" #: src/view/screens/AccessibilitySettings.tsx:111 -msgid "Disable autoplay for GIFs" -msgstr "Nonaktifkan pemutaran otomatis untuk GIF" +#~ msgid "Disable autoplay for GIFs" +#~ msgstr "Nonaktifkan pemutaran otomatis untuk GIF" + +#: 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" @@ -1950,7 +2043,7 @@ msgstr "Matikan respons haptik" #~ msgid "Disable haptics" #~ 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 "" @@ -1967,11 +2060,11 @@ msgstr "" msgid "Disabled" msgstr "Dinonaktifkan" -#: src/view/com/composer/Composer.tsx:774 +#: src/view/com/composer/Composer.tsx:839 msgid "Discard" msgstr "Buang" -#: src/view/com/composer/Composer.tsx:771 +#: src/view/com/composer/Composer.tsx:836 msgid "Discard draft?" msgstr "Buang draf?" @@ -1981,8 +2074,8 @@ msgid "Discourage apps from showing my account to logged-out users" msgstr "Cegah aplikasi menampilkan akun saya ke pengguna yang tidak masuk" #: src/tours/HomeTour.tsx:70 -msgid "Discover learns which posts you like as you browse." -msgstr "Discover mempelajari postingan mana yang Anda suka ketika Anda menjelajah." +#~ msgid "Discover learns which posts you like as you browse." +#~ msgstr "Discover mempelajari postingan mana yang Anda suka ketika Anda menjelajah." #: src/view/com/posts/FollowingEmptyState.tsx:70 #: src/view/com/posts/FollowingEndOfFeed.tsx:71 @@ -1998,10 +2091,10 @@ msgid "Discover New Feeds" msgstr "Temukan Feed Baru" #: 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 "" @@ -2033,7 +2126,7 @@ msgstr "" msgid "Does not include nudity." msgstr "Tidak termasuk ketelanjangan." -#: src/screens/Signup/StepHandle.tsx:157 +#: src/screens/Signup/StepHandle.tsx:159 msgid "Doesn't begin or end with a hyphen" msgstr "Tidak diawali atau diakhiri dengan tanda hubung" @@ -2053,6 +2146,8 @@ msgstr "Domain terverifikasi!" #: 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 @@ -2075,7 +2170,7 @@ msgstr "Selesai" msgid "Done{extraText}" msgstr "Selesai{extraText}" -#: src/screens/StarterPack/StarterPackLandingScreen.tsx:324 +#: src/screens/StarterPack/StarterPackLandingScreen.tsx:326 msgid "Download Bluesky" msgstr "Unduh Bluesky" @@ -2084,7 +2179,7 @@ msgstr "Unduh Bluesky" msgid "Download CAR file" msgstr "Unduh berkas CAR" -#: 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 "Lepaskan untuk menambahkan gambar" @@ -2197,12 +2292,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 "Edit profil" #: 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 "Edit Profil" @@ -2257,6 +2352,10 @@ msgstr "Email 2FA dinonaktifkan" msgid "Email address" msgstr "Alamat email" +#: 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" @@ -2270,6 +2369,10 @@ msgstr "Email Diperbarui" msgid "Email verified" msgstr "Email terverifikasi" +#: src/components/intents/VerifyEmailIntentDialog.tsx:71 +msgid "Email Verified" +msgstr "" + #: src/view/screens/Settings/index.tsx:319 msgid "Email:" msgstr "Email:" @@ -2319,7 +2422,7 @@ msgstr "Aktifkan pemutar media untuk" msgid "Enable priority notifications" msgstr "Aktifkan notifikasi prioritas" -#: src/view/com/util/post-embeds/VideoEmbedInner/VideoWebControls.tsx:242 +#: src/view/com/util/post-embeds/VideoEmbedInner/VideoWebControls.tsx:336 msgid "Enable subtitles" msgstr "" @@ -2337,7 +2440,7 @@ msgstr "Aktifkan hanya sumber ini saja" msgid "Enabled" msgstr "Diaktifkan" -#: src/screens/Profile/Sections/Feed.tsx:105 +#: src/screens/Profile/Sections/Feed.tsx:112 msgid "End of feed" msgstr "Akhir feed" @@ -2346,8 +2449,12 @@ msgstr "Akhir feed" #~ 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." -msgstr "Akhir jendela tur orientasi. Jangan maju. Mundur untuk melihat opsi lainnya, atau tekan untuk melewati." +#~ msgid "End of onboarding tour window. Do not move forward. Instead, go backward for more options, or press to skip." +#~ msgstr "Akhir jendela tur orientasi. Jangan maju. Mundur untuk melihat opsi lainnya, atau tekan untuk melewati." + +#: 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 msgid "Enter a name for this App Password" @@ -2403,11 +2510,11 @@ msgstr "Masukkan nama pengguna dan kata sandi Anda" msgid "Error occurred while saving file" msgstr "Terjadi kesalahan saat menyimpan berkas" -#: src/screens/Signup/StepCaptcha/index.tsx:57 +#: src/screens/Signup/StepCaptcha/index.tsx:56 msgid "Error receiving captcha response." msgstr "Kesalahan saat menerima respons captcha." -#: src/screens/Onboarding/StepInterests/index.tsx:217 +#: src/screens/Onboarding/StepInterests/index.tsx:197 #: src/view/screens/Search/Search.tsx:116 msgid "Error:" msgstr "Galat:" @@ -2431,11 +2538,11 @@ msgstr "" msgid "Everyone" msgstr "Semua orang" -#: src/lib/moderation/useReportOptions.ts:68 +#: src/lib/moderation/useReportOptions.ts:73 msgid "Excessive mentions or replies" msgstr "Menyebut atau membalas secara berlebihan" -#: src/lib/moderation/useReportOptions.ts:81 +#: src/lib/moderation/useReportOptions.ts:86 msgid "Excessive or unwanted messages" msgstr "Pesan yang berlebihan atau tidak diinginkan" @@ -2447,6 +2554,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 "Keluar dari proses penghapusan akun" @@ -2471,7 +2582,7 @@ msgstr "Keluar dari memasukkan kueri pencarian" msgid "Expand alt text" msgstr "Bentangkan teks alt" -#: src/view/com/notifications/FeedItem.tsx:270 +#: src/view/com/notifications/FeedItem.tsx:266 msgid "Expand list of users" msgstr "Bentangkan daftar pengguna" @@ -2595,7 +2706,7 @@ msgstr "Gagal menyimpan gambar: {0}" msgid "Failed to save notification preferences, please try again" msgstr "Gagal menyimpan preferensi notifikasi, silakan coba lagi" -#: src/components/dms/MessageItem.tsx:224 +#: src/components/dms/MessageItem.tsx:225 msgid "Failed to send" msgstr "Gagal mengirim" @@ -2603,7 +2714,7 @@ msgstr "Gagal mengirim" #~ 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 "Gagal mengajukan banding, silakan coba lagi." @@ -2621,6 +2732,13 @@ msgstr "Gagal memperbarui daftar feed" msgid "Failed to update settings" msgstr "Gagal memperbarui pengaturan" +#: 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 "Feed" @@ -2649,7 +2767,7 @@ msgstr "Masukan" #: 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" @@ -2683,7 +2801,7 @@ msgstr "Berkas berhasil disimpan!" msgid "Filter from feeds" msgstr "Saring dari feed" -#: src/screens/Onboarding/StepFinished.tsx:300 +#: src/screens/Onboarding/StepFinished.tsx:296 msgid "Finalizing" msgstr "Menyelesaikan" @@ -2694,8 +2812,8 @@ msgid "Find accounts to follow" msgstr "Temukan akun untuk diikuti" #: src/tours/HomeTour.tsx:88 -msgid "Find more feeds and accounts to follow in the Explore page." -msgstr "Temukan feed dan akun lainnya untuk diikuti di halaman Jelajah." +#~ msgid "Find more feeds and accounts to follow in the Explore page." +#~ msgstr "Temukan feed dan akun lainnya untuk diikuti di halaman Jelajah." #: src/view/screens/Search/Search.tsx:439 msgid "Find posts and users on Bluesky" @@ -2726,14 +2844,14 @@ msgid "Finish" msgstr "Selesai" #: src/tours/Tooltip.tsx:149 -msgid "Finish tour and begin using the application" -msgstr "Selesaikan tur dan mulai menggunakan aplikasi" +#~ msgid "Finish tour and begin using the application" +#~ msgstr "Selesaikan tur dan mulai menggunakan aplikasi" #: src/screens/Onboarding/index.tsx:35 msgid "Fitness" msgstr "Kebugaran" -#: src/screens/Onboarding/StepFinished.tsx:280 +#: src/screens/Onboarding/StepFinished.tsx:276 msgid "Flexible" msgstr "Fleksibel" @@ -2750,8 +2868,8 @@ msgstr "Balik secara vertikal" #: 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 "Ikuti" @@ -2760,8 +2878,8 @@ msgctxt "action" msgid "Follow" msgstr "Ikuti" -#: 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 "Ikuti {0}" @@ -2787,7 +2905,7 @@ msgstr "Ikuti semua" #~ msgid "Follow All" #~ msgstr "" -#: src/view/com/post-thread/PostThreadFollowBtn.tsx:144 +#: src/view/com/post-thread/PostThreadFollowBtn.tsx:142 msgid "Follow Back" msgstr "Ikuti Balik" @@ -2835,16 +2953,16 @@ msgstr "Pengguna yang Anda ikuti" #~ msgid "Followed users only" #~ msgstr "Hanya pengguna yang diikuti" -#: src/view/com/notifications/FeedItem.tsx:211 +#: src/view/com/notifications/FeedItem.tsx:207 msgid "followed you" msgstr "mengikuti Anda" -#: src/view/com/notifications/FeedItem.tsx:209 +#: src/view/com/notifications/FeedItem.tsx:205 msgid "followed you back" msgstr "mengikuti Anda kembali" -#: 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 "Pengikut" @@ -2861,17 +2979,17 @@ msgstr "Pengikut yang Anda kenal" #: 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 "Mengikuti" #: src/components/ProfileCard.tsx:311 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:98 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:94 msgid "Following {0}" msgstr "Mengikuti {0}" @@ -2890,8 +3008,8 @@ msgid "Following Feed Preferences" msgstr "Preferensi Feed Mengikuti" #: src/tours/HomeTour.tsx:59 -msgid "Following shows the latest posts from people you follow." -msgstr "Feed Mengikuti menampilkan postingan terbaru dari orang-orang yang Anda ikuti." +#~ msgid "Following shows the latest posts from people you follow." +#~ msgstr "Feed Mengikuti menampilkan postingan terbaru dari orang-orang yang Anda ikuti." #: src/screens/Profile/Header/Handle.tsx:31 msgid "Follows you" @@ -2935,15 +3053,19 @@ msgstr "Lupa?" msgid "Frequently Posts Unwanted Content" msgstr "Sering Memposting Konten yang Tidak Diinginkan" -#: src/screens/Hashtag.tsx:118 +#: src/screens/Hashtag.tsx:116 msgid "From @{sanitizedAuthor}" msgstr "Dari @{sanitizedAuthor}" -#: src/view/com/posts/FeedItem.tsx:273 +#: src/view/com/posts/FeedItem.tsx:271 msgctxt "from-feed" msgid "From <0/>" msgstr "Dari <0/>" +#: src/view/com/util/post-embeds/VideoEmbedInner/VideoWebControls.tsx:354 +msgid "Fullscreen" +msgstr "" + #: src/view/com/composer/photos/SelectPhotoBtn.tsx:39 msgid "Gallery" msgstr "Galeri" @@ -2969,7 +3091,7 @@ msgstr "Mulai" msgid "Getting started" msgstr "Memulai" -#: src/view/com/util/images/ImageHorzList.tsx:35 +#: src/components/MediaPreview.tsx:119 msgid "GIF" msgstr "GIF" @@ -2988,7 +3110,7 @@ msgstr "Pelanggaran hukum atau ketentuan layanan secara terang-terangan" #: 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 "Kembali" @@ -3047,8 +3169,8 @@ msgid "Go to profile" msgstr "Buka profil" #: src/tours/Tooltip.tsx:138 -msgid "Go to the next step of the tour" -msgstr "Lanjut ke langkah tur selanjutnya" +#~ msgid "Go to the next step of the tour" +#~ msgstr "Lanjut ke langkah tur selanjutnya" #: src/components/dms/ConvoMenu.tsx:164 msgid "Go to user's profile" @@ -3126,7 +3248,7 @@ msgstr "" msgid "Hide" msgstr "Sembunyikan" -#: src/view/com/notifications/FeedItem.tsx:477 +#: src/view/com/notifications/FeedItem.tsx:473 msgctxt "action" msgid "Hide" msgstr "Sembunyikan" @@ -3165,7 +3287,7 @@ msgstr "Sembunyikan postingan ini?" msgid "Hide this reply?" msgstr "" -#: src/view/com/notifications/FeedItem.tsx:468 +#: src/view/com/notifications/FeedItem.tsx:464 msgid "Hide user list" msgstr "Sembunyikan daftar pengguna" @@ -3197,10 +3319,14 @@ msgstr "Hmmmm, sepertinya kami kesulitan memuat data ini. Lihat di bawah untuk k msgid "Hmmmm, we couldn't load that moderation service." msgstr "Hmmmm, kami tidak dapat memuat layanan moderasi." -#: 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" @@ -3272,7 +3398,7 @@ msgstr "Jika ingin mengubah panggilan atau email, lakukanlah sebelum Anda menona msgid "Illegal and Urgent" msgstr "Ilegal dan Urgen" -#: src/view/com/util/images/Gallery.tsx:42 +#: src/view/com/util/images/Gallery.tsx:55 msgid "Image" msgstr "Gambar" @@ -3288,7 +3414,11 @@ msgstr "Gambar telah disimpan ke rol kamera Anda!" msgid "Impersonation or false claims about identity or affiliation" msgstr "Impersonasi atau klaim palsu tentang identitas atau afiliasi" -#: 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 "Pesan tidak pantas atau tautan eksplisit" @@ -3332,7 +3462,7 @@ msgstr "Masukkan kata sandi Anda" msgid "Input your preferred hosting provider" msgstr "Masukkan penyedia hosting pilihan Anda" -#: src/screens/Signup/StepHandle.tsx:112 +#: src/screens/Signup/StepHandle.tsx:114 msgid "Input your user handle" msgstr "Masukkan panggilan Anda" @@ -3357,6 +3487,10 @@ msgstr "Catatan postingan tidak valid atau tidak didukung" msgid "Invalid username or password" msgstr "Username atau kata sandi salah" +#: src/components/intents/VerifyEmailIntentDialog.tsx:82 +msgid "Invalid Verification Code" +msgstr "" + #: src/view/com/modals/InviteCodes.tsx:94 msgid "Invite a Friend" msgstr "Undang Teman" @@ -3365,7 +3499,7 @@ msgstr "Undang Teman" msgid "Invite code" msgstr "Kode Undangan" -#: 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 "Kode undangan salah. Periksa bahwa Anda memasukkannya dengan benar dan coba lagi." @@ -3397,6 +3531,10 @@ msgstr "Undangan, tetapi personal" msgid "It's just you right now! Add more people to your starter pack by searching above." msgstr "Hanya ada Anda saat ini! Tambahkan lebih banyak orang ke paket pemula Anda melalui pencarian di atas." +#: src/view/com/composer/Composer.tsx:1125 +msgid "Job ID: {0}" +msgstr "" + #: src/view/com/auth/SplashScreen.web.tsx:164 msgid "Jobs" msgstr "Karir" @@ -3441,11 +3579,11 @@ msgstr "Label adalah anotasi yang diterapkan pada pengguna dan konten. Label dap #~ msgid "labels have been placed on this {labelTarget}" #~ msgstr "" -#: src/components/moderation/LabelsOnMeDialog.tsx:79 +#: src/components/moderation/LabelsOnMeDialog.tsx:71 msgid "Labels on your account" msgstr "Label pada akun Anda" -#: src/components/moderation/LabelsOnMeDialog.tsx:81 +#: src/components/moderation/LabelsOnMeDialog.tsx:73 msgid "Labels on your content" msgstr "Label pada konten Anda" @@ -3466,7 +3604,7 @@ msgstr "Pengaturan Bahasa" msgid "Languages" msgstr "Bahasa" -#: src/screens/Hashtag.tsx:99 +#: src/screens/Hashtag.tsx:97 #: src/view/screens/Search/Search.tsx:359 msgid "Latest" msgstr "Terbaru" @@ -3540,8 +3678,7 @@ msgstr "Biarkan saya memilih" msgid "Let's get your password reset!" msgstr "Reset kata sandi Anda!" -#: src/screens/Onboarding/StepFinished.tsx:300 -#: src/tours/Tooltip.tsx:151 +#: src/screens/Onboarding/StepFinished.tsx:296 msgid "Let's go!" msgstr "Ayo!" @@ -3574,9 +3711,9 @@ msgstr "Suka feed ini" msgid "Liked by" msgstr "Disukai oleh" -#: 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 "Disukai Oleh" @@ -3595,11 +3732,11 @@ msgstr "Disukai Oleh" #~ 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 "menyukai feed kustom Anda" -#: src/view/com/notifications/FeedItem.tsx:182 +#: src/view/com/notifications/FeedItem.tsx:178 msgid "liked your post" msgstr "menyukai postingan Anda" @@ -3659,7 +3796,7 @@ msgstr "Daftar batal dibisukan" #: 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" @@ -3685,7 +3822,7 @@ msgstr "Muat lebih banyak akun untuk diikuti" msgid "Load new notifications" msgstr "Muat notifikasi baru" -#: 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 @@ -3792,12 +3929,12 @@ msgstr "Pesan dihapus" msgid "Message from server: {0}" msgstr "Pesan dari server: {0}" -#: src/screens/Messages/Conversation/MessageInput.tsx:138 +#: src/screens/Messages/Conversation/MessageInput.tsx:140 msgid "Message input field" msgstr "Kotak input pesan" -#: 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 "Pesan terlalu panjang" @@ -3805,7 +3942,7 @@ msgstr "Pesan terlalu panjang" msgid "Message settings" msgstr "Pengaturan pesan" -#: 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 @@ -3820,6 +3957,10 @@ msgstr "Pesan" msgid "Misleading Account" msgstr "Akun Menyesatkan" +#: src/lib/moderation/useReportOptions.ts:67 +msgid "Misleading Post" +msgstr "" + #: src/screens/Settings/AppearanceSettings.tsx:78 msgid "Mode" msgstr "" @@ -3886,7 +4027,7 @@ msgstr "Alat moderasi" msgid "Moderator has chosen to set a general warning on the content." msgstr "Moderator telah memilih untuk menetapkan peringatan umum pada konten." -#: src/view/com/post-thread/PostThreadItem.tsx:619 +#: src/view/com/post-thread/PostThreadItem.tsx:629 msgid "More" msgstr "Selengkapnya" @@ -3911,8 +4052,7 @@ msgid "Music" msgstr "Musik" #: 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 "Bisukan" @@ -3997,7 +4137,7 @@ msgstr "Bisukan utas" msgid "Mute words & tags" msgstr "Bisukan kata & tagar" -#: src/view/com/util/post-embeds/VideoEmbedInner/VideoEmbedInnerNative.tsx:201 +#: src/view/com/util/post-embeds/VideoEmbedInner/VideoEmbedInnerNative.tsx:168 msgid "Muted" msgstr "Dibisukan" @@ -4035,7 +4175,7 @@ msgstr "Tanggal Lahir Saya" msgid "My Feeds" msgstr "Daftar Feed Saya" -#: src/view/shell/desktop/LeftNav.tsx:85 +#: src/view/shell/desktop/LeftNav.tsx:84 msgid "My Profile" msgstr "Profil Saya" @@ -4057,9 +4197,9 @@ msgid "Name is required" msgstr "Nama harus diisi" #: 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 "Nama atau Deskripsi Melanggar Standar Komunitas" @@ -4095,7 +4235,7 @@ msgstr "Perlu melaporkan pelanggaran hak cipta?" #~ msgid "Never lose access to your followers and data." #~ msgstr "" -#: src/screens/Onboarding/StepFinished.tsx:268 +#: src/screens/Onboarding/StepFinished.tsx:264 msgid "Never lose access to your followers or data." msgstr "Tidak akan lagi kehilangan akses ke data dan pengikut Anda." @@ -4145,11 +4285,11 @@ msgstr "Postingan baru" #: 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 "Postingan baru" -#: src/view/shell/desktop/LeftNav.tsx:284 +#: src/view/shell/desktop/LeftNav.tsx:283 msgctxt "action" msgid "New Post" msgstr "Postingan baru" @@ -4182,7 +4322,6 @@ msgstr "Berita" #: 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" @@ -4225,11 +4364,11 @@ msgid "No feeds found. Try searching for something else." msgstr "Tidak ditemukan feed apa pun. Coba pencarian lain." #: 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 "Tidak lagi mengikuti {0}" -#: src/screens/Signup/StepHandle.tsx:167 +#: src/screens/Signup/StepHandle.tsx:169 msgid "No longer than 253 characters" msgstr "Tidak lebih dari 253 karakter" @@ -4256,7 +4395,7 @@ msgstr "Tidak seorang pun" 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 "Belum ada postingan." @@ -4335,7 +4474,7 @@ msgstr "Jangan sekarang" #: 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 "Catatan tentang berbagi" @@ -4368,22 +4507,22 @@ msgstr "Suara notifikasi" msgid "Notification Sounds" msgstr "Suara Notifikasi" -#: 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 "Notifikasi" -#: src/lib/hooks/useTimeAgo.ts:51 +#: src/lib/hooks/useTimeAgo.ts:122 msgid "now" msgstr "sekarang" -#: src/components/dms/MessageItem.tsx:169 +#: src/components/dms/MessageItem.tsx:170 msgid "Now" msgstr "Sekarang" @@ -4391,7 +4530,7 @@ msgstr "Sekarang" msgid "Nudity" msgstr "Ketelanjangan" -#: src/lib/moderation/useReportOptions.ts:73 +#: src/lib/moderation/useReportOptions.ts:78 msgid "Nudity or adult content not labeled as such" msgstr "Ketelanjangan atau konten dewasa yang tidak dilabeli sedemikian rupa" @@ -4409,7 +4548,7 @@ msgstr "Matikan" msgid "Oh no!" msgstr "Oh tidak!" -#: src/screens/Onboarding/StepInterests/index.tsx:153 +#: src/screens/Onboarding/StepInterests/index.tsx:138 msgid "Oh no! Something went wrong." msgstr "Oh tidak! Ada yang tidak beres." @@ -4426,22 +4565,26 @@ msgid "Oldest replies first" msgstr "Balasan terlama lebih dulu" #: src/components/StarterPack/QrCode.tsx:69 -msgid "on" -msgstr "di" +#~ msgid "on" +#~ msgstr "di" #: src/lib/hooks/useTimeAgo.ts:81 -msgid "on {str}" -msgstr "pada {str}" +#~ msgid "on {str}" +#~ msgstr "pada {str}" + +#: src/components/StarterPack/QrCode.tsx:70 +msgid "on<0><1/><2><3/>" +msgstr "" #: src/view/screens/Settings/index.tsx:226 msgid "Onboarding reset" msgstr "Pengaturan ulang orientasi" #: src/tours/Tooltip.tsx:118 -msgid "Onboarding tour step {0}: {1}" -msgstr "Langkah {0} tur orientasi: {1}" +#~ msgid "Onboarding tour step {0}: {1}" +#~ msgstr "Langkah {0} tur orientasi: {1}" -#: src/view/com/composer/Composer.tsx:589 +#: src/view/com/composer/Composer.tsx:667 msgid "One or more images is missing alt text." msgstr "Satu atau lebih gambar belum ada teks alt." @@ -4457,10 +4600,14 @@ msgstr "Hanya mendukung berkas .jpg dan .png" msgid "Only {0} can reply." msgstr "" -#: src/screens/Signup/StepHandle.tsx:150 +#: src/screens/Signup/StepHandle.tsx:152 msgid "Only contains letters, numbers, and hyphens" msgstr "Hanya berisi huruf, angka, dan tanda hubung" +#: 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 "Ups, ada yang tidak beres!" @@ -4468,13 +4615,13 @@ msgstr "Ups, ada yang tidak beres!" #: 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 "Ups!" -#: src/screens/Onboarding/StepFinished.tsx:264 +#: src/screens/Onboarding/StepFinished.tsx:260 msgid "Open" msgstr "Terbuka" @@ -4491,8 +4638,9 @@ msgstr "Buka pembuat avatar" msgid "Open conversation options" msgstr "Buka opsi percakapan" -#: 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 "Buka pemilih emoji" @@ -4673,12 +4821,12 @@ msgstr "Membuka halaman log sistem" msgid "Opens the threads preferences" msgstr "Membuka preferensi utas" -#: 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 "Membuka profil ini" -#: src/view/com/composer/videos/SelectVideoBtn.tsx:54 +#: src/view/com/composer/videos/SelectVideoBtn.tsx:81 msgid "Opens video picker" msgstr "Membuka pemilih video" @@ -4756,11 +4904,11 @@ msgid "Password updated!" msgstr "Kata sandi diganti!" #: 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 "Jeda" -#: src/view/com/util/post-embeds/VideoEmbedInner/VideoWebControls.tsx:203 +#: src/view/com/util/post-embeds/VideoEmbedInner/VideoWebControls.tsx:275 msgid "Pause video" msgstr "" @@ -4820,7 +4968,7 @@ msgid "Pinned to your feeds" msgstr "Disematkan ke daftar feed Anda" #: 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 "Putar" @@ -4837,8 +4985,8 @@ msgstr "Putar {0}" msgid "Play or pause the GIF" msgstr "Putar atau jeda GIF" -#: 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 "" @@ -4851,16 +4999,16 @@ msgstr "Putar Video" msgid "Plays the GIF" msgstr "Putar GIF" -#: src/screens/Signup/state.ts:222 +#: src/screens/Signup/state.ts:217 msgid "Please choose your handle." msgstr "Silakan tentukan panggilan Anda." -#: 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 "Masukkan kata sandi Anda." -#: src/screens/Signup/state.ts:236 +#: src/screens/Signup/state.ts:231 msgid "Please complete the verification captcha." msgstr "Mohon selesaikan verifikasi captcha." @@ -4880,7 +5028,7 @@ msgstr "Masukkan nama unik untuk Kata Sandi Aplikasi ini atau gunakan nama yang msgid "Please enter a valid word, tag, or phrase to mute" msgstr "Silakan masukkan kata, tagar, atau frasa yang valid untuk dibisukan" -#: 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 "Masukkan email Anda." @@ -4893,7 +5041,7 @@ msgstr "Silakan masukkan kode undangan Anda." msgid "Please enter your password as well:" msgstr "Masukkan juga kata sandi Anda:" -#: 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 "Jelaskan menurut Anda mengapa {0} salah dalam menerapkan label ini" @@ -4910,7 +5058,7 @@ msgstr "Silakan masuk sebagai @{0}" msgid "Please Verify Your Email" msgstr "Mohon Verifikasi Email Anda" -#: 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 "Harap tunggu hingga kartu tautan Anda selesai dimuat" @@ -4923,13 +5071,13 @@ msgstr "Politik" msgid "Porn" msgstr "Pornografi" -#: 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 "Posting" -#: src/view/com/post-thread/PostThread.tsx:480 +#: src/view/com/post-thread/PostThread.tsx:481 msgctxt "description" msgid "Post" msgstr "Postingan" @@ -5070,13 +5218,13 @@ msgstr "Berkirim pesan secara pribadi dengan pengguna lain." msgid "Processing..." msgstr "Memproses..." -#: src/view/screens/DebugMod.tsx:895 +#: src/view/screens/DebugMod.tsx:896 #: src/view/screens/Profile.tsx:346 msgid "profile" msgstr "profil" -#: 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 @@ -5091,7 +5239,7 @@ msgstr "Profil diperbarui" msgid "Protect your account by verifying your email." msgstr "Verifikasi email untuk mengamankan akun Anda." -#: src/screens/Onboarding/StepFinished.tsx:250 +#: src/screens/Onboarding/StepFinished.tsx:246 msgid "Public" msgstr "Publik" @@ -5103,11 +5251,11 @@ msgstr "Daftar terbuka yang dapat dibagikan untuk memblokir atau membisukan peng msgid "Public, shareable lists which can drive feeds." msgstr "Daftar terbuka yang dapat dibagikan dan digunakan sebagai feed." -#: src/view/com/composer/Composer.tsx:549 +#: src/view/com/composer/Composer.tsx:627 msgid "Publish post" msgstr "Publikasikan postingan" -#: src/view/com/composer/Composer.tsx:549 +#: src/view/com/composer/Composer.tsx:627 msgid "Publish reply" msgstr "Publikasikan balasan" @@ -5124,11 +5272,11 @@ msgid "QR code saved to your camera roll!" msgstr "Kode QR disimpan ke rol kamera Anda!" #: src/tours/Tooltip.tsx:111 -msgid "Quick tip" -msgstr "Tip singkat" +#~ msgid "Quick tip" +#~ msgstr "Tip singkat" -#: 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" @@ -5153,8 +5301,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" @@ -5168,8 +5316,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 "" @@ -5259,6 +5407,10 @@ msgstr "Hapus {displayName} dari paket pemula" msgid "Remove account" msgstr "Hapus akun" +#: src/view/com/composer/ExternalEmbedRemoveBtn.tsx:28 +msgid "Remove attachment" +msgstr "" + #: src/view/com/util/UserAvatar.tsx:387 msgid "Remove Avatar" msgstr "Hapus Avatar" @@ -5267,7 +5419,7 @@ msgstr "Hapus Avatar" msgid "Remove Banner" msgstr "Hapus Sampul" -#: src/screens/Messages/Conversation/MessageInputEmbed.tsx:218 +#: src/screens/Messages/Conversation/MessageInputEmbed.tsx:207 msgid "Remove embed" msgstr "Hapus sisipan" @@ -5307,8 +5459,8 @@ msgid "Remove image" msgstr "Hapus gambar" #: src/view/com/composer/ExternalEmbedRemoveBtn.tsx:28 -msgid "Remove image preview" -msgstr "Hapus pratinjau gambar" +#~ msgid "Remove image preview" +#~ msgstr "Hapus pratinjau gambar" #: src/components/dialogs/MutedWords.tsx:523 msgid "Remove mute word from your list" @@ -5322,24 +5474,28 @@ msgstr "Hapus profil" msgid "Remove profile from search history" msgstr "Hapus profil dari riwayat pencarian" -#: src/view/com/util/post-embeds/QuoteEmbed.tsx:255 +#: src/view/com/util/post-embeds/QuoteEmbed.tsx:269 msgid "Remove quote" msgstr "Hapus kutipan" -#: 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 "Hapus postingan ulang" +#: 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 "Hapus feed ini dari feed tersimpan Anda" -#: 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 "" @@ -5367,13 +5523,17 @@ msgstr "Dihapus dari daftar feed Anda" #~ 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 "Menghapus postingan yang dikutip" #: src/view/com/composer/ExternalEmbedRemoveBtn.tsx:29 -msgid "Removes the image preview" -msgstr "Menghapus pratinjau gambar" +msgid "Removes the attachment" +msgstr "" + +#: src/view/com/composer/ExternalEmbedRemoveBtn.tsx:29 +#~ msgid "Removes the image preview" +#~ msgstr "Menghapus pratinjau gambar" #: src/view/com/posts/FeedShutdownMsg.tsx:129 #: src/view/com/posts/FeedShutdownMsg.tsx:133 @@ -5400,7 +5560,7 @@ msgstr "" #~ msgid "Replies to this thread are disabled" #~ msgstr "Balasan ke utas ini dinonaktifkan" -#: src/view/com/composer/Composer.tsx:562 +#: src/view/com/composer/Composer.tsx:640 msgctxt "action" msgid "Reply" msgstr "Balas" @@ -5434,23 +5594,23 @@ msgstr "" #~ 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/>" msgstr "Membalas <0><1/>" -#: src/view/com/posts/FeedItem.tsx:513 +#: src/view/com/posts/FeedItem.tsx:511 msgctxt "description" msgid "Reply to a blocked post" msgstr "Membalas postingan yang diblokir" -#: 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 "Membalas Anda" @@ -5542,9 +5702,9 @@ msgstr "Laporkan paket pemula ini" msgid "Report this user" msgstr "Laporkan pengguna ini" -#: 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 "Posting ulang" @@ -5555,18 +5715,18 @@ msgid "Repost" msgstr "Posting ulang" #: 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 "Posting ulang atau kutip postingan" -#: 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 "Diposting Ulang Oleh" -#: src/view/com/posts/FeedItem.tsx:294 +#: src/view/com/posts/FeedItem.tsx:292 msgid "Reposted by {0}" msgstr "Diposting ulang oleh {0}" @@ -5574,16 +5734,16 @@ msgstr "Diposting ulang oleh {0}" #~ msgid "Reposted by <0/>" #~ msgstr "" -#: src/view/com/posts/FeedItem.tsx:313 +#: src/view/com/posts/FeedItem.tsx:311 msgid "Reposted by <0><1/>" msgstr "Diposting ulang oleh <0><1/>" -#: 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 "Diposting ulang oleh Anda" -#: src/view/com/notifications/FeedItem.tsx:184 +#: src/view/com/notifications/FeedItem.tsx:180 msgid "reposted your post" msgstr "memposting ulang postingan Anda" @@ -5618,6 +5778,14 @@ msgstr "Diwajibkan untuk provider ini" msgid "Resend email" msgstr "Kirim ulang email" +#: 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 "Kode reset" @@ -5657,15 +5825,15 @@ msgstr "Mencoba masuk kembali" msgid "Retries the last action, which errored out" msgstr "Mencoba kembali tindakan terakhir yang gagal" -#: 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 @@ -5777,8 +5945,8 @@ msgstr "Menyimpan pengaturan pemangkasan gambar" #: 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 "Katakan halo!" @@ -5792,15 +5960,15 @@ msgid "Scroll to top" msgstr "Gulir ke atas" #: 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" @@ -5886,6 +6054,10 @@ msgstr "Lihat panduan ini" #~ msgid "See what's next" #~ 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 "Pilih {item}" @@ -5922,6 +6094,10 @@ msgstr "Pilih GIF \"{0}\"" 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 "Pilih bahasa" @@ -5938,6 +6114,10 @@ msgstr "Pilih opsi {i} dari {numItems}" #~ 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 "Pilih emoji {emojiName} sebagai avatar Anda" @@ -5954,7 +6134,7 @@ msgstr "Pilih layanan yang akan menjadi tempat penyimpanan data Anda." #~ 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 "Pilih video" @@ -5978,7 +6158,7 @@ msgstr "Pilih bahasa untuk teks bawaan yang akan ditampilkan dalam aplikasi." msgid "Select your date of birth" msgstr "Pilih tanggal lahir Anda" -#: src/screens/Onboarding/StepInterests/index.tsx:226 +#: src/screens/Onboarding/StepInterests/index.tsx:206 msgid "Select your interests from the options below" msgstr "Pilih minat Anda dari opsi di bawah ini" @@ -6016,8 +6196,8 @@ msgstr "Kirim Email" msgid "Send feedback" msgstr "Kirim masukan" -#: 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 "Kirim pesan" @@ -6128,7 +6308,7 @@ msgstr "Mengatur aspek rasio gambar menjadi lebar" #: 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" @@ -6149,7 +6329,7 @@ msgstr "Bermuatan Seksual" #: 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 "Bagikan" @@ -6169,7 +6349,7 @@ msgstr "Bagikan fakta menarik!" #: 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 "Tetap bagikan" @@ -6229,7 +6409,7 @@ msgstr "Tampilkan" #~ 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 "Tampilkan teks alt" @@ -6249,8 +6429,8 @@ msgid "Show badge and filter from feeds" msgstr "Tampilkan lencana dan saring dari feed" #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:215 -msgid "Show follows similar to {0}" -msgstr "Tampilkan pengguna lain yang serupa dengan {0}" +#~ msgid "Show follows similar to {0}" +#~ msgstr "Tampilkan pengguna lain yang serupa dengan {0}" #: src/view/com/post-thread/PostThreadShowHiddenReplies.tsx:23 msgid "Show hidden replies" @@ -6265,9 +6445,9 @@ msgstr "Kurangi postingan serupa" 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 "Tampilkan Lebih Lanjut" @@ -6350,7 +6530,7 @@ msgstr "Tampilkan peringatan" msgid "Show warning and filter from feeds" msgstr "Tampilkan peringatan dan saring dari feed" -#: 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 "Tampilkan postingan dari {0} di feed Anda" @@ -6363,12 +6543,12 @@ msgstr "Tampilkan postingan dari {0} di feed Anda" #: 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 @@ -6400,12 +6580,12 @@ msgstr "Keluar" 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 @@ -6430,25 +6610,25 @@ msgstr "Masuk sebagai" msgid "Signed in as @{0}" msgstr "Masuk sebagai @{0}" -#: src/view/com/notifications/FeedItem.tsx:222 +#: src/view/com/notifications/FeedItem.tsx:218 msgid "signed up with your starter pack" msgstr "mendaftar dengan paket pemula Anda" -#: 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 "Mendaftar tanpa paket pemula" #: 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 "Lewati" -#: src/screens/Onboarding/StepInterests/index.tsx:262 +#: src/screens/Onboarding/StepInterests/index.tsx:242 msgid "Skip this flow" msgstr "Lewati tahap ini" @@ -6457,7 +6637,7 @@ msgstr "Lewati tahap ini" msgid "Software Dev" msgstr "Pengembang Perangkat Lunak" -#: src/components/FeedInterstitials.tsx:397 +#: src/components/FeedInterstitials.tsx:443 msgid "Some other feeds you might like" msgstr "Beberapa feed lain yang mungkin Anda suka" @@ -6510,12 +6690,12 @@ msgstr "Urutkan balasan ke postingan yang sama berdasarkan:" #~ msgid "Source: <0>{0}" #~ msgstr "Sumber: <0>{0}" -#: src/components/moderation/LabelsOnMeDialog.tsx:171 +#: src/components/moderation/LabelsOnMeDialog.tsx:163 msgid "Source: <0>{sourceName}" 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" @@ -6545,10 +6725,9 @@ msgid "Start chatting" msgstr "Mulai mengobrol" #: 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 "Awal jendela tur orientasi. Jangan mundur. Maju untuk melihat opsi lainnya, atau tekan untuk melewati." +#~ msgid "Start of onboarding tour window. Do not move backward. Instead, go forward for more options, or press to skip." +#~ msgstr "Awal jendela tur orientasi. Jangan mundur. Maju untuk melihat opsi lainnya, atau tekan untuk melewati." -#: src/lib/generate-starterpack.ts:68 #: src/Navigation.tsx:358 #: src/Navigation.tsx:363 #: src/screens/StarterPack/Wizard/index.tsx:182 @@ -6596,8 +6775,8 @@ msgstr "Penyimpanan dibersihkan, Anda perlu memulai ulang aplikasi sekarang." msgid "Storybook" msgstr "Storybook" -#: 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" @@ -6636,7 +6815,7 @@ msgstr "Akun yang disarankan" #~ msgid "Suggested Follows" #~ msgstr "" -#: src/components/FeedInterstitials.tsx:262 +#: src/components/FeedInterstitials.tsx:308 msgid "Suggested for you" msgstr "Disarankan untuk Anda" @@ -6656,8 +6835,8 @@ msgid "Switch Account" msgstr "Beralih Akun" #: src/tours/HomeTour.tsx:48 -msgid "Switch between feeds to control your experience." -msgstr "Beralih antar feed untuk mengontrol pengalaman Anda." +#~ msgid "Switch between feeds to control your experience." +#~ msgstr "Beralih antar feed untuk mengontrol pengalaman Anda." #: src/view/screens/Settings/index.tsx:126 msgid "Switch to {0}" @@ -6696,17 +6875,22 @@ msgstr "Tinggi" msgid "Tap to dismiss" msgstr "Ketuk untuk menutup" -#: 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: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 "Ketuk untuk melihat sepenuhnya" +#~ msgid "Tap to view fully" +#~ msgstr "Ketuk untuk melihat sepenuhnya" #: src/state/shell/progress-guide.tsx:166 msgid "Task complete - 10 likes!" @@ -6742,9 +6926,9 @@ msgid "Terms of Service" msgstr "Ketentuan Layanan" #: 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 "Istilah yang digunakan melanggar standar komunitas" @@ -6756,7 +6940,7 @@ msgstr "Istilah yang digunakan melanggar standar komunitas" 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 "Area input teks" @@ -6766,6 +6950,10 @@ msgstr "Area input teks" msgid "Thank you. Your report has been sent." msgstr "Terima kasih. Laporan Anda telah terkirim." +#: 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 "Berisi hal berikut:" @@ -6783,11 +6971,11 @@ msgstr "Panggilan telah terpakai." msgid "That starter pack could not be found." msgstr "Tidak dapat menemukan paket pemula." -#: 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 "Akun ini dapat berinteraksi kembali dengan Anda setelah blokir dibuka." @@ -6822,7 +7010,7 @@ msgstr "" msgid "The Discover feed now knows what you like" msgstr "Feed Discover kini tahu apa yang Anda sukai" -#: 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 "Dapatkan pengalaman yang lebih baik dalam aplikasi. Unduh Bluesky sekarang dan kami akan melanjutkan dari langkah terakhir yang Anda tinggalkan." @@ -6830,11 +7018,11 @@ msgstr "Dapatkan pengalaman yang lebih baik dalam aplikasi. Unduh Bluesky sekara msgid "The feed has been replaced with Discover." msgstr "Feed telah diganti dengan Discover." -#: src/components/moderation/LabelsOnMeDialog.tsx:65 +#: src/components/moderation/LabelsOnMeDialog.tsx:58 msgid "The following labels were applied to your account." msgstr "Label berikut telah diterapkan pada akun Anda." -#: src/components/moderation/LabelsOnMeDialog.tsx:66 +#: src/components/moderation/LabelsOnMeDialog.tsx:59 msgid "The following labels were applied to your content." msgstr "Label berikut telah diterapkan pada konten Anda." @@ -6851,7 +7039,7 @@ msgstr "Postingan mungkin telah dihapus." msgid "The Privacy Policy has been moved to <0/>" msgstr "Kebijakan Privasi telah dipindahkan ke <0/>" -#: src/state/queries/video/video.ts:129 +#: src/state/queries/video/video.ts:222 msgid "The selected video is larger than 100MB." msgstr "" @@ -6867,6 +7055,10 @@ msgstr "Formulir dukungan telah dipindahkan. Jika Anda memerlukan bantuan, silak msgid "The Terms of Service have been moved to" msgstr "Ketentuan Layanan telah dipindahkan ke" +#: src/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 "" @@ -6917,7 +7109,7 @@ msgstr "Ada masalah saat menghubungi server Anda" msgid "There was an issue fetching notifications. Tap here to try again." msgstr "Ada masalah saat mengambil notifikasi. Ketuk di sini untuk mencoba lagi." -#: src/view/com/posts/Feed.tsx:460 +#: src/view/com/posts/Feed.tsx:476 msgid "There was an issue fetching posts. Tap here to try again." msgstr "Ada masalah saat mengambil postingan. Ketuk di sini untuk mencoba lagi." @@ -6939,15 +7131,15 @@ msgstr "Ada masalah saat mengirimkan laporan. Silakan periksa koneksi internet A #~ 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 "Ada masalah saat pengambilan kata sandi aplikasi Anda" -#: 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 @@ -6998,7 +7190,7 @@ msgstr "Akun ini diblokir oleh satu atau lebih daftar moderasi Anda. Untuk membu #~ msgid "This appeal will be sent to <0>{0}." #~ msgstr "Banding ini akan dikirim ke <0>{0}." -#: src/components/moderation/LabelsOnMeDialog.tsx:250 +#: src/components/moderation/LabelsOnMeDialog.tsx:241 msgid "This appeal will be sent to <0>{sourceName}." msgstr "" @@ -7091,7 +7283,7 @@ msgstr "Label ini diterapkan oleh pemosting." #~ 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 "Label ini diterapkan oleh Anda." @@ -7124,7 +7316,7 @@ msgid "This post has been deleted." msgstr "Postingan ini telah dihapus." #: 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 "Postingan ini hanya dapat dilihat oleh pengguna yang masuk. Ini tidak akan terlihat bagi pengguna yang belum masuk." @@ -7156,7 +7348,7 @@ msgstr "Layanan ini tidak menyediakan ketentuan layanan atau kebijakan privasi." msgid "This should create a domain record at:" msgstr "Ini akan membuat catatan domain di:" -#: src/view/com/profile/ProfileFollowers.tsx:87 +#: src/view/com/profile/ProfileFollowers.tsx:96 msgid "This user doesn't have any followers." msgstr "Pengguna ini tidak memiliki pengikut." @@ -7185,7 +7377,7 @@ msgstr "Pengguna ini termasuk dalam daftar <0>{0} yang telah Anda bisukan" msgid "This user is new here. Press for more info about when they joined." msgstr "Pengguna ini masih baru. Tekan untuk informasi lebih lanjut tentang kapan ia bergabung." -#: src/view/com/profile/ProfileFollows.tsx:87 +#: src/view/com/profile/ProfileFollows.tsx:96 msgid "This user isn't following anyone." msgstr "Pengguna ini tidak mengikuti siapa pun." @@ -7238,6 +7430,10 @@ msgstr "Untuk menonaktifkan metode 2FA melalui email, silakan verifikasi akses A 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 "Untuk melaporkan percakapan, silakan laporkan salah satu pesannya melalui laman percakapan. Ini akan membantu moderator kami memahami konteks masalah Anda." +#: 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 "Kepada siapa Anda ingin mengirimkan laporan ini?" @@ -7254,7 +7450,7 @@ msgstr "Beralih dropdown" msgid "Toggle to enable or disable adult content" msgstr "Beralih untuk mengaktifkan atau menonaktifkan konten dewasa" -#: src/screens/Hashtag.tsx:88 +#: src/screens/Hashtag.tsx:86 #: src/view/screens/Search/Search.tsx:349 msgid "Top" msgstr "Teratas" @@ -7265,8 +7461,8 @@ msgstr "Transformasi" #: 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" @@ -7285,7 +7481,7 @@ msgstr "TV" msgid "Two-factor authentication" msgstr "Autentikasi dua faktor" -#: src/screens/Messages/Conversation/MessageInput.tsx:139 +#: src/screens/Messages/Conversation/MessageInput.tsx:141 msgid "Type your message here" msgstr "Ketik pesan Anda di sini" @@ -7318,14 +7514,14 @@ msgstr "Tidak dapat menghapus" #: 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 "Buka blokir" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:197 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:193 msgctxt "action" msgid "Unblock" msgstr "Buka blokir" @@ -7340,12 +7536,12 @@ msgstr "Buka blokir akun" msgid "Unblock Account" msgstr "Buka blokir Akun" -#: 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 "Buka Blokir Akun?" -#: 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" @@ -7360,7 +7556,7 @@ msgstr "Berhenti ikuti" #~ msgid "Unfollow" #~ msgstr "Batal ikuti" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:237 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:208 msgid "Unfollow {0}" msgstr "Berhenti ikuti {0}" @@ -7378,8 +7574,7 @@ msgid "Unlike this feed" msgstr "Batalkan suka feed ini" #: 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 "Bunyikan" @@ -7410,11 +7605,11 @@ msgstr "Bunyikan percakapan" msgid "Unmute thread" msgstr "Bunyikan utas" -#: 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 "" @@ -7452,12 +7647,16 @@ msgstr "Berhenti langganan pelabel ini" 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 "Konten Seksual yang Tidak Diinginkan" @@ -7512,7 +7711,7 @@ msgstr "Unggah dari Pustaka" msgid "Use a file on your server" msgstr "Gunakan berkas di server Anda" -#: 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 "Gunakan kata sandi aplikasi untuk masuk ke klien Bluesky lain tanpa memberikan akses penuh ke akun atau kata sandi Anda." @@ -7635,6 +7834,10 @@ msgstr "Pengguna yang telah menyukai konten atau profil" msgid "Value:" msgstr "Nilai:" +#: src/view/com/composer/videos/SelectVideoBtn.tsx:104 +msgid "Verified email required" +msgstr "" + #: src/view/com/modals/ChangeHandle.tsx:510 #~ msgid "Verify {0}" #~ msgstr "" @@ -7647,6 +7850,10 @@ msgstr "Verifikasi DNS" msgid "Verify email" msgstr "Verifikasi email" +#: src/components/intents/VerifyEmailIntentDialog.tsx:61 +msgid "Verify email dialog" +msgstr "" + #: src/view/screens/Settings/index.tsx:961 msgid "Verify my email" msgstr "Verifikasi email saya" @@ -7660,6 +7867,10 @@ msgstr "Verifikasi Email Saya" msgid "Verify New Email" msgstr "Verifikasi Email Baru" +#: src/view/com/composer/videos/SelectVideoBtn.tsx:108 +msgid "Verify now" +msgstr "" + #: src/view/com/modals/ChangeHandle.tsx:505 msgid "Verify Text File" msgstr "Verifikasi Berkas" @@ -7676,15 +7887,32 @@ msgstr "Verifikasi Email Anda" msgid "Version {appVersion} {bundleInfo}" msgstr "Versi {appVersion} {bundleInfo}" -#: 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 "Permainan Video" +#: 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 "Video tidak boleh lebih besar dari 100MB" @@ -7694,7 +7922,7 @@ msgid "View {0}'s avatar" msgstr "Lihat avatar {0}" #: 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 "Lihat profil {0}" @@ -7726,7 +7954,7 @@ msgstr "Lihat detail untuk melaporkan pelanggaran hak cipta" msgid "View full thread" msgstr "Lihat utas lengkap" -#: src/components/moderation/LabelsOnMe.tsx:48 +#: src/components/moderation/LabelsOnMe.tsx:47 msgid "View information about these labels" msgstr "Lihat informasi tentang label ini" @@ -7786,7 +8014,7 @@ msgstr "Peringatkan konten" msgid "Warn content and filter from feeds" msgstr "Peringatkan konten dan saring dari feed" -#: src/screens/Hashtag.tsx:210 +#: src/screens/Hashtag.tsx:217 msgid "We couldn't find any results for that hashtag." msgstr "Kami tidak menemukan hasil apa pun untuk tagar tersebut." @@ -7798,7 +8026,11 @@ msgstr "Kami tidak dapat memuat percakapan ini" msgid "We estimate {estimatedTime} until your account is ready." msgstr "Kami perkirakan {estimatedTime} hingga akun Anda siap." -#: src/screens/Onboarding/StepFinished.tsx:242 +#: src/components/intents/VerifyEmailIntentDialog.tsx:98 +msgid "We have sent another verification email to <0>{0}." +msgstr "" + +#: src/screens/Onboarding/StepFinished.tsx:238 msgid "We hope you have a wonderful time. Remember, Bluesky is:" msgstr "Semoga Anda senang dan betah di sini. Ingat, Bluesky itu:" @@ -7814,6 +8046,10 @@ msgstr "Kami kehabisan postingan dari akun yang Anda ikuti. Inilah yang terbaru #~ msgid "We recommend our \"Discover\" feed:" #~ msgstr "" +#: 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 "Kami tidak dapat memuat preferensi tanggal lahir Anda. Silakan coba lagi." @@ -7822,7 +8058,7 @@ msgstr "Kami tidak dapat memuat preferensi tanggal lahir Anda. Silakan coba lagi msgid "We were unable to load your configured labelers at this time." msgstr "Kami tidak dapat memuat pelabel yang Anda konfigurasikan saat ini." -#: 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 "Sepertinya ada masalah koneksi. Mohon coba lagi untuk melanjutkan pengaturan akun Anda. Jika terus gagal, Anda dapat melewati langkah ini." @@ -7830,7 +8066,7 @@ msgstr "Sepertinya ada masalah koneksi. Mohon coba lagi untuk melanjutkan pengat msgid "We will let you know when your account is ready." msgstr "Kami akan memberi tahu Anda ketika akun Anda siap." -#: 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 "Kami akan menggunakan ini untuk menyesuaikan pengalaman Anda." @@ -7854,7 +8090,7 @@ msgstr "Mohon maaf, untuk saat ini kami tidak dapat memuat kata yang Anda bisuka msgid "We're sorry, but your search could not be completed. Please try again in a few minutes." msgstr "Maaf, pencarian Anda tidak dapat dilakukan. Mohon coba lagi dalam beberapa menit." -#: src/view/com/composer/Composer.tsx:380 +#: src/view/com/composer/Composer.tsx:417 msgid "We're sorry! The post you are replying to has been deleted." msgstr "Kami mohon maaf! Postingan yang Anda balas telah dihapus." @@ -7883,7 +8119,7 @@ msgstr "Selamat datang kembali!" msgid "Welcome, friend!" msgstr "Selamat datang, kawan!" -#: src/screens/Onboarding/StepInterests/index.tsx:155 +#: src/screens/Onboarding/StepInterests/index.tsx:140 msgid "What are your interests?" msgstr "Apa saja minat Anda?" @@ -7893,7 +8129,7 @@ msgstr "Apa nama paket pemula Anda?" #: 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 "Apa kabar?" @@ -7963,16 +8199,16 @@ msgstr "Mengapa pengguna ini perlu ditinjau?" msgid "Wide" msgstr "Lebar" -#: 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 "Tulis pesan" -#: src/view/com/composer/Composer.tsx:660 +#: src/view/com/composer/Composer.tsx:708 msgid "Write post" msgstr "Tulis postingan" -#: 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 "Tulis balasan Anda" @@ -8013,7 +8249,7 @@ msgstr "" msgid "Yes, reactivate my account" msgstr "Ya, aktifkan kembali akun saya" -#: src/components/dms/MessageItem.tsx:182 +#: src/components/dms/MessageItem.tsx:183 msgid "Yesterday, {time}" msgstr "Kemarin, {time}" @@ -8030,7 +8266,11 @@ msgstr "Anda" msgid "You are in line." msgstr "Anda sedang dalam antrian." -#: 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 "Anda tidak mengikuti siapa pun." @@ -8064,7 +8304,7 @@ msgstr "Sekarang Anda dapat masuk dengan kata sandi baru." msgid "You can reactivate your account to continue logging in. Your profile and posts will be visible to other users." msgstr "Anda dapat mengaktifkan kembali akun Anda untuk melanjutkan masuk. Profil dan postingan Anda akan terlihat oleh pengguna lain." -#: src/view/com/profile/ProfileFollowers.tsx:86 +#: src/view/com/profile/ProfileFollowers.tsx:95 msgid "You do not have any followers." msgstr "Anda tidak memiliki pengikut." @@ -8147,7 +8387,7 @@ msgstr "Anda tidak memiliki daftar." 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 "Anda belum memblokir akun apa pun. Untuk memblokir akun, buka profil mereka dan pilih \"Blokir akun\" dari menu di akunnya." -#: 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 "Anda belum membuat kata sandi aplikasi. Anda dapat membuatnya dengan menekan tombol di bawah ini." @@ -8159,6 +8399,10 @@ msgstr "Anda belum membisukan akun apa pun. Untuk membisukan akun, buka profil m msgid "You have reached the end" msgstr "Anda telah mencapai akhir" +#: src/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 "Anda belum membuat paket pemula!" @@ -8172,11 +8416,11 @@ msgstr "Anda belum membisukan kata atau tagar apa pun" 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 "Anda dapat mengajukan banding atas label non-mandiri jika Anda merasa label tersebut ditempatkan secara tidak tepat." -#: 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 "Anda dapat mengajukan banding atas label berikut jika Anda merasa label tersebut ditempatkan secara tidak tepat." @@ -8256,15 +8500,15 @@ msgstr "Anda akan mengikuti pengguna dan feed yang disarankan setelah selesai me msgid "You'll follow the suggested users once you finish creating your account!" msgstr "Anda akan mengikuti pengguna yang disarankan setelah selesai membuat akun!" -#: src/screens/StarterPack/StarterPackLandingScreen.tsx:239 +#: src/screens/StarterPack/StarterPackLandingScreen.tsx:241 msgid "You'll follow these people and {0} others" msgstr "Anda akan mengikuti pengguna ini dan {0} lainnya" -#: src/screens/StarterPack/StarterPackLandingScreen.tsx:237 +#: src/screens/StarterPack/StarterPackLandingScreen.tsx:239 msgid "You'll follow these people right away" msgstr "Anda akan otomatis mengikuti para pengguna ini" -#: src/screens/StarterPack/StarterPackLandingScreen.tsx:277 +#: src/screens/StarterPack/StarterPackLandingScreen.tsx:279 msgid "You'll stay updated with these feeds" msgstr "Dapatkan informasi terbaru melalui feed berikut" @@ -8283,7 +8527,7 @@ msgstr "Anda sedang dalam antrian" msgid "You're logged in with an App Password. Please log in with your main password to continue deactivating your account." msgstr "Anda masuk menggunakan Sandi Aplikasi. Mohon gunakan kata sandi utama untuk melanjutkan penonaktifan akun Anda." -#: src/screens/Onboarding/StepFinished.tsx:239 +#: src/screens/Onboarding/StepFinished.tsx:235 msgid "You're ready to go!" msgstr "Anda siap untuk mulai!" @@ -8296,6 +8540,14 @@ msgstr "Anda telah memilih untuk menyembunyikan kata atau tagar dalam postingan msgid "You've reached the end of your feed! Find some more accounts to follow." msgstr "Anda telah mencapai bagian akhir feed! Temukan lebih banyak akun lain untuk diikuti." +#: 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 "Akun Anda" @@ -8312,7 +8564,7 @@ msgstr "Semua catatan data publik dalam repositori akun Anda dapat diunduh sebag msgid "Your birth date" msgstr "Tanggal lahir Anda" -#: 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 "" @@ -8329,7 +8581,7 @@ msgstr "Pilihan Anda akan disimpan, tetapi dapat diubah nanti di pengaturan." #~ msgstr "" #: 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." @@ -8351,7 +8603,7 @@ msgstr "Suka pertama Anda!" msgid "Your following feed is empty! Follow more users to see what's happening." msgstr "Feed mengikuti Anda kosong! Ikuti lebih banyak pengguna untuk melihat apa yang terjadi." -#: src/screens/Signup/StepHandle.tsx:123 +#: src/screens/Signup/StepHandle.tsx:125 msgid "Your full handle will be" msgstr "Panggilan lengkap Anda akan menjadi" @@ -8367,11 +8619,11 @@ msgstr "Kata yang Anda bisukan" msgid "Your password has been changed successfully!" msgstr "Kata sandi Anda telah berhasil diubah!" -#: src/view/com/composer/Composer.tsx:426 +#: src/view/com/composer/Composer.tsx:463 msgid "Your post has been published" msgstr "Postingan Anda telah dipublikasikan" -#: src/screens/Onboarding/StepFinished.tsx:254 +#: src/screens/Onboarding/StepFinished.tsx:250 msgid "Your posts, likes, and blocks are public. Mutes are private." msgstr "Postingan, suka, dan pemblokiran Anda bersifat publik. Sedangkan pembisuan bersifat privat." @@ -8383,7 +8635,7 @@ msgstr "Profil Anda" msgid "Your profile, posts, feeds, and lists will no longer be visible to other Bluesky users. You can reactivate your account at any time by logging in." msgstr "Profil, postingan, feed, dan daftar Anda tidak akan terlihat lagi oleh pengguna Bluesky lain. Anda dapat mengaktifkan kembali kapan saja dengan cara masuk ke akun." -#: src/view/com/composer/Composer.tsx:425 +#: src/view/com/composer/Composer.tsx:462 msgid "Your reply has been published" msgstr "Balasan Anda telah dipublikasikan" diff --git a/src/locale/locales/it/messages.po b/src/locale/locales/it/messages.po index eab18ffd..6c1d99f3 100644 --- a/src/locale/locales/it/messages.po +++ b/src/locale/locales/it/messages.po @@ -22,23 +22,43 @@ msgstr "(contiene allegati)" msgid "(no email)" msgstr "(no email)" -#: 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 "{0, plural, one {{formattedCount} altro} other {{formattedCount} altri}}" -#: src/components/moderation/LabelsOnMe.tsx:55 +#: 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:54 msgid "{0, plural, one {# label has been placed on this account} other {# labels have been placed on this account}}" msgstr "{0, plural, one {# etichetta è stata applicata a questo account} other {# etichette sono stata applicate a questo account}}" -#: 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 "{0, plural, one {# etichetta è stata applicata a questo contenuto} other {# etichette sono state applicate a questo contenuto}}" -#: 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 "{0, plural, one {# ripubblicazione} other {# ripubblicazioni}}" +#: 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 "{0, plural, one {e # altro} other {e # altri}}" @@ -53,11 +73,11 @@ msgstr "{0, plural, one {follower} other {follower}}" msgid "{0, plural, one {following} other {following}}" msgstr "{0, plural, one {seguito} other {seguiti}}" -#: 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 "{0, plural, one {Like (# like)} other {Like (# like)}}" -#: src/view/com/post-thread/PostThreadItem.tsx:433 +#: src/view/com/post-thread/PostThreadItem.tsx:439 msgid "{0, plural, one {like} other {likes}}" msgstr "{0, plural, one {like} other {like}}" @@ -70,19 +90,19 @@ msgstr "{0, plural, one {# utente ha messo like} other {# utenti hanno messo lik msgid "{0, plural, one {post} other {posts}}" msgstr "{0, plural, one {post} other {post}}" -#: src/view/com/post-thread/PostThreadItem.tsx:413 +#: src/view/com/post-thread/PostThreadItem.tsx:419 msgid "{0, plural, one {quote} other {quotes}}" msgstr "{0, plural, one {citazione} other {citazioni}}" -#: 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 "{0, plural, one {Reply (# risposta)} other {Reply (# risposte)}}" -#: src/view/com/post-thread/PostThreadItem.tsx:393 +#: src/view/com/post-thread/PostThreadItem.tsx:397 msgid "{0, plural, one {repost} other {reposts}}" msgstr "{0, plural, one {repost} other {repost}}" -#: 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 "{0, plural, one {Unlike (# like)} other {Unlike (# like)}}" @@ -106,6 +126,10 @@ msgstr "{0} <0>in <1>testo e tag" 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 "" @@ -125,30 +149,56 @@ msgstr "Feed e utenti preferiti di {0} - unisciti!" msgid "{0}'s starter pack" msgstr "Starter pack di {0}" +#. 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 "{count, plural, one {# utente ha messo like} other {# utenti hanno messo like}}" #: src/lib/hooks/useTimeAgo.ts:69 -msgid "{diff, plural, one {day} other {days}}" -msgstr "{diff, plural, one {giorno} other {giorni}}" +#~ msgid "{diff, plural, one {day} other {days}}" +#~ msgstr "{diff, plural, one {giorno} other {giorni}}" #: src/lib/hooks/useTimeAgo.ts:64 -msgid "{diff, plural, one {hour} other {hours}}" -msgstr "{diff, plural, one {ora} other {ore}}" +#~ msgid "{diff, plural, one {hour} other {hours}}" +#~ msgstr "{diff, plural, one {ora} other {ore}}" #: src/lib/hooks/useTimeAgo.ts:59 -msgid "{diff, plural, one {minute} other {minutes}}" -msgstr "{diff, plural, one {minuto} other {minuti}}" +#~ msgid "{diff, plural, one {minute} other {minutes}}" +#~ msgstr "{diff, plural, one {minuto} other {minuti}}" #: src/lib/hooks/useTimeAgo.ts:75 -msgid "{diff, plural, one {month} other {months}}" -msgstr "{diff, plural, one {mese} other {mesi}}" +#~ msgid "{diff, plural, one {month} other {months}}" +#~ msgstr "{diff, plural, one {mese} other {mesi}}" #: src/lib/hooks/useTimeAgo.ts:54 -msgid "{diffSeconds, plural, one {second} other {seconds}}" -msgstr "{diffSeconds, plural, one {secondo} other {secondi}}" +#~ msgid "{diffSeconds, plural, one {second} other {seconds}}" +#~ msgstr "{diffSeconds, plural, one {secondo} other {secondi}}" +#: src/lib/generate-starterpack.ts:108 #: src/screens/StarterPack/Wizard/index.tsx:174 msgid "{displayName}'s Starter Pack" msgstr "Starter Pack di {displayName}" @@ -296,8 +346,8 @@ msgstr "7 giorni" #~ msgstr "A questo post è stato applicato un avviso di contenuto {0}." #: src/tours/Tooltip.tsx:70 -msgid "A help tooltip" -msgstr "" +#~ msgid "A help tooltip" +#~ msgstr "" #~ msgid "A new version of the app is available. Please update to continue using the app." #~ msgstr "È disponibile una nuova versione dell'app. Aggiorna per continuare a utilizzarla." @@ -363,7 +413,7 @@ msgstr "Opzioni dell'account" msgid "Account removed from quick access" msgstr "Account rimosso dall'accesso immediato" -#: 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 "Account sbloccato" @@ -418,9 +468,13 @@ msgstr "Aggiungi testo alternativo" #~ msgid "Add ALT text" #~ msgstr "Agguingo del testo descrittivo" -#: src/view/screens/AppPasswords.tsx:106 -#: src/view/screens/AppPasswords.tsx:148 -#: src/view/screens/AppPasswords.tsx:161 +#: 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 "Aggiungi la Password per l'App" @@ -545,7 +599,7 @@ msgstr "Consenti nuovi messaggi da" msgid "Allow replies from:" msgstr "Consenti risposte da:" -#: src/view/screens/AppPasswords.tsx:271 +#: src/view/screens/AppPasswords.tsx:266 msgid "Allows access to direct messages" msgstr "Consenti l'accesso ai tuoi messaggi" @@ -560,17 +614,20 @@ msgstr "Hai già effettuato l'accesso come @{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 "Testo alternativo" -#: src/view/com/util/post-embeds/GifEmbed.tsx:189 +#: src/view/com/util/post-embeds/GifEmbed.tsx:170 msgid "Alt Text" msgstr "Testo Alternativo" @@ -595,19 +652,26 @@ msgstr "Si è verificato un errore" #~ msgid "An error occured" #~ msgstr "Si è verificato un errore" -#: 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 "Si è verificato un errore" +#: 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 "Si è verificato un errore nel creare il tuo starter pack. Vuoi riprovare?" -#: 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 "Si è verificato un errore nel caricare il video. Per favore riprova più tardi." +#: 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 "Si è verificato un errore nel caricare l'immagine." @@ -617,6 +681,10 @@ msgstr "Si è verificato un errore nel caricare il video. Per favore riprova pi msgid "An error occurred while saving the QR code!" msgstr "Si è verificato un errore nel salvare il codice QR!" +#: src/view/com/composer/videos/SelectVideoBtn.tsx:61 +msgid "An error occurred while selecting the video" +msgstr "" + #~ msgid "An error occurred while trying to delete the message. Please try again." #~ msgstr "Si è verificato un errore durante la cancellazione del messaggio. Per favore riprova più tardi." @@ -625,7 +693,7 @@ msgstr "Si è verificato un errore nel salvare il codice QR!" msgid "An error occurred while trying to follow all" msgstr "Si è verificato un errore nel seguire tutti" -#: src/state/queries/video/video.ts:112 +#: src/state/queries/video/video.ts:194 msgid "An error occurred while uploading the video." msgstr "Si è verificato un errore nel caricare il video." @@ -650,7 +718,7 @@ msgstr "Si è verificato un problema nell'aprire la chat" msgid "An issue occurred, please try again." msgstr "Si è verificato un problema, per favore riprova più tardi." -#: src/screens/Onboarding/StepInterests/index.tsx:219 +#: src/screens/Onboarding/StepInterests/index.tsx:199 msgid "an unknown error occurred" msgstr "Si è verificato un errore sconosciuto" @@ -660,8 +728,8 @@ msgid "an unknown labeler" msgstr "un etichettatore sconosciuto" #: 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 "e" @@ -670,7 +738,7 @@ msgstr "e" msgid "Animals" msgstr "Animali" -#: src/view/com/util/post-embeds/GifEmbed.tsx:155 +#: src/view/com/util/post-embeds/GifEmbed.tsx:138 msgid "Animated GIF" msgstr "GIF animata" @@ -686,7 +754,7 @@ msgstr "Tutti possono interagire" msgid "App Language" msgstr "Lingua dell'app" -#: src/view/screens/AppPasswords.tsx:228 +#: src/view/screens/AppPasswords.tsx:226 msgid "App password deleted" msgstr "Password dell'app eliminata" @@ -706,17 +774,17 @@ msgstr "Impostazioni della password dell'app" #~ msgstr "Passwords dell'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 "Password dell'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 "Ricorso" -#: src/components/moderation/LabelsOnMeDialog.tsx:247 +#: src/components/moderation/LabelsOnMeDialog.tsx:238 msgid "Appeal \"{0}\" label" msgstr "Etichetta \"{0}\" del ricorso" @@ -729,7 +797,7 @@ msgstr "Etichetta \"{0}\" del ricorso" #~ msgid "Appeal Decision" #~ msgstr "Decisión de apelación" -#: src/components/moderation/LabelsOnMeDialog.tsx:238 +#: src/components/moderation/LabelsOnMeDialog.tsx:229 #: src/screens/Messages/Conversation/ChatDisabled.tsx:91 msgid "Appeal submitted" msgstr "Appello inviato" @@ -769,7 +837,7 @@ msgstr "Applica i feed raccomandati predefiniti" #~ msgid "Are you sure you want delete this starter pack?" #~ msgstr "Sicuro di voler eliminare questo starter pack?" -#: 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 "Confermi di voler eliminare la password dell'app \"{name}\"?" @@ -797,7 +865,7 @@ msgstr "Confermi di voler rimuovere {0} dai tuoi feed?" msgid "Are you sure you want to remove this from your feeds?" msgstr "Sicuro di rimuoverlo dai tuoi feed?" -#: 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 "Confermi di voler eliminare questa bozza?" @@ -821,13 +889,13 @@ msgstr "Arte" msgid "Artistic or non-erotic nudity." msgstr "Nudità artistica o non erotica." -#: src/screens/Signup/StepHandle.tsx:171 +#: src/screens/Signup/StepHandle.tsx:173 msgid "At least 3 characters" msgstr "Almeno 3 caratteri" #: 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 @@ -865,7 +933,7 @@ msgstr "Compleanno" msgid "Birthday:" msgstr "Compleanno:" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:314 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:272 #: src/view/com/profile/ProfileMenu.tsx:365 msgid "Block" msgstr "Blocca" @@ -899,7 +967,7 @@ msgstr "Vuoi bloccare questi account?" #~ msgid "Block this List" #~ msgstr "Blocca questa Lista" -#: src/view/com/util/post-embeds/QuoteEmbed.tsx:76 +#: src/view/com/util/post-embeds/QuoteEmbed.tsx:81 msgid "Blocked" msgstr "Bloccato" @@ -989,23 +1057,23 @@ msgstr "Sfoca le immagini e filtra dai feed" msgid "Books" msgstr "Libri" -#: src/components/FeedInterstitials.tsx:300 +#: src/components/FeedInterstitials.tsx:346 msgid "Browse more accounts on the Explore page" msgstr "Scopri altri account dalla Ricerca" -#: src/components/FeedInterstitials.tsx:433 +#: src/components/FeedInterstitials.tsx:479 msgid "Browse more feeds on the Explore page" msgstr "Scopri nuovi feed dalla Ricerca" -#: 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 "Scopri nuovi suggerimenti" -#: 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 "Scopri nuovi suggerimenti dalla Ricerca" @@ -1060,12 +1128,12 @@ msgid "Can only contain letters, numbers, spaces, dashes, and underscores. Must msgstr "Può contenere solo lettere, numeri, spazi, trattini e trattini bassi. Deve contenere almeno 4 caratteri, ma non più di 32 caratteri." #: src/components/Menu/index.tsx: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 @@ -1081,7 +1149,7 @@ msgstr "Può contenere solo lettere, numeri, spazi, trattini e trattini bassi. D #: src/view/com/modals/LinkWarning.tsx:107 #: src/view/com/modals/VerifyEmail.tsx:255 #: src/view/com/modals/VerifyEmail.tsx:261 -#: src/view/com/util/post-ctrls/RepostButton.tsx:160 +#: src/view/com/util/post-ctrls/RepostButton.tsx:163 #: src/view/screens/Search/Search.tsx:704 msgid "Cancel" msgstr "Cancella" @@ -1113,7 +1181,7 @@ msgstr "Annulla il ritaglio dell'immagine" msgid "Cancel profile editing" msgstr "Annulla la modifica del profilo" -#: src/view/com/util/post-ctrls/RepostButton.tsx:154 +#: src/view/com/util/post-ctrls/RepostButton.tsx:157 msgid "Cancel quote post" msgstr "Annnulla la citazione del post" @@ -1132,6 +1200,21 @@ msgstr "Annulla la ricerca" msgid "Cancels opening the linked website" msgstr "Annulla l'apertura del sito collegato" +#: 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 "Cambia" @@ -1175,8 +1258,8 @@ msgid "Change Your Email" msgstr "Cambia la tua email" #: 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 "Messaggi" @@ -1203,7 +1286,7 @@ msgstr "Conversizione non silenziata" #: src/screens/Messages/Conversation/index.tsx:26 #~ msgid "Chat with {chatId}" -#~ msgstr Chatta con {chatId}" +#~ msgstr "" #: src/screens/SignupQueued.tsx:78 #: src/screens/SignupQueued.tsx:82 @@ -1229,15 +1312,15 @@ msgstr "Controlla la tua posta in arrivo, dovrebbe contenere un'e-mail con il co #~ msgstr "Scegli \"Tutti\" o \"Nessuno\"" #: src/screens/Onboarding/StepInterests/index.tsx:191 -msgid "Choose 3 or more:" -msgstr "Scegli 3 o più:" +#~ msgid "Choose 3 or more:" +#~ msgstr "Scegli 3 o più:" #~ msgid "Choose a new Bluesky username or create" #~ msgstr "Scegli un nuovo nome utente Bluesky o creane uno" #: src/screens/Onboarding/StepInterests/index.tsx:326 -msgid "Choose at least {0} more" -msgstr "Scegli almeno {0} in più" +#~ msgid "Choose at least {0} more" +#~ msgstr "Scegli almeno {0} in più" #: src/screens/StarterPack/Wizard/index.tsx:190 msgid "Choose Feeds" @@ -1255,7 +1338,7 @@ msgstr "Scegli utenti" msgid "Choose Service" msgstr "Scegli il servizio" -#: src/screens/Onboarding/StepFinished.tsx:284 +#: src/screens/Onboarding/StepFinished.tsx:280 msgid "Choose the algorithms that power your custom feeds." msgstr "Scegli gli algoritmi che compilano i tuoi feed personalizzati." @@ -1339,7 +1422,7 @@ msgstr "Clicca per disattivare le citazioni di questo post." msgid "Click to enable quote posts of this post." msgstr "Clicca per attivare le citazioni di questo post." -#: src/components/dms/MessageItem.tsx:231 +#: src/components/dms/MessageItem.tsx:232 msgid "Click to retry failed message" msgstr "Clicca per riprovare l'invio" @@ -1354,13 +1437,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 "Chiudi" @@ -1415,7 +1500,7 @@ msgstr "Chiude la barra di navigazione in basso" msgid "Closes password update alert" msgstr "Chiude l'avviso di aggiornamento della password" -#: src/view/com/composer/Composer.tsx:524 +#: src/view/com/composer/Composer.tsx:602 msgid "Closes post composer and discards post draft" msgstr "Chiude l'editore del post ed elimina la bozza del post" @@ -1423,11 +1508,11 @@ msgstr "Chiude l'editore del post ed elimina la bozza del post" msgid "Closes viewer for header image" msgstr "Chiude il visualizzatore dell'immagine di intestazione" -#: src/view/com/notifications/FeedItem.tsx:269 +#: src/view/com/notifications/FeedItem.tsx:265 msgid "Collapse list of users" msgstr "Chiudi la lista di utenti" -#: src/view/com/notifications/FeedItem.tsx:470 +#: src/view/com/notifications/FeedItem.tsx:466 msgid "Collapses list of users for a given notification" msgstr "Comprime l'elenco degli utenti per una determinata notifica" @@ -1446,7 +1531,7 @@ msgstr "Fumetti" msgid "Community Guidelines" msgstr "Linee guida della community" -#: src/screens/Onboarding/StepFinished.tsx:297 +#: src/screens/Onboarding/StepFinished.tsx:293 msgid "Complete onboarding and start using your account" msgstr "Completa l'incorporazione e inizia a utilizzare il tuo account" @@ -1454,7 +1539,7 @@ msgstr "Completa l'incorporazione e inizia a utilizzare il tuo account" msgid "Complete the challenge" msgstr "Completa la challenge" -#: src/view/com/composer/Composer.tsx:662 +#: src/view/com/composer/Composer.tsx:710 msgid "Compose posts up to {MAX_GRAPHEME_LENGTH} characters in length" msgstr "Componi un post fino a {MAX_GRAPHEME_LENGTH} caratteri" @@ -1463,8 +1548,8 @@ msgid "Compose reply" msgstr "Scrivi la risposta" #: src/view/com/composer/videos/VideoTranscodeProgress.tsx:51 -msgid "Compressing..." -msgstr "Compressione in corso..." +#~ msgid "Compressing..." +#~ msgstr "Compressione in corso..." #: src/screens/Onboarding/StepModeration/ModerationOption.tsx:81 #~ msgid "Configure content filtering setting for category: {0}" @@ -1478,8 +1563,8 @@ msgstr "Configura l'impostazione del filtro dei contenuti per la categoria: {nam msgid "Configured in <0>moderation settings." msgstr "Configurato nelle <0>impostazioni di moderazione." -#: src/components/Prompt.tsx: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 @@ -1580,7 +1665,7 @@ msgstr "Avviso sui contenuti" msgid "Context menu backdrop, click to close the menu." msgstr "Sfondo del menu contestuale, clicca per chiudere il menu." -#: src/screens/Onboarding/StepInterests/index.tsx:278 +#: src/screens/Onboarding/StepInterests/index.tsx:258 #: src/screens/Onboarding/StepProfile/index.tsx:269 msgid "Continue" msgstr "Continua" @@ -1593,7 +1678,7 @@ msgstr "Continua come {0} (attualmente connesso)" msgid "Continue thread..." msgstr "Continua thread..." -#: 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" @@ -1629,7 +1714,7 @@ msgstr "Versione di build copiata nella clipboard" #: 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 "Copiato nel clipboard" @@ -1718,6 +1803,10 @@ msgstr "No si è potuto caricare la lista" msgid "Could not mute chat" msgstr "Errore nel silenziare la conversazione" +#: src/view/com/composer/videos/VideoPreview.web.tsx:45 +msgid "Could not process your video" +msgstr "" + #~ msgid "Country" #~ msgstr "Paese" @@ -1782,7 +1871,7 @@ msgstr "Crea un nuovo account" msgid "Create report for {0}" msgstr "Crea un report per {0}" -#: src/view/screens/AppPasswords.tsx:251 +#: src/view/screens/AppPasswords.tsx:246 msgid "Created {0}" msgstr "Creato {0}" @@ -1872,7 +1961,7 @@ msgstr "Pannello per il debug" #: 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 "Elimina" @@ -1888,11 +1977,11 @@ msgstr "Elimina l'account" msgid "Delete Account <0>\"<1>{0}<2>\"" msgstr "Cancella l'account <0>\"<1>{0}<2>\"" -#: src/view/screens/AppPasswords.tsx:244 +#: src/view/screens/AppPasswords.tsx:239 msgid "Delete app password" msgstr "Elimina la password dell'app" -#: src/view/screens/AppPasswords.tsx:280 +#: src/view/screens/AppPasswords.tsx:275 msgid "Delete app password?" msgstr "Eliminare la password dell'app?" @@ -1950,7 +2039,7 @@ msgstr "Eliminare questa lista?" msgid "Delete this post?" msgstr "Eliminare questo post?" -#: src/view/com/util/post-embeds/QuoteEmbed.tsx:85 +#: src/view/com/util/post-embeds/QuoteEmbed.tsx:90 msgid "Deleted" msgstr "Eliminato" @@ -1992,7 +2081,7 @@ msgstr "Staccare la citazione del post?" msgid "Dialog: adjust who can interact with this post" msgstr "Dialog: configura chi può interagire con questo post" -#: src/view/com/composer/Composer.tsx:327 +#: src/view/com/composer/Composer.tsx:351 msgid "Did you want to say anything?" msgstr "Volevi dire qualcosa?" @@ -2006,8 +2095,12 @@ msgid "Direct messages are here!" msgstr "I messaggi diretti sono arrivati!" #: src/view/screens/AccessibilitySettings.tsx:111 -msgid "Disable autoplay for GIFs" -msgstr "Disattiva la riproduzione automatica per le GIF" +#~ msgid "Disable autoplay for GIFs" +#~ msgstr "Disattiva la riproduzione automatica per le GIF" + +#: 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" @@ -2017,7 +2110,7 @@ msgstr "Disattiva l'email 2FA" msgid "Disable haptic feedback" msgstr "Disattiva il feedback tattile" -#: src/view/com/util/post-embeds/VideoEmbedInner/VideoWebControls.tsx:242 +#: src/view/com/util/post-embeds/VideoEmbedInner/VideoWebControls.tsx:335 msgid "Disable subtitles" msgstr "Disattiva sottotitoli" @@ -2030,14 +2123,14 @@ msgstr "Disattiva sottotitoli" msgid "Disabled" msgstr "Disabilitato" -#: src/view/com/composer/Composer.tsx:774 +#: src/view/com/composer/Composer.tsx:839 msgid "Discard" msgstr "Scartare" #~ msgid "Discard draft" #~ msgstr "Scarta la bozza" -#: src/view/com/composer/Composer.tsx:771 +#: src/view/com/composer/Composer.tsx:836 msgid "Discard draft?" msgstr "Scartare la bozza?" @@ -2047,8 +2140,8 @@ msgid "Discourage apps from showing my account to logged-out users" msgstr "Scoraggia le app dal mostrare il mio account agli utenti disconnessi" #: src/tours/HomeTour.tsx:70 -msgid "Discover learns which posts you like as you browse." -msgstr "Ricerca imparerà quali post ti piacciono nel mentre cerchi." +#~ msgid "Discover learns which posts you like as you browse." +#~ msgstr "Ricerca imparerà quali post ti piacciono nel mentre cerchi." #: src/view/com/posts/FollowingEmptyState.tsx:70 #: src/view/com/posts/FollowingEndOfFeed.tsx:71 @@ -2064,10 +2157,10 @@ msgid "Discover New Feeds" msgstr "Scopri nuovi feed" #: src/view/com/profile/ProfileHeaderSuggestedFollows.tsx:108 -msgid "Dismiss" -msgstr "Ignora" +#~ msgid "Dismiss" +#~ msgstr "Ignora" -#: src/view/com/composer/Composer.tsx:612 +#: src/view/com/composer/Composer.tsx:1106 msgid "Dismiss error" msgstr "Ignora errore" @@ -2099,7 +2192,7 @@ msgstr "Non applicare questa parola silenziata agli utenti seguiti" msgid "Does not include nudity." msgstr "Non include nudità." -#: src/screens/Signup/StepHandle.tsx:157 +#: src/screens/Signup/StepHandle.tsx:159 msgid "Doesn't begin or end with a hyphen" msgstr "Non inizia o termina con un trattino" @@ -2122,6 +2215,8 @@ msgstr "Dominio verificato!" #: 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 @@ -2147,7 +2242,7 @@ msgstr "Fatto{extraText}" #~ msgid "Double tap to sign in" #~ msgstr "Usa il doppio tocco per accedere" -#: src/screens/StarterPack/StarterPackLandingScreen.tsx:324 +#: src/screens/StarterPack/StarterPackLandingScreen.tsx:326 msgid "Download Bluesky" msgstr "Scarica Bluesky" @@ -2159,7 +2254,7 @@ msgstr "Scarica Bluesky" msgid "Download CAR file" msgstr "Scarica il file CAR" -#: 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 "Trascina e rilascia per aggiungere immagini" @@ -2272,12 +2367,12 @@ msgid "Edit post interaction settings" msgstr "Modifica le impostazioni di interazione del post" #: 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 "Modifica il profilo" #: 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 "Modifica il Profilo" @@ -2317,7 +2412,7 @@ msgstr "Formazione scolastica" #: src/components/dialogs/ThreadgateEditor.tsx:98 #~ msgid "Either choose \"Everybody\" or \"Nobody\"" -#~ msgstr "Scegli \"Everybody\" o \"Nobody\" +#~ msgstr "Scegli \"Everybody\" o \"Nobody\\" #: src/screens/Signup/StepInfo/index.tsx:143 #: src/view/com/modals/ChangeEmail.tsx:136 @@ -2332,6 +2427,10 @@ msgstr "E-mail 2FA disattivata" msgid "Email address" msgstr "Indirizzo email" +#: 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" @@ -2345,6 +2444,10 @@ msgstr "Email Aggiornata" msgid "Email verified" msgstr "Email verificata" +#: src/components/intents/VerifyEmailIntentDialog.tsx:71 +msgid "Email Verified" +msgstr "" + #: src/view/screens/Settings/index.tsx:319 msgid "Email:" msgstr "Email:" @@ -2397,7 +2500,7 @@ msgstr "Attiva i lettori multimediali per" msgid "Enable priority notifications" msgstr "Attiva notifiche prioritarie" -#: src/view/com/util/post-embeds/VideoEmbedInner/VideoWebControls.tsx:242 +#: src/view/com/util/post-embeds/VideoEmbedInner/VideoWebControls.tsx:336 msgid "Enable subtitles" msgstr "Attiva sottotitoli" @@ -2415,12 +2518,16 @@ msgstr "Abilita solo questa fonte" msgid "Enabled" msgstr "Abilitato" -#: src/screens/Profile/Sections/Feed.tsx:105 +#: src/screens/Profile/Sections/Feed.tsx:112 msgid "End of feed" msgstr "Fine del feed" #: 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 @@ -2486,11 +2593,11 @@ msgstr "Inserisci il tuo nome utente e la tua password" msgid "Error occurred while saving file" msgstr "Un errore è avvenuto durante il salvataggio del file" -#: src/screens/Signup/StepCaptcha/index.tsx:57 +#: src/screens/Signup/StepCaptcha/index.tsx:56 msgid "Error receiving captcha response." msgstr "Errore nella risposta del captcha." -#: src/screens/Onboarding/StepInterests/index.tsx:217 +#: src/screens/Onboarding/StepInterests/index.tsx:197 #: src/view/screens/Search/Search.tsx:116 msgid "Error:" msgstr "Errore:" @@ -2514,11 +2621,11 @@ msgstr "Tutto possono rispondere a questo post." msgid "Everyone" msgstr "Tutti" -#: src/lib/moderation/useReportOptions.ts:68 +#: src/lib/moderation/useReportOptions.ts:73 msgid "Excessive mentions or replies" msgstr "Menzioni o risposte eccessive" -#: src/lib/moderation/useReportOptions.ts:81 +#: src/lib/moderation/useReportOptions.ts:86 msgid "Excessive or unwanted messages" msgstr "Troppi o indesiderati messaggi" @@ -2530,6 +2637,10 @@ msgstr "Escludi utenti che segui" msgid "Excludes users you follow" msgstr "Esclude gli utenti che segui" +#: 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 "Uscita dall'eliminazione dell'account" @@ -2557,7 +2668,7 @@ msgstr "Uscita dall'inserzione della domanda di ricerca" msgid "Expand alt text" msgstr "Ampliare il testo alternativo" -#: src/view/com/notifications/FeedItem.tsx:270 +#: src/view/com/notifications/FeedItem.tsx:266 msgid "Expand list of users" msgstr "Espoandi la lista di utenti" @@ -2675,11 +2786,11 @@ msgstr "Non è possibile salvare l'immagine: {0}" msgid "Failed to save notification preferences, please try again" msgstr "Impossibile salvare preferenze notifiche, per favore riprova" -#: src/components/dms/MessageItem.tsx:224 +#: src/components/dms/MessageItem.tsx:225 msgid "Failed to send" msgstr "Impossibile inviare messaggio" -#: 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 "Impossibile inviare appello, per favore riprova." @@ -2697,6 +2808,13 @@ msgstr "Impossbile aggiornare i feed" msgid "Failed to update settings" msgstr "Errore nell'aggiornamento delle impostazioni" +#: 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 "Feed" @@ -2728,7 +2846,7 @@ msgstr "Commenti" #: 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" @@ -2761,7 +2879,7 @@ msgstr "File salvata con successo!" msgid "Filter from feeds" msgstr "Filtra dai feed" -#: src/screens/Onboarding/StepFinished.tsx:300 +#: src/screens/Onboarding/StepFinished.tsx:296 msgid "Finalizing" msgstr "Finalizzando" @@ -2772,8 +2890,8 @@ msgid "Find accounts to follow" msgstr "Scopri account da seguire" #: src/tours/HomeTour.tsx:88 -msgid "Find more feeds and accounts to follow in the Explore page." -msgstr "Scopri nuovi account e feed da seguire in Esplora." +#~ msgid "Find more feeds and accounts to follow in the Explore page." +#~ msgstr "Scopri nuovi account e feed da seguire in Esplora." #: src/view/screens/Search/Search.tsx:439 msgid "Find posts and users on Bluesky" @@ -2804,14 +2922,14 @@ msgid "Finish" msgstr "Finalizza" #: src/tours/Tooltip.tsx:149 -msgid "Finish tour and begin using the application" -msgstr "Termina il tour ed inizia ad usare l'app" +#~ msgid "Finish tour and begin using the application" +#~ msgstr "Termina il tour ed inizia ad usare l'app" #: src/screens/Onboarding/index.tsx:35 msgid "Fitness" msgstr "Fitness" -#: src/screens/Onboarding/StepFinished.tsx:280 +#: src/screens/Onboarding/StepFinished.tsx:276 msgid "Flexible" msgstr "Flessibile" @@ -2828,8 +2946,8 @@ msgstr "Gira in verticale" #: 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 "Segui" @@ -2838,8 +2956,8 @@ msgctxt "action" msgid "Follow" msgstr "Segui" -#: 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 "Segui {0}" @@ -2865,7 +2983,7 @@ msgstr "Segui tutti" #~ msgid "Follow All" #~ msgstr "Segui tutti" -#: src/view/com/post-thread/PostThreadFollowBtn.tsx:144 +#: src/view/com/post-thread/PostThreadFollowBtn.tsx:142 msgid "Follow Back" msgstr "Ricambia follow" @@ -2912,16 +3030,16 @@ msgstr "Utenti seguiti" #~ msgid "Followed users only" #~ msgstr "Solo utenti seguiti" -#: src/view/com/notifications/FeedItem.tsx:211 +#: src/view/com/notifications/FeedItem.tsx:207 msgid "followed you" msgstr "ti segue" -#: src/view/com/notifications/FeedItem.tsx:209 +#: src/view/com/notifications/FeedItem.tsx:205 msgid "followed you back" msgstr "ti ha seguito" -#: 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 "Follower" @@ -2941,17 +3059,17 @@ msgstr "Follower che conosci" #: 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 "Following" #: src/components/ProfileCard.tsx:311 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:98 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:94 msgid "Following {0}" msgstr "Seguiti {0}" @@ -2970,8 +3088,8 @@ msgid "Following Feed Preferences" msgstr "Preferenze del Following Feed" #: src/tours/HomeTour.tsx:59 -msgid "Following shows the latest posts from people you follow." -msgstr "Il feed Following mostra i post più recenti delle persone che segui." +#~ msgid "Following shows the latest posts from people you follow." +#~ msgstr "Il feed Following mostra i post più recenti delle persone che segui." #: src/screens/Profile/Header/Handle.tsx:31 msgid "Follows you" @@ -3021,15 +3139,19 @@ msgstr "Password dimenticata?" msgid "Frequently Posts Unwanted Content" msgstr "Pubblica spesso contenuti indesiderati" -#: src/screens/Hashtag.tsx:118 +#: src/screens/Hashtag.tsx:116 msgid "From @{sanitizedAuthor}" msgstr "Di @{sanitizedAuthor}" -#: src/view/com/posts/FeedItem.tsx:273 +#: src/view/com/posts/FeedItem.tsx:271 msgctxt "from-feed" msgid "From <0/>" msgstr "Da <0/>" +#: src/view/com/util/post-embeds/VideoEmbedInner/VideoWebControls.tsx:354 +msgid "Fullscreen" +msgstr "" + #: src/view/com/composer/photos/SelectPhotoBtn.tsx:39 msgid "Gallery" msgstr "Galleria" @@ -3055,7 +3177,7 @@ msgstr "Inizia" msgid "Getting started" msgstr "Iniziamo" -#: src/view/com/util/images/ImageHorzList.tsx:35 +#: src/components/MediaPreview.tsx:119 msgid "GIF" msgstr "" @@ -3074,7 +3196,7 @@ msgstr "Evidenti violazioni della legge o dei termini di servizio" #: 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 "Torna indietro" @@ -3131,8 +3253,8 @@ msgid "Go to profile" msgstr "Va al profilo" #: src/tours/Tooltip.tsx:138 -msgid "Go to the next step of the tour" -msgstr "Vai avanti" +#~ msgid "Go to the next step of the tour" +#~ msgstr "Vai avanti" #: src/components/dms/ConvoMenu.tsx:164 msgid "Go to user's profile" @@ -3210,7 +3332,7 @@ msgstr "Lista nascosta" msgid "Hide" msgstr "Nascondi" -#: src/view/com/notifications/FeedItem.tsx:477 +#: src/view/com/notifications/FeedItem.tsx:473 msgctxt "action" msgid "Hide" msgstr "Nascondi" @@ -3249,7 +3371,7 @@ msgstr "Vuoi nascondere questo post?" msgid "Hide this reply?" msgstr "Nascondere questa risposta?" -#: src/view/com/notifications/FeedItem.tsx:468 +#: src/view/com/notifications/FeedItem.tsx:464 msgid "Hide user list" msgstr "Nascondi elenco utenti" @@ -3284,10 +3406,14 @@ msgstr "Stiamo riscontrando problemi nel trovare questi dati. Guarda PI[U giù p msgid "Hmmmm, we couldn't load that moderation service." msgstr "Non siamo riusciti a caricare il servizio di moderazione." -#: src/Navigation.tsx: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" @@ -3365,7 +3491,7 @@ msgstr "Se stai cercando di cambiare username o email, fallo prima di disattivar msgid "Illegal and Urgent" msgstr "Illegale e Urgente" -#: src/view/com/util/images/Gallery.tsx:42 +#: src/view/com/util/images/Gallery.tsx:55 msgid "Image" msgstr "Immagine" @@ -3384,7 +3510,11 @@ msgstr "Immagine salvata nella galleria!" msgid "Impersonation or false claims about identity or affiliation" msgstr "Furto d'identità o false affermazioni sull'identità o sull'affiliazione" -#: 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 "Messaggi inappropriati or link espliciti" @@ -3443,7 +3573,7 @@ msgstr "Inserisci la tua password" msgid "Input your preferred hosting provider" msgstr "Inserisci il tuo provider di hosting preferito" -#: src/screens/Signup/StepHandle.tsx:112 +#: src/screens/Signup/StepHandle.tsx:114 msgid "Input your user handle" msgstr "Inserisci il tuo identificatore" @@ -3468,6 +3598,10 @@ msgstr "Protocollo del post non valido o non supportato" msgid "Invalid username or password" msgstr "Nome dell'utente o password errato" +#: src/components/intents/VerifyEmailIntentDialog.tsx:82 +msgid "Invalid Verification Code" +msgstr "" + #~ msgid "Invite" #~ msgstr "Invita" @@ -3479,7 +3613,7 @@ msgstr "Invita un amico" msgid "Invite code" msgstr "Codice d'invito" -#: 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 "Codice invito non accettato. Controlla di averlo inserito correttamente e riprova." @@ -3514,6 +3648,10 @@ msgstr "Inviti, ma personali" msgid "It's just you right now! Add more people to your starter pack by searching above." msgstr "Sei solo tu al momento! Aggiungi altre persone al tuo starter pack cercandole qui in alto." +#: src/view/com/composer/Composer.tsx:1125 +msgid "Job ID: {0}" +msgstr "" + #: src/view/com/auth/SplashScreen.web.tsx:164 msgid "Jobs" msgstr "Lavori" @@ -3565,11 +3703,11 @@ msgstr "Le etichette sono annotazioni su utenti e contenuti. Possono essere util #~ msgid "labels have been placed on this {labelTarget}" #~ msgstr "le etichette sono state inserite su questo {labelTarget}" -#: src/components/moderation/LabelsOnMeDialog.tsx:79 +#: src/components/moderation/LabelsOnMeDialog.tsx:71 msgid "Labels on your account" msgstr "Etichette sul tuo account" -#: src/components/moderation/LabelsOnMeDialog.tsx:81 +#: src/components/moderation/LabelsOnMeDialog.tsx:73 msgid "Labels on your content" msgstr "Etichette sul tuo contenuto" @@ -3593,7 +3731,7 @@ msgstr "Lingue" #~ msgid "Last step!" #~ msgstr "Ultimo passo!" -#: src/screens/Hashtag.tsx:99 +#: src/screens/Hashtag.tsx:97 #: src/view/screens/Search/Search.tsx:359 msgid "Latest" msgstr "Ultime" @@ -3670,8 +3808,7 @@ msgstr "Lascia scegliere a me" msgid "Let's get your password reset!" msgstr "Reimpostazione della password!" -#: src/screens/Onboarding/StepFinished.tsx:300 -#: src/tours/Tooltip.tsx:151 +#: src/screens/Onboarding/StepFinished.tsx:296 msgid "Let's go!" msgstr "Andiamo!" @@ -3706,9 +3843,9 @@ msgstr "Metti mi piace a questo feed" msgid "Liked by" msgstr "Piace 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 "Piace A" @@ -3722,14 +3859,14 @@ msgstr "Piace A" #~ msgid "Liked by {likeCount} {0}" #~ msgstr "Piace a {likeCount} {0}" -#: src/view/com/notifications/FeedItem.tsx:215 +#: src/view/com/notifications/FeedItem.tsx:211 msgid "liked your custom feed" msgstr "piace il tuo feed personalizzato" #~ msgid "liked your custom feed{0}" #~ msgstr "piace il feed personalizzato{0}" -#: src/view/com/notifications/FeedItem.tsx:182 +#: src/view/com/notifications/FeedItem.tsx:178 msgid "liked your post" msgstr "piace il tuo post" @@ -3789,7 +3926,7 @@ msgstr "Lista non mutata" #: 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" @@ -3818,7 +3955,7 @@ msgstr "Carica più follow consigliati" msgid "Load new notifications" msgstr "Carica più notifiche" -#: 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 @@ -3936,12 +4073,12 @@ msgstr "Messaggio cancellato" msgid "Message from server: {0}" msgstr "Messaggio dal server: {0}" -#: src/screens/Messages/Conversation/MessageInput.tsx:138 +#: src/screens/Messages/Conversation/MessageInput.tsx:140 msgid "Message input field" msgstr "Input del messaggio" -#: 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 "Il messaggio è troppo lungo" @@ -3949,7 +4086,7 @@ msgstr "Il messaggio è troppo lungo" msgid "Message settings" msgstr "Impostazioni messaggio" -#: 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 @@ -3960,6 +4097,10 @@ msgstr "Messaggi" msgid "Misleading Account" msgstr "Account Ingannevole" +#: src/lib/moderation/useReportOptions.ts:67 +msgid "Misleading Post" +msgstr "" + #: src/screens/Settings/AppearanceSettings.tsx:78 msgid "Mode" msgstr "Tema" @@ -4026,7 +4167,7 @@ msgstr "Strumenti di moderazione" msgid "Moderator has chosen to set a general warning on the content." msgstr "Il moderatore ha scelto di mettere un avviso generale sul contenuto." -#: src/view/com/post-thread/PostThreadItem.tsx:619 +#: src/view/com/post-thread/PostThreadItem.tsx:629 msgid "More" msgstr "Di più" @@ -4057,8 +4198,7 @@ msgstr "Musica" #~ msgstr "Deve contenere almeno 3 caratteri" #: 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 "Silenzia" @@ -4146,7 +4286,7 @@ msgstr "Silenzia questa discussione" msgid "Mute words & tags" msgstr "Silenzia parole & tags" -#: src/view/com/util/post-embeds/VideoEmbedInner/VideoEmbedInnerNative.tsx:201 +#: src/view/com/util/post-embeds/VideoEmbedInner/VideoEmbedInnerNative.tsx:168 msgid "Muted" msgstr "Silenziato" @@ -4184,7 +4324,7 @@ msgstr "Il mio Compleanno" msgid "My Feeds" msgstr "I miei Feed" -#: src/view/shell/desktop/LeftNav.tsx:85 +#: src/view/shell/desktop/LeftNav.tsx:84 msgid "My Profile" msgstr "Il mio Profilo" @@ -4209,9 +4349,9 @@ msgid "Name is required" msgstr "Il nome è obbligatorio" #: 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 "Il Nome o la Descrizione Viola gli Standard della Comunità" @@ -4248,7 +4388,7 @@ msgstr "Hai bisogno di segnalare una violazione del copyright?" #~ msgid "Never lose access to your followers and data." #~ msgstr "Non perdere mai l'accesso ai tuoi follower e ai tuoi dati." -#: src/screens/Onboarding/StepFinished.tsx:268 +#: src/screens/Onboarding/StepFinished.tsx:264 msgid "Never lose access to your followers or data." msgstr "Non perdere mai l'accesso ai tuoi follower o ai tuoi dati." @@ -4298,11 +4438,11 @@ msgstr "Nuovo Post" #: 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 "Nuovo post" -#: src/view/shell/desktop/LeftNav.tsx:284 +#: src/view/shell/desktop/LeftNav.tsx:283 msgctxt "action" msgid "New Post" msgstr "Nuovo post" @@ -4338,7 +4478,6 @@ msgstr "Notizie" #: 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" @@ -4380,11 +4519,11 @@ msgid "No feeds found. Try searching for something else." msgstr "Nessun feed trovato. Prova a cercarne altri." #: 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 "Non segui più {0}" -#: src/screens/Signup/StepHandle.tsx:167 +#: src/screens/Signup/StepHandle.tsx:169 msgid "No longer than 253 characters" msgstr "Non più di 253 caratteri" @@ -4411,7 +4550,7 @@ msgstr "Nessuno" msgid "No one but the author can quote this post." msgstr "Nessuno ma tu potrai citare questo post." -#: src/screens/Profile/Sections/Feed.tsx:59 +#: src/screens/Profile/Sections/Feed.tsx:64 msgid "No posts yet." msgstr "Nessun post. Per ora. :P" @@ -4485,7 +4624,7 @@ msgstr "Non adesso" #: 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 "Nota sulla condivisione" @@ -4518,22 +4657,22 @@ msgstr "Suoni di notifica" msgid "Notification Sounds" msgstr "Suoni di notifica" -#: 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 "Notifiche" -#: src/lib/hooks/useTimeAgo.ts:51 +#: src/lib/hooks/useTimeAgo.ts:122 msgid "now" msgstr "ora" -#: src/components/dms/MessageItem.tsx:169 +#: src/components/dms/MessageItem.tsx:170 msgid "Now" msgstr "Ora" @@ -4541,7 +4680,7 @@ msgstr "Ora" msgid "Nudity" msgstr "Nudità" -#: src/lib/moderation/useReportOptions.ts:73 +#: src/lib/moderation/useReportOptions.ts:78 msgid "Nudity or adult content not labeled as such" msgstr "Nudità o contenuti per adulti non etichettati come tali" @@ -4561,7 +4700,7 @@ msgstr "Spento" msgid "Oh no!" msgstr "Oh no!" -#: src/screens/Onboarding/StepInterests/index.tsx:153 +#: src/screens/Onboarding/StepInterests/index.tsx:138 msgid "Oh no! Something went wrong." msgstr "Oh no! Qualcosa è andato male." @@ -4578,22 +4717,26 @@ msgid "Oldest replies first" msgstr "Mostrare prima le risposte più vecchie" #: src/components/StarterPack/QrCode.tsx:69 -msgid "on" -msgstr "su" +#~ msgid "on" +#~ msgstr "su" #: src/lib/hooks/useTimeAgo.ts:81 -msgid "on {str}" -msgstr "su {str}" +#~ msgid "on {str}" +#~ msgstr "su {str}" + +#: src/components/StarterPack/QrCode.tsx:70 +msgid "on<0><1/><2><3/>" +msgstr "" #: src/view/screens/Settings/index.tsx:226 msgid "Onboarding reset" msgstr "Reimpostazione dell'onboarding" #: 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 "A una o più immagini manca il testo alternativo." @@ -4609,10 +4752,14 @@ msgstr "Solo i file .jpg e .png sono supportati" msgid "Only {0} can reply." msgstr "Solo {0} può rispondere." -#: src/screens/Signup/StepHandle.tsx:150 +#: src/screens/Signup/StepHandle.tsx:152 msgid "Only contains letters, numbers, and hyphens" msgstr "Contiene solo lettere, numeri e trattini" +#: 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 "Ops! Qualcosa è andato male!" @@ -4620,13 +4767,13 @@ msgstr "Ops! Qualcosa è andato male!" #: 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 "Ops!" -#: src/screens/Onboarding/StepFinished.tsx:264 +#: src/screens/Onboarding/StepFinished.tsx:260 msgid "Open" msgstr "Apri" @@ -4643,8 +4790,9 @@ msgstr "Apri il creatore di avatar" msgid "Open conversation options" msgstr "Apri opzioni conversazione" -#: 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 "Apri il selettore emoji" @@ -4846,12 +4994,12 @@ msgstr "Apre la pagina del registro di sistema" msgid "Opens the threads preferences" msgstr "Apre le preferenze dei threads" -#: 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 "Apre questo profilo" -#: src/view/com/composer/videos/SelectVideoBtn.tsx:54 +#: src/view/com/composer/videos/SelectVideoBtn.tsx:81 msgid "Opens video picker" msgstr "Apre selettore video" @@ -4932,11 +5080,11 @@ msgid "Password updated!" msgstr "Password aggiornata!" #: 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 "Pausa" -#: src/view/com/util/post-embeds/VideoEmbedInner/VideoWebControls.tsx:203 +#: src/view/com/util/post-embeds/VideoEmbedInner/VideoWebControls.tsx:275 msgid "Pause video" msgstr "Metti video in pausa" @@ -4999,7 +5147,7 @@ msgid "Pinned to your feeds" msgstr "Fissa ai tuoi feed" #: 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 "Play" @@ -5011,8 +5159,8 @@ msgstr "Riproduci {0}" msgid "Play or pause the GIF" msgstr "Riproduci o pausa la GIF" -#: 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 "Riproduci video" @@ -5025,16 +5173,16 @@ msgstr "Riproduci video" msgid "Plays the GIF" msgstr "Riproduci questa GIF" -#: src/screens/Signup/state.ts:222 +#: src/screens/Signup/state.ts:217 msgid "Please choose your handle." msgstr "Scegli il tuo nome utente." -#: 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 "Scegli la tua password." -#: src/screens/Signup/state.ts:236 +#: src/screens/Signup/state.ts:231 msgid "Please complete the verification captcha." msgstr "Si prega di completare il captcha di verifica." @@ -5063,7 +5211,7 @@ msgstr "Inserisci una parola, un tag o una frase valida da silenziare" #~ msgid "Please enter the verification code sent to {phoneNumberFormatted}." #~ msgstr "Inserisci il codice di verifica inviato a {phoneNumberFormatted}." -#: 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 "Inserisci la tua email." @@ -5076,7 +5224,7 @@ msgstr "Inserisci il tuo codice d'invito." msgid "Please enter your password as well:" msgstr "Inserisci anche la tua password:" -#: 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 "Spiega perché ritieni che questa etichetta sia stata applicata in modo errato da {0}" @@ -5099,7 +5247,7 @@ msgstr "Accedi come @{0}" msgid "Please Verify Your Email" msgstr "Verifica la tua email" -#: 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 "Attendi il caricamento della scheda di collegamento" @@ -5115,13 +5263,13 @@ msgstr "Porno" #~ msgid "Pornography" #~ msgstr "Pornografia" -#: 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 "Post" -#: src/view/com/post-thread/PostThread.tsx:480 +#: src/view/com/post-thread/PostThread.tsx:481 msgctxt "description" msgid "Post" msgstr "Post" @@ -5260,13 +5408,13 @@ msgstr "Messaggia privatamente con altri utenti." msgid "Processing..." msgstr "Elaborazione in corso…" -#: src/view/screens/DebugMod.tsx:895 +#: src/view/screens/DebugMod.tsx:896 #: src/view/screens/Profile.tsx:346 msgid "profile" msgstr "profilo" -#: 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 @@ -5281,7 +5429,7 @@ msgstr "Profilo aggiornato" msgid "Protect your account by verifying your email." msgstr "Proteggi il tuo account verificando la tua email." -#: src/screens/Onboarding/StepFinished.tsx:250 +#: src/screens/Onboarding/StepFinished.tsx:246 msgid "Public" msgstr "Pubblico" @@ -5293,11 +5441,11 @@ msgstr "Elenchi pubblici e condivisibili di utenti da disattivare o bloccare in msgid "Public, shareable lists which can drive feeds." msgstr "Liste pubbliche e condivisibili che possono impulsare i feed." -#: src/view/com/composer/Composer.tsx:549 +#: src/view/com/composer/Composer.tsx:627 msgid "Publish post" msgstr "Pubblica il post" -#: src/view/com/composer/Composer.tsx:549 +#: src/view/com/composer/Composer.tsx:627 msgid "Publish reply" msgstr "Pubblica la risposta" @@ -5314,11 +5462,11 @@ msgid "QR code saved to your camera roll!" msgstr "Codice QR salvato nella galleria!" #: 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" @@ -5346,8 +5494,8 @@ msgid "Quote post was successfully detached" msgstr "Citazione post staccata con successo" #: 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" @@ -5361,8 +5509,8 @@ msgstr "Citazioni post attivate" msgid "Quote settings" msgstr "Impostazioni citazioni" -#: 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 "Citazioni" @@ -5449,6 +5597,10 @@ msgstr "Rimuovi {displayName} dallo starter pack" msgid "Remove account" msgstr "Rimuovi l'account" +#: src/view/com/composer/ExternalEmbedRemoveBtn.tsx:28 +msgid "Remove attachment" +msgstr "" + #: src/view/com/util/UserAvatar.tsx:387 msgid "Remove Avatar" msgstr "Rimuovi Avatar" @@ -5457,7 +5609,7 @@ msgstr "Rimuovi Avatar" msgid "Remove Banner" msgstr "Rimuovi il Banner" -#: src/screens/Messages/Conversation/MessageInputEmbed.tsx:218 +#: src/screens/Messages/Conversation/MessageInputEmbed.tsx:207 msgid "Remove embed" msgstr "Rimuovi allegato" @@ -5497,8 +5649,8 @@ msgid "Remove image" msgstr "Rimuovi l'immagine" #: src/view/com/composer/ExternalEmbedRemoveBtn.tsx:28 -msgid "Remove image preview" -msgstr "Rimuovi l'anteprima dell'immagine" +#~ msgid "Remove image preview" +#~ msgstr "Rimuovi l'anteprima dell'immagine" #: src/components/dialogs/MutedWords.tsx:523 msgid "Remove mute word from your list" @@ -5512,15 +5664,19 @@ msgstr "Rimuovi profilo" msgid "Remove profile from search history" msgstr "Rimuovi profilo dalla cronologia di ricerca" -#: src/view/com/util/post-embeds/QuoteEmbed.tsx:255 +#: src/view/com/util/post-embeds/QuoteEmbed.tsx:269 msgid "Remove quote" msgstr "Rimuovi citazione" -#: 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 "Rimuovi la ripubblicazione" +#: src/view/com/composer/videos/SubtitleDialog.tsx:260 +msgid "Remove subtitle file" +msgstr "" + #~ msgid "Remove this feed from my feeds?" #~ msgstr "Rimuovere questo feed dai miei feed?" @@ -5531,11 +5687,11 @@ msgstr "Rimuovi questo feed dai feed salvati" #~ msgid "Remove this feed from your saved feeds?" #~ msgstr "Elimina questo feed dai feed salvati?" -#: src/view/com/util/post-embeds/QuoteEmbed.tsx:100 +#: src/view/com/util/post-embeds/QuoteEmbed.tsx:105 msgid "Removed by author" msgstr "Rimosso dall'autore" -#: src/view/com/util/post-embeds/QuoteEmbed.tsx:98 +#: src/view/com/util/post-embeds/QuoteEmbed.tsx:103 msgid "Removed by you" msgstr "Rimosso da me" @@ -5563,13 +5719,17 @@ msgstr "Rimosso dai tuoi feed" #~ msgid "Removes default thumbnail from {0}" #~ msgstr "Elimina la miniatura predefinita da {0}" -#: src/view/com/util/post-embeds/QuoteEmbed.tsx:256 +#: src/view/com/util/post-embeds/QuoteEmbed.tsx:270 msgid "Removes quoted post" msgstr "Rimuovi post citato" #: src/view/com/composer/ExternalEmbedRemoveBtn.tsx:29 -msgid "Removes the image preview" -msgstr "Rimuove la preview dell'immagine" +msgid "Removes the attachment" +msgstr "" + +#: src/view/com/composer/ExternalEmbedRemoveBtn.tsx:29 +#~ msgid "Removes the image preview" +#~ msgstr "Rimuove la preview dell'immagine" #: src/view/com/posts/FeedShutdownMsg.tsx:129 #: src/view/com/posts/FeedShutdownMsg.tsx:133 @@ -5596,7 +5756,7 @@ msgstr "Le risposte a questo post sono disattivate." #~ msgid "Replies to this thread are disabled" #~ msgstr "Le risposte a questo thread sono disabilitate" -#: src/view/com/composer/Composer.tsx:562 +#: src/view/com/composer/Composer.tsx:640 msgctxt "action" msgid "Reply" msgstr "Risposta" @@ -5628,23 +5788,23 @@ msgstr "Le impostazioni delle risposte sono scelte dall'autore del thread" #~ msgstr "In risposta a <0/>" #: 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/>" msgstr "Rispondi a <0><1/>" -#: src/view/com/posts/FeedItem.tsx:513 +#: src/view/com/posts/FeedItem.tsx:511 msgctxt "description" msgid "Reply to a blocked post" msgstr "Rispondi ad un post bloccato" -#: src/view/com/posts/FeedItem.tsx:515 +#: src/view/com/posts/FeedItem.tsx:513 msgctxt "description" msgid "Reply to a post" msgstr "Rispondi ad un post" #: 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 "Rispondi a te" @@ -5734,9 +5894,9 @@ msgstr "Segnala questo starter pack" msgid "Report this user" msgstr "Segnala questo utente" -#: 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 "Ripubblicare" @@ -5747,7 +5907,7 @@ msgid "Repost" msgstr "Ripubblicare" #: 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" @@ -5756,12 +5916,12 @@ msgstr "Ripubblica o cita il post" #~ msgid "Reposted by" #~ msgstr "Repost di" -#: 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 "Ripubblicato da" -#: src/view/com/posts/FeedItem.tsx:294 +#: src/view/com/posts/FeedItem.tsx:292 msgid "Reposted by {0}" msgstr "Ripubblicato da{0}" @@ -5771,16 +5931,16 @@ msgstr "Ripubblicato da{0}" #~ msgid "Reposted by <0/>" #~ msgstr "Repost di <0/>" -#: src/view/com/posts/FeedItem.tsx:313 +#: src/view/com/posts/FeedItem.tsx:311 msgid "Reposted by <0><1/>" msgstr "Ripubblicato da <0><1/>" -#: 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 "Ripubblicato da te" -#: src/view/com/notifications/FeedItem.tsx:184 +#: src/view/com/notifications/FeedItem.tsx:180 msgid "reposted your post" msgstr "ripubblicato il tuo post" @@ -5818,6 +5978,14 @@ msgstr "Obbligatorio per questo operatore" msgid "Resend email" msgstr "Rinvia l'email" +#: 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 "Reimpostare il codice" @@ -5863,15 +6031,15 @@ msgstr "Ritenta l'accesso" msgid "Retries the last action, which errored out" msgstr "Ritenta l'ultima azione che ha generato un errore" -#: 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 @@ -5984,8 +6152,8 @@ msgstr "Salva le impostazioni di ritaglio dell'immagine" #: 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 "Di ciao!" @@ -5999,15 +6167,15 @@ msgid "Scroll to top" msgstr "Scorri verso l'alto" #: 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" @@ -6088,6 +6256,10 @@ msgstr "Consulta questa guida" #~ msgid "See what's next" #~ msgstr "Scopri cosa c'è dopo" +#: 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 "Seleziona {item}" @@ -6127,6 +6299,10 @@ msgstr "Seleziona GIF \"{0}\"" msgid "Select how long to mute this word for." msgstr "Seleziona per quanto tempo silenziare questa parola." +#: src/view/com/composer/videos/SubtitleDialog.tsx:245 +msgid "Select language..." +msgstr "" + #: src/view/screens/LanguageSettings.tsx:303 msgid "Select languages" msgstr "Seleziona lingue" @@ -6146,6 +6322,10 @@ msgstr "Seleziona l'opzione {i} di {numItems}" #~ msgid "Select some accounts below to follow" #~ msgstr "Seleziona alcuni account da seguire qui giù" +#: 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 "Scegli la {emojiName} emoji come tuo avatar" @@ -6162,7 +6342,7 @@ msgstr "Seleziona il servizio che ospita i tuoi dati." #~ msgid "Select topical feeds to follow from the list below" #~ msgstr "Seleziona i feed con temi da seguire dal seguente elenco" -#: src/view/com/composer/videos/SelectVideoBtn.tsx:53 +#: src/view/com/composer/videos/SelectVideoBtn.tsx:80 msgid "Select video" msgstr "Seleziona video" @@ -6189,7 +6369,7 @@ msgstr "Seleziona la lingua dell'app per il testo predefinito da visualizzare ne msgid "Select your date of birth" msgstr "Seleziona la tua data di nascita" -#: src/screens/Onboarding/StepInterests/index.tsx:226 +#: src/screens/Onboarding/StepInterests/index.tsx:206 msgid "Select your interests from the options below" msgstr "Seleziona i tuoi interessi dalle seguenti opzioni" @@ -6233,8 +6413,8 @@ msgstr "Invia email" msgid "Send feedback" msgstr "Invia feedback" -#: 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 "Invia messaggio" @@ -6382,7 +6562,7 @@ msgstr "Imposta l'amplio sulle proporzioni dell'immagine" #: 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" @@ -6403,7 +6583,7 @@ msgstr "Sessualmente suggestivo" #: 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 "Condividi" @@ -6423,7 +6603,7 @@ msgstr "Condividi un fatto divertente!" #: 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 "Condividi comunque" @@ -6482,7 +6662,7 @@ msgstr "Mostra" #~ msgid "Show all replies" #~ msgstr "Mostra tutte le repliche" -#: src/view/com/util/post-embeds/GifEmbed.tsx:175 +#: src/view/com/util/post-embeds/GifEmbed.tsx:157 msgid "Show alt text" msgstr "Mostra testo alternativo" @@ -6505,8 +6685,8 @@ msgstr "Mostra badge e filtra dai feed" #~ msgstr "Mostra incorporamenti di {0}" #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:215 -msgid "Show follows similar to {0}" -msgstr "Mostra follows simile a {0}" +#~ msgid "Show follows similar to {0}" +#~ msgstr "Mostra follows simile a {0}" #: src/view/com/post-thread/PostThreadShowHiddenReplies.tsx:23 msgid "Show hidden replies" @@ -6521,9 +6701,9 @@ msgstr "Mostra meno come questo" msgid "Show list anyway" msgstr "Mosta comunque questa lista" -#: 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 "Mostra di più" @@ -6608,7 +6788,7 @@ msgstr "Mostra avviso e filtra dai feed" #~ msgid "Shows a list of users similar to this user." #~ msgstr "Mostra un elenco di utenti simili a questo utente." -#: src/view/com/post-thread/PostThreadFollowBtn.tsx:130 +#: src/view/com/post-thread/PostThreadFollowBtn.tsx:128 msgid "Shows posts from {0} in your feed" msgstr "Mostra i post di {0} nel tuo feed" @@ -6621,12 +6801,12 @@ msgstr "Mostra i post di {0} nel tuo feed" #: 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 @@ -6664,12 +6844,12 @@ msgstr "Esci" 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 @@ -6694,28 +6874,28 @@ msgstr "Iscritto/a come" msgid "Signed in as @{0}" msgstr "Iscritto/a come @{0}" -#: src/view/com/notifications/FeedItem.tsx:222 +#: src/view/com/notifications/FeedItem.tsx:218 msgid "signed up with your starter pack" msgstr "iscritto/a col tuo starter pack" #~ msgid "Signs {0} out of Bluesky" #~ msgstr "Esci da Bluesky con {0}" -#: 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 "Iscriviti senza uno starter pack" #: src/view/com/profile/ProfileHeaderSuggestedFollows.tsx:102 -msgid "Similar accounts" -msgstr "Account simili" +#~ msgid "Similar accounts" +#~ msgstr "Account simili" -#: src/screens/Onboarding/StepInterests/index.tsx:265 +#: src/screens/Onboarding/StepInterests/index.tsx:245 #: src/screens/StarterPack/Wizard/index.tsx:191 msgid "Skip" msgstr "Salta" -#: src/screens/Onboarding/StepInterests/index.tsx:262 +#: src/screens/Onboarding/StepInterests/index.tsx:242 msgid "Skip this flow" msgstr "Salta" @@ -6727,7 +6907,7 @@ msgstr "Salta" msgid "Software Dev" msgstr "Sviluppo Software" -#: src/components/FeedInterstitials.tsx:397 +#: src/components/FeedInterstitials.tsx:443 msgid "Some other feeds you might like" msgstr "Altri feed che potrebbero piacerti" @@ -6785,12 +6965,12 @@ msgstr "Ordina le risposte allo stesso post per:" #~ msgid "Source: <0>{0}" #~ msgstr "Fonte: <0>{0}" -#: src/components/moderation/LabelsOnMeDialog.tsx:171 +#: src/components/moderation/LabelsOnMeDialog.tsx:163 msgid "Source: <0>{sourceName}" msgstr "Fonte: <0>{sourceName}" -#: 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" @@ -6823,10 +7003,9 @@ msgid "Start chatting" msgstr "Iniza a conversare" #: 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 @@ -6875,8 +7054,8 @@ msgstr "Spazio di archiviazione eliminato. Riavvia l'app." msgid "Storybook" msgstr "Cronologia" -#: 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" @@ -6915,7 +7094,7 @@ msgstr "Account suggeriti" #~ msgid "Suggested Follows" #~ msgstr "Accounts da seguire" -#: src/components/FeedInterstitials.tsx:262 +#: src/components/FeedInterstitials.tsx:308 msgid "Suggested for you" msgstr "Suggerito per te" @@ -6938,8 +7117,8 @@ msgid "Switch Account" msgstr "Cambia account" #: src/tours/HomeTour.tsx:48 -msgid "Switch between feeds to control your experience." -msgstr "Cambia tra i feed per avere il totale controllo della tua esperienza." +#~ msgid "Switch between feeds to control your experience." +#~ msgstr "Cambia tra i feed per avere il totale controllo della tua esperienza." #: src/view/screens/Settings/index.tsx:126 msgid "Switch to {0}" @@ -6978,17 +7157,22 @@ msgstr "Alto" msgid "Tap to dismiss" msgstr "Clicca per ignorare" -#: 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 "Clicca per entrare in modalità a schermo intero" -#: 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 "Clicca per attivare o disattivare l'audio" +#: 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 "Tocca per visualizzare completamente" +#~ msgid "Tap to view fully" +#~ msgstr "Tocca per visualizzare completamente" #: src/state/shell/progress-guide.tsx:166 msgid "Task complete - 10 likes!" @@ -7024,9 +7208,9 @@ msgid "Terms of Service" msgstr "Termini di servizio" #: 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 "I termini utilizzati violano gli standard della comunità" @@ -7038,7 +7222,7 @@ msgstr "I termini utilizzati violano gli standard della comunità" msgid "Text & tags" msgstr "Testo e tag" -#: 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 di testo" @@ -7048,6 +7232,10 @@ msgstr "Campo di testo" msgid "Thank you. Your report has been sent." msgstr "Grazie. La tua segnalazione è stata inviata." +#: 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 "Che contiene il seguente:" @@ -7065,11 +7253,11 @@ msgstr "Questo handle è già stato preso." msgid "That starter pack could not be found." msgstr "Impossibile trovare starter pack." -#: 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 "L'account sarà in grado di interagire con te dopo lo sblocco." @@ -7103,7 +7291,7 @@ msgstr "Il feed Discover" msgid "The Discover feed now knows what you like" msgstr "Ora il feed Discover sa cosa ti piace" -#: 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 "L'esperienza è migliore tramite l'app. Scarica ora Bluesky e ritorneremo da dove eravamo rimasti." @@ -7111,11 +7299,11 @@ msgstr "L'esperienza è migliore tramite l'app. Scarica ora Bluesky e ritornerem msgid "The feed has been replaced with Discover." msgstr "Questo feed è stato sostituito con Discover." -#: src/components/moderation/LabelsOnMeDialog.tsx:65 +#: src/components/moderation/LabelsOnMeDialog.tsx:58 msgid "The following labels were applied to your account." msgstr "Al tuo account sono state applicate le seguenti etichette." -#: src/components/moderation/LabelsOnMeDialog.tsx:66 +#: src/components/moderation/LabelsOnMeDialog.tsx:59 msgid "The following labels were applied to your content." msgstr "Ai tuoi contenuti sono state applicate le seguenti etichette." @@ -7132,7 +7320,7 @@ msgstr "Il post potrebbe essere stato cancellato." msgid "The Privacy Policy has been moved to <0/>" msgstr "La politica sulla privacy è stata spostata a <0/><0/>" -#: src/state/queries/video/video.ts:129 +#: src/state/queries/video/video.ts:222 msgid "The selected video is larger than 100MB." msgstr "Questo video è più grande di 100MB." @@ -7151,6 +7339,10 @@ msgstr "Il modulo di supporto è stato spostato. Se hai bisogno di aiuto, <0/> o msgid "The Terms of Service have been moved to" msgstr "I Termini di Servizio sono stati spostati 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 "Ci sono molti feed da provare:" @@ -7201,7 +7393,7 @@ msgstr "Si è verificato un problema durante il contatto con il tuo server" msgid "There was an issue fetching notifications. Tap here to try again." msgstr "Si è verificato un problema durante il recupero delle notifiche. Tocca qui per riprovare." -#: src/view/com/posts/Feed.tsx:460 +#: src/view/com/posts/Feed.tsx:476 msgid "There was an issue fetching posts. Tap here to try again." msgstr "Si è verificato un problema nel recupero dei post. Tocca qui per riprovare." @@ -7223,15 +7415,15 @@ msgstr "Si è verificato un problema durante l'invio della segnalazione. Per fav #~ msgid "There was an issue syncing your preferences with the server" #~ msgstr "Si è verificato un problema durante la sincronizzazione delle tue preferenze con il server" -#: src/view/screens/AppPasswords.tsx:70 +#: src/view/screens/AppPasswords.tsx:69 msgid "There was an issue with fetching your app passwords" msgstr "Si è verificato un problema durante il recupero delle password dell'app" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx: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 @@ -7288,7 +7480,7 @@ msgstr "Questo account è bloccato da uno o più appartenente alle tue liste di #~ msgid "This appeal will be sent to <0>{0}." #~ msgstr "Questo ricorso verrà inviato a <0>{0}." -#: src/components/moderation/LabelsOnMeDialog.tsx:250 +#: src/components/moderation/LabelsOnMeDialog.tsx:241 msgid "This appeal will be sent to <0>{sourceName}." msgstr "Questo ricorso verrà inviato a <0>{sourceName}." @@ -7378,7 +7570,7 @@ msgstr "Questa etichetta è stata applicata da <0>{0}." msgid "This label was applied by the author." msgstr "Questa etichetta è stata applicata dall'autore." -#: src/components/moderation/LabelsOnMeDialog.tsx:169 +#: src/components/moderation/LabelsOnMeDialog.tsx:161 msgid "This label was applied by you." msgstr "Questa etichetta è stata applicata da te." @@ -7411,7 +7603,7 @@ msgid "This post has been deleted." msgstr "Questo post è stato cancellato." #: 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 "Questo post è visibile solo agli utenti registrati. Non sarà visibile alle persone che non hanno effettuato l'accesso." @@ -7443,7 +7635,7 @@ msgstr "Questo servizio non ha fornito termini di servizio o un'informativa sull msgid "This should create a domain record at:" msgstr "Questo dovrebbe creare un record di dominio in:" -#: src/view/com/profile/ProfileFollowers.tsx:87 +#: src/view/com/profile/ProfileFollowers.tsx:96 msgid "This user doesn't have any followers." msgstr "Questo utente non ha follower." @@ -7481,7 +7673,7 @@ msgstr "Questo utente è incluso nell'elenco <0>{0} che hai silenziato." msgid "This user is new here. Press for more info about when they joined." msgstr "Questo utente è nuovo qui. Clicca per maggiori informazioni riguardo a quando si sono iscritti." -#: src/view/com/profile/ProfileFollows.tsx:87 +#: src/view/com/profile/ProfileFollows.tsx:96 msgid "This user isn't following anyone." msgstr "Questo utente non sta seguendo nessuno." @@ -7536,6 +7728,10 @@ msgstr "Per disabilitare il metodo 2FA via e-mail, verifica il tuo accesso all'i 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 "Per segnalare una conversazione, segnala uno dei messaggi nella schermata della conversazione. Questo permetterà ai nostri moderatori di capire il contesto del problema." +#: 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 "A chi desideri inviare questo report?" @@ -7552,7 +7748,7 @@ msgstr "Attiva/disattiva il menu a discesa" msgid "Toggle to enable or disable adult content" msgstr "Seleziona per abilitare o disabilitare i contenuti per adulti" -#: src/screens/Hashtag.tsx:88 +#: src/screens/Hashtag.tsx:86 #: src/view/screens/Search/Search.tsx:349 msgid "Top" msgstr "Top" @@ -7563,8 +7759,8 @@ msgstr "Trasformazioni" #: 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" @@ -7586,7 +7782,7 @@ msgstr "" msgid "Two-factor authentication" msgstr "Autenticazione a due fattori" -#: src/screens/Messages/Conversation/MessageInput.tsx:139 +#: src/screens/Messages/Conversation/MessageInput.tsx:141 msgid "Type your message here" msgstr "Scrivi il tuo messaggio qui" @@ -7619,14 +7815,14 @@ msgstr "Impossibile eliminare" #: 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 "Sblocca" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:197 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:193 msgctxt "action" msgid "Unblock" msgstr "Sblocca" @@ -7641,12 +7837,12 @@ msgstr "Sblocca l'account" msgid "Unblock Account" msgstr "Sblocca Account" -#: 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 "Sblocca Account?" -#: 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" @@ -7661,7 +7857,7 @@ msgstr "Smetti di seguire" #~ msgid "Unfollow" #~ msgstr "Smetti di seguire" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:237 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:208 msgid "Unfollow {0}" msgstr "Smetti di seguire {0}" @@ -7681,8 +7877,7 @@ msgid "Unlike this feed" msgstr "Togli il like a questo feed" #: 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 "Riattiva" @@ -7709,11 +7904,11 @@ msgstr "Riattiva conversazione" msgid "Unmute thread" msgstr "Riattiva questa discussione" -#: src/view/com/util/post-embeds/VideoEmbedInner/VideoWebControls.tsx:201 +#: src/view/com/util/post-embeds/VideoEmbedInner/VideoWebControls.tsx:273 msgid "Unmute video" msgstr "Riattiva auto" -#: src/view/com/util/post-embeds/VideoEmbedInner/VideoEmbedInnerNative.tsx:201 +#: src/view/com/util/post-embeds/VideoEmbedInner/VideoEmbedInnerNative.tsx:168 msgid "Unmuted" msgstr "Audio riattivato" @@ -7754,8 +7949,12 @@ msgstr "Disiscriviti da questo/a labeler" msgid "Unsubscribed from list" msgstr "Disiscritto dalla lista" -#: src/lib/moderation/useReportOptions.ts:72 -#: src/lib/moderation/useReportOptions.ts:85 +#: src/state/queries/video/video.ts:240 +msgid "Unsupported video type: {mimeType}" +msgstr "" + +#: src/lib/moderation/useReportOptions.ts:77 +#: src/lib/moderation/useReportOptions.ts:90 msgid "Unwanted Sexual Content" msgstr "Contenuti Sessuali Indesiderati" @@ -7813,7 +8012,7 @@ msgstr "Carica dalla Libreria" msgid "Use a file on your server" msgstr "Utilizza un file sul tuo server" -#: 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 "Utilizza le password dell'app per accedere ad altri client Bluesky senza fornire l'accesso completo al tuo account o alla tua password." @@ -7945,6 +8144,10 @@ msgstr "Valore:" #~ msgid "Verification code" #~ msgstr "Codice di verifica" +#: src/view/com/composer/videos/SelectVideoBtn.tsx:104 +msgid "Verified email required" +msgstr "" + #~ msgid "Verify {0}" #~ msgstr "Verifica {0}" @@ -7956,6 +8159,10 @@ msgstr "Verifica record DNS" msgid "Verify email" msgstr "Verifica Email" +#: src/components/intents/VerifyEmailIntentDialog.tsx:61 +msgid "Verify email dialog" +msgstr "" + #: src/view/screens/Settings/index.tsx:961 msgid "Verify my email" msgstr "Verifica la mia email" @@ -7969,6 +8176,10 @@ msgstr "Verifica la Mia Email" msgid "Verify New Email" msgstr "Verifica la nuova email" +#: src/view/com/composer/videos/SelectVideoBtn.tsx:108 +msgid "Verify now" +msgstr "" + #: src/view/com/modals/ChangeHandle.tsx:505 msgid "Verify Text File" msgstr "Verifica file di testo" @@ -7984,15 +8195,32 @@ msgstr "Verifica la tua email" msgid "Version {appVersion} {bundleInfo}" msgstr "Versione {appVersion} {bundleInfo}" -#: 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 "Video" +#: 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 "Video Games" +#: 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 "I video non possono essere più grandi di 100MB" @@ -8002,7 +8230,7 @@ msgid "View {0}'s avatar" msgstr "Vedi l'avatar di {0}" #: 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 "Vedi il profilo di {0}" @@ -8034,7 +8262,7 @@ msgstr "Visualizza i dettagli per segnalare una violazione del copyright" msgid "View full thread" msgstr "Vedi la discussione completa" -#: src/components/moderation/LabelsOnMe.tsx:48 +#: src/components/moderation/LabelsOnMe.tsx:47 msgid "View information about these labels" msgstr "Visualizza le informazioni su queste etichette" @@ -8097,7 +8325,7 @@ msgstr "Avvisa i contenuti e filtra dai feed" #~ msgid "We also think you'll like \"For You\" by Skygaze:" #~ msgstr "Pensiamo che ti piacerà anche \"Per Te\" di Skygaze:" -#: src/screens/Hashtag.tsx:210 +#: src/screens/Hashtag.tsx:217 msgid "We couldn't find any results for that hashtag." msgstr "Non siamo riusciti a trovare alcun risultato per quell'hashtag." @@ -8109,7 +8337,11 @@ msgstr "Non riusciamo a caricare questa conversazione" msgid "We estimate {estimatedTime} until your account is ready." msgstr "Stimiamo {estimatedTime} prima che il tuo account sia pronto." -#: src/screens/Onboarding/StepFinished.tsx:242 +#: src/components/intents/VerifyEmailIntentDialog.tsx:98 +msgid "We have sent another verification email to <0>{0}." +msgstr "" + +#: src/screens/Onboarding/StepFinished.tsx:238 msgid "We hope you have a wonderful time. Remember, Bluesky is:" msgstr "Speriamo di darti dei momenti dei bei momenti. Ricorda, Bluesky è:" @@ -8125,6 +8357,10 @@ msgstr "Abbiamo esaurito i posts dei tuoi follower. Ecco le ultime novità da <0 #~ msgid "We recommend our \"Discover\" feed:" #~ msgstr "Consigliamo il nostro feed \"Scopri\":" +#: 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 "Non siamo riusciti a caricare le tue preferenze relative alla data di nascita. Per favore riprova." @@ -8133,7 +8369,7 @@ msgstr "Non siamo riusciti a caricare le tue preferenze relative alla data di na msgid "We were unable to load your configured labelers at this time." msgstr "Al momento non è stato possibile caricare le etichettatori configurati." -#: src/screens/Onboarding/StepInterests/index.tsx: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 "Non siamo riusciti a connetterci. Riprova per continuare a configurare il tuo account. Se il problema persiste, puoi ignorare questo flusso." @@ -8144,7 +8380,7 @@ msgstr "Ti faremo sapere quando il tuo account sarà pronto." #~ msgid "We'll look into your appeal promptly." #~ msgstr "Esamineremo il tuo ricorso al più presto." -#: 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 "Lo useremo per personalizzare la tua esperienza." @@ -8168,7 +8404,7 @@ msgstr "Siamo spiacenti, ma al momento non siamo riusciti a caricare le parole s msgid "We're sorry, but your search could not be completed. Please try again in a few minutes." msgstr "Siamo spiacenti, ma non è stato possibile completare la ricerca. Riprova tra qualche minuto." -#: src/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 "Ci dispiace! Il post a cui cerchi di rispondere è stato cancellato." @@ -8196,7 +8432,7 @@ msgstr "Bentornat*!" msgid "Welcome, friend!" msgstr "Benvenut*, amic*!" -#: src/screens/Onboarding/StepInterests/index.tsx:155 +#: src/screens/Onboarding/StepInterests/index.tsx:140 msgid "What are your interests?" msgstr "Quali sono i tuoi interessi?" @@ -8212,7 +8448,7 @@ msgstr "Come vuoi chiamare il tuo starter pack?" #: 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 "Come va?" @@ -8282,16 +8518,16 @@ msgstr "Perché questo utente dovrebbe essere revisionato?" msgid "Wide" msgstr "Largo" -#: 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 "Scrivi un messaggio" -#: src/view/com/composer/Composer.tsx:660 +#: src/view/com/composer/Composer.tsx:708 msgid "Write post" msgstr "Scrivi 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 "Scrivi la tua risposta" @@ -8335,7 +8571,7 @@ msgstr "Sì" msgid "Yes, reactivate my account" msgstr "Sì, riattiva il mio account" -#: src/components/dms/MessageItem.tsx:182 +#: src/components/dms/MessageItem.tsx:183 msgid "Yesterday, {time}" msgstr "Ieri, {time}" @@ -8352,7 +8588,11 @@ msgstr "Io" msgid "You are in line." msgstr "Sei nella lista." -#: 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 "Non stai seguendo nessuno." @@ -8389,7 +8629,7 @@ msgstr "Adesso puoi accedere con la tua nuova password." msgid "You can reactivate your account to continue logging in. Your profile and posts will be visible to other users." msgstr "Puoi riattivare il tuo account per accedere. Il tuo profilo e i tuoi post saranno visibili agli altri utenti." -#: src/view/com/profile/ProfileFollowers.tsx:86 +#: src/view/com/profile/ProfileFollowers.tsx:95 msgid "You do not have any followers." msgstr "Non hai follower." @@ -8473,7 +8713,7 @@ msgstr "Non hai ancora bloccato nessun account. Per bloccare un account, vai sul #~ msgid "You have not blocked any accounts yet. To block an account, go to their profile and selected \"Block account\" from the menu on their account." #~ msgstr "Non hai ancora bloccato nessun conto. Per bloccare un conto, vai al profilo e seleziona \"Blocca conto\" dal menu del suo conto." -#: src/view/screens/AppPasswords.tsx:91 +#: 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 "Non hai ancora creato alcuna password per l'app. Puoi crearne uno premendo il pulsante qui sotto." @@ -8488,6 +8728,10 @@ msgstr "Non hai ancora silenziato nessun account. Per silenziare un account, vai msgid "You have reached the end" msgstr "Hai raggiunto la fine" +#: 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 "Non hai ancora creato uno starter pack!" @@ -8501,11 +8745,11 @@ msgstr "Non hai ancora silenziato nessuna parola o tag" msgid "You hid this reply." msgstr "Hai nascosto questa risposta." -#: 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 "Ti puoi appellare alle etichette se pensi che sia stata applicata per errore." -#: 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 "Puoi presentare ricorso contro queste etichette se ritieni che siano state inserite per errore." @@ -8588,15 +8832,15 @@ msgstr "Seguirai gli utenti e feed consigliati alla fine della creazione del tuo msgid "You'll follow the suggested users once you finish creating your account!" msgstr "Seguirai gli utenti consigliati alla fine della creazione del tuo account!" -#: src/screens/StarterPack/StarterPackLandingScreen.tsx:239 +#: src/screens/StarterPack/StarterPackLandingScreen.tsx:241 msgid "You'll follow these people and {0} others" msgstr "Seguirai queste persone e {0} altre" -#: src/screens/StarterPack/StarterPackLandingScreen.tsx:237 +#: src/screens/StarterPack/StarterPackLandingScreen.tsx:239 msgid "You'll follow these people right away" msgstr "Seguirai immediatamente queste persone" -#: src/screens/StarterPack/StarterPackLandingScreen.tsx:277 +#: src/screens/StarterPack/StarterPackLandingScreen.tsx:279 msgid "You'll stay updated with these feeds" msgstr "Resterai aggiornato su questi feed" @@ -8615,7 +8859,7 @@ msgstr "Sei in fila" msgid "You're logged in with an App Password. Please log in with your main password to continue deactivating your account." msgstr "Hai effettuato l'accesso con una password dell'app. Accedi con la tua password principale per disattivare il tuo account." -#: src/screens/Onboarding/StepFinished.tsx:239 +#: src/screens/Onboarding/StepFinished.tsx:235 msgid "You're ready to go!" msgstr "Sei pronto per iniziare!" @@ -8628,6 +8872,14 @@ msgstr "Hai scelto di nascondere una parola o un tag in questo post." msgid "You've reached the end of your feed! Find some more accounts to follow." msgstr "Hai raggiunto la fine del tuo feed! Trova altri account da seguire." +#: src/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 "Il tuo account" @@ -8644,7 +8896,7 @@ msgstr "L'archivio del tuo account, che contiene tutti i record di dati pubblici msgid "Your birth date" msgstr "La tua data di nascita" -#: 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 "Il tuo browser non supporta questo formato video. Per favore prova un altro browser." @@ -8661,7 +8913,7 @@ msgstr "La tua scelta verrà salvata, ma potrà essere modificata successivament #~ msgstr "Il tuo feed predefinito è \"Following\"" #: 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." @@ -8686,7 +8938,7 @@ msgstr "Il tuo primo like!" msgid "Your following feed is empty! Follow more users to see what's happening." msgstr "Il tuo feed seguente è vuoto! Segui più utenti per vedere cosa sta succedendo." -#: src/screens/Signup/StepHandle.tsx:123 +#: src/screens/Signup/StepHandle.tsx:125 msgid "Your full handle will be" msgstr "Il tuo nome di utente completo sarà" @@ -8708,11 +8960,11 @@ msgstr "Le tue parole silenziate" msgid "Your password has been changed successfully!" msgstr "La tua password è stata modificata correttamente!" -#: src/view/com/composer/Composer.tsx:426 +#: src/view/com/composer/Composer.tsx:463 msgid "Your post has been published" msgstr "Il tuo post è stato pubblicato" -#: src/screens/Onboarding/StepFinished.tsx:254 +#: src/screens/Onboarding/StepFinished.tsx:250 msgid "Your posts, likes, and blocks are public. Mutes are private." msgstr "I tuoi post, i tuoi Mi piace e i tuoi blocchi sono pubblici. I conti silenziati sono privati." @@ -8724,7 +8976,7 @@ msgstr "Il tuo profilo" msgid "Your profile, posts, feeds, and lists will no longer be visible to other Bluesky users. You can reactivate your account at any time by logging in." msgstr "Il tuo profilo, post, feed, e liste non saranno più visibili agli altri utenti. Puoi riattivare il tuo account in qualsiasi momento effettuando l'accesso." -#: src/view/com/composer/Composer.tsx:425 +#: src/view/com/composer/Composer.tsx:462 msgid "Your reply has been published" msgstr "La tua risposta è stata pubblicata" diff --git a/src/locale/locales/ja/messages.po b/src/locale/locales/ja/messages.po index ce450c2f..d5e3e8b6 100644 --- a/src/locale/locales/ja/messages.po +++ b/src/locale/locales/ja/messages.po @@ -21,8 +21,8 @@ msgstr "(埋め込みコンテンツあり)" msgid "(no email)" msgstr "(メールがありません)" -#: 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 "{0, plural, other {他{formattedCount}人}}" @@ -34,11 +34,11 @@ msgstr "{0, plural, other {#日}}" msgid "{0, plural, one {# hour} other {# hours}}" msgstr "{0, plural, other {#時間}}" -#: 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 "{0, plural, other {#個のラベルがこのアカウントに適用されています}}" -#: 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 "{0, plural, other {#個のラベルがこのコンテンツに適用されています}}" @@ -50,7 +50,7 @@ msgstr "{0, plural, other {#分}}" msgid "{0, plural, one {# month} other {# months}}" msgstr "{0, plural, other {#ヶ月}}" -#: src/view/com/util/post-ctrls/RepostButton.tsx:68 +#: src/view/com/util/post-ctrls/RepostButton.tsx:71 msgid "{0, plural, one {# repost} other {# reposts}}" msgstr "{0, plural, other {#回のリポスト}}" @@ -68,11 +68,11 @@ msgstr "{0, plural, other {フォロワー}}" msgid "{0, plural, one {following} other {following}}" msgstr "{0, plural, other {フォロー中}}" -#: 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 "{0, plural, other {いいね(#個のいいね)}}" -#: src/view/com/post-thread/PostThreadItem.tsx:433 +#: src/view/com/post-thread/PostThreadItem.tsx:439 msgid "{0, plural, one {like} other {likes}}" msgstr "{0, plural, other {いいね}}" @@ -85,19 +85,19 @@ msgstr "{0, plural, other {#人のユーザーがいいね}}" msgid "{0, plural, one {post} other {posts}}" msgstr "{0, plural, other {投稿}}" -#: src/view/com/post-thread/PostThreadItem.tsx:413 +#: src/view/com/post-thread/PostThreadItem.tsx:419 msgid "{0, plural, one {quote} other {quotes}}" msgstr "{0, plural, other {引用}}" -#: 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 "{0, plural, other {返信(#件の返信)}}" -#: src/view/com/post-thread/PostThreadItem.tsx:393 +#: src/view/com/post-thread/PostThreadItem.tsx:397 msgid "{0, plural, one {repost} other {reposts}}" msgstr "{0, plural, other {リポスト}}" -#: 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 "{0, plural, other {いいねを外す(#個のいいね)}}" @@ -115,7 +115,7 @@ msgstr "<0><1>テキストとタグ中の{0}" msgid "{0} joined this week" msgstr "今週、{0}人が参加しました" -#: src/view/com/util/post-embeds/VideoEmbedInner/VideoWebControls.tsx:578 +#: src/view/com/util/post-embeds/VideoEmbedInner/VideoWebControls.tsx:593 msgid "{0} of {1}" msgstr "{0} / {1}" @@ -164,6 +164,7 @@ msgstr "{0}秒" msgid "{count, plural, one {Liked by # user} other {Liked by # users}}" msgstr "{count, plural, other {#人のユーザーがいいね}}" +#: src/lib/generate-starterpack.ts:108 #: src/screens/StarterPack/Wizard/index.tsx:174 msgid "{displayName}'s Starter Pack" msgstr "{displayName}のスターターパック" @@ -319,7 +320,7 @@ msgstr "アカウントオプション" msgid "Account removed from quick access" msgstr "クイックアクセスからアカウントを解除" -#: 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 "アカウントのブロックを解除しました" @@ -371,13 +372,13 @@ msgstr "アカウントを追加" msgid "Add alt text" msgstr "ALTテキストを追加" -#: src/view/com/composer/videos/SubtitleDialog.tsx:100 +#: src/view/com/composer/videos/SubtitleDialog.tsx:107 msgid "Add alt text (optional)" msgstr "ALTテキストを追加(オプション)" -#: src/view/screens/AppPasswords.tsx:106 -#: src/view/screens/AppPasswords.tsx:148 -#: src/view/screens/AppPasswords.tsx:161 +#: src/view/screens/AppPasswords.tsx:105 +#: src/view/screens/AppPasswords.tsx:147 +#: src/view/screens/AppPasswords.tsx:160 msgid "Add App Password" msgstr "アプリパスワードを追加" @@ -472,7 +473,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 "ダイレクトメッセージへのアクセスを許可" @@ -487,17 +488,20 @@ msgstr "@{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 "ALTテキスト" -#: src/view/com/util/post-embeds/GifEmbed.tsx:189 +#: src/view/com/util/post-embeds/GifEmbed.tsx:170 msgid "Alt Text" msgstr "ALTテキスト" @@ -518,11 +522,11 @@ msgstr "以前のメールアドレス{0}にメールが送信されました。 msgid "An error has occurred" msgstr "エラーが発生しました" -#: 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:182 +#: src/state/queries/video/video.ts:227 msgid "An error occurred while compressing the video." msgstr "ビデオの圧縮中にエラーが発生しました。" @@ -530,8 +534,7 @@ msgstr "ビデオの圧縮中にエラーが発生しました。" 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 "ビデオの読み込み時にエラーが発生しました。時間をおいてもう一度お試しください。" @@ -544,7 +547,7 @@ msgstr "ビデオの読み込み時にエラーが発生しました。もう一 msgid "An error occurred while saving the QR code!" msgstr "QRコードの保存中にエラーが発生しました!" -#: src/view/com/composer/videos/SelectVideoBtn.tsx:51 +#: src/view/com/composer/videos/SelectVideoBtn.tsx:61 msgid "An error occurred while selecting the video" msgstr "ビデオの選択中にエラーが発生しました" @@ -553,7 +556,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 "ビデオのアップロード中にエラーが発生しました。" @@ -578,7 +581,7 @@ msgstr "チャットを開始しようとした時に問題が発生しました msgid "An issue occurred, please try again." msgstr "問題が発生しました。もう一度お試しください。" -#: src/screens/Onboarding/StepInterests/index.tsx:219 +#: src/screens/Onboarding/StepInterests/index.tsx:199 msgid "an unknown error occurred" msgstr "何らかのエラーが発生しました" @@ -588,8 +591,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 "および" @@ -598,7 +601,7 @@ msgstr "および" msgid "Animals" msgstr "動物" -#: src/view/com/util/post-embeds/GifEmbed.tsx:155 +#: src/view/com/util/post-embeds/GifEmbed.tsx:138 msgid "Animated GIF" msgstr "アニメーションGIF" @@ -614,7 +617,7 @@ msgstr "誰でも反応可能" msgid "App Language" msgstr "アプリの言語" -#: src/view/screens/AppPasswords.tsx:228 +#: src/view/screens/AppPasswords.tsx:226 msgid "App password deleted" msgstr "アプリパスワードを削除しました" @@ -631,21 +634,21 @@ msgid "App password settings" msgstr "アプリパスワードの設定" #: 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 "アプリパスワード" -#: 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 "異議を申し立てる" -#: src/components/moderation/LabelsOnMeDialog.tsx:247 +#: src/components/moderation/LabelsOnMeDialog.tsx:238 msgid "Appeal \"{0}\" label" msgstr "「{0}」のラベルに異議を申し立てる" -#: src/components/moderation/LabelsOnMeDialog.tsx:238 +#: src/components/moderation/LabelsOnMeDialog.tsx:229 #: src/screens/Messages/Conversation/ChatDisabled.tsx:91 msgid "Appeal submitted" msgstr "異議申し立てを提出しました" @@ -675,7 +678,7 @@ msgstr "背景の設定" msgid "Apply default recommended feeds" 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 "アプリパスワード「{name}」を本当に削除しますか?" @@ -699,7 +702,7 @@ msgstr "あなたのフィードから{0}を削除してもよろしいですか 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 "本当にこの下書きを破棄しますか?" @@ -720,13 +723,13 @@ msgstr "アート" msgid "Artistic or non-erotic nudity." msgstr "芸術的または性的ではないヌード。" -#: src/screens/Signup/StepHandle.tsx:171 +#: src/screens/Signup/StepHandle.tsx:173 msgid "At least 3 characters" msgstr "少なくとも3文字" #: 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 @@ -756,7 +759,7 @@ msgstr "生年月日" msgid "Birthday:" msgstr "生年月日:" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:314 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:272 #: src/view/com/profile/ProfileMenu.tsx:365 msgid "Block" msgstr "ブロック" @@ -787,7 +790,7 @@ msgstr "リストをブロック" msgid "Block these accounts?" msgstr "これらのアカウントをブロックしますか?" -#: src/view/com/util/post-embeds/QuoteEmbed.tsx:76 +#: src/view/com/util/post-embeds/QuoteEmbed.tsx:81 msgid "Blocked" msgstr "ブロックされています" @@ -862,23 +865,23 @@ msgstr "画像のぼかしとフィードからのフィルタリング" msgid "Books" msgstr "書籍" -#: 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 "検索ページでさらにおすすめを見る" @@ -920,12 +923,12 @@ msgid "Can only contain letters, numbers, spaces, dashes, and underscores. Must msgstr "英数字、スペース、ハイフン、アンダースコアのみが使用可能です。長さは4文字以上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 @@ -941,7 +944,7 @@ msgstr "英数字、スペース、ハイフン、アンダースコアのみが #: src/view/com/modals/LinkWarning.tsx:107 #: src/view/com/modals/VerifyEmail.tsx:255 #: src/view/com/modals/VerifyEmail.tsx:261 -#: src/view/com/util/post-ctrls/RepostButton.tsx:160 +#: src/view/com/util/post-ctrls/RepostButton.tsx:163 #: src/view/screens/Search/Search.tsx:704 msgid "Cancel" msgstr "キャンセル" @@ -970,7 +973,7 @@ msgstr "画像の切り抜きをキャンセル" msgid "Cancel profile editing" msgstr "プロフィールの編集をキャンセル" -#: src/view/com/util/post-ctrls/RepostButton.tsx:154 +#: src/view/com/util/post-ctrls/RepostButton.tsx:157 msgid "Cancel quote post" msgstr "引用をキャンセル" @@ -987,17 +990,17 @@ msgid "Cancels opening the linked website" msgstr "リンク先のウェブサイトを開くことをキャンセル" #: src/state/shell/composer.tsx:70 -#: src/view/com/util/post-ctrls/PostCtrls.tsx:138 -#: src/view/com/util/post-ctrls/PostCtrls.tsx:204 -#: src/view/com/util/post-ctrls/PostCtrls.tsx:240 +#: 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:125 +#: src/view/com/composer/videos/SubtitleDialog.tsx:133 msgid "Captions (.vtt)" msgstr "キャプション(.vtt)" -#: src/view/com/composer/videos/SubtitleDialog.tsx:51 +#: src/view/com/composer/videos/SubtitleDialog.tsx:54 msgid "Captions & alt text" msgstr "キャプション&ALTテキスト" @@ -1041,8 +1044,8 @@ msgid "Change Your Email" msgstr "メールアドレスを変更" #: 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 "チャット" @@ -1081,12 +1084,12 @@ msgid "Check your inbox for an email with the confirmation code to enter below:" msgstr "入力したメールアドレスの受信トレイを確認して、以下に入力するための確認コードが記載されたメールが届いていないか確認してください:" #: src/screens/Onboarding/StepInterests/index.tsx:191 -msgid "Choose 3 or more:" -msgstr "3つ以上選んでください:" +#~ msgid "Choose 3 or more:" +#~ msgstr "3つ以上選んでください:" #: src/screens/Onboarding/StepInterests/index.tsx:326 -msgid "Choose at least {0} more" -msgstr "少なくともさらに{0}つ選んでください" +#~ msgid "Choose at least {0} more" +#~ msgstr "少なくともさらに{0}つ選んでください" #: src/screens/StarterPack/Wizard/index.tsx:190 msgid "Choose Feeds" @@ -1104,7 +1107,7 @@ msgstr "ユーザーの選択" msgid "Choose Service" msgstr "サービスを選択" -#: src/screens/Onboarding/StepFinished.tsx:284 +#: src/screens/Onboarding/StepFinished.tsx:280 msgid "Choose the algorithms that power your custom feeds." msgstr "カスタムフィードのアルゴリズムを選択できます。" @@ -1157,7 +1160,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 "送信失敗したメッセージを再送信" @@ -1172,13 +1175,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 "閉じる" @@ -1233,7 +1238,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 "投稿の編集画面を閉じて下書きを削除する" @@ -1241,11 +1246,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 "指定した通知のユーザーリストを折りたたむ" @@ -1264,7 +1269,7 @@ msgstr "漫画" msgid "Community Guidelines" msgstr "コミュニティガイドライン" -#: src/screens/Onboarding/StepFinished.tsx:297 +#: src/screens/Onboarding/StepFinished.tsx:293 msgid "Complete onboarding and start using your account" msgstr "初期設定を完了してアカウントを使い始める" @@ -1272,7 +1277,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 "{MAX_GRAPHEME_LENGTH}文字までの投稿を作成" @@ -1288,8 +1293,8 @@ msgstr "このカテゴリのコンテンツフィルタリングを設定:{na msgid "Configured in <0>moderation settings." msgstr "<0>モデレーションの設定で設定されています。" -#: 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 @@ -1371,7 +1376,7 @@ msgstr "コンテンツの警告" 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 "続行" @@ -1384,7 +1389,7 @@ msgstr "{0}として続行(現在サインイン中)" 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" @@ -1412,7 +1417,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 "クリップボードにコピーしました" @@ -1490,7 +1495,7 @@ msgstr "リストの読み込みに失敗しました" msgid "Could not mute chat" msgstr "チャットのミュートに失敗しました" -#: src/view/com/composer/videos/VideoPreview.web.tsx:42 +#: src/view/com/composer/videos/VideoPreview.web.tsx:45 msgid "Could not process your video" msgstr "ビデオを処理できませんでした" @@ -1551,7 +1556,7 @@ msgstr "新しいアカウントを作成" msgid "Create report for {0}" msgstr "{0}の報告を作成" -#: src/view/screens/AppPasswords.tsx:251 +#: src/view/screens/AppPasswords.tsx:246 msgid "Created {0}" msgstr "{0}に作成" @@ -1625,7 +1630,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 "削除" @@ -1638,11 +1643,11 @@ msgstr "アカウントを削除" msgid "Delete Account <0>\"<1>{0}<2>\"" msgstr "アカウント<0>「<1>{0}<2>」を削除" -#: src/view/screens/AppPasswords.tsx:244 +#: src/view/screens/AppPasswords.tsx:239 msgid "Delete app password" msgstr "アプリパスワードを削除" -#: src/view/screens/AppPasswords.tsx:280 +#: src/view/screens/AppPasswords.tsx:275 msgid "Delete app password?" msgstr "アプリパスワードを削除しますか?" @@ -1697,7 +1702,7 @@ msgstr "このリストを削除しますか?" msgid "Delete this post?" msgstr "この投稿を削除しますか?" -#: src/view/com/util/post-embeds/QuoteEmbed.tsx:85 +#: src/view/com/util/post-embeds/QuoteEmbed.tsx:90 msgid "Deleted" msgstr "削除されています" @@ -1733,7 +1738,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 "なにか言いたいことはあった?" @@ -1758,7 +1763,7 @@ msgstr "メールでの2要素認証を無効化" 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 "サブタイトル(字幕)を無効にする" @@ -1771,11 +1776,11 @@ msgstr "サブタイトル(字幕)を無効にする" msgid "Disabled" msgstr "無効" -#: src/view/com/composer/Composer.tsx:774 +#: src/view/com/composer/Composer.tsx:839 msgid "Discard" msgstr "破棄" -#: src/view/com/composer/Composer.tsx:771 +#: src/view/com/composer/Composer.tsx:836 msgid "Discard draft?" msgstr "下書きを削除しますか?" @@ -1798,10 +1803,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 "エラーを消す" @@ -1833,7 +1838,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 "ハイフンで始まったり終ったりしない" @@ -1853,6 +1858,8 @@ msgstr "ドメインを確認しました!" #: src/screens/Onboarding/StepProfile/index.tsx:325 #: src/view/com/auth/server-input/index.tsx:169 #: src/view/com/auth/server-input/index.tsx:170 +#: src/view/com/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 @@ -1875,7 +1882,7 @@ msgstr "完了" msgid "Done{extraText}" msgstr "完了{extraText}" -#: src/screens/StarterPack/StarterPackLandingScreen.tsx:324 +#: src/screens/StarterPack/StarterPackLandingScreen.tsx:326 msgid "Download Bluesky" msgstr "Blueskyをダウンロード" @@ -1884,7 +1891,7 @@ msgstr "Blueskyをダウンロード" msgid "Download CAR file" msgstr "CARファイルをダウンロード" -#: 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 "ドロップして画像を追加する" @@ -1993,12 +2000,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 "プロフィールを編集" #: 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 "プロフィールを編集" @@ -2044,6 +2051,10 @@ msgstr "メールでの2要素認証を無効にしました" msgid "Email address" msgstr "メールアドレス" +#: 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" @@ -2057,6 +2068,10 @@ msgstr "メールアドレスは更新されました" msgid "Email verified" msgstr "メールアドレスは認証されました" +#: src/components/intents/VerifyEmailIntentDialog.tsx:71 +msgid "Email Verified" +msgstr "" + #: src/view/screens/Settings/index.tsx:319 msgid "Email:" msgstr "メールアドレス:" @@ -2097,7 +2112,7 @@ msgstr "有効にするメディアプレイヤー" 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 "サブタイトル(字幕)を有効にする" @@ -2111,7 +2126,7 @@ msgstr "このソースのみ有効にする" msgid "Enabled" msgstr "有効" -#: src/screens/Profile/Sections/Feed.tsx:105 +#: src/screens/Profile/Sections/Feed.tsx:112 msgid "End of feed" msgstr "フィードの終わり" @@ -2173,11 +2188,11 @@ msgstr "ユーザー名とパスワードを入力してください" 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 "Captchaレスポンスの受信中にエラーが発生しました。" -#: src/screens/Onboarding/StepInterests/index.tsx:217 +#: src/screens/Onboarding/StepInterests/index.tsx:197 #: src/view/screens/Search/Search.tsx:116 msgid "Error:" msgstr "エラー:" @@ -2201,11 +2216,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 "多すぎる、または不要なメッセージ" @@ -2217,7 +2232,7 @@ msgstr "フォローしているユーザーは除外" msgid "Excludes users you follow" msgstr "フォローしているユーザーは除外" -#: src/view/com/util/post-embeds/VideoEmbedInner/VideoWebControls.tsx:325 +#: src/view/com/util/post-embeds/VideoEmbedInner/VideoWebControls.tsx:353 msgid "Exit fullscreen" msgstr "全画面表示を終了" @@ -2245,7 +2260,7 @@ msgstr "検索クエリの入力を終了" msgid "Expand alt text" msgstr "ALTテキストを展開" -#: src/view/com/notifications/FeedItem.tsx:270 +#: src/view/com/notifications/FeedItem.tsx:266 msgid "Expand list of users" msgstr "ユーザーリストを展開" @@ -2360,11 +2375,11 @@ msgstr "画像の保存に失敗しました:{0}" 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 "送信に失敗" -#: 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 "異議申し立ての送信に失敗しました。再度試してください。" @@ -2382,10 +2397,10 @@ msgstr "フィードの更新に失敗しました" msgid "Failed to update settings" msgstr "設定の更新に失敗しました" -#: src/state/queries/video/video-upload.ts:75 -#: src/state/queries/video/video-upload.web.ts:71 -#: src/state/queries/video/video-upload.web.ts:75 -#: src/state/queries/video/video-upload.web.ts:85 +#: 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 "ビデオのアップロードに失敗しました" @@ -2413,7 +2428,7 @@ msgstr "フィードバック" #: 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" @@ -2439,7 +2454,7 @@ msgstr "ファイルの保存に成功しました!" msgid "Filter from feeds" msgstr "フィードからのフィルター" -#: src/screens/Onboarding/StepFinished.tsx:300 +#: src/screens/Onboarding/StepFinished.tsx:296 msgid "Finalizing" msgstr "最後に" @@ -2469,7 +2484,7 @@ msgstr "完了" msgid "Fitness" msgstr "フィットネス" -#: src/screens/Onboarding/StepFinished.tsx:280 +#: src/screens/Onboarding/StepFinished.tsx:276 msgid "Flexible" msgstr "柔軟です" @@ -2486,8 +2501,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 "フォロー" @@ -2496,8 +2511,8 @@ msgctxt "action" msgid "Follow" msgstr "フォロー" -#: 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 "{0}をフォロー" @@ -2519,7 +2534,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 "フォローバック" @@ -2547,16 +2562,16 @@ msgstr "<0>{0}、<1>{1}および{2, plural, other {他#人}}がフォロ msgid "Followed users" msgstr "自分がフォローしているユーザー" -#: src/view/com/notifications/FeedItem.tsx:211 +#: src/view/com/notifications/FeedItem.tsx:207 msgid "followed you" msgstr "があなたをフォローしました" -#: 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 "フォロワー" @@ -2573,17 +2588,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 "フォロー中" #: src/components/ProfileCard.tsx:311 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:98 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:94 msgid "Following {0}" msgstr "{0}をフォローしています" @@ -2643,16 +2658,16 @@ msgstr "忘れた?" msgid "Frequently Posts Unwanted Content" msgstr "望ましくないコンテンツを頻繁に投稿" -#: src/screens/Hashtag.tsx:118 +#: src/screens/Hashtag.tsx:116 msgid "From @{sanitizedAuthor}" msgstr "@{sanitizedAuthor}による" -#: src/view/com/posts/FeedItem.tsx:273 +#: src/view/com/posts/FeedItem.tsx:271 msgctxt "from-feed" msgid "From <0/>" msgstr "<0/>から" -#: src/view/com/util/post-embeds/VideoEmbedInner/VideoWebControls.tsx:326 +#: src/view/com/util/post-embeds/VideoEmbedInner/VideoWebControls.tsx:354 msgid "Fullscreen" msgstr "全画面表示" @@ -2681,7 +2696,7 @@ msgstr "開始" msgid "Getting started" msgstr "入門" -#: src/view/com/util/images/ImageHorzList.tsx:35 +#: src/components/MediaPreview.tsx:119 msgid "GIF" msgstr "GIF" @@ -2700,7 +2715,7 @@ msgstr "法律または利用規約への明らかな違反" #: 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 "戻る" @@ -2813,7 +2828,7 @@ msgstr "非表示のリスト" msgid "Hide" msgstr "非表示" -#: src/view/com/notifications/FeedItem.tsx:477 +#: src/view/com/notifications/FeedItem.tsx:473 msgctxt "action" msgid "Hide" msgstr "非表示" @@ -2847,7 +2862,7 @@ msgstr "この投稿を非表示にしますか?" msgid "Hide this reply?" msgstr "この返信を非表示にしますか?" -#: src/view/com/notifications/FeedItem.tsx:468 +#: src/view/com/notifications/FeedItem.tsx:464 msgid "Hide user list" msgstr "ユーザーリストを非表示" @@ -2879,10 +2894,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" @@ -2954,7 +2973,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 "画像" @@ -2974,7 +2993,7 @@ msgstr "なりすまし、または身元もしくは所属に関する虚偽の msgid "Impersonation, misinformation, or false claims" msgstr "なりすまし、偽情報、あるいは虚偽の主張" -#: src/lib/moderation/useReportOptions.ts:86 +#: src/lib/moderation/useReportOptions.ts:91 msgid "Inappropriate messages or explicit links" msgstr "不適切なメッセージ、または露骨なコンテンツへのリンク" @@ -3014,7 +3033,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 "あなたのユーザーハンドルを入力" @@ -3039,6 +3058,10 @@ msgstr "無効またはサポートされていない投稿のレコード" msgid "Invalid username or password" msgstr "無効なユーザー名またはパスワード" +#: src/components/intents/VerifyEmailIntentDialog.tsx:82 +msgid "Invalid Verification Code" +msgstr "" + #: src/view/com/modals/InviteCodes.tsx:94 msgid "Invite a Friend" msgstr "友達を招待" @@ -3047,7 +3070,7 @@ msgstr "友達を招待" msgid "Invite code" msgstr "招待コード" -#: 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 "招待コードが確認できません。正しく入力されていることを確認し、もう一度実行してください。" @@ -3115,11 +3138,11 @@ msgstr "ラベル" msgid "Labels are annotations on users and content. They can be used to hide, warn, and categorize the network." msgstr "ラベルは、ユーザーやコンテンツに対する注釈です。ラベルはネットワークを隠したり、警告したり、分類したりするのに使われます。" -#: src/components/moderation/LabelsOnMeDialog.tsx: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 "あなたのコンテンツのラベル" @@ -3140,7 +3163,7 @@ msgstr "言語の設定" msgid "Languages" msgstr "言語" -#: src/screens/Hashtag.tsx:99 +#: src/screens/Hashtag.tsx:97 #: src/view/screens/Search/Search.tsx:359 msgid "Latest" msgstr "最新" @@ -3210,8 +3233,7 @@ msgstr "選ばせて" msgid "Let's get your password reset!" msgstr "パスワードをリセットしましょう!" -#: src/screens/Onboarding/StepFinished.tsx:300 -#: src/tours/Tooltip.tsx:151 +#: src/screens/Onboarding/StepFinished.tsx:296 msgid "Let's go!" msgstr "さあ始めましょう!" @@ -3240,18 +3262,18 @@ msgstr "このフィードをいいね" msgid "Liked by" msgstr "いいねしたユーザー" -#: 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 "いいねしたユーザー" -#: 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 "があなたの投稿をいいねしました" @@ -3311,7 +3333,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" @@ -3337,7 +3359,7 @@ msgstr "おすすめのフォローをさらに読み込む" msgid "Load new notifications" msgstr "最新の通知を読み込む" -#: 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 @@ -3440,12 +3462,12 @@ msgstr "メッセージは削除されました" msgid "Message from server: {0}" msgstr "サーバーからのメッセージ:{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 "メッセージが長すぎます" @@ -3453,7 +3475,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 @@ -3534,7 +3556,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 "さらに" @@ -3559,8 +3581,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 "ミュート" @@ -3632,7 +3653,7 @@ msgstr "スレッドをミュート" 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 "ミュートされています" @@ -3670,7 +3691,7 @@ msgstr "生年月日" msgid "My Feeds" msgstr "マイフィード" -#: src/view/shell/desktop/LeftNav.tsx:85 +#: src/view/shell/desktop/LeftNav.tsx:84 msgid "My Profile" msgstr "マイプロフィール" @@ -3692,9 +3713,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 "名前または説明がコミュニティ基準に違反" @@ -3725,7 +3746,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 "フォロワーやデータへのアクセスを失うことはありません。" @@ -3775,11 +3796,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 "新しい投稿" -#: src/view/shell/desktop/LeftNav.tsx:284 +#: src/view/shell/desktop/LeftNav.tsx:283 msgctxt "action" msgid "New Post" msgstr "新しい投稿" @@ -3812,7 +3833,6 @@ msgstr "ニュース" #: 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" @@ -3850,11 +3870,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 "{0}のフォローを解除しました" -#: src/screens/Signup/StepHandle.tsx:167 +#: src/screens/Signup/StepHandle.tsx:169 msgid "No longer than 253 characters" msgstr "253文字まで" @@ -3881,7 +3901,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 "まだ投稿がありません。" @@ -3948,7 +3968,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 "共有についての注意事項" @@ -3981,22 +4001,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 "通知" -#: 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 "今" @@ -4004,7 +4024,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 "ヌードあるいは成人向けコンテンツと表示されていないもの" @@ -4018,7 +4038,7 @@ msgstr "オフ" msgid "Oh no!" msgstr "ちょっと!" -#: src/screens/Onboarding/StepInterests/index.tsx:153 +#: src/screens/Onboarding/StepInterests/index.tsx:138 msgid "Oh no! Something went wrong." msgstr "ちょっと!何らかの問題が発生したようです。" @@ -4042,7 +4062,7 @@ msgstr "<0><1/><2><3/>" msgid "Onboarding reset" 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 "1つもしくは複数の画像にALTテキストがありません。" @@ -4054,7 +4074,7 @@ msgstr ".jpgと.pngファイルのみに対応しています" msgid "Only {0} can reply." msgstr "{0}のみ返信可能。" -#: src/screens/Signup/StepHandle.tsx:150 +#: src/screens/Signup/StepHandle.tsx:152 msgid "Only contains letters, numbers, and hyphens" msgstr "英数字とハイフンのみ" @@ -4069,13 +4089,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 "開かれています" @@ -4092,8 +4112,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 "絵文字を入力" @@ -4261,12 +4282,12 @@ msgstr "システムログのページを開く" msgid "Opens the threads preferences" msgstr "スレッドの設定を開く" -#: 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 "ビデオの選択画面を開く" @@ -4344,11 +4365,11 @@ msgid "Password updated!" 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: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 "ビデオを一時停止" @@ -4408,7 +4429,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 "再生" @@ -4420,8 +4441,8 @@ msgstr "{0}を再生" msgid "Play or pause the GIF" msgstr "GIFの再生や一時停止" -#: 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 "ビデオを再生" @@ -4434,16 +4455,16 @@ msgstr "ビデオを再生" msgid "Plays the GIF" msgstr "GIFを再生" -#: src/screens/Signup/state.ts:222 +#: src/screens/Signup/state.ts:217 msgid "Please choose your handle." msgstr "ハンドルをお選びください。" -#: 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 "パスワードを選択してください。" -#: src/screens/Signup/state.ts:236 +#: src/screens/Signup/state.ts:231 msgid "Please complete the verification captcha." msgstr "Captcha認証を完了してください。" @@ -4463,7 +4484,7 @@ msgstr "このアプリパスワードに固有の名前を入力するか、ラ 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 "メールアドレスを入力してください。" @@ -4476,7 +4497,7 @@ msgstr "招待コードを入力してください。" msgid "Please enter your password as well:" msgstr "パスワードも入力してください:" -#: 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 "{0}によって適用されたこのラベルが誤りであると思われる理由を説明してください" @@ -4493,7 +4514,7 @@ msgstr "@{0}としてサインインしてください" 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 "リンクカードが読み込まれるまでお待ちください" @@ -4506,13 +4527,13 @@ msgstr "政治" msgid "Porn" msgstr "ポルノ" -#: 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 "投稿" -#: src/view/com/post-thread/PostThread.tsx:480 +#: src/view/com/post-thread/PostThread.tsx:481 msgctxt "description" msgid "Post" msgstr "投稿" @@ -4644,13 +4665,13 @@ msgstr "他のユーザーとプライベートにチャットします。" msgid "Processing..." msgstr "処理中…" -#: 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 @@ -4665,7 +4686,7 @@ msgstr "プロフィールを更新しました" msgid "Protect your account by verifying your email." msgstr "メールアドレスを確認してアカウントを保護します。" -#: src/screens/Onboarding/StepFinished.tsx:250 +#: src/screens/Onboarding/StepFinished.tsx:246 msgid "Public" msgstr "公開されています" @@ -4677,11 +4698,11 @@ msgstr "ユーザーを一括でミュートまたはブロックする、公開 msgid "Public, shareable lists which can drive feeds." msgstr "フィードとして利用できる、公開された共有可能なリスト。" -#: 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 "返信を公開" @@ -4697,8 +4718,8 @@ msgstr "QRコードをダウンロードしました!" msgid "QR code saved to your camera roll!" msgstr "QRコードをカメラロールに保存しました!" -#: 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" @@ -4713,8 +4734,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" @@ -4728,8 +4749,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 "引用" @@ -4819,7 +4840,7 @@ msgstr "アバターを削除" msgid "Remove Banner" msgstr "バナーを削除" -#: src/screens/Messages/Conversation/MessageInputEmbed.tsx:218 +#: src/screens/Messages/Conversation/MessageInputEmbed.tsx:207 msgid "Remove embed" msgstr "埋め込みを削除" @@ -4870,16 +4891,16 @@ 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:248 +#: src/view/com/composer/videos/SubtitleDialog.tsx:260 msgid "Remove subtitle file" msgstr "字幕ファイルを削除" @@ -4887,11 +4908,11 @@ msgstr "字幕ファイルを削除" 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 "あなたが削除しました" @@ -4915,7 +4936,7 @@ msgstr "保存フィードから削除しました" msgid "Removed from your feeds" msgstr "あなたのフィードから削除しました" -#: src/view/com/util/post-embeds/QuoteEmbed.tsx:256 +#: src/view/com/util/post-embeds/QuoteEmbed.tsx:270 msgid "Removes quoted post" msgstr "引用を削除する" @@ -4940,7 +4961,7 @@ msgstr "返信できません" msgid "Replies to this post are disabled." msgstr "この投稿への返信は無効化されています。" -#: src/view/com/composer/Composer.tsx:562 +#: src/view/com/composer/Composer.tsx:640 msgctxt "action" msgid "Reply" msgstr "返信" @@ -4964,23 +4985,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/>" msgstr "<0><1/>に返信" -#: 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 "あなたへの返信" @@ -5067,9 +5088,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 "リポスト" @@ -5080,31 +5101,31 @@ msgid "Repost" msgstr "リポスト" #: 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 "リポストまたは引用" -#: 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 "リポストしたユーザー" -#: src/view/com/posts/FeedItem.tsx:294 +#: src/view/com/posts/FeedItem.tsx:292 msgid "Reposted by {0}" msgstr "{0}にリポストされた" -#: src/view/com/posts/FeedItem.tsx:313 +#: src/view/com/posts/FeedItem.tsx:311 msgid "Reposted by <0><1/>" msgstr "<0><1/>がリポスト" -#: 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 "があなたの投稿をリポストしました" @@ -5139,6 +5160,14 @@ msgstr "このプロバイダーに必要" msgid "Resend email" msgstr "メールを再送" +#: 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 "リセットコード" @@ -5178,15 +5207,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 @@ -5290,8 +5319,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 "よろしく!" @@ -5305,15 +5334,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" @@ -5386,7 +5415,7 @@ msgstr "Blueskyの求人を見る" msgid "See this guide" msgstr "ガイドを見る" -#: src/view/com/util/post-embeds/VideoEmbedInner/VideoWebControls.tsx:572 +#: src/view/com/util/post-embeds/VideoEmbedInner/VideoWebControls.tsx:587 msgid "Seek slider" msgstr "シークバー" @@ -5426,7 +5455,7 @@ msgstr "GIF「{0}」を選ぶ" msgid "Select how long to mute this word for." msgstr "このワードをどのくらいの間ミュートするのかを選択。" -#: src/view/com/composer/videos/SubtitleDialog.tsx:233 +#: src/view/com/composer/videos/SubtitleDialog.tsx:245 msgid "Select language..." msgstr "言語を選択…" @@ -5458,7 +5487,7 @@ msgstr "報告先のモデレーションサービスを選んでください" msgid "Select the service that hosts your data." msgstr "データをホストするサービスを選択します。" -#: src/view/com/composer/videos/SelectVideoBtn.tsx:53 +#: src/view/com/composer/videos/SelectVideoBtn.tsx:80 msgid "Select video" msgstr "ビデオを選択" @@ -5478,7 +5507,7 @@ msgstr "アプリに表示されるデフォルトのテキストの言語を選 msgid "Select your date of birth" msgstr "生年月日を選択" -#: src/screens/Onboarding/StepInterests/index.tsx:226 +#: src/screens/Onboarding/StepInterests/index.tsx:206 msgid "Select your interests from the options below" msgstr "次のオプションから興味のあるものを選択してください" @@ -5508,8 +5537,8 @@ msgstr "メールを送信" msgid "Send feedback" msgstr "フィードバックを送信" -#: 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 "メッセージを送信" @@ -5600,7 +5629,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" @@ -5621,7 +5650,7 @@ msgstr "性的にきわどい" #: 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 "共有" @@ -5641,7 +5670,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 "とにかく共有" @@ -5697,7 +5726,7 @@ msgstr "リンクしたウェブサイトを共有" msgid "Show" msgstr "表示" -#: src/view/com/util/post-embeds/GifEmbed.tsx:175 +#: src/view/com/util/post-embeds/GifEmbed.tsx:157 msgid "Show alt text" msgstr "ALTテキストを表示" @@ -5717,8 +5746,8 @@ msgid "Show badge and filter from feeds" msgstr "バッジの表示とフィードからのフィルタリング" #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:215 -msgid "Show follows similar to {0}" -msgstr "{0}に似たおすすめのフォロー候補を表示" +#~ msgid "Show follows similar to {0}" +#~ msgstr "{0}に似たおすすめのフォロー候補を表示" #: src/view/com/post-thread/PostThreadShowHiddenReplies.tsx:23 msgid "Show hidden replies" @@ -5733,9 +5762,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 "さらに表示" @@ -5786,7 +5815,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 "マイフィード内の{0}からの投稿を表示します" @@ -5799,12 +5828,12 @@ msgstr "マイフィード内の{0}からの投稿を表示します" #: 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 @@ -5836,12 +5865,12 @@ msgstr "サインアウト" 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 @@ -5866,25 +5895,25 @@ msgstr "サインイン済み" msgid "Signed in as @{0}" msgstr "@{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 "スキップ" -#: src/screens/Onboarding/StepInterests/index.tsx:262 +#: src/screens/Onboarding/StepInterests/index.tsx:242 msgid "Skip this flow" msgstr "この手順をスキップする" @@ -5893,7 +5922,7 @@ msgstr "この手順をスキップする" msgid "Software Dev" msgstr "ソフトウェア開発" -#: src/components/FeedInterstitials.tsx:397 +#: src/components/FeedInterstitials.tsx:443 msgid "Some other feeds you might like" msgstr "お好みかもしれない他のフィード" @@ -5934,12 +5963,12 @@ msgstr "返信を並び替える" msgid "Sort replies to the same post by:" msgstr "次の方法で同じ投稿への返信を並び替えます。" -#: src/components/moderation/LabelsOnMeDialog.tsx:171 +#: src/components/moderation/LabelsOnMeDialog.tsx:163 msgid "Source: <0>{sourceName}" msgstr "ソース:<0>{sourceName}" -#: 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 "スパム" @@ -5968,7 +5997,6 @@ msgstr "{displayName}とのチャットを開始" msgid "Start chatting" msgstr "チャットを開始" -#: src/lib/generate-starterpack.ts:68 #: src/Navigation.tsx:358 #: src/Navigation.tsx:363 #: src/screens/StarterPack/Wizard/index.tsx:182 @@ -6008,8 +6036,8 @@ msgstr "ストレージがクリアされたため、今すぐアプリを再起 msgid "Storybook" msgstr "ストーリーブック" -#: 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" @@ -6039,7 +6067,7 @@ msgstr "このリストに登録" msgid "Suggested accounts" msgstr "おすすめのアカウント" -#: src/components/FeedInterstitials.tsx:262 +#: src/components/FeedInterstitials.tsx:308 msgid "Suggested for you" msgstr "あなたへのおすすめ" @@ -6091,16 +6119,16 @@ msgstr "トール" 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:185 -#: src/view/com/util/images/AutoSizedImage.tsx:205 +#: src/view/com/util/images/AutoSizedImage.tsx:190 +#: src/view/com/util/images/AutoSizedImage.tsx:210 msgid "Tap to view full image" msgstr "タップして画像全体を表示" @@ -6138,9 +6166,9 @@ msgid "Terms of Service" msgstr "利用規約" #: 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 "使用されている用語がコミュニティ基準に違反している" @@ -6148,7 +6176,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 "テキストの入力フィールド" @@ -6158,6 +6186,10 @@ msgstr "テキストの入力フィールド" 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 "その内容は以下の通りです:" @@ -6175,11 +6207,11 @@ msgstr "そのハンドルはすでに使用されています。" 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 "このアカウントは、ブロック解除後にあなたとやり取りすることができます。" @@ -6210,7 +6242,7 @@ msgstr "Discoverフィード" msgid "The Discover feed now knows what you like" msgstr "Discoverフィードはあなたの好みを学習しました" -#: 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 "アプリのほうがより良い体験をすることができます。今すぐBlueskyをダウンロードして、中断したところから再開しましょう。" @@ -6218,11 +6250,11 @@ msgstr "アプリのほうがより良い体験をすることができます。 msgid "The feed has been replaced with Discover." msgstr "フィードはDiscoverと置き換えられました。" -#: 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 "以下のラベルがあなたのコンテンツに適用されました。" @@ -6239,7 +6271,7 @@ msgstr "投稿が削除された可能性があります。" msgid "The Privacy Policy has been moved to <0/>" msgstr "プライバシーポリシーは<0/>に移動しました" -#: src/state/queries/video/video.ts:129 +#: src/state/queries/video/video.ts:222 msgid "The selected video is larger than 100MB." msgstr "選択したビデオのサイズが100MBを超えています。" @@ -6255,6 +6287,10 @@ msgstr "サポートフォームは移動しました。サポートが必要な msgid "The Terms of Service have been moved to" msgstr "サービス規約は移動しました" +#: 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/Settings/components/DeactivateAccountDialog.tsx:86 msgid "There is no time limit for account deactivation, come back any time." msgstr "アカウントの無効化に期限はありません。いつでも戻ってこられます。" @@ -6297,7 +6333,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 "投稿の取得中に問題が発生しました。もう一度試すにはこちらをタップしてください。" @@ -6315,15 +6351,15 @@ msgstr "リストの取得中に問題が発生しました。もう一度試す msgid "There was an issue sending your report. Please check your internet connection." 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 @@ -6366,7 +6402,7 @@ msgstr "このアカウントを閲覧するためにはサインインが必要 msgid "This account is blocked by one or more of your moderation lists. To unblock, please visit the lists directly and remove this user." msgstr "このアカウントは1つ、あるいは複数のモデレーションリストでブロックされています。ブロックを解除するにはリストの画面に移動してこのユーザーをリストから外してください。" -#: src/components/moderation/LabelsOnMeDialog.tsx:250 +#: src/components/moderation/LabelsOnMeDialog.tsx:241 msgid "This appeal will be sent to <0>{sourceName}." msgstr "この申し立ては<0>{sourceName}に送られます。" @@ -6441,7 +6477,7 @@ msgstr "<0>{0}によって適用されたラベルです。" msgid "This label was applied by the author." msgstr "投稿者によって適用されたラベルです。" -#: src/components/moderation/LabelsOnMeDialog.tsx:169 +#: src/components/moderation/LabelsOnMeDialog.tsx:161 msgid "This label was applied by you." msgstr "あなたによって適用されたラベルです。" @@ -6474,7 +6510,7 @@ msgid "This post has been deleted." msgstr "この投稿は削除されました。" #: 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 "この投稿はログインしているユーザーにのみ表示されます。ログインしていない方には見えません。" @@ -6502,7 +6538,7 @@ msgstr "このサービスには、利用規約もプライバシーポリシー msgid "This should create a domain record at:" msgstr "右記にドメインレコードを作成されるはずです:" -#: src/view/com/profile/ProfileFollowers.tsx:87 +#: src/view/com/profile/ProfileFollowers.tsx:96 msgid "This user doesn't have any followers." msgstr "このユーザーにはフォロワーがいません。" @@ -6531,7 +6567,7 @@ msgstr "このユーザーはミュートした<0>{0}リストに含まれ 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 "このユーザーは誰もフォローしていません。" @@ -6588,7 +6624,7 @@ msgstr "ドロップダウンを切り替え" 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 "トップ" @@ -6599,8 +6635,8 @@ msgstr "変換" #: 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" @@ -6619,7 +6655,7 @@ msgstr "テレビ" msgid "Two-factor authentication" msgstr "2要素認証" -#: src/screens/Messages/Conversation/MessageInput.tsx:139 +#: src/screens/Messages/Conversation/MessageInput.tsx:141 msgid "Type your message here" msgstr "ここにメッセージを入力する" @@ -6652,14 +6688,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 "ブロックを解除" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:197 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:193 msgctxt "action" msgid "Unblock" msgstr "ブロックを解除" @@ -6674,12 +6710,12 @@ msgstr "アカウントのブロックを解除" msgid "Unblock Account" msgstr "アカウントのブロックを解除" -#: 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 "アカウントのブロックを解除しますか?" -#: 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" @@ -6690,7 +6726,7 @@ msgctxt "action" msgid "Unfollow" msgstr "フォローを解除" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:237 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:208 msgid "Unfollow {0}" msgstr "{0}のフォローを解除" @@ -6704,8 +6740,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 "ミュートを解除" @@ -6732,11 +6767,11 @@ msgstr "会話のミュートを解除" msgid "Unmute thread" msgstr "スレッドのミュートを解除" -#: 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 "ミュート解除中" @@ -6774,12 +6809,12 @@ msgstr "このラベラーの登録を解除" msgid "Unsubscribed from list" msgstr "リストの登録を解除しました" -#: src/state/queries/video/video.ts:195 +#: src/state/queries/video/video.ts:240 msgid "Unsupported video type: {mimeType}" msgstr "サポートしていないビデオ形式:{mimeType}" -#: 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 "望まない性的なコンテンツ" @@ -6834,7 +6869,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 "他のBlueskyクライアントにアカウントやパスワードに完全にアクセスする権限を与えずに、アプリパスワードを使ってログインします。" @@ -6965,6 +7000,10 @@ msgstr "DNSレコードを確認" msgid "Verify email" msgstr "メールアドレスを確認" +#: src/components/intents/VerifyEmailIntentDialog.tsx:61 +msgid "Verify email dialog" +msgstr "" + #: src/view/screens/Settings/index.tsx:961 msgid "Verify my email" msgstr "メールアドレスを確認" @@ -6994,11 +7033,12 @@ msgstr "メールアドレスを確認" msgid "Version {appVersion} {bundleInfo}" msgstr "バージョン {appVersion} {bundleInfo}" -#: 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:129 +#: src/state/queries/video/video.ts:138 msgid "Video failed to process" msgstr "ビデオの処理に失敗" @@ -7011,11 +7051,11 @@ msgstr "ビデオゲーム" msgid "Video not found." msgstr "ビデオが見つかりません。" -#: src/view/com/composer/videos/SubtitleDialog.tsx:92 +#: src/view/com/composer/videos/SubtitleDialog.tsx:99 msgid "Video settings" msgstr "ビデオの設定" -#: src/view/com/util/post-embeds/VideoEmbedInner/VideoEmbedInnerNative.tsx:86 +#: src/view/com/util/post-embeds/VideoEmbedInner/VideoEmbedInnerNative.tsx:77 msgid "Video: {0}" msgstr "ビデオ:{0}" @@ -7024,7 +7064,7 @@ msgid "View {0}'s avatar" msgstr "{0}のアバターを表示" #: 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 "{0}のプロフィールを表示" @@ -7056,7 +7096,7 @@ msgstr "著作権侵害の報告の詳細を見る" msgid "View full thread" msgstr "スレッドをすべて表示" -#: src/components/moderation/LabelsOnMe.tsx:48 +#: src/components/moderation/LabelsOnMe.tsx:47 msgid "View information about these labels" msgstr "これらのラベルに関する情報を見る" @@ -7116,7 +7156,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 "そのハッシュタグの検索結果は見つかりませんでした。" @@ -7128,7 +7168,11 @@ msgstr "この会話を読み込めませんでした" msgid "We estimate {estimatedTime} until your account is ready." msgstr "あなたのアカウントが準備できるまで{estimatedTime}ほどかかります。" -#: src/screens/Onboarding/StepFinished.tsx:242 +#: src/components/intents/VerifyEmailIntentDialog.tsx:98 +msgid "We have sent another verification email to <0>{0}." +msgstr "" + +#: src/screens/Onboarding/StepFinished.tsx:238 msgid "We hope you have a wonderful time. Remember, Bluesky is:" msgstr "素敵なひとときをお過ごしください。覚えておいてください、Blueskyは:" @@ -7136,6 +7180,10 @@ msgstr "素敵なひとときをお過ごしください。覚えておいてく msgid "We ran out of posts from your follows. Here's the latest from <0/>." msgstr "あなたのフォロー中のユーザーの投稿を読み終わりました。フィード<0/>内の最新の投稿を表示します。" +#: 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 "生年月日の設定を読み込むことはできませんでした。もう一度お試しください。" @@ -7144,7 +7192,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 "接続できませんでした。アカウントの設定を続けるためにもう一度お試しください。繰り返し失敗する場合は、この手順をスキップすることもできます。" @@ -7152,7 +7200,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 "これはあなたの体験をカスタマイズするために使用されます。" @@ -7176,7 +7224,7 @@ msgstr "大変申し訳ありませんが、現在ミュートされたワード msgid "We're sorry, but your search could not be completed. Please try again in a few minutes." msgstr "大変申し訳ありませんが、検索を完了できませんでした。数分後に再試行してください。" -#: src/view/com/composer/Composer.tsx:380 +#: src/view/com/composer/Composer.tsx:417 msgid "We're sorry! The post you are replying to has been deleted." msgstr "大変申し訳ありません!返信しようとしている投稿は削除されました。" @@ -7197,7 +7245,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 "なにに興味がありますか?" @@ -7207,7 +7255,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 "最近どう?" @@ -7269,16 +7317,16 @@ msgstr "なぜこのユーザーをレビューする必要がありますか? msgid "Wide" msgstr "ワイド" -#: 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 "メッセージを書く" -#: src/view/com/composer/Composer.tsx:660 +#: src/view/com/composer/Composer.tsx:708 msgid "Write post" msgstr "投稿を書く" -#: 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 "返信を書く" @@ -7319,7 +7367,7 @@ msgstr "はい、非表示にします" msgid "Yes, reactivate my account" msgstr "はい、アカウントを再有効化します" -#: src/components/dms/MessageItem.tsx:182 +#: src/components/dms/MessageItem.tsx:183 msgid "Yesterday, {time}" msgstr "昨日、{time}" @@ -7336,7 +7384,11 @@ msgstr "あなた" msgid "You are in line." msgstr "あなたは並んでいます。" -#: 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 "あなたはまだだれもフォローしていません。" @@ -7366,7 +7418,7 @@ msgstr "新しいパスワードでサインインできるようになりまし 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 "あなたはまだだれもフォロワーがいません。" @@ -7441,7 +7493,7 @@ msgstr "リストがありません。" 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 "アプリパスワードはまだ作成されていません。下のボタンを押すと作成できます。" @@ -7453,6 +7505,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 "スターターパックをまだ作成していません!" @@ -7466,11 +7522,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 "これらのラベルが誤って適用されたと思った場合は、異議申し立てを行うことができます。" @@ -7538,15 +7594,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 "これらのユーザーや他{0}をフォローします" -#: 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 "これらのフィードの更新を受け取ります" @@ -7561,7 +7617,7 @@ msgstr "あなたは並んでいます。" 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 "準備ができました!" @@ -7574,6 +7630,14 @@ msgstr "この投稿でワードまたはタグを隠すことを選択しまし msgid "You've reached the end of your feed! Find some more accounts to follow." msgstr "フィードはここまでです!もっとフォローするアカウントを見つけましょう。" +#: 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 "あなたのアカウント" @@ -7590,7 +7654,7 @@ msgstr "あなたのアカウントの公開データの全記録を含むリポ msgid "Your birth date" msgstr "生年月日" -#: 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 "利用中のブラウザがこのビデオ形式をサポートしていません。他のブラウザをお試しください。" @@ -7603,7 +7667,7 @@ msgid "Your choice will be saved, but can be changed later in settings." msgstr "ここで選択した内容は保存されますが、あとから設定で変更できます。" #: 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." @@ -7625,7 +7689,7 @@ msgstr "最初のいいね!" msgid "Your following feed is empty! Follow more users to see what's happening." msgstr "Followingフィードは空です!もっと多くのユーザーをフォローして、近況を確認しましょう。" -#: src/screens/Signup/StepHandle.tsx:123 +#: src/screens/Signup/StepHandle.tsx:125 msgid "Your full handle will be" msgstr "フルハンドルは" @@ -7641,11 +7705,11 @@ msgstr "ミュートしたワード" msgid "Your password has been changed successfully!" msgstr "パスワードの変更が完了しました!" -#: src/view/com/composer/Composer.tsx:426 +#: src/view/com/composer/Composer.tsx:463 msgid "Your post has been published" msgstr "投稿を公開しました" -#: src/screens/Onboarding/StepFinished.tsx:254 +#: src/screens/Onboarding/StepFinished.tsx:250 msgid "Your posts, likes, and blocks are public. Mutes are private." msgstr "投稿、いいね、ブロックは公開されます。ミュートは非公開です。" @@ -7657,7 +7721,7 @@ msgstr "あなたのプロフィール" msgid "Your profile, posts, feeds, and lists will no longer be visible to other Bluesky users. You can reactivate your account at any time by logging in." msgstr "あなたのプロフィール、投稿、フィード、そしてリストは他のBlueskyユーザーに見えなくなります。ログインすることでいつでもアカウントを再有効化できます。" -#: src/view/com/composer/Composer.tsx:425 +#: src/view/com/composer/Composer.tsx:462 msgid "Your reply has been published" msgstr "返信を公開しました" diff --git a/src/locale/locales/ko/messages.po b/src/locale/locales/ko/messages.po index 30d908b0..89ecf5da 100644 --- a/src/locale/locales/ko/messages.po +++ b/src/locale/locales/ko/messages.po @@ -320,7 +320,7 @@ msgstr "계정 옵션" msgid "Account removed from quick access" msgstr "빠른 액세스에서 계정 제거" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:141 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:135 #: src/view/com/profile/ProfileMenu.tsx:133 msgid "Account unblocked" msgstr "계정 차단 해제됨" @@ -372,7 +372,7 @@ msgstr "계정 추가" msgid "Add alt text" msgstr "대체 텍스트 추가" -#: src/view/com/composer/videos/SubtitleDialog.tsx:103 +#: src/view/com/composer/videos/SubtitleDialog.tsx:107 msgid "Add alt text (optional)" msgstr "대체 텍스트 추가 (선택 사항)" @@ -494,8 +494,8 @@ msgstr "ALT" #: src/view/com/composer/GifAltText.tsx:144 #: src/view/com/composer/videos/SubtitleDialog.tsx:54 -#: src/view/com/composer/videos/SubtitleDialog.tsx:98 #: 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" @@ -526,7 +526,7 @@ msgstr "오류 발생" msgid "An error occurred" msgstr "오류 발생" -#: src/state/queries/video/video.ts:193 +#: src/state/queries/video/video.ts:227 msgid "An error occurred while compressing the video." msgstr "동영상을 압축하는 동안 오류가 발생했습니다." @@ -534,7 +534,7 @@ msgstr "동영상을 압축하는 동안 오류가 발생했습니다." msgid "An error occurred while generating your starter pack. Want to try again?" msgstr "스타터 팩을 만드는 동안 오류가 발생했습니다. 다시 시도하시겠습니까?" -#: src/view/com/util/post-embeds/VideoEmbed.tsx:205 +#: src/view/com/util/post-embeds/VideoEmbed.tsx:213 msgid "An error occurred while loading the video. Please try again later." msgstr "동영상을 불러오는 동안 오류가 발생했습니다. 나중에 다시 시도하세요." @@ -556,7 +556,7 @@ msgstr "동영상을 선택하는 동안 오류가 발생했습니다" msgid "An error occurred while trying to follow all" msgstr "모두 팔로우하려고 하는 동안 오류가 발생했습니다" -#: src/state/queries/video/video.ts:160 +#: src/state/queries/video/video.ts:194 msgid "An error occurred while uploading the video." msgstr "동영상을 업로드하는 동안 오류가 발생했습니다." @@ -581,7 +581,7 @@ msgstr "채팅을 여는 동안 문제가 발생했습니다" msgid "An issue occurred, please try again." msgstr "문제가 발생했습니다. 다시 시도해 주세요." -#: src/screens/Onboarding/StepInterests/index.tsx:219 +#: src/screens/Onboarding/StepInterests/index.tsx:199 msgid "an unknown error occurred" msgstr "알 수 없는 오류가 발생했습니다" @@ -759,7 +759,7 @@ msgstr "생년월일" msgid "Birthday:" msgstr "생년월일:" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:318 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:272 #: src/view/com/profile/ProfileMenu.tsx:365 msgid "Block" msgstr "차단" @@ -865,23 +865,23 @@ msgstr "이미지 흐리게 및 피드에서 필터링" msgid "Books" msgstr "책" -#: src/components/FeedInterstitials.tsx:352 +#: src/components/FeedInterstitials.tsx:346 msgid "Browse more accounts on the Explore page" msgstr "탐색 페이지에서 더 많은 계정 찾아보기" -#: src/components/FeedInterstitials.tsx:485 +#: src/components/FeedInterstitials.tsx:479 msgid "Browse more feeds on the Explore page" msgstr "탐색 페이지에서 더 많은 피드 찾아보기" -#: src/components/FeedInterstitials.tsx:334 -#: src/components/FeedInterstitials.tsx:337 -#: src/components/FeedInterstitials.tsx:467 -#: src/components/FeedInterstitials.tsx:470 +#: 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:360 -#: src/components/FeedInterstitials.tsx:494 +#: src/components/FeedInterstitials.tsx:354 +#: src/components/FeedInterstitials.tsx:488 msgid "Browse more suggestions on the Explore page" msgstr "탐색 페이지에서 더 많은 추천 찾아보기" @@ -996,7 +996,7 @@ msgstr "연결된 웹사이트를 여는 것을 취소합니다" msgid "Cannot interact with a blocked user" msgstr "차단된 사용자와 상호작용할 수 없습니다" -#: src/view/com/composer/videos/SubtitleDialog.tsx:128 +#: src/view/com/composer/videos/SubtitleDialog.tsx:133 msgid "Captions (.vtt)" msgstr "자막(.vtt)" @@ -1084,12 +1084,12 @@ msgid "Check your inbox for an email with the confirmation code to enter below:" msgstr "받은 편지함에서 아래에 입력할 인증 코드가 포함된 이메일이 있는지 확인하세요." #: src/screens/Onboarding/StepInterests/index.tsx:191 -msgid "Choose 3 or more:" -msgstr "3개 이상 선택하세요." +#~ msgid "Choose 3 or more:" +#~ msgstr "3개 이상 선택하세요." #: src/screens/Onboarding/StepInterests/index.tsx:326 -msgid "Choose at least {0} more" -msgstr "최소 {0}개 이상 선택하세요" +#~ msgid "Choose at least {0} more" +#~ msgstr "최소 {0}개 이상 선택하세요" #: src/screens/StarterPack/Wizard/index.tsx:190 msgid "Choose Feeds" @@ -1175,6 +1175,8 @@ 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 @@ -1374,7 +1376,7 @@ msgstr "콘텐츠 경고" 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 "계속" @@ -1387,7 +1389,7 @@ msgstr "{0}(으)로 계속하기 (현재 로그인)" 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" @@ -1801,8 +1803,8 @@ msgid "Discover New Feeds" msgstr "새 피드 발견하기" #: src/view/com/profile/ProfileHeaderSuggestedFollows.tsx:108 -msgid "Dismiss" -msgstr "닫기" +#~ msgid "Dismiss" +#~ msgstr "닫기" #: src/view/com/composer/Composer.tsx:1106 msgid "Dismiss error" @@ -1856,8 +1858,8 @@ msgstr "도메인을 확인했습니다." #: src/screens/Onboarding/StepProfile/index.tsx:325 #: src/view/com/auth/server-input/index.tsx:169 #: src/view/com/auth/server-input/index.tsx:170 -#: src/view/com/composer/videos/SubtitleDialog.tsx:161 -#: src/view/com/composer/videos/SubtitleDialog.tsx:168 +#: 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 @@ -1889,7 +1891,7 @@ msgstr "Bluesky 다운로드" msgid "Download CAR file" msgstr "CAR 파일 다운로드" -#: 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 "드롭하여 이미지 추가" @@ -1998,12 +2000,12 @@ msgid "Edit post interaction settings" msgstr "게시물 상호작용 설정 편집하기" #: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:184 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:181 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:175 msgid "Edit profile" msgstr "프로필 편집" #: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:187 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:184 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:178 msgid "Edit Profile" msgstr "프로필 편집" @@ -2049,6 +2051,10 @@ msgstr "이메일 2단계 인증을 비활성화했습니다" msgid "Email address" msgstr "이메일 주소" +#: 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" @@ -2062,6 +2068,10 @@ msgstr "이메일 변경됨" msgid "Email verified" msgstr "이메일 확인됨" +#: src/components/intents/VerifyEmailIntentDialog.tsx:71 +msgid "Email Verified" +msgstr "" + #: src/view/screens/Settings/index.tsx:319 msgid "Email:" msgstr "이메일:" @@ -2120,6 +2130,10 @@ msgstr "사용" msgid "End of feed" 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 msgid "Enter a name for this App Password" msgstr "이 앱 비밀번호의 이름 입력" @@ -2178,7 +2192,7 @@ msgstr "파일을 저장하는 동안 오류가 발생했습니다" 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 "오류:" @@ -2383,10 +2397,10 @@ msgstr "피드를 업데이트하지 못했습니다" msgid "Failed to update settings" msgstr "설정을 업데이트하지 못했습니다" -#: src/state/queries/video/video-upload.ts:75 -#: src/state/queries/video/video-upload.web.ts:71 -#: src/state/queries/video/video-upload.web.ts:75 -#: src/state/queries/video/video-upload.web.ts:85 +#: 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 "동영상을 업로드하지 못했습니다" @@ -2487,7 +2501,7 @@ 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:256 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:223 #: src/view/com/post-thread/PostThreadFollowBtn.tsx:144 msgid "Follow" msgstr "팔로우" @@ -2497,7 +2511,7 @@ msgctxt "action" msgid "Follow" msgstr "팔로우" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:242 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:209 #: src/view/com/post-thread/PostThreadFollowBtn.tsx:126 msgid "Follow {0}" msgstr "{0} 님을 팔로우" @@ -2574,7 +2588,7 @@ 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:254 +#: 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:29 @@ -2584,7 +2598,7 @@ msgid "Following" msgstr "팔로우 중" #: src/components/ProfileCard.tsx:311 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:100 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:94 msgid "Following {0}" msgstr "{0} 님을 팔로우했습니다" @@ -2648,7 +2662,7 @@ msgstr "잦은 원치 않는 콘텐츠 게시" msgid "From @{sanitizedAuthor}" msgstr "@{sanitizedAuthor} 님의 태그" -#: src/view/com/posts/FeedItem.tsx:273 +#: src/view/com/posts/FeedItem.tsx:271 msgctxt "from-feed" msgid "From <0/>" msgstr "<0/>에서" @@ -2880,6 +2894,10 @@ msgstr "이 데이터를 불러오는 데 문제가 있는 것 같습니다. 자 msgid "Hmmmm, we couldn't load that moderation service." msgstr "검토 서비스를 불러올 수 없습니다." +#: 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 @@ -3040,6 +3058,10 @@ msgstr "유효하지 않거나 지원되지 않는 게시물 기록" msgid "Invalid username or password" msgstr "잘못된 사용자 이름 또는 비밀번호" +#: src/components/intents/VerifyEmailIntentDialog.tsx:82 +msgid "Invalid Verification Code" +msgstr "" + #: src/view/com/modals/InviteCodes.tsx:94 msgid "Invite a Friend" msgstr "친구 초대하기" @@ -3440,12 +3462,12 @@ msgstr "메시지 삭제됨" msgid "Message from server: {0}" msgstr "서버에서 보낸 메시지: {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 "메시지가 너무 깁니다" @@ -3631,7 +3653,7 @@ msgstr "스레드 뮤트" msgid "Mute words & tags" msgstr "단어 및 태그 뮤트" -#: src/view/com/util/post-embeds/VideoEmbedInner/VideoEmbedInnerNative.tsx:167 +#: src/view/com/util/post-embeds/VideoEmbedInner/VideoEmbedInnerNative.tsx:168 msgid "Muted" msgstr "뮤트됨" @@ -3848,7 +3870,7 @@ msgid "No feeds found. Try searching for something else." msgstr "피드를 찾을 수 없습니다. 다른 피드를 검색해 보세요." #: src/components/ProfileCard.tsx:331 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:122 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:116 msgid "No longer following {0}" msgstr "더 이상 {0} 님을 팔로우하지 않음" @@ -4016,7 +4038,7 @@ msgstr "끄기" msgid "Oh no!" msgstr "이런!" -#: src/screens/Onboarding/StepInterests/index.tsx:153 +#: src/screens/Onboarding/StepInterests/index.tsx:138 msgid "Oh no! Something went wrong." msgstr "이런! 뭔가 잘못되었습니다." @@ -4090,6 +4112,7 @@ msgstr "아바타 생성기 열기" msgid "Open conversation options" msgstr "대화 옵션 열기" +#: 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" @@ -4418,7 +4441,7 @@ msgstr "{0} 재생" msgid "Play or pause the GIF" msgstr "GIP를 재생하거나 일시 정지합니다" -#: src/view/com/util/post-embeds/VideoEmbed.tsx:179 +#: src/view/com/util/post-embeds/VideoEmbed.tsx:187 #: src/view/com/util/post-embeds/VideoEmbedInner/VideoWebControls.tsx:276 msgid "Play video" msgstr "동영상 재생" @@ -4868,7 +4891,7 @@ msgstr "프로필 제거" msgid "Remove profile from search history" msgstr "검색 기록에서 프로필을 제거합니다" -#: src/view/com/util/post-embeds/QuoteEmbed.tsx:300 +#: src/view/com/util/post-embeds/QuoteEmbed.tsx:269 msgid "Remove quote" msgstr "인용 제거" @@ -4877,7 +4900,7 @@ msgstr "인용 제거" msgid "Remove repost" msgstr "재게시를 취소합니다" -#: src/view/com/composer/videos/SubtitleDialog.tsx:251 +#: src/view/com/composer/videos/SubtitleDialog.tsx:260 msgid "Remove subtitle file" msgstr "자막 파일 제거" @@ -4913,7 +4936,7 @@ msgstr "저장한 피드에서 제거됨" msgid "Removed from your feeds" msgstr "내 피드에서 제거됨" -#: src/view/com/util/post-embeds/QuoteEmbed.tsx:301 +#: src/view/com/util/post-embeds/QuoteEmbed.tsx:270 msgid "Removes quoted post" msgstr "인용된 게시물을 제거합니다" @@ -4962,23 +4985,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:523 +#: src/view/com/posts/FeedItem.tsx:520 msgctxt "description" msgid "Reply to <0><1/>" msgstr "<0><1/> 님에게 보내는 답글" -#: src/view/com/posts/FeedItem.tsx:514 +#: src/view/com/posts/FeedItem.tsx:511 msgctxt "description" msgid "Reply to a blocked post" msgstr "차단된 게시물에 보내는 답글" -#: src/view/com/posts/FeedItem.tsx:516 +#: 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:520 +#: src/view/com/posts/FeedItem.tsx:517 msgctxt "description" msgid "Reply to you" msgstr "나에게 보내는 답글" @@ -5089,16 +5112,16 @@ msgstr "재게시 또는 게시물 인용" msgid "Reposted By" msgstr "재게시한 사용자" -#: src/view/com/posts/FeedItem.tsx:294 +#: src/view/com/posts/FeedItem.tsx:292 msgid "Reposted by {0}" msgstr "{0} 님이 재게시함" -#: src/view/com/posts/FeedItem.tsx:313 +#: src/view/com/posts/FeedItem.tsx:311 msgid "Reposted by <0><1/>" msgstr "<0><1/> 님이 재게시함" -#: 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 "내가 재게시함" @@ -5137,6 +5160,14 @@ msgstr "이 제공자에서 필수" msgid "Resend email" msgstr "이메일 다시 보내기" +#: 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 "재설정 코드" @@ -5183,8 +5214,8 @@ msgstr "오류가 발생한 마지막 작업을 다시 시도합니다" #: 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 @@ -5424,7 +5455,7 @@ msgstr "GIF \"{0}\" 선택" msgid "Select how long to mute this word for." msgstr "이 단어를 음소거할 기간 선택하기" -#: src/view/com/composer/videos/SubtitleDialog.tsx:236 +#: src/view/com/composer/videos/SubtitleDialog.tsx:245 msgid "Select language..." msgstr "언어 선택..." @@ -5476,7 +5507,7 @@ msgstr "앱에 표시되는 기본 텍스트 언어를 선택합니다." msgid "Select your date of birth" msgstr "생년월일을 선택하세요" -#: src/screens/Onboarding/StepInterests/index.tsx:226 +#: src/screens/Onboarding/StepInterests/index.tsx:206 msgid "Select your interests from the options below" msgstr "아래 옵션에서 관심사를 선택하세요" @@ -5506,8 +5537,8 @@ msgstr "이메일 보내기" msgid "Send feedback" msgstr "피드백 보내기" -#: 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 "메시지 보내기" @@ -5715,8 +5746,8 @@ msgid "Show badge and filter from feeds" msgstr "배지 표시 및 피드에서 필터링" #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:218 -msgid "Show follows similar to {0}" -msgstr "{0} 님과 비슷한 팔로우 표시" +#~ msgid "Show follows similar to {0}" +#~ msgstr "{0} 님과 비슷한 팔로우 표시" #: src/view/com/post-thread/PostThreadShowHiddenReplies.tsx:23 msgid "Show hidden replies" @@ -5733,7 +5764,7 @@ msgstr "무시하고 리스트 표시하기" #: 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 "더 보기" @@ -5874,15 +5905,15 @@ 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 "건너뛰기" -#: src/screens/Onboarding/StepInterests/index.tsx:262 +#: src/screens/Onboarding/StepInterests/index.tsx:242 msgid "Skip this flow" msgstr "이 단계 건너뛰기" @@ -5891,7 +5922,7 @@ msgstr "이 단계 건너뛰기" msgid "Software Dev" msgstr "소프트웨어 개발" -#: src/components/FeedInterstitials.tsx:449 +#: src/components/FeedInterstitials.tsx:443 msgid "Some other feeds you might like" msgstr "좋아할 만한 다른 피드" @@ -5919,8 +5950,8 @@ msgstr "알 수 없는 오류가 발생했습니다. 다시 시도해 주세요. msgid "Something went wrong!" msgstr "문제가 발생했습니다!" -#: src/App.native.tsx:101 -#: src/App.web.tsx:82 +#: src/App.native.tsx:102 +#: src/App.web.tsx:83 msgid "Sorry! Your session expired. Please log in again." msgstr "죄송합니다. 세션이 만료되었습니다. 다시 로그인해 주세요." @@ -6036,7 +6067,7 @@ msgstr "이 리스트 구독하기" msgid "Suggested accounts" msgstr "추천 계정" -#: src/components/FeedInterstitials.tsx:314 +#: src/components/FeedInterstitials.tsx:308 msgid "Suggested for you" msgstr "나를 위한 추천" @@ -6088,16 +6119,16 @@ msgstr "세로" msgid "Tap to dismiss" msgstr "눌러서 닫기" -#: src/view/com/util/post-embeds/VideoEmbedInner/VideoEmbedInnerNative.tsx:145 +#: 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:168 +#: src/view/com/util/post-embeds/VideoEmbedInner/VideoEmbedInnerNative.tsx:169 msgid "Tap to toggle sound" msgstr "탭하여 소리 켜기/끄기" -#: src/view/com/util/images/AutoSizedImage.tsx:185 -#: src/view/com/util/images/AutoSizedImage.tsx:205 +#: src/view/com/util/images/AutoSizedImage.tsx:190 +#: src/view/com/util/images/AutoSizedImage.tsx:210 msgid "Tap to view full image" msgstr "탭하여 전체 이미지를 봅니다" @@ -6155,6 +6186,10 @@ msgstr "텍스트 입력 필드" 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 "텍스트 파일 내용:" @@ -6176,7 +6211,7 @@ msgstr "스타터 팩을 찾을 수 없습니다." msgid "That's all, folks!" msgstr "이상입니다, 여러분!" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:314 +#: 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 "차단을 해제하면 이 계정이 나와 상호작용할 수 있게 됩니다." @@ -6236,7 +6271,7 @@ msgstr "게시물이 삭제되었을 수 있습니다." msgid "The Privacy Policy has been moved to <0/>" msgstr "개인정보 처리방침을 <0/>(으)로 이동했습니다" -#: src/state/queries/video/video.ts:188 +#: src/state/queries/video/video.ts:222 msgid "The selected video is larger than 100MB." msgstr "선택한 동영상이 100MB를 초과합니다." @@ -6252,6 +6287,10 @@ msgstr "지원 양식을 이동했습니다. 도움이 필요하다면 <0/>하 msgid "The Terms of Service have been moved to" msgstr "서비스 이용약관을 다음으로 이동했습니다:" +#: 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/Settings/components/DeactivateAccountDialog.tsx:86 msgid "There is no time limit for account deactivation, come back any time." msgstr "계정 비활성화에는 시간 제한이 없으므로 언제든지 다시 돌아올 수 있습니다." @@ -6316,9 +6355,9 @@ msgstr "신고를 전송하는 동안 문제가 발생했습니다. 인터넷 msgid "There was an issue with fetching your app passwords" msgstr "앱 비밀번호를 가져오는 동안 문제가 발생했습니다" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:109 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:131 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:145 +#: 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 @@ -6616,7 +6655,7 @@ msgstr "TV" msgid "Two-factor authentication" msgstr "2단계 인증" -#: src/screens/Messages/Conversation/MessageInput.tsx:139 +#: src/screens/Messages/Conversation/MessageInput.tsx:141 msgid "Type your message here" msgstr "메시지를 입력하세요" @@ -6649,14 +6688,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:194 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:318 +#: 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 "차단 해제" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:199 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:193 msgctxt "action" msgid "Unblock" msgstr "차단 해제" @@ -6671,7 +6710,7 @@ msgstr "계정 차단 해제" msgid "Unblock Account" msgstr "계정 차단 해제" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:312 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:266 #: src/view/com/profile/ProfileMenu.tsx:347 msgid "Unblock Account?" msgstr "계정을 차단 해제하시겠습니까?" @@ -6687,7 +6726,7 @@ msgctxt "action" msgid "Unfollow" msgstr "언팔로우" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:241 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:208 msgid "Unfollow {0}" msgstr "{0} 님을 언팔로우" @@ -6732,7 +6771,7 @@ msgstr "스레드 언뮤트" msgid "Unmute video" msgstr "동영상 음소거 해제" -#: src/view/com/util/post-embeds/VideoEmbedInner/VideoEmbedInnerNative.tsx:167 +#: src/view/com/util/post-embeds/VideoEmbedInner/VideoEmbedInnerNative.tsx:168 msgid "Unmuted" msgstr "음소거 해제됨" @@ -6770,7 +6809,7 @@ msgstr "이 라벨러 구독 취소하기" msgid "Unsubscribed from list" msgstr "리스트 구독 취소됨" -#: src/state/queries/video/video.ts:206 +#: src/state/queries/video/video.ts:240 msgid "Unsupported video type: {mimeType}" msgstr "지원되지 않는 동영상 유형: {mimeType}" @@ -6961,6 +7000,10 @@ msgstr "DNS 레코드 인증" msgid "Verify email" msgstr "이메일 인증" +#: src/components/intents/VerifyEmailIntentDialog.tsx:61 +msgid "Verify email dialog" +msgstr "" + #: src/view/screens/Settings/index.tsx:961 msgid "Verify my email" msgstr "내 이메일 인증하기" @@ -6990,12 +7033,12 @@ msgstr "이메일 인증하기" msgid "Version {appVersion} {bundleInfo}" msgstr "버전 {appVersion} {bundleInfo}" -#: src/view/com/util/post-embeds/VideoEmbedInner/VideoEmbedInnerNative.tsx:76 -#: src/view/com/util/post-embeds/VideoEmbedInner/VideoEmbedInnerNative.tsx:144 +#: 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:134 +#: src/state/queries/video/video.ts:138 msgid "Video failed to process" msgstr "동영상을 처리하지 못했습니다" @@ -7008,11 +7051,11 @@ msgstr "비디오 게임" msgid "Video not found." msgstr "동영상을 찾을 수 없습니다." -#: src/view/com/composer/videos/SubtitleDialog.tsx:95 +#: src/view/com/composer/videos/SubtitleDialog.tsx:99 msgid "Video settings" msgstr "동영상 설정" -#: src/view/com/util/post-embeds/VideoEmbedInner/VideoEmbedInnerNative.tsx:76 +#: src/view/com/util/post-embeds/VideoEmbedInner/VideoEmbedInnerNative.tsx:77 msgid "Video: {0}" msgstr "동영상: {0}" @@ -7125,6 +7168,10 @@ msgstr "이 대화를 불러올 수 없습니다" msgid "We estimate {estimatedTime} until your account is ready." msgstr "계정이 준비될 때까지 {estimatedTime}이(가) 걸릴 것으로 예상됩니다." +#: src/components/intents/VerifyEmailIntentDialog.tsx:98 +msgid "We have sent another verification email to <0>{0}." +msgstr "" + #: src/screens/Onboarding/StepFinished.tsx:238 msgid "We hope you have a wonderful time. Remember, Bluesky is:" msgstr "즐거운 시간 되시기 바랍니다. Bluesky의 다음 특징을 기억하세요." @@ -7133,6 +7180,10 @@ msgstr "즐거운 시간 되시기 바랍니다. Bluesky의 다음 특징을 기 msgid "We ran out of posts from your follows. Here's the latest from <0/>." msgstr "팔로우한 사용자의 게시물이 부족합니다. 대신 <0/>의 최신 게시물을 표시합니다." +#: 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 "생년월일 설정을 불러올 수 없습니다. 다시 시도해 주세요." @@ -7141,7 +7192,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 "연결하지 못했습니다. 계정 설정을 계속하려면 다시 시도해 주세요. 계속 실패하면 이 과정을 건너뛸 수 있습니다." @@ -7149,7 +7200,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 "이를 통해 사용자 환경을 맞춤 설정할 수 있습니다." @@ -7194,7 +7245,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 "어떤 관심사가 있으신가요?" @@ -7266,8 +7317,8 @@ msgstr "이 사용자를 검토해야 하는 이유는 무엇인가요?" msgid "Wide" msgstr "가로" -#: 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 "메시지를 입력하세요" @@ -7333,6 +7384,10 @@ msgstr "나" msgid "You are in line." msgstr "대기 중입니다." +#: 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 "아무도 팔로우하지 않았습니다." @@ -7450,6 +7505,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 "아직 스타터 팩을 만들지 않았습니다." @@ -7571,6 +7630,14 @@ msgstr "이 글에서 단어 또는 태그를 숨기도록 설정했습니다." msgid "You've reached the end of your feed! Find some more accounts to follow." msgstr "피드 끝에 도달했습니다! 팔로우할 계정을 더 찾아보세요." +#: 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 "내 계정" diff --git a/src/locale/locales/pt-BR/messages.po b/src/locale/locales/pt-BR/messages.po index 3a67499b..90d1775a 100644 --- a/src/locale/locales/pt-BR/messages.po +++ b/src/locale/locales/pt-BR/messages.po @@ -21,16 +21,24 @@ msgstr "(contém conteúdo incorporado)" msgid "(no email)" msgstr "(sem email)" -#: 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 "{0, plural, one {{formattedCount} outro} other {{formattedCount} outros}}" +#: 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 "{0, plural, one {# rótulo aplicado nesta conta} other {# rótulos aplicados nesta conta}}" -#: 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 "{0, plural, one {# rótulo foi colocado nesta conta} other {# rótulos foram colocado nesta conta}}" @@ -38,14 +46,26 @@ msgstr "{0, plural, one {# rótulo foi colocado nesta conta} other {# rótulos f #~ msgid "{0, plural, one {# label has been placed on this content} other {# labels has been placed on this content}}" #~ msgstr "{0, plural, one {# rótulo aplicado neste conteúdo} other {# rótulos aplicados neste conteúdo}}" -#: 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 "{0, plural, one {# rótulo foi colocado neste conteúdo} other {# rótulos foram colocado neste conteúdo}}" -#: 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 "{0, plural, one {# repostagem} other {# repostagens}}" +#: 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 "{0, plural, one {e # outro} other {e # outros}}" @@ -60,11 +80,11 @@ msgstr "{0, plural, one {seguidor} other {seguidores}}" msgid "{0, plural, one {following} other {following}}" msgstr "{0, plural, one {seguindo} other {seguindo}}" -#: 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 "{0, plural, one {Curtir (# curtida)} other {Curtir (# curtidas)}}" -#: src/view/com/post-thread/PostThreadItem.tsx:433 +#: src/view/com/post-thread/PostThreadItem.tsx:439 msgid "{0, plural, one {like} other {likes}}" msgstr "{0, plural, one {curtida} other {curtidas}}" @@ -77,19 +97,19 @@ msgstr "{0, plural, one {Curtido por # usuário} other {Curtido por # usuários} msgid "{0, plural, one {post} other {posts}}" msgstr "{0, plural, one {postagem} other {postagens}}" -#: src/view/com/post-thread/PostThreadItem.tsx:413 +#: src/view/com/post-thread/PostThreadItem.tsx:419 msgid "{0, plural, one {quote} other {quotes}}" msgstr "{0, plural, one {citação} other {citações}}" -#: 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 "{0, plural, one {Responder (# resposta)} other {Responder (# respostas)}}" -#: src/view/com/post-thread/PostThreadItem.tsx:393 +#: src/view/com/post-thread/PostThreadItem.tsx:397 msgid "{0, plural, one {repost} other {reposts}}" msgstr "{0, plural, one {repost} other {reposts}}" -#: 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 "{0, plural, one {Descurtir (# curtida)} other {Descurtir (# curtidas)}}" @@ -107,6 +127,10 @@ msgstr "" msgid "{0} joined this week" msgstr "{0} entrou esta semana" +#: 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 "{0} pessoas já usaram este pacote inicial!" @@ -127,30 +151,56 @@ msgstr "Os feeds e pessoas favoritas de {0} - junte-se a mim!" msgid "{0}'s starter pack" msgstr "O pacote inicial de {0}" +#. 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 "{count, plural, one {Curtido por # usuário} other {Curtido por # usuários}}" #: src/lib/hooks/useTimeAgo.ts:69 -msgid "{diff, plural, one {day} other {days}}" -msgstr "{diff, plural, one {dia} other {dias}}" +#~ msgid "{diff, plural, one {day} other {days}}" +#~ msgstr "{diff, plural, one {dia} other {dias}}" #: src/lib/hooks/useTimeAgo.ts:64 -msgid "{diff, plural, one {hour} other {hours}}" -msgstr "{diff, plural, one {hora} other {horas}}" +#~ msgid "{diff, plural, one {hour} other {hours}}" +#~ msgstr "{diff, plural, one {hora} other {horas}}" #: src/lib/hooks/useTimeAgo.ts:59 -msgid "{diff, plural, one {minute} other {minutes}}" -msgstr "{diff, plural, one {minuto} other {minutos}}" +#~ msgid "{diff, plural, one {minute} other {minutes}}" +#~ msgstr "{diff, plural, one {minuto} other {minutos}}" #: src/lib/hooks/useTimeAgo.ts:75 -msgid "{diff, plural, one {month} other {months}}" -msgstr "{diff, plural, one {mês} other {meses}}" +#~ msgid "{diff, plural, one {month} other {months}}" +#~ msgstr "{diff, plural, one {mês} other {meses}}" #: src/lib/hooks/useTimeAgo.ts:54 -msgid "{diffSeconds, plural, one {second} other {seconds}}" -msgstr "{diffSeconds, plural, one {segundo} other {segundos}}" +#~ msgid "{diffSeconds, plural, one {second} other {seconds}}" +#~ msgstr "{diffSeconds, plural, one {segundo} other {segundos}}" +#: src/lib/generate-starterpack.ts:108 #: src/screens/StarterPack/Wizard/index.tsx:174 msgid "{displayName}'s Starter Pack" msgstr "O Pacote Inicial de {displayName}" @@ -290,8 +340,8 @@ msgid "7 days" msgstr "7 dias" #: src/tours/Tooltip.tsx:70 -msgid "A help tooltip" -msgstr "Uma sugestão de ajuda" +#~ msgid "A help tooltip" +#~ msgstr "Uma sugestão de ajuda" #: src/view/com/util/ViewHeader.tsx:92 #: src/view/screens/Search/Search.tsx:684 @@ -355,7 +405,7 @@ msgstr "Configurações da conta" msgid "Account removed from quick access" msgstr "Conta removida do acesso rápido" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:139 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:135 #: src/view/com/profile/ProfileMenu.tsx:133 msgid "Account unblocked" msgstr "Conta desbloqueada" @@ -411,9 +461,13 @@ msgstr "Adicionar texto alternativo" #~ msgid "Add ALT text" #~ msgstr "Adicionar 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 "Adicionar texto alternativo (opcional)" + +#: src/view/screens/AppPasswords.tsx:105 +#: src/view/screens/AppPasswords.tsx:147 +#: src/view/screens/AppPasswords.tsx:160 msgid "Add App Password" msgstr "Adicionar Senha de Aplicativo" @@ -533,7 +587,7 @@ msgstr "Permitir novas mensagens de" msgid "Allow replies from:" msgstr "Permitir respostas de:" -#: src/view/screens/AppPasswords.tsx:271 +#: src/view/screens/AppPasswords.tsx:266 msgid "Allows access to direct messages" msgstr "Permite acesso a mensagens diretas" @@ -548,17 +602,20 @@ msgstr "Já autenticado 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" @@ -583,19 +640,26 @@ msgstr "Ocorreu um erro" #~ msgid "An error occured" #~ msgstr "Tivemos um problema" -#: 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 "Ocorreu um erro" +#: src/state/queries/video/video.ts:227 +msgid "An error occurred while compressing the video." +msgstr "Ocorreu um erro ao compactar o vídeo." + #: src/components/StarterPack/ProfileStarterPacks.tsx:315 msgid "An error occurred while generating your starter pack. Want to try again?" msgstr "Ocorreu um erro ao gerar seu pacote inicial. Quer tentar novamente?" -#: 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 "Ocorreu um erro ao carregar o vídeo. Tente novamente mais tarde." +#: src/view/com/util/post-embeds/VideoEmbed.web.tsx:170 +msgid "An error occurred while loading the video. Please try again." +msgstr "Ocorreu um erro ao carregar o vídeo. Tente novamente." + #: src/components/StarterPack/ShareDialog.tsx:79 #~ msgid "An error occurred while saving the image." #~ msgstr "Ocorreu um erro ao salvar a imagem." @@ -605,6 +669,10 @@ msgstr "Ocorreu um erro ao carregar o vídeo. Tente novamente mais tarde." msgid "An error occurred while saving the QR code!" msgstr "Ocorreu um erro ao salvar o QR code!" +#: src/view/com/composer/videos/SelectVideoBtn.tsx:61 +msgid "An error occurred while selecting the video" +msgstr "Ocorreu um erro ao selecionar o vídeo" + #: src/components/dms/MessageMenu.tsx:134 #~ msgid "An error occurred while trying to delete the message. Please try again." #~ msgstr "Ocorreu um erro ao tentar deletar esta mensagem. Por favor, tente novamente." @@ -614,7 +682,7 @@ msgstr "Ocorreu um erro ao salvar o QR code!" msgid "An error occurred while trying to follow all" msgstr "Ocorreu um erro ao tentar seguir todos" -#: src/state/queries/video/video.ts:112 +#: src/state/queries/video/video.ts:194 msgid "An error occurred while uploading the video." msgstr "Ocorreu um erro ao enviar o vídeo." @@ -639,7 +707,7 @@ msgstr "Ocorreu um problema ao tentar abrir o chat" msgid "An issue occurred, please try again." msgstr "Ocorreu um problema, por favor tente novamente." -#: src/screens/Onboarding/StepInterests/index.tsx:219 +#: src/screens/Onboarding/StepInterests/index.tsx:199 msgid "an unknown error occurred" msgstr "ocorreu um erro desconhecido" @@ -649,8 +717,8 @@ msgid "an unknown labeler" msgstr "um rotulador desconhecido" #: 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 "e" @@ -659,7 +727,7 @@ msgstr "e" msgid "Animals" msgstr "Animais" -#: src/view/com/util/post-embeds/GifEmbed.tsx:155 +#: src/view/com/util/post-embeds/GifEmbed.tsx:138 msgid "Animated GIF" msgstr "GIF animado" @@ -675,7 +743,7 @@ msgstr "Qualquer pessoa pode interagir" msgid "App Language" msgstr "Idioma do aplicativo" -#: src/view/screens/AppPasswords.tsx:228 +#: src/view/screens/AppPasswords.tsx:226 msgid "App password deleted" msgstr "Senha de Aplicativo excluída" @@ -692,21 +760,21 @@ msgid "App password settings" msgstr "Configurações de Senha de Aplicativo" #: 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 "Senhas de Aplicativos" -#: 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 "Contestar" -#: src/components/moderation/LabelsOnMeDialog.tsx:247 +#: src/components/moderation/LabelsOnMeDialog.tsx:238 msgid "Appeal \"{0}\" label" msgstr "Contestar rótulo \"{0}\"" -#: src/components/moderation/LabelsOnMeDialog.tsx:238 +#: src/components/moderation/LabelsOnMeDialog.tsx:229 #: src/screens/Messages/Conversation/ChatDisabled.tsx:91 msgid "Appeal submitted" msgstr "Contestação enviada." @@ -744,7 +812,7 @@ msgstr "Utilizar feeds recomendados" #~ msgid "Are you sure you want delete this starter pack?" #~ msgstr "Tem certeza de que deseja excluir este pacote inicial?" -#: 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 "Tem certeza de que deseja excluir a senha do aplicativo \"{name}\"?" @@ -776,7 +844,7 @@ msgstr "Tem certeza que deseja remover {0} dos seus feeds?" msgid "Are you sure you want to remove this from your feeds?" msgstr "Tem certeza que deseja remover isto de seus feeds?" -#: 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 "Tem certeza que deseja descartar este rascunho?" @@ -797,13 +865,13 @@ msgstr "Arte" msgid "Artistic or non-erotic nudity." msgstr "Nudez artística ou não erótica." -#: src/screens/Signup/StepHandle.tsx:171 +#: src/screens/Signup/StepHandle.tsx:173 msgid "At least 3 characters" msgstr "No mínimo 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 @@ -837,7 +905,7 @@ msgstr "Aniversário" msgid "Birthday:" msgstr "Aniversário:" -#: 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" @@ -868,7 +936,7 @@ msgstr "Lista de bloqueio" msgid "Block these accounts?" msgstr "Bloquear estas contas?" -#: src/view/com/util/post-embeds/QuoteEmbed.tsx:76 +#: src/view/com/util/post-embeds/QuoteEmbed.tsx:81 msgid "Blocked" msgstr "Bloqueado" @@ -958,23 +1026,23 @@ msgstr "Desfocar imagens e filtrar dos feeds" msgid "Books" msgstr "Livros" -#: src/components/FeedInterstitials.tsx:300 +#: src/components/FeedInterstitials.tsx:346 msgid "Browse more accounts on the Explore page" msgstr "Navegue por mais contas na página Explorar" -#: src/components/FeedInterstitials.tsx:433 +#: src/components/FeedInterstitials.tsx:479 msgid "Browse more feeds on the Explore page" msgstr "Navegue por mais feeds na página Explorar" -#: 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 "Veja mais sugestões" -#: 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 "Navegue por mais sugestões na página Explorar" @@ -1024,12 +1092,12 @@ msgid "Can only contain letters, numbers, spaces, dashes, and underscores. Must msgstr "Só pode conter letras, números, espaços, riscas e subtraços. Deve ter pelo menos 4 caracteres, mas não mais de 32 caracteres." #: 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 @@ -1045,7 +1113,7 @@ msgstr "Só pode conter letras, números, espaços, riscas e subtraços. Deve te #: 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" @@ -1074,7 +1142,7 @@ msgstr "Cancelar corte da imagem" msgid "Cancel profile editing" msgstr "Cancelar edição do 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 citação" @@ -1090,6 +1158,21 @@ msgstr "Cancelar busca" msgid "Cancels opening the linked website" msgstr "Cancela a abertura do link" +#: 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 "Legendas (.vtt)" + +#: src/view/com/composer/videos/SubtitleDialog.tsx:54 +msgid "Captions & alt text" +msgstr "Legendas e texto alt" + #: src/view/com/modals/VerifyEmail.tsx:160 msgid "Change" msgstr "Alterar" @@ -1130,8 +1213,8 @@ msgid "Change Your Email" msgstr "Altere o Seu Email" #: 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" @@ -1186,12 +1269,12 @@ msgstr "Verifique em sua caixa de entrada um e-mail com o código de confirmaç #~ msgstr "Escolha \"Todos\" ou \"Ninguém\"" #: src/screens/Onboarding/StepInterests/index.tsx:191 -msgid "Choose 3 or more:" -msgstr "Escolha 3 ou mais:" +#~ msgid "Choose 3 or more:" +#~ msgstr "Escolha 3 ou mais:" #: src/screens/Onboarding/StepInterests/index.tsx:326 -msgid "Choose at least {0} more" -msgstr "Escolha pelo menos mais {0}" +#~ msgid "Choose at least {0} more" +#~ msgstr "Escolha pelo menos mais {0}" #: src/screens/StarterPack/Wizard/index.tsx:190 msgid "Choose Feeds" @@ -1209,7 +1292,7 @@ msgstr "Escolha Pessoas" msgid "Choose Service" msgstr "Escolher Serviço" -#: src/screens/Onboarding/StepFinished.tsx:284 +#: src/screens/Onboarding/StepFinished.tsx:280 msgid "Choose the algorithms that power your custom feeds." msgstr "Escolha os algoritmos que geram seus feeds customizados." @@ -1296,7 +1379,7 @@ msgstr "Clique para desabilitar as citações desta publicação." msgid "Click to enable quote posts of this post." msgstr "Clique para habilitar as citações desta publicação." -#: src/components/dms/MessageItem.tsx:231 +#: src/components/dms/MessageItem.tsx:232 msgid "Click to retry failed message" msgstr "Clique para tentar novamente a mensagem que falhou" @@ -1311,13 +1394,15 @@ msgstr "Tchic 🐴 tloc 🐴" #: 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 "Fechar" @@ -1372,7 +1457,7 @@ msgstr "Fecha barra de navegação inferior" msgid "Closes password update alert" msgstr "Fecha alerta de troca de senha" -#: src/view/com/composer/Composer.tsx:524 +#: src/view/com/composer/Composer.tsx:602 msgid "Closes post composer and discards post draft" msgstr "Fecha o editor de post e descarta o rascunho" @@ -1380,11 +1465,11 @@ msgstr "Fecha o editor de post e descarta o rascunho" msgid "Closes viewer for header image" msgstr "Fecha o visualizador de banner" -#: src/view/com/notifications/FeedItem.tsx:269 +#: src/view/com/notifications/FeedItem.tsx:265 msgid "Collapse list of users" msgstr "Recolher lista de usuários" -#: src/view/com/notifications/FeedItem.tsx:470 +#: src/view/com/notifications/FeedItem.tsx:466 msgid "Collapses list of users for a given notification" msgstr "Fecha lista de usuários da notificação" @@ -1403,7 +1488,7 @@ msgstr "Quadrinhos" msgid "Community Guidelines" msgstr "Diretrizes da Comunidade" -#: src/screens/Onboarding/StepFinished.tsx:297 +#: src/screens/Onboarding/StepFinished.tsx:293 msgid "Complete onboarding and start using your account" msgstr "Completar e começar a usar sua conta" @@ -1411,7 +1496,7 @@ msgstr "Completar e começar a usar sua conta" msgid "Complete the challenge" msgstr "Complete o captcha" -#: 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 "Escreva posts de até {MAX_GRAPHEME_LENGTH} caracteres" @@ -1420,8 +1505,8 @@ msgid "Compose reply" msgstr "Escrever resposta" #: src/view/com/composer/videos/VideoTranscodeProgress.tsx:51 -msgid "Compressing..." -msgstr "Comprimindo..." +#~ msgid "Compressing..." +#~ msgstr "Comprimindo..." #: src/screens/Onboarding/StepModeration/ModerationOption.tsx:81 #~ msgid "Configure content filtering setting for category: {0}" @@ -1435,8 +1520,8 @@ msgstr "Configure o filtro de conteúdo por categoria: {name}" msgid "Configured in <0>moderation settings." msgstr "Configure no <0>painel de moderação." -#: 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 @@ -1522,7 +1607,7 @@ msgstr "Avisos de conteúdo" msgid "Context menu backdrop, click to close the menu." msgstr "Fundo do menu, clique para fechá-lo." -#: src/screens/Onboarding/StepInterests/index.tsx:278 +#: src/screens/Onboarding/StepInterests/index.tsx:258 #: src/screens/Onboarding/StepProfile/index.tsx:269 msgid "Continue" msgstr "Continuar" @@ -1535,7 +1620,7 @@ msgstr "Continuar como {0} (já conectado)" msgid "Continue thread..." msgstr "Continuar o tópico..." -#: 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" @@ -1571,7 +1656,7 @@ msgstr "Versão do aplicativo copiada" #: 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 "Copiado" @@ -1657,6 +1742,10 @@ msgstr "Não foi possível carregar a lista" msgid "Could not mute chat" msgstr "Não foi possível silenciar este chat" +#: src/view/com/composer/videos/VideoPreview.web.tsx:45 +msgid "Could not process your video" +msgstr "Não foi possível processar seu vídeo" + #: src/components/dms/ConvoMenu.tsx:68 #~ msgid "Could not unmute chat" #~ msgstr "Não foi possível dessilenciar este chat" @@ -1722,7 +1811,7 @@ msgstr "Criar uma nova conta" msgid "Create report for {0}" msgstr "Criar denúncia para {0}" -#: src/view/screens/AppPasswords.tsx:251 +#: src/view/screens/AppPasswords.tsx:246 msgid "Created {0}" msgstr "{0} criada" @@ -1804,7 +1893,7 @@ msgstr "Painel de depuração" #: 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 "Excluir" @@ -1821,11 +1910,11 @@ msgstr "Excluir a conta" msgid "Delete Account <0>\"<1>{0}<2>\"" msgstr "Excluir Conta <0>\"<1>{0}<2>\"" -#: src/view/screens/AppPasswords.tsx:244 +#: src/view/screens/AppPasswords.tsx:239 msgid "Delete app password" msgstr "Excluir senha de aplicativo" -#: src/view/screens/AppPasswords.tsx:280 +#: src/view/screens/AppPasswords.tsx:275 msgid "Delete app password?" msgstr "Excluir senha de aplicativo?" @@ -1880,7 +1969,7 @@ msgstr "Excluir esta lista?" msgid "Delete this post?" msgstr "Excluir esta postagem?" -#: src/view/com/util/post-embeds/QuoteEmbed.tsx:85 +#: src/view/com/util/post-embeds/QuoteEmbed.tsx:90 msgid "Deleted" msgstr "Excluído" @@ -1916,7 +2005,7 @@ msgstr "Desanexar postagem de citação?" msgid "Dialog: adjust who can interact with this post" msgstr "Diálogo: ajuste quem pode interagir com esta postagem" -#: src/view/com/composer/Composer.tsx:327 +#: src/view/com/composer/Composer.tsx:351 msgid "Did you want to say anything?" msgstr "Você gostaria de dizer alguma coisa?" @@ -1930,8 +2019,12 @@ msgid "Direct messages are here!" msgstr "As mensagens diretas estão aqui!" #: src/view/screens/AccessibilitySettings.tsx:111 -msgid "Disable autoplay for GIFs" -msgstr "Desabilitar autoplay em GIFs" +#~ msgid "Disable autoplay for GIFs" +#~ msgstr "Desabilitar autoplay em GIFs" + +#: src/view/screens/AccessibilitySettings.tsx:111 +msgid "Disable autoplay for videos and GIFs" +msgstr "Desativar reprodução automática para vídeos e GIFs" #: src/view/screens/Settings/DisableEmail2FADialog.tsx:90 msgid "Disable Email 2FA" @@ -1945,7 +2038,7 @@ msgstr "Desabilitar feedback tátil" #~ msgid "Disable haptics" #~ msgstr "Desabilitar feedback tátil" -#: src/view/com/util/post-embeds/VideoEmbedInner/VideoWebControls.tsx:242 +#: src/view/com/util/post-embeds/VideoEmbedInner/VideoWebControls.tsx:335 msgid "Disable subtitles" msgstr "Desativar legendas" @@ -1962,11 +2055,11 @@ msgstr "Desativar legendas" msgid "Disabled" msgstr "Desabilitado" -#: 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 "Descartar rascunho?" @@ -1976,8 +2069,8 @@ msgid "Discourage apps from showing my account to logged-out users" msgstr "Desencorajar aplicativos a mostrar minha conta para usuários desautenticados" #: src/tours/HomeTour.tsx:70 -msgid "Discover learns which posts you like as you browse." -msgstr "Descubra quais postagens você gosta enquanto navega." +#~ msgid "Discover learns which posts you like as you browse." +#~ msgstr "Descubra quais postagens você gosta enquanto navega." #: src/view/com/posts/FollowingEmptyState.tsx:70 #: src/view/com/posts/FollowingEndOfFeed.tsx:71 @@ -1993,10 +2086,10 @@ msgid "Discover New Feeds" msgstr "Descubra Novos Feeds" #: src/view/com/profile/ProfileHeaderSuggestedFollows.tsx:108 -msgid "Dismiss" -msgstr "Ocultar" +#~ msgid "Dismiss" +#~ msgstr "Ocultar" -#: src/view/com/composer/Composer.tsx:612 +#: src/view/com/composer/Composer.tsx:1106 msgid "Dismiss error" msgstr "Ocultar erro" @@ -2028,7 +2121,7 @@ msgstr "Não aplique esta palavra ocultada aos usuários que você segue" msgid "Does not include nudity." msgstr "Não inclui nudez." -#: src/screens/Signup/StepHandle.tsx:157 +#: src/screens/Signup/StepHandle.tsx:159 msgid "Doesn't begin or end with a hyphen" msgstr "Não começa ou termina com um hífen" @@ -2048,6 +2141,8 @@ msgstr "Domínio 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 @@ -2070,7 +2165,7 @@ msgstr "Feito" msgid "Done{extraText}" msgstr "Feito{extraText}" -#: src/screens/StarterPack/StarterPackLandingScreen.tsx:324 +#: src/screens/StarterPack/StarterPackLandingScreen.tsx:326 msgid "Download Bluesky" msgstr "Baixe o Bluesky" @@ -2079,7 +2174,7 @@ msgstr "Baixe o Bluesky" msgid "Download CAR file" msgstr "Baixar arquivo CAR" -#: 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 "Solte para adicionar imagens" @@ -2192,12 +2287,12 @@ msgid "Edit post interaction settings" msgstr "Editar configurações de interação de postagem" #: 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 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 Perfil" @@ -2252,6 +2347,10 @@ msgstr "2FA via e-mail desabilitado" msgid "Email address" msgstr "Endereço de e-mail" +#: 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" @@ -2265,6 +2364,10 @@ msgstr "E-mail Atualizado" msgid "Email verified" msgstr "E-mail verificado" +#: src/components/intents/VerifyEmailIntentDialog.tsx:71 +msgid "Email Verified" +msgstr "" + #: src/view/screens/Settings/index.tsx:319 msgid "Email:" msgstr "E-mail:" @@ -2314,7 +2417,7 @@ msgstr "Habilitar mídia para" msgid "Enable priority notifications" msgstr "Habilitar notificações prioritárias" -#: src/view/com/util/post-embeds/VideoEmbedInner/VideoWebControls.tsx:242 +#: src/view/com/util/post-embeds/VideoEmbedInner/VideoWebControls.tsx:336 msgid "Enable subtitles" msgstr "Habilitar legendas" @@ -2332,7 +2435,7 @@ msgstr "Habilitar mídia somente para este site" msgid "Enabled" msgstr "Habilitado" -#: src/screens/Profile/Sections/Feed.tsx:105 +#: src/screens/Profile/Sections/Feed.tsx:112 msgid "End of feed" msgstr "Fim do feed" @@ -2341,8 +2444,12 @@ msgstr "Fim do feed" #~ msgstr "Fim da lista" #: 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." -msgstr "Fim da integração da sua janela. Não avance. Em vez disso, volte para mais opções ou pressione para pular." +#~ msgid "End of onboarding tour window. Do not move forward. Instead, go backward for more options, or press to skip." +#~ msgstr "Fim da integração da sua janela. Não avance. Em vez disso, volte para mais opções ou pressione para pular." + +#: src/view/com/composer/videos/SubtitleDialog.tsx:157 +msgid "Ensure you have selected a language for each subtitle file." +msgstr "Certifique-se de ter selecionado um idioma para cada arquivo de legenda." #: src/view/com/modals/AddAppPasswords.tsx:161 msgid "Enter a name for this App Password" @@ -2398,11 +2505,11 @@ msgstr "Digite seu nome de usuário e senha" msgid "Error occurred while saving file" msgstr "Não foi possível salvar o arquivo" -#: src/screens/Signup/StepCaptcha/index.tsx:57 +#: src/screens/Signup/StepCaptcha/index.tsx:56 msgid "Error receiving captcha response." msgstr "Não foi possível processar o captcha." -#: src/screens/Onboarding/StepInterests/index.tsx:217 +#: src/screens/Onboarding/StepInterests/index.tsx:197 #: src/view/screens/Search/Search.tsx:116 msgid "Error:" msgstr "Erro:" @@ -2426,11 +2533,11 @@ msgstr "Todos podem responder esta postagem." msgid "Everyone" msgstr "Todos" -#: src/lib/moderation/useReportOptions.ts:68 +#: src/lib/moderation/useReportOptions.ts:73 msgid "Excessive mentions or replies" msgstr "Menções ou respostas excessivas" -#: src/lib/moderation/useReportOptions.ts:81 +#: src/lib/moderation/useReportOptions.ts:86 msgid "Excessive or unwanted messages" msgstr "Mensagens excessivas ou indesejadas" @@ -2442,6 +2549,10 @@ msgstr "Excluir usuário que você segue" msgid "Excludes users you follow" msgstr "Excluir usuário que você segue" +#: src/view/com/util/post-embeds/VideoEmbedInner/VideoWebControls.tsx:353 +msgid "Exit fullscreen" +msgstr "Sair da tela cheia" + #: src/view/com/modals/DeleteAccount.tsx:293 msgid "Exits account deletion process" msgstr "Sair do processo de deleção da conta" @@ -2466,7 +2577,7 @@ msgstr "Sair da busca" msgid "Expand alt text" msgstr "Expandir texto alternativo" -#: src/view/com/notifications/FeedItem.tsx:270 +#: src/view/com/notifications/FeedItem.tsx:266 msgid "Expand list of users" msgstr "Expandir lista de usuário" @@ -2590,7 +2701,7 @@ msgstr "Não foi possível salvar a imagem: {0}" msgid "Failed to save notification preferences, please try again" msgstr "Falha ao salvar as preferências de notificação, tente novamente" -#: src/components/dms/MessageItem.tsx:224 +#: src/components/dms/MessageItem.tsx:225 msgid "Failed to send" msgstr "Falha ao enviar" @@ -2598,7 +2709,7 @@ msgstr "Falha ao enviar" #~ msgid "Failed to send message(s)." #~ msgstr "Não foi possível enviar sua mensagem." -#: 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 "Falha ao enviar o recurso, tente novamente." @@ -2609,13 +2720,20 @@ msgstr "Falha ao alternar o silenciamento do tópico, tente novamente" #: src/components/FeedCard.tsx:273 msgid "Failed to update feeds" -msgstr "Falha ao atualizar os feeds"" +msgstr "Falha ao atualizar os feeds\"" #: src/components/dms/MessagesNUX.tsx:60 #: src/screens/Messages/Settings.tsx:35 msgid "Failed to update settings" msgstr "Falha ao atualizar as configurações" +#: 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 "Falha ao carregar o vídeo" + #: src/Navigation.tsx:226 msgid "Feed" msgstr "Feed" @@ -2644,7 +2762,7 @@ msgstr "Comentários" #: 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" @@ -2678,7 +2796,7 @@ msgstr "Arquivo salvo com sucesso!" msgid "Filter from feeds" msgstr "Filtrar dos feeds" -#: src/screens/Onboarding/StepFinished.tsx:300 +#: src/screens/Onboarding/StepFinished.tsx:296 msgid "Finalizing" msgstr "Finalizando" @@ -2689,8 +2807,8 @@ msgid "Find accounts to follow" msgstr "Encontre contas para seguir" #: src/tours/HomeTour.tsx:88 -msgid "Find more feeds and accounts to follow in the Explore page." -msgstr "Encontre mais feeds e contas para seguir na página Explorar." +#~ msgid "Find more feeds and accounts to follow in the Explore page." +#~ msgstr "Encontre mais feeds e contas para seguir na página Explorar." #: src/view/screens/Search/Search.tsx:439 msgid "Find posts and users on Bluesky" @@ -2721,14 +2839,14 @@ msgid "Finish" msgstr "Finalizar" #: src/tours/Tooltip.tsx:149 -msgid "Finish tour and begin using the application" -msgstr "Conclua o tour e comece a usar o aplicativo" +#~ msgid "Finish tour and begin using the application" +#~ msgstr "Conclua o tour e comece a usar o aplicativo" #: src/screens/Onboarding/index.tsx:35 msgid "Fitness" msgstr "Fitness" -#: src/screens/Onboarding/StepFinished.tsx:280 +#: src/screens/Onboarding/StepFinished.tsx:276 msgid "Flexible" msgstr "Flexível" @@ -2745,8 +2863,8 @@ msgstr "Virar verticalmente" #: 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" @@ -2755,8 +2873,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}" @@ -2782,7 +2900,7 @@ msgstr "Siga todos" #~ msgid "Follow All" #~ msgstr "Seguir Todas" -#: src/view/com/post-thread/PostThreadFollowBtn.tsx:144 +#: src/view/com/post-thread/PostThreadFollowBtn.tsx:142 msgid "Follow Back" msgstr "Seguir De Volta" @@ -2830,16 +2948,16 @@ msgstr "Usuários seguidos" #~ msgid "Followed users only" #~ msgstr "Somente usuários seguidos" -#: src/view/com/notifications/FeedItem.tsx:211 +#: src/view/com/notifications/FeedItem.tsx:207 msgid "followed you" msgstr "seguiu você" -#: src/view/com/notifications/FeedItem.tsx:209 +#: src/view/com/notifications/FeedItem.tsx:205 msgid "followed you back" msgstr "seguiu você de volta" -#: 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" @@ -2856,17 +2974,17 @@ msgstr "Seguidores que você conhece" #: 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 "Seguindo" #: src/components/ProfileCard.tsx:311 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:98 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:94 msgid "Following {0}" msgstr "Seguindo {0}" @@ -2885,8 +3003,8 @@ msgid "Following Feed Preferences" msgstr "Configurações do feed principal" #: src/tours/HomeTour.tsx:59 -msgid "Following shows the latest posts from people you follow." -msgstr "Seguir mostra as postagens mais recentes das pessoas que você segue." +#~ msgid "Following shows the latest posts from people you follow." +#~ msgstr "Seguir mostra as postagens mais recentes das pessoas que você segue." #: src/screens/Profile/Header/Handle.tsx:31 msgid "Follows you" @@ -2930,15 +3048,19 @@ msgstr "Esqueceu?" msgid "Frequently Posts Unwanted Content" msgstr "Frequentemente Posta Conteúdo Indesejado" -#: src/screens/Hashtag.tsx:118 +#: src/screens/Hashtag.tsx:116 msgid "From @{sanitizedAuthor}" msgstr "De @{sanitizedAuthor}" -#: src/view/com/posts/FeedItem.tsx:273 +#: src/view/com/posts/FeedItem.tsx:271 msgctxt "from-feed" msgid "From <0/>" msgstr "Por <0/>" +#: src/view/com/util/post-embeds/VideoEmbedInner/VideoWebControls.tsx:354 +msgid "Fullscreen" +msgstr "Tela cheia" + #: src/view/com/composer/photos/SelectPhotoBtn.tsx:39 msgid "Gallery" msgstr "Galeria" @@ -2964,7 +3086,7 @@ msgstr "Vamos começar" msgid "Getting started" msgstr "Começando" -#: src/view/com/util/images/ImageHorzList.tsx:35 +#: src/components/MediaPreview.tsx:119 msgid "GIF" msgstr "" @@ -2983,7 +3105,7 @@ msgstr "Violações flagrantes da lei ou dos termos de serviço" #: 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 "Voltar" @@ -3042,8 +3164,8 @@ msgid "Go to profile" msgstr "Ir para este perfil" #: src/tours/Tooltip.tsx:138 -msgid "Go to the next step of the tour" -msgstr "Vá para a próxima etapa do tour" +#~ msgid "Go to the next step of the tour" +#~ msgstr "Vá para a próxima etapa do tour" #: src/components/dms/ConvoMenu.tsx:164 msgid "Go to user's profile" @@ -3121,7 +3243,7 @@ msgstr "Lista oculta" msgid "Hide" msgstr "Ocultar" -#: src/view/com/notifications/FeedItem.tsx:477 +#: src/view/com/notifications/FeedItem.tsx:473 msgctxt "action" msgid "Hide" msgstr "Esconder" @@ -3160,7 +3282,7 @@ msgstr "Ocultar este post?" msgid "Hide this reply?" msgstr "Ocultar esta resposta?" -#: src/view/com/notifications/FeedItem.tsx:468 +#: src/view/com/notifications/FeedItem.tsx:464 msgid "Hide user list" msgstr "Ocultar lista de usuários" @@ -3192,10 +3314,14 @@ msgstr "Hmmmm, parece que estamos com problemas pra carregar isso. Veja mais det msgid "Hmmmm, we couldn't load that moderation service." msgstr "Hmmmm, não foi possível carregar este serviço de moderação." -#: src/Navigation.tsx: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 "Espere! Estamos gradualmente dando acesso ao vídeo, e você ainda está esperando na fila. Volte em breve!" + +#: 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" @@ -3267,7 +3393,7 @@ msgstr "Se você estiver tentando alterar seu endereço ou e-mail, faça isso an msgid "Illegal and Urgent" msgstr "Ilegal e Urgente" -#: src/view/com/util/images/Gallery.tsx:42 +#: src/view/com/util/images/Gallery.tsx:55 msgid "Image" msgstr "Imagem" @@ -3283,7 +3409,11 @@ msgstr "Imagem salva no rolo da câmera!" msgid "Impersonation or false claims about identity or affiliation" msgstr "Falsificação de identidade ou alegações falsas sobre identidade ou filiação" -#: 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 "Mensagens inapropriadas ou links explícitos" @@ -3327,7 +3457,7 @@ msgstr "Insira sua senha" msgid "Input your preferred hosting provider" msgstr "Insira seu provedor de hospedagem" -#: src/screens/Signup/StepHandle.tsx:112 +#: src/screens/Signup/StepHandle.tsx:114 msgid "Input your user handle" msgstr "Insira o usuário" @@ -3352,6 +3482,10 @@ msgstr "Post inválido" msgid "Invalid username or password" msgstr "Credenciais inválidas" +#: src/components/intents/VerifyEmailIntentDialog.tsx:82 +msgid "Invalid Verification Code" +msgstr "" + #: src/view/com/modals/InviteCodes.tsx:94 msgid "Invite a Friend" msgstr "Convide um Amigo" @@ -3360,7 +3494,7 @@ msgstr "Convide um Amigo" msgid "Invite code" msgstr "Convite" -#: 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 "Convite inválido. Verifique se você o inseriu corretamente e tente novamente." @@ -3392,6 +3526,10 @@ msgstr "Convites, mas pessoais" msgid "It's just you right now! Add more people to your starter pack by searching above." msgstr "É só você por enquanto! Adicione mais pessoas ao seu pacote inicial pesquisando acima." +#: src/view/com/composer/Composer.tsx:1125 +msgid "Job ID: {0}" +msgstr "" + #: src/view/com/auth/SplashScreen.web.tsx:164 msgid "Jobs" msgstr "Carreiras" @@ -3436,11 +3574,11 @@ msgstr "Rótulos são identificações aplicadas sobre perfis e conteúdos. Eles #~ msgid "labels have been placed on this {labelTarget}" #~ msgstr "rótulos foram aplicados neste {labelTarget}" -#: src/components/moderation/LabelsOnMeDialog.tsx:79 +#: src/components/moderation/LabelsOnMeDialog.tsx:71 msgid "Labels on your account" msgstr "Rótulos sobre sua conta" -#: src/components/moderation/LabelsOnMeDialog.tsx:81 +#: src/components/moderation/LabelsOnMeDialog.tsx:73 msgid "Labels on your content" msgstr "Rótulos sobre seu conteúdo" @@ -3461,7 +3599,7 @@ msgstr "Configurações 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 "Mais recentes" @@ -3535,8 +3673,7 @@ msgstr "Deixe-me escolher" msgid "Let's get your password reset!" msgstr "Vamos redefinir sua senha!" -#: src/screens/Onboarding/StepFinished.tsx:300 -#: src/tours/Tooltip.tsx:151 +#: src/screens/Onboarding/StepFinished.tsx:296 msgid "Let's go!" msgstr "Vamos lá!" @@ -3569,9 +3706,9 @@ msgstr "Curtir este feed" msgid "Liked by" msgstr "Curtido por" -#: 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 "Curtido Por" @@ -3590,11 +3727,11 @@ msgstr "Curtido Por" #~ msgid "Liked by {likeCount} {0}" #~ msgstr "Curtido por {likeCount} {0}" -#: src/view/com/notifications/FeedItem.tsx:215 +#: src/view/com/notifications/FeedItem.tsx:211 msgid "liked your custom feed" msgstr "curtiram seu feed" -#: src/view/com/notifications/FeedItem.tsx:182 +#: src/view/com/notifications/FeedItem.tsx:178 msgid "liked your post" msgstr "curtiu seu post" @@ -3654,7 +3791,7 @@ msgstr "Lista dessilenciada" #: 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" @@ -3680,7 +3817,7 @@ msgstr "Carregar mais sugestões de seguidores" msgid "Load new notifications" msgstr "Carregar novas notificações" -#: 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 @@ -3787,12 +3924,12 @@ msgstr "Mensagem excluída" msgid "Message from server: {0}" msgstr "Mensagem do servidor: {0}" -#: src/screens/Messages/Conversation/MessageInput.tsx:138 +#: src/screens/Messages/Conversation/MessageInput.tsx:140 msgid "Message input field" msgstr "Caixa de texto da mensagem" -#: 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 "Mensagem longa demais" @@ -3800,7 +3937,7 @@ msgstr "Mensagem longa demais" msgid "Message settings" msgstr "Configurações das mensagens" -#: 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 @@ -3815,6 +3952,10 @@ msgstr "Mensagens" msgid "Misleading Account" msgstr "Conta Enganosa" +#: src/lib/moderation/useReportOptions.ts:67 +msgid "Misleading Post" +msgstr "" + #: src/screens/Settings/AppearanceSettings.tsx:78 msgid "Mode" msgstr "Modo" @@ -3881,7 +4022,7 @@ msgstr "Ferramentas de moderação" msgid "Moderator has chosen to set a general warning on the content." msgstr "O moderador escolheu um aviso geral neste conteúdo." -#: src/view/com/post-thread/PostThreadItem.tsx:619 +#: src/view/com/post-thread/PostThreadItem.tsx:629 msgid "More" msgstr "Mais" @@ -3906,8 +4047,7 @@ msgid "Music" msgstr "Música" #: 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 "Silenciar" @@ -3992,7 +4132,7 @@ msgstr "Silenciar thread" msgid "Mute words & tags" msgstr "Silenciar palavras/tags" -#: src/view/com/util/post-embeds/VideoEmbedInner/VideoEmbedInnerNative.tsx:201 +#: src/view/com/util/post-embeds/VideoEmbedInner/VideoEmbedInnerNative.tsx:168 msgid "Muted" msgstr "Silenciada" @@ -4030,7 +4170,7 @@ msgstr "Meu Aniversário" msgid "My Feeds" msgstr "Meus Feeds" -#: src/view/shell/desktop/LeftNav.tsx:85 +#: src/view/shell/desktop/LeftNav.tsx:84 msgid "My Profile" msgstr "Meu Perfil" @@ -4052,9 +4192,9 @@ msgid "Name is required" msgstr "Nome é obrigatório" #: 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 "Nome ou Descrição Viola os Padrões da Comunidade" @@ -4090,7 +4230,7 @@ msgstr "Precisa denunciar uma violação de copyright?" #~ msgid "Never lose access to your followers and data." #~ msgstr "Nunca perca o acesso aos seus seguidores e dados." -#: src/screens/Onboarding/StepFinished.tsx:268 +#: src/screens/Onboarding/StepFinished.tsx:264 msgid "Never lose access to your followers or data." msgstr "Nunca perca o acesso aos seus seguidores ou dados." @@ -4140,11 +4280,11 @@ msgstr "Postar" #: 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 "Postar" -#: src/view/shell/desktop/LeftNav.tsx:284 +#: src/view/shell/desktop/LeftNav.tsx:283 msgctxt "action" msgid "New Post" msgstr "Postar" @@ -4177,7 +4317,6 @@ msgstr "Notícias" #: 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" @@ -4220,11 +4359,11 @@ msgid "No feeds found. Try searching for something else." msgstr "Nenhum feed encontrado. Tente pesquisar por outra coisa." #: 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 "Você não está mais seguindo {0}" -#: src/screens/Signup/StepHandle.tsx:167 +#: src/screens/Signup/StepHandle.tsx:169 msgid "No longer than 253 characters" msgstr "No máximo 253 caracteres" @@ -4251,7 +4390,7 @@ msgstr "Ninguém" msgid "No one but the author can quote this post." msgstr "Ninguém além do autor pode citar esta postagem." -#: src/screens/Profile/Sections/Feed.tsx:59 +#: src/screens/Profile/Sections/Feed.tsx:64 msgid "No posts yet." msgstr "Nenhuma postagem ainda." @@ -4330,7 +4469,7 @@ msgstr "Agora não" #: 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 "Nota sobre compartilhamento" @@ -4363,22 +4502,22 @@ msgstr "Sons de notificação" msgid "Notification Sounds" msgstr "Sons de Notificação" -#: 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 "Notificações" -#: src/lib/hooks/useTimeAgo.ts:51 +#: src/lib/hooks/useTimeAgo.ts:122 msgid "now" msgstr "agora" -#: src/components/dms/MessageItem.tsx:169 +#: src/components/dms/MessageItem.tsx:170 msgid "Now" msgstr "Agora" @@ -4386,7 +4525,7 @@ msgstr "Agora" msgid "Nudity" msgstr "Nudez" -#: src/lib/moderation/useReportOptions.ts:73 +#: src/lib/moderation/useReportOptions.ts:78 msgid "Nudity or adult content not labeled as such" msgstr "Nudez ou pornografia sem aviso aplicado" @@ -4404,7 +4543,7 @@ msgstr "Desligado" msgid "Oh no!" msgstr "Opa!" -#: src/screens/Onboarding/StepInterests/index.tsx:153 +#: src/screens/Onboarding/StepInterests/index.tsx:138 msgid "Oh no! Something went wrong." msgstr "Opa! Algo deu errado." @@ -4421,11 +4560,15 @@ msgid "Oldest replies first" msgstr "Respostas mais antigas primeiro" #: 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/>" msgstr "" #: src/view/screens/Settings/index.tsx:226 @@ -4433,10 +4576,10 @@ msgid "Onboarding reset" msgstr "Resetar tutoriais" #: src/tours/Tooltip.tsx:118 -msgid "Onboarding tour step {0}: {1}" -msgstr "Etapa do tour de integração {0}: {1}" +#~ msgid "Onboarding tour step {0}: {1}" +#~ msgstr "Etapa do tour de integração {0}: {1}" -#: src/view/com/composer/Composer.tsx:589 +#: src/view/com/composer/Composer.tsx:667 msgid "One or more images is missing alt text." msgstr "Uma ou mais imagens estão sem texto alternativo." @@ -4452,10 +4595,14 @@ msgstr "Apenas imagens .jpg ou .png são permitidas" msgid "Only {0} can reply." msgstr "Apenas {0} pode responder." -#: src/screens/Signup/StepHandle.tsx:150 +#: src/screens/Signup/StepHandle.tsx:152 msgid "Only contains letters, numbers, and hyphens" msgstr "Contém apenas letras, números e hífens" +#: src/view/com/composer/videos/SubtitleFilePicker.tsx:31 +msgid "Only WebVTT (.vtt) files are supported" +msgstr "Somente arquivos WebVTT (.vtt) são suportados" + #: src/components/Lists.tsx:88 msgid "Oops, something went wrong!" msgstr "Opa, algo deu errado!" @@ -4463,13 +4610,13 @@ msgstr "Opa, algo deu errado!" #: 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 "Opa!" -#: src/screens/Onboarding/StepFinished.tsx:264 +#: src/screens/Onboarding/StepFinished.tsx:260 msgid "Open" msgstr "Abrir" @@ -4486,8 +4633,9 @@ msgstr "Abrir criador de avatar" msgid "Open conversation options" msgstr "Abrir opções de conversa" -#: 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 "Abrir seletor de emojis" @@ -4668,12 +4816,12 @@ msgstr "Abre a página de log do sistema" msgid "Opens the threads preferences" msgstr "Abre as preferências de threads" -#: 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 "Abre este perfil" -#: src/view/com/composer/videos/SelectVideoBtn.tsx:54 +#: src/view/com/composer/videos/SelectVideoBtn.tsx:81 msgid "Opens video picker" msgstr "Abre seletor de vídeos" @@ -4751,11 +4899,11 @@ msgid "Password updated!" msgstr "Senha atualizada!" #: 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 "Pausar" -#: src/view/com/util/post-embeds/VideoEmbedInner/VideoWebControls.tsx:203 +#: src/view/com/util/post-embeds/VideoEmbedInner/VideoWebControls.tsx:275 msgid "Pause video" msgstr "Pausar vídeo" @@ -4815,7 +4963,7 @@ msgid "Pinned to your feeds" msgstr "Fixado em seus feeds" #: 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 "Tocar" @@ -4832,8 +4980,8 @@ msgstr "Reproduzir {0}" msgid "Play or pause the GIF" msgstr "Tocar ou pausar o GIF" -#: 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 "Reproduzir vídeo" @@ -4846,16 +4994,16 @@ msgstr "Reproduzir Vídeo" msgid "Plays the GIF" msgstr "Reproduz o GIF" -#: src/screens/Signup/state.ts:222 +#: src/screens/Signup/state.ts:217 msgid "Please choose your handle." msgstr "Por favor, escolha seu usuário." -#: 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, escolha sua senha." -#: src/screens/Signup/state.ts:236 +#: src/screens/Signup/state.ts:231 msgid "Please complete the verification captcha." msgstr "Por favor, complete o captcha de verificação." @@ -4875,7 +5023,7 @@ msgstr "Por favor, insira um nome único para esta Senha de Aplicativo ou use no msgid "Please enter a valid word, tag, or phrase to mute" msgstr "Por favor, insira uma palavra, tag ou frase para silenciar" -#: 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 "Por favor, digite o seu e-mail." @@ -4888,7 +5036,7 @@ msgstr "Por favor, insira seu código de convite." msgid "Please enter your password as well:" msgstr "Por favor, digite sua senha também:" -#: 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 "Por favor, explique por que você acha que este rótulo foi aplicado incorrentamente por {0}" @@ -4905,7 +5053,7 @@ msgstr "Por favor entre como @{0}" msgid "Please Verify Your Email" msgstr "Por favor, verifique seu e-mail" -#: src/view/com/composer/Composer.tsx:331 +#: src/view/com/composer/Composer.tsx:355 msgid "Please wait for your link card to finish loading" msgstr "Aguarde até que a prévia de link termine de carregar" @@ -4918,13 +5066,13 @@ msgstr "Política" msgid "Porn" msgstr "Pornografia" -#: 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 "Postar" -#: src/view/com/post-thread/PostThread.tsx:480 +#: src/view/com/post-thread/PostThread.tsx:481 msgctxt "description" msgid "Post" msgstr "Postar" @@ -5065,13 +5213,13 @@ msgstr "Converse em particular com outros usuários." msgid "Processing..." msgstr "Processando..." -#: src/view/screens/DebugMod.tsx:895 +#: src/view/screens/DebugMod.tsx:896 #: src/view/screens/Profile.tsx:346 msgid "profile" msgstr "perfil" -#: 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 @@ -5086,7 +5234,7 @@ msgstr "Perfil atualizado" msgid "Protect your account by verifying your email." msgstr "Proteja a sua conta verificando o seu e-mail." -#: src/screens/Onboarding/StepFinished.tsx:250 +#: src/screens/Onboarding/StepFinished.tsx:246 msgid "Public" msgstr "Público" @@ -5098,11 +5246,11 @@ msgstr "Listas públicas e compartilháveis para silenciar ou bloquear usuários msgid "Public, shareable lists which can drive feeds." msgstr "Listas públicas e compartilháveis que geram feeds." -#: src/view/com/composer/Composer.tsx:549 +#: src/view/com/composer/Composer.tsx:627 msgid "Publish post" msgstr "Publicar post" -#: src/view/com/composer/Composer.tsx:549 +#: src/view/com/composer/Composer.tsx:627 msgid "Publish reply" msgstr "Publicar resposta" @@ -5119,11 +5267,11 @@ msgid "QR code saved to your camera roll!" msgstr "QR code salvo no rolo da sua câmera!" #: src/tours/Tooltip.tsx:111 -msgid "Quick tip" -msgstr "Dica rápida" +#~ msgid "Quick tip" +#~ msgstr "Dica rápida" -#: 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" @@ -5148,8 +5296,8 @@ msgid "Quote post was successfully detached" msgstr "A postagem de citação foi desanexada com sucesso" #: 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" @@ -5163,8 +5311,8 @@ msgstr "Postagens de citações habilitadas" msgid "Quote settings" msgstr "Configurações de citações" -#: 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 "Citações" @@ -5254,6 +5402,10 @@ msgstr "Remover {displayName} do pacote inicial" msgid "Remove account" msgstr "Remover conta" +#: src/view/com/composer/ExternalEmbedRemoveBtn.tsx:28 +msgid "Remove attachment" +msgstr "" + #: src/view/com/util/UserAvatar.tsx:387 msgid "Remove Avatar" msgstr "Remover avatar" @@ -5262,7 +5414,7 @@ msgstr "Remover avatar" msgid "Remove Banner" msgstr "Remover banner" -#: src/screens/Messages/Conversation/MessageInputEmbed.tsx:218 +#: src/screens/Messages/Conversation/MessageInputEmbed.tsx:207 msgid "Remove embed" msgstr "Remover incorporação" @@ -5302,8 +5454,8 @@ msgid "Remove image" msgstr "Remover imagem" #: src/view/com/composer/ExternalEmbedRemoveBtn.tsx:28 -msgid "Remove image preview" -msgstr "Remover visualização da imagem" +#~ msgid "Remove image preview" +#~ msgstr "Remover visualização da imagem" #: src/components/dialogs/MutedWords.tsx:523 msgid "Remove mute word from your list" @@ -5317,26 +5469,30 @@ msgstr "Remover perfil" msgid "Remove profile from search history" msgstr "Remover perfil do histórico de pesquisa" -#: src/view/com/util/post-embeds/QuoteEmbed.tsx:255 +#: src/view/com/util/post-embeds/QuoteEmbed.tsx:269 msgid "Remove quote" msgstr "Remover citação" -#: 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 "Desfazer repost" +#: src/view/com/composer/videos/SubtitleDialog.tsx:260 +msgid "Remove subtitle file" +msgstr "Remover arquivo de legenda" + #: src/view/com/posts/FeedErrorMessage.tsx:211 msgid "Remove this feed from your saved feeds" msgstr "Remover este feed dos feeds salvos" -#: src/view/com/util/post-embeds/QuoteEmbed.tsx:100 +#: src/view/com/util/post-embeds/QuoteEmbed.tsx:105 msgid "Removed by author" msgstr "Removido pelo autor" -#: src/view/com/util/post-embeds/QuoteEmbed.tsx:98 +#: src/view/com/util/post-embeds/QuoteEmbed.tsx:103 msgid "Removed by you" -msgstr Removido por você" +msgstr "Removido por você" #: src/view/com/modals/ListAddRemoveUsers.tsx:200 #: src/view/com/modals/UserAddRemoveLists.tsx:164 @@ -5362,13 +5518,17 @@ msgstr "Removido dos feeds salvos" #~ msgid "Removes default thumbnail from {0}" #~ msgstr "Remover miniatura de {0}" -#: src/view/com/util/post-embeds/QuoteEmbed.tsx:256 +#: src/view/com/util/post-embeds/QuoteEmbed.tsx:270 msgid "Removes quoted post" msgstr "Remove o post citado" #: src/view/com/composer/ExternalEmbedRemoveBtn.tsx:29 -msgid "Removes the image preview" -msgstr "Remove a pré-visualização da imagem" +msgid "Removes the attachment" +msgstr "" + +#: src/view/com/composer/ExternalEmbedRemoveBtn.tsx:29 +#~ msgid "Removes the image preview" +#~ msgstr "Remove a pré-visualização da imagem" #: src/view/com/posts/FeedShutdownMsg.tsx:129 #: src/view/com/posts/FeedShutdownMsg.tsx:133 @@ -5395,7 +5555,7 @@ msgstr "Respostas para esta postagem estão desativadas." #~ msgid "Replies to this thread are disabled" #~ msgstr "Respostas para esta thread estão desativadas" -#: src/view/com/composer/Composer.tsx:562 +#: src/view/com/composer/Composer.tsx:640 msgctxt "action" msgid "Reply" msgstr "Responder" @@ -5429,23 +5589,23 @@ msgstr "Configurações de resposta são escolhidas pelo autor da thread" #~ msgstr "Responder <0/>" #: 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/>" msgstr "Responder <0><1/>" -#: src/view/com/posts/FeedItem.tsx:513 +#: src/view/com/posts/FeedItem.tsx:511 msgctxt "description" msgid "Reply to a blocked post" msgstr "Responder a uma postagem bloqueada" -#: src/view/com/posts/FeedItem.tsx:515 +#: src/view/com/posts/FeedItem.tsx:513 msgctxt "description" msgid "Reply to a post" msgstr "Responder a uma postagem" #: 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 "Responder para você" @@ -5537,9 +5697,9 @@ msgstr "Denunciar este pacote inicial" msgid "Report this user" msgstr "Denunciar este usuário" -#: 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 "Repostar" @@ -5550,18 +5710,18 @@ msgid "Repost" msgstr "Repostar" #: 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 "Repostar ou citar um 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 "Repostado Por" -#: src/view/com/posts/FeedItem.tsx:294 +#: src/view/com/posts/FeedItem.tsx:292 msgid "Reposted by {0}" msgstr "Repostado por {0}" @@ -5569,16 +5729,16 @@ msgstr "Repostado por {0}" #~ msgid "Reposted by <0/>" #~ msgstr "Repostado por <0/>" -#: src/view/com/posts/FeedItem.tsx:313 +#: src/view/com/posts/FeedItem.tsx:311 msgid "Reposted by <0><1/>" msgstr "Repostado por <0><1/>" -#: 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 "Repostado por você" -#: src/view/com/notifications/FeedItem.tsx:184 +#: src/view/com/notifications/FeedItem.tsx:180 msgid "reposted your post" msgstr "repostou seu post" @@ -5613,6 +5773,14 @@ msgstr "Obrigatório para este provedor" msgid "Resend email" msgstr "Reenviar e-mail" +#: 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 redefinição" @@ -5652,15 +5820,15 @@ msgstr "Tenta entrar novamente" msgid "Retries the last action, which errored out" msgstr "Tenta a última ação, que deu erro" -#: 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 @@ -5772,8 +5940,8 @@ msgstr "Salva o corte da imagem" #: 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 "Diga olá!" @@ -5787,15 +5955,15 @@ msgid "Scroll to top" msgstr "Ir para o topo" #: 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" @@ -5881,6 +6049,10 @@ msgstr "Veja o guia" #~ msgid "See what's next" #~ msgstr "Veja o que vem por aí" +#: src/view/com/util/post-embeds/VideoEmbedInner/VideoWebControls.tsx:587 +msgid "Seek slider" +msgstr "Controle deslizante de busca" + #: src/view/com/util/Selector.tsx:106 msgid "Select {item}" msgstr "Selecionar {item}" @@ -5917,6 +6089,10 @@ msgstr "Selecionar GIF \"{0}\"" msgid "Select how long to mute this word for." msgstr "Selecione por quanto tempo essa palavra deve ser silenciada." +#: src/view/com/composer/videos/SubtitleDialog.tsx:245 +msgid "Select language..." +msgstr "Selecione o idioma..." + #: src/view/screens/LanguageSettings.tsx:303 msgid "Select languages" msgstr "Selecionar idiomas" @@ -5933,6 +6109,10 @@ msgstr "Seleciona opção {i} de {numItems}" #~ msgid "Select some accounts below to follow" #~ msgstr "Selecione algumas contas para seguir" +#: src/view/com/composer/videos/SubtitleFilePicker.tsx:57 +msgid "Select subtitle file (.vtt)" +msgstr "Selecione o arquivo de legenda (.vtt)" + #: src/screens/Onboarding/StepProfile/AvatarCreatorItems.tsx:83 msgid "Select the {emojiName} emoji as your avatar" msgstr "Selecione o {emojiName} emoji como avatar" @@ -5949,7 +6129,7 @@ msgstr "Selecione o serviço que hospeda seus dados." #~ msgid "Select topical feeds to follow from the list below" #~ msgstr "Selecione feeds de assuntos para seguir" -#: src/view/com/composer/videos/SelectVideoBtn.tsx:53 +#: src/view/com/composer/videos/SelectVideoBtn.tsx:80 msgid "Select video" msgstr "Selecione o vídeo" @@ -5973,7 +6153,7 @@ msgstr "Selecione o idioma do seu aplicativo" msgid "Select your date of birth" msgstr "Selecione sua data de nascimento" -#: src/screens/Onboarding/StepInterests/index.tsx:226 +#: src/screens/Onboarding/StepInterests/index.tsx:206 msgid "Select your interests from the options below" msgstr "Selecione seus interesses" @@ -6011,8 +6191,8 @@ msgstr "Enviar E-mail" msgid "Send feedback" msgstr "Enviar comentários" -#: 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 mensagem" @@ -6123,7 +6303,7 @@ msgstr "Define a proporção da imagem para comprida" #: 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" @@ -6144,7 +6324,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 "Compartilhar" @@ -6164,7 +6344,7 @@ msgstr "Compartilhe um fato divertido!" #: 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 "Compartilhar assim" @@ -6224,7 +6404,7 @@ msgstr "Mostrar" #~ msgid "Show all replies" #~ msgstr "Mostrar todas as respostas" -#: src/view/com/util/post-embeds/GifEmbed.tsx:175 +#: src/view/com/util/post-embeds/GifEmbed.tsx:157 msgid "Show alt text" msgstr "Mostrar texto alternativo" @@ -6244,8 +6424,8 @@ msgid "Show badge and filter from feeds" msgstr "Mostrar rótulo e filtrar dos feeds" #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:215 -msgid "Show follows similar to {0}" -msgstr "Mostrar usuários parecidos com {0}" +#~ msgid "Show follows similar to {0}" +#~ msgstr "Mostrar usuários parecidos com {0}" #: src/view/com/post-thread/PostThreadShowHiddenReplies.tsx:23 msgid "Show hidden replies" @@ -6260,9 +6440,9 @@ msgstr "Mostrar menos disso" msgid "Show list anyway" msgstr "Mostrar lista de qualquer maneira" -#: 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 "Mostrar Mais" @@ -6345,7 +6525,7 @@ msgstr "Mostrar aviso" msgid "Show warning and filter from feeds" msgstr "Mostrar aviso e filtrar dos feeds" -#: 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 "Mostra posts de {0} no seu feed" @@ -6358,12 +6538,12 @@ msgstr "Mostra posts de {0} no seu feed" #: 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 @@ -6395,12 +6575,12 @@ msgstr "Sair" msgid "Sign out of all accounts" msgstr "Sair de todas as contas" +#: 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 @@ -6425,25 +6605,25 @@ msgstr "Entrou como" msgid "Signed in as @{0}" msgstr "autenticado como @{0}" -#: src/view/com/notifications/FeedItem.tsx:222 +#: src/view/com/notifications/FeedItem.tsx:218 msgid "signed up with your starter pack" msgstr "se inscreveu com seu pacote inicial" -#: 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 "Inscreva-se sem um pacote inicial" #: src/view/com/profile/ProfileHeaderSuggestedFollows.tsx:102 -msgid "Similar accounts" -msgstr "Contas semelhantes" +#~ msgid "Similar accounts" +#~ msgstr "Contas semelhantes" -#: src/screens/Onboarding/StepInterests/index.tsx:265 +#: src/screens/Onboarding/StepInterests/index.tsx:245 #: src/screens/StarterPack/Wizard/index.tsx:191 msgid "Skip" msgstr "Pular" -#: src/screens/Onboarding/StepInterests/index.tsx:262 +#: src/screens/Onboarding/StepInterests/index.tsx:242 msgid "Skip this flow" msgstr "Pular" @@ -6452,7 +6632,7 @@ msgstr "Pular" msgid "Software Dev" msgstr "Desenvolvimento de software" -#: src/components/FeedInterstitials.tsx:397 +#: src/components/FeedInterstitials.tsx:443 msgid "Some other feeds you might like" msgstr "Alguns outros feeds que você pode gostar" @@ -6505,12 +6685,12 @@ msgstr "Classificar respostas de um post por:" #~ msgid "Source: <0>{0}" #~ msgstr "" -#: src/components/moderation/LabelsOnMeDialog.tsx:171 +#: src/components/moderation/LabelsOnMeDialog.tsx:163 msgid "Source: <0>{sourceName}" msgstr "Fonte: <0>{sourceName}" -#: 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" @@ -6540,10 +6720,9 @@ msgid "Start chatting" msgstr "Comece a conversar" #: 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 "Início da integração da sua janela. Não retroceda. Em vez disso, avance para mais opções ou pressione para pular." +#~ msgid "Start of onboarding tour window. Do not move backward. Instead, go forward for more options, or press to skip." +#~ msgstr "Início da integração da sua janela. Não retroceda. Em vez disso, avance para mais opções ou pressione para pular." -#: src/lib/generate-starterpack.ts:68 #: src/Navigation.tsx:358 #: src/Navigation.tsx:363 #: src/screens/StarterPack/Wizard/index.tsx:182 @@ -6591,8 +6770,8 @@ msgstr "Armazenamento limpo, você precisa reiniciar o app agora." msgid "Storybook" msgstr "Storybook" -#: 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" @@ -6631,7 +6810,7 @@ msgstr "Contas sugeridas" #~ msgid "Suggested Follows" #~ msgstr "Sugestões de Seguidores" -#: src/components/FeedInterstitials.tsx:262 +#: src/components/FeedInterstitials.tsx:308 msgid "Suggested for you" msgstr "Sugeridos para você" @@ -6651,8 +6830,8 @@ msgid "Switch Account" msgstr "Alterar Conta" #: src/tours/HomeTour.tsx:48 -msgid "Switch between feeds to control your experience." -msgstr "Alterne entre feeds para controlar sua experiência." +#~ msgid "Switch between feeds to control your experience." +#~ msgstr "Alterne entre feeds para controlar sua experiência." #: src/view/screens/Settings/index.tsx:126 msgid "Switch to {0}" @@ -6691,17 +6870,22 @@ msgstr "Alto" msgid "Tap to dismiss" msgstr "Toque para dispensar" -#: 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 "Toque para entrar em tela cheia" -#: 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 "Toque para alternar o som" +#: 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 "Toque para ver tudo" +#~ msgid "Tap to view fully" +#~ msgstr "Toque para ver tudo" #: src/state/shell/progress-guide.tsx:166 msgid "Task complete - 10 likes!" @@ -6737,9 +6921,9 @@ msgid "Terms of Service" msgstr "Termos de Serviço" #: 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 "Termos utilizados violam as diretrizes da comunidade" @@ -6751,7 +6935,7 @@ msgstr "Termos utilizados violam as diretrizes da comunidade" msgid "Text & tags" msgstr "Texto e tags" -#: 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 entrada de texto" @@ -6761,6 +6945,10 @@ msgstr "Campo de entrada de texto" msgid "Thank you. Your report has been sent." msgstr "Obrigado. Sua denúncia foi enviada." +#: 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 "Contém o seguinte:" @@ -6778,11 +6966,11 @@ msgstr "Este identificador de usuário já está sendo usado." msgid "That starter pack could not be found." msgstr "Esse pacote inicial não pôde ser encontrado." -#: src/view/com/post-thread/PostQuotes.tsx:129 +#: src/view/com/post-thread/PostQuotes.tsx:127 msgid "That's all, folks!" msgstr "É isso, pessoal!" -#: 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 "A conta poderá interagir com você após o desbloqueio." @@ -6817,7 +7005,7 @@ msgstr "O feed Discover" msgid "The Discover feed now knows what you like" msgstr "O feed Discover agora sabe o que você curte" -#: 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 "A experiência é melhor no aplicativo. Baixe o Bluesky agora e retomaremos de onde você parou." @@ -6825,11 +7013,11 @@ msgstr "A experiência é melhor no aplicativo. Baixe o Bluesky agora e retomare msgid "The feed has been replaced with Discover." msgstr "Este feed foi substituído pelo Discover." -#: src/components/moderation/LabelsOnMeDialog.tsx:65 +#: src/components/moderation/LabelsOnMeDialog.tsx:58 msgid "The following labels were applied to your account." msgstr "Os seguintes rótulos foram aplicados sobre sua conta." -#: src/components/moderation/LabelsOnMeDialog.tsx:66 +#: src/components/moderation/LabelsOnMeDialog.tsx:59 msgid "The following labels were applied to your content." msgstr "Os seguintes rótulos foram aplicados sobre seu conteúdo." @@ -6846,7 +7034,7 @@ msgstr "O post pode ter sido excluído." msgid "The Privacy Policy has been moved to <0/>" msgstr "A Política de Privacidade foi movida para <0/>" -#: src/state/queries/video/video.ts:129 +#: src/state/queries/video/video.ts:222 msgid "The selected video is larger than 100MB." msgstr "Vídeo selecionado é maior que 100 MB." @@ -6862,6 +7050,10 @@ msgstr "O formulário de suporte foi movido. Se precisar de ajuda, <0/> ou visit msgid "The Terms of Service have been moved to" msgstr "Os Termos de Serviço foram movidos para" +#: src/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 "Temos vários feeds para você experimentar:" @@ -6912,7 +7104,7 @@ msgstr "Tivemos um problema ao contatar o servidor deste feed" msgid "There was an issue fetching notifications. Tap here to try again." msgstr "Tivemos um problema ao carregar notificações. Toque aqui para tentar de novo." -#: src/view/com/posts/Feed.tsx:460 +#: src/view/com/posts/Feed.tsx:476 msgid "There was an issue fetching posts. Tap here to try again." msgstr "Tivemos um problema ao carregar posts. Toque aqui para tentar de novo." @@ -6934,15 +7126,15 @@ msgstr "Tivemos um problema ao enviar sua denúncia. Por favor, verifique sua co #~ msgid "There was an issue syncing your preferences with the server" #~ msgstr "Tivemos um problema ao sincronizar suas configurações" -#: src/view/screens/AppPasswords.tsx:70 +#: src/view/screens/AppPasswords.tsx:69 msgid "There was an issue with fetching your app passwords" msgstr "Tivemos um problema ao carregar suas senhas de app." -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx: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 @@ -6993,7 +7185,7 @@ msgstr "This account is blocked by one or more of your moderation lists. To unbl #~ msgid "This appeal will be sent to <0>{0}." #~ msgstr "Esta contestação será enviada para <0>{0}." -#: src/components/moderation/LabelsOnMeDialog.tsx:250 +#: src/components/moderation/LabelsOnMeDialog.tsx:241 msgid "This appeal will be sent to <0>{sourceName}." msgstr "Este apelo será enviado para <0>{sourceName}." @@ -7086,7 +7278,7 @@ msgstr "Este rótulo foi aplicado pelo autor." #~ msgid "This label was applied by you" #~ msgstr "Este rótulo foi aplicado por você" -#: src/components/moderation/LabelsOnMeDialog.tsx:169 +#: src/components/moderation/LabelsOnMeDialog.tsx:161 msgid "This label was applied by you." msgstr "Esta etiqueta foi aplicada por você." @@ -7119,7 +7311,7 @@ msgid "This post has been deleted." msgstr "Este post foi excluído." #: 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 "Este post só pode ser visto por usuários autenticados e não aparecerá para pessoas que não estão autenticadas." @@ -7151,7 +7343,7 @@ msgstr "Este serviço não proveu termos de serviço ou política de privacidade msgid "This should create a domain record at:" msgstr "Isso deve criar um registro no domínio:" -#: src/view/com/profile/ProfileFollowers.tsx:87 +#: src/view/com/profile/ProfileFollowers.tsx:96 msgid "This user doesn't have any followers." msgstr "Este usuário não é seguido por ninguém ainda." @@ -7180,7 +7372,7 @@ msgstr "Este usuário está incluído na lista <0>{0}, que você silenciou." msgid "This user is new here. Press for more info about when they joined." msgstr "Este usuário é novo aqui. Pressione para mais informações sobre quando ele entrou." -#: src/view/com/profile/ProfileFollows.tsx:87 +#: src/view/com/profile/ProfileFollows.tsx:96 msgid "This user isn't following anyone." msgstr "Este usuário não segue ninguém ainda." @@ -7233,6 +7425,10 @@ msgstr "Para desabilitar o 2FA via e-mail, por favor verifique seu acesso a este 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 "Para denunciar uma conversa, por favor, denuncie uma das mensagens individualmente. Isso vai permitir a análise da situação pelos nossos moderadores." +#: src/view/com/composer/videos/SelectVideoBtn.tsx:106 +msgid "To upload videos to Bluesky, you must first verify your email." +msgstr "Para enviar vídeos para o Bluesky, você deve primeiro verificar seu e-mail." + #: src/components/ReportDialog/SelectLabelerView.tsx:33 msgid "To whom would you like to send this report?" msgstr "Para quem você gostaria de enviar esta denúncia?" @@ -7249,7 +7445,7 @@ msgstr "Alternar menu suspenso" msgid "Toggle to enable or disable adult content" msgstr "Ligar ou desligar conteúdo adulto" -#: src/screens/Hashtag.tsx:88 +#: src/screens/Hashtag.tsx:86 #: src/view/screens/Search/Search.tsx:349 msgid "Top" msgstr "Principais" @@ -7260,8 +7456,8 @@ msgstr "Transformações" #: 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" @@ -7280,7 +7476,7 @@ msgstr "TV" msgid "Two-factor authentication" msgstr "Autenticação de dois fatores (2FA)" -#: src/screens/Messages/Conversation/MessageInput.tsx:139 +#: src/screens/Messages/Conversation/MessageInput.tsx:141 msgid "Type your message here" msgstr "Digite sua mensagem aqui" @@ -7313,14 +7509,14 @@ msgstr "Não foi possível excluir" #: 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" @@ -7335,12 +7531,12 @@ msgstr "Desbloquear Conta" msgid "Unblock Account" msgstr "Desbloquear Conta" -#: 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 Conta?" -#: 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" @@ -7355,7 +7551,7 @@ msgstr "Deixar de seguir" #~ msgid "Unfollow" #~ msgstr "Deixar de seguir" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:237 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:208 msgid "Unfollow {0}" msgstr "Deixar de seguir {0}" @@ -7373,8 +7569,7 @@ msgid "Unlike this feed" msgstr "Descurtir este feed" #: 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 "Dessilenciar" @@ -7405,11 +7600,11 @@ msgstr "Desmutar conversa" msgid "Unmute thread" msgstr "Dessilenciar thread" -#: src/view/com/util/post-embeds/VideoEmbedInner/VideoWebControls.tsx:201 +#: src/view/com/util/post-embeds/VideoEmbedInner/VideoWebControls.tsx:273 msgid "Unmute video" msgstr "Desmutar vídeo" -#: src/view/com/util/post-embeds/VideoEmbedInner/VideoEmbedInnerNative.tsx:201 +#: src/view/com/util/post-embeds/VideoEmbedInner/VideoEmbedInnerNative.tsx:168 msgid "Unmuted" msgstr "Desmutar" @@ -7447,12 +7642,16 @@ msgstr "Desinscrever-se deste rotulador" msgid "Unsubscribed from list" msgstr "Cancelada inscrição na lista" +#: src/state/queries/video/video.ts:240 +msgid "Unsupported video type: {mimeType}" +msgstr "Tipo de vídeo não suportado: {mimeType}" + #: src/lib/moderation/useReportOptions.ts:85 #~ msgid "Unwanted sexual content" #~ msgstr "Conteúdo sexual indesejado" -#: 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 "Conteúdo Sexual Indesejado" @@ -7507,7 +7706,7 @@ msgstr "Carregar da galeria" msgid "Use a file on your server" msgstr "Utilize um arquivo no seu servidor" -#: 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 "Use as senhas de aplicativos para fazer login em outros clientes do Bluesky sem dar acesso total à sua conta ou senha." @@ -7630,6 +7829,10 @@ msgstr "Usuários que curtiram este conteúdo ou perfil" msgid "Value:" msgstr "Conteúdo:" +#: src/view/com/composer/videos/SelectVideoBtn.tsx:104 +msgid "Verified email required" +msgstr "E-mail verificado necessário" + #: src/view/com/modals/ChangeHandle.tsx:510 #~ msgid "Verify {0}" #~ msgstr "Verificar {0}" @@ -7642,6 +7845,10 @@ msgstr "Verificar registro DNS" msgid "Verify email" msgstr "Verificar e-mail" +#: src/components/intents/VerifyEmailIntentDialog.tsx:61 +msgid "Verify email dialog" +msgstr "" + #: src/view/screens/Settings/index.tsx:961 msgid "Verify my email" msgstr "Verificar meu e-mail" @@ -7655,6 +7862,10 @@ msgstr "Verificar Meu Email" msgid "Verify New Email" msgstr "Verificar Novo E-mail" +#: src/view/com/composer/videos/SelectVideoBtn.tsx:108 +msgid "Verify now" +msgstr "Verifique agora" + #: src/view/com/modals/ChangeHandle.tsx:505 msgid "Verify Text File" msgstr "Verificar Arquivo" @@ -7671,15 +7882,32 @@ msgstr "Verificar Seu E-mail" msgid "Version {appVersion} {bundleInfo}" msgstr "Versão {appVersion} {bundleInfo}" -#: 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 "Vídeo" +#: src/state/queries/video/video.ts:138 +msgid "Video failed to process" +msgstr "Falha no processamento do vídeo" + #: src/screens/Onboarding/index.tsx:39 #: src/screens/Onboarding/state.ts:88 msgid "Video Games" msgstr "Games" +#: src/view/com/util/post-embeds/VideoEmbed.web.tsx:163 +msgid "Video not found." +msgstr "Vídeo não encontrado." + +#: src/view/com/composer/videos/SubtitleDialog.tsx:99 +msgid "Video settings" +msgstr "Configurações de vídeo" + +#: 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 "Vídeos não podem ter mais de 100 MB" @@ -7689,7 +7917,7 @@ msgid "View {0}'s avatar" msgstr "Ver o avatar de {0}" #: 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 "Ver perfil de {0}" @@ -7721,7 +7949,7 @@ msgstr "Ver detalhes para denunciar uma violação de copyright" msgid "View full thread" msgstr "Ver thread completa" -#: src/components/moderation/LabelsOnMe.tsx:48 +#: src/components/moderation/LabelsOnMe.tsx:47 msgid "View information about these labels" msgstr "Ver informações sobre estes rótulos" @@ -7781,7 +8009,7 @@ msgstr "Avisar" msgid "Warn content and filter from feeds" msgstr "Avisar e filtrar dos feeds" -#: src/screens/Hashtag.tsx:210 +#: src/screens/Hashtag.tsx:217 msgid "We couldn't find any results for that hashtag." msgstr "Não encontramos nenhum post com esta hashtag." @@ -7793,7 +8021,11 @@ msgstr "Não foi possível carregar esta conversa" msgid "We estimate {estimatedTime} until your account is ready." msgstr "Estimamos que sua conta estará pronta em mais ou menos {estimatedTime}." -#: src/screens/Onboarding/StepFinished.tsx:242 +#: src/components/intents/VerifyEmailIntentDialog.tsx:98 +msgid "We have sent another verification email to <0>{0}." +msgstr "" + +#: src/screens/Onboarding/StepFinished.tsx:238 msgid "We hope you have a wonderful time. Remember, Bluesky is:" msgstr "Esperamos que você se divirta. Lembre-se, o Bluesky é:" @@ -7809,6 +8041,10 @@ msgstr "Não temos mais posts de quem você segue. Aqui estão os mais novos de #~ msgid "We recommend our \"Discover\" feed:" #~ msgstr "Recomendamos nosso 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 "Não conseguimos determinar se você tem permissão para enviar vídeos. Tente novamente." + #: src/components/dialogs/BirthDateSettings.tsx:52 msgid "We were unable to load your birth date preferences. Please try again." msgstr "Não foi possível carregar sua data de nascimento. Por favor, tente novamente." @@ -7817,7 +8053,7 @@ msgstr "Não foi possível carregar sua data de nascimento. Por favor, tente nov msgid "We were unable to load your configured labelers at this time." msgstr "Não foi possível carregar seus rotuladores." -#: src/screens/Onboarding/StepInterests/index.tsx: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 "Não conseguimos conectar. Por favor, tente novamente para continuar configurando a sua conta. Se continuar falhando, você pode pular este fluxo." @@ -7825,7 +8061,7 @@ msgstr "Não conseguimos conectar. Por favor, tente novamente para continuar con msgid "We will let you know when your account is ready." msgstr "Avisaremos quando sua conta estiver pronta." -#: 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 "Usaremos isto para customizar a sua experiência." @@ -7849,7 +8085,7 @@ msgstr "Não foi possível carregar sua lista de palavras silenciadas. Por favor msgid "We're sorry, but your search could not be completed. Please try again in a few minutes." msgstr "Lamentamos, mas sua busca não pôde ser concluída. Por favor, tente novamente em alguns minutos." -#: src/view/com/composer/Composer.tsx:380 +#: src/view/com/composer/Composer.tsx:417 msgid "We're sorry! The post you are replying to has been deleted." msgstr "Sentimos muito! A postagem que você está respondendo foi excluída." @@ -7878,7 +8114,7 @@ msgstr "Bem vindo de volta!" msgid "Welcome, friend!" msgstr "Bem-vindo, amigo!" -#: src/screens/Onboarding/StepInterests/index.tsx:155 +#: src/screens/Onboarding/StepInterests/index.tsx:140 msgid "What are your interests?" msgstr "Do que você gosta?" @@ -7888,7 +8124,7 @@ msgstr "Como você quer chamar seu pacote inicial?" #: 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 "E aí?" @@ -7958,16 +8194,16 @@ msgstr "Por que este usuário deve ser analisado?" msgid "Wide" msgstr "Largo" -#: 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 "Escreva uma mensagem" -#: src/view/com/composer/Composer.tsx:660 +#: src/view/com/composer/Composer.tsx:708 msgid "Write post" msgstr "Escrever 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 "Escreva sua resposta" @@ -8008,7 +8244,7 @@ msgstr "Sim, ocultar" msgid "Yes, reactivate my account" msgstr "Sim, reative minha conta" -#: src/components/dms/MessageItem.tsx:182 +#: src/components/dms/MessageItem.tsx:183 msgid "Yesterday, {time}" msgstr "Ontem, {time}" @@ -8025,7 +8261,11 @@ msgstr "Você" msgid "You are in line." msgstr "Você está na fila." -#: src/view/com/profile/ProfileFollows.tsx:86 +#: src/state/queries/video/video.ts:161 +msgid "You are not allowed to upload videos." +msgstr "Você não tem permissão para enviar vídeos." + +#: src/view/com/profile/ProfileFollows.tsx:95 msgid "You are not following anyone." msgstr "Você não segue ninguém." @@ -8059,7 +8299,7 @@ msgstr "Agora você pode entrar com a sua nova senha." msgid "You can reactivate your account to continue logging in. Your profile and posts will be visible to other users." msgstr "Você pode reativar sua conta para continuar fazendo login. Seu perfil e suas postagens ficarão visíveis para outros usuários." -#: src/view/com/profile/ProfileFollowers.tsx:86 +#: src/view/com/profile/ProfileFollowers.tsx:95 msgid "You do not have any followers." msgstr "Ninguém segue você ainda." @@ -8142,7 +8382,7 @@ msgstr "Você não tem 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 "Você ainda não bloqueou nenhuma conta. Para bloquear uma conta, acesse um perfil e selecione \"Bloquear conta\" no menu." -#: 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 "Você ainda não criou nenhuma senha de aplicativo. Você pode criar uma pressionando o botão abaixo." @@ -8154,6 +8394,10 @@ msgstr "Você ainda não silenciou nenhuma conta. Para silenciar uma conta, aces msgid "You have reached the end" msgstr "Você chegou ao fim" +#: src/state/queries/video/video-upload.shared.ts:67 +msgid "You have temporarily reached the limit for video uploads. Please try again later." +msgstr "Você atingiu temporariamente o limite de uploads de vídeo. Tente novamente mais tarde." + #: src/components/StarterPack/ProfileStarterPacks.tsx:235 msgid "You haven't created a starter pack yet!" msgstr "Você ainda não criou um pacote inicial!" @@ -8167,11 +8411,11 @@ msgstr "Você não silenciou nenhuma palavra ou tag ainda" msgid "You hid this reply." msgstr "Você ocultou esta resposta." -#: 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 "Você pode contestar estes rótulos se você acha que estão errados." -#: 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 "Você pode contestar estes rótulos se você acha que estão errados." @@ -8251,15 +8495,15 @@ msgstr "Você seguirá os usuários e feeds sugeridos depois de terminar de cria msgid "You'll follow the suggested users once you finish creating your account!" msgstr "Você seguirá os usuários sugeridos depois de terminar de criar sua conta!" -#: src/screens/StarterPack/StarterPackLandingScreen.tsx:239 +#: src/screens/StarterPack/StarterPackLandingScreen.tsx:241 msgid "You'll follow these people and {0} others" msgstr "Você seguirá estas pessoas e mais {0} outras" -#: src/screens/StarterPack/StarterPackLandingScreen.tsx:237 +#: src/screens/StarterPack/StarterPackLandingScreen.tsx:239 msgid "You'll follow these people right away" msgstr "Você seguirá estas pessoas imediatamente" -#: src/screens/StarterPack/StarterPackLandingScreen.tsx:277 +#: src/screens/StarterPack/StarterPackLandingScreen.tsx:279 msgid "You'll stay updated with these feeds" msgstr "Você se manterá atualizado com estes feeds" @@ -8278,7 +8522,7 @@ msgstr "Você está na fila" msgid "You're logged in with an App Password. Please log in with your main password to continue deactivating your account." msgstr "Você está logado com uma senha de aplicativo. Por favor, faça login com sua senha principal para continuar desativando sua conta." -#: src/screens/Onboarding/StepFinished.tsx:239 +#: src/screens/Onboarding/StepFinished.tsx:235 msgid "You're ready to go!" msgstr "Tudo pronto!" @@ -8291,6 +8535,14 @@ msgstr "Você escolheu esconder uma palavra ou tag deste post." msgid "You've reached the end of your feed! Find some more accounts to follow." msgstr "Você chegou ao fim do seu feed! Encontre novas contas para seguir." +#: src/state/queries/video/video.ts:175 +msgid "You've reached your daily limit for video uploads (too many bytes)" +msgstr "Você atingiu seu limite diário de uploads de vídeo (muitos bytes)" + +#: src/state/queries/video/video.ts:180 +msgid "You've reached your daily limit for video uploads (too many videos)" +msgstr "Você atingiu seu limite diário de uploads de vídeos (muitos vídeos)" + #: src/screens/Signup/index.tsx:146 msgid "Your account" msgstr "Sua conta" @@ -8307,7 +8559,7 @@ msgstr "O repositório da sua conta, contendo todos os seus dados públicos, pod msgid "Your birth date" msgstr "Sua data de nascimento" -#: 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 "Seu navegador não suporta o formato de vídeo. Por favor, tente um navegador diferente." @@ -8324,7 +8576,7 @@ msgstr "Sua escolha será salva, mas você pode trocá-la nas configurações de #~ msgstr "Seu feed inicial é o \"Seguindo\"" #: 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." @@ -8346,7 +8598,7 @@ msgstr "Sua primeira curtida!" msgid "Your following feed is empty! Follow more users to see what's happening." msgstr "Seu feed inicial está vazio! Siga mais usuários para acompanhar o que está acontecendo." -#: src/screens/Signup/StepHandle.tsx:123 +#: src/screens/Signup/StepHandle.tsx:125 msgid "Your full handle will be" msgstr "Seu identificador completo será" @@ -8362,11 +8614,11 @@ msgstr "Suas palavras silenciadas" msgid "Your password has been changed successfully!" msgstr "Sua senha foi alterada com sucesso!" -#: src/view/com/composer/Composer.tsx:426 +#: src/view/com/composer/Composer.tsx:463 msgid "Your post has been published" msgstr "Seu post foi 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 "Suas postagens, curtidas e bloqueios são públicos. Silenciamentos são privados." @@ -8378,7 +8630,7 @@ msgstr "Seu perfil" msgid "Your profile, posts, feeds, and lists will no longer be visible to other Bluesky users. You can reactivate your account at any time by logging in." msgstr "Seu perfil, postagens, feeds e listas não serão mais visíveis para outros usuários do Bluesky. Você pode reativar sua conta a qualquer momento fazendo login." -#: src/view/com/composer/Composer.tsx:425 +#: src/view/com/composer/Composer.tsx:462 msgid "Your reply has been published" msgstr "Sua resposta foi publicada" @@ -8388,4 +8640,4 @@ msgstr "Sua denúncia será enviada para o serviço de moderação do Bluesky" #: src/screens/Signup/index.tsx:148 msgid "Your user handle" -msgstr "Seu identificador de usuário" \ No newline at end of file +msgstr "Seu identificador de usuário" diff --git a/src/locale/locales/tr/messages.po b/src/locale/locales/tr/messages.po index 71473791..cc1799e4 100644 --- a/src/locale/locales/tr/messages.po +++ b/src/locale/locales/tr/messages.po @@ -21,11 +21,19 @@ msgstr "" msgid "(no email)" msgstr "(e-posta yok)" -#: 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/view/shell/desktop/RightNav.tsx:168 #~ msgid "{0, plural, one {# invite code available} other {# invite codes available}}" #~ msgstr "{0, plural, one {# davet kodu mevcut} other {# davet kodları mevcut}}" @@ -34,7 +42,7 @@ msgstr "" #~ 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 "" @@ -42,14 +50,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 "" @@ -64,11 +84,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 "" @@ -81,19 +101,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 "" @@ -111,6 +131,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 "" @@ -131,30 +155,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 "" @@ -310,8 +360,8 @@ msgstr "" #~ msgstr "Bu {0} için bir içerik uyarısı uygulandı." #: src/tours/Tooltip.tsx:70 -msgid "A help tooltip" -msgstr "" +#~ msgid "A help tooltip" +#~ msgstr "" #: src/lib/hooks/useOTAUpdate.ts:16 #~ msgid "A new version of the app is available. Please update to continue using the app." @@ -379,7 +429,7 @@ msgstr "Hesap seçenekleri" msgid "Account removed from quick access" msgstr "Hesap hızlı erişimden kaldırıldı" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:139 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:135 #: src/view/com/profile/ProfileMenu.tsx:133 msgid "Account unblocked" msgstr "Hesap engeli kaldırıldı" @@ -435,9 +485,13 @@ msgstr "Alternatif metin ekle" #~ msgid "Add ALT text" #~ msgstr "" -#: 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 "Uygulama Şifresi Ekle" @@ -570,7 +624,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 "" @@ -585,17 +639,20 @@ msgstr "Zaten @{0} olarak oturum açıldı" #: 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 "Alternatif metin" -#: src/view/com/util/post-embeds/GifEmbed.tsx:189 +#: src/view/com/util/post-embeds/GifEmbed.tsx:170 msgid "Alt Text" msgstr "" @@ -620,19 +677,26 @@ msgstr "" #~ msgid "An error occured" #~ msgstr "" -#: 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 "" @@ -642,6 +706,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 "" @@ -651,7 +719,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 "" @@ -676,7 +744,7 @@ msgstr "" msgid "An issue occurred, please try again." msgstr "Bir sorun oluştu, lütfen tekrar deneyin." -#: src/screens/Onboarding/StepInterests/index.tsx:219 +#: src/screens/Onboarding/StepInterests/index.tsx:199 msgid "an unknown error occurred" msgstr "" @@ -686,8 +754,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 "ve" @@ -696,7 +764,7 @@ msgstr "ve" msgid "Animals" msgstr "Hayvanlar" -#: src/view/com/util/post-embeds/GifEmbed.tsx:155 +#: src/view/com/util/post-embeds/GifEmbed.tsx:138 msgid "Animated GIF" msgstr "" @@ -712,7 +780,7 @@ msgstr "" msgid "App Language" msgstr "Uygulama Dili" -#: src/view/screens/AppPasswords.tsx:228 +#: src/view/screens/AppPasswords.tsx:226 msgid "App password deleted" msgstr "Uygulama şifresi silindi" @@ -729,17 +797,17 @@ msgid "App password settings" msgstr "Uygulama şifresi ayarları" #: 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 "Uygulama Şifreleri" -#: 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 "" -#: src/components/moderation/LabelsOnMeDialog.tsx:247 +#: src/components/moderation/LabelsOnMeDialog.tsx:238 msgid "Appeal \"{0}\" label" msgstr "" @@ -751,7 +819,7 @@ msgstr "" #~ msgid "Appeal Content Warning" #~ msgstr "İçerik Uyarısını İtiraz Et" -#: src/components/moderation/LabelsOnMeDialog.tsx:238 +#: src/components/moderation/LabelsOnMeDialog.tsx:229 #: src/screens/Messages/Conversation/ChatDisabled.tsx:91 msgid "Appeal submitted" msgstr "" @@ -793,7 +861,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 "\"{name}\" uygulama şifresini silmek istediğinizden emin misiniz?" @@ -825,7 +893,7 @@ msgstr "" 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 "Bu taslağı silmek istediğinizden emin misiniz?" @@ -850,13 +918,13 @@ msgstr "Sanat" msgid "Artistic or non-erotic nudity." msgstr "Sanatsal veya erotik olmayan çıplaklık." -#: src/screens/Signup/StepHandle.tsx:171 +#: src/screens/Signup/StepHandle.tsx:173 msgid "At least 3 characters" msgstr "" #: 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 @@ -895,7 +963,7 @@ msgstr "Doğum günü" msgid "Birthday:" msgstr "Doğum günü:" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:314 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:272 #: src/view/com/profile/ProfileMenu.tsx:365 msgid "Block" msgstr "" @@ -930,7 +998,7 @@ msgstr "Bu hesapları engelle?" #~ msgid "Block this List" #~ msgstr "Bu Listeyi Engelle" -#: src/view/com/util/post-embeds/QuoteEmbed.tsx:76 +#: src/view/com/util/post-embeds/QuoteEmbed.tsx:81 msgid "Blocked" msgstr "Engellendi" @@ -1028,23 +1096,23 @@ msgstr "" msgid "Books" msgstr "Kitaplar" -#: 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 "" @@ -1102,12 +1170,12 @@ msgid "Can only contain letters, numbers, spaces, dashes, and underscores. Must msgstr "Yalnızca harfler, sayılar, boşluklar, tireler ve alt çizgiler içerebilir. En az 4 karakter uzunluğunda, ancak 32 karakterden fazla olmamalıdır." #: src/components/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 @@ -1123,7 +1191,7 @@ msgstr "Yalnızca harfler, sayılar, boşluklar, tireler ve alt çizgiler içere #: src/view/com/modals/LinkWarning.tsx:107 #: src/view/com/modals/VerifyEmail.tsx:255 #: src/view/com/modals/VerifyEmail.tsx:261 -#: src/view/com/util/post-ctrls/RepostButton.tsx:160 +#: src/view/com/util/post-ctrls/RepostButton.tsx:163 #: src/view/screens/Search/Search.tsx:704 msgid "Cancel" msgstr "İptal" @@ -1152,7 +1220,7 @@ msgstr "Resim kırpma işlemini iptal et" msgid "Cancel profile editing" msgstr "Profil düzenlemeyi iptal et" -#: src/view/com/util/post-ctrls/RepostButton.tsx:154 +#: src/view/com/util/post-ctrls/RepostButton.tsx:157 msgid "Cancel quote post" msgstr "Alıntı gönderiyi iptal et" @@ -1172,6 +1240,21 @@ msgstr "Aramayı iptal et" 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 "" @@ -1216,8 +1299,8 @@ msgid "Change Your Email" msgstr "E-postanızı Değiştirin" #: 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 "" @@ -1272,16 +1355,16 @@ msgstr "Aşağıya gireceğiniz onay kodu içeren bir e-posta için gelen kutunu #~ msgstr "\"Herkes\" veya \"Hiç kimse\" seçin" #: src/screens/Onboarding/StepInterests/index.tsx:191 -msgid "Choose 3 or more:" -msgstr "" +#~ msgid "Choose 3 or more:" +#~ msgstr "" #: src/view/screens/Settings.tsx:691 #~ msgid "Choose a new Bluesky username or create" #~ msgstr "Yeni bir Bluesky kullanıcı adı seçin veya oluşturun" #: 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" @@ -1299,7 +1382,7 @@ msgstr "" msgid "Choose Service" msgstr "Hizmet Seç" -#: src/screens/Onboarding/StepFinished.tsx:284 +#: src/screens/Onboarding/StepFinished.tsx:280 msgid "Choose the algorithms that power your custom feeds." msgstr "Özel beslemelerinizi destekleyen algoritmaları seçin." @@ -1386,7 +1469,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 "" @@ -1401,13 +1484,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 "Kapat" @@ -1462,7 +1547,7 @@ msgstr "Alt gezinme çubuğunu kapatır" msgid "Closes password update alert" msgstr "Şifre güncelleme uyarısını kapatır" -#: src/view/com/composer/Composer.tsx:524 +#: src/view/com/composer/Composer.tsx:602 msgid "Closes post composer and discards post draft" msgstr "Gönderi bestecisini kapatır ve gönderi taslağını siler" @@ -1470,11 +1555,11 @@ msgstr "Gönderi bestecisini kapatır ve gönderi taslağını siler" msgid "Closes viewer for header image" msgstr "Başlık resmi görüntüleyicisini kapatır" -#: 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 "Belirli bir bildirim için kullanıcı listesini daraltır" @@ -1493,7 +1578,7 @@ msgstr "Çizgi romanlar" msgid "Community Guidelines" msgstr "Topluluk Kuralları" -#: src/screens/Onboarding/StepFinished.tsx:297 +#: src/screens/Onboarding/StepFinished.tsx:293 msgid "Complete onboarding and start using your account" msgstr "Onboarding'i tamamlayın ve hesabınızı kullanmaya başlayın" @@ -1501,7 +1586,7 @@ msgstr "Onboarding'i tamamlayın ve hesabınızı kullanmaya başlayın" msgid "Complete the challenge" msgstr "" -#: src/view/com/composer/Composer.tsx:662 +#: src/view/com/composer/Composer.tsx:710 msgid "Compose posts up to {MAX_GRAPHEME_LENGTH} characters in length" msgstr "En fazla {MAX_GRAPHEME_LENGTH} karakter uzunluğunda gönderiler oluşturun" @@ -1510,8 +1595,8 @@ msgid "Compose reply" msgstr "Yanıt oluştur" #: 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}" @@ -1525,8 +1610,8 @@ msgstr "" msgid "Configured in <0>moderation settings." 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 @@ -1633,7 +1718,7 @@ msgstr "İçerik uyarıları" 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 "Devam et" @@ -1646,7 +1731,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" @@ -1682,7 +1767,7 @@ msgstr "Sürüm numarası panoya kopyalandı" #: 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 "Panoya kopyalandı" @@ -1772,6 +1857,10 @@ msgstr "Liste yüklenemedi" msgid "Could not mute chat" msgstr "" +#: 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 "" @@ -1841,7 +1930,7 @@ msgstr "Yeni hesap oluştur" msgid "Create report for {0}" msgstr "" -#: src/view/screens/AppPasswords.tsx:251 +#: src/view/screens/AppPasswords.tsx:246 msgid "Created {0}" msgstr "{0} oluşturuldu" @@ -1931,7 +2020,7 @@ msgstr "Hata ayıklama paneli" #: 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 "" @@ -1948,11 +2037,11 @@ msgstr "Hesabı sil" msgid "Delete Account <0>\"<1>{0}<2>\"" msgstr "" -#: src/view/screens/AppPasswords.tsx:244 +#: src/view/screens/AppPasswords.tsx:239 msgid "Delete app password" msgstr "Uygulama şifresini sil" -#: src/view/screens/AppPasswords.tsx:280 +#: src/view/screens/AppPasswords.tsx:275 msgid "Delete app password?" msgstr "" @@ -2007,7 +2096,7 @@ msgstr "" msgid "Delete this post?" msgstr "Bu gönderiyi sil?" -#: src/view/com/util/post-embeds/QuoteEmbed.tsx:85 +#: src/view/com/util/post-embeds/QuoteEmbed.tsx:90 msgid "Deleted" msgstr "Silindi" @@ -2047,7 +2136,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 "Bir şey söylemek istediniz mi?" @@ -2061,7 +2150,11 @@ msgid "Direct messages are here!" msgstr "" #: src/view/screens/AccessibilitySettings.tsx:111 -msgid "Disable autoplay for GIFs" +#~ msgid "Disable autoplay for GIFs" +#~ msgstr "" + +#: src/view/screens/AccessibilitySettings.tsx:111 +msgid "Disable autoplay for videos and GIFs" msgstr "" #: src/view/screens/Settings/DisableEmail2FADialog.tsx:90 @@ -2076,7 +2169,7 @@ msgstr "" #~ msgid "Disable haptics" #~ 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 "" @@ -2093,7 +2186,7 @@ msgstr "" msgid "Disabled" msgstr "" -#: src/view/com/composer/Composer.tsx:774 +#: src/view/com/composer/Composer.tsx:839 msgid "Discard" msgstr "Sil" @@ -2101,7 +2194,7 @@ msgstr "Sil" #~ msgid "Discard draft" #~ msgstr "Taslağı sil" -#: src/view/com/composer/Composer.tsx:771 +#: src/view/com/composer/Composer.tsx:836 msgid "Discard draft?" msgstr "" @@ -2111,8 +2204,8 @@ msgid "Discourage apps from showing my account to logged-out users" msgstr "Uygulamaların hesabımı oturum açmamış kullanıcılara göstermesini engelle" #: src/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 @@ -2128,10 +2221,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 "" @@ -2163,7 +2256,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 "" @@ -2187,6 +2280,8 @@ msgstr "Alan adı doğrulandı!" #: 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 @@ -2213,7 +2308,7 @@ msgstr "Tamam{extraText}" #~ msgid "Double tap to sign in" #~ msgstr "Oturum açmak için çift dokunun" -#: src/screens/StarterPack/StarterPackLandingScreen.tsx:324 +#: src/screens/StarterPack/StarterPackLandingScreen.tsx:326 msgid "Download Bluesky" msgstr "" @@ -2222,7 +2317,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 "Resim eklemek için bırakın" @@ -2335,12 +2430,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 "Profil düzenle" #: 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 "Profil Düzenle" @@ -2395,6 +2490,10 @@ msgstr "" msgid "Email address" msgstr "E-posta adresi" +#: 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" @@ -2408,6 +2507,10 @@ msgstr "E-posta Güncellendi" msgid "Email verified" msgstr "E-posta doğrulandı" +#: src/components/intents/VerifyEmailIntentDialog.tsx:71 +msgid "Email Verified" +msgstr "" + #: src/view/screens/Settings/index.tsx:319 msgid "Email:" msgstr "E-posta:" @@ -2461,7 +2564,7 @@ msgstr "Medya oynatıcılarını etkinleştir" 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 "" @@ -2479,7 +2582,7 @@ msgstr "" msgid "Enabled" msgstr "" -#: src/screens/Profile/Sections/Feed.tsx:105 +#: src/screens/Profile/Sections/Feed.tsx:112 msgid "End of feed" msgstr "Beslemenin sonu" @@ -2488,7 +2591,11 @@ msgstr "Beslemenin sonu" #~ 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 @@ -2553,11 +2660,11 @@ msgstr "Kullanıcı adınızı ve şifrenizi girin" 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 "Hata:" @@ -2581,11 +2688,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 "" @@ -2597,6 +2704,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 "" @@ -2625,7 +2736,7 @@ msgstr "Arama sorgusu girişinden çıkar" msgid "Expand alt text" msgstr "Alternatif metni genişlet" -#: src/view/com/notifications/FeedItem.tsx:270 +#: src/view/com/notifications/FeedItem.tsx:266 msgid "Expand list of users" msgstr "" @@ -2749,7 +2860,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 "" @@ -2757,7 +2868,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 "" @@ -2775,6 +2886,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 "Besleme" @@ -2807,7 +2925,7 @@ msgstr "Geribildirim" #: 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" @@ -2841,7 +2959,7 @@ msgstr "" msgid "Filter from feeds" msgstr "" -#: src/screens/Onboarding/StepFinished.tsx:300 +#: src/screens/Onboarding/StepFinished.tsx:296 msgid "Finalizing" msgstr "Tamamlanıyor" @@ -2852,8 +2970,8 @@ msgid "Find accounts to follow" msgstr "Takip edilecek hesaplar bul" #: 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" @@ -2888,14 +3006,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 "Fitness" -#: src/screens/Onboarding/StepFinished.tsx:280 +#: src/screens/Onboarding/StepFinished.tsx:276 msgid "Flexible" msgstr "Esnek" @@ -2912,8 +3030,8 @@ msgstr "Dikey çevir" #: 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 "Takip et" @@ -2922,8 +3040,8 @@ msgctxt "action" msgid "Follow" msgstr "Takip et" -#: 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 "{0} takip et" @@ -2949,7 +3067,7 @@ msgstr "" #~ msgid "Follow All" #~ msgstr "Hepsini Takip Et" -#: src/view/com/post-thread/PostThreadFollowBtn.tsx:144 +#: src/view/com/post-thread/PostThreadFollowBtn.tsx:142 msgid "Follow Back" msgstr "" @@ -2997,16 +3115,16 @@ msgstr "Takip edilen kullanıcılar" #~ msgid "Followed users only" #~ msgstr "Yalnızca takip edilen kullanıcılar" -#: src/view/com/notifications/FeedItem.tsx:211 +#: src/view/com/notifications/FeedItem.tsx:207 msgid "followed you" msgstr "sizi takip etti" -#: 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 "Takipçiler" @@ -3023,17 +3141,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 "Takip edilenler" #: src/components/ProfileCard.tsx:311 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:98 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:94 msgid "Following {0}" msgstr "{0} takip ediliyor" @@ -3052,8 +3170,8 @@ msgid "Following Feed Preferences" msgstr "" #: 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" @@ -3105,15 +3223,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 "<0/> tarafından" +#: src/view/com/util/post-embeds/VideoEmbedInner/VideoWebControls.tsx:354 +msgid "Fullscreen" +msgstr "" + #: src/view/com/composer/photos/SelectPhotoBtn.tsx:39 msgid "Gallery" msgstr "Galeri" @@ -3139,7 +3261,7 @@ msgstr "Başlayın" msgid "Getting started" msgstr "" -#: src/view/com/util/images/ImageHorzList.tsx:35 +#: src/components/MediaPreview.tsx:119 msgid "GIF" msgstr "" @@ -3158,7 +3280,7 @@ msgstr "" #: 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 "Geri git" @@ -3217,8 +3339,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" @@ -3296,7 +3418,7 @@ msgstr "" msgid "Hide" msgstr "Gizle" -#: src/view/com/notifications/FeedItem.tsx:477 +#: src/view/com/notifications/FeedItem.tsx:473 msgctxt "action" msgid "Hide" msgstr "Gizle" @@ -3335,7 +3457,7 @@ msgstr "Bu gönderiyi gizle?" msgid "Hide this reply?" msgstr "" -#: src/view/com/notifications/FeedItem.tsx:468 +#: src/view/com/notifications/FeedItem.tsx:464 msgid "Hide user list" msgstr "Kullanıcı listesini gizle" @@ -3371,10 +3493,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" @@ -3452,7 +3578,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 "Resim" @@ -3472,7 +3598,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 "" @@ -3536,7 +3666,7 @@ msgstr "Şifrenizi girin" 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 "Kullanıcı adınızı girin" @@ -3561,6 +3691,10 @@ msgstr "Geçersiz veya desteklenmeyen gönderi kaydı" msgid "Invalid username or password" msgstr "Geçersiz kullanıcı adı veya şifre" +#: src/components/intents/VerifyEmailIntentDialog.tsx:82 +msgid "Invalid Verification Code" +msgstr "" + #: src/view/screens/Settings.tsx:411 #~ msgid "Invite" #~ msgstr "Davet et" @@ -3573,7 +3707,7 @@ msgstr "Arkadaşını Davet Et" msgid "Invite code" msgstr "Davet kodu" -#: 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 "Davet kodu kabul edilmedi. Doğru girdiğinizden emin olun ve tekrar deneyin." @@ -3609,6 +3743,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 "İşler" @@ -3666,11 +3804,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 "" @@ -3695,7 +3833,7 @@ msgstr "Diller" #~ msgid "Last step!" #~ msgstr "Son adım!" -#: src/screens/Hashtag.tsx:99 +#: src/screens/Hashtag.tsx:97 #: src/view/screens/Search/Search.tsx:359 msgid "Latest" msgstr "" @@ -3773,8 +3911,7 @@ msgstr "" msgid "Let's get your password reset!" msgstr "Şifrenizi sıfırlamaya başlayalım!" -#: src/screens/Onboarding/StepFinished.tsx:300 -#: src/tours/Tooltip.tsx:151 +#: src/screens/Onboarding/StepFinished.tsx:296 msgid "Let's go!" msgstr "Hadi gidelim!" @@ -3811,9 +3948,9 @@ msgstr "Bu beslemeyi beğen" msgid "Liked by" msgstr "Beğenenler" -#: 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 "Beğenenler" @@ -3832,11 +3969,11 @@ msgstr "Beğenenler" #~ msgid "Liked by {likeCount} {0}" #~ msgstr "{likeCount} {0} tarafından beğenildi" -#: src/view/com/notifications/FeedItem.tsx:215 +#: src/view/com/notifications/FeedItem.tsx:211 msgid "liked your custom feed" msgstr "özel beslemenizi beğendi" -#: src/view/com/notifications/FeedItem.tsx:182 +#: src/view/com/notifications/FeedItem.tsx:178 msgid "liked your post" msgstr "gönderinizi beğendi" @@ -3896,7 +4033,7 @@ msgstr "Liste sessizden çıkarıldı" #: 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" @@ -3927,7 +4064,7 @@ msgstr "" msgid "Load new notifications" msgstr "Yeni bildirimleri yükle" -#: 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 @@ -4038,12 +4175,12 @@ msgstr "" msgid "Message from server: {0}" msgstr "Sunucudan mesaj: {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 "" @@ -4051,7 +4188,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 @@ -4066,6 +4203,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 "" @@ -4132,7 +4273,7 @@ msgstr "" msgid "Moderator has chosen to set a general warning on the content." msgstr "Moderatör, içeriğe genel bir uyarı koymayı seçti." -#: src/view/com/post-thread/PostThreadItem.tsx:619 +#: src/view/com/post-thread/PostThreadItem.tsx:629 msgid "More" msgstr "" @@ -4161,8 +4302,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 "" @@ -4251,7 +4391,7 @@ msgstr "Konuyu sessize al" 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 "Sessize alındı" @@ -4289,7 +4429,7 @@ msgstr "Doğum Günüm" msgid "My Feeds" msgstr "Beslemelerim" -#: src/view/shell/desktop/LeftNav.tsx:85 +#: src/view/shell/desktop/LeftNav.tsx:84 msgid "My Profile" msgstr "Profilim" @@ -4311,9 +4451,9 @@ msgid "Name is required" msgstr "Ad gerekli" #: 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 "" @@ -4354,7 +4494,7 @@ msgstr "" #~ msgid "Never lose access to your followers and data." #~ msgstr "Takipçilerinize ve verilerinize asla erişimi kaybetmeyin." -#: src/screens/Onboarding/StepFinished.tsx:268 +#: src/screens/Onboarding/StepFinished.tsx:264 msgid "Never lose access to your followers or data." msgstr "Takipçilerinize veya verilerinize asla erişimi kaybetmeyin." @@ -4404,11 +4544,11 @@ msgstr "Yeni gönderi" #: 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 "Yeni gönderi" -#: src/view/shell/desktop/LeftNav.tsx:284 +#: src/view/shell/desktop/LeftNav.tsx:283 msgctxt "action" msgid "New Post" msgstr "Yeni Gönderi" @@ -4441,7 +4581,6 @@ msgstr "Haberler" #: 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" @@ -4484,11 +4623,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 "{0} artık takip edilmiyor" -#: src/screens/Signup/StepHandle.tsx:167 +#: src/screens/Signup/StepHandle.tsx:169 msgid "No longer than 253 characters" msgstr "" @@ -4515,7 +4654,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 "" @@ -4594,7 +4733,7 @@ msgstr "Şu anda değil" #: 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 "" @@ -4627,22 +4766,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 "Bildirimler" -#: 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 "" @@ -4650,7 +4789,7 @@ msgstr "" msgid "Nudity" msgstr "Çıplaklık" -#: src/lib/moderation/useReportOptions.ts:73 +#: src/lib/moderation/useReportOptions.ts:78 msgid "Nudity or adult content not labeled as such" msgstr "" @@ -4668,7 +4807,7 @@ msgstr "" msgid "Oh no!" msgstr "Oh hayır!" -#: src/screens/Onboarding/StepInterests/index.tsx:153 +#: src/screens/Onboarding/StepInterests/index.tsx:138 msgid "Oh no! Something went wrong." msgstr "Oh hayır! Bir şeyler yanlış gitti." @@ -4685,11 +4824,15 @@ msgid "Oldest replies first" msgstr "En eski yanıtlar önce" #: 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/>" msgstr "" #: src/view/screens/Settings/index.tsx:226 @@ -4697,10 +4840,10 @@ msgid "Onboarding reset" msgstr "Onboarding sıfırlama" #: 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 "Bir veya daha fazla resimde alternatif metin eksik." @@ -4716,10 +4859,14 @@ msgstr "" msgid "Only {0} can reply." msgstr "Yalnızca {0} yanıtlayabilir." -#: 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 "" @@ -4727,13 +4874,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 "Hata!" -#: src/screens/Onboarding/StepFinished.tsx:264 +#: src/screens/Onboarding/StepFinished.tsx:260 msgid "Open" msgstr "Aç" @@ -4750,8 +4897,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 "Emoji seçiciyi aç" @@ -4960,12 +5108,12 @@ msgstr "Sistem log sayfasını açar" msgid "Opens the threads preferences" msgstr "Konu tercihlerini açar" -#: 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 "" @@ -5047,11 +5195,11 @@ msgid "Password updated!" msgstr "Şifre güncellendi!" #: 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 "" @@ -5115,7 +5263,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 "" @@ -5132,8 +5280,8 @@ msgstr "{0} oynat" 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 "" @@ -5146,16 +5294,16 @@ msgstr "Videoyu Oynat" msgid "Plays the GIF" msgstr "GIF'i oynatır" -#: src/screens/Signup/state.ts:222 +#: src/screens/Signup/state.ts:217 msgid "Please choose your handle." msgstr "Kullanıcı adınızı seçin." -#: 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 "Şifrenizi seçin." -#: src/screens/Signup/state.ts:236 +#: src/screens/Signup/state.ts:231 msgid "Please complete the verification captcha." msgstr "" @@ -5187,7 +5335,7 @@ msgstr "" #~ msgid "Please enter the verification code sent to {phoneNumberFormatted}." #~ msgstr "{phoneNumberFormatted} numarasına gönderilen doğrulama kodunu girin." -#: 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 "E-postanızı girin." @@ -5200,7 +5348,7 @@ msgstr "" msgid "Please enter your password as well:" msgstr "Lütfen şifrenizi de girin:" -#: 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 "" @@ -5222,7 +5370,7 @@ msgstr "" msgid "Please Verify Your Email" msgstr "Lütfen E-postanızı Doğrulayın" -#: 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 "Bağlantı kartınızın yüklenmesini bekleyin" @@ -5235,13 +5383,13 @@ msgstr "Politika" msgid "Porn" msgstr "Pornografi" -#: 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 "Gönder" -#: src/view/com/post-thread/PostThread.tsx:480 +#: src/view/com/post-thread/PostThread.tsx:481 msgctxt "description" msgid "Post" msgstr "Gönderi" @@ -5382,13 +5530,13 @@ msgstr "" msgid "Processing..." msgstr "İşleniyor..." -#: 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 @@ -5403,7 +5551,7 @@ msgstr "Profil güncellendi" msgid "Protect your account by verifying your email." msgstr "E-postanızı doğrulayarak hesabınızı koruyun." -#: src/screens/Onboarding/StepFinished.tsx:250 +#: src/screens/Onboarding/StepFinished.tsx:246 msgid "Public" msgstr "Herkese Açık" @@ -5415,11 +5563,11 @@ msgstr "Toplu olarak sessize almak veya engellemek için herkese açık, paylaş msgid "Public, shareable lists which can drive feeds." msgstr "Beslemeleri yönlendirebilen herkese açık, paylaşılabilir listeler." -#: src/view/com/composer/Composer.tsx:549 +#: src/view/com/composer/Composer.tsx:627 msgid "Publish post" msgstr "Gönderiyi yayınla" -#: src/view/com/composer/Composer.tsx:549 +#: src/view/com/composer/Composer.tsx:627 msgid "Publish reply" msgstr "Yanıtı yayınla" @@ -5436,11 +5584,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" @@ -5465,8 +5613,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" @@ -5480,8 +5628,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 "" @@ -5575,6 +5723,10 @@ msgstr "" msgid "Remove account" msgstr "Hesabı kaldır" +#: src/view/com/composer/ExternalEmbedRemoveBtn.tsx:28 +msgid "Remove attachment" +msgstr "" + #: src/view/com/util/UserAvatar.tsx:387 msgid "Remove Avatar" msgstr "" @@ -5583,7 +5735,7 @@ msgstr "" msgid "Remove Banner" msgstr "" -#: src/screens/Messages/Conversation/MessageInputEmbed.tsx:218 +#: src/screens/Messages/Conversation/MessageInputEmbed.tsx:207 msgid "Remove embed" msgstr "" @@ -5623,8 +5775,8 @@ msgid "Remove image" msgstr "Resmi kaldır" #: src/view/com/composer/ExternalEmbedRemoveBtn.tsx:28 -msgid "Remove image preview" -msgstr "Resim önizlemesini kaldır" +#~ msgid "Remove image preview" +#~ msgstr "Resim önizlemesini kaldır" #: src/components/dialogs/MutedWords.tsx:523 msgid "Remove mute word from your list" @@ -5638,15 +5790,19 @@ 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 "Yeniden göndermeyi kaldır" +#: src/view/com/composer/videos/SubtitleDialog.tsx:260 +msgid "Remove subtitle file" +msgstr "" + #: src/view/com/feeds/FeedSourceCard.tsx:173 #~ msgid "Remove this feed from my feeds?" #~ msgstr "Bu beslemeyi beslemelerimden kaldırsın mı?" @@ -5659,11 +5815,11 @@ msgstr "" #~ msgid "Remove this feed from your saved feeds?" #~ msgstr "Bu beslemeyi kayıtlı beslemelerinizden kaldırsın mı?" -#: 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 "" @@ -5691,14 +5847,18 @@ msgstr "" #~ msgid "Removes default thumbnail from {0}" #~ msgstr "{0} adresinden varsayılan küçük resmi kaldırır" -#: 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" @@ -5724,7 +5884,7 @@ msgstr "" #~ msgid "Replies to this thread are disabled" #~ msgstr "Bu konuya yanıtlar devre dışı bırakıldı" -#: src/view/com/composer/Composer.tsx:562 +#: src/view/com/composer/Composer.tsx:640 msgctxt "action" msgid "Reply" msgstr "Yanıtla" @@ -5758,23 +5918,23 @@ msgstr "" #~ msgstr "<0/>'a yanıt" #: 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/>" 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 "" @@ -5870,9 +6030,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 "Yeniden gönder" @@ -5883,18 +6043,18 @@ msgid "Repost" msgstr "Yeniden gönder" #: 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 "Gönderiyi yeniden gönder veya alıntıla" -#: 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 "Yeniden Gönderen" -#: src/view/com/posts/FeedItem.tsx:294 +#: src/view/com/posts/FeedItem.tsx:292 msgid "Reposted by {0}" msgstr "{0} tarafından yeniden gönderildi" @@ -5902,16 +6062,16 @@ msgstr "{0} tarafından yeniden gönderildi" #~ msgid "Reposted by <0/>" #~ msgstr "<0/>'a yeniden gönderildi" -#: src/view/com/posts/FeedItem.tsx:313 +#: src/view/com/posts/FeedItem.tsx:311 msgid "Reposted by <0><1/>" 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 "gönderinizi yeniden gönderdi" @@ -5950,6 +6110,14 @@ msgstr "Bu sağlayıcı için gereklidir" msgid "Resend email" msgstr "" +#: 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 "Sıfırlama kodu" @@ -5997,15 +6165,15 @@ msgstr "Giriş tekrar denemesi" msgid "Retries the last action, which errored out" msgstr "Son hataya neden olan son eylemi tekrarlar" -#: 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 @@ -6121,8 +6289,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 "" @@ -6136,15 +6304,15 @@ msgid "Scroll to top" msgstr "Başa kaydır" #: 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" @@ -6230,6 +6398,10 @@ msgstr "Bu kılavuzu gör" #~ msgid "See what's next" #~ msgstr "Ne olduğunu gör" +#: 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 "{item} seç" @@ -6270,6 +6442,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 "" @@ -6291,6 +6467,10 @@ msgstr "{i} seçeneği, {numItems} seçenekten" #~ msgid "Select some accounts below to follow" #~ msgstr "Aşağıdaki hesaplardan bazılarını takip et" +#: 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 "" @@ -6307,7 +6487,7 @@ msgstr "" #~ msgid "Select topical feeds to follow from the list below" #~ msgstr "Aşağıdaki listeden takip edilecek konu beslemelerini seçin" -#: src/view/com/composer/videos/SelectVideoBtn.tsx:53 +#: src/view/com/composer/videos/SelectVideoBtn.tsx:80 msgid "Select video" msgstr "" @@ -6335,7 +6515,7 @@ msgstr "" msgid "Select your date of birth" msgstr "" -#: src/screens/Onboarding/StepInterests/index.tsx:226 +#: src/screens/Onboarding/StepInterests/index.tsx:206 msgid "Select your interests from the options below" msgstr "Aşağıdaki seçeneklerden ilgi alanlarınızı seçin" @@ -6377,8 +6557,8 @@ msgstr "E-posta Gönder" msgid "Send feedback" msgstr "Geribildirim gönder" -#: 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 "" @@ -6540,7 +6720,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" @@ -6561,7 +6741,7 @@ msgstr "" #: 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 "Paylaş" @@ -6581,7 +6761,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 "" @@ -6641,7 +6821,7 @@ msgstr "Göster" #~ msgid "Show all replies" #~ msgstr "Tüm yanıtları göster" -#: src/view/com/util/post-embeds/GifEmbed.tsx:175 +#: src/view/com/util/post-embeds/GifEmbed.tsx:157 msgid "Show alt text" msgstr "" @@ -6665,8 +6845,8 @@ msgstr "" #~ msgstr "{0} adresinden gömülü öğeleri göster" #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:215 -msgid "Show follows similar to {0}" -msgstr "{0} adresine benzer takipçileri göster" +#~ msgid "Show follows similar to {0}" +#~ msgstr "{0} adresine benzer takipçileri göster" #: src/view/com/post-thread/PostThreadShowHiddenReplies.tsx:23 msgid "Show hidden replies" @@ -6681,9 +6861,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 "Daha Fazla Göster" @@ -6770,7 +6950,7 @@ msgstr "" #~ msgid "Shows a list of users similar to this user." #~ msgstr "Bu kullanıcıya benzer kullanıcıların listesini gösterir." -#: src/view/com/post-thread/PostThreadFollowBtn.tsx:130 +#: src/view/com/post-thread/PostThreadFollowBtn.tsx:128 msgid "Shows posts from {0} in your feed" msgstr "Beslemenizde {0} adresinden gönderileri gösterir" @@ -6783,12 +6963,12 @@ msgstr "Beslemenizde {0} adresinden gönderileri gösterir" #: 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 @@ -6830,12 +7010,12 @@ msgstr "Çıkış yap" 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 @@ -6860,7 +7040,7 @@ msgstr "Olarak giriş yapıldı" msgid "Signed in as @{0}" msgstr "@{0} olarak giriş yapıldı" -#: src/view/com/notifications/FeedItem.tsx:222 +#: src/view/com/notifications/FeedItem.tsx:218 msgid "signed up with your starter pack" msgstr "" @@ -6868,21 +7048,21 @@ msgstr "" #~ msgid "Signs {0} out of Bluesky" #~ msgstr "{0} adresini Bluesky'den çıkarır" -#: 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 "Atla" -#: src/screens/Onboarding/StepInterests/index.tsx:262 +#: src/screens/Onboarding/StepInterests/index.tsx:242 msgid "Skip this flow" msgstr "Bu akışı atla" @@ -6895,7 +7075,7 @@ msgstr "Bu akışı atla" msgid "Software Dev" msgstr "Yazılım Geliştirme" -#: src/components/FeedInterstitials.tsx:397 +#: src/components/FeedInterstitials.tsx:443 msgid "Some other feeds you might like" msgstr "" @@ -6956,12 +7136,12 @@ msgstr "Aynı gönderiye verilen yanıtları şuna göre sırala:" #~ msgid "Source: <0>{0}" #~ msgstr "" -#: src/components/moderation/LabelsOnMeDialog.tsx:171 +#: src/components/moderation/LabelsOnMeDialog.tsx:163 msgid "Source: <0>{sourceName}" 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 "" @@ -6995,10 +7175,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 @@ -7050,8 +7229,8 @@ msgstr "Depolama temizlendi, şimdi uygulamayı yeniden başlatmanız gerekiyor. msgid "Storybook" msgstr "Storybook" -#: 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" @@ -7090,7 +7269,7 @@ msgstr "" #~ msgid "Suggested Follows" #~ msgstr "Önerilen Takipçiler" -#: src/components/FeedInterstitials.tsx:262 +#: src/components/FeedInterstitials.tsx:308 msgid "Suggested for you" msgstr "Sana önerilenler" @@ -7114,8 +7293,8 @@ msgid "Switch Account" msgstr "Hesap Değiştir" #: 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}" @@ -7154,17 +7333,22 @@ msgstr "Uzun" 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: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 "Tamamen görüntülemek için dokunun" +#~ msgid "Tap to view fully" +#~ msgstr "Tamamen görüntülemek için dokunun" #: src/state/shell/progress-guide.tsx:166 msgid "Task complete - 10 likes!" @@ -7200,9 +7384,9 @@ msgid "Terms of Service" msgstr "Hizmet Şartları" #: 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 "" @@ -7214,7 +7398,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 "Metin giriş alanı" @@ -7224,6 +7408,10 @@ msgstr "Metin giriş alanı" 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 "" @@ -7241,11 +7429,11 @@ msgstr "" 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 "Hesap, engeli kaldırdıktan sonra sizinle etkileşime geçebilecek." @@ -7280,7 +7468,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 "" @@ -7288,11 +7476,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 "" @@ -7309,7 +7497,7 @@ msgstr "Gönderi silinmiş olabilir." msgid "The Privacy Policy has been moved to <0/>" msgstr "Gizlilik Politikası <0/> konumuna taşındı" -#: src/state/queries/video/video.ts:129 +#: src/state/queries/video/video.ts:222 msgid "The selected video is larger than 100MB." msgstr "" @@ -7325,6 +7513,10 @@ msgstr "Destek formu taşındı. Yardıma ihtiyacınız varsa, lütfen <0/> veya msgid "The Terms of Service have been moved to" msgstr "Hizmet Şartları taşındı" +#: src/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 "Denemek için birçok besleme var:" @@ -7375,7 +7567,7 @@ msgstr "Sunucunuza ulaşma konusunda bir sorun oluştu" msgid "There was an issue fetching notifications. Tap here to try again." msgstr "Bildirimleri almakta bir sorun oluştu. Tekrar denemek için buraya dokunun." -#: src/view/com/posts/Feed.tsx:460 +#: src/view/com/posts/Feed.tsx:476 msgid "There was an issue fetching posts. Tap here to try again." msgstr "Gönderileri almakta bir sorun oluştu. Tekrar denemek için buraya dokunun." @@ -7397,15 +7589,15 @@ msgstr "" #~ msgid "There was an issue syncing your preferences with the server" #~ msgstr "Tercihlerinizi sunucuyla senkronize etme konusunda bir sorun oluştu" -#: src/view/screens/AppPasswords.tsx:70 +#: src/view/screens/AppPasswords.tsx:69 msgid "There was an issue with fetching your app passwords" msgstr "Uygulama şifrelerinizi almakta bir sorun oluştu" -#: 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 @@ -7460,7 +7652,7 @@ msgstr "" #~ msgid "This appeal will be sent to <0>{0}." #~ msgstr "" -#: src/components/moderation/LabelsOnMeDialog.tsx:250 +#: src/components/moderation/LabelsOnMeDialog.tsx:241 msgid "This appeal will be sent to <0>{sourceName}." msgstr "" @@ -7553,7 +7745,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 "" @@ -7586,7 +7778,7 @@ msgid "This post has been deleted." msgstr "Bu gönderi silindi." #: 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 "" @@ -7618,7 +7810,7 @@ msgstr "" msgid "This should create a domain record at:" msgstr "" -#: src/view/com/profile/ProfileFollowers.tsx:87 +#: src/view/com/profile/ProfileFollowers.tsx:96 msgid "This user doesn't have any followers." msgstr "" @@ -7655,7 +7847,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 "" @@ -7712,6 +7904,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 "" @@ -7728,7 +7924,7 @@ msgstr "Açılır menüyü aç/kapat" 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 "" @@ -7739,8 +7935,8 @@ msgstr "Dönüşümler" #: 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" @@ -7759,7 +7955,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 "" @@ -7792,14 +7988,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 "Engeli kaldır" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:197 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:193 msgctxt "action" msgid "Unblock" msgstr "Engeli kaldır" @@ -7814,12 +8010,12 @@ msgstr "" msgid "Unblock Account" msgstr "Hesabın engelini kaldır" -#: 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 "" -#: 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" @@ -7834,7 +8030,7 @@ msgstr "Takibi bırak" #~ msgid "Unfollow" #~ msgstr "" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:237 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:208 msgid "Unfollow {0}" msgstr "{0} adresini takibi bırak" @@ -7856,8 +8052,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 "Sessizden çıkar" @@ -7888,11 +8083,11 @@ msgstr "" msgid "Unmute thread" msgstr "Konunun sessizliğini kaldır" -#: 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 "" @@ -7934,12 +8129,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 "" @@ -7998,7 +8197,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 "Uygulama şifrelerini kullanarak hesabınızın veya şifrenizin tam erişimini vermeden diğer Bluesky istemcilerine giriş yapın." @@ -8133,6 +8332,10 @@ msgstr "" #~ msgid "Verification code" #~ msgstr "Doğrulama kodu" +#: src/view/com/composer/videos/SelectVideoBtn.tsx:104 +msgid "Verified email required" +msgstr "" + #: src/view/com/modals/ChangeHandle.tsx:510 #~ msgid "Verify {0}" #~ msgstr "" @@ -8145,6 +8348,10 @@ msgstr "" msgid "Verify email" msgstr "E-postayı doğrula" +#: src/components/intents/VerifyEmailIntentDialog.tsx:61 +msgid "Verify email dialog" +msgstr "" + #: src/view/screens/Settings/index.tsx:961 msgid "Verify my email" msgstr "E-postamı doğrula" @@ -8158,6 +8365,10 @@ msgstr "E-postamı Doğrula" msgid "Verify New Email" msgstr "Yeni E-postayı Doğrula" +#: src/view/com/composer/videos/SelectVideoBtn.tsx:108 +msgid "Verify now" +msgstr "" + #: src/view/com/modals/ChangeHandle.tsx:505 msgid "Verify Text File" msgstr "" @@ -8174,15 +8385,32 @@ msgstr "E-postanızı Doğrulayın" 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 "Video Oyunları" +#: 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 "" @@ -8192,7 +8420,7 @@ msgid "View {0}'s avatar" msgstr "{0}'ın avatarını görüntüle" #: 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 "" @@ -8224,7 +8452,7 @@ msgstr "" msgid "View full thread" msgstr "Tam konuyu görüntüle" -#: src/components/moderation/LabelsOnMe.tsx:48 +#: src/components/moderation/LabelsOnMe.tsx:47 msgid "View information about these labels" msgstr "" @@ -8288,7 +8516,7 @@ msgstr "" #~ msgid "We also think you'll like \"For You\" by Skygaze:" #~ msgstr "Ayrıca Skygaze tarafından \"Sana Özel\" beslemesini de beğeneceğinizi düşünüyoruz:" -#: src/screens/Hashtag.tsx:210 +#: src/screens/Hashtag.tsx:217 msgid "We couldn't find any results for that hashtag." msgstr "" @@ -8300,7 +8528,11 @@ msgstr "" msgid "We estimate {estimatedTime} until your account is ready." msgstr "Hesabınızın hazır olmasına {estimatedTime} tahmin ediyoruz." -#: src/screens/Onboarding/StepFinished.tsx:242 +#: src/components/intents/VerifyEmailIntentDialog.tsx:98 +msgid "We have sent another verification email to <0>{0}." +msgstr "" + +#: src/screens/Onboarding/StepFinished.tsx:238 msgid "We hope you have a wonderful time. Remember, Bluesky is:" msgstr "Harika vakit geçirmenizi umuyoruz. Unutmayın, Bluesky:" @@ -8316,6 +8548,10 @@ msgstr "Takipçilerinizden gönderi kalmadı. İşte <0/>'den en son gönderiler #~ msgid "We recommend our \"Discover\" feed:" #~ msgstr "\"Keşfet\" beslememizi öneririz:" +#: 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 "" @@ -8324,7 +8560,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 "Bağlantı kuramadık. Hesabınızı kurmaya devam etmek için tekrar deneyin. Başarısız olmaya devam ederse bu akışı atlayabilirsiniz." @@ -8336,7 +8572,7 @@ msgstr "Hesabınız hazır olduğunda size bildireceğiz." #~ msgid "We'll look into your appeal promptly." #~ msgstr "İtirazınıza hızlı bir şekilde bakacağız." -#: 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 "Bu, deneyiminizi özelleştirmenize yardımcı olmak için kullanılacak." @@ -8360,7 +8596,7 @@ msgstr "" msgid "We're sorry, but your search could not be completed. Please try again in a few minutes." msgstr "Üzgünüz, ancak aramanız tamamlanamadı. Lütfen birkaç dakika içinde tekrar deneyin." -#: src/view/com/composer/Composer.tsx:380 +#: src/view/com/composer/Composer.tsx:417 msgid "We're sorry! The post you are replying to has been deleted." msgstr "" @@ -8389,7 +8625,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 "İlgi alanlarınız nelerdir?" @@ -8403,7 +8639,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 "Nasılsınız?" @@ -8473,16 +8709,16 @@ msgstr "" msgid "Wide" msgstr "Geniş" -#: 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 "" -#: src/view/com/composer/Composer.tsx:660 +#: src/view/com/composer/Composer.tsx:708 msgid "Write post" msgstr "Gönderi yaz" -#: 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 "Yanıtınızı yazın" @@ -8527,7 +8763,7 @@ msgstr "" msgid "Yes, reactivate my account" msgstr "" -#: src/components/dms/MessageItem.tsx:182 +#: src/components/dms/MessageItem.tsx:183 msgid "Yesterday, {time}" msgstr "" @@ -8544,7 +8780,11 @@ msgstr "" msgid "You are in line." msgstr "Sıradasınız." -#: 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 "" @@ -8578,7 +8818,7 @@ msgstr "Artık yeni şifrenizle giriş yapabilirsiniz." 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 "" @@ -8669,7 +8909,7 @@ msgstr "" #~ msgid "You have not blocked any accounts yet. To block an account, go to their profile and selected \"Block account\" from the menu on their account." #~ msgstr "Henüz hiçbir hesabı engellemediniz. Bir hesabı engellemek için, profilinize gidin ve hesaplarının menüsünden \"Hesabı engelle\" seçeneğini seçin." -#: src/view/screens/AppPasswords.tsx: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 "Henüz hiçbir uygulama şifresi oluşturmadınız. Aşağıdaki düğmeye basarak bir tane oluşturabilirsiniz." @@ -8685,6 +8925,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 "" @@ -8698,11 +8942,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 "" @@ -8786,15 +9030,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 "" @@ -8813,7 +9057,7 @@ msgstr "Sıradasınız" 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 "Hazırsınız!" @@ -8826,6 +9070,14 @@ msgstr "" msgid "You've reached the end of your feed! Find some more accounts to follow." msgstr "Beslemenizin sonuna ulaştınız! Takip edebileceğiniz daha fazla hesap bulun." +#: src/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 "Hesabınız" @@ -8842,7 +9094,7 @@ msgstr "" msgid "Your birth date" msgstr "Doğum tarihiniz" -#: 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 "" @@ -8859,7 +9111,7 @@ msgstr "Seçiminiz kaydedilecek, ancak daha sonra ayarlarda değiştirilebilir." #~ msgstr "Varsayılan beslemeniz \"Takip Edilenler\"" #: 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." @@ -8885,7 +9137,7 @@ msgstr "" msgid "Your following feed is empty! Follow more users to see what's happening." msgstr "Takip ettiğiniz besleme boş! Neler olduğunu görmek için daha fazla kullanıcı takip edin." -#: src/screens/Signup/StepHandle.tsx:123 +#: src/screens/Signup/StepHandle.tsx:125 msgid "Your full handle will be" msgstr "Tam kullanıcı adınız" @@ -8906,11 +9158,11 @@ msgstr "" msgid "Your password has been changed successfully!" msgstr "Şifreniz başarıyla değiştirildi!" -#: src/view/com/composer/Composer.tsx:426 +#: src/view/com/composer/Composer.tsx:463 msgid "Your post has been published" msgstr "Gönderiniz yayınlandı" -#: src/screens/Onboarding/StepFinished.tsx:254 +#: src/screens/Onboarding/StepFinished.tsx:250 msgid "Your posts, likes, and blocks are public. Mutes are private." msgstr "Gönderileriniz, beğenileriniz ve engellemeleriniz herkese açıktır. Sessizlikleriniz özeldir." @@ -8922,7 +9174,7 @@ msgstr "Profiliniz" msgid "Your profile, posts, feeds, and lists will no longer be visible to other Bluesky users. You can reactivate your account at any time by logging in." msgstr "" -#: src/view/com/composer/Composer.tsx:425 +#: src/view/com/composer/Composer.tsx:462 msgid "Your reply has been published" msgstr "Yanıtınız yayınlandı" diff --git a/src/locale/locales/uk/messages.po b/src/locale/locales/uk/messages.po index c5522b6b..86c968bf 100644 --- a/src/locale/locales/uk/messages.po +++ b/src/locale/locales/uk/messages.po @@ -26,16 +26,24 @@ msgstr "" msgid "(no email)" msgstr "(немає ел. адреси)" -#: 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 "" @@ -43,14 +51,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 "" @@ -65,11 +85,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 "" @@ -82,19 +102,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 "" @@ -112,6 +132,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 "" @@ -132,30 +156,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 "" @@ -295,8 +345,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 @@ -360,7 +410,7 @@ msgstr "Параметри облікового запису" msgid "Account removed from quick access" msgstr "Обліковий запис вилучено зі швидкого доступу" -#: 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 "Обліковий запис розблоковано" @@ -416,9 +466,13 @@ msgstr "Додати альтернативний текст" #~ msgid "Add ALT text" #~ msgstr "" -#: 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 "Додати пароль застосунку" @@ -538,7 +592,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 "" @@ -553,17 +607,20 @@ msgstr "Вже увійшли як @{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 "Альтернативний текст" -#: src/view/com/util/post-embeds/GifEmbed.tsx:189 +#: src/view/com/util/post-embeds/GifEmbed.tsx:170 msgid "Alt Text" msgstr "" @@ -588,19 +645,26 @@ msgstr "" #~ msgid "An error occured" #~ msgstr "" -#: 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 "" @@ -610,6 +674,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 "" @@ -619,7 +687,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 "" @@ -644,7 +712,7 @@ msgstr "" msgid "An issue occurred, please try again." msgstr "Виникла проблема, будь ласка, спробуйте ще раз." -#: src/screens/Onboarding/StepInterests/index.tsx:219 +#: src/screens/Onboarding/StepInterests/index.tsx:199 msgid "an unknown error occurred" msgstr "" @@ -654,8 +722,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 "та" @@ -664,7 +732,7 @@ msgstr "та" msgid "Animals" msgstr "Тварини" -#: src/view/com/util/post-embeds/GifEmbed.tsx:155 +#: src/view/com/util/post-embeds/GifEmbed.tsx:138 msgid "Animated GIF" msgstr "" @@ -680,7 +748,7 @@ msgstr "" msgid "App Language" msgstr "Мова застосунку" -#: src/view/screens/AppPasswords.tsx:228 +#: src/view/screens/AppPasswords.tsx:226 msgid "App password deleted" msgstr "Пароль застосунку видалено" @@ -697,21 +765,21 @@ msgid "App password settings" msgstr "Налаштування пароля застосунків" #: 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 "Паролі для застосунків" -#: 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 "Звернення" -#: src/components/moderation/LabelsOnMeDialog.tsx:247 +#: src/components/moderation/LabelsOnMeDialog.tsx:238 msgid "Appeal \"{0}\" label" msgstr "Оскаржити мітку \"{0}\"" -#: src/components/moderation/LabelsOnMeDialog.tsx:238 +#: src/components/moderation/LabelsOnMeDialog.tsx:229 #: src/screens/Messages/Conversation/ChatDisabled.tsx:91 msgid "Appeal submitted" msgstr "" @@ -749,7 +817,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 "Ви дійсно хочете видалити пароль для застосунку \"{name}\"?" @@ -781,7 +849,7 @@ msgstr "Ви впевнені, що бажаєте видалити {0} зі с 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 "Ви дійсно бажаєте видалити цю чернетку?" @@ -802,13 +870,13 @@ msgstr "Мистецтво" msgid "Artistic or non-erotic nudity." msgstr "Художня або нееротична оголеність." -#: src/screens/Signup/StepHandle.tsx:171 +#: src/screens/Signup/StepHandle.tsx:173 msgid "At least 3 characters" msgstr "Не менше 3-х символів" #: 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 @@ -842,7 +910,7 @@ msgstr "Дата народження" msgid "Birthday:" msgstr "Дата народження:" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:314 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:272 #: src/view/com/profile/ProfileMenu.tsx:365 msgid "Block" msgstr "Заблокувати" @@ -873,7 +941,7 @@ msgstr "Заблокувати список" msgid "Block these accounts?" msgstr "Заблокувати ці облікові записи?" -#: src/view/com/util/post-embeds/QuoteEmbed.tsx:76 +#: src/view/com/util/post-embeds/QuoteEmbed.tsx:81 msgid "Blocked" msgstr "Заблоковано" @@ -963,23 +1031,23 @@ msgstr "Розмити зображення і фільтрувати їх зі msgid "Books" msgstr "Книги" -#: 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 "" @@ -1029,12 +1097,12 @@ msgid "Can only contain letters, numbers, spaces, dashes, and underscores. Must msgstr "Може містити лише літери, цифри, пробіли, дефіси та знаки підкреслення, і мати довжину від 4 до 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 @@ -1050,7 +1118,7 @@ msgstr "Може містити лише літери, цифри, пробіл #: src/view/com/modals/LinkWarning.tsx:107 #: src/view/com/modals/VerifyEmail.tsx:255 #: src/view/com/modals/VerifyEmail.tsx:261 -#: src/view/com/util/post-ctrls/RepostButton.tsx:160 +#: src/view/com/util/post-ctrls/RepostButton.tsx:163 #: src/view/screens/Search/Search.tsx:704 msgid "Cancel" msgstr "Скасувати" @@ -1079,7 +1147,7 @@ msgstr "Скасувати обрізання зображення" msgid "Cancel profile editing" msgstr "Скасувати зміни профілю" -#: src/view/com/util/post-ctrls/RepostButton.tsx:154 +#: src/view/com/util/post-ctrls/RepostButton.tsx:157 msgid "Cancel quote post" msgstr "Скасувати цитування посту" @@ -1095,6 +1163,21 @@ msgstr "Скасувати пошук" 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 "Змінити" @@ -1135,8 +1218,8 @@ msgid "Change Your Email" msgstr "Змінити адресу електронної пошти" #: 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 "" @@ -1191,12 +1274,12 @@ msgstr "Перевірте свою поштову скриньку на ная #~ msgstr "Виберіть \"Усі\" або \"Ніхто\"" #: 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" @@ -1214,7 +1297,7 @@ msgstr "" msgid "Choose Service" msgstr "Оберіть хостинг-провайдера" -#: src/screens/Onboarding/StepFinished.tsx:284 +#: src/screens/Onboarding/StepFinished.tsx:280 msgid "Choose the algorithms that power your custom feeds." msgstr "Оберіть алгоритми, що наповнюватимуть ваші стрічки." @@ -1301,7 +1384,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 "" @@ -1316,13 +1399,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 "Закрити" @@ -1377,7 +1462,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 "Закриває редактор постів і видаляє чернетку" @@ -1385,11 +1470,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 "Згортає список користувачів для даного сповіщення" @@ -1408,7 +1493,7 @@ msgstr "Комікси" msgid "Community Guidelines" msgstr "Правила спільноти" -#: src/screens/Onboarding/StepFinished.tsx:297 +#: src/screens/Onboarding/StepFinished.tsx:293 msgid "Complete onboarding and start using your account" msgstr "Завершіть ознайомлення та розпочніть користуватися вашим обліковим записом" @@ -1416,7 +1501,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 "Створюйте пости до {MAX_GRAPHEME_LENGTH} символів у довжину" @@ -1425,8 +1510,8 @@ msgid "Compose reply" msgstr "Відповісти" #: 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}" @@ -1440,8 +1525,8 @@ msgstr "Налаштувати фільтрування вмісту для ка msgid "Configured in <0>moderation settings." msgstr "Налаштовано <0>у налаштуваннях модерації." -#: 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 @@ -1527,7 +1612,7 @@ msgstr "Попередження про вміст" 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 "Далі" @@ -1540,7 +1625,7 @@ msgstr "Продовжити як {0} (поточний користувач)" 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" @@ -1576,7 +1661,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 "Скопійовано" @@ -1662,6 +1747,10 @@ msgstr "Не вдалося завантажити список" msgid "Could not mute chat" msgstr "" +#: 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 "" @@ -1727,7 +1816,7 @@ msgstr "Створити новий обліковий запис" msgid "Create report for {0}" msgstr "Створити звіт для {0}" -#: src/view/screens/AppPasswords.tsx:251 +#: src/view/screens/AppPasswords.tsx:246 msgid "Created {0}" msgstr "Створено: {0}" @@ -1809,7 +1898,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 "Видалити" @@ -1826,11 +1915,11 @@ msgstr "Видалити обліковий запис" msgid "Delete Account <0>\"<1>{0}<2>\"" msgstr "" -#: src/view/screens/AppPasswords.tsx:244 +#: src/view/screens/AppPasswords.tsx:239 msgid "Delete app password" msgstr "Видалити пароль для застосунку" -#: src/view/screens/AppPasswords.tsx:280 +#: src/view/screens/AppPasswords.tsx:275 msgid "Delete app password?" msgstr "Видалити пароль для застосунку?" @@ -1885,7 +1974,7 @@ msgstr "Видалити цей список?" msgid "Delete this post?" msgstr "Видалити цей пост?" -#: src/view/com/util/post-embeds/QuoteEmbed.tsx:85 +#: src/view/com/util/post-embeds/QuoteEmbed.tsx:90 msgid "Deleted" msgstr "Видалено" @@ -1921,7 +2010,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 "Порожній пост. Ви хотіли щось написати?" @@ -1935,7 +2024,11 @@ msgid "Direct messages are here!" msgstr "" #: src/view/screens/AccessibilitySettings.tsx:111 -msgid "Disable autoplay for GIFs" +#~ msgid "Disable autoplay for GIFs" +#~ msgstr "" + +#: src/view/screens/AccessibilitySettings.tsx:111 +msgid "Disable autoplay for videos and GIFs" msgstr "" #: src/view/screens/Settings/DisableEmail2FADialog.tsx:90 @@ -1950,7 +2043,7 @@ msgstr "" #~ msgid "Disable haptics" #~ 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 "" @@ -1967,11 +2060,11 @@ msgstr "" msgid "Disabled" msgstr "Вимкнено" -#: src/view/com/composer/Composer.tsx:774 +#: src/view/com/composer/Composer.tsx:839 msgid "Discard" msgstr "Видалити" -#: src/view/com/composer/Composer.tsx:771 +#: src/view/com/composer/Composer.tsx:836 msgid "Discard draft?" msgstr "Відхилити чернетку?" @@ -1981,8 +2074,8 @@ msgid "Discourage apps from showing my account to logged-out users" msgstr "Попросити застосунки не показувати мій обліковий запис без входу" #: 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 @@ -1998,10 +2091,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 "" @@ -2033,7 +2126,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 "Не починається або закінчується дефісом" @@ -2053,6 +2146,8 @@ msgstr "Домен перевірено!" #: src/screens/Onboarding/StepProfile/index.tsx:325 #: src/view/com/auth/server-input/index.tsx:169 #: src/view/com/auth/server-input/index.tsx:170 +#: src/view/com/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 @@ -2075,7 +2170,7 @@ msgstr "Готово" msgid "Done{extraText}" msgstr "Готово{extraText}" -#: src/screens/StarterPack/StarterPackLandingScreen.tsx:324 +#: src/screens/StarterPack/StarterPackLandingScreen.tsx:326 msgid "Download Bluesky" msgstr "" @@ -2084,7 +2179,7 @@ msgstr "" msgid "Download CAR file" msgstr "Завантажити CAR файл" -#: 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 "Перетягніть і відпустіть, щоб додати зображення" @@ -2197,12 +2292,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 "Редагувати профіль" #: 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 "Редагувати профіль" @@ -2257,6 +2352,10 @@ msgstr "" msgid "Email address" msgstr "Адреса електронної пошти" +#: 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" @@ -2270,6 +2369,10 @@ msgstr "Ел. адресу оновлено" msgid "Email verified" msgstr "Електронну адресу перевірено" +#: src/components/intents/VerifyEmailIntentDialog.tsx:71 +msgid "Email Verified" +msgstr "" + #: src/view/screens/Settings/index.tsx:319 msgid "Email:" msgstr "Ел. адреса:" @@ -2319,7 +2422,7 @@ msgstr "Увімкнути медіапрогравачі для" 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 "" @@ -2337,7 +2440,7 @@ msgstr "Увімкнути лише джерело" msgid "Enabled" msgstr "Увімкнено" -#: src/screens/Profile/Sections/Feed.tsx:105 +#: src/screens/Profile/Sections/Feed.tsx:112 msgid "End of feed" msgstr "Кінець стрічки" @@ -2346,7 +2449,11 @@ msgstr "Кінець стрічки" #~ 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 @@ -2403,11 +2510,11 @@ msgstr "Введіть псевдонім та пароль" 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 "Помилка отримання відповіді Captcha." -#: src/screens/Onboarding/StepInterests/index.tsx:217 +#: src/screens/Onboarding/StepInterests/index.tsx:197 #: src/view/screens/Search/Search.tsx:116 msgid "Error:" msgstr "Помилка:" @@ -2431,11 +2538,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 "" @@ -2447,6 +2554,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 "Виходить з процесу видалення облікового запису" @@ -2471,7 +2582,7 @@ msgstr "Вихід із пошуку" msgid "Expand alt text" msgstr "Розгорнути опис" -#: src/view/com/notifications/FeedItem.tsx:270 +#: src/view/com/notifications/FeedItem.tsx:266 msgid "Expand list of users" msgstr "" @@ -2595,7 +2706,7 @@ msgstr "Не вдалося зберегти зображення: {0}" 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 "" @@ -2603,7 +2714,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 "" @@ -2621,6 +2732,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 "Стрічка" @@ -2649,7 +2767,7 @@ msgstr "Зворотний зв'язок" #: 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" @@ -2683,7 +2801,7 @@ msgstr "" msgid "Filter from feeds" msgstr "Фільтрувати зі стрічок" -#: src/screens/Onboarding/StepFinished.tsx:300 +#: src/screens/Onboarding/StepFinished.tsx:296 msgid "Finalizing" msgstr "Завершення" @@ -2694,8 +2812,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" @@ -2726,14 +2844,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 "Гнучкий" @@ -2750,8 +2868,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 "Підписатися" @@ -2760,8 +2878,8 @@ msgctxt "action" msgid "Follow" msgstr "Підписатись" -#: 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 "Підписатися на {0}" @@ -2787,7 +2905,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 "Підписатися навзаєм" @@ -2835,16 +2953,16 @@ msgstr "Ваші підписки" #~ msgid "Followed users only" #~ msgstr "Тільки ваші підписки" -#: src/view/com/notifications/FeedItem.tsx:211 +#: src/view/com/notifications/FeedItem.tsx:207 msgid "followed you" msgstr "підписка на вас" -#: 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 "Підписники" @@ -2861,17 +2979,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 "Підписані" #: src/components/ProfileCard.tsx:311 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:98 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:94 msgid "Following {0}" msgstr "Підписання на \"{0}\"" @@ -2890,8 +3008,8 @@ msgid "Following Feed Preferences" msgstr "Налаштування стрічки підписок" #: 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" @@ -2935,15 +3053,19 @@ msgstr "Забули пароль?" msgid "Frequently Posts Unwanted Content" msgstr "Часто публікує неприйнятний контент" -#: src/screens/Hashtag.tsx:118 +#: src/screens/Hashtag.tsx:116 msgid "From @{sanitizedAuthor}" msgstr "Від @{sanitizedAuthor}" -#: src/view/com/posts/FeedItem.tsx:273 +#: src/view/com/posts/FeedItem.tsx:271 msgctxt "from-feed" msgid "From <0/>" msgstr "Зі стрічки \"<0/>\"" +#: src/view/com/util/post-embeds/VideoEmbedInner/VideoWebControls.tsx:354 +msgid "Fullscreen" +msgstr "" + #: src/view/com/composer/photos/SelectPhotoBtn.tsx:39 msgid "Gallery" msgstr "Галерея" @@ -2969,7 +3091,7 @@ msgstr "Почати" msgid "Getting started" msgstr "" -#: src/view/com/util/images/ImageHorzList.tsx:35 +#: src/components/MediaPreview.tsx:119 msgid "GIF" msgstr "" @@ -2988,7 +3110,7 @@ msgstr "Грубі порушення закону чи умов викорис #: 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 "Назад" @@ -3047,8 +3169,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" @@ -3126,7 +3248,7 @@ msgstr "" msgid "Hide" msgstr "Приховати" -#: src/view/com/notifications/FeedItem.tsx:477 +#: src/view/com/notifications/FeedItem.tsx:473 msgctxt "action" msgid "Hide" msgstr "Сховати" @@ -3165,7 +3287,7 @@ msgstr "Сховати цей пост?" msgid "Hide this reply?" msgstr "" -#: src/view/com/notifications/FeedItem.tsx:468 +#: src/view/com/notifications/FeedItem.tsx:464 msgid "Hide user list" msgstr "Сховати список користувачів" @@ -3197,10 +3319,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" @@ -3272,7 +3398,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 "Зображення" @@ -3288,7 +3414,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 "" @@ -3332,7 +3462,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 "Введіть ваш псевдонім" @@ -3357,6 +3487,10 @@ msgstr "Невірний або непідтримуваний пост" msgid "Invalid username or password" msgstr "Невірне ім'я користувача або пароль" +#: src/components/intents/VerifyEmailIntentDialog.tsx:82 +msgid "Invalid Verification Code" +msgstr "" + #: src/view/com/modals/InviteCodes.tsx:94 msgid "Invite a Friend" msgstr "Запросити друга" @@ -3365,7 +3499,7 @@ msgstr "Запросити друга" msgid "Invite code" msgstr "Код запрошення" -#: 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 "Код запрошення не прийнято. Переконайтеся в його правильності та повторіть спробу." @@ -3397,6 +3531,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 "Вакансії" @@ -3441,11 +3579,11 @@ msgstr "Мітки є анотаціями для користувачів і к #~ msgid "labels have been placed on this {labelTarget}" #~ msgstr "мітка була розміщена на {labelTarget}" -#: 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 "Мітки на вашому контенті" @@ -3466,7 +3604,7 @@ msgstr "Налаштування мов" msgid "Languages" msgstr "Мови" -#: src/screens/Hashtag.tsx:99 +#: src/screens/Hashtag.tsx:97 #: src/view/screens/Search/Search.tsx:359 msgid "Latest" msgstr "Нещодавні" @@ -3540,8 +3678,7 @@ msgstr "" msgid "Let's get your password reset!" msgstr "Давайте відновимо ваш пароль!" -#: src/screens/Onboarding/StepFinished.tsx:300 -#: src/tours/Tooltip.tsx:151 +#: src/screens/Onboarding/StepFinished.tsx:296 msgid "Let's go!" msgstr "Злітаємо!" @@ -3574,9 +3711,9 @@ msgstr "Вподобати цю стрічку" msgid "Liked by" msgstr "Сподобалося" -#: 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 "Сподобався користувачу" @@ -3595,11 +3732,11 @@ msgstr "Сподобався користувачу" #~ msgid "Liked by {likeCount} {0}" #~ msgstr "Вподобано {likeCount} {0}" -#: 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 "сподобався ваш пост" @@ -3659,7 +3796,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" @@ -3685,7 +3822,7 @@ msgstr "" msgid "Load new notifications" msgstr "Завантажити нові сповіщення" -#: 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 @@ -3792,12 +3929,12 @@ msgstr "" msgid "Message from server: {0}" msgstr "Повідомлення від сервера: {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 "" @@ -3805,7 +3942,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 @@ -3820,6 +3957,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 "" @@ -3886,7 +4027,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 "Більше" @@ -3911,8 +4052,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 "Ігнорувати" @@ -3997,7 +4137,7 @@ msgstr "Ігнорувати обговорення" 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 "Ігнорується" @@ -4035,7 +4175,7 @@ msgstr "Мій день народження" msgid "My Feeds" msgstr "Мої стрічки" -#: src/view/shell/desktop/LeftNav.tsx:85 +#: src/view/shell/desktop/LeftNav.tsx:84 msgid "My Profile" msgstr "Мій профіль" @@ -4057,9 +4197,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 "Ім'я чи Опис порушують стандарти спільноти" @@ -4095,7 +4235,7 @@ msgstr "Хочете повідомити про порушення авторс #~ msgid "Never lose access to your followers and data." #~ msgstr "Ніколи не втрачайте доступ до ваших даних та підписників." -#: src/screens/Onboarding/StepFinished.tsx:268 +#: src/screens/Onboarding/StepFinished.tsx:264 msgid "Never lose access to your followers or data." msgstr "Ніколи не втрачайте доступ до ваших підписників та даних." @@ -4145,11 +4285,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 "Новий пост" -#: src/view/shell/desktop/LeftNav.tsx:284 +#: src/view/shell/desktop/LeftNav.tsx:283 msgctxt "action" msgid "New Post" msgstr "Новий пост" @@ -4182,7 +4322,6 @@ msgstr "Новини" #: 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" @@ -4225,11 +4364,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 "Ви більше не підписані на {0}" -#: src/screens/Signup/StepHandle.tsx:167 +#: src/screens/Signup/StepHandle.tsx:169 msgid "No longer than 253 characters" msgstr "Не може бути довшим за 253 символи" @@ -4256,7 +4395,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 "" @@ -4335,7 +4474,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 "Примітка щодо поширення" @@ -4368,22 +4507,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 "Сповіщення" -#: 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 "" @@ -4391,7 +4530,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 "Нагота чи матеріали для дорослих не позначені відповідним чином" @@ -4409,7 +4548,7 @@ msgstr "Вимкнено" msgid "Oh no!" msgstr "О, ні!" -#: src/screens/Onboarding/StepInterests/index.tsx:153 +#: src/screens/Onboarding/StepInterests/index.tsx:138 msgid "Oh no! Something went wrong." msgstr "Ой! Щось пішло не так." @@ -4426,11 +4565,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/>" msgstr "" #: src/view/screens/Settings/index.tsx:226 @@ -4438,10 +4581,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 "Для одного або кількох зображень відсутній опис." @@ -4457,10 +4600,14 @@ msgstr "" msgid "Only {0} can reply." msgstr "Тільки {0} можуть відповідати." -#: 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 "Ой, щось пішло не так!" @@ -4468,13 +4615,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 "Відкрити" @@ -4491,8 +4638,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 "Емоджі" @@ -4673,12 +4821,12 @@ msgstr "Відкриває системний журнал" msgid "Opens the threads preferences" msgstr "Відкриває налаштування гілок" -#: 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 "" @@ -4756,11 +4904,11 @@ msgid "Password updated!" 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: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 "" @@ -4820,7 +4968,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 "" @@ -4837,8 +4985,8 @@ msgstr "Відтворити {0}" 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 "" @@ -4851,16 +4999,16 @@ msgstr "Відтворити відео" msgid "Plays the GIF" msgstr "Відтворює GIF" -#: src/screens/Signup/state.ts:222 +#: src/screens/Signup/state.ts:217 msgid "Please choose your handle." msgstr "Будь ласка, оберіть псевдонім." -#: 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 "Будь ласка, оберіть ваш пароль." -#: src/screens/Signup/state.ts:236 +#: src/screens/Signup/state.ts:231 msgid "Please complete the verification captcha." msgstr "Будь ласка, завершіть перевірку Captcha." @@ -4880,7 +5028,7 @@ msgstr "Будь ласка, введіть унікальну назву для 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 "Будь ласка, введіть адресу ел. пошти." @@ -4893,7 +5041,7 @@ msgstr "" msgid "Please enter your password as well:" msgstr "Будь ласка, також введіть ваш пароль:" -#: 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 "Будь ласка, поясніть, чому ви вважаєте, що ця позначка була помилково додана до {0}" @@ -4910,7 +5058,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 "Будь ласка, зачекайте доки завершиться створення попереднього перегляду для посилання" @@ -4923,13 +5071,13 @@ msgstr "Політика" msgid "Porn" msgstr "Порнографія" -#: 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 "Запостити" -#: src/view/com/post-thread/PostThread.tsx:480 +#: src/view/com/post-thread/PostThread.tsx:481 msgctxt "description" msgid "Post" msgstr "Пост" @@ -5070,13 +5218,13 @@ msgstr "" msgid "Processing..." msgstr "Обробка..." -#: 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 @@ -5091,7 +5239,7 @@ msgstr "Профіль оновлено" msgid "Protect your account by verifying your email." msgstr "Захистіть свій обліковий запис, підтвердивши свою електронну адресу." -#: src/screens/Onboarding/StepFinished.tsx:250 +#: src/screens/Onboarding/StepFinished.tsx:246 msgid "Public" msgstr "Публічний" @@ -5103,11 +5251,11 @@ msgstr "Публічні, поширювані списки користувач msgid "Public, shareable lists which can drive feeds." msgstr "Публічні, поширювані списки для створення стрічок." -#: 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 "Опублікувати відповідь" @@ -5124,11 +5272,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" @@ -5153,8 +5301,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" @@ -5168,8 +5316,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 "" @@ -5259,6 +5407,10 @@ msgstr "" msgid "Remove account" msgstr "Видалити обліковий запис" +#: src/view/com/composer/ExternalEmbedRemoveBtn.tsx:28 +msgid "Remove attachment" +msgstr "" + #: src/view/com/util/UserAvatar.tsx:387 msgid "Remove Avatar" msgstr "Видалити аватар" @@ -5267,7 +5419,7 @@ msgstr "Видалити аватар" msgid "Remove Banner" msgstr "Видалити банер" -#: src/screens/Messages/Conversation/MessageInputEmbed.tsx:218 +#: src/screens/Messages/Conversation/MessageInputEmbed.tsx:207 msgid "Remove embed" msgstr "" @@ -5307,8 +5459,8 @@ msgid "Remove image" msgstr "Вилучити зображення" #: src/view/com/composer/ExternalEmbedRemoveBtn.tsx:28 -msgid "Remove image preview" -msgstr "Вилучити попередній перегляд зображення" +#~ msgid "Remove image preview" +#~ msgstr "Вилучити попередній перегляд зображення" #: src/components/dialogs/MutedWords.tsx:523 msgid "Remove mute word from your list" @@ -5322,24 +5474,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 "" @@ -5367,14 +5523,18 @@ msgstr "Видалено з моїх стрічок" #~ msgid "Removes default thumbnail from {0}" #~ msgstr "Видаляє мініатюру за замовчуванням з {0}" -#: 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" @@ -5400,7 +5560,7 @@ msgstr "" #~ msgid "Replies to this thread are disabled" #~ msgstr "Відповіді до цього посту вимкнено" -#: src/view/com/composer/Composer.tsx:562 +#: src/view/com/composer/Composer.tsx:640 msgctxt "action" msgid "Reply" msgstr "Відповісти" @@ -5434,23 +5594,23 @@ msgstr "" #~ msgstr "У відповідь <0/>" #: 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/>" 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 "" @@ -5542,9 +5702,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 "Репост" @@ -5555,18 +5715,18 @@ msgid "Repost" msgstr "Репостити" #: 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 "Репостити або цитувати" -#: 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 "Зробив(-ла) репост" -#: src/view/com/posts/FeedItem.tsx:294 +#: src/view/com/posts/FeedItem.tsx:292 msgid "Reposted by {0}" msgstr "{0} зробив(-ла) репост" @@ -5574,16 +5734,16 @@ msgstr "{0} зробив(-ла) репост" #~ msgid "Reposted by <0/>" #~ msgstr "" -#: src/view/com/posts/FeedItem.tsx:313 +#: src/view/com/posts/FeedItem.tsx:311 msgid "Reposted by <0><1/>" msgstr "Зроблено репост від <0><1/>" -#: 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 "зробив(-ла) репост вашого допису" @@ -5618,6 +5778,14 @@ msgstr "Вимагається цим хостинг-провайдером" msgid "Resend email" msgstr "" +#: 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 "Код підтвердження" @@ -5657,15 +5825,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 @@ -5777,8 +5945,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 "" @@ -5792,15 +5960,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" @@ -5886,6 +6054,10 @@ msgstr "Перегляньте цей посібник" #~ msgid "See what's next" #~ 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 "Обрати {item}" @@ -5922,6 +6094,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 "Вибрати мови" @@ -5938,6 +6114,10 @@ msgstr "Обрати варіант {i} із {numItems}" #~ 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 "" @@ -5954,7 +6134,7 @@ msgstr "Виберіть хостинг-провайдера для ваших #~ 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 "" @@ -5978,7 +6158,7 @@ msgstr "Оберіть мову застосунку для відображен msgid "Select your date of birth" msgstr "Оберіть дату народження" -#: src/screens/Onboarding/StepInterests/index.tsx:226 +#: src/screens/Onboarding/StepInterests/index.tsx:206 msgid "Select your interests from the options below" msgstr "Виберіть ваші інтереси із нижченаведених варіантів" @@ -6016,8 +6196,8 @@ msgstr "Надіслати ел. лист" msgid "Send feedback" msgstr "Надіслати відгук" -#: 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 "" @@ -6128,7 +6308,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" @@ -6149,7 +6329,7 @@ msgstr "З сексуальним підтекстом" #: 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 "Поширити" @@ -6169,7 +6349,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 "Все одно поширити" @@ -6229,7 +6409,7 @@ msgstr "Показувати" #~ 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 "" @@ -6249,8 +6429,8 @@ msgid "Show badge and filter from feeds" msgstr "Показати значок і фільтри зі стрічки" #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:215 -msgid "Show follows similar to {0}" -msgstr "Показати підписки, схожі на {0}" +#~ msgid "Show follows similar to {0}" +#~ msgstr "Показати підписки, схожі на {0}" #: src/view/com/post-thread/PostThreadShowHiddenReplies.tsx:23 msgid "Show hidden replies" @@ -6265,9 +6445,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 "Показати більше" @@ -6350,7 +6530,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 "Показує дописи з {0} у вашій стрічці" @@ -6363,12 +6543,12 @@ msgstr "Показує дописи з {0} у вашій стрічці" #: 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 @@ -6400,12 +6580,12 @@ msgstr "Вийти" 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 @@ -6430,25 +6610,25 @@ msgstr "Ви увійшли як" msgid "Signed in as @{0}" msgstr "Ви увійшли як @{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 "Пропустити" -#: src/screens/Onboarding/StepInterests/index.tsx:262 +#: src/screens/Onboarding/StepInterests/index.tsx:242 msgid "Skip this flow" msgstr "Пропустити цей процес" @@ -6457,7 +6637,7 @@ msgstr "Пропустити цей процес" msgid "Software Dev" msgstr "Розробка П/З" -#: src/components/FeedInterstitials.tsx:397 +#: src/components/FeedInterstitials.tsx:443 msgid "Some other feeds you might like" msgstr "" @@ -6510,12 +6690,12 @@ msgstr "Оберіть, як сортувати відповіді до пост #~ msgid "Source: <0>{0}" #~ msgstr "" -#: src/components/moderation/LabelsOnMeDialog.tsx:171 +#: src/components/moderation/LabelsOnMeDialog.tsx:163 msgid "Source: <0>{sourceName}" 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 "Спам" @@ -6545,10 +6725,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 @@ -6596,8 +6775,8 @@ msgstr "Сховище очищено, тепер вам треба переза msgid "Storybook" msgstr "" -#: 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" @@ -6636,7 +6815,7 @@ msgstr "" #~ msgid "Suggested Follows" #~ msgstr "Пропоновані підписки" -#: src/components/FeedInterstitials.tsx:262 +#: src/components/FeedInterstitials.tsx:308 msgid "Suggested for you" msgstr "Пропозиції для вас" @@ -6656,8 +6835,8 @@ msgid "Switch Account" msgstr "Перемикнути обліковий запис" #: 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}" @@ -6696,17 +6875,22 @@ msgstr "Високе" 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: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 "Торкніться, щоб переглянути повністю" +#~ msgid "Tap to view fully" +#~ msgstr "Торкніться, щоб переглянути повністю" #: src/state/shell/progress-guide.tsx:166 msgid "Task complete - 10 likes!" @@ -6742,9 +6926,9 @@ msgid "Terms of Service" msgstr "Умови Використання" #: 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 "Використані терміни порушують стандарти спільноти" @@ -6756,7 +6940,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 "Поле вводу тексту" @@ -6766,6 +6950,10 @@ msgstr "Поле вводу тексту" 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 "Що містить наступне:" @@ -6783,11 +6971,11 @@ msgstr "Цей псевдонім вже зайнятий." 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 "Обліковий запис зможе взаємодіяти з вами після розблокування." @@ -6822,7 +7010,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 "" @@ -6830,11 +7018,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 "Наступні мітки були додано до вашого контенту." @@ -6851,7 +7039,7 @@ msgstr "Можливо цей пост було видалено." msgid "The Privacy Policy has been moved to <0/>" msgstr "Політика конфіденційності була переміщена до <0/>" -#: src/state/queries/video/video.ts:129 +#: src/state/queries/video/video.ts:222 msgid "The selected video is larger than 100MB." msgstr "" @@ -6867,6 +7055,10 @@ msgstr "Форму підтримки переміщено. Якщо вам по msgid "The Terms of Service have been moved to" msgstr "Умови Використання перенесено до" +#: 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 "Також є багато інших стрічок, щоб спробувати:" @@ -6917,7 +7109,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 "Виникла проблема з завантаженням постів. Натисніть тут, щоб повторити спробу." @@ -6939,15 +7131,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 @@ -6998,7 +7190,7 @@ msgstr "" #~ msgid "This appeal will be sent to <0>{0}." #~ msgstr "Це звернення буде надіслано до <0>{0}." -#: src/components/moderation/LabelsOnMeDialog.tsx:250 +#: src/components/moderation/LabelsOnMeDialog.tsx:241 msgid "This appeal will be sent to <0>{sourceName}." msgstr "" @@ -7091,7 +7283,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 "" @@ -7124,7 +7316,7 @@ msgid "This post has been deleted." msgstr "Цей пост було видалено." #: 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 "Цей пост видно лише користувачам, які увійшли до системи. Воно не буде видимим для людей, які не ввійшли до системи." @@ -7156,7 +7348,7 @@ msgstr "Цей сервіс не надав умови обслуговуван msgid "This should create a domain record at:" msgstr "Це має створити обліковий запис домену:" -#: src/view/com/profile/ProfileFollowers.tsx:87 +#: src/view/com/profile/ProfileFollowers.tsx:96 msgid "This user doesn't have any followers." msgstr "Цей користувач ще не має жодного підписника." @@ -7185,7 +7377,7 @@ msgstr "Цей користувач є в списку <0>{0}, який ви 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 "Цей користувач не підписаний ні на кого." @@ -7238,6 +7430,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 "Кому ви хотіли б відправити цю скаргу?" @@ -7254,7 +7450,7 @@ msgstr "Розкрити/сховати" 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 "Верх" @@ -7265,8 +7461,8 @@ msgstr "Редагування" #: 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" @@ -7285,7 +7481,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 "" @@ -7318,14 +7514,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 "Розблокувати" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:197 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:193 msgctxt "action" msgid "Unblock" msgstr "Розблокувати" @@ -7340,12 +7536,12 @@ msgstr "" msgid "Unblock Account" msgstr "Розблокувати обліковий запис" -#: 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 "Розблокувати обліковий запис?" -#: 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" @@ -7360,7 +7556,7 @@ msgstr "Відписатись" #~ msgid "Unfollow" #~ msgstr "Не стежити" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:237 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:208 msgid "Unfollow {0}" msgstr "Відписатися від {0}" @@ -7378,8 +7574,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 "Не ігнорувати" @@ -7410,11 +7605,11 @@ msgstr "" msgid "Unmute thread" msgstr "Перестати ігнорувати" -#: 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 "" @@ -7452,12 +7647,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 "Небажаний сексуальний вміст" @@ -7512,7 +7711,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 "Використовуйте паролі для застосунків для входу в інших застосунках для Bluesky. Це дозволить використовувати їх, не надаючи повний доступ до вашого облікового запису і вашого основного пароля." @@ -7635,6 +7834,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 "Верифікувати {0}" @@ -7647,6 +7850,10 @@ msgstr "" msgid "Verify email" msgstr "Підтвердити електронну адресу" +#: src/components/intents/VerifyEmailIntentDialog.tsx:61 +msgid "Verify email dialog" +msgstr "" + #: src/view/screens/Settings/index.tsx:961 msgid "Verify my email" msgstr "Підтвердити мою електронну адресу" @@ -7660,6 +7867,10 @@ msgstr "Підтвердити мою електронну адресу" msgid "Verify New Email" msgstr "Підтвердити нову адресу електронної пошти" +#: src/view/com/composer/videos/SelectVideoBtn.tsx:108 +msgid "Verify now" +msgstr "" + #: src/view/com/modals/ChangeHandle.tsx:505 msgid "Verify Text File" msgstr "" @@ -7676,15 +7887,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 "Відеоігри" +#: 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 "" @@ -7694,7 +7922,7 @@ msgid "View {0}'s avatar" msgstr "Переглянути аватар {0}" #: 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 "" @@ -7726,7 +7954,7 @@ msgstr "Переглянути деталі як надіслати скаргу msgid "View full thread" msgstr "Переглянути обговорення" -#: src/components/moderation/LabelsOnMe.tsx:48 +#: src/components/moderation/LabelsOnMe.tsx:47 msgid "View information about these labels" msgstr "Переглянути інформацію про мітки" @@ -7786,7 +8014,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 "Ми не змогли знайти жодних результатів для цього хештегу." @@ -7798,7 +8026,11 @@ msgstr "" msgid "We estimate {estimatedTime} until your account is ready." msgstr "Ми оцінюємо {estimatedTime} до готовності вашого облікового запису." -#: src/screens/Onboarding/StepFinished.tsx:242 +#: src/components/intents/VerifyEmailIntentDialog.tsx:98 +msgid "We have sent another verification email to <0>{0}." +msgstr "" + +#: src/screens/Onboarding/StepFinished.tsx:238 msgid "We hope you have a wonderful time. Remember, Bluesky is:" msgstr "Ми сподіваємося, що ви проведете чудово свій час. Пам'ятайте, Bluesky — це:" @@ -7814,6 +8046,10 @@ msgstr "У нас закінчилися дописи у ваших підпис #~ msgid "We recommend our \"Discover\" feed:" #~ msgstr "Ми рекомендуємо стрічку «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 "Не вдалося завантажити ваші налаштування дати дня народження. Повторіть спробу." @@ -7822,7 +8058,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 "Ми не змогли під'єднатися. Будь ласка, спробуйте ще раз, щоб продовжити налаштування свого облікового запису. Якщо помилка повторюється, то ви можете пропустити цей процес." @@ -7830,7 +8066,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 "Ми скористаємося цим, щоб підлаштувати Ваш досвід." @@ -7854,7 +8090,7 @@ msgstr "На жаль, ми не змогли зараз завантажити msgid "We're sorry, but your search could not be completed. Please try again in a few minutes." msgstr "Даруйте, нам не вдалося виконати пошук за вашим запитом. Будь ласка, спробуйте ще раз через кілька хвилин." -#: src/view/com/composer/Composer.tsx:380 +#: src/view/com/composer/Composer.tsx:417 msgid "We're sorry! The post you are replying to has been deleted." msgstr "" @@ -7883,7 +8119,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 "Чим ви цікавитесь?" @@ -7893,7 +8129,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 "Як справи?" @@ -7963,16 +8199,16 @@ msgstr "Чому слід переглянути цього користувач msgid "Wide" msgstr "Широке" -#: 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 "" -#: src/view/com/composer/Composer.tsx:660 +#: src/view/com/composer/Composer.tsx:708 msgid "Write post" msgstr "Написати пост" -#: 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 "Написати відповідь" @@ -8013,7 +8249,7 @@ msgstr "" msgid "Yes, reactivate my account" msgstr "" -#: src/components/dms/MessageItem.tsx:182 +#: src/components/dms/MessageItem.tsx:183 msgid "Yesterday, {time}" msgstr "" @@ -8030,7 +8266,11 @@ msgstr "" msgid "You are in line." msgstr "Ви в черзі." -#: 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 "Ви ні на кого не підписані." @@ -8064,7 +8304,7 @@ msgstr "Тепер ви можете увійти за допомогою нов 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 "У вас немає жодного підписника." @@ -8147,7 +8387,7 @@ msgstr "У вас немає списків." 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 "Ви ще не створили жодного пароля для застосунків. Ви можете створити новий пароль, натиснувши кнопку нижче." @@ -8159,6 +8399,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 "" @@ -8172,11 +8416,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 "Ви можете оскаржувати мітки, якщо вважаєте, що вони були розміщені помилково." @@ -8256,15 +8500,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 "" @@ -8283,7 +8527,7 @@ msgstr "Ви в черзі" 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 "Все готово!" @@ -8296,6 +8540,14 @@ msgstr "Ви обрали приховувати слово або тег в ц msgid "You've reached the end of your feed! Find some more accounts to follow." msgstr "Ваша домашня стрічка закінчилась! Підпишіться на більше користувачів щоб отримувати більше постів." +#: 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 "Ваш акаунт" @@ -8312,7 +8564,7 @@ msgstr "Дані з вашого облікового запису, які мі msgid "Your birth date" msgstr "Ваша дата народження" -#: 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 "" @@ -8329,7 +8581,7 @@ msgstr "Ваш вибір буде запам'ятовано, ви у будь- #~ msgstr "Ваша стрічка за замовчуванням \"Following\"" #: 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." @@ -8351,7 +8603,7 @@ msgstr "" msgid "Your following feed is empty! Follow more users to see what's happening." msgstr "Ваша домашня стрічка порожня! Підпишіться на більше користувачів щоб отримувати більше постів." -#: src/screens/Signup/StepHandle.tsx:123 +#: src/screens/Signup/StepHandle.tsx:125 msgid "Your full handle will be" msgstr "Ваш повний псевдонім буде" @@ -8367,11 +8619,11 @@ msgstr "Ваші ігноровані слова" msgid "Your password has been changed successfully!" msgstr "Ваш пароль успішно змінено!" -#: src/view/com/composer/Composer.tsx:426 +#: src/view/com/composer/Composer.tsx:463 msgid "Your post has been published" msgstr "Пост опубліковано" -#: src/screens/Onboarding/StepFinished.tsx:254 +#: src/screens/Onboarding/StepFinished.tsx:250 msgid "Your posts, likes, and blocks are public. Mutes are private." msgstr "Ваші повідомлення, вподобання і блоки є публічними. Ігнорування - приватні." @@ -8383,7 +8635,7 @@ msgstr "Ваш профіль" msgid "Your profile, posts, feeds, and lists will no longer be visible to other Bluesky users. You can reactivate your account at any time by logging in." msgstr "" -#: src/view/com/composer/Composer.tsx:425 +#: src/view/com/composer/Composer.tsx:462 msgid "Your reply has been published" msgstr "Відповідь опубліковано" diff --git a/src/locale/locales/zh-CN/messages.po b/src/locale/locales/zh-CN/messages.po index 332c68a8..7216cdda 100644 --- a/src/locale/locales/zh-CN/messages.po +++ b/src/locale/locales/zh-CN/messages.po @@ -320,7 +320,7 @@ msgstr "账户选项" msgid "Account removed from quick access" msgstr "已从快速访问中移除账户" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:141 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:135 #: src/view/com/profile/ProfileMenu.tsx:133 msgid "Account unblocked" msgstr "已取消屏蔽账户" @@ -526,7 +526,7 @@ msgstr "发生错误" msgid "An error occurred" msgstr "发生错误" -#: src/state/queries/video/video.ts:193 +#: src/state/queries/video/video.ts:227 msgid "An error occurred while compressing the video." msgstr "压缩视频时发生错误。" @@ -534,7 +534,7 @@ msgstr "压缩视频时发生错误。" msgid "An error occurred while generating your starter pack. Want to try again?" msgstr "创建入门包时发生错误,想再试一次吗?" -#: src/view/com/util/post-embeds/VideoEmbed.tsx:220 +#: src/view/com/util/post-embeds/VideoEmbed.tsx:213 msgid "An error occurred while loading the video. Please try again later." msgstr "播放视频时出现问题,请稍后再试。" @@ -556,7 +556,7 @@ msgstr "选择视频时发生错误" msgid "An error occurred while trying to follow all" msgstr "关注所有人时发生错误" -#: src/state/queries/video/video.ts:160 +#: src/state/queries/video/video.ts:194 msgid "An error occurred while uploading the video." msgstr "上传视频时出现问题。" @@ -581,7 +581,7 @@ msgstr "开启私信时出现问题" msgid "An issue occurred, please try again." msgstr "出现问题,请重试。" -#: src/screens/Onboarding/StepInterests/index.tsx:219 +#: src/screens/Onboarding/StepInterests/index.tsx:199 msgid "an unknown error occurred" msgstr "出现未知错误" @@ -759,7 +759,7 @@ msgstr "生日" msgid "Birthday:" msgstr "生日:" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:318 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:272 #: src/view/com/profile/ProfileMenu.tsx:365 msgid "Block" msgstr "屏蔽" @@ -865,23 +865,23 @@ msgstr "模糊化图片并从资讯源中过滤" msgid "Books" msgstr "书籍" -#: src/components/FeedInterstitials.tsx:352 +#: src/components/FeedInterstitials.tsx:346 msgid "Browse more accounts on the Explore page" msgstr "在探索页面浏览更多账户" -#: src/components/FeedInterstitials.tsx:485 +#: src/components/FeedInterstitials.tsx:479 msgid "Browse more feeds on the Explore page" msgstr "在探索页面浏览更多资讯源" -#: src/components/FeedInterstitials.tsx:334 -#: src/components/FeedInterstitials.tsx:337 -#: src/components/FeedInterstitials.tsx:467 -#: src/components/FeedInterstitials.tsx:470 +#: 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:360 -#: src/components/FeedInterstitials.tsx:494 +#: src/components/FeedInterstitials.tsx:354 +#: src/components/FeedInterstitials.tsx:488 msgid "Browse more suggestions on the Explore page" msgstr "在探索页面浏览更多建议" @@ -1084,12 +1084,12 @@ msgid "Check your inbox for an email with the confirmation code to enter below:" msgstr "查看发送至你电子邮箱的确认邮件,并在下方输入收到的验证码:" #: src/screens/Onboarding/StepInterests/index.tsx:191 -msgid "Choose 3 or more:" -msgstr "选择至少 3 个或更多:" +#~ msgid "Choose 3 or more:" +#~ msgstr "选择至少 3 个或更多:" #: src/screens/Onboarding/StepInterests/index.tsx:326 -msgid "Choose at least {0} more" -msgstr "还需选择至少 {0} 个" +#~ msgid "Choose at least {0} more" +#~ msgstr "还需选择至少 {0} 个" #: src/screens/StarterPack/Wizard/index.tsx:190 msgid "Choose Feeds" @@ -1175,6 +1175,8 @@ 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 @@ -1374,7 +1376,7 @@ msgstr "内容警告" 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 "继续" @@ -1387,7 +1389,7 @@ msgstr "以 {0} 继续(已登录)" 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" @@ -1801,8 +1803,8 @@ msgid "Discover New Feeds" msgstr "探索新的资讯源" #: src/view/com/profile/ProfileHeaderSuggestedFollows.tsx:108 -msgid "Dismiss" -msgstr "关闭" +#~ msgid "Dismiss" +#~ msgstr "关闭" #: src/view/com/composer/Composer.tsx:1106 msgid "Dismiss error" @@ -1998,12 +2000,12 @@ msgid "Edit post interaction settings" msgstr "调整帖文互动选项" #: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:184 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:181 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:175 msgid "Edit profile" msgstr "编辑个人资料" #: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:187 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:184 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:178 msgid "Edit Profile" msgstr "编辑个人资料" @@ -2049,6 +2051,10 @@ msgstr "电子邮件两步验证已关闭" msgid "Email address" msgstr "邮箱地址" +#: 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" @@ -2062,6 +2068,10 @@ msgstr "电子邮箱已更新" msgid "Email verified" msgstr "电子邮箱已验证" +#: src/components/intents/VerifyEmailIntentDialog.tsx:71 +msgid "Email Verified" +msgstr "" + #: src/view/screens/Settings/index.tsx:319 msgid "Email:" msgstr "电子邮箱:" @@ -2182,7 +2192,7 @@ msgstr "保存文件时发生错误" msgid "Error receiving captcha response." msgstr "Captcha 响应错误。" -#: src/screens/Onboarding/StepInterests/index.tsx:217 +#: src/screens/Onboarding/StepInterests/index.tsx:197 #: src/view/screens/Search/Search.tsx:116 msgid "Error:" msgstr "错误:" @@ -2387,10 +2397,10 @@ msgstr "无法更新资讯源" msgid "Failed to update settings" msgstr "无法更新设置" -#: src/state/queries/video/video-upload.ts:75 -#: src/state/queries/video/video-upload.web.ts:71 -#: src/state/queries/video/video-upload.web.ts:75 -#: src/state/queries/video/video-upload.web.ts:85 +#: 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 "无法上传视频" @@ -2491,7 +2501,7 @@ 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:256 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:223 #: src/view/com/post-thread/PostThreadFollowBtn.tsx:144 msgid "Follow" msgstr "关注" @@ -2501,7 +2511,7 @@ msgctxt "action" msgid "Follow" msgstr "关注" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:242 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:209 #: src/view/com/post-thread/PostThreadFollowBtn.tsx:126 msgid "Follow {0}" msgstr "关注 {0}" @@ -2578,7 +2588,7 @@ 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:254 +#: 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:29 @@ -2588,7 +2598,7 @@ msgid "Following" msgstr "正在关注" #: src/components/ProfileCard.tsx:311 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:100 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:94 msgid "Following {0}" msgstr "已关注 {0}" @@ -2652,7 +2662,7 @@ msgstr "频繁发布不受欢迎的内容" msgid "From @{sanitizedAuthor}" msgstr "来自 @{sanitizedAuthor}" -#: src/view/com/posts/FeedItem.tsx:273 +#: src/view/com/posts/FeedItem.tsx:271 msgctxt "from-feed" msgid "From <0/>" msgstr "来自 <0/>" @@ -2884,6 +2894,10 @@ msgstr "看起来在加载数据时遇到了问题,请查看下方获取更多 msgid "Hmmmm, we couldn't load that moderation service." msgstr "无法加载此内容审核提供服务。" +#: 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 @@ -3044,6 +3058,10 @@ msgstr "帖文记录无效或不受支持" msgid "Invalid username or password" msgstr "用户名或密码无效" +#: src/components/intents/VerifyEmailIntentDialog.tsx:82 +msgid "Invalid Verification Code" +msgstr "" + #: src/view/com/modals/InviteCodes.tsx:94 msgid "Invite a Friend" msgstr "邀请朋友" @@ -3852,7 +3870,7 @@ msgid "No feeds found. Try searching for something else." msgstr "未找到资讯源,尝试搜索点别的。" #: src/components/ProfileCard.tsx:331 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:122 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:116 msgid "No longer following {0}" msgstr "不再关注 {0}" @@ -4020,7 +4038,7 @@ msgstr "显示" msgid "Oh no!" msgstr "糟糕!" -#: src/screens/Onboarding/StepInterests/index.tsx:153 +#: src/screens/Onboarding/StepInterests/index.tsx:138 msgid "Oh no! Something went wrong." msgstr "糟糕!发生了一些错误。" @@ -4423,7 +4441,7 @@ msgstr "播放 {0}" msgid "Play or pause the GIF" msgstr "播放或暂停 GIF" -#: src/view/com/util/post-embeds/VideoEmbed.tsx:194 +#: src/view/com/util/post-embeds/VideoEmbed.tsx:187 #: src/view/com/util/post-embeds/VideoEmbedInner/VideoWebControls.tsx:276 msgid "Play video" msgstr "播放视频" @@ -4967,23 +4985,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:523 +#: src/view/com/posts/FeedItem.tsx:520 msgctxt "description" msgid "Reply to <0><1/>" msgstr "回复 <0><1/>" -#: src/view/com/posts/FeedItem.tsx:514 +#: src/view/com/posts/FeedItem.tsx:511 msgctxt "description" msgid "Reply to a blocked post" msgstr "回复被屏蔽的帖文" -#: src/view/com/posts/FeedItem.tsx:516 +#: 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:520 +#: src/view/com/posts/FeedItem.tsx:517 msgctxt "description" msgid "Reply to you" msgstr "对你回复" @@ -5094,16 +5112,16 @@ msgstr "转发或引用帖文" msgid "Reposted By" msgstr "转发" -#: src/view/com/posts/FeedItem.tsx:294 +#: src/view/com/posts/FeedItem.tsx:292 msgid "Reposted by {0}" msgstr "由 {0} 转发" -#: src/view/com/posts/FeedItem.tsx:313 +#: src/view/com/posts/FeedItem.tsx:311 msgid "Reposted by <0><1/>" msgstr "由 <0><1/> 转发" -#: 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 "由你转发" @@ -5142,6 +5160,14 @@ msgstr "服务提供者要求" msgid "Resend email" msgstr "重新发送电子邮件" +#: 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 "确认码" @@ -5188,8 +5214,8 @@ msgstr "重试上次出错的操作" #: 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 @@ -5481,7 +5507,7 @@ msgstr "选择你的应用语言,以显示应用中的默认文本。" msgid "Select your date of birth" msgstr "输入你的出生日期" -#: src/screens/Onboarding/StepInterests/index.tsx:226 +#: src/screens/Onboarding/StepInterests/index.tsx:206 msgid "Select your interests from the options below" msgstr "下面选择你感兴趣的选项" @@ -5720,8 +5746,8 @@ msgid "Show badge and filter from feeds" msgstr "显示徽章并从资讯源中过滤" #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:218 -msgid "Show follows similar to {0}" -msgstr "显示类似于 {0} 的关注者" +#~ msgid "Show follows similar to {0}" +#~ msgstr "显示类似于 {0} 的关注者" #: src/view/com/post-thread/PostThreadShowHiddenReplies.tsx:23 msgid "Show hidden replies" @@ -5738,7 +5764,7 @@ msgstr "仍然显示列表" #: 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 "显示更多" @@ -5879,15 +5905,15 @@ 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 "跳过" -#: src/screens/Onboarding/StepInterests/index.tsx:262 +#: src/screens/Onboarding/StepInterests/index.tsx:242 msgid "Skip this flow" msgstr "跳过这段流程" @@ -5896,7 +5922,7 @@ msgstr "跳过这段流程" msgid "Software Dev" msgstr "程序开发" -#: src/components/FeedInterstitials.tsx:449 +#: src/components/FeedInterstitials.tsx:443 msgid "Some other feeds you might like" msgstr "其他你可能喜欢的资讯源" @@ -5924,8 +5950,8 @@ msgstr "出了点问题,请重试。" msgid "Something went wrong!" msgstr "出了点问题!" -#: src/App.native.tsx:101 -#: src/App.web.tsx:82 +#: src/App.native.tsx:102 +#: src/App.web.tsx:83 msgid "Sorry! Your session expired. Please log in again." msgstr "很抱歉,你的登录会话已过期,请重新登录。" @@ -6041,7 +6067,7 @@ msgstr "订阅这个列表" msgid "Suggested accounts" msgstr "建议的账号" -#: src/components/FeedInterstitials.tsx:314 +#: src/components/FeedInterstitials.tsx:308 msgid "Suggested for you" msgstr "为你推荐" @@ -6160,6 +6186,10 @@ msgstr "文本输入框" 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 "其中包含以下内容:" @@ -6181,7 +6211,7 @@ msgstr "找不到此入门包。" msgid "That's all, folks!" msgstr "大功告成!" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:314 +#: 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 "解除屏蔽后,该账户将能够与你互动。" @@ -6241,7 +6271,7 @@ msgstr "这条帖文可能已被删除。" msgid "The Privacy Policy has been moved to <0/>" msgstr "隐私政策已迁移至 <0/>" -#: src/state/queries/video/video.ts:188 +#: src/state/queries/video/video.ts:222 msgid "The selected video is larger than 100MB." msgstr "选择的视频大小超过 100MB。" @@ -6257,6 +6287,10 @@ msgstr "支持表单已被移除。如果你需要帮助,请<0/>或访问{HELP msgid "The Terms of Service have been moved to" msgstr "服务条款已迁移至" +#: 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/Settings/components/DeactivateAccountDialog.tsx:86 msgid "There is no time limit for account deactivation, come back any time." msgstr "停用账户没有时间限制,你可以随时决定回来。" @@ -6321,9 +6355,9 @@ msgstr "提交举报时出现问题,请检查你的网络连接。" msgid "There was an issue with fetching your app passwords" msgstr "获取应用专用密码时出现问题" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:109 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:131 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:145 +#: 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 @@ -6654,14 +6688,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:194 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:318 +#: 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 "取消屏蔽" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:199 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:193 msgctxt "action" msgid "Unblock" msgstr "取消屏蔽" @@ -6676,7 +6710,7 @@ msgstr "取消屏蔽账户" msgid "Unblock Account" msgstr "取消屏蔽账户" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:312 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:266 #: src/view/com/profile/ProfileMenu.tsx:347 msgid "Unblock Account?" msgstr "取消屏蔽账户?" @@ -6692,7 +6726,7 @@ msgctxt "action" msgid "Unfollow" msgstr "取消关注" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:241 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:208 msgid "Unfollow {0}" msgstr "取消关注 {0}" @@ -6775,7 +6809,7 @@ msgstr "取消订阅这个标记者" msgid "Unsubscribed from list" msgstr "已从列表中取消订阅" -#: src/state/queries/video/video.ts:206 +#: src/state/queries/video/video.ts:240 msgid "Unsupported video type: {mimeType}" msgstr "不支持的视频格式:{mimeType}" @@ -6966,6 +7000,10 @@ msgstr "验证 DNS 记录" msgid "Verify email" msgstr "验证邮箱" +#: src/components/intents/VerifyEmailIntentDialog.tsx:61 +msgid "Verify email dialog" +msgstr "" + #: src/view/screens/Settings/index.tsx:961 msgid "Verify my email" msgstr "验证我的邮箱" @@ -7000,7 +7038,7 @@ msgstr "版本 {appVersion} {bundleInfo}" msgid "Video" msgstr "视频" -#: src/state/queries/video/video.ts:134 +#: src/state/queries/video/video.ts:138 msgid "Video failed to process" msgstr "视频处理失败" @@ -7130,6 +7168,10 @@ msgstr "我们无法加载这个对话" msgid "We estimate {estimatedTime} until your account is ready." msgstr "我们估计还需要 {estimatedTime} 才能完成你的账户准备。" +#: src/components/intents/VerifyEmailIntentDialog.tsx:98 +msgid "We have sent another verification email to <0>{0}." +msgstr "" + #: src/screens/Onboarding/StepFinished.tsx:238 msgid "We hope you have a wonderful time. Remember, Bluesky is:" msgstr "我们希望你在此度过愉快的时光。请记住,Bluesky 是:" @@ -7138,6 +7180,10 @@ msgstr "我们希望你在此度过愉快的时光。请记住,Bluesky 是:" msgid "We ran out of posts from your follows. Here's the latest from <0/>." msgstr "我们已经看完了你关注的帖文。这是来自 <0/> 的最新消息。" +#: 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 "我们无法加载你的生日首选项,请重试。" @@ -7146,7 +7192,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 "我们无法连接到互联网,请重试以继续设置你的账户。如果仍继续失败,你可以选择跳过这段流程。" @@ -7154,7 +7200,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 "我们将使用这些信息来帮助定制你的体验。" @@ -7199,7 +7245,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 "你感兴趣的是什么?" @@ -7338,6 +7384,10 @@ msgstr "你" msgid "You are in line." msgstr "轮到你了。" +#: 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 "你没有关注任何账户。" @@ -7455,6 +7505,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 "你还没有创建任何入门包!" @@ -7576,6 +7630,14 @@ msgstr "你选择隐藏了这条帖文中的词汇或标签。" msgid "You've reached the end of your feed! Find some more accounts to follow." msgstr "你已经浏览完你的订阅资讯源啦!寻找一些更多的账户关注吧。" +#: 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 "你的账户" diff --git a/src/locale/locales/zh-TW/messages.po b/src/locale/locales/zh-TW/messages.po index 200e91bc..4c3920bb 100644 --- a/src/locale/locales/zh-TW/messages.po +++ b/src/locale/locales/zh-TW/messages.po @@ -320,7 +320,7 @@ msgstr "帳號設定" msgid "Account removed from quick access" msgstr "已從快速存取中移除帳號" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:141 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:135 #: src/view/com/profile/ProfileMenu.tsx:133 msgid "Account unblocked" msgstr "已解除封鎖帳號" @@ -372,7 +372,7 @@ msgstr "新增帳號" msgid "Add alt text" msgstr "新增替代文字" -#: src/view/com/composer/videos/SubtitleDialog.tsx:103 +#: src/view/com/composer/videos/SubtitleDialog.tsx:107 msgid "Add alt text (optional)" msgstr "新增替代文字(可選)" @@ -494,8 +494,8 @@ msgstr "替代文字" #: src/view/com/composer/GifAltText.tsx:144 #: src/view/com/composer/videos/SubtitleDialog.tsx:54 -#: src/view/com/composer/videos/SubtitleDialog.tsx:98 #: 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" @@ -526,7 +526,7 @@ msgstr "發生錯誤" msgid "An error occurred" msgstr "發生錯誤" -#: src/state/queries/video/video.ts:188 +#: src/state/queries/video/video.ts:227 msgid "An error occurred while compressing the video." msgstr "壓縮影片時發生錯誤。" @@ -534,7 +534,7 @@ msgstr "壓縮影片時發生錯誤。" msgid "An error occurred while generating your starter pack. Want to try again?" msgstr "建立您的入門包時發生錯誤。是否要重試?" -#: src/view/com/util/post-embeds/VideoEmbed.tsx:205 +#: src/view/com/util/post-embeds/VideoEmbed.tsx:213 msgid "An error occurred while loading the video. Please try again later." msgstr "載入影片時發生錯誤。請稍後再試。" @@ -556,7 +556,7 @@ msgstr "選擇影片時發生錯誤" msgid "An error occurred while trying to follow all" msgstr "跟隨所有帳號時發生錯誤" -#: src/state/queries/video/video.ts:156 +#: src/state/queries/video/video.ts:194 msgid "An error occurred while uploading the video." msgstr "上傳影片時發生錯誤。" @@ -581,7 +581,7 @@ msgstr "開啟聊天時出現問題" msgid "An issue occurred, please try again." msgstr "出現問題,請再試一次。" -#: src/screens/Onboarding/StepInterests/index.tsx:219 +#: src/screens/Onboarding/StepInterests/index.tsx:199 msgid "an unknown error occurred" msgstr "出現未知錯誤" @@ -702,7 +702,7 @@ msgstr "您確定要從您的動態中移除 {0} 嗎?" msgid "Are you sure you want to remove this from your feeds?" msgstr "您確定要將此從您的動態源中移除嗎?" -#: src/view/com/composer/Composer.tsx:864 +#: src/view/com/composer/Composer.tsx:837 msgid "Are you sure you'd like to discard this draft?" msgstr "您確定要捨棄此草稿嗎?" @@ -759,7 +759,7 @@ msgstr "生日" msgid "Birthday:" msgstr "生日:" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:318 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:272 #: src/view/com/profile/ProfileMenu.tsx:365 msgid "Block" msgstr "封鎖" @@ -865,23 +865,23 @@ msgstr "模糊圖片並從動態中過濾" msgid "Books" msgstr "書籍" -#: src/components/FeedInterstitials.tsx:352 +#: src/components/FeedInterstitials.tsx:346 msgid "Browse more accounts on the Explore page" msgstr "在探索頁面瀏覽更多帳號" -#: src/components/FeedInterstitials.tsx:485 +#: src/components/FeedInterstitials.tsx:479 msgid "Browse more feeds on the Explore page" msgstr "在探索頁面瀏覽更多動態源" -#: src/components/FeedInterstitials.tsx:334 -#: src/components/FeedInterstitials.tsx:337 -#: src/components/FeedInterstitials.tsx:467 -#: src/components/FeedInterstitials.tsx:470 +#: 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:360 -#: src/components/FeedInterstitials.tsx:494 +#: src/components/FeedInterstitials.tsx:354 +#: src/components/FeedInterstitials.tsx:488 msgid "Browse more suggestions on the Explore page" msgstr "在探索頁面瀏覽更多建議" @@ -927,8 +927,8 @@ msgstr "只能包含字母、數字、空格、破折號及底線。長度必須 #: src/components/Prompt.tsx:124 #: src/components/TagMenu/index.tsx:282 #: src/screens/Deactivated.tsx:161 -#: src/view/com/composer/Composer.tsx:584 -#: src/view/com/composer/Composer.tsx:599 +#: 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 @@ -996,7 +996,7 @@ msgstr "取消開啟網站連結" msgid "Cannot interact with a blocked user" msgstr "無法與被封鎖的使用者互動" -#: src/view/com/composer/videos/SubtitleDialog.tsx:128 +#: src/view/com/composer/videos/SubtitleDialog.tsx:133 msgid "Captions (.vtt)" msgstr "字幕(.vtt)" @@ -1084,12 +1084,12 @@ msgid "Check your inbox for an email with the confirmation code to enter below:" msgstr "在下方輸入寄送至您電子郵件地址的驗證碼:" #: src/screens/Onboarding/StepInterests/index.tsx:191 -msgid "Choose 3 or more:" -msgstr "選擇至少 3 個:" +#~ msgid "Choose 3 or more:" +#~ msgstr "選擇至少 3 個:" #: src/screens/Onboarding/StepInterests/index.tsx:326 -msgid "Choose at least {0} more" -msgstr "選擇至少 {0} 個" +#~ msgid "Choose at least {0} more" +#~ msgstr "選擇至少 {0} 個" #: src/screens/StarterPack/Wizard/index.tsx:190 msgid "Choose Feeds" @@ -1175,6 +1175,8 @@ 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 @@ -1236,7 +1238,7 @@ msgstr "關閉底部導覽列" msgid "Closes password update alert" msgstr "關閉密碼更新警告" -#: src/view/com/composer/Composer.tsx:596 +#: src/view/com/composer/Composer.tsx:602 msgid "Closes post composer and discards post draft" msgstr "關閉貼文編輯頁並捨棄草稿" @@ -1275,7 +1277,7 @@ msgstr "完成初始設定並開始使用您的帳號" msgid "Complete the challenge" msgstr "完成驗證" -#: src/view/com/composer/Composer.tsx:737 +#: src/view/com/composer/Composer.tsx:710 msgid "Compose posts up to {MAX_GRAPHEME_LENGTH} characters in length" msgstr "撰寫貼文的長度最多為 {MAX_GRAPHEME_LENGTH} 個字元" @@ -1374,7 +1376,7 @@ msgstr "內容警告" 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 "繼續" @@ -1387,7 +1389,7 @@ msgstr "以 {0} 繼續 (目前已登入)" 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" @@ -1736,7 +1738,7 @@ msgstr "分離這則帖文的引用?" msgid "Dialog: adjust who can interact with this post" msgstr "對話框:自訂誰可以參與這則帖文的互動" -#: src/view/com/composer/Composer.tsx:347 +#: src/view/com/composer/Composer.tsx:351 msgid "Did you want to say anything?" msgstr "有什麼想說的嗎?" @@ -1774,11 +1776,11 @@ msgstr "停用字幕" msgid "Disabled" msgstr "停用" -#: src/view/com/composer/Composer.tsx:866 +#: src/view/com/composer/Composer.tsx:839 msgid "Discard" msgstr "捨棄" -#: src/view/com/composer/Composer.tsx:863 +#: src/view/com/composer/Composer.tsx:836 msgid "Discard draft?" msgstr "捨棄草稿?" @@ -1801,10 +1803,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:684 +#: src/view/com/composer/Composer.tsx:1106 msgid "Dismiss error" msgstr "跳過錯誤" @@ -1856,8 +1858,8 @@ msgstr "網域已驗證!" #: src/screens/Onboarding/StepProfile/index.tsx:325 #: src/view/com/auth/server-input/index.tsx:169 #: src/view/com/auth/server-input/index.tsx:170 -#: src/view/com/composer/videos/SubtitleDialog.tsx:161 -#: src/view/com/composer/videos/SubtitleDialog.tsx:168 +#: 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 @@ -1889,7 +1891,7 @@ msgstr "下載 Bluesky" msgid "Download CAR file" msgstr "下載 CAR 檔案" -#: 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 "拖放即可新增圖片" @@ -1998,12 +2000,12 @@ msgid "Edit post interaction settings" msgstr "編輯「貼文互動設定」" #: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:184 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:181 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:175 msgid "Edit profile" msgstr "編輯個人檔案" #: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:187 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:184 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:178 msgid "Edit Profile" msgstr "編輯個人檔案" @@ -2049,6 +2051,10 @@ msgstr "已關閉電子郵件雙重驗證" msgid "Email address" msgstr "電子郵件地址" +#: 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" @@ -2062,6 +2068,10 @@ msgstr "電子郵件已更新" msgid "Email verified" msgstr "電子郵件已驗證" +#: src/components/intents/VerifyEmailIntentDialog.tsx:71 +msgid "Email Verified" +msgstr "" + #: src/view/screens/Settings/index.tsx:319 msgid "Email:" msgstr "電子郵件:" @@ -2120,6 +2130,10 @@ msgstr "啟用" msgid "End of feed" 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 msgid "Enter a name for this App Password" msgstr "輸入此應用程式專用密碼的名稱" @@ -2178,7 +2192,7 @@ msgstr "儲存檔案時發生錯誤" msgid "Error receiving captcha response." msgstr "Captcha 給出了錯誤的回應。" -#: src/screens/Onboarding/StepInterests/index.tsx:217 +#: src/screens/Onboarding/StepInterests/index.tsx:197 #: src/view/screens/Search/Search.tsx:116 msgid "Error:" msgstr "錯誤:" @@ -2383,10 +2397,10 @@ msgstr "無法更新動態" msgid "Failed to update settings" msgstr "無法更新設定" -#: src/state/queries/video/video-upload.ts:75 -#: src/state/queries/video/video-upload.web.ts:71 -#: src/state/queries/video/video-upload.web.ts:75 -#: src/state/queries/video/video-upload.web.ts:85 +#: 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 "上傳影片失敗" @@ -2487,7 +2501,7 @@ 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:256 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:223 #: src/view/com/post-thread/PostThreadFollowBtn.tsx:144 msgid "Follow" msgstr "跟隨" @@ -2497,7 +2511,7 @@ msgctxt "action" msgid "Follow" msgstr "跟隨" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:242 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:209 #: src/view/com/post-thread/PostThreadFollowBtn.tsx:126 msgid "Follow {0}" msgstr "跟隨 {0}" @@ -2574,7 +2588,7 @@ 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:254 +#: 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:29 @@ -2584,7 +2598,7 @@ msgid "Following" msgstr "跟隨中" #: src/components/ProfileCard.tsx:311 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:100 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:94 msgid "Following {0}" msgstr "已跟隨 {0}" @@ -2648,7 +2662,7 @@ msgstr "頻繁發佈不當內容" msgid "From @{sanitizedAuthor}" msgstr "來自 @{sanitizedAuthor}" -#: src/view/com/posts/FeedItem.tsx:273 +#: src/view/com/posts/FeedItem.tsx:271 msgctxt "from-feed" msgid "From <0/>" msgstr "來自 <0/>" @@ -2880,6 +2894,10 @@ msgstr "抱歉,看起來我們在載入這些資料時遇到了問題,請參 msgid "Hmmmm, we couldn't load that moderation service." msgstr "抱歉,我們無法載入該內容管理服務。" +#: 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 @@ -3040,6 +3058,10 @@ msgstr "無效或不支援的貼文紀錄" msgid "Invalid username or password" msgstr "用戶名稱或密碼無效" +#: src/components/intents/VerifyEmailIntentDialog.tsx:82 +msgid "Invalid Verification Code" +msgstr "" + #: src/view/com/modals/InviteCodes.tsx:94 msgid "Invite a Friend" msgstr "邀請朋友" @@ -3076,6 +3098,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 "工作" @@ -3436,12 +3462,12 @@ msgstr "訊息已刪除" msgid "Message from server: {0}" msgstr "來自伺服器的訊息:{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 "訊息太長了" @@ -3627,7 +3653,7 @@ msgstr "靜音討論串" msgid "Mute words & tags" msgstr "靜音文字和標籤" -#: src/view/com/util/post-embeds/VideoEmbedInner/VideoEmbedInnerNative.tsx:167 +#: src/view/com/util/post-embeds/VideoEmbedInner/VideoEmbedInnerNative.tsx:168 msgid "Muted" msgstr "已靜音" @@ -3844,7 +3870,7 @@ msgid "No feeds found. Try searching for something else." msgstr "沒有找到任何動態。請嘗試以其他關鍵字搜尋。" #: src/components/ProfileCard.tsx:331 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:122 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:116 msgid "No longer following {0}" msgstr "不再跟隨 {0}" @@ -4012,7 +4038,7 @@ msgstr "顯示" msgid "Oh no!" msgstr "糟糕!" -#: src/screens/Onboarding/StepInterests/index.tsx:153 +#: src/screens/Onboarding/StepInterests/index.tsx:138 msgid "Oh no! Something went wrong." msgstr "糟糕!發生了一些錯誤。" @@ -4036,7 +4062,7 @@ msgstr "在<0><1/><2><3/>" msgid "Onboarding reset" msgstr "重新開始引導流程" -#: src/view/com/composer/Composer.tsx:661 +#: src/view/com/composer/Composer.tsx:667 msgid "One or more images is missing alt text." msgstr "至少有一張圖片缺失了替代文字。" @@ -4086,8 +4112,9 @@ msgstr "開啟頭像建立工具" msgid "Open conversation options" msgstr "開啟對話選項" -#: src/view/com/composer/Composer.tsx:846 -#: src/view/com/composer/Composer.tsx:847 +#: 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 "開啟表情符號選擇器" @@ -4414,7 +4441,7 @@ msgstr "播放 {0}" msgid "Play or pause the GIF" msgstr "播放或暫停 GIF" -#: src/view/com/util/post-embeds/VideoEmbed.tsx:179 +#: src/view/com/util/post-embeds/VideoEmbed.tsx:187 #: src/view/com/util/post-embeds/VideoEmbedInner/VideoWebControls.tsx:276 msgid "Play video" msgstr "播放影片" @@ -4487,7 +4514,7 @@ msgstr "請以 @{0} 的身分登入" msgid "Please Verify Your Email" msgstr "請驗證您的電子郵件地址" -#: src/view/com/composer/Composer.tsx:351 +#: src/view/com/composer/Composer.tsx:355 msgid "Please wait for your link card to finish loading" msgstr "請等待您的連結預覽載入完畢" @@ -4500,8 +4527,8 @@ msgstr "政治" msgid "Porn" msgstr "色情" -#: src/view/com/composer/Composer.tsx:636 -#: src/view/com/composer/Composer.tsx:643 +#: src/view/com/composer/Composer.tsx:642 +#: src/view/com/composer/Composer.tsx:649 msgctxt "action" msgid "Post" msgstr "發佈" @@ -4671,11 +4698,11 @@ msgstr "公開且可共享的用戶列表,可供批量靜音或封鎖。" msgid "Public, shareable lists which can drive feeds." msgstr "公開且可共享的列表,可作為動態源使用。" -#: src/view/com/composer/Composer.tsx:621 +#: src/view/com/composer/Composer.tsx:627 msgid "Publish post" msgstr "發佈貼文" -#: src/view/com/composer/Composer.tsx:621 +#: src/view/com/composer/Composer.tsx:627 msgid "Publish reply" msgstr "發佈回覆" @@ -4864,7 +4891,7 @@ msgstr "刪除個人檔案" msgid "Remove profile from search history" msgstr "刪除搜尋紀錄中的個人檔案" -#: src/view/com/util/post-embeds/QuoteEmbed.tsx:300 +#: src/view/com/util/post-embeds/QuoteEmbed.tsx:269 msgid "Remove quote" msgstr "刪除引用貼文" @@ -4873,7 +4900,7 @@ msgstr "刪除引用貼文" msgid "Remove repost" msgstr "刪除轉貼貼文" -#: src/view/com/composer/videos/SubtitleDialog.tsx:251 +#: src/view/com/composer/videos/SubtitleDialog.tsx:260 msgid "Remove subtitle file" msgstr "移除字幕檔案" @@ -4909,7 +4936,7 @@ msgstr "已從儲存的動態源中刪除" msgid "Removed from your feeds" msgstr "從您的動態中刪除" -#: src/view/com/util/post-embeds/QuoteEmbed.tsx:301 +#: src/view/com/util/post-embeds/QuoteEmbed.tsx:270 msgid "Removes quoted post" msgstr "刪除已轉貼貼文" @@ -4934,7 +4961,7 @@ msgstr "回覆已被停用" msgid "Replies to this post are disabled." msgstr "這則貼文的回覆已停用。" -#: src/view/com/composer/Composer.tsx:634 +#: src/view/com/composer/Composer.tsx:640 msgctxt "action" msgid "Reply" msgstr "回覆" @@ -4958,23 +4985,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:523 +#: src/view/com/posts/FeedItem.tsx:520 msgctxt "description" msgid "Reply to <0><1/>" msgstr "對 <0><1/> 回覆" -#: src/view/com/posts/FeedItem.tsx:514 +#: src/view/com/posts/FeedItem.tsx:511 msgctxt "description" msgid "Reply to a blocked post" msgstr "對已被封鎖的貼文回覆" -#: src/view/com/posts/FeedItem.tsx:516 +#: 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:520 +#: src/view/com/posts/FeedItem.tsx:517 msgctxt "description" msgid "Reply to you" msgstr "對您回覆" @@ -5085,16 +5112,16 @@ msgstr "轉貼或引用貼文" msgid "Reposted By" msgstr "轉貼" -#: src/view/com/posts/FeedItem.tsx:294 +#: src/view/com/posts/FeedItem.tsx:292 msgid "Reposted by {0}" msgstr "由 {0} 轉貼" -#: src/view/com/posts/FeedItem.tsx:313 +#: src/view/com/posts/FeedItem.tsx:311 msgid "Reposted by <0><1/>" msgstr "由 <0><1/> 轉貼" -#: 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 "由您轉貼" @@ -5133,6 +5160,14 @@ msgstr "此供應商要求必填" msgid "Resend email" msgstr "重新傳送郵件" +#: 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 "重設碼" @@ -5179,8 +5214,8 @@ msgstr "重試上次出錯的操作" #: 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 @@ -5420,7 +5455,7 @@ msgstr "選擇 GIF「{0}」" msgid "Select how long to mute this word for." msgstr "選擇靜音此文字的時間長度。" -#: src/view/com/composer/videos/SubtitleDialog.tsx:236 +#: src/view/com/composer/videos/SubtitleDialog.tsx:245 msgid "Select language..." msgstr "選擇語言…" @@ -5472,7 +5507,7 @@ msgstr "選擇應用程式中的預設語言。" msgid "Select your date of birth" msgstr "選擇您的出生日期" -#: src/screens/Onboarding/StepInterests/index.tsx:226 +#: src/screens/Onboarding/StepInterests/index.tsx:206 msgid "Select your interests from the options below" msgstr "從下面選擇您感興趣的選項" @@ -5502,8 +5537,8 @@ msgstr "發送電子郵件" msgid "Send feedback" msgstr "提交意見" -#: 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 "重送訊息" @@ -5711,8 +5746,8 @@ msgid "Show badge and filter from feeds" msgstr "顯示標記並從動態源中篩選" #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:218 -msgid "Show follows similar to {0}" -msgstr "顯示類似於 {0} 的跟隨者" +#~ msgid "Show follows similar to {0}" +#~ msgstr "顯示類似於 {0} 的跟隨者" #: src/view/com/post-thread/PostThreadShowHiddenReplies.tsx:23 msgid "Show hidden replies" @@ -5729,7 +5764,7 @@ msgstr "仍然顯示列表" #: 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 "顯示更多" @@ -5870,15 +5905,15 @@ 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 "跳過" -#: src/screens/Onboarding/StepInterests/index.tsx:262 +#: src/screens/Onboarding/StepInterests/index.tsx:242 msgid "Skip this flow" msgstr "跳過此流程" @@ -5887,7 +5922,7 @@ msgstr "跳過此流程" msgid "Software Dev" msgstr "軟體開發" -#: src/components/FeedInterstitials.tsx:449 +#: src/components/FeedInterstitials.tsx:443 msgid "Some other feeds you might like" msgstr "其他您可能喜歡的動態源" @@ -5915,8 +5950,8 @@ msgstr "發生了一些問題,請再試一次。" msgid "Something went wrong!" msgstr "發生了一些問題!" -#: src/App.native.tsx:101 -#: src/App.web.tsx:82 +#: src/App.native.tsx:102 +#: src/App.web.tsx:83 msgid "Sorry! Your session expired. Please log in again." msgstr "抱歉!您的登入會話已過期。請重新登入。" @@ -6032,7 +6067,7 @@ msgstr "訂閱這個列表" msgid "Suggested accounts" msgstr "推薦的帳號" -#: src/components/FeedInterstitials.tsx:314 +#: src/components/FeedInterstitials.tsx:308 msgid "Suggested for you" msgstr "為您推薦" @@ -6084,16 +6119,16 @@ msgstr "高" msgid "Tap to dismiss" msgstr "點擊以跳過" -#: src/view/com/util/post-embeds/VideoEmbedInner/VideoEmbedInnerNative.tsx:145 +#: 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:168 +#: src/view/com/util/post-embeds/VideoEmbedInner/VideoEmbedInnerNative.tsx:169 msgid "Tap to toggle sound" msgstr "點擊以開關聲音" -#: src/view/com/util/images/AutoSizedImage.tsx:185 -#: src/view/com/util/images/AutoSizedImage.tsx:205 +#: src/view/com/util/images/AutoSizedImage.tsx:190 +#: src/view/com/util/images/AutoSizedImage.tsx:210 msgid "Tap to view full image" msgstr "點擊查看完整圖片" @@ -6151,6 +6186,10 @@ msgstr "文字輸入框" 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 "其中包含以下內容:" @@ -6172,7 +6211,7 @@ msgstr "找不到那個入門包。" msgid "That's all, folks!" msgstr "大功告成!" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:314 +#: 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 "解除封鎖後,該帳號將能夠與您互動。" @@ -6232,7 +6271,7 @@ msgstr "這則貼文可能已被刪除。" msgid "The Privacy Policy has been moved to <0/>" msgstr "隱私政策已移動到 <0/>" -#: src/state/queries/video/video.ts:183 +#: src/state/queries/video/video.ts:222 msgid "The selected video is larger than 100MB." msgstr "選擇的影片檔案大小超過 100MB。" @@ -6248,6 +6287,10 @@ msgstr "支援表單已移至別處。如果需協助,請<0/>或前往 {HELP_D msgid "The Terms of Service have been moved to" msgstr "服務條款已遷移到" +#: 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/Settings/components/DeactivateAccountDialog.tsx:86 msgid "There is no time limit for account deactivation, come back any time." msgstr "帳號停用沒有時間限制,隨時都可以重新啟用。" @@ -6312,9 +6355,9 @@ msgstr "提交您的檢舉時出現問題,請檢查您的網路連線。" msgid "There was an issue with fetching your app passwords" msgstr "取得應用程式專用密碼時發生問題" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:109 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:131 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:145 +#: 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 @@ -6612,7 +6655,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 "在此輸入訊息" @@ -6645,14 +6688,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:194 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:318 +#: 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 "解除封鎖" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:199 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:193 msgctxt "action" msgid "Unblock" msgstr "解除封鎖" @@ -6667,7 +6710,7 @@ msgstr "解除封鎖帳號" msgid "Unblock Account" msgstr "解除封鎖帳號" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:312 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:266 #: src/view/com/profile/ProfileMenu.tsx:347 msgid "Unblock Account?" msgstr "解除封鎖?" @@ -6683,7 +6726,7 @@ msgctxt "action" msgid "Unfollow" msgstr "取消跟隨" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:241 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:208 msgid "Unfollow {0}" msgstr "取消跟隨 {0}" @@ -6728,7 +6771,7 @@ msgstr "取消靜音討論串" msgid "Unmute video" msgstr "取消靜音影片" -#: src/view/com/util/post-embeds/VideoEmbedInner/VideoEmbedInnerNative.tsx:167 +#: src/view/com/util/post-embeds/VideoEmbedInner/VideoEmbedInnerNative.tsx:168 msgid "Unmuted" msgstr "取消靜音" @@ -6766,7 +6809,7 @@ msgstr "取消訂閱這個標記者" msgid "Unsubscribed from list" msgstr "已從列表中取消訂閱" -#: src/state/queries/video/video.ts:201 +#: src/state/queries/video/video.ts:240 msgid "Unsupported video type: {mimeType}" msgstr "不支援的影片類型:{mimeType}" @@ -6957,6 +7000,10 @@ msgstr "驗證 DNS 紀錄" msgid "Verify email" msgstr "驗證電子郵件" +#: src/components/intents/VerifyEmailIntentDialog.tsx:61 +msgid "Verify email dialog" +msgstr "" + #: src/view/screens/Settings/index.tsx:961 msgid "Verify my email" msgstr "驗證我的電子郵件" @@ -6986,12 +7033,12 @@ msgstr "驗證您的電子郵件" msgid "Version {appVersion} {bundleInfo}" msgstr "版本 {appVersion} {bundleInfo}" -#: src/view/com/util/post-embeds/VideoEmbedInner/VideoEmbedInnerNative.tsx:76 -#: src/view/com/util/post-embeds/VideoEmbedInner/VideoEmbedInnerNative.tsx:144 +#: 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:131 +#: src/state/queries/video/video.ts:138 msgid "Video failed to process" msgstr "影片處理失敗" @@ -7004,11 +7051,11 @@ msgstr "電子遊戲" msgid "Video not found." msgstr "找不到影片。" -#: src/view/com/composer/videos/SubtitleDialog.tsx:95 +#: src/view/com/composer/videos/SubtitleDialog.tsx:99 msgid "Video settings" msgstr "影片設定" -#: src/view/com/util/post-embeds/VideoEmbedInner/VideoEmbedInnerNative.tsx:76 +#: src/view/com/util/post-embeds/VideoEmbedInner/VideoEmbedInnerNative.tsx:77 msgid "Video: {0}" msgstr "影片:{0}" @@ -7121,6 +7168,10 @@ msgstr "我們無法載入這個對話" msgid "We estimate {estimatedTime} until your account is ready." msgstr "我們估計還需要 {estimatedTime} 才能準備好您的帳號。" +#: src/components/intents/VerifyEmailIntentDialog.tsx:98 +msgid "We have sent another verification email to <0>{0}." +msgstr "" + #: src/screens/Onboarding/StepFinished.tsx:238 msgid "We hope you have a wonderful time. Remember, Bluesky is:" msgstr "我們希望您在此度過愉快的時光。請記住,Bluesky 是:" @@ -7129,6 +7180,10 @@ msgstr "我們希望您在此度過愉快的時光。請記住,Bluesky 是:" msgid "We ran out of posts from your follows. Here's the latest from <0/>." msgstr "您已看完了您跟隨的貼文。這是來自 <0/> 的最新貼文。" +#: 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 "我們無法載入您的出生日期偏好,請再試一次。" @@ -7137,7 +7192,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 "我們無法連線到網際網路,請重試以繼續設定您的帳號。如果仍繼續失敗,您可以選擇跳過此流程。" @@ -7145,7 +7200,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 "我們將使用這些資訊來協助訂製您的體驗。" @@ -7169,7 +7224,7 @@ msgstr "很抱歉,我們目前無法載入您的靜音文字。請稍後再試 msgid "We're sorry, but your search could not be completed. Please try again in a few minutes." msgstr "很抱歉,無法完成您的搜尋請求。請稍後再試。" -#: src/view/com/composer/Composer.tsx:413 +#: src/view/com/composer/Composer.tsx:417 msgid "We're sorry! The post you are replying to has been deleted." msgstr "很抱歉!您回覆的貼文已被刪除。" @@ -7190,7 +7245,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 "您對什麼感興趣?" @@ -7200,7 +7255,7 @@ msgstr "您想將您的入門包命名為什麼?" #: src/view/com/auth/SplashScreen.tsx:40 #: src/view/com/auth/SplashScreen.web.tsx:86 -#: src/view/com/composer/Composer.tsx:508 +#: src/view/com/composer/Composer.tsx:512 msgid "What's up?" msgstr "發生了什麼新鮮事?" @@ -7262,16 +7317,16 @@ msgstr "為什麼應該審查這個用戶?" msgid "Wide" msgstr "寬" -#: 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 "撰寫訊息" -#: src/view/com/composer/Composer.tsx:735 +#: src/view/com/composer/Composer.tsx:708 msgid "Write post" msgstr "撰寫貼文" -#: src/view/com/composer/Composer.tsx:507 +#: src/view/com/composer/Composer.tsx:511 #: src/view/com/post-thread/PostThreadComposePrompt.tsx:42 msgid "Write your reply" msgstr "撰寫您的回覆" @@ -7329,6 +7384,10 @@ msgstr "您" msgid "You are in line." msgstr "您正處於隊列之中。" +#: 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 "您沒有跟隨任何人。" @@ -7446,6 +7505,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 "您還沒有建立任何入門包!" @@ -7567,6 +7630,14 @@ msgstr "您選擇在這則貼文中隱藏文字或標籤。" msgid "You've reached the end of your feed! Find some more accounts to follow." msgstr "您已經瀏覽完貼文啦!跟隨其他帳號吧。" +#: 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 "您的帳號" @@ -7634,7 +7705,7 @@ msgstr "您的靜音文字" msgid "Your password has been changed successfully!" msgstr "您的密碼已成功更改!" -#: src/view/com/composer/Composer.tsx:459 +#: src/view/com/composer/Composer.tsx:463 msgid "Your post has been published" msgstr "您的貼文已發佈" @@ -7650,7 +7721,7 @@ msgstr "您的個人檔案" msgid "Your profile, posts, feeds, and lists will no longer be visible to other Bluesky users. You can reactivate your account at any time by logging in." msgstr "其他 Bluesky 用戶將無法再看到您的個人檔案、貼文、動態和列表。您可以隨時登入以重新啟用您的帳號。" -#: src/view/com/composer/Composer.tsx:458 +#: src/view/com/composer/Composer.tsx:462 msgid "Your reply has been published" msgstr "您的回覆已發佈" diff --git a/src/view/shell/bottom-bar/BottomBar.tsx b/src/view/shell/bottom-bar/BottomBar.tsx index b5ad92b4..f6d16ae8 100644 --- a/src/view/shell/bottom-bar/BottomBar.tsx +++ b/src/view/shell/bottom-bar/BottomBar.tsx @@ -160,7 +160,6 @@ export function BottomBar({navigation}: BottomTabBarProps) { accessibilityHint="" /> ) : (