about summary refs log tree commit diff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/components/hooks/dates.ts2
-rw-r--r--src/locale/helpers.ts2
-rw-r--r--src/locale/i18n.ts9
-rw-r--r--src/locale/i18n.web.ts4
-rw-r--r--src/locale/languages.ts2
-rw-r--r--src/locale/locales/ast/messages.po8593
6 files changed, 8612 insertions, 0 deletions
diff --git a/src/components/hooks/dates.ts b/src/components/hooks/dates.ts
index 5d41b557d..78991bbd3 100644
--- a/src/components/hooks/dates.ts
+++ b/src/components/hooks/dates.ts
@@ -10,6 +10,7 @@
 import React from 'react'
 import {formatDistance, Locale} from 'date-fns'
 import {
+  ast,
   ca,
   de,
   enGB,
@@ -44,6 +45,7 @@ import {useLanguagePrefs} from '#/state/preferences'
  */
 const locales: Record<AppLanguage, Locale | undefined> = {
   en: undefined,
+  ast,
   an: undefined,
   ca,
   de,
diff --git a/src/locale/helpers.ts b/src/locale/helpers.ts
index 5bad732f1..7a393d6ae 100644
--- a/src/locale/helpers.ts
+++ b/src/locale/helpers.ts
@@ -121,6 +121,8 @@ export function sanitizeAppLanguageSetting(appLanguage: string): AppLanguage {
         return AppLanguage.en
       case 'an':
         return AppLanguage.an
+      case 'ast':
+        return AppLanguage.ast
       case 'ca':
         return AppLanguage.ca
       case 'de':
diff --git a/src/locale/i18n.ts b/src/locale/i18n.ts
index fbe778769..2a03ec29a 100644
--- a/src/locale/i18n.ts
+++ b/src/locale/i18n.ts
@@ -11,6 +11,7 @@ import {i18n} from '@lingui/core'
 
 import {sanitizeAppLanguageSetting} from '#/locale/helpers'
 import {AppLanguage} from '#/locale/languages'
+import {messages as messagesAst} from '#/locale/locales/ast/messages'
 import {messages as messagesAn} from '#/locale/locales/an/messages'
 import {messages as messagesCa} from '#/locale/locales/ca/messages'
 import {messages as messagesDe} from '#/locale/locales/de/messages'
@@ -53,6 +54,14 @@ export async function dynamicActivate(locale: AppLanguage) {
       ])
       break
     }
+    case AppLanguage.ast: {
+      i18n.loadAndActivate({locale, messages: messagesAst})
+      await Promise.all([
+        import('@formatjs/intl-pluralrules/locale-data/ast'),
+        import('@formatjs/intl-numberformat/locale-data/ast'),
+      ])
+      break
+    }
     case AppLanguage.ca: {
       i18n.loadAndActivate({locale, messages: messagesCa})
       await Promise.all([
diff --git a/src/locale/i18n.web.ts b/src/locale/i18n.web.ts
index 5d8d40cc6..211333c4d 100644
--- a/src/locale/i18n.web.ts
+++ b/src/locale/i18n.web.ts
@@ -16,6 +16,10 @@ export async function dynamicActivate(locale: AppLanguage) {
       mod = await import(`./locales/an/messages`)
       break
     }
+    case AppLanguage.ast: {
+      mod = await import(`./locales/ast/messages`)
+      break
+    }
     case AppLanguage.ca: {
       mod = await import(`./locales/ca/messages`)
       break
diff --git a/src/locale/languages.ts b/src/locale/languages.ts
index 8b8ec8ff2..11eef1ada 100644
--- a/src/locale/languages.ts
+++ b/src/locale/languages.ts
@@ -7,6 +7,7 @@ interface Language {
 export enum AppLanguage {
   en = 'en',
   an = 'an',
+  ast = 'ast',
   ca = 'ca',
   de = 'de',
   en_GB = 'en-GB',
@@ -42,6 +43,7 @@ interface AppLanguageConfig {
 export const APP_LANGUAGES: AppLanguageConfig[] = [
   {code2: AppLanguage.en, name: 'English'},
   {code2: AppLanguage.an, name: 'Aragonés – Aragonese'},
+  {code3: AppLanguage.ast, name: 'Asturianu - Asturian'},
   {code2: AppLanguage.ca, name: 'Català – Catalan'},
   {code2: AppLanguage.de, name: 'Deutsch – German'},
   {code2: AppLanguage.en_GB, name: 'English (UK)'},
diff --git a/src/locale/locales/ast/messages.po b/src/locale/locales/ast/messages.po
new file mode 100644
index 000000000..93ecc47da
--- /dev/null
+++ b/src/locale/locales/ast/messages.po
@@ -0,0 +1,8593 @@
+msgid ""
+msgstr ""
+"POT-Creation-Date: 2023-11-05 16:01-0800\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"X-Generator: @lingui/cli\n"
+"Language: ast\n"
+"Project-Id-Version: \n"
+"Report-Msgid-Bugs-To: \n"
+"PO-Revision-Date: 2024-11-16 14:24\n"
+"Last-Translator: \n"
+"Language-Team: Asturian\n"
+"Plural-Forms: nplurals=2; plural=(n != 1);\n"
+
+#: src/screens/Messages/components/ChatListItem.tsx:130
+msgid "(contains embedded content)"
+msgstr ""
+
+#: src/screens/Settings/AccountSettings.tsx:57
+#: src/view/com/modals/VerifyEmail.tsx:150
+msgid "(no email)"
+msgstr ""
+
+#: src/view/com/notifications/FeedItem.tsx:232
+#: src/view/com/notifications/FeedItem.tsx:327
+#~ msgid "{0, plural, one {{formattedCount} other} other {{formattedCount} others}}"
+#~ msgstr ""
+
+#: src/lib/hooks/useTimeAgo.ts:156
+msgid "{0, plural, one {# day} other {# days}}"
+msgstr "{0, plural, one {# día} other {# díes}}"
+
+#: src/lib/hooks/useTimeAgo.ts:146
+msgid "{0, plural, one {# hour} other {# hours}}"
+msgstr "{0, plural, one {# hora} other {# hores}}"
+
+#: src/components/moderation/LabelsOnMe.tsx:53
+msgid "{0, plural, one {# label has been placed on this account} other {# labels have been placed on this account}}"
+msgstr "{0, plural, one {Aplicóse # etiqueta a esta cuenta} other {Aplicáronse # etiquetes a esta cuenta}}"
+
+#: src/components/moderation/LabelsOnMe.tsx:59
+msgid "{0, plural, one {# label has been placed on this content} other {# labels have been placed on this content}}"
+msgstr "{0, plural, one {Aplicóse # etiqueta a esti conteníu} other {Aplicáronse # etiquetes a esti conteníu}}"
+
+#: src/lib/hooks/useTimeAgo.ts:136
+msgid "{0, plural, one {# minute} other {# minutes}}"
+msgstr "{0, plural, one {# minutu} other {# minutos}}"
+
+#: src/lib/hooks/useTimeAgo.ts:167
+msgid "{0, plural, one {# month} other {# months}}"
+msgstr "{0, plural, one {# mes} other {# meses}}"
+
+#: src/view/com/util/post-ctrls/RepostButton.tsx:69
+msgid "{0, plural, one {# repost} other {# reposts}}"
+msgstr "{0, plural, one {# republicación} other {# republicaciones}}"
+
+#: src/lib/hooks/useTimeAgo.ts:126
+msgid "{0, plural, one {# second} other {# seconds}}"
+msgstr "{0, plural, one {# segundu} other {# segundos}}"
+
+#: src/components/ProfileHoverCard/index.web.tsx:398
+#: src/screens/Profile/Header/Metrics.tsx:22
+msgid "{0, plural, one {follower} other {followers}}"
+msgstr "{0, plural, one {siguidor} other {siguidores}}"
+
+#: src/components/ProfileHoverCard/index.web.tsx:402
+#: src/screens/Profile/Header/Metrics.tsx:26
+msgid "{0, plural, one {following} other {following}}"
+msgstr ""
+
+#: src/view/com/util/post-ctrls/PostCtrls.tsx:305
+msgid "{0, plural, one {Like (# like)} other {Like (# likes)}}"
+msgstr "{0, plural, one {Dar préstame (# préstame)} other {Dar préstame (# préstames)}}"
+
+#: src/view/com/post-thread/PostThreadItem.tsx:447
+msgid "{0, plural, one {like} other {likes}}"
+msgstr "{0, plural, one {préstame} other {préstames}}"
+
+#: src/components/FeedCard.tsx:213
+#: src/view/com/feeds/FeedSourceCard.tsx:303
+msgid "{0, plural, one {Liked by # user} other {Liked by # users}}"
+msgstr "{0, plural, one {Prestó-y a # usuariu} other {Prestó-yos a # usuarios}}"
+
+#: src/screens/Profile/Header/Metrics.tsx:58
+msgid "{0, plural, one {post} other {posts}}"
+msgstr "{0, plural, one {publicación} other {publicaciones}}"
+
+#: src/view/com/post-thread/PostThreadItem.tsx:431
+msgid "{0, plural, one {quote} other {quotes}}"
+msgstr "{0, plural, one {cita} other {cites}}"
+
+#: src/view/com/util/post-ctrls/PostCtrls.tsx:261
+msgid "{0, plural, one {Reply (# reply)} other {Reply (# replies)}}"
+msgstr "{0, plural, one {Reply (# rempuesta)} other {Reply (# rempuestes)}}"
+
+#: src/view/com/post-thread/PostThreadItem.tsx:413
+msgid "{0, plural, one {repost} other {reposts}}"
+msgstr "{0, plural, one {republicación} other {republicaciones}}"
+
+#: src/view/com/util/post-ctrls/PostCtrls.tsx:301
+msgid "{0, plural, one {Unlike (# like)} other {Unlike (# likes)}}"
+msgstr "{0, plural, one {Quitar el préstame (# préstames)} other {Quitar el préstame (# préstames)}}"
+
+#: src/screens/Settings/Settings.tsx:414
+msgid "{0}"
+msgstr "{0}"
+
+#. Pattern: {wordValue} in tags
+#: src/components/dialogs/MutedWords.tsx:475
+msgid "{0} <0>in <1>tags</1></0>"
+msgstr "{0} <0> n'<1>etiquetes</1></0>"
+
+#. Pattern: {wordValue} in text, tags
+#: src/components/dialogs/MutedWords.tsx:465
+msgid "{0} <0>in <1>text & tags</1></0>"
+msgstr "{0} <0>en <1>testu y etiquetes</1></0>"
+
+#: src/screens/StarterPack/StarterPackLandingScreen.tsx:219
+msgid "{0} joined this week"
+msgstr "{0} xunióse esta selmana"
+
+#: src/view/com/util/post-embeds/VideoEmbedInner/web-controls/Scrubber.tsx:197
+msgid "{0} of {1}"
+msgstr "{0} de {1}"
+
+#: src/screens/StarterPack/StarterPackScreen.tsx:479
+msgid "{0} people have used this starter pack!"
+msgstr "¡{0} persones usaron esti paquete d'iniciación!"
+
+#: src/view/shell/bottom-bar/BottomBar.tsx:203
+msgid "{0} unread items"
+msgstr "{0} elementos ensin lleer"
+
+#: src/view/com/util/UserAvatar.tsx:435
+msgid "{0}'s avatar"
+msgstr "Avatar de: {0}"
+
+#: src/screens/StarterPack/Wizard/StepDetails.tsx:67
+msgid "{0}'s favorite feeds and people - join me!"
+msgstr ""
+
+#: src/screens/StarterPack/Wizard/StepDetails.tsx:46
+msgid "{0}'s starter pack"
+msgstr "Paquete d'iniciación de: {0}"
+
+#. How many days have passed, displayed in a narrow form
+#: src/lib/hooks/useTimeAgo.ts:158
+msgid "{0}d"
+msgstr "{0} d"
+
+#. How many hours have passed, displayed in a narrow form
+#: src/lib/hooks/useTimeAgo.ts:148
+msgid "{0}h"
+msgstr "{0} h"
+
+#. How many minutes have passed, displayed in a narrow form
+#: src/lib/hooks/useTimeAgo.ts:138
+msgid "{0}m"
+msgstr "{0} m"
+
+#. 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 "{0} s"
+
+#: src/view/shell/bottom-bar/BottomBarWeb.tsx:252
+msgid "{badge} unread items"
+msgstr "{badge} elementos ensin lleer"
+
+#: src/components/LabelingServiceCard/index.tsx:96
+msgid "{count, plural, one {Liked by # user} other {Liked by # users}}"
+msgstr "{count, plural, one {Prestó-y a # usuariu} other {Prestó-yos a # usuarios}}"
+
+#: src/view/shell/desktop/LeftNav.tsx:223
+msgid "{count} unread items"
+msgstr "{count} elementos ensin lleer"
+
+#: src/lib/generate-starterpack.ts:108
+#: src/screens/StarterPack/Wizard/index.tsx:183
+msgid "{displayName}'s Starter Pack"
+msgstr "Paquete d'iniciación de: {displayName}"
+
+#: src/screens/SignupQueued.tsx:220
+msgid "{estimatedTimeHrs, plural, one {hour} other {hours}}"
+msgstr "{estimatedTimeHrs, plural, one {hora} other {hores}}"
+
+#: src/screens/SignupQueued.tsx:226
+msgid "{estimatedTimeMins, plural, one {minute} other {minutes}}"
+msgstr "{estimatedTimeMins, plural, one {minutu} other {minutos}}"
+
+#: src/view/com/notifications/FeedItem.tsx:300
+msgid "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}}</0> followed you"
+msgstr "{firstAuthorLink} y <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} más} other {{formattedAuthorsCount} más}}</0> siguiéronte"
+
+#: src/view/com/notifications/FeedItem.tsx:326
+msgid "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}}</0> liked your custom feed"
+msgstr "{firstAuthorLink} y <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} más} other {{formattedAuthorsCount} más}}</0> prestó-yos el to feed personalizáu"
+
+#: src/view/com/notifications/FeedItem.tsx:222
+msgid "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}}</0> liked your post"
+msgstr "{firstAuthorLink} y <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} más} other {{formattedAuthorsCount} más}}</0> prestó-yos la publicación"
+
+#: src/view/com/notifications/FeedItem.tsx:246
+msgid "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}}</0> reposted your post"
+msgstr "{firstAuthorLink} y <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} más} other {{formattedAuthorsCount} más}}</0> republicaron la to publicación"
+
+#: src/view/com/notifications/FeedItem.tsx:350
+msgid "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}}</0> signed up with your starter pack"
+msgstr "{firstAuthorLink} y <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} más} other {{formattedAuthorsCount} más}}</0> rexistróse col to paquete d'iniciación"
+
+#: src/view/com/notifications/FeedItem.tsx:312
+msgid "{firstAuthorLink} followed you"
+msgstr "{firstAuthorLink} siguióte"
+
+#: src/view/com/notifications/FeedItem.tsx:289
+msgid "{firstAuthorLink} followed you back"
+msgstr "{firstAuthorLink} siguióte tamién"
+
+#: src/view/com/notifications/FeedItem.tsx:338
+msgid "{firstAuthorLink} liked your custom feed"
+msgstr "A {firstAuthorLink} prestó-y el to feed personalizáu"
+
+#: src/view/com/notifications/FeedItem.tsx:234
+msgid "{firstAuthorLink} liked your post"
+msgstr "A {firstAuthorLink} prestó-y la publicación"
+
+#: src/view/com/notifications/FeedItem.tsx:258
+msgid "{firstAuthorLink} reposted your post"
+msgstr "{firstAuthorLink} republicó la to publicación"
+
+#: src/view/com/notifications/FeedItem.tsx:362
+msgid "{firstAuthorLink} signed up with your starter pack"
+msgstr ""
+
+#: src/view/com/notifications/FeedItem.tsx:293
+msgid "{firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} followed you"
+msgstr ""
+
+#: src/view/com/notifications/FeedItem.tsx:319
+msgid "{firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} liked your custom feed"
+msgstr ""
+
+#: src/view/com/notifications/FeedItem.tsx:215
+msgid "{firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} liked your post"
+msgstr ""
+
+#: src/view/com/notifications/FeedItem.tsx:239
+msgid "{firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} reposted your post"
+msgstr "{firstAuthorName} y {additionalAuthorsCount, plural, one {{formattedAuthorsCount} más} other {{formattedAuthorsCount} más}} republicaron la to publicación"
+
+#: src/view/com/notifications/FeedItem.tsx:343
+msgid "{firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} signed up with your starter pack"
+msgstr ""
+
+#: src/view/com/notifications/FeedItem.tsx:298
+msgid "{firstAuthorName} followed you"
+msgstr "{firstAuthorName} siguióte"
+
+#: src/view/com/notifications/FeedItem.tsx:288
+msgid "{firstAuthorName} followed you back"
+msgstr "{firstAuthorName} siguióte tamién"
+
+#: src/view/com/notifications/FeedItem.tsx:324
+msgid "{firstAuthorName} liked your custom feed"
+msgstr "A {firstAuthorName} prestó-y el to feed personalizáu"
+
+#: src/view/com/notifications/FeedItem.tsx:220
+msgid "{firstAuthorName} liked your post"
+msgstr "A {firstAuthorName} prestó-y la publicación"
+
+#: src/view/com/notifications/FeedItem.tsx:244
+msgid "{firstAuthorName} reposted your post"
+msgstr "{firstAuthorName} republicó la to publicación"
+
+#: src/view/com/notifications/FeedItem.tsx:348
+msgid "{firstAuthorName} signed up with your starter pack"
+msgstr ""
+
+#: src/components/ProfileHoverCard/index.web.tsx:508
+#: src/screens/Profile/Header/Metrics.tsx:49
+msgid "{following} following"
+msgstr "Sigue a {following}"
+
+#: src/components/dms/dialogs/SearchablePeopleList.tsx:385
+msgid "{handle} can't be messaged"
+msgstr "Nun se puen unviar mensaxes a {handle}"
+
+#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:294
+#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:307
+#: src/view/screens/ProfileFeed.tsx:591
+msgid "{likeCount, plural, one {Liked by # user} other {Liked by # users}}"
+msgstr "{likeCount, plural, one {Prestó-y a # usuariu} other {Prestó-yos a # usuarios}}"
+
+#: src/view/shell/Drawer.tsx:448
+msgid "{numUnreadNotifications} unread"
+msgstr "{numUnreadNotifications} ensin lleer"
+
+#: src/view/shell/bottom-bar/BottomBar.tsx:230
+msgid "{numUnreadNotifications} unread items"
+msgstr "{numUnreadNotifications} elementos ensin lleer"
+
+#: src/components/NewskieDialog.tsx:116
+msgid "{profileName} joined Bluesky {0} ago"
+msgstr "{profileName} xunióse a Bluesky hai {0}"
+
+#: src/components/NewskieDialog.tsx:111
+msgid "{profileName} joined Bluesky using a starter pack {0} ago"
+msgstr ""
+
+#: src/screens/StarterPack/Wizard/index.tsx:475
+msgctxt "profiles"
+msgid "<0>{0}, </0><1>{1}, </1>and {2, plural, one {# other} other {# others}} are included in your starter pack"
+msgstr ""
+
+#: src/screens/StarterPack/Wizard/index.tsx:528
+msgctxt "feeds"
+msgid "<0>{0}, </0><1>{1}, </1>and {2, plural, one {# other} other {# others}} are included in your starter pack"
+msgstr ""
+
+#: src/view/shell/Drawer.tsx:97
+msgid "<0>{0}</0> {1, plural, one {follower} other {followers}}"
+msgstr "<0>{0}</0> {1, plural, one {siguidor} other {siguidores}}"
+
+#: src/view/shell/Drawer.tsx:108
+msgid "<0>{0}</0> {1, plural, one {following} other {following}}"
+msgstr "{1, plural, one {Sigue a} other {Sigue a}} <0>{0}</0>"
+
+#: src/screens/StarterPack/Wizard/index.tsx:516
+msgid "<0>{0}</0> and<1> </1><2>{1} </2>are included in your starter pack"
+msgstr ""
+
+#: src/screens/StarterPack/Wizard/index.tsx:509
+msgid "<0>{0}</0> is included in your starter pack"
+msgstr ""
+
+#: src/components/WhoCanReply.tsx:274
+msgid "<0>{0}</0> members"
+msgstr "<0>{0}</0> miembros"
+
+#: src/components/dms/DateDivider.tsx:69
+msgid "<0>{date}</0> at {time}"
+msgstr ""
+
+#: src/screens/Settings/NotificationSettings.tsx:71
+msgid "<0>Experimental:</0> When this preference is enabled, you'll only receive reply and quote notifications from users you follow. We'll continue to add more controls here over time."
+msgstr ""
+
+#: src/screens/StarterPack/Wizard/index.tsx:466
+msgid "<0>You</0> and<1> </1><2>{0} </2>are included in your starter pack"
+msgstr ""
+
+#: src/screens/Profile/Header/Handle.tsx:52
+msgid "⚠Invalid Handle"
+msgstr "⚠L'indicador ye inválidu"
+
+#: src/components/dialogs/MutedWords.tsx:193
+msgid "24 hours"
+msgstr "24 hores"
+
+#: src/screens/Login/LoginForm.tsx:250
+msgid "2FA Confirmation"
+msgstr ""
+
+#: src/components/dialogs/MutedWords.tsx:232
+msgid "30 days"
+msgstr "30 díes"
+
+#: src/components/dialogs/MutedWords.tsx:217
+msgid "7 days"
+msgstr "7 díes"
+
+#: src/Navigation.tsx:361
+#: src/screens/Settings/AboutSettings.tsx:24
+#: src/screens/Settings/Settings.tsx:207
+#: src/screens/Settings/Settings.tsx:210
+msgid "About"
+msgstr ""
+
+#: src/view/com/util/ViewHeader.tsx:89
+#: src/view/screens/Search/Search.tsx:883
+msgid "Access navigation links and settings"
+msgstr ""
+
+#: src/view/com/home/HomeHeaderLayoutMobile.tsx:56
+msgid "Access profile and other navigation links"
+msgstr ""
+
+#: src/screens/Settings/AccessibilitySettings.tsx:42
+#: src/screens/Settings/Settings.tsx:183
+#: src/screens/Settings/Settings.tsx:186
+msgid "Accessibility"
+msgstr "Accesibilidá"
+
+#: src/view/screens/Settings/index.tsx:455
+#~ msgid "Accessibility settings"
+#~ msgstr ""
+
+#: src/Navigation.tsx:321
+msgid "Accessibility Settings"
+msgstr "Configuración d'accesibilidá"
+
+#: src/Navigation.tsx:337
+#: src/screens/Login/LoginForm.tsx:176
+#: src/screens/Settings/AccountSettings.tsx:41
+#: src/screens/Settings/Settings.tsx:145
+#: src/screens/Settings/Settings.tsx:148
+msgid "Account"
+msgstr "Cuenta"
+
+#: src/view/com/profile/ProfileMenu.tsx:132
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:360
+msgid "Account blocked"
+msgstr ""
+
+#: src/view/com/profile/ProfileMenu.tsx:145
+msgid "Account followed"
+msgstr ""
+
+#: src/view/com/profile/ProfileMenu.tsx:108
+msgid "Account muted"
+msgstr ""
+
+#: src/components/moderation/ModerationDetailsDialog.tsx:101
+#: src/lib/moderation/useModerationCauseDescription.ts:96
+msgid "Account Muted"
+msgstr ""
+
+#: src/components/moderation/ModerationDetailsDialog.tsx:87
+msgid "Account Muted by List"
+msgstr ""
+
+#: src/screens/Settings/Settings.tsx:420
+msgid "Account options"
+msgstr ""
+
+#: src/screens/Settings/Settings.tsx:456
+msgid "Account removed from quick access"
+msgstr "Quitóse la cuenta del accesu rápidu"
+
+#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:137
+#: src/view/com/profile/ProfileMenu.tsx:122
+msgid "Account unblocked"
+msgstr ""
+
+#: src/view/com/profile/ProfileMenu.tsx:157
+msgid "Account unfollowed"
+msgstr ""
+
+#: src/view/com/profile/ProfileMenu.tsx:98
+msgid "Account unmuted"
+msgstr ""
+
+#: src/components/dialogs/MutedWords.tsx:328
+#: src/view/com/modals/ListAddRemoveUsers.tsx:269
+#: src/view/com/modals/UserAddRemoveLists.tsx:235
+#: src/view/screens/ProfileList.tsx:940
+msgid "Add"
+msgstr "Amestar"
+
+#: src/screens/StarterPack/Wizard/index.tsx:577
+msgid "Add {0} more to continue"
+msgstr ""
+
+#: src/components/StarterPack/Wizard/WizardListCard.tsx:58
+msgid "Add {displayName} to starter pack"
+msgstr ""
+
+#: src/view/com/composer/labels/LabelsBtn.tsx:107
+#: src/view/com/composer/labels/LabelsBtn.tsx:112
+msgid "Add a content warning"
+msgstr ""
+
+#: src/view/screens/ProfileList.tsx:930
+msgid "Add a user to this list"
+msgstr ""
+
+#: src/components/dialogs/SwitchAccount.tsx:55
+#: src/screens/Deactivated.tsx:198
+msgid "Add account"
+msgstr ""
+
+#: src/view/com/composer/GifAltText.tsx:76
+#: src/view/com/composer/GifAltText.tsx:144
+#: src/view/com/composer/GifAltText.tsx:207
+#: src/view/com/composer/photos/Gallery.tsx:169
+#: src/view/com/composer/photos/Gallery.tsx:216
+#: src/view/com/composer/photos/ImageAltTextDialog.tsx:88
+#: src/view/com/composer/photos/ImageAltTextDialog.tsx:93
+msgid "Add alt text"
+msgstr ""
+
+#: src/view/com/composer/videos/SubtitleDialog.tsx:107
+msgid "Add alt text (optional)"
+msgstr ""
+
+#: src/screens/Settings/Settings.tsx:364
+#: src/screens/Settings/Settings.tsx:367
+msgid "Add another account"
+msgstr ""
+
+#: src/view/com/composer/Composer.tsx:721
+msgid "Add another post"
+msgstr "Amestar otra publicación"
+
+#: src/screens/Settings/components/AddAppPasswordDialog.tsx:102
+msgid "Add app password"
+msgstr ""
+
+#: src/screens/Settings/AppPasswords.tsx:67
+#: src/screens/Settings/AppPasswords.tsx:75
+#: src/screens/Settings/components/AddAppPasswordDialog.tsx:111
+msgid "Add App Password"
+msgstr "Crear una contraseña d'aplicación"
+
+#: src/components/dialogs/MutedWords.tsx:321
+msgid "Add mute word for configured settings"
+msgstr ""
+
+#: src/components/dialogs/MutedWords.tsx:112
+msgid "Add muted words and tags"
+msgstr ""
+
+#: src/view/com/composer/Composer.tsx:1235
+msgid "Add new post"
+msgstr "Amestar una publicación nueva"
+
+#: src/screens/Home/NoFeedsPinned.tsx:99
+msgid "Add recommended feeds"
+msgstr "Amestar los feeds aconseyaos"
+
+#: src/screens/StarterPack/Wizard/index.tsx:497
+msgid "Add some feeds to your starter pack!"
+msgstr ""
+
+#: src/screens/Feeds/NoFollowingFeed.tsx:41
+msgid "Add the default feed of only people you follow"
+msgstr ""
+
+#: src/screens/Settings/components/ChangeHandleDialog.tsx:386
+msgid "Add the following DNS record to your domain:"
+msgstr "Amiesta'l rexistru DNS siguiente al to dominiu:"
+
+#: src/components/FeedCard.tsx:296
+msgid "Add this feed to your feeds"
+msgstr ""
+
+#: src/view/com/profile/ProfileMenu.tsx:243
+#: src/view/com/profile/ProfileMenu.tsx:246
+msgid "Add to Lists"
+msgstr "Amestar a Llistes"
+
+#: src/view/com/feeds/FeedSourceCard.tsx:269
+msgid "Add to my feeds"
+msgstr "Amestar a los mios feeds"
+
+#: src/view/com/modals/ListAddRemoveUsers.tsx:192
+#: src/view/com/modals/UserAddRemoveLists.tsx:162
+msgid "Added to list"
+msgstr ""
+
+#: src/view/com/feeds/FeedSourceCard.tsx:125
+msgid "Added to my feeds"
+msgstr "Amestóse a los mios feeds"
+
+#: src/view/com/composer/labels/LabelsBtn.tsx:160
+msgid "Adult"
+msgstr ""
+
+#: src/components/moderation/ContentHider.tsx:113
+#: src/lib/moderation/useGlobalLabelStrings.ts:34
+#: src/lib/moderation/useModerationCauseDescription.ts:144
+#: src/view/com/composer/labels/LabelsBtn.tsx:128
+msgid "Adult Content"
+msgstr "Conteníu p'adultos"
+
+#: src/screens/Moderation/index.tsx:360
+msgid "Adult content can only be enabled via the Web at <0>bsky.app</0>."
+msgstr "El conteníu p'adultos namás se pue activar pela web en <0>bsky.app</0>."
+
+#: src/components/moderation/LabelPreference.tsx:242
+msgid "Adult content is disabled."
+msgstr "El conteníu p'adultos ta desactiváu."
+
+#: src/view/com/composer/labels/LabelsBtn.tsx:139
+#: src/view/com/composer/labels/LabelsBtn.tsx:197
+msgid "Adult Content labels"
+msgstr "Etiquetes de conteníu p'adultos"
+
+#: src/screens/Moderation/index.tsx:404
+msgid "Advanced"
+msgstr "Opciones avanzaes"
+
+#: src/state/shell/progress-guide.tsx:171
+msgid "Algorithm training complete!"
+msgstr "¡Completóse l'entrenamientu del algoritmu!"
+
+#: src/screens/StarterPack/StarterPackScreen.tsx:381
+msgid "All accounts have been followed!"
+msgstr ""
+
+#: src/view/screens/Feeds.tsx:735
+msgid "All the feeds you've saved, right in one place."
+msgstr "Tolos feeds que guardesti, nun llugar."
+
+#: src/screens/Settings/components/AddAppPasswordDialog.tsx:146
+#: src/screens/Settings/components/AddAppPasswordDialog.tsx:153
+msgid "Allow access to your direct messages"
+msgstr "Permitir l'accesu a los mensaxes direutos"
+
+#: src/screens/Messages/Settings.tsx:64
+#: src/screens/Messages/Settings.tsx:67
+msgid "Allow new messages from"
+msgstr "Permitir los mensaxes nuevos de:"
+
+#: src/components/dialogs/PostInteractionSettingsDialog.tsx:363
+msgid "Allow replies from:"
+msgstr "Permitir les rempuestes de:"
+
+#: src/screens/Settings/AppPasswords.tsx:192
+msgid "Allows access to direct messages"
+msgstr "Permite l'accesu a los mensaxes direutos"
+
+#: src/screens/Login/ForgotPasswordForm.tsx:171
+#: src/view/com/modals/ChangePassword.tsx:171
+msgid "Already have a code?"
+msgstr "¿Yá tienes un códigu?"
+
+#: src/screens/Login/ChooseAccountForm.tsx:43
+msgid "Already signed in as @{0}"
+msgstr "Yá aniciesti la sesión como @{0}"
+
+#: src/view/com/composer/GifAltText.tsx:100
+#: src/view/com/composer/photos/Gallery.tsx:187
+#: src/view/com/util/post-embeds/GifEmbed.tsx:186
+msgid "ALT"
+msgstr "ALT"
+
+#: src/screens/Settings/AccessibilitySettings.tsx:48
+#: src/view/com/composer/GifAltText.tsx:154
+#: src/view/com/composer/photos/ImageAltTextDialog.tsx:118
+#: src/view/com/composer/videos/SubtitleDialog.tsx:56
+#: src/view/com/composer/videos/SubtitleDialog.tsx:102
+#: src/view/com/composer/videos/SubtitleDialog.tsx:106
+msgid "Alt text"
+msgstr "Testu alternativu"
+
+#: src/view/com/util/post-embeds/GifEmbed.tsx:191
+msgid "Alt Text"
+msgstr "Testu alternativu"
+
+#: src/view/com/composer/photos/Gallery.tsx:255
+msgid "Alt text describes images for blind and low-vision users, and helps give context to everyone."
+msgstr "El testu alternativu describe imáxenes pa persones ciegues o con problemes de visión y ayuda a dar contestu a tol mundu."
+
+#: src/view/com/composer/GifAltText.tsx:179
+#: src/view/com/composer/photos/ImageAltTextDialog.tsx:139
+msgid "Alt text will be truncated. Limit: {0} characters."
+msgstr ""
+
+#: src/screens/Settings/components/DisableEmail2FADialog.tsx:93
+#: src/view/com/modals/VerifyEmail.tsx:132
+msgid "An email has been sent to {0}. It includes a confirmation code which you can enter below."
+msgstr "Unvióse un mensaxe a {0}. Inclúi un códigu de confirmación que pues introducir abaxo."
+
+#: src/view/com/modals/ChangeEmail.tsx:114
+msgid "An email has been sent to your previous address, {0}. It includes a confirmation code which you can enter below."
+msgstr "Unvióse un mensaxe a la to direición de corréu anterior, {0}. Inclúi un códigu de confirmación que pues introducir abaxo."
+
+#: src/components/dialogs/VerifyEmailDialog.tsx:91
+msgid "An email has been sent! Please enter the confirmation code included in the email below."
+msgstr "¡Unvióse un mensaxe! Introduz abaxo'l códigu de confirmación que s'inclúi nelli."
+
+#: src/components/dialogs/GifSelect.tsx:265
+msgid "An error has occurred"
+msgstr "Prodúxose un error"
+
+#: src/view/com/util/post-embeds/VideoEmbedInner/web-controls/VideoControls.tsx:420
+msgid "An error occurred"
+msgstr "Prodúxose un error"
+
+#: src/view/com/composer/state/video.ts:398
+msgid "An error occurred while compressing the video."
+msgstr "Prodúxose un error mentanto se comprimía'l videu."
+
+#: src/components/StarterPack/ProfileStarterPacks.tsx:333
+msgid "An error occurred while generating your starter pack. Want to try again?"
+msgstr "Prodúxose un error mentanto se xeneraba'l paquete d'iniciación. ¿Quies volver tentalo?"
+
+#: src/view/com/util/post-embeds/VideoEmbed.tsx:133
+msgid "An error occurred while loading the video. Please try again later."
+msgstr "Prodúxose un error mentanto se cargaba'l videu. Volvi tentalo dempués."
+
+#: src/view/com/util/post-embeds/VideoEmbed.web.tsx:176
+msgid "An error occurred while loading the video. Please try again."
+msgstr "Prodúxose un error mentanto se cargaba'l videu. Volvi tentalo."
+
+#: src/components/StarterPack/QrCodeDialog.tsx:71
+#: src/components/StarterPack/ShareDialog.tsx:79
+msgid "An error occurred while saving the QR code!"
+msgstr "¡Prodúxose un error mentanto se guardaba'l códigu QR!"
+
+#: src/view/com/composer/videos/SelectVideoBtn.tsx:81
+msgid "An error occurred while selecting the video"
+msgstr "Prodúxose un error mentanto se seleicionaba'l videu"
+
+#: src/screens/StarterPack/StarterPackScreen.tsx:347
+#: src/screens/StarterPack/StarterPackScreen.tsx:369
+msgid "An error occurred while trying to follow all"
+msgstr "Prodúxose un error al tentar de siguir a toles cuentes"
+
+#: src/view/com/composer/state/video.ts:435
+msgid "An error occurred while uploading the video."
+msgstr "Prodúxose un error mentanto se xubía'l videu."
+
+#: src/lib/moderation/useReportOptions.ts:28
+msgid "An issue not included in these options"
+msgstr "Un problema que nun s'inclúi nestes opciones"
+
+#: src/components/dms/dialogs/NewChatDialog.tsx:41
+msgid "An issue occurred starting the chat"
+msgstr "Prodúxose un problema al aniciar la charra"
+
+#: src/components/dms/dialogs/ShareViaChatDialog.tsx:47
+msgid "An issue occurred while trying to open the chat"
+msgstr "Prodúxose un error al tentar d'abrir la charra"
+
+#: src/components/hooks/useFollowMethods.ts:35
+#: src/components/hooks/useFollowMethods.ts:50
+#: src/components/ProfileCard.tsx:326
+#: src/components/ProfileCard.tsx:346
+#: src/view/com/profile/FollowButton.tsx:35
+#: src/view/com/profile/FollowButton.tsx:45
+msgid "An issue occurred, please try again."
+msgstr "Prodúxose un problema. Volvi tentalo."
+
+#: src/screens/Onboarding/StepInterests/index.tsx:185
+msgid "an unknown error occurred"
+msgstr "prodúxose un error desconocíu"
+
+#: src/components/moderation/ModerationDetailsDialog.tsx:157
+#: src/components/moderation/ModerationDetailsDialog.tsx:153
+msgid "an unknown labeler"
+msgstr "un etiquetador desconocíu"
+
+#: src/components/WhoCanReply.tsx:295
+msgid "and"
+msgstr "y"
+
+#: src/screens/Onboarding/index.tsx:29
+#: src/screens/Onboarding/state.ts:81
+msgid "Animals"
+msgstr "Animales"
+
+#: src/view/com/util/post-embeds/GifEmbed.tsx:149
+msgid "Animated GIF"
+msgstr "GIF animáu"
+
+#: src/lib/moderation/useReportOptions.ts:33
+msgid "Anti-Social Behavior"
+msgstr "Comportamientu antisocial"
+
+#: src/view/screens/Search/Search.tsx:347
+#: src/view/screens/Search/Search.tsx:348
+msgid "Any language"
+msgstr "Cualesquier llingua"
+
+#: src/view/com/composer/threadgate/ThreadgateBtn.tsx:48
+msgid "Anybody can interact"
+msgstr "Naide pue interactuar"
+
+#: src/screens/Settings/LanguageSettings.tsx:72
+msgid "App Language"
+msgstr "Llingua de l'aplicación"
+
+#: src/screens/Settings/components/AddAppPasswordDialog.tsx:122
+msgid "App Password"
+msgstr "Contraseña d'aplicación"
+
+#: src/screens/Settings/AppPasswords.tsx:139
+msgid "App password deleted"
+msgstr "Desanicióse la contraseña d'aplicación"
+
+#: src/screens/Settings/components/AddAppPasswordDialog.tsx:84
+msgid "App password name must be unique"
+msgstr "El nome de la contraseña d'aplicación ha ser únicu"
+
+#: src/screens/Settings/components/AddAppPasswordDialog.tsx:62
+msgid "App password names can only contain letters, numbers, spaces, dashes, and underscores"
+msgstr "Los nomes de les contraseñes d'aplicación namás puen contener lletres, númberos, espacios, guiones (normales y baxos)"
+
+#: src/view/com/modals/AddAppPasswords.tsx:138
+#~ msgid "App Password names can only contain letters, numbers, spaces, dashes, and underscores."
+#~ msgstr ""
+
+#: src/screens/Settings/components/AddAppPasswordDialog.tsx:80
+msgid "App password names must be at least 4 characters long"
+msgstr "Los nomes de les contraseñes d'aplicación han tener polo menos 4 caráuteres de llongura"
+
+#: src/view/com/modals/AddAppPasswords.tsx:103
+#~ msgid "App Password names must be at least 4 characters long."
+#~ msgstr ""
+
+#: src/view/screens/Settings/index.tsx:664
+#~ msgid "App password settings"
+#~ msgstr ""
+
+#: src/screens/Settings/PrivacyAndSecuritySettings.tsx:55
+#: src/screens/Settings/PrivacyAndSecuritySettings.tsx:58
+msgid "App passwords"
+msgstr "Contraseñes d'aplicación"
+
+#: src/Navigation.tsx:289
+#: src/screens/Settings/AppPasswords.tsx:47
+msgid "App Passwords"
+msgstr "Contraseñes d'aplicación"
+
+#: src/components/moderation/LabelsOnMeDialog.tsx:148
+#: src/components/moderation/LabelsOnMeDialog.tsx:151
+msgid "Appeal"
+msgstr ""
+
+#: src/components/moderation/LabelsOnMeDialog.tsx:243
+msgid "Appeal \"{0}\" label"
+msgstr ""
+
+#: src/components/moderation/LabelsOnMeDialog.tsx:233
+#: src/screens/Messages/components/ChatDisabled.tsx:91
+msgid "Appeal submitted"
+msgstr "Unvióse l'apellación"
+
+#: src/screens/Messages/components/ChatDisabled.tsx:51
+#: src/screens/Messages/components/ChatDisabled.tsx:53
+#: src/screens/Messages/components/ChatDisabled.tsx:99
+#: src/screens/Messages/components/ChatDisabled.tsx:101
+msgid "Appeal this decision"
+msgstr "Apellar esta decisión"
+
+#: src/Navigation.tsx:329
+#: src/screens/Settings/AppearanceSettings.tsx:76
+#: src/screens/Settings/Settings.tsx:175
+#: src/screens/Settings/Settings.tsx:178
+msgid "Appearance"
+msgstr "Aspeutu"
+
+#: src/view/screens/Settings/index.tsx:476
+#~ msgid "Appearance settings"
+#~ msgstr ""
+
+#: src/Navigation.tsx:325
+#~ msgid "Appearance Settings"
+#~ msgstr ""
+
+#: src/screens/Feeds/NoSavedFeedsOfAnyType.tsx:47
+#: src/screens/Home/NoFeedsPinned.tsx:93
+msgid "Apply default recommended feeds"
+msgstr ""
+
+#: src/view/com/post-thread/PostThreadItem.tsx:835
+msgid "Archived from {0}"
+msgstr ""
+
+#: src/view/com/post-thread/PostThreadItem.tsx:804
+#: src/view/com/post-thread/PostThreadItem.tsx:843
+msgid "Archived post"
+msgstr ""
+
+#: src/screens/Settings/AppPasswords.tsx:201
+msgid "Are you sure you want to delete the app password \"{0}\"?"
+msgstr "¿De xuru que quies desaniciar la contraseña d'aplicación «{0}»?"
+
+#: src/view/screens/AppPasswords.tsx:283
+#~ msgid "Are you sure you want to delete the app password \"{name}\"?"
+#~ msgstr ""
+
+#: src/components/dms/MessageMenu.tsx:149
+msgid "Are you sure you want to delete this message? The message will be deleted for you, but not for the other participant."
+msgstr ""
+
+#: src/screens/StarterPack/StarterPackScreen.tsx:633
+msgid "Are you sure you want to delete this starter pack?"
+msgstr ""
+
+#: src/screens/Profile/Header/EditProfileDialog.tsx:82
+msgid "Are you sure you want to discard your changes?"
+msgstr "¿De xuru que quies escartar los cambeos?"
+
+#: src/components/dms/LeaveConvoPrompt.tsx:47
+msgid "Are you sure you want to leave this conversation? Your messages will be deleted for you, but not for the other participant."
+msgstr ""
+
+#: src/view/com/feeds/FeedSourceCard.tsx:316
+msgid "Are you sure you want to remove {0} from your feeds?"
+msgstr ""
+
+#: src/components/FeedCard.tsx:313
+msgid "Are you sure you want to remove this from your feeds?"
+msgstr ""
+
+#: src/view/com/composer/Composer.tsx:672
+msgid "Are you sure you'd like to discard this draft?"
+msgstr "¿De xuru que quies escartar esti borrador?"
+
+#: src/view/com/composer/Composer.tsx:846
+msgid "Are you sure you'd like to discard this post?"
+msgstr "¿De xuru que quies escartar esta publicación?"
+
+#: src/components/dialogs/MutedWords.tsx:433
+msgid "Are you sure?"
+msgstr ""
+
+#: src/view/com/composer/select-language/SuggestedLanguage.tsx:61
+msgid "Are you writing in <0>{0}</0>?"
+msgstr "¿Tas escribiendo na llingua «<0>{0}</0>»?"
+
+#: src/screens/Onboarding/index.tsx:23
+#: src/screens/Onboarding/state.ts:82
+msgid "Art"
+msgstr "Arte"
+
+#: src/view/com/composer/labels/LabelsBtn.tsx:172
+msgid "Artistic or non-erotic nudity."
+msgstr ""
+
+#: src/screens/Signup/StepHandle.tsx:173
+msgid "At least 3 characters"
+msgstr ""
+
+#: src/screens/Settings/AccessibilitySettings.tsx:97
+msgid "Autoplay options have moved to the <0>Content and Media settings</0>."
+msgstr "Les opciones de reproducción automática moviéronse a <0>Configuración del conteníu multimedia</0>."
+
+#: src/screens/Settings/ContentAndMediaSettings.tsx:82
+#: src/screens/Settings/ContentAndMediaSettings.tsx:88
+msgid "Autoplay videos and GIFs"
+msgstr "Reproducir automáticamente vídeos y GIFs"
+
+#: src/components/dms/MessagesListHeader.tsx:75
+#: src/components/moderation/LabelsOnMeDialog.tsx:290
+#: src/components/moderation/LabelsOnMeDialog.tsx:291
+#: src/screens/Login/ChooseAccountForm.tsx:90
+#: src/screens/Login/ChooseAccountForm.tsx:95
+#: src/screens/Login/ForgotPasswordForm.tsx:123
+#: src/screens/Login/ForgotPasswordForm.tsx:129
+#: src/screens/Login/LoginForm.tsx:282
+#: src/screens/Login/LoginForm.tsx:288
+#: src/screens/Login/SetNewPasswordForm.tsx:154
+#: src/screens/Login/SetNewPasswordForm.tsx:160
+#: src/screens/Messages/components/ChatDisabled.tsx:133
+#: src/screens/Messages/components/ChatDisabled.tsx:134
+#: src/screens/Profile/Header/Shell.tsx:112
+#: src/screens/Signup/BackNextButtons.tsx:41
+#: src/screens/StarterPack/Wizard/index.tsx:307
+#: src/view/com/util/ViewHeader.tsx:87
+msgid "Back"
+msgstr "Atrás"
+
+#: src/view/screens/Settings/index.tsx:442
+#~ msgid "Basics"
+#~ msgstr ""
+
+#: src/view/screens/Lists.tsx:104
+#: src/view/screens/ModerationModlists.tsx:100
+msgid "Before creating a list, you must first verify your email."
+msgstr ""
+
+#: src/view/com/composer/Composer.tsx:599
+msgid "Before creating a post, you must first verify your email."
+msgstr "Enantes de publicar, primero tienes de verificar la direición de corréu."
+
+#: src/components/StarterPack/ProfileStarterPacks.tsx:340
+msgid "Before creating a starter pack, you must first verify your email."
+msgstr ""
+
+#: src/components/dms/dialogs/NewChatDialog.tsx:79
+#: src/components/dms/MessageProfileButton.tsx:89
+#: src/screens/Messages/Conversation.tsx:219
+msgid "Before you may message another user, you must first verify your email."
+msgstr ""
+
+#: src/components/dialogs/BirthDateSettings.tsx:106
+#: src/screens/Settings/AccountSettings.tsx:101
+msgid "Birthday"
+msgstr "Aniversariu"
+
+#: src/view/screens/Settings/index.tsx:348
+#~ msgid "Birthday:"
+#~ msgstr ""
+
+#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:283
+#: src/view/com/profile/ProfileMenu.tsx:341
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:744
+msgid "Block"
+msgstr ""
+
+#: src/components/dms/ConvoMenu.tsx:188
+#: src/components/dms/ConvoMenu.tsx:192
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:603
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:605
+msgid "Block account"
+msgstr "Bloquiar la cuenta"
+
+#: src/view/com/profile/ProfileMenu.tsx:280
+#: src/view/com/profile/ProfileMenu.tsx:287
+msgid "Block Account"
+msgstr "Bloquiar la cuenta"
+
+#: src/view/com/profile/ProfileMenu.tsx:324
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:739
+msgid "Block Account?"
+msgstr "¿Quies bloquiar la cuenta?"
+
+#: src/view/screens/ProfileList.tsx:643
+msgid "Block accounts"
+msgstr "Bloquiar les cuentes"
+
+#: src/view/screens/ProfileList.tsx:747
+msgid "Block list"
+msgstr ""
+
+#: src/view/screens/ProfileList.tsx:742
+msgid "Block these accounts?"
+msgstr "¿Quies bloquiar estes cuentes?"
+
+#: src/view/com/util/post-embeds/QuoteEmbed.tsx:83
+msgid "Blocked"
+msgstr "Bloquióse"
+
+#: src/screens/Moderation/index.tsx:274
+msgid "Blocked accounts"
+msgstr "Cuentes bloquiaes"
+
+#: src/Navigation.tsx:153
+#: src/view/screens/ModerationBlockedAccounts.tsx:108
+msgid "Blocked Accounts"
+msgstr "Cuentes bloquiaes"
+
+#: src/view/com/profile/ProfileMenu.tsx:336
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:741
+msgid "Blocked accounts cannot reply in your threads, mention you, or otherwise interact with you."
+msgstr ""
+
+#: src/view/screens/ModerationBlockedAccounts.tsx:116
+msgid "Blocked accounts cannot reply in your threads, mention you, or otherwise interact with you. You will not see their content and they will be prevented from seeing yours."
+msgstr "Les cuentes bloquiaes nun puen responder nos tos filos, mentante nin interactuar contigo de nenguna forma. Tampoco vas ver el so conteníu nin ellos el de to."
+
+#: src/view/com/post-thread/PostThread.tsx:412
+msgid "Blocked post."
+msgstr "Bloquióse la publicación."
+
+#: src/screens/Profile/Sections/Labels.tsx:173
+msgid "Blocking does not prevent this labeler from placing labels on your account."
+msgstr ""
+
+#: src/view/screens/ProfileList.tsx:744
+msgid "Blocking is public. Blocked accounts cannot reply in your threads, mention you, or otherwise interact with you."
+msgstr "El bloquéu ye públicu. Les cuentes bloquiaes nun puen responder nos tos filos, mentante nin interactuar contigo de nenguna forma."
+
+#: src/view/com/profile/ProfileMenu.tsx:333
+msgid "Blocking will not prevent labels from being applied on your account, but it will stop this account from replying in your threads or interacting with you."
+msgstr "El bloquéu nun impide que les etiquetes s'apliquen a la to cuenta, mas nun va dexar qu'esta cuenta respuenda a los tos filos o interactúe contigo."
+
+#: src/view/com/auth/SplashScreen.web.tsx:173
+msgid "Blog"
+msgstr "Blogue"
+
+#: src/view/com/auth/server-input/index.tsx:86
+#: src/view/com/auth/server-input/index.tsx:88
+msgid "Bluesky"
+msgstr "Bluesky"
+
+#: src/view/com/post-thread/PostThreadItem.tsx:860
+msgid "Bluesky cannot confirm the authenticity of the claimed date."
+msgstr "Bluesky nun pue verificar l'autenticidá de la data indicada."
+
+#: src/view/com/auth/server-input/index.tsx:151
+msgid "Bluesky is an open network where you can choose your hosting provider. If you're a developer, you can host your own server."
+msgstr "Bluesky ye una rede abierta onde pues escoyer l'agospiador. Si yes desendolcador, pues agospiar un sirvidor."
+
+#: src/components/ProgressGuide/List.tsx:54
+msgid "Bluesky is better with friends!"
+msgstr "¡Bluesky ye meyor con compaña!"
+
+#: src/components/StarterPack/ProfileStarterPacks.tsx:300
+msgid "Bluesky will choose a set of recommended accounts from people in your network."
+msgstr ""
+
+#: src/screens/Settings/components/PwiOptOut.tsx:92
+msgid "Bluesky will not show your profile and posts to logged-out users. Other apps may not honor this request. This does not make your account private."
+msgstr ""
+
+#: src/lib/moderation/useLabelBehaviorDescription.ts:53
+msgid "Blur images"
+msgstr ""
+
+#: src/lib/moderation/useLabelBehaviorDescription.ts:51
+msgid "Blur images and filter from feeds"
+msgstr ""
+
+#: src/screens/Onboarding/index.tsx:30
+#: src/screens/Onboarding/state.ts:83
+msgid "Books"
+msgstr "Llibros"
+
+#: src/components/FeedInterstitials.tsx:350
+msgid "Browse more accounts on the Explore page"
+msgstr ""
+
+#: src/components/FeedInterstitials.tsx:483
+msgid "Browse more feeds on the Explore page"
+msgstr ""
+
+#: src/components/FeedInterstitials.tsx:332
+#: src/components/FeedInterstitials.tsx:335
+#: src/components/FeedInterstitials.tsx:465
+#: src/components/FeedInterstitials.tsx:468
+msgid "Browse more suggestions"
+msgstr "Restolar más suxerencies"
+
+#: src/components/FeedInterstitials.tsx:358
+#: src/components/FeedInterstitials.tsx:492
+msgid "Browse more suggestions on the Explore page"
+msgstr ""
+
+#: src/screens/Home/NoFeedsPinned.tsx:103
+#: src/screens/Home/NoFeedsPinned.tsx:109
+msgid "Browse other feeds"
+msgstr "Restolar otros feeds"
+
+#: src/view/com/auth/SplashScreen.web.tsx:168
+msgid "Business"
+msgstr "Negocios"
+
+#: src/view/com/profile/ProfileSubpageHeader.tsx:193
+msgid "by —"
+msgstr ""
+
+#: src/components/LabelingServiceCard/index.tsx:62
+msgid "By {0}"
+msgstr "Por «{0}»"
+
+#: src/view/com/profile/ProfileSubpageHeader.tsx:197
+msgid "by <0/>"
+msgstr "por «<0/>»"
+
+#: src/screens/Signup/StepInfo/Policies.tsx:81
+msgid "By creating an account you agree to the <0>Privacy Policy</0>."
+msgstr "Al crear una cuenta aceptes la <0>política de privacidá</0>."
+
+#: src/screens/Signup/StepInfo/Policies.tsx:48
+msgid "By creating an account you agree to the <0>Terms of Service</0> and <1>Privacy Policy</1>."
+msgstr "Al crear una cuenta aceptes los <0>términos del serviciu</0> y la <1>política de privacidá</1>."
+
+#: src/screens/Signup/StepInfo/Policies.tsx:68
+msgid "By creating an account you agree to the <0>Terms of Service</0>."
+msgstr "Al crear una cuenta aceptes los <0>términos del serviciu</0>."
+
+#: src/view/com/profile/ProfileSubpageHeader.tsx:195
+msgid "by you"
+msgstr "por ti"
+
+#: src/view/com/composer/photos/OpenCameraBtn.tsx:72
+msgid "Camera"
+msgstr "Cámara"
+
+#: src/view/com/modals/AddAppPasswords.tsx:180
+#~ msgid "Can only contain letters, numbers, spaces, dashes, and underscores. Must be at least 4 characters long, but no more than 32 characters long."
+#~ msgstr ""
+
+#: src/components/Menu/index.tsx:236
+#: src/components/Prompt.tsx:129
+#: src/components/Prompt.tsx:131
+#: src/components/TagMenu/index.tsx:283
+#: src/screens/Deactivated.tsx:164
+#: src/screens/Profile/Header/EditProfileDialog.tsx:220
+#: src/screens/Profile/Header/EditProfileDialog.tsx:228
+#: src/screens/Settings/components/ChangeHandleDialog.tsx:72
+#: src/screens/Settings/components/ChangeHandleDialog.tsx:79
+#: src/screens/Settings/Settings.tsx:252
+#: src/view/com/composer/Composer.tsx:909
+#: src/view/com/modals/ChangeEmail.tsx:213
+#: src/view/com/modals/ChangeEmail.tsx:215
+#: src/view/com/modals/ChangePassword.tsx:268
+#: src/view/com/modals/ChangePassword.tsx:271
+#: src/view/com/modals/CreateOrEditList.tsx:335
+#: src/view/com/modals/CropImage.web.tsx:97
+#: src/view/com/modals/EditProfile.tsx:244
+#: src/view/com/modals/InAppBrowserConsent.tsx:75
+#: src/view/com/modals/InAppBrowserConsent.tsx:77
+#: src/view/com/modals/LinkWarning.tsx:105
+#: src/view/com/modals/LinkWarning.tsx:107
+#: src/view/com/modals/VerifyEmail.tsx:255
+#: src/view/com/modals/VerifyEmail.tsx:261
+#: src/view/com/util/post-ctrls/RepostButton.tsx:203
+#: src/view/screens/Search/Search.tsx:911
+msgid "Cancel"
+msgstr "Encaboxar"
+
+#: src/view/com/modals/CreateOrEditList.tsx:340
+#: src/view/com/modals/DeleteAccount.tsx:174
+#: src/view/com/modals/DeleteAccount.tsx:297
+msgctxt "action"
+msgid "Cancel"
+msgstr ""
+
+#: src/view/com/modals/DeleteAccount.tsx:170
+#: src/view/com/modals/DeleteAccount.tsx:293
+msgid "Cancel account deletion"
+msgstr ""
+
+#: src/view/com/modals/ChangeHandle.tsx:137
+#~ msgid "Cancel change handle"
+#~ msgstr ""
+
+#: src/view/com/modals/CropImage.web.tsx:94
+msgid "Cancel image crop"
+msgstr ""
+
+#: src/view/com/modals/EditProfile.tsx:239
+msgid "Cancel profile editing"
+msgstr ""
+
+#: src/view/com/util/post-ctrls/RepostButton.tsx:197
+msgid "Cancel quote post"
+msgstr "Anular la cita"
+
+#: src/screens/Deactivated.tsx:158
+msgid "Cancel reactivation and log out"
+msgstr ""
+
+#: src/view/com/modals/ListAddRemoveUsers.tsx:88
+#: src/view/screens/Search/Search.tsx:903
+msgid "Cancel search"
+msgstr ""
+
+#: src/view/com/modals/LinkWarning.tsx:106
+msgid "Cancels opening the linked website"
+msgstr ""
+
+#: src/state/shell/composer/index.tsx:82
+#: src/view/com/util/post-ctrls/PostCtrls.tsx:116
+#: src/view/com/util/post-ctrls/PostCtrls.tsx:157
+#: src/view/com/util/post-ctrls/PostCtrls.tsx:193
+msgid "Cannot interact with a blocked user"
+msgstr ""
+
+#: src/view/com/composer/videos/SubtitleDialog.tsx:133
+msgid "Captions (.vtt)"
+msgstr "Sotítulos (.vtt)"
+
+#: src/view/com/composer/videos/SubtitleDialog.tsx:56
+msgid "Captions & alt text"
+msgstr ""
+
+#: src/screens/Settings/components/Email2FAToggle.tsx:60
+#: src/view/com/modals/VerifyEmail.tsx:160
+msgid "Change"
+msgstr ""
+
+#: src/view/screens/Settings/index.tsx:342
+#~ msgctxt "action"
+#~ msgid "Change"
+#~ msgstr ""
+
+#: src/screens/Settings/AccountSettings.tsx:89
+#: src/screens/Settings/AccountSettings.tsx:93
+msgid "Change email"
+msgstr "Camudar la direición de corréu"
+
+#: src/components/dialogs/VerifyEmailDialog.tsx:162
+#: src/components/dialogs/VerifyEmailDialog.tsx:187
+msgid "Change email address"
+msgstr ""
+
+#: src/view/screens/Settings/index.tsx:685
+#~ msgid "Change handle"
+#~ msgstr ""
+
+#: src/screens/Settings/components/ChangeHandleDialog.tsx:88
+#: src/screens/Settings/components/ChangeHandleDialog.tsx:92
+msgid "Change Handle"
+msgstr ""
+
+#: src/view/com/modals/VerifyEmail.tsx:155
+msgid "Change my email"
+msgstr ""
+
+#: src/view/screens/Settings/index.tsx:730
+#~ msgid "Change password"
+#~ msgstr ""
+
+#: src/view/com/modals/ChangePassword.tsx:142
+msgid "Change Password"
+msgstr ""
+
+#: src/view/com/composer/select-language/SuggestedLanguage.tsx:74
+msgid "Change post language to {0}"
+msgstr "Camudar la llingua de la publicación a «{0}»"
+
+#: src/view/com/modals/ChangeEmail.tsx:104
+msgid "Change Your Email"
+msgstr "Confirmación de la direición de corréu"
+
+#: src/components/dialogs/VerifyEmailDialog.tsx:171
+msgid "Change your email address"
+msgstr ""
+
+#: src/Navigation.tsx:373
+#: src/view/shell/bottom-bar/BottomBar.tsx:200
+#: src/view/shell/desktop/LeftNav.tsx:348
+#: src/view/shell/Drawer.tsx:417
+msgid "Chat"
+msgstr "Charra"
+
+#: src/components/dms/ConvoMenu.tsx:82
+msgid "Chat muted"
+msgstr ""
+
+#: src/components/dms/ConvoMenu.tsx:112
+#: src/components/dms/MessageMenu.tsx:81
+#: src/Navigation.tsx:378
+#: src/screens/Messages/ChatList.tsx:88
+msgid "Chat settings"
+msgstr ""
+
+#: src/screens/Messages/Settings.tsx:61
+msgid "Chat Settings"
+msgstr ""
+
+#: src/components/dms/ConvoMenu.tsx:84
+msgid "Chat unmuted"
+msgstr ""
+
+#: src/screens/SignupQueued.tsx:79
+#: src/screens/SignupQueued.tsx:83
+msgid "Check my status"
+msgstr ""
+
+#: src/screens/Login/LoginForm.tsx:275
+msgid "Check your email for a login code and enter it here."
+msgstr "Revisa'l corréu electrónicu pa consiguir un códigu d'aniciu de sesión ya introducilu equí."
+
+#: src/view/com/modals/DeleteAccount.tsx:232
+msgid "Check your inbox for an email with the confirmation code to enter below:"
+msgstr ""
+
+#: src/screens/Settings/components/ChangeHandleDialog.tsx:369
+msgid "Choose domain verification method"
+msgstr ""
+
+#: src/screens/StarterPack/Wizard/index.tsx:199
+msgid "Choose Feeds"
+msgstr ""
+
+#: src/components/StarterPack/ProfileStarterPacks.tsx:308
+msgid "Choose for me"
+msgstr ""
+
+#: src/screens/StarterPack/Wizard/index.tsx:195
+msgid "Choose People"
+msgstr ""
+
+#: src/view/com/composer/labels/LabelsBtn.tsx:115
+msgid "Choose self-labels that are applicable for the media you are posting. If none are selected, this post is suitable for all audiences."
+msgstr ""
+
+#: src/view/com/auth/server-input/index.tsx:76
+msgid "Choose Service"
+msgstr "Seleición d'un serviciu"
+
+#: src/screens/Onboarding/StepFinished.tsx:276
+msgid "Choose the algorithms that power your custom feeds."
+msgstr ""
+
+#: src/screens/Onboarding/StepProfile/AvatarCreatorItems.tsx:107
+msgid "Choose this color as your avatar"
+msgstr ""
+
+#: src/screens/Signup/StepInfo/index.tsx:201
+msgid "Choose your password"
+msgstr ""
+
+#: src/screens/Settings/Settings.tsx:342
+msgid "Clear all storage data"
+msgstr ""
+
+#: src/screens/Settings/Settings.tsx:344
+msgid "Clear all storage data (restart after this)"
+msgstr ""
+
+#: src/components/forms/SearchInput.tsx:70
+msgid "Clear search query"
+msgstr ""
+
+#: src/view/screens/Settings/index.tsx:878
+#~ msgid "Clears all storage data"
+#~ msgstr ""
+
+#: src/view/screens/Support.tsx:41
+msgid "click here"
+msgstr ""
+
+#: src/view/com/modals/DeleteAccount.tsx:208
+msgid "Click here for more information on deactivating your account"
+msgstr "Calca equí pa consiguir más información tocante a la desactivación de la cuenta"
+
+#: src/view/com/modals/DeleteAccount.tsx:217
+msgid "Click here for more information."
+msgstr "Calca equí pa consiguir más información."
+
+#: src/components/TagMenu/index.web.tsx:152
+msgid "Click here to open tag menu for {tag}"
+msgstr ""
+
+#: src/components/dialogs/PostInteractionSettingsDialog.tsx:307
+msgid "Click to disable quote posts of this post."
+msgstr "Calca pa desactivar les cites d'esta publicación."
+
+#: src/components/dialogs/PostInteractionSettingsDialog.tsx:308
+msgid "Click to enable quote posts of this post."
+msgstr "Calca pa activar les cites d'esta publicación."
+
+#: src/components/dms/MessageItem.tsx:241
+msgid "Click to retry failed message"
+msgstr ""
+
+#: src/screens/Onboarding/index.tsx:32
+msgid "Climate"
+msgstr "Clima"
+
+#: src/components/dms/ChatEmptyPill.tsx:39
+msgid "Clip 🐴 clop 🐴"
+msgstr "Tocotó 🐴 tocotó 🐴"
+
+#: src/components/dialogs/GifSelect.tsx:281
+#: src/components/dialogs/VerifyEmailDialog.tsx:289
+#: src/components/dms/dialogs/SearchablePeopleList.tsx:263
+#: src/components/NewskieDialog.tsx:146
+#: src/components/NewskieDialog.tsx:153
+#: src/components/StarterPack/Wizard/WizardEditListDialog.tsx:117
+#: src/components/StarterPack/Wizard/WizardEditListDialog.tsx:123
+#: src/view/com/modals/ChangePassword.tsx:268
+#: src/view/com/modals/ChangePassword.tsx:271
+#: src/view/com/util/post-embeds/GifEmbed.tsx:197
+msgid "Close"
+msgstr "Zarrar"
+
+#: src/components/Dialog/index.web.tsx:108
+#: src/components/Dialog/index.web.tsx:250
+msgid "Close active dialog"
+msgstr ""
+
+#: src/screens/Login/PasswordUpdatedForm.tsx:31
+msgid "Close alert"
+msgstr "Zarrar l'alerta"
+
+#: src/view/com/util/BottomSheetCustomBackdrop.tsx:36
+msgid "Close bottom drawer"
+msgstr "Zarrar el caxón baxeru"
+
+#: src/components/dialogs/GifSelect.tsx:275
+msgid "Close dialog"
+msgstr "Zarrar el diálogu"
+
+#: src/components/dialogs/GifSelect.tsx:169
+msgid "Close GIF dialog"
+msgstr ""
+
+#: src/view/com/lightbox/ImageViewing/components/ImageDefaultHeader.tsx:35
+msgid "Close image"
+msgstr "Zarrar la imaxe"
+
+#: src/view/com/lightbox/Lightbox.web.tsx:107
+msgid "Close image viewer"
+msgstr "Zarrar el visor d'imáxenes"
+
+#: src/view/shell/index.web.tsx:68
+msgid "Close navigation footer"
+msgstr ""
+
+#: src/components/Menu/index.tsx:230
+#: src/components/TagMenu/index.tsx:277
+msgid "Close this dialog"
+msgstr "Zarrar esti diálogu"
+
+#: src/view/shell/index.web.tsx:69
+msgid "Closes bottom navigation bar"
+msgstr "Zarrar la barra de navegación baxera"
+
+#: src/screens/Login/PasswordUpdatedForm.tsx:32
+msgid "Closes password update alert"
+msgstr ""
+
+#: src/view/com/composer/Composer.tsx:552
+#~ msgid "Closes post composer and discards post draft"
+#~ msgstr ""
+
+#: src/view/com/lightbox/ImageViewing/components/ImageDefaultHeader.tsx:36
+msgid "Closes viewer for header image"
+msgstr "Zarra'l visor de la imaxe de la testera"
+
+#: src/view/com/notifications/FeedItem.tsx:400
+msgid "Collapse list of users"
+msgstr "Contrayer la llista d'usuarios"
+
+#: src/view/com/notifications/FeedItem.tsx:593
+msgid "Collapses list of users for a given notification"
+msgstr "Contrái la llista d'usuarios d'una notificación apurrida"
+
+#: src/screens/Settings/AppearanceSettings.tsx:80
+msgid "Color mode"
+msgstr "Mou de color"
+
+#: src/screens/Onboarding/index.tsx:38
+#: src/screens/Onboarding/state.ts:84
+msgid "Comedy"
+msgstr "Comedia"
+
+#: src/screens/Onboarding/index.tsx:24
+#: src/screens/Onboarding/state.ts:85
+msgid "Comics"
+msgstr "Cómics"
+
+#: src/Navigation.tsx:279
+#: src/view/screens/CommunityGuidelines.tsx:34
+msgid "Community Guidelines"
+msgstr ""
+
+#: src/screens/Onboarding/StepFinished.tsx:289
+msgid "Complete onboarding and start using your account"
+msgstr ""
+
+#: src/screens/Signup/index.tsx:144
+msgid "Complete the challenge"
+msgstr "Completa'l retu"
+
+#: src/view/shell/desktop/LeftNav.tsx:314
+msgid "Compose new post"
+msgstr ""
+
+#: src/view/com/composer/Composer.tsx:812
+msgid "Compose posts up to {MAX_GRAPHEME_LENGTH} characters in length"
+msgstr ""
+
+#: src/view/com/post-thread/PostThreadComposePrompt.tsx:34
+msgid "Compose reply"
+msgstr ""
+
+#: src/view/com/composer/Composer.tsx:1628
+msgid "Compressing video..."
+msgstr "Comprimiendo'l videu…"
+
+#: src/components/moderation/LabelPreference.tsx:82
+msgid "Configure content filtering setting for category: {name}"
+msgstr ""
+
+#: src/components/moderation/LabelPreference.tsx:244
+msgid "Configured in <0>moderation settings</0>."
+msgstr "Configuróse nes <0>opciones de moderación</0>."
+
+#: src/components/dialogs/VerifyEmailDialog.tsx:253
+#: src/components/dialogs/VerifyEmailDialog.tsx:260
+#: src/components/dialogs/VerifyEmailDialog.tsx:283
+#: src/components/Prompt.tsx:172
+#: src/components/Prompt.tsx:175
+#: src/screens/Settings/components/DisableEmail2FADialog.tsx:185
+#: src/screens/Settings/components/DisableEmail2FADialog.tsx:188
+#: src/view/com/modals/VerifyEmail.tsx:239
+#: src/view/com/modals/VerifyEmail.tsx:241
+msgid "Confirm"
+msgstr ""
+
+#: src/view/com/modals/ChangeEmail.tsx:188
+#: src/view/com/modals/ChangeEmail.tsx:190
+msgid "Confirm Change"
+msgstr ""
+
+#: src/view/com/modals/lang-settings/ConfirmLanguagesButton.tsx:34
+msgid "Confirm content language settings"
+msgstr ""
+
+#: src/view/com/modals/DeleteAccount.tsx:283
+msgid "Confirm delete account"
+msgstr ""
+
+#: src/screens/Moderation/index.tsx:308
+msgid "Confirm your age:"
+msgstr ""
+
+#: src/screens/Moderation/index.tsx:299
+msgid "Confirm your birthdate"
+msgstr ""
+
+#: src/components/dialogs/VerifyEmailDialog.tsx:214
+#: src/screens/Login/LoginForm.tsx:256
+#: src/screens/Settings/components/DisableEmail2FADialog.tsx:144
+#: src/screens/Settings/components/DisableEmail2FADialog.tsx:150
+#: src/view/com/modals/ChangeEmail.tsx:152
+#: src/view/com/modals/DeleteAccount.tsx:239
+#: src/view/com/modals/DeleteAccount.tsx:245
+#: src/view/com/modals/VerifyEmail.tsx:173
+msgid "Confirmation code"
+msgstr "Códigu de confirmación"
+
+#: src/components/dialogs/VerifyEmailDialog.tsx:210
+msgid "Confirmation Code"
+msgstr "Códigu de confirmación"
+
+#: src/screens/Login/LoginForm.tsx:309
+msgid "Connecting..."
+msgstr "Conectando…"
+
+#: src/screens/Signup/index.tsx:175
+#: src/screens/Signup/index.tsx:178
+msgid "Contact support"
+msgstr ""
+
+#: src/screens/Settings/AccessibilitySettings.tsx:101
+#: src/screens/Settings/Settings.tsx:167
+#: src/screens/Settings/Settings.tsx:170
+msgid "Content and media"
+msgstr ""
+
+#: src/Navigation.tsx:353
+#: src/screens/Settings/ContentAndMediaSettings.tsx:44
+msgid "Content and Media"
+msgstr ""
+
+#: src/lib/moderation/useGlobalLabelStrings.ts:18
+msgid "Content Blocked"
+msgstr ""
+
+#: src/screens/Moderation/index.tsx:292
+msgid "Content filters"
+msgstr ""
+
+#: src/screens/Settings/LanguageSettings.tsx:241
+#: src/view/com/modals/lang-settings/ContentLanguagesSettings.tsx:75
+msgid "Content Languages"
+msgstr "Llingües del conteníu"
+
+#: src/components/moderation/ModerationDetailsDialog.tsx:80
+#: src/lib/moderation/useModerationCauseDescription.ts:80
+msgid "Content Not Available"
+msgstr "El conteníu nun ta disponible"
+
+#: src/components/moderation/ModerationDetailsDialog.tsx:48
+#: src/components/moderation/ScreenHider.tsx:93
+#: src/lib/moderation/useGlobalLabelStrings.ts:22
+#: src/lib/moderation/useModerationCauseDescription.ts:43
+msgid "Content Warning"
+msgstr ""
+
+#: src/view/com/composer/labels/LabelsBtn.tsx:60
+msgid "Content warnings"
+msgstr ""
+
+#: src/components/Menu/index.web.tsx:81
+msgid "Context menu backdrop, click to close the menu."
+msgstr ""
+
+#: src/screens/Onboarding/StepInterests/index.tsx:244
+#: src/screens/Onboarding/StepProfile/index.tsx:278
+msgid "Continue"
+msgstr "Siguir"
+
+#: src/components/AccountList.tsx:121
+msgid "Continue as {0} (currently signed in)"
+msgstr ""
+
+#: src/view/com/post-thread/PostThreadLoadMore.tsx:52
+msgid "Continue thread..."
+msgstr "Siguir col filu…"
+
+#: src/screens/Onboarding/StepInterests/index.tsx:241
+#: src/screens/Onboarding/StepProfile/index.tsx:275
+#: src/screens/Signup/BackNextButtons.tsx:60
+msgid "Continue to next step"
+msgstr ""
+
+#: src/screens/Messages/components/ChatListItem.tsx:164
+msgid "Conversation deleted"
+msgstr "Desanicióse la conversación"
+
+#: src/screens/Onboarding/index.tsx:41
+msgid "Cooking"
+msgstr "Cocina"
+
+#: src/view/com/modals/InviteCodes.tsx:183
+msgid "Copied"
+msgstr "Copióse"
+
+#: src/screens/Settings/AboutSettings.tsx:65
+msgid "Copied build version to clipboard"
+msgstr ""
+
+#: src/components/dms/MessageMenu.tsx:57
+#: src/lib/sharing.ts:25
+#: src/view/com/modals/InviteCodes.tsx:153
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:235
+#: src/view/com/util/post-ctrls/PostCtrls.tsx:386
+msgid "Copied to clipboard"
+msgstr "Copióse nel cartafueyu"
+
+#: src/components/dialogs/Embed.tsx:136
+#: src/screens/Settings/components/CopyButton.tsx:66
+msgid "Copied!"
+msgstr "¡Copióse!"
+
+#: src/view/com/modals/AddAppPasswords.tsx:215
+#~ msgid "Copies app password"
+#~ msgstr ""
+
+#: src/components/StarterPack/QrCodeDialog.tsx:175
+msgid "Copy"
+msgstr "Copiar"
+
+#: src/view/com/modals/ChangeHandle.tsx:467
+#~ msgid "Copy {0}"
+#~ msgstr ""
+
+#: src/screens/Settings/components/AddAppPasswordDialog.tsx:196
+msgid "Copy App Password"
+msgstr "Copiar la contraseña d'aplicación"
+
+#: src/screens/Settings/AboutSettings.tsx:60
+msgid "Copy build version to clipboard"
+msgstr ""
+
+#: src/components/dialogs/Embed.tsx:122
+#: src/components/dialogs/Embed.tsx:141
+msgid "Copy code"
+msgstr "Copiar el códigu"
+
+#: src/screens/Settings/components/ChangeHandleDialog.tsx:471
+msgid "Copy DID"
+msgstr "Copiar el DID"
+
+#: src/screens/Settings/components/ChangeHandleDialog.tsx:404
+msgid "Copy host"
+msgstr "Copiar l'agospiador"
+
+#: src/components/StarterPack/ShareDialog.tsx:123
+msgid "Copy link"
+msgstr "Copiar l'enllaz"
+
+#: src/components/StarterPack/ShareDialog.tsx:130
+msgid "Copy Link"
+msgstr "Copiar l'enllaz"
+
+#: src/view/screens/ProfileList.tsx:487
+msgid "Copy link to list"
+msgstr "Copiar l'enllaz de la llista"
+
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:434
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:443
+msgid "Copy link to post"
+msgstr "Copiar l'enllaz de la publicación"
+
+#: src/components/dms/MessageMenu.tsx:110
+#: src/components/dms/MessageMenu.tsx:112
+msgid "Copy message text"
+msgstr "Copiar el testu del mensaxe"
+
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:412
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:414
+msgid "Copy post text"
+msgstr "Copiar el testu de la publicación"
+
+#: src/components/StarterPack/QrCodeDialog.tsx:169
+msgid "Copy QR code"
+msgstr "Copiar el códigu QR"
+
+#: src/screens/Settings/components/ChangeHandleDialog.tsx:425
+msgid "Copy TXT record value"
+msgstr "Copiar el valor de rexistru TXT"
+
+#: src/Navigation.tsx:284
+#: src/view/screens/CopyrightPolicy.tsx:31
+msgid "Copyright Policy"
+msgstr "Política de derechos d'autor"
+
+#: src/components/dms/LeaveConvoPrompt.tsx:38
+msgid "Could not leave chat"
+msgstr ""
+
+#: src/view/screens/ProfileFeed.tsx:104
+msgid "Could not load feed"
+msgstr "Nun se pudo cargar el feed"
+
+#: src/view/screens/ProfileList.tsx:1020
+msgid "Could not load list"
+msgstr "Nun se pudo cargar la llista"
+
+#: src/components/dms/ConvoMenu.tsx:88
+msgid "Could not mute chat"
+msgstr "Nun se pudo silenciar la charra"
+
+#: src/view/com/composer/videos/VideoPreview.web.tsx:66
+msgid "Could not process your video"
+msgstr "Nun se pudo procesar el videu"
+
+#: src/components/StarterPack/ProfileStarterPacks.tsx:290
+msgid "Create"
+msgstr ""
+
+#: src/view/screens/Settings/index.tsx:403
+#~ msgid "Create a new Bluesky account"
+#~ msgstr ""
+
+#: src/components/StarterPack/QrCodeDialog.tsx:153
+msgid "Create a QR code for a starter pack"
+msgstr ""
+
+#: src/components/StarterPack/ProfileStarterPacks.tsx:168
+#: src/components/StarterPack/ProfileStarterPacks.tsx:271
+#: src/Navigation.tsx:403
+msgid "Create a starter pack"
+msgstr ""
+
+#: src/components/StarterPack/ProfileStarterPacks.tsx:252
+msgid "Create a starter pack for me"
+msgstr ""
+
+#: src/view/com/auth/SplashScreen.tsx:55
+#: src/view/com/auth/SplashScreen.web.tsx:117
+msgid "Create account"
+msgstr ""
+
+#: src/screens/Signup/index.tsx:93
+msgid "Create Account"
+msgstr ""
+
+#: src/components/dialogs/Signin.tsx:86
+#: src/components/dialogs/Signin.tsx:88
+msgid "Create an account"
+msgstr ""
+
+#: src/screens/Onboarding/StepProfile/index.tsx:292
+msgid "Create an avatar instead"
+msgstr "Crear un avatar"
+
+#: src/components/StarterPack/ProfileStarterPacks.tsx:175
+msgid "Create another"
+msgstr ""
+
+#: src/view/com/modals/AddAppPasswords.tsx:243
+#~ msgid "Create App Password"
+#~ msgstr ""
+
+#: src/view/com/auth/SplashScreen.tsx:47
+#: src/view/com/auth/SplashScreen.web.tsx:109
+msgid "Create new account"
+msgstr ""
+
+#: src/components/ReportDialog/SelectReportOptionView.tsx:101
+msgid "Create report for {0}"
+msgstr ""
+
+#: src/screens/Settings/AppPasswords.tsx:166
+msgid "Created {0}"
+msgstr "Data de creación: {0}"
+
+#: src/screens/Onboarding/index.tsx:26
+#: src/screens/Onboarding/state.ts:86
+msgid "Culture"
+msgstr "Cultura"
+
+#: src/view/com/auth/server-input/index.tsx:94
+#: src/view/com/auth/server-input/index.tsx:96
+msgid "Custom"
+msgstr ""
+
+#: src/view/com/modals/ChangeHandle.tsx:375
+#~ msgid "Custom domain"
+#~ msgstr ""
+
+#: src/view/screens/Feeds.tsx:761
+#: src/view/screens/Search/Explore.tsx:391
+msgid "Custom feeds built by the community bring you new experiences and help you find the content you love."
+msgstr "Los feeds personalizaos que crea la comunidá úfrente esperiencies nueves y ayúdente a atopar el conteníu que te presta pola vida."
+
+#: src/view/screens/PreferencesExternalEmbeds.tsx:54
+#~ msgid "Customize media from external sites."
+#~ msgstr ""
+
+#: src/components/dialogs/PostInteractionSettingsDialog.tsx:292
+msgid "Customize who can interact with this post."
+msgstr ""
+
+#: src/screens/Settings/AppearanceSettings.tsx:92
+#: src/screens/Settings/AppearanceSettings.tsx:113
+msgid "Dark"
+msgstr "Escuru"
+
+#: src/view/screens/Debug.tsx:70
+msgid "Dark mode"
+msgstr "Mou escuru"
+
+#: src/screens/Settings/AppearanceSettings.tsx:105
+msgid "Dark theme"
+msgstr "Estilu escuru"
+
+#: src/screens/Signup/StepInfo/index.tsx:222
+msgid "Date of birth"
+msgstr "Data de nacencia"
+
+#: src/screens/Settings/AccountSettings.tsx:138
+#: src/screens/Settings/AccountSettings.tsx:143
+#: src/screens/Settings/components/DeactivateAccountDialog.tsx:73
+msgid "Deactivate account"
+msgstr "Desactivación de la cuenta"
+
+#: src/view/screens/Settings/index.tsx:785
+#~ msgid "Deactivate my account"
+#~ msgstr ""
+
+#: src/screens/Settings/Settings.tsx:323
+msgid "Debug Moderation"
+msgstr ""
+
+#: src/view/screens/Debug.tsx:90
+msgid "Debug panel"
+msgstr ""
+
+#: src/screens/Settings/AppearanceSettings.tsx:153
+msgid "Default"
+msgstr "La predeterminada"
+
+#: src/components/dms/MessageMenu.tsx:151
+#: src/screens/Settings/AppPasswords.tsx:204
+#: src/screens/StarterPack/StarterPackScreen.tsx:585
+#: src/screens/StarterPack/StarterPackScreen.tsx:664
+#: src/screens/StarterPack/StarterPackScreen.tsx:744
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:661
+#: src/view/screens/ProfileList.tsx:726
+msgid "Delete"
+msgstr ""
+
+#: src/screens/Settings/AccountSettings.tsx:148
+#: src/screens/Settings/AccountSettings.tsx:153
+msgid "Delete account"
+msgstr ""
+
+#: src/view/com/modals/DeleteAccount.tsx:105
+msgid "Delete Account <0>\"</0><1>{0}</1><2>\"</2>"
+msgstr ""
+
+#: src/screens/Settings/AppPasswords.tsx:179
+msgid "Delete app password"
+msgstr "Desaniciar la contraseña d'aplicación"
+
+#: src/screens/Settings/AppPasswords.tsx:199
+msgid "Delete app password?"
+msgstr "¿Quies desaniciar la contraseña d'aplicación?"
+
+#: src/screens/Settings/Settings.tsx:330
+msgid "Delete chat declaration record"
+msgstr ""
+
+#: src/components/dms/MessageMenu.tsx:124
+msgid "Delete for me"
+msgstr ""
+
+#: src/view/screens/ProfileList.tsx:530
+msgid "Delete List"
+msgstr ""
+
+#: src/components/dms/MessageMenu.tsx:147
+msgid "Delete message"
+msgstr ""
+
+#: src/components/dms/MessageMenu.tsx:122
+msgid "Delete message for me"
+msgstr ""
+
+#: src/view/com/modals/DeleteAccount.tsx:286
+msgid "Delete my account"
+msgstr ""
+
+#: src/view/screens/Settings/index.tsx:807
+#~ msgid "Delete My Account…"
+#~ msgstr ""
+
+#: src/view/com/composer/Composer.tsx:820
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:642
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:644
+msgid "Delete post"
+msgstr "Desaniciar la publicación"
+
+#: src/screens/StarterPack/StarterPackScreen.tsx:579
+#: src/screens/StarterPack/StarterPackScreen.tsx:735
+msgid "Delete starter pack"
+msgstr ""
+
+#: src/screens/StarterPack/StarterPackScreen.tsx:630
+msgid "Delete starter pack?"
+msgstr ""
+
+#: src/view/screens/ProfileList.tsx:721
+msgid "Delete this list?"
+msgstr "¿Quies desaniciar esta llista?"
+
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:656
+msgid "Delete this post?"
+msgstr "¿Quies desaniciar esti artículu?"
+
+#: src/view/com/util/post-embeds/QuoteEmbed.tsx:93
+msgid "Deleted"
+msgstr ""
+
+#: src/components/dms/MessagesListHeader.tsx:150
+#: src/screens/Messages/components/ChatListItem.tsx:107
+msgid "Deleted Account"
+msgstr ""
+
+#: src/view/com/post-thread/PostThread.tsx:398
+msgid "Deleted post."
+msgstr ""
+
+#: src/view/screens/Settings/index.tsx:858
+#~ msgid "Deletes the chat declaration record"
+#~ msgstr ""
+
+#: src/screens/Profile/Header/EditProfileDialog.tsx:344
+#: src/view/com/modals/CreateOrEditList.tsx:280
+#: src/view/com/modals/CreateOrEditList.tsx:301
+#: src/view/com/modals/EditProfile.tsx:193
+#: src/view/com/modals/EditProfile.tsx:205
+msgid "Description"
+msgstr "Descripción"
+
+#: src/screens/Profile/Header/EditProfileDialog.tsx:364
+msgid "Description is too long"
+msgstr "La descripción ye mui llonga"
+
+#: src/screens/Profile/Header/EditProfileDialog.tsx:365
+msgid "Description is too long. The maximum number of characters is {DESCRIPTION_MAX_GRAPHEMES}."
+msgstr "La descripción ye mui llonga. El númberu máximu de caráuteres ye {DESCRIPTION_MAX_GRAPHEMES}."
+
+#: src/view/com/composer/GifAltText.tsx:150
+#: src/view/com/composer/photos/ImageAltTextDialog.tsx:114
+msgid "Descriptive alt text"
+msgstr "Testu alternativu descriptivu"
+
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:566
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:576
+msgid "Detach quote"
+msgstr "Separtar la cita"
+
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:719
+msgid "Detach quote post?"
+msgstr "¿Quies separtar la cita?"
+
+#: src/screens/Settings/Settings.tsx:234
+#: src/screens/Settings/Settings.tsx:237
+msgid "Developer options"
+msgstr ""
+
+#: src/components/WhoCanReply.tsx:175
+msgid "Dialog: adjust who can interact with this post"
+msgstr "Diálogu: configura quién pue interactuar con esta publicación"
+
+#: src/view/com/composer/Composer.tsx:325
+#~ msgid "Did you want to say anything?"
+#~ msgstr ""
+
+#: src/screens/Settings/AppearanceSettings.tsx:109
+msgid "Dim"
+msgstr "Lleve"
+
+#: src/view/screens/AccessibilitySettings.tsx:109
+#~ msgid "Disable autoplay for videos and GIFs"
+#~ msgstr ""
+
+#: src/screens/Settings/components/DisableEmail2FADialog.tsx:89
+msgid "Disable Email 2FA"
+msgstr ""
+
+#: src/screens/Settings/AccessibilitySettings.tsx:83
+#: src/screens/Settings/AccessibilitySettings.tsx:88
+msgid "Disable haptic feedback"
+msgstr "Desactivar la rempuesta háptica"
+
+#: src/view/com/util/post-embeds/VideoEmbedInner/web-controls/VideoControls.tsx:386
+msgid "Disable subtitles"
+msgstr ""
+
+#: src/lib/moderation/useLabelBehaviorDescription.ts:32
+#: src/lib/moderation/useLabelBehaviorDescription.ts:42
+#: src/lib/moderation/useLabelBehaviorDescription.ts:68
+#: src/screens/Messages/Settings.tsx:133
+#: src/screens/Messages/Settings.tsx:136
+#: src/screens/Moderation/index.tsx:350
+msgid "Disabled"
+msgstr ""
+
+#: src/screens/Profile/Header/EditProfileDialog.tsx:84
+#: src/view/com/composer/Composer.tsx:674
+#: src/view/com/composer/Composer.tsx:853
+msgid "Discard"
+msgstr "Escartar"
+
+#: src/screens/Profile/Header/EditProfileDialog.tsx:81
+msgid "Discard changes?"
+msgstr "¿Quies escartar los cambeos?"
+
+#: src/view/com/composer/Composer.tsx:671
+msgid "Discard draft?"
+msgstr "¿Quies escartar el borrador?"
+
+#: src/view/com/composer/Composer.tsx:845
+msgid "Discard post?"
+msgstr "¿Quies escartar la publicación?"
+
+#: src/screens/Settings/components/PwiOptOut.tsx:80
+#: src/screens/Settings/components/PwiOptOut.tsx:84
+msgid "Discourage apps from showing my account to logged-out users"
+msgstr ""
+
+#: src/view/com/posts/FollowingEmptyState.tsx:70
+#: src/view/com/posts/FollowingEndOfFeed.tsx:71
+msgid "Discover new custom feeds"
+msgstr ""
+
+#: src/view/screens/Search/Explore.tsx:389
+msgid "Discover new feeds"
+msgstr "Descubri feeds nuevos"
+
+#: src/view/screens/Feeds.tsx:758
+msgid "Discover New Feeds"
+msgstr ""
+
+#: src/components/Dialog/index.tsx:318
+msgid "Dismiss"
+msgstr ""
+
+#: src/view/com/composer/Composer.tsx:1552
+msgid "Dismiss error"
+msgstr "Escartar l'error"
+
+#: src/components/ProgressGuide/List.tsx:39
+msgid "Dismiss getting started guide"
+msgstr ""
+
+#: src/screens/Settings/AccessibilitySettings.tsx:63
+#: src/screens/Settings/AccessibilitySettings.tsx:68
+msgid "Display larger alt text badges"
+msgstr "Amosar los indicadores de testu alternativu más grandes"
+
+#: src/screens/Profile/Header/EditProfileDialog.tsx:314
+#: src/screens/Profile/Header/EditProfileDialog.tsx:320
+#: src/screens/Profile/Header/EditProfileDialog.tsx:351
+#: src/view/com/modals/EditProfile.tsx:187
+msgid "Display name"
+msgstr "Nome visible"
+
+#: src/view/com/modals/EditProfile.tsx:175
+msgid "Display Name"
+msgstr ""
+
+#: src/screens/Profile/Header/EditProfileDialog.tsx:333
+msgid "Display name is too long"
+msgstr "El nome visible ye mui llongu"
+
+#: src/screens/Profile/Header/EditProfileDialog.tsx:334
+msgid "Display name is too long. The maximum number of characters is {DISPLAY_NAME_MAX_GRAPHEMES}."
+msgstr "El nome visible ye mui llongu. El númberu máximu de caráuteres ye {DISPLAY_NAME_MAX_GRAPHEMES}."
+
+#: src/screens/Settings/components/ChangeHandleDialog.tsx:372
+#: src/screens/Settings/components/ChangeHandleDialog.tsx:374
+msgid "DNS Panel"
+msgstr "Panel de DNS"
+
+#: src/components/dialogs/MutedWords.tsx:302
+msgid "Do not apply this mute word to users you follow"
+msgstr ""
+
+#: src/view/com/composer/labels/LabelsBtn.tsx:174
+#~ msgid "Does not contain adult content."
+#~ msgstr ""
+
+#: src/view/com/composer/labels/LabelsBtn.tsx:213
+#~ msgid "Does not contain graphic or disturbing content."
+#~ msgstr ""
+
+#: src/lib/moderation/useGlobalLabelStrings.ts:39
+msgid "Does not include nudity."
+msgstr "Nun inclúin desnudos."
+
+#: src/screens/Signup/StepHandle.tsx:159
+msgid "Doesn't begin or end with a hyphen"
+msgstr "Nun comienza nin acaba per un guión"
+
+#: src/view/com/modals/ChangeHandle.tsx:468
+#~ msgid "Domain Value"
+#~ msgstr ""
+
+#: src/screens/Settings/components/ChangeHandleDialog.tsx:487
+msgid "Domain verified!"
+msgstr "¡Verificóse'l dominiu!"
+
+#: src/components/dialogs/BirthDateSettings.tsx:118
+#: src/components/dialogs/BirthDateSettings.tsx:124
+#: src/components/forms/DateField/index.tsx:77
+#: src/components/forms/DateField/index.tsx:83
+#: src/screens/Onboarding/StepProfile/index.tsx:330
+#: src/screens/Onboarding/StepProfile/index.tsx:333
+#: src/screens/Settings/components/AddAppPasswordDialog.tsx:215
+#: src/screens/Settings/components/AddAppPasswordDialog.tsx:222
+#: src/view/com/auth/server-input/index.tsx:170
+#: src/view/com/auth/server-input/index.tsx:171
+#: src/view/com/composer/labels/LabelsBtn.tsx:224
+#: src/view/com/composer/labels/LabelsBtn.tsx:231
+#: src/view/com/composer/videos/SubtitleDialog.tsx:169
+#: src/view/com/composer/videos/SubtitleDialog.tsx:179
+#: src/view/com/modals/CropImage.web.tsx:112
+#: src/view/com/modals/InviteCodes.tsx:81
+#: src/view/com/modals/InviteCodes.tsx:124
+#: src/view/com/modals/ListAddRemoveUsers.tsx:143
+msgid "Done"
+msgstr "Fecho"
+
+#: src/view/com/modals/ListAddRemoveUsers.tsx:145
+#: src/view/com/modals/UserAddRemoveLists.tsx:113
+#: src/view/com/modals/UserAddRemoveLists.tsx:116
+msgctxt "action"
+msgid "Done"
+msgstr "Fecho"
+
+#: src/view/com/modals/lang-settings/ConfirmLanguagesButton.tsx:42
+msgid "Done{extraText}"
+msgstr ""
+
+#: src/components/Dialog/index.tsx:319
+msgid "Double tap to close the dialog"
+msgstr ""
+
+#: src/screens/StarterPack/StarterPackLandingScreen.tsx:317
+msgid "Download Bluesky"
+msgstr ""
+
+#: src/screens/Settings/components/ExportCarDialog.tsx:77
+#: src/screens/Settings/components/ExportCarDialog.tsx:82
+msgid "Download CAR file"
+msgstr "Baxar el ficheru CAR"
+
+#: src/view/com/composer/text-input/TextInput.web.tsx:342
+msgid "Drop to add images"
+msgstr ""
+
+#: src/components/dialogs/MutedWords.tsx:153
+msgid "Duration:"
+msgstr "Duración:"
+
+#: src/screens/Settings/components/ChangeHandleDialog.tsx:209
+msgid "e.g. alice"
+msgstr ""
+
+#: src/screens/Profile/Header/EditProfileDialog.tsx:321
+msgid "e.g. Alice Lastname"
+msgstr ""
+
+#: src/view/com/modals/EditProfile.tsx:180
+msgid "e.g. Alice Roberts"
+msgstr ""
+
+#: src/screens/Settings/components/ChangeHandleDialog.tsx:356
+msgid "e.g. alice.com"
+msgstr ""
+
+#: src/view/com/modals/EditProfile.tsx:198
+msgid "e.g. Artist, dog-lover, and avid reader."
+msgstr ""
+
+#: src/lib/moderation/useGlobalLabelStrings.ts:43
+msgid "E.g. artistic nudes."
+msgstr ""
+
+#: src/view/com/modals/CreateOrEditList.tsx:263
+msgid "e.g. Great Posters"
+msgstr ""
+
+#: src/view/com/modals/CreateOrEditList.tsx:264
+msgid "e.g. Spammers"
+msgstr ""
+
+#: src/view/com/modals/CreateOrEditList.tsx:292
+msgid "e.g. The posters who never miss."
+msgstr ""
+
+#: src/view/com/modals/CreateOrEditList.tsx:293
+msgid "e.g. Users that repeatedly reply with ads."
+msgstr ""
+
+#: src/view/com/modals/InviteCodes.tsx:97
+msgid "Each code works once. You'll receive more invite codes periodically."
+msgstr ""
+
+#: src/screens/Settings/AccountSettings.tsx:104
+#: src/screens/StarterPack/StarterPackScreen.tsx:574
+#: src/screens/StarterPack/Wizard/index.tsx:560
+#: src/screens/StarterPack/Wizard/index.tsx:567
+#: src/view/screens/Feeds.tsx:386
+#: src/view/screens/Feeds.tsx:454
+msgid "Edit"
+msgstr "Editar"
+
+#: src/view/com/lists/ListMembers.tsx:146
+msgctxt "action"
+msgid "Edit"
+msgstr ""
+
+#: src/view/com/util/UserAvatar.tsx:347
+#: src/view/com/util/UserBanner.tsx:95
+msgid "Edit avatar"
+msgstr ""
+
+#: src/components/StarterPack/Wizard/WizardEditListDialog.tsx:111
+msgid "Edit Feeds"
+msgstr ""
+
+#: src/view/com/composer/photos/EditImageDialog.web.tsx:58
+#: src/view/com/composer/photos/EditImageDialog.web.tsx:62
+#: src/view/com/composer/photos/Gallery.tsx:194
+msgid "Edit image"
+msgstr ""
+
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:623
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:636
+msgid "Edit interaction settings"
+msgstr "Editar la configuración de les interaiciones"
+
+#: src/view/screens/ProfileList.tsx:518
+msgid "Edit list details"
+msgstr ""
+
+#: src/view/com/modals/CreateOrEditList.tsx:230
+msgid "Edit Moderation List"
+msgstr ""
+
+#: src/Navigation.tsx:294
+#: src/view/screens/Feeds.tsx:384
+#: src/view/screens/Feeds.tsx:452
+#: src/view/screens/SavedFeeds.tsx:116
+msgid "Edit My Feeds"
+msgstr ""
+
+#: src/view/com/modals/EditProfile.tsx:147
+msgid "Edit my profile"
+msgstr ""
+
+#: src/components/StarterPack/Wizard/WizardEditListDialog.tsx:109
+msgid "Edit People"
+msgstr ""
+
+#: src/components/dialogs/PostInteractionSettingsDialog.tsx:66
+#: src/components/dialogs/PostInteractionSettingsDialog.tsx:204
+msgid "Edit post interaction settings"
+msgstr ""
+
+#: src/screens/Profile/Header/EditProfileDialog.tsx:269
+#: src/screens/Profile/Header/EditProfileDialog.tsx:275
+#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:186
+#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:179
+msgid "Edit profile"
+msgstr "Edición del perfil"
+
+#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:189
+#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:182
+msgid "Edit Profile"
+msgstr "Editar el perfil"
+
+#: src/screens/StarterPack/StarterPackScreen.tsx:566
+msgid "Edit starter pack"
+msgstr ""
+
+#: src/view/com/modals/CreateOrEditList.tsx:225
+msgid "Edit User List"
+msgstr "Edición de la llista d'usuarios"
+
+#: src/components/WhoCanReply.tsx:87
+msgid "Edit who can reply"
+msgstr ""
+
+#: src/view/com/modals/EditProfile.tsx:188
+msgid "Edit your display name"
+msgstr ""
+
+#: src/view/com/modals/EditProfile.tsx:206
+msgid "Edit your profile description"
+msgstr ""
+
+#: src/Navigation.tsx:408
+msgid "Edit your starter pack"
+msgstr ""
+
+#: src/screens/Onboarding/index.tsx:31
+#: src/screens/Onboarding/state.ts:88
+msgid "Education"
+msgstr "Educación"
+
+#: src/screens/Settings/AccountSettings.tsx:52
+#: src/screens/Signup/StepInfo/index.tsx:170
+#: src/view/com/modals/ChangeEmail.tsx:136
+msgid "Email"
+msgstr "Direición de corréu"
+
+#: src/screens/Settings/components/DisableEmail2FADialog.tsx:64
+msgid "Email 2FA disabled"
+msgstr ""
+
+#: src/screens/Settings/PrivacyAndSecuritySettings.tsx:46
+msgid "Email 2FA enabled"
+msgstr ""
+
+#: src/screens/Login/ForgotPasswordForm.tsx:93
+msgid "Email address"
+msgstr ""
+
+#: src/components/intents/VerifyEmailIntentDialog.tsx:104
+msgid "Email Resent"
+msgstr ""
+
+#: src/view/com/modals/ChangeEmail.tsx:54
+#: src/view/com/modals/ChangeEmail.tsx:83
+msgid "Email updated"
+msgstr ""
+
+#: src/view/com/modals/ChangeEmail.tsx:106
+msgid "Email Updated"
+msgstr ""
+
+#: src/view/com/modals/VerifyEmail.tsx:85
+msgid "Email verified"
+msgstr ""
+
+#: src/components/intents/VerifyEmailIntentDialog.tsx:79
+msgid "Email Verified"
+msgstr ""
+
+#: src/view/screens/Settings/index.tsx:320
+#~ msgid "Email:"
+#~ msgstr ""
+
+#: src/components/dialogs/Embed.tsx:113
+msgid "Embed HTML code"
+msgstr ""
+
+#: src/components/dialogs/Embed.tsx:97
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:451
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:453
+msgid "Embed post"
+msgstr "Incrustar la publicación"
+
+#: src/components/dialogs/Embed.tsx:101
+msgid "Embed this post in your website. Simply copy the following snippet and paste it into the HTML code of your website."
+msgstr ""
+
+#: src/view/com/util/post-embeds/VideoEmbedInner/VideoEmbedInnerWeb.tsx:57
+msgid "Embedded video player"
+msgstr ""
+
+#: src/screens/Settings/components/Email2FAToggle.tsx:56
+#: src/screens/Settings/components/Email2FAToggle.tsx:60
+msgid "Enable"
+msgstr ""
+
+#: src/components/dialogs/EmbedConsent.tsx:100
+msgid "Enable {0} only"
+msgstr "Activar namás «{0}»"
+
+#: src/screens/Moderation/index.tsx:337
+msgid "Enable adult content"
+msgstr "Activar el conteníu p'adultos"
+
+#: src/screens/Settings/components/Email2FAToggle.tsx:53
+msgid "Enable Email 2FA"
+msgstr ""
+
+#: src/components/dialogs/EmbedConsent.tsx:81
+#: src/components/dialogs/EmbedConsent.tsx:88
+msgid "Enable external media"
+msgstr "Activar el conteníu multimedia esternu"
+
+#: src/screens/Settings/ExternalMediaPreferences.tsx:43
+msgid "Enable media players for"
+msgstr "Activar los reproductores multimedia de:"
+
+#: src/screens/Settings/NotificationSettings.tsx:60
+#: src/screens/Settings/NotificationSettings.tsx:63
+msgid "Enable priority notifications"
+msgstr ""
+
+#: src/view/com/util/post-embeds/VideoEmbedInner/web-controls/VideoControls.tsx:387
+msgid "Enable subtitles"
+msgstr ""
+
+#: src/components/dialogs/EmbedConsent.tsx:93
+msgid "Enable this source only"
+msgstr ""
+
+#: src/screens/Messages/Settings.tsx:124
+#: src/screens/Messages/Settings.tsx:127
+#: src/screens/Moderation/index.tsx:348
+msgid "Enabled"
+msgstr ""
+
+#: src/screens/Profile/Sections/Feed.tsx:114
+msgid "End of feed"
+msgstr "Fin del feed"
+
+#: src/view/com/composer/videos/SubtitleDialog.tsx:159
+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 ""
+
+#: src/screens/Login/SetNewPasswordForm.tsx:133
+msgid "Enter a password"
+msgstr ""
+
+#: src/components/dialogs/MutedWords.tsx:127
+#: src/components/dialogs/MutedWords.tsx:128
+msgid "Enter a word or tag"
+msgstr ""
+
+#: src/components/dialogs/VerifyEmailDialog.tsx:89
+msgid "Enter Code"
+msgstr "Introducción d'un códigu"
+
+#: src/view/com/modals/VerifyEmail.tsx:113
+msgid "Enter Confirmation Code"
+msgstr ""
+
+#: src/view/com/util/post-embeds/VideoEmbedInner/web-controls/VideoControls.tsx:405
+msgid "Enter fullscreen"
+msgstr ""
+
+#: src/view/com/modals/ChangePassword.tsx:154
+msgid "Enter the code you received to change your password."
+msgstr "Introduz el códigu que recibiesti pa camudar la contraseña."
+
+#: src/screens/Settings/components/ChangeHandleDialog.tsx:350
+msgid "Enter the domain you want to use"
+msgstr "Introduz el dominiu que quies usar"
+
+#: src/screens/Login/ForgotPasswordForm.tsx:113
+msgid "Enter the email you used to create your account. We'll send you a \"reset code\" so you can set a new password."
+msgstr ""
+
+#: src/components/dialogs/BirthDateSettings.tsx:107
+msgid "Enter your birth date"
+msgstr ""
+
+#: src/screens/Login/ForgotPasswordForm.tsx:99
+#: src/screens/Signup/StepInfo/index.tsx:182
+msgid "Enter your email address"
+msgstr ""
+
+#: src/view/com/modals/ChangeEmail.tsx:42
+msgid "Enter your new email above"
+msgstr ""
+
+#: src/view/com/modals/ChangeEmail.tsx:112
+msgid "Enter your new email address below."
+msgstr "Introduz abaxo la to direición de corréu nueva."
+
+#: src/screens/Login/index.tsx:98
+msgid "Enter your username and password"
+msgstr ""
+
+#: src/view/com/composer/Composer.tsx:1637
+msgid "Error"
+msgstr "Error"
+
+#: src/screens/Settings/components/ExportCarDialog.tsx:47
+msgid "Error occurred while saving file"
+msgstr "Prodúxose un error mentanto se guardaba'l ficheru"
+
+#: src/screens/Signup/StepCaptcha/index.tsx:56
+msgid "Error receiving captcha response."
+msgstr ""
+
+#: src/screens/Onboarding/StepInterests/index.tsx:183
+#: src/view/screens/Search/Search.tsx:122
+msgid "Error:"
+msgstr "Error:"
+
+#: src/components/dialogs/PostInteractionSettingsDialog.tsx:368
+msgid "Everybody"
+msgstr "Tol mundu"
+
+#: src/components/WhoCanReply.tsx:67
+msgid "Everybody can reply"
+msgstr "Tol mundu pue responder"
+
+#: src/components/WhoCanReply.tsx:213
+msgid "Everybody can reply to this post."
+msgstr ""
+
+#: src/screens/Messages/Settings.tsx:77
+#: src/screens/Messages/Settings.tsx:80
+msgid "Everyone"
+msgstr "Tol mundu"
+
+#: src/lib/moderation/useReportOptions.ts:73
+msgid "Excessive mentions or replies"
+msgstr "Menciones o rempuestes escesives"
+
+#: src/lib/moderation/useReportOptions.ts:86
+msgid "Excessive or unwanted messages"
+msgstr "Mensaxes escesivos o non deseaos"
+
+#: src/components/dialogs/MutedWords.tsx:311
+msgid "Exclude users you follow"
+msgstr ""
+
+#: src/components/dialogs/MutedWords.tsx:514
+msgid "Excludes users you follow"
+msgstr ""
+
+#: src/view/com/util/post-embeds/VideoEmbedInner/web-controls/VideoControls.tsx:404
+msgid "Exit fullscreen"
+msgstr ""
+
+#: src/view/com/modals/DeleteAccount.tsx:294
+msgid "Exits account deletion process"
+msgstr "Cola del procesu pa desaniciar la cuenta"
+
+#: src/view/com/modals/ChangeHandle.tsx:138
+#~ msgid "Exits handle change process"
+#~ msgstr ""
+
+#: src/view/com/modals/CropImage.web.tsx:95
+msgid "Exits image cropping process"
+msgstr ""
+
+#: src/view/com/lightbox/Lightbox.web.tsx:108
+msgid "Exits image view"
+msgstr ""
+
+#: src/view/com/modals/ListAddRemoveUsers.tsx:89
+msgid "Exits inputting search query"
+msgstr ""
+
+#: src/view/com/lightbox/Lightbox.web.tsx:182
+msgid "Expand alt text"
+msgstr ""
+
+#: src/view/com/notifications/FeedItem.tsx:401
+msgid "Expand list of users"
+msgstr ""
+
+#: src/view/com/composer/ComposerReplyTo.tsx:70
+#: src/view/com/composer/ComposerReplyTo.tsx:73
+msgid "Expand or collapse the full post you are replying to"
+msgstr ""
+
+#: src/lib/api/index.ts:400
+msgid "Expected uri to resolve to a record"
+msgstr ""
+
+#: src/screens/Settings/FollowingFeedPreferences.tsx:115
+#: src/screens/Settings/ThreadPreferences.tsx:129
+msgid "Experimental"
+msgstr "Configuración esperimental"
+
+#: src/view/screens/NotificationsSettings.tsx:78
+#~ msgid "Experimental: When this preference is enabled, you'll only receive reply and quote notifications from users you follow. We'll continue to add more controls here over time."
+#~ msgstr ""
+
+#: src/components/dialogs/MutedWords.tsx:500
+msgid "Expired"
+msgstr ""
+
+#: src/components/dialogs/MutedWords.tsx:502
+msgid "Expires {0}"
+msgstr ""
+
+#: src/lib/moderation/useGlobalLabelStrings.ts:47
+msgid "Explicit or potentially disturbing media."
+msgstr ""
+
+#: src/lib/moderation/useGlobalLabelStrings.ts:35
+msgid "Explicit sexual images."
+msgstr "Imáxenes sexuales esplícites."
+
+#: src/screens/Settings/AccountSettings.tsx:129
+#: src/screens/Settings/AccountSettings.tsx:133
+msgid "Export my data"
+msgstr "Esportación de los mios datos"
+
+#: src/screens/Settings/components/ExportCarDialog.tsx:62
+msgid "Export My Data"
+msgstr "Esportar los mios datos"
+
+#: src/screens/Settings/ContentAndMediaSettings.tsx:73
+#: src/screens/Settings/ContentAndMediaSettings.tsx:76
+msgid "External media"
+msgstr "Conteníu multimedia esternu"
+
+#: src/components/dialogs/EmbedConsent.tsx:54
+#: src/components/dialogs/EmbedConsent.tsx:58
+msgid "External Media"
+msgstr "Conteníu multimedia esternu"
+
+#: src/components/dialogs/EmbedConsent.tsx:70
+#: src/screens/Settings/ExternalMediaPreferences.tsx:34
+msgid "External media may allow websites to collect information about you and your device. No information is sent or requested until you press the \"play\" button."
+msgstr "El conteníu multimedia esternu pue permitir que los sitios web recueyan información de ti y del preséu. Nun s'unvia nin se solicita nenguna información hasta que nun primas el botón «Reproducir»."
+
+#: src/Navigation.tsx:313
+#: src/screens/Settings/ExternalMediaPreferences.tsx:29
+msgid "External Media Preferences"
+msgstr "Preferencies del conteníu multimedia esternu"
+
+#: src/view/screens/Settings/index.tsx:637
+#~ msgid "External media settings"
+#~ msgstr ""
+
+#: src/screens/Settings/components/ChangeHandleDialog.tsx:552
+msgid "Failed to change handle. Please try again."
+msgstr "El cambéu del identificador falló. Volvi tentalo."
+
+#: src/view/com/modals/AddAppPasswords.tsx:119
+#: src/view/com/modals/AddAppPasswords.tsx:123
+#~ msgid "Failed to create app password."
+#~ msgstr ""
+
+#: src/screens/Settings/components/AddAppPasswordDialog.tsx:173
+msgid "Failed to create app password. Please try again."
+msgstr "La creación de la contraseña d'aplicación falló. Volvi tentalo."
+
+#: src/screens/StarterPack/Wizard/index.tsx:238
+#: src/screens/StarterPack/Wizard/index.tsx:246
+msgid "Failed to create starter pack"
+msgstr "La creación del paquete d'iniciación falló"
+
+#: src/view/com/modals/CreateOrEditList.tsx:186
+msgid "Failed to create the list. Check your internet connection and try again."
+msgstr "La creación de la llista falló. Comprueba la conexón a internet y volvi tentalo."
+
+#: src/components/dms/MessageMenu.tsx:73
+msgid "Failed to delete message"
+msgstr "El desaniciu del mensaxe falló"
+
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:195
+msgid "Failed to delete post, please try again"
+msgstr "El desaniciu de la publicación falló. Volvi tentalo"
+
+#: src/screens/StarterPack/StarterPackScreen.tsx:698
+msgid "Failed to delete starter pack"
+msgstr "El desaniciu del paquete d'iniciación falló"
+
+#: src/view/screens/Search/Explore.tsx:427
+#: src/view/screens/Search/Explore.tsx:455
+msgid "Failed to load feeds preferences"
+msgstr "La carga de les preferencies de los feeds falló"
+
+#: src/components/dialogs/GifSelect.tsx:225
+msgid "Failed to load GIFs"
+msgstr "La carga de los GIFs falló"
+
+#: src/screens/Messages/components/MessageListError.tsx:23
+msgid "Failed to load past messages"
+msgstr "La carga de los mensaxes anteriores falló"
+
+#: src/view/screens/Search/Explore.tsx:420
+#: src/view/screens/Search/Explore.tsx:448
+msgid "Failed to load suggested feeds"
+msgstr "La carga de los feeds suxeríos falló"
+
+#: src/view/screens/Search/Explore.tsx:378
+msgid "Failed to load suggested follows"
+msgstr "La carga de los perfiles suxeríos falló"
+
+#: src/state/queries/pinned-post.ts:75
+msgid "Failed to pin post"
+msgstr "Nun se pudo fixar la publicación"
+
+#: src/view/com/lightbox/Lightbox.tsx:46
+msgid "Failed to save image: {0}"
+msgstr "Nun se pudo guardar la imaxe: {0}"
+
+#: src/state/queries/notifications/settings.ts:39
+msgid "Failed to save notification preferences, please try again"
+msgstr "Nun se pudo guardar les preferencies de los avisos. Volvi tentalo"
+
+#: src/lib/api/index.ts:145
+#: src/lib/api/index.ts:170
+#~ msgid "Failed to save post interaction settings. Your post was created but users may be able to interact with it."
+#~ msgstr ""
+
+#: src/components/dms/MessageItem.tsx:234
+msgid "Failed to send"
+msgstr "L'unviu falló"
+
+#: src/components/moderation/LabelsOnMeDialog.tsx:229
+#: src/screens/Messages/components/ChatDisabled.tsx:87
+msgid "Failed to submit appeal, please try again."
+msgstr "L'unviu de l'apellación falló. Volvi tentalo."
+
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:224
+msgid "Failed to toggle thread mute, please try again"
+msgstr ""
+
+#: src/components/FeedCard.tsx:276
+msgid "Failed to update feeds"
+msgstr "L'anovamientu de los feeds falló"
+
+#: src/screens/Messages/Settings.tsx:36
+msgid "Failed to update settings"
+msgstr "L'anovamientu de la configuración falló"
+
+#: src/lib/media/video/upload.ts:72
+#: src/lib/media/video/upload.web.ts:74
+#: src/lib/media/video/upload.web.ts:78
+#: src/lib/media/video/upload.web.ts:88
+msgid "Failed to upload video"
+msgstr "La xuba del videu falló"
+
+#: src/screens/Settings/components/ChangeHandleDialog.tsx:340
+msgid "Failed to verify handle. Please try again."
+msgstr "La verificación del identificador falló. Volvi tentalo."
+
+#: src/Navigation.tsx:229
+msgid "Feed"
+msgstr "Feed"
+
+#: src/components/FeedCard.tsx:134
+#: src/view/com/feeds/FeedSourceCard.tsx:253
+msgid "Feed by {0}"
+msgstr "Feed de {0}"
+
+#: src/components/StarterPack/Wizard/WizardListCard.tsx:54
+msgid "Feed toggle"
+msgstr ""
+
+#: src/view/shell/desktop/RightNav.tsx:69
+#: src/view/shell/Drawer.tsx:319
+msgid "Feedback"
+msgstr ""
+
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:266
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:275
+msgid "Feedback sent!"
+msgstr "¡Unvióse la opinión!"
+
+#: src/Navigation.tsx:388
+#: src/screens/StarterPack/StarterPackScreen.tsx:183
+#: src/view/screens/Feeds.tsx:446
+#: src/view/screens/Feeds.tsx:552
+#: src/view/screens/Profile.tsx:232
+#: src/view/screens/Search/Search.tsx:537
+#: src/view/shell/desktop/LeftNav.tsx:457
+#: src/view/shell/Drawer.tsx:476
+msgid "Feeds"
+msgstr "Feeds"
+
+#: src/view/screens/SavedFeeds.tsx:205
+msgid "Feeds are custom algorithms that users build with a little coding expertise. <0/> for more information."
+msgstr "Los feeds son algoritmos personalizaos que los usuarios creen con poco conocimientu de programación. <0/> pa consiguir más información."
+
+#: src/components/FeedCard.tsx:273
+#: src/view/screens/SavedFeeds.tsx:83
+msgid "Feeds updated!"
+msgstr "¡Anováronse los feeds!"
+
+#: src/view/com/modals/ChangeHandle.tsx:468
+#~ msgid "File Contents"
+#~ msgstr ""
+
+#: src/screens/Settings/components/ExportCarDialog.tsx:43
+msgid "File saved successfully!"
+msgstr "¡El ficheru guardóse correutamente!"
+
+#: src/lib/moderation/useLabelBehaviorDescription.ts:66
+msgid "Filter from feeds"
+msgstr ""
+
+#: src/screens/Onboarding/StepFinished.tsx:292
+msgid "Finalizing"
+msgstr ""
+
+#: src/view/com/posts/CustomFeedEmptyState.tsx:48
+#: src/view/com/posts/FollowingEmptyState.tsx:53
+#: src/view/com/posts/FollowingEndOfFeed.tsx:54
+msgid "Find accounts to follow"
+msgstr ""
+
+#: src/view/screens/Search/Search.tsx:612
+msgid "Find posts and users on Bluesky"
+msgstr ""
+
+#: src/view/screens/PreferencesFollowingFeed.tsx:52
+#~ msgid "Fine-tune the content you see on your Following feed."
+#~ msgstr ""
+
+#: src/view/screens/PreferencesThreads.tsx:55
+#~ msgid "Fine-tune the discussion threads."
+#~ msgstr ""
+
+#: src/screens/StarterPack/Wizard/index.tsx:200
+msgid "Finish"
+msgstr ""
+
+#: src/screens/Onboarding/index.tsx:35
+msgid "Fitness"
+msgstr ""
+
+#: src/screens/Onboarding/StepFinished.tsx:272
+msgid "Flexible"
+msgstr "Flexible"
+
+#. User is not following this account, click to follow
+#: src/components/ProfileCard.tsx:358
+#: src/components/ProfileHoverCard/index.web.tsx:449
+#: src/components/ProfileHoverCard/index.web.tsx:460
+#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:234
+#: src/view/com/post-thread/PostThreadFollowBtn.tsx:132
+msgid "Follow"
+msgstr ""
+
+#: src/view/com/profile/FollowButton.tsx:69
+msgctxt "action"
+msgid "Follow"
+msgstr ""
+
+#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:218
+#: src/view/com/post-thread/PostThreadFollowBtn.tsx:114
+msgid "Follow {0}"
+msgstr ""
+
+#: src/view/com/posts/AviFollowButton.tsx:68
+msgid "Follow {name}"
+msgstr ""
+
+#: src/components/ProgressGuide/List.tsx:53
+msgid "Follow 7 accounts"
+msgstr ""
+
+#: src/view/com/profile/ProfileMenu.tsx:222
+#: src/view/com/profile/ProfileMenu.tsx:233
+msgid "Follow Account"
+msgstr ""
+
+#: src/screens/StarterPack/StarterPackScreen.tsx:427
+#: src/screens/StarterPack/StarterPackScreen.tsx:435
+msgid "Follow all"
+msgstr ""
+
+#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:232
+#: src/view/com/post-thread/PostThreadFollowBtn.tsx:130
+msgid "Follow Back"
+msgstr ""
+
+#: src/view/com/profile/FollowButton.tsx:78
+msgctxt "action"
+msgid "Follow Back"
+msgstr ""
+
+#: src/view/screens/Search/Explore.tsx:334
+msgid "Follow more accounts to get connected to your interests and build your network."
+msgstr ""
+
+#: src/components/KnownFollowers.tsx:231
+msgid "Followed by <0>{0}</0>"
+msgstr ""
+
+#: src/components/KnownFollowers.tsx:217
+msgid "Followed by <0>{0}</0> and {1, plural, one {# other} other {# others}}"
+msgstr ""
+
+#: src/components/KnownFollowers.tsx:204
+msgid "Followed by <0>{0}</0> and <1>{1}</1>"
+msgstr ""
+
+#: src/components/KnownFollowers.tsx:186
+msgid "Followed by <0>{0}</0>, <1>{1}</1>, and {2, plural, one {# other} other {# others}}"
+msgstr ""
+
+#: src/components/dialogs/PostInteractionSettingsDialog.tsx:407
+msgid "Followed users"
+msgstr ""
+
+#: src/view/com/notifications/FeedItem.tsx:207
+#~ msgid "followed you"
+#~ msgstr ""
+
+#: src/view/com/notifications/FeedItem.tsx:205
+#~ msgid "followed you back"
+#~ msgstr ""
+
+#: src/view/screens/ProfileFollowers.tsx:30
+#: src/view/screens/ProfileFollowers.tsx:31
+msgid "Followers"
+msgstr "Siguidores"
+
+#: src/Navigation.tsx:190
+msgid "Followers of @{0} that you know"
+msgstr "Siguidores de @{0} que conoces"
+
+#: src/screens/Profile/KnownFollowers.tsx:110
+#: src/screens/Profile/KnownFollowers.tsx:120
+msgid "Followers you know"
+msgstr "Siguidores que conoces"
+
+#. User is following this account, click to unfollow
+#: src/components/ProfileCard.tsx:352
+#: src/components/ProfileHoverCard/index.web.tsx:448
+#: src/components/ProfileHoverCard/index.web.tsx:459
+#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:230
+#: src/view/com/post-thread/PostThreadFollowBtn.tsx:135
+#: src/view/screens/Feeds.tsx:632
+#: src/view/screens/ProfileFollows.tsx:30
+#: src/view/screens/ProfileFollows.tsx:31
+#: src/view/screens/SavedFeeds.tsx:431
+msgid "Following"
+msgstr ""
+
+#: src/components/ProfileCard.tsx:318
+#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:98
+msgid "Following {0}"
+msgstr ""
+
+#: src/view/com/posts/AviFollowButton.tsx:50
+msgid "Following {name}"
+msgstr ""
+
+#: src/screens/Settings/ContentAndMediaSettings.tsx:65
+#: src/screens/Settings/ContentAndMediaSettings.tsx:68
+msgid "Following feed preferences"
+msgstr ""
+
+#: src/Navigation.tsx:300
+#: src/screens/Settings/FollowingFeedPreferences.tsx:49
+msgid "Following Feed Preferences"
+msgstr "Preferencies del feed «Siguiendo»"
+
+#: src/screens/Profile/Header/Handle.tsx:32
+msgid "Follows you"
+msgstr "Síguete"
+
+#: src/components/Pills.tsx:175
+msgid "Follows You"
+msgstr "Síguete"
+
+#: src/screens/Settings/AppearanceSettings.tsx:125
+msgid "Font"
+msgstr "Fonte"
+
+#: src/screens/Settings/AppearanceSettings.tsx:145
+msgid "Font size"
+msgstr "Tamañu de la fonte"
+
+#: src/screens/Onboarding/index.tsx:40
+#: src/screens/Onboarding/state.ts:89
+msgid "Food"
+msgstr "Alimentación"
+
+#: src/view/com/modals/DeleteAccount.tsx:129
+msgid "For security reasons, we'll need to send a confirmation code to your email address."
+msgstr "Por motivos de seguranza, tenemos d'unviate un códigu de confirmación a la to direición de corréu."
+
+#: src/screens/Settings/components/AddAppPasswordDialog.tsx:209
+msgid "For security reasons, you won't be able to view this again. If you lose this app password, you'll need to generate a new one."
+msgstr "Por motivos de seguranza, nun vas ser a volver vela. Si pierdes esta contraseña, vas tener de xenerar una nueva."
+
+#: src/view/com/modals/AddAppPasswords.tsx:233
+#~ msgid "For security reasons, you won't be able to view this again. If you lose this password, you'll need to generate a new one."
+#~ msgstr ""
+
+#: src/screens/Settings/AppearanceSettings.tsx:127
+msgid "For the best experience, we recommend using the theme font."
+msgstr "Pa tener la meyor esperiencia, aconseyamos usar la fonte del estilu."
+
+#: src/components/dialogs/MutedWords.tsx:178
+msgid "Forever"
+msgstr "Siempre"
+
+#: src/screens/Login/index.tsx:126
+#: src/screens/Login/index.tsx:141
+msgid "Forgot Password"
+msgstr "Contraseña escaecida"
+
+#: src/screens/Login/LoginForm.tsx:230
+msgid "Forgot password?"
+msgstr "¿Escaeciesti la contraseña?"
+
+#: src/screens/Login/LoginForm.tsx:241
+msgid "Forgot?"
+msgstr "¿Escaeciéstila?"
+
+#: src/lib/moderation/useReportOptions.ts:54
+msgid "Frequently Posts Unwanted Content"
+msgstr "Publica conteníu non deseáu frecuentemente"
+
+#: src/screens/Hashtag.tsx:117
+msgid "From @{sanitizedAuthor}"
+msgstr "De @{sanitizedAuthor}"
+
+#: src/view/com/posts/FeedItem.tsx:282
+msgctxt "from-feed"
+msgid "From <0/>"
+msgstr ""
+
+#: src/view/com/util/post-embeds/VideoEmbedInner/web-controls/VideoControls.tsx:404
+#~ msgid "Fullscreen"
+#~ msgstr ""
+
+#: src/view/com/composer/photos/SelectPhotoBtn.tsx:50
+msgid "Gallery"
+msgstr "Galería"
+
+#: src/components/StarterPack/ProfileStarterPacks.tsx:297
+msgid "Generate a starter pack"
+msgstr ""
+
+#: src/view/shell/Drawer.tsx:323
+msgid "Get help"
+msgstr ""
+
+#: src/view/com/modals/VerifyEmail.tsx:197
+#: src/view/com/modals/VerifyEmail.tsx:199
+msgid "Get Started"
+msgstr "Comenzar"
+
+#: src/components/ProgressGuide/List.tsx:32
+msgid "Getting started"
+msgstr "Comienzu"
+
+#: src/components/MediaPreview.tsx:122
+msgid "GIF"
+msgstr "GIF"
+
+#: src/screens/Onboarding/StepProfile/index.tsx:234
+msgid "Give your profile a face"
+msgstr "Pon cara al perfil"
+
+#: src/lib/moderation/useReportOptions.ts:39
+msgid "Glaring violations of law or terms of service"
+msgstr "Incumplimientos evidentes de la llei o de los términos del serviciu"
+
+#: src/components/moderation/ScreenHider.tsx:154
+#: src/components/moderation/ScreenHider.tsx:163
+#: src/view/com/auth/LoggedOut.tsx:72
+#: src/view/screens/NotFound.tsx:57
+#: src/view/screens/ProfileFeed.tsx:113
+#: src/view/screens/ProfileList.tsx:1029
+#: src/view/shell/desktop/LeftNav.tsx:134
+msgid "Go back"
+msgstr "Dir p'atrás"
+
+#: src/components/Error.tsx:78
+#: src/screens/List/ListHiddenScreen.tsx:210
+#: src/screens/Profile/ErrorState.tsx:62
+#: src/screens/Profile/ErrorState.tsx:66
+#: src/screens/StarterPack/StarterPackScreen.tsx:757
+#: src/view/screens/NotFound.tsx:56
+#: src/view/screens/ProfileFeed.tsx:118
+#: src/view/screens/ProfileList.tsx:1034
+msgid "Go Back"
+msgstr "Dir p'atrás"
+
+#: src/screens/Settings/components/ChangeHandleDialog.tsx:528
+msgid "Go back to previous page"
+msgstr ""
+
+#: src/components/dms/ReportDialog.tsx:149
+#: src/components/ReportDialog/SelectReportOptionView.tsx:80
+#: src/components/ReportDialog/SubmitView.tsx:109
+#: src/screens/Onboarding/Layout.tsx:103
+#: src/screens/Onboarding/Layout.tsx:192
+#: src/screens/Signup/BackNextButtons.tsx:35
+msgid "Go back to previous step"
+msgstr "Dir al pasu anterior"
+
+#: src/screens/StarterPack/Wizard/index.tsx:308
+msgid "Go back to the previous step"
+msgstr ""
+
+#: src/view/screens/NotFound.tsx:57
+msgid "Go home"
+msgstr ""
+
+#: src/view/screens/NotFound.tsx:56
+msgid "Go Home"
+msgstr ""
+
+#: src/screens/Messages/components/ChatListItem.tsx:264
+msgid "Go to conversation with {0}"
+msgstr ""
+
+#: src/screens/Login/ForgotPasswordForm.tsx:165
+#: src/view/com/modals/ChangePassword.tsx:168
+msgid "Go to next"
+msgstr ""
+
+#: src/components/dms/ConvoMenu.tsx:167
+msgid "Go to profile"
+msgstr "Dir al perfil"
+
+#: src/components/dms/ConvoMenu.tsx:164
+msgid "Go to user's profile"
+msgstr ""
+
+#: src/lib/moderation/useGlobalLabelStrings.ts:46
+#: src/view/com/composer/labels/LabelsBtn.tsx:202
+#: src/view/com/composer/labels/LabelsBtn.tsx:205
+msgid "Graphic Media"
+msgstr "Conteníu gráficu"
+
+#: src/state/shell/progress-guide.tsx:161
+msgid "Half way there!"
+msgstr ""
+
+#: src/screens/Settings/AccountSettings.tsx:118
+#: src/screens/Settings/AccountSettings.tsx:123
+msgid "Handle"
+msgstr "Identificador"
+
+#: src/screens/Settings/components/ChangeHandleDialog.tsx:556
+msgid "Handle already taken. Please try a different one."
+msgstr "L'identificador yá ta asignáu. Prueba con otru."
+
+#: src/screens/Settings/components/ChangeHandleDialog.tsx:187
+#: src/screens/Settings/components/ChangeHandleDialog.tsx:324
+msgid "Handle changed!"
+msgstr "¡L'identificador camudó!"
+
+#: src/screens/Settings/components/ChangeHandleDialog.tsx:560
+msgid "Handle too long. Please try a shorter one."
+msgstr "L'identificador ye mui llongu. Prueba con otru."
+
+#: src/screens/Settings/AccessibilitySettings.tsx:79
+msgid "Haptics"
+msgstr "Función háptica"
+
+#: src/lib/moderation/useReportOptions.ts:34
+msgid "Harassment, trolling, or intolerance"
+msgstr ""
+
+#: src/Navigation.tsx:368
+msgid "Hashtag"
+msgstr "Etiqueta"
+
+#: src/components/RichText.tsx:218
+msgid "Hashtag: #{tag}"
+msgstr "Etiqueta: #{tag}"
+
+#: src/screens/Signup/index.tsx:173
+msgid "Having trouble?"
+msgstr "¿Tienes dalgún problema?"
+
+#: src/screens/Settings/Settings.tsx:199
+#: src/screens/Settings/Settings.tsx:203
+#: src/view/shell/desktop/RightNav.tsx:98
+#: src/view/shell/Drawer.tsx:332
+msgid "Help"
+msgstr "Ayuda"
+
+#: src/screens/Onboarding/StepProfile/index.tsx:237
+msgid "Help people know you're not a bot by uploading a picture or creating an avatar."
+msgstr "Ayuda a que les persones sepan que nun yes un robó xubiendo una semeya o creando un avatar."
+
+#: src/screens/Settings/ContentAndMediaSettings.tsx:127
+msgid "Helps external sites estimate traffic from Bluesky."
+msgstr ""
+
+#: src/screens/Settings/components/AddAppPasswordDialog.tsx:187
+msgid "Here is your app password!"
+msgstr "¡Equí tienes la contraseña d'aplicación!"
+
+#: src/view/com/modals/AddAppPasswords.tsx:204
+#~ msgid "Here is your app password."
+#~ msgstr ""
+
+#: src/components/ListCard.tsx:130
+msgid "Hidden list"
+msgstr ""
+
+#: src/components/moderation/ContentHider.tsx:200
+#: src/components/moderation/LabelPreference.tsx:135
+#: src/components/moderation/PostHider.tsx:122
+#: src/lib/moderation/useLabelBehaviorDescription.ts:15
+#: src/lib/moderation/useLabelBehaviorDescription.ts:20
+#: src/lib/moderation/useLabelBehaviorDescription.ts:25
+#: src/lib/moderation/useLabelBehaviorDescription.ts:30
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:672
+msgid "Hide"
+msgstr "Esconder"
+
+#: src/view/com/notifications/FeedItem.tsx:600
+msgctxt "action"
+msgid "Hide"
+msgstr ""
+
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:523
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:529
+msgid "Hide post for me"
+msgstr ""
+
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:540
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:550
+msgid "Hide reply for everyone"
+msgstr "Esconder la rempuesta pa tol mundu"
+
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:522
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:528
+msgid "Hide reply for me"
+msgstr ""
+
+#: src/components/moderation/ContentHider.tsx:151
+#: src/components/moderation/PostHider.tsx:79
+msgid "Hide the content"
+msgstr "Esconder el conteníu"
+
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:667
+msgid "Hide this post?"
+msgstr "¿Quies esconder esta publicación?"
+
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:667
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:729
+msgid "Hide this reply?"
+msgstr "¿Quies esconder esta rempuesta?"
+
+#: src/view/com/notifications/FeedItem.tsx:591
+msgid "Hide user list"
+msgstr "Esconder la llista d'usuarios"
+
+#: src/view/com/posts/FeedErrorMessage.tsx:117
+msgid "Hmm, some kind of issue occurred when contacting the feed server. Please let the feed owner know about this issue."
+msgstr ""
+
+#: src/view/com/posts/FeedErrorMessage.tsx:105
+msgid "Hmm, the feed server appears to be misconfigured. Please let the feed owner know about this issue."
+msgstr ""
+
+#: src/view/com/posts/FeedErrorMessage.tsx:111
+msgid "Hmm, the feed server appears to be offline. Please let the feed owner know about this issue."
+msgstr ""
+
+#: src/view/com/posts/FeedErrorMessage.tsx:108
+msgid "Hmm, the feed server gave a bad response. Please let the feed owner know about this issue."
+msgstr ""
+
+#: src/view/com/posts/FeedErrorMessage.tsx:102
+msgid "Hmm, we're having trouble finding this feed. It may have been deleted."
+msgstr "Umm… Tenemos problemes p'atopar esti feed. Ye posible que lu desaniciaren."
+
+#: src/screens/Moderation/index.tsx:55
+msgid "Hmmmm, it seems we're having trouble loading this data. See below for more details. If this issue persists, please contact us."
+msgstr "Umm… Paez que tenemos problemes pa cargar estos datos. Consulta abaxo los detalles y si sigue'l problema, ponte en contautu con nós."
+
+#: src/screens/Profile/ErrorState.tsx:31
+msgid "Hmmmm, we couldn't load that moderation service."
+msgstr "Umm… Nun pudimos cargar el serviciu de moderación."
+
+#: src/view/com/composer/state/video.ts:413
+msgid "Hold up! We’re gradually giving access to video, and you’re still waiting in line. Check back soon!"
+msgstr ""
+
+#: src/Navigation.tsx:579
+#: src/Navigation.tsx:599
+#: src/view/shell/bottom-bar/BottomBar.tsx:158
+#: src/view/shell/desktop/LeftNav.tsx:401
+#: src/view/shell/Drawer.tsx:391
+msgid "Home"
+msgstr "Aniciu"
+
+#: src/screens/Settings/components/ChangeHandleDialog.tsx:397
+msgid "Host:"
+msgstr "Agospiador:"
+
+#: src/screens/Login/ForgotPasswordForm.tsx:83
+#: src/screens/Login/LoginForm.tsx:166
+#: src/screens/Signup/StepInfo/index.tsx:133
+msgid "Hosting provider"
+msgstr "Agospiador"
+
+#: src/screens/Settings/ThreadPreferences.tsx:59
+#: src/screens/Settings/ThreadPreferences.tsx:62
+msgid "Hot replies first"
+msgstr ""
+
+#: src/view/com/modals/InAppBrowserConsent.tsx:41
+msgid "How should we open this link?"
+msgstr "¿Cómo habríemos abrir esti enllaz?"
+
+#: src/screens/Settings/components/DisableEmail2FADialog.tsx:133
+#: src/screens/Settings/components/DisableEmail2FADialog.tsx:136
+#: src/view/com/modals/VerifyEmail.tsx:222
+msgid "I have a code"
+msgstr "Tengo un códigu"
+
+#: src/components/dialogs/VerifyEmailDialog.tsx:239
+#: src/components/dialogs/VerifyEmailDialog.tsx:246
+msgid "I Have a Code"
+msgstr "Tengo un códigu"
+
+#: src/view/com/modals/VerifyEmail.tsx:224
+msgid "I have a confirmation code"
+msgstr "Tengo un códigu de confirmación"
+
+#: src/screens/Settings/components/ChangeHandleDialog.tsx:260
+#: src/screens/Settings/components/ChangeHandleDialog.tsx:266
+msgid "I have my own domain"
+msgstr "Tengo un dominiu propiu"
+
+#: src/components/dms/BlockedByListDialog.tsx:57
+#: src/components/dms/ReportConversationPrompt.tsx:21
+msgid "I understand"
+msgstr "Entiéndolo"
+
+#: src/view/com/lightbox/Lightbox.web.tsx:184
+msgid "If alt text is long, toggles alt text expanded state"
+msgstr ""
+
+#: src/screens/Signup/StepInfo/Policies.tsx:110
+msgid "If you are not yet an adult according to the laws of your country, your parent or legal guardian must read these Terms on your behalf."
+msgstr "Entá nun yes una persona adulta según les lleis del to país, el to tutor llegal ha lleer estos términos nel to nome."
+
+#: src/view/screens/ProfileList.tsx:723
+msgid "If you delete this list, you won't be able to recover it."
+msgstr "Si desanicies esta llista, nun vas ser a recuperala."
+
+#: src/screens/Settings/components/ChangeHandleDialog.tsx:246
+msgid "If you have your own domain, you can use that as your handle. This lets you self-verify your identity – <0>learn more</0>."
+msgstr "Si tienes un dominiu propiu, pues usalu como identificador. Esto permítete verificar la to identidá. <0>Saber más</0>."
+
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:658
+msgid "If you remove this post, you won't be able to recover it."
+msgstr "Si quites esta publicación, nun vas ser a recuperala."
+
+#: src/view/com/modals/ChangePassword.tsx:149
+msgid "If you want to change your password, we will send you a code to verify that this is your account."
+msgstr "Si quies camudar la contraseña, vamos unviate un códigu pa verificar qu'esta cuenta ye de to."
+
+#: src/screens/Settings/components/DeactivateAccountDialog.tsx:92
+msgid "If you're trying to change your handle or email, do so before you deactivate."
+msgstr "Si tentes de camudar l'identificador o la direición de corréu, failo enantes de desactivar la cuenta."
+
+#: src/lib/moderation/useReportOptions.ts:38
+msgid "Illegal and Urgent"
+msgstr "Illegal y urxente"
+
+#: src/view/com/util/images/Gallery.tsx:71
+msgid "Image"
+msgstr "Imaxe"
+
+#: src/components/StarterPack/ShareDialog.tsx:76
+msgid "Image saved to your camera roll!"
+msgstr "¡La imaxe guardóse nel carrete!"
+
+#: src/lib/moderation/useReportOptions.ts:49
+msgid "Impersonation or false claims about identity or affiliation"
+msgstr "Suplantación d'identidá o afirmaciones falses tocante a la identidá o afiliación"
+
+#: src/lib/moderation/useReportOptions.ts:68
+msgid "Impersonation, misinformation, or false claims"
+msgstr "Suplantación d'identidá, desinformación o afirmaciones falses"
+
+#: src/lib/moderation/useReportOptions.ts:91
+msgid "Inappropriate messages or explicit links"
+msgstr "Mensaxes non afayadizos o enllaces esplícitos"
+
+#: src/screens/Login/SetNewPasswordForm.tsx:121
+msgid "Input code sent to your email for password reset"
+msgstr ""
+
+#: src/view/com/modals/DeleteAccount.tsx:247
+msgid "Input confirmation code for account deletion"
+msgstr ""
+
+#: src/view/com/modals/AddAppPasswords.tsx:175
+#~ msgid "Input name for app password"
+#~ msgstr ""
+
+#: src/screens/Login/SetNewPasswordForm.tsx:145
+msgid "Input new password"
+msgstr ""
+
+#: src/view/com/modals/DeleteAccount.tsx:266
+msgid "Input password for account deletion"
+msgstr ""
+
+#: src/screens/Login/LoginForm.tsx:270
+msgid "Input the code which has been emailed to you"
+msgstr ""
+
+#: src/screens/Login/LoginForm.tsx:200
+msgid "Input the username or email address you used at signup"
+msgstr ""
+
+#: src/screens/Login/LoginForm.tsx:225
+msgid "Input your password"
+msgstr ""
+
+#: src/view/com/modals/ChangeHandle.tsx:376
+#~ msgid "Input your preferred hosting provider"
+#~ msgstr ""
+
+#: src/screens/Signup/StepHandle.tsx:114
+msgid "Input your user handle"
+msgstr ""
+
+#: src/view/com/composer/threadgate/ThreadgateBtn.tsx:49
+msgid "Interaction limited"
+msgstr ""
+
+#: src/components/dialogs/nuxs/NeueTypography.tsx:47
+#~ msgid "Introducing new font settings"
+#~ msgstr ""
+
+#: src/screens/Login/LoginForm.tsx:142
+#: src/screens/Settings/components/DisableEmail2FADialog.tsx:70
+msgid "Invalid 2FA confirmation code."
+msgstr ""
+
+#: src/screens/Settings/components/ChangeHandleDialog.tsx:562
+msgid "Invalid handle. Please try a different one."
+msgstr "L'identificador ye inválidu. Prueba con otru."
+
+#: src/view/com/post-thread/PostThreadItem.tsx:277
+msgid "Invalid or unsupported post record"
+msgstr ""
+
+#: src/screens/Login/LoginForm.tsx:88
+#: src/screens/Login/LoginForm.tsx:147
+msgid "Invalid username or password"
+msgstr ""
+
+#: src/components/intents/VerifyEmailIntentDialog.tsx:91
+msgid "Invalid Verification Code"
+msgstr ""
+
+#: src/view/com/modals/InviteCodes.tsx:94
+msgid "Invite a Friend"
+msgstr ""
+
+#: src/screens/Signup/StepInfo/index.tsx:151
+msgid "Invite code"
+msgstr "Códigu d'invitación"
+
+#: src/screens/Signup/state.ts:258
+msgid "Invite code not accepted. Check that you input it correctly and try again."
+msgstr "Refugóse'l códigu d'invitación. Comprueba que lu introduxeres correutamente y volvi tentalo."
+
+#: src/view/com/modals/InviteCodes.tsx:171
+msgid "Invite codes: {0} available"
+msgstr "Códigos d'invitación: {0} disponibles"
+
+#: src/view/com/modals/InviteCodes.tsx:170
+msgid "Invite codes: 1 available"
+msgstr "Códigos d'invitación: 1 disponible"
+
+#: src/components/StarterPack/ShareDialog.tsx:96
+msgid "Invite people to this starter pack!"
+msgstr ""
+
+#: src/screens/StarterPack/Wizard/StepDetails.tsx:34
+msgid "Invite your friends to follow your favorite feeds and people"
+msgstr ""
+
+#: src/screens/StarterPack/Wizard/StepDetails.tsx:31
+msgid "Invites, but personal"
+msgstr ""
+
+#: src/screens/Signup/StepInfo/index.tsx:80
+msgid "It looks like you may have entered your email address incorrectly. Are you sure it's right?"
+msgstr ""
+
+#: src/screens/Signup/StepInfo/index.tsx:241
+msgid "It's correct"
+msgstr ""
+
+#: src/screens/StarterPack/Wizard/index.tsx:461
+msgid "It's just you right now! Add more people to your starter pack by searching above."
+msgstr ""
+
+#: src/view/com/composer/Composer.tsx:1571
+msgid "Job ID: {0}"
+msgstr "ID de trabayu: {0}"
+
+#: src/view/com/auth/SplashScreen.web.tsx:178
+msgid "Jobs"
+msgstr ""
+
+#: src/screens/StarterPack/StarterPackLandingScreen.tsx:201
+#: src/screens/StarterPack/StarterPackLandingScreen.tsx:207
+#: src/screens/StarterPack/StarterPackScreen.tsx:455
+#: src/screens/StarterPack/StarterPackScreen.tsx:466
+msgid "Join Bluesky"
+msgstr ""
+
+#: src/components/StarterPack/QrCode.tsx:61
+#: src/view/shell/NavSignupCard.tsx:40
+msgid "Join the conversation"
+msgstr "Xúnite a la conversación"
+
+#: src/screens/Onboarding/index.tsx:21
+#: src/screens/Onboarding/state.ts:91
+msgid "Journalism"
+msgstr "Periodismu"
+
+#: src/components/moderation/ContentHider.tsx:231
+msgid "Labeled by {0}."
+msgstr ""
+
+#: src/components/moderation/ContentHider.tsx:229
+msgid "Labeled by the author."
+msgstr ""
+
+#: src/view/com/composer/labels/LabelsBtn.tsx:75
+#: src/view/screens/Profile.tsx:226
+msgid "Labels"
+msgstr "Etiquetes"
+
+#: src/view/com/composer/labels/LabelsBtn.tsx:73
+msgid "Labels added"
+msgstr ""
+
+#: src/screens/Profile/Sections/Labels.tsx:163
+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:71
+msgid "Labels on your account"
+msgstr ""
+
+#: src/components/moderation/LabelsOnMeDialog.tsx:73
+msgid "Labels on your content"
+msgstr ""
+
+#: src/view/com/composer/select-language/SelectLangBtn.tsx:107
+msgid "Language selection"
+msgstr "Seleición de llingua"
+
+#: src/view/screens/Settings/index.tsx:497
+#~ msgid "Language settings"
+#~ msgstr ""
+
+#: src/Navigation.tsx:163
+msgid "Language Settings"
+msgstr "Configuración de llingua"
+
+#: src/screens/Settings/LanguageSettings.tsx:67
+#: src/screens/Settings/Settings.tsx:191
+#: src/screens/Settings/Settings.tsx:194
+msgid "Languages"
+msgstr "Llingües"
+
+#: src/screens/Settings/AppearanceSettings.tsx:157
+msgid "Larger"
+msgstr "Grande"
+
+#: src/screens/Hashtag.tsx:98
+#: src/view/screens/Search/Search.tsx:521
+msgid "Latest"
+msgstr "Lo último"
+
+#: src/screens/Settings/components/ChangeHandleDialog.tsx:250
+msgid "learn more"
+msgstr "saber más"
+
+#: src/components/moderation/ScreenHider.tsx:140
+msgid "Learn More"
+msgstr ""
+
+#: src/view/com/auth/SplashScreen.web.tsx:166
+msgid "Learn more about Bluesky"
+msgstr "Saber más tocante a Bluesky"
+
+#: src/view/com/auth/server-input/index.tsx:156
+msgid "Learn more about self hosting your PDS."
+msgstr ""
+
+#: src/components/moderation/ContentHider.tsx:149
+#: src/components/moderation/ContentHider.tsx:215
+msgid "Learn more about the moderation applied to this content."
+msgstr "Saber más tocante a la moderación que s'aplicó a esti conteníu."
+
+#: src/components/moderation/PostHider.tsx:100
+#: src/components/moderation/ScreenHider.tsx:127
+msgid "Learn more about this warning"
+msgstr "Saber más tocante a esta alvertencia"
+
+#: src/screens/Settings/PrivacyAndSecuritySettings.tsx:91
+#: src/screens/Settings/PrivacyAndSecuritySettings.tsx:94
+msgid "Learn more about what is public on Bluesky."
+msgstr "Saber más tocante a qué ye público en Bluesky."
+
+#: src/components/moderation/ContentHider.tsx:239
+#: src/view/com/auth/server-input/index.tsx:158
+msgid "Learn more."
+msgstr "Saber más."
+
+#: src/components/dms/LeaveConvoPrompt.tsx:49
+msgid "Leave"
+msgstr ""
+
+#: src/components/dms/MessagesListBlockedFooter.tsx:66
+#: src/components/dms/MessagesListBlockedFooter.tsx:73
+msgid "Leave chat"
+msgstr ""
+
+#: src/components/dms/ConvoMenu.tsx:138
+#: src/components/dms/ConvoMenu.tsx:141
+#: src/components/dms/ConvoMenu.tsx:208
+#: src/components/dms/ConvoMenu.tsx:211
+#: src/components/dms/LeaveConvoPrompt.tsx:45
+msgid "Leave conversation"
+msgstr "Colar de la conversación"
+
+#: src/view/com/modals/lang-settings/ContentLanguagesSettings.tsx:83
+msgid "Leave them all unchecked to see any language."
+msgstr "Nun actives nenguna pa veles toes."
+
+#: src/view/com/modals/LinkWarning.tsx:65
+msgid "Leaving Bluesky"
+msgstr ""
+
+#: src/screens/SignupQueued.tsx:141
+msgid "left to go."
+msgstr ""
+
+#: src/components/StarterPack/ProfileStarterPacks.tsx:313
+msgid "Let me choose"
+msgstr ""
+
+#: src/screens/Login/index.tsx:127
+#: src/screens/Login/index.tsx:142
+msgid "Let's get your password reset!"
+msgstr ""
+
+#: src/screens/Onboarding/StepFinished.tsx:292
+msgid "Let's go!"
+msgstr "¡Vamos!"
+
+#: src/screens/Settings/AppearanceSettings.tsx:88
+msgid "Light"
+msgstr "Claru"
+
+#: src/components/ProgressGuide/List.tsx:47
+msgid "Like 10 posts"
+msgstr "10 préstames"
+
+#: src/state/shell/progress-guide.tsx:157
+#: src/state/shell/progress-guide.tsx:162
+msgid "Like 10 posts to train the Discover feed"
+msgstr ""
+
+#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:275
+#: src/view/screens/ProfileFeed.tsx:576
+msgid "Like this feed"
+msgstr ""
+
+#: src/components/LikesDialog.tsx:85
+#: src/Navigation.tsx:234
+#: src/Navigation.tsx:239
+msgid "Liked by"
+msgstr ""
+
+#: src/screens/Post/PostLikedBy.tsx:32
+#: src/screens/Post/PostLikedBy.tsx:33
+#: src/screens/Profile/ProfileLabelerLikedBy.tsx:29
+#: src/view/screens/ProfileFeedLikedBy.tsx:30
+msgid "Liked By"
+msgstr "A quién-y prestó"
+
+#: src/view/com/notifications/FeedItem.tsx:211
+#~ msgid "liked your custom feed"
+#~ msgstr ""
+
+#: src/view/com/notifications/FeedItem.tsx:178
+#~ msgid "liked your post"
+#~ msgstr ""
+
+#: src/view/screens/Profile.tsx:231
+msgid "Likes"
+msgstr ""
+
+#: src/view/com/post-thread/PostThreadItem.tsx:217
+msgid "Likes on this post"
+msgstr ""
+
+#: src/Navigation.tsx:196
+msgid "List"
+msgstr ""
+
+#: src/view/com/modals/CreateOrEditList.tsx:241
+msgid "List Avatar"
+msgstr "Avatar de la llista"
+
+#: src/view/screens/ProfileList.tsx:422
+msgid "List blocked"
+msgstr ""
+
+#: src/components/ListCard.tsx:150
+#: src/view/com/feeds/FeedSourceCard.tsx:255
+msgid "List by {0}"
+msgstr "Llista de {0}"
+
+#: src/view/screens/ProfileList.tsx:459
+msgid "List deleted"
+msgstr ""
+
+#: src/screens/List/ListHiddenScreen.tsx:126
+msgid "List has been hidden"
+msgstr ""
+
+#: src/view/screens/ProfileList.tsx:170
+msgid "List Hidden"
+msgstr ""
+
+#: src/view/screens/ProfileList.tsx:396
+msgid "List muted"
+msgstr ""
+
+#: src/view/com/modals/CreateOrEditList.tsx:255
+msgid "List Name"
+msgstr "Nome de la llista"
+
+#: src/view/screens/ProfileList.tsx:435
+msgid "List unblocked"
+msgstr ""
+
+#: src/view/screens/ProfileList.tsx:409
+msgid "List unmuted"
+msgstr ""
+
+#: src/Navigation.tsx:133
+#: src/view/screens/Profile.tsx:227
+#: src/view/screens/Profile.tsx:234
+#: src/view/shell/desktop/LeftNav.tsx:475
+#: src/view/shell/Drawer.tsx:491
+msgid "Lists"
+msgstr "Llistes"
+
+#: src/components/dms/BlockedByListDialog.tsx:39
+msgid "Lists blocking this user:"
+msgstr ""
+
+#: src/view/screens/Search/Explore.tsx:131
+msgid "Load more"
+msgstr "Cargar más"
+
+#: src/view/screens/Search/Explore.tsx:219
+msgid "Load more suggested feeds"
+msgstr "Cargar más feeds suxeríos"
+
+#: src/view/screens/Search/Explore.tsx:217
+msgid "Load more suggested follows"
+msgstr ""
+
+#: src/view/screens/Notifications.tsx:215
+msgid "Load new notifications"
+msgstr "Cargar los avisos nuevos"
+
+#: src/screens/Profile/Sections/Feed.tsx:96
+#: src/view/com/feeds/FeedPage.tsx:132
+#: src/view/screens/ProfileFeed.tsx:499
+#: src/view/screens/ProfileList.tsx:808
+msgid "Load new posts"
+msgstr "Cargar les publicaciones nueves"
+
+#: src/view/com/composer/text-input/mobile/Autocomplete.tsx:94
+msgid "Loading..."
+msgstr "Cargando…"
+
+#: src/Navigation.tsx:259
+msgid "Log"
+msgstr "Rexistru"
+
+#: src/screens/Deactivated.tsx:209
+#: src/screens/Deactivated.tsx:215
+msgid "Log in or sign up"
+msgstr ""
+
+#: src/screens/SignupQueued.tsx:169
+#: src/screens/SignupQueued.tsx:172
+#: src/screens/SignupQueued.tsx:197
+#: src/screens/SignupQueued.tsx:200
+msgid "Log out"
+msgstr ""
+
+#: src/screens/Settings/PrivacyAndSecuritySettings.tsx:70
+msgid "Logged-out visibility"
+msgstr ""
+
+#: src/components/AccountList.tsx:65
+msgid "Login to account that is not listed"
+msgstr ""
+
+#: src/view/shell/desktop/RightNav.tsx:103
+msgid "Logo by <0/>"
+msgstr "Logotipu de: <0/>"
+
+#: src/view/shell/Drawer.tsx:629
+msgid "Logo by <0>@sawaratsuki.bsky.social</0>"
+msgstr "Logotipu de <0>@sawaratsuki.bsky.social</0>"
+
+#: src/components/RichText.tsx:219
+msgid "Long press to open tag menu for #{tag}"
+msgstr ""
+
+#: src/screens/Login/SetNewPasswordForm.tsx:110
+msgid "Looks like XXXXX-XXXXX"
+msgstr ""
+
+#: src/screens/Feeds/NoSavedFeedsOfAnyType.tsx:39
+msgid "Looks like you haven't saved any feeds! Use our recommendations or browse more below."
+msgstr "¡Paez que nun guardesti nengún feed! Usa les nueses recomendaciones o restola más abaxo."
+
+#: src/screens/Home/NoFeedsPinned.tsx:83
+msgid "Looks like you unpinned all your feeds. But don't worry, you can add some below 😄"
+msgstr "Paez que lliberesti tolos feeds. Por embargu, nun t'esmolezas porque abaxo pues amestar dalgún 😄"
+
+#: src/screens/Feeds/NoFollowingFeed.tsx:37
+msgid "Looks like you're missing a following feed. <0>Click here to add one.</0>"
+msgstr ""
+
+#: src/components/StarterPack/ProfileStarterPacks.tsx:266
+msgid "Make one for me"
+msgstr ""
+
+#: src/view/com/modals/LinkWarning.tsx:79
+msgid "Make sure this is where you intend to go!"
+msgstr ""
+
+#: src/screens/Settings/ContentAndMediaSettings.tsx:49
+#: src/screens/Settings/ContentAndMediaSettings.tsx:52
+msgid "Manage saved feeds"
+msgstr "Xestionar los feeds guardaos"
+
+#: src/components/dialogs/MutedWords.tsx:108
+msgid "Manage your muted words and tags"
+msgstr ""
+
+#: src/components/dms/ConvoMenu.tsx:151
+#: src/components/dms/ConvoMenu.tsx:158
+msgid "Mark as read"
+msgstr ""
+
+#: src/view/screens/Profile.tsx:230
+msgid "Media"
+msgstr "Conteníu multimedia"
+
+#: src/view/com/composer/labels/LabelsBtn.tsx:211
+msgid "Media that may be disturbing or inappropriate for some audiences."
+msgstr ""
+
+#: src/components/WhoCanReply.tsx:254
+msgid "mentioned users"
+msgstr ""
+
+#: src/components/dialogs/PostInteractionSettingsDialog.tsx:397
+msgid "Mentioned users"
+msgstr "Usuarios mentaos"
+
+#: src/components/Menu/index.tsx:95
+#: src/view/com/util/ViewHeader.tsx:87
+#: src/view/screens/Search/Search.tsx:882
+msgid "Menu"
+msgstr "Menú"
+
+#: src/components/dms/MessageProfileButton.tsx:82
+msgid "Message {0}"
+msgstr ""
+
+#: src/components/dms/MessageMenu.tsx:72
+#: src/screens/Messages/components/ChatListItem.tsx:165
+msgid "Message deleted"
+msgstr "Desanicióse'l mensaxe"
+
+#: src/view/com/posts/FeedErrorMessage.tsx:201
+msgid "Message from server: {0}"
+msgstr "Mensaxe del sirvidor: {0}"
+
+#: src/screens/Messages/components/MessageInput.tsx:147
+msgid "Message input field"
+msgstr ""
+
+#: src/screens/Messages/components/MessageInput.tsx:78
+#: src/screens/Messages/components/MessageInput.web.tsx:59
+msgid "Message is too long"
+msgstr "El mensaxe ye mui llongu"
+
+#: src/screens/Messages/ChatList.tsx:318
+msgid "Message settings"
+msgstr ""
+
+#: src/Navigation.tsx:594
+#: src/screens/Messages/ChatList.tsx:162
+#: src/screens/Messages/ChatList.tsx:243
+#: src/screens/Messages/ChatList.tsx:314
+msgid "Messages"
+msgstr "Mensaxes"
+
+#: src/lib/moderation/useReportOptions.ts:47
+msgid "Misleading Account"
+msgstr "Cuenta engañosa"
+
+#: src/lib/moderation/useReportOptions.ts:67
+msgid "Misleading Post"
+msgstr "Publicación engañosa"
+
+#: src/Navigation.tsx:138
+#: src/screens/Moderation/index.tsx:101
+#: src/screens/Settings/Settings.tsx:159
+#: src/screens/Settings/Settings.tsx:162
+msgid "Moderation"
+msgstr "Moderación"
+
+#: src/components/moderation/ModerationDetailsDialog.tsx:132
+msgid "Moderation details"
+msgstr ""
+
+#: src/components/ListCard.tsx:149
+#: src/view/com/modals/UserAddRemoveLists.tsx:222
+msgid "Moderation list by {0}"
+msgstr ""
+
+#: src/view/screens/ProfileList.tsx:902
+msgid "Moderation list by <0/>"
+msgstr ""
+
+#: src/view/com/modals/UserAddRemoveLists.tsx:220
+#: src/view/screens/ProfileList.tsx:900
+msgid "Moderation list by you"
+msgstr ""
+
+#: src/view/com/modals/CreateOrEditList.tsx:177
+msgid "Moderation list created"
+msgstr "Creóse la llista de moderación"
+
+#: src/view/com/modals/CreateOrEditList.tsx:163
+msgid "Moderation list updated"
+msgstr "Anovóse la llista de moderación"
+
+#: src/screens/Moderation/index.tsx:244
+msgid "Moderation lists"
+msgstr "Llistes de moderación"
+
+#: src/Navigation.tsx:143
+#: src/view/screens/ModerationModlists.tsx:72
+msgid "Moderation Lists"
+msgstr "Llistes de moderación"
+
+#: src/components/moderation/LabelPreference.tsx:247
+msgid "moderation settings"
+msgstr ""
+
+#: src/view/screens/Settings/index.tsx:522
+#~ msgid "Moderation settings"
+#~ msgstr ""
+
+#: src/Navigation.tsx:249
+msgid "Moderation states"
+msgstr ""
+
+#: src/screens/Moderation/index.tsx:213
+msgid "Moderation tools"
+msgstr "Ferramientes de moderación"
+
+#: src/components/moderation/ModerationDetailsDialog.tsx:50
+#: src/lib/moderation/useModerationCauseDescription.ts:45
+msgid "Moderator has chosen to set a general warning on the content."
+msgstr ""
+
+#: src/view/com/post-thread/PostThreadItem.tsx:633
+msgid "More"
+msgstr "Más"
+
+#: src/view/shell/desktop/Feeds.tsx:54
+msgid "More feeds"
+msgstr "Más feeds"
+
+#: src/view/com/profile/ProfileMenu.tsx:179
+#: src/view/screens/ProfileList.tsx:712
+msgid "More options"
+msgstr "Más opciones"
+
+#: src/screens/Settings/ThreadPreferences.tsx:86
+msgid "Most-liked first"
+msgstr "Lo que más presta primero"
+
+#: src/screens/Settings/ThreadPreferences.tsx:83
+msgid "Most-liked replies first"
+msgstr "Les rempuestes que más prestaron primero"
+
+#: src/screens/Onboarding/state.ts:92
+msgid "Movies"
+msgstr "Filmes"
+
+#: src/screens/Onboarding/state.ts:93
+msgid "Music"
+msgstr "Música"
+
+#: src/components/TagMenu/index.tsx:264
+msgid "Mute"
+msgstr ""
+
+#: src/view/com/util/post-embeds/VideoEmbedInner/VideoEmbedInnerNative.tsx:156
+#: src/view/com/util/post-embeds/VideoEmbedInner/web-controls/VolumeControl.tsx:95
+msgctxt "video"
+msgid "Mute"
+msgstr "Desactivar el volume"
+
+#: src/components/TagMenu/index.web.tsx:116
+msgid "Mute {truncatedTag}"
+msgstr ""
+
+#: src/view/com/profile/ProfileMenu.tsx:259
+#: src/view/com/profile/ProfileMenu.tsx:266
+msgid "Mute Account"
+msgstr ""
+
+#: src/view/screens/ProfileList.tsx:631
+msgid "Mute accounts"
+msgstr ""
+
+#: src/components/TagMenu/index.tsx:224
+msgid "Mute all {displayTag} posts"
+msgstr ""
+
+#: src/components/dms/ConvoMenu.tsx:172
+#: src/components/dms/ConvoMenu.tsx:178
+msgid "Mute conversation"
+msgstr ""
+
+#: src/components/dialogs/MutedWords.tsx:253
+msgid "Mute in:"
+msgstr ""
+
+#: src/view/screens/ProfileList.tsx:737
+msgid "Mute list"
+msgstr ""
+
+#: src/view/screens/ProfileList.tsx:732
+msgid "Mute these accounts?"
+msgstr ""
+
+#: src/components/dialogs/MutedWords.tsx:185
+msgid "Mute this word for 24 hours"
+msgstr ""
+
+#: src/components/dialogs/MutedWords.tsx:224
+msgid "Mute this word for 30 days"
+msgstr ""
+
+#: src/components/dialogs/MutedWords.tsx:209
+msgid "Mute this word for 7 days"
+msgstr ""
+
+#: src/components/dialogs/MutedWords.tsx:258
+msgid "Mute this word in post text and tags"
+msgstr ""
+
+#: src/components/dialogs/MutedWords.tsx:274
+msgid "Mute this word in tags only"
+msgstr ""
+
+#: src/components/dialogs/MutedWords.tsx:170
+msgid "Mute this word until you unmute it"
+msgstr ""
+
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:489
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:493
+msgid "Mute thread"
+msgstr ""
+
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:503
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:505
+msgid "Mute words & tags"
+msgstr ""
+
+#: src/screens/Moderation/index.tsx:259
+msgid "Muted accounts"
+msgstr ""
+
+#: src/Navigation.tsx:148
+#: src/view/screens/ModerationMutedAccounts.tsx:108
+msgid "Muted Accounts"
+msgstr ""
+
+#: src/view/screens/ModerationMutedAccounts.tsx:116
+msgid "Muted accounts have their posts removed from your feed and from your notifications. Mutes are completely private."
+msgstr ""
+
+#: src/lib/moderation/useModerationCauseDescription.ts:90
+msgid "Muted by \"{0}\""
+msgstr ""
+
+#: src/screens/Moderation/index.tsx:229
+msgid "Muted words & tags"
+msgstr ""
+
+#: src/view/screens/ProfileList.tsx:734
+msgid "Muting is private. Muted accounts can interact with you, but you will not see their posts or receive notifications from them."
+msgstr ""
+
+#: src/components/dialogs/BirthDateSettings.tsx:34
+#: src/components/dialogs/BirthDateSettings.tsx:37
+msgid "My Birthday"
+msgstr "El mio aniversariu"
+
+#: src/view/screens/Feeds.tsx:732
+msgid "My Feeds"
+msgstr "Los mios feeds"
+
+#: src/view/shell/desktop/LeftNav.tsx:85
+msgid "My Profile"
+msgstr ""
+
+#: src/view/screens/Settings/index.tsx:583
+#~ msgid "My saved feeds"
+#~ msgstr ""
+
+#: src/view/screens/Settings/index.tsx:589
+#~ msgid "My Saved Feeds"
+#~ msgstr ""
+
+#: src/view/com/modals/CreateOrEditList.tsx:270
+msgid "Name"
+msgstr "Nome"
+
+#: src/view/com/modals/CreateOrEditList.tsx:135
+msgid "Name is required"
+msgstr "El nome ye obligatoriu"
+
+#: src/lib/moderation/useReportOptions.ts:59
+#: 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 nome o la descripción incumplen los estándares de la comunidá"
+
+#: src/screens/Onboarding/index.tsx:22
+#: src/screens/Onboarding/state.ts:94
+msgid "Nature"
+msgstr "Natura"
+
+#: src/components/StarterPack/StarterPackCard.tsx:124
+msgid "Navigate to {0}"
+msgstr ""
+
+#: src/screens/Login/ForgotPasswordForm.tsx:166
+#: src/screens/Login/LoginForm.tsx:316
+#: src/view/com/modals/ChangePassword.tsx:169
+msgid "Navigates to the next screen"
+msgstr ""
+
+#: src/view/shell/Drawer.tsx:72
+msgid "Navigates to your profile"
+msgstr ""
+
+#: src/components/dialogs/VerifyEmailDialog.tsx:196
+msgid "Need to change it?"
+msgstr "¿Precises camudala?"
+
+#: src/components/ReportDialog/SelectReportOptionView.tsx:130
+msgid "Need to report a copyright violation?"
+msgstr "¿Precises informar d'un incumplimientu de derechos d'autor?"
+
+#: src/screens/Onboarding/StepFinished.tsx:260
+msgid "Never lose access to your followers or data."
+msgstr ""
+
+#: src/screens/Settings/components/ChangeHandleDialog.tsx:532
+msgid "Nevermind, create a handle for me"
+msgstr ""
+
+#: src/view/screens/Lists.tsx:96
+msgctxt "action"
+msgid "New"
+msgstr ""
+
+#: src/view/screens/ModerationModlists.tsx:92
+msgid "New"
+msgstr ""
+
+#: src/components/dms/dialogs/NewChatDialog.tsx:65
+#: src/screens/Messages/ChatList.tsx:328
+#: src/screens/Messages/ChatList.tsx:335
+msgid "New chat"
+msgstr "Charra nueva"
+
+#: src/components/dialogs/nuxs/NeueTypography.tsx:51
+#~ msgid "New font settings ✨"
+#~ msgstr ""
+
+#: src/screens/Settings/components/ChangeHandleDialog.tsx:200
+#: src/screens/Settings/components/ChangeHandleDialog.tsx:208
+#: src/screens/Settings/components/ChangeHandleDialog.tsx:355
+msgid "New handle"
+msgstr "Identificador nuevu"
+
+#: src/components/dms/NewMessagesPill.tsx:92
+msgid "New messages"
+msgstr "Mensaxes nuevos"
+
+#: src/view/com/modals/CreateOrEditList.tsx:232
+msgid "New Moderation List"
+msgstr "Llista de moderación nueva"
+
+#: src/view/com/modals/ChangePassword.tsx:213
+msgid "New password"
+msgstr "Contraseña nueva"
+
+#: src/view/com/modals/ChangePassword.tsx:218
+msgid "New Password"
+msgstr "Contraseña nueva"
+
+#: src/view/com/feeds/FeedPage.tsx:143
+msgctxt "action"
+msgid "New post"
+msgstr "publicación nueva"
+
+#: src/view/screens/Feeds.tsx:582
+#: src/view/screens/Notifications.tsx:224
+#: src/view/screens/Profile.tsx:496
+#: src/view/screens/ProfileFeed.tsx:433
+#: src/view/screens/ProfileList.tsx:248
+#: src/view/screens/ProfileList.tsx:287
+msgid "New post"
+msgstr "publicación nueva"
+
+#: src/view/shell/desktop/LeftNav.tsx:322
+msgctxt "action"
+msgid "New Post"
+msgstr "publicación nueva"
+
+#: src/components/NewskieDialog.tsx:83
+msgid "New user info dialog"
+msgstr ""
+
+#: src/view/com/modals/CreateOrEditList.tsx:227
+msgid "New User List"
+msgstr "Llista d'usuarios nueva"
+
+#: src/screens/Settings/ThreadPreferences.tsx:75
+#: src/screens/Settings/ThreadPreferences.tsx:78
+msgid "Newest replies first"
+msgstr "Les rempuestes nueves primero"
+
+#: src/screens/Onboarding/index.tsx:20
+#: src/screens/Onboarding/state.ts:95
+msgid "News"
+msgstr "Noticies"
+
+#: src/screens/Login/ForgotPasswordForm.tsx:137
+#: src/screens/Login/ForgotPasswordForm.tsx:143
+#: src/screens/Login/LoginForm.tsx:315
+#: src/screens/Login/LoginForm.tsx:322
+#: src/screens/Login/SetNewPasswordForm.tsx:168
+#: src/screens/Login/SetNewPasswordForm.tsx:174
+#: src/screens/Settings/components/AddAppPasswordDialog.tsx:157
+#: src/screens/Settings/components/AddAppPasswordDialog.tsx:165
+#: src/screens/Signup/BackNextButtons.tsx:67
+#: src/screens/StarterPack/Wizard/index.tsx:192
+#: src/screens/StarterPack/Wizard/index.tsx:196
+#: src/screens/StarterPack/Wizard/index.tsx:367
+#: src/screens/StarterPack/Wizard/index.tsx:374
+#: src/view/com/modals/ChangePassword.tsx:254
+#: src/view/com/modals/ChangePassword.tsx:256
+msgid "Next"
+msgstr "Siguiente"
+
+#: src/view/com/lightbox/Lightbox.web.tsx:167
+msgid "Next image"
+msgstr "Imaxe siguiente"
+
+#: src/view/screens/PreferencesFollowingFeed.tsx:71
+#: src/view/screens/PreferencesFollowingFeed.tsx:97
+#: src/view/screens/PreferencesFollowingFeed.tsx:132
+#: src/view/screens/PreferencesFollowingFeed.tsx:169
+#: src/view/screens/PreferencesThreads.tsx:101
+#: src/view/screens/PreferencesThreads.tsx:124
+#~ msgid "No"
+#~ msgstr ""
+
+#: src/screens/Settings/AppPasswords.tsx:100
+msgid "No app passwords yet"
+msgstr "Nun hai nenguna contraseña d'aplicación"
+
+#: src/view/screens/ProfileFeed.tsx:565
+#: src/view/screens/ProfileList.tsx:882
+msgid "No description"
+msgstr ""
+
+#: src/screens/Settings/components/ChangeHandleDialog.tsx:377
+#: src/screens/Settings/components/ChangeHandleDialog.tsx:379
+msgid "No DNS Panel"
+msgstr ""
+
+#: src/components/dialogs/GifSelect.tsx:231
+msgid "No featured GIFs found. There may be an issue with Tenor."
+msgstr "Nun s'atopó nengún GIF destacáu. Pue haber dalgún problema con Tenor."
+
+#: src/screens/StarterPack/Wizard/StepFeeds.tsx:118
+msgid "No feeds found. Try searching for something else."
+msgstr "Nun s'atopó nengún feed. Prueba a buscar otra cosa."
+
+#: src/components/LikedByList.tsx:78
+#: src/view/com/post-thread/PostLikedBy.tsx:85
+msgid "No likes yet"
+msgstr "Nun hai nengún préstame"
+
+#: src/components/ProfileCard.tsx:338
+#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:119
+msgid "No longer following {0}"
+msgstr "Yá nun sigues a {0}"
+
+#: src/screens/Signup/StepHandle.tsx:169
+msgid "No longer than 253 characters"
+msgstr ""
+
+#: src/screens/Messages/components/ChatListItem.tsx:116
+msgid "No messages yet"
+msgstr "Nun hai nengún mensaxe"
+
+#: src/screens/Messages/ChatList.tsx:271
+msgid "No more conversations to show"
+msgstr "Nun hai más conversaciones p'amosar"
+
+#: src/view/com/notifications/Feed.tsx:121
+msgid "No notifications yet!"
+msgstr "¡Nun hai nengún avisu!"
+
+#: src/screens/Messages/Settings.tsx:95
+#: src/screens/Messages/Settings.tsx:98
+msgid "No one"
+msgstr "Naide"
+
+#: src/components/WhoCanReply.tsx:237
+msgid "No one but the author can quote this post."
+msgstr "Naide más que l'autor pue citar esta publicación."
+
+#: src/screens/Profile/Sections/Feed.tsx:65
+msgid "No posts yet."
+msgstr "Nun hai nenguna publicación."
+
+#: src/view/com/post-thread/PostQuotes.tsx:106
+msgid "No quotes yet"
+msgstr "Nun hai nenguna cita"
+
+#: src/view/com/post-thread/PostRepostedBy.tsx:78
+msgid "No reposts yet"
+msgstr "Nun hai nenguna republicación"
+
+#: src/view/com/composer/text-input/mobile/Autocomplete.tsx:94
+#: src/view/com/composer/text-input/web/Autocomplete.tsx:195
+msgid "No result"
+msgstr "Nun hai nengún resultáu"
+
+#: src/components/dms/dialogs/SearchablePeopleList.tsx:199
+msgid "No results"
+msgstr "Nun hai nengún resultáu"
+
+#: src/components/Lists.tsx:215
+msgid "No results found"
+msgstr "Nun s'atopó nengún resultáu"
+
+#: src/view/screens/Feeds.tsx:513
+msgid "No results found for \"{query}\""
+msgstr "Nun s'atopó nengún resultáu pa: {query}"
+
+#: src/view/com/modals/ListAddRemoveUsers.tsx:128
+#: src/view/screens/Search/Search.tsx:239
+#: src/view/screens/Search/Search.tsx:278
+#: src/view/screens/Search/Search.tsx:324
+msgid "No results found for {query}"
+msgstr "Nun s'atopó nengún resultáu pa: {query}"
+
+#: src/components/dialogs/GifSelect.tsx:229
+msgid "No search results found for \"{search}\"."
+msgstr "Nun s'atopó nengún resultáu de busca pa «{search}»."
+
+#: src/view/com/composer/labels/LabelsBtn.tsx:129
+#~ msgid "No self-labels can be applied to this post because it contains no media."
+#~ msgstr ""
+
+#: src/components/dialogs/EmbedConsent.tsx:104
+#: src/components/dialogs/EmbedConsent.tsx:111
+msgid "No thanks"
+msgstr "Non, gracies"
+
+#: src/components/dialogs/PostInteractionSettingsDialog.tsx:379
+msgid "Nobody"
+msgstr "Naide"
+
+#: src/components/LikedByList.tsx:80
+#: src/components/LikesDialog.tsx:97
+#: src/view/com/post-thread/PostLikedBy.tsx:87
+msgid "Nobody has liked this yet. Maybe you should be the first!"
+msgstr ""
+
+#: src/view/com/post-thread/PostQuotes.tsx:108
+msgid "Nobody has quoted this yet. Maybe you should be the first!"
+msgstr ""
+
+#: src/view/com/post-thread/PostRepostedBy.tsx:80
+msgid "Nobody has reposted this yet. Maybe you should be the first!"
+msgstr ""
+
+#: src/screens/StarterPack/Wizard/StepProfiles.tsx:102
+msgid "Nobody was found. Try searching for someone else."
+msgstr "Nun s'atopó a naide. Prueba a buscar otra cuenta."
+
+#: src/lib/moderation/useGlobalLabelStrings.ts:42
+msgid "Non-sexual Nudity"
+msgstr ""
+
+#: src/Navigation.tsx:128
+#: src/view/screens/Profile.tsx:128
+msgid "Not Found"
+msgstr "Nun s'atopó"
+
+#: src/view/com/modals/VerifyEmail.tsx:254
+#: src/view/com/modals/VerifyEmail.tsx:260
+msgid "Not right now"
+msgstr "Agora non"
+
+#: src/view/com/profile/ProfileMenu.tsx:348
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:686
+#: src/view/com/util/post-ctrls/PostCtrls.tsx:350
+msgid "Note about sharing"
+msgstr "Nota sobre compartir"
+
+#: src/screens/Settings/PrivacyAndSecuritySettings.tsx:80
+msgid "Note: Bluesky is an open and public network. This setting only limits the visibility of your content on the Bluesky app and website, and other apps may not respect this setting. Your content may still be shown to logged-out users by other apps and websites."
+msgstr ""
+
+#: src/screens/Messages/ChatList.tsx:213
+msgid "Nothing here"
+msgstr "Equí nun hai nada"
+
+#: src/screens/Settings/NotificationSettings.tsx:50
+msgid "Notification filters"
+msgstr ""
+
+#: src/Navigation.tsx:383
+#: src/view/screens/Notifications.tsx:117
+msgid "Notification settings"
+msgstr ""
+
+#: src/screens/Settings/NotificationSettings.tsx:36
+msgid "Notification Settings"
+msgstr ""
+
+#: src/screens/Messages/Settings.tsx:117
+msgid "Notification sounds"
+msgstr "Soníos d'avisu"
+
+#: src/screens/Messages/Settings.tsx:114
+msgid "Notification Sounds"
+msgstr "Soníos d'avisu"
+
+#: src/Navigation.tsx:589
+#: src/view/screens/Notifications.tsx:143
+#: src/view/screens/Notifications.tsx:153
+#: src/view/screens/Notifications.tsx:199
+#: src/view/shell/bottom-bar/BottomBar.tsx:226
+#: src/view/shell/desktop/LeftNav.tsx:438
+#: src/view/shell/Drawer.tsx:444
+msgid "Notifications"
+msgstr "Avisos"
+
+#: src/lib/hooks/useTimeAgo.ts:122
+msgid "now"
+msgstr "agora"
+
+#: src/components/dms/MessageItem.tsx:198
+msgid "Now"
+msgstr "Agora"
+
+#: src/view/com/composer/labels/LabelsBtn.tsx:151
+#: src/view/com/composer/labels/LabelsBtn.tsx:154
+msgid "Nudity"
+msgstr ""
+
+#: src/lib/moderation/useReportOptions.ts:78
+msgid "Nudity or adult content not labeled as such"
+msgstr "Desnudos o conteníu p'adultos que nun s'etiquetó como tal"
+
+#: src/lib/moderation/useLabelBehaviorDescription.ts:11
+msgid "Off"
+msgstr ""
+
+#: src/components/dialogs/GifSelect.tsx:268
+#: src/view/com/util/ErrorBoundary.tsx:57
+msgid "Oh no!"
+msgstr "¡Oh, non!"
+
+#: src/screens/Onboarding/StepInterests/index.tsx:124
+msgid "Oh no! Something went wrong."
+msgstr ""
+
+#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:347
+msgid "OK"
+msgstr ""
+
+#: src/screens/Login/PasswordUpdatedForm.tsx:37
+#: src/view/com/post-thread/PostThreadItem.tsx:865
+msgid "Okay"
+msgstr ""
+
+#: src/screens/Settings/ThreadPreferences.tsx:67
+#: src/screens/Settings/ThreadPreferences.tsx:70
+msgid "Oldest replies first"
+msgstr "Les rempuestes antigües primero"
+
+#: src/components/StarterPack/QrCode.tsx:75
+msgid "on<0><1/><2><3/></2></0>"
+msgstr ""
+
+#: src/screens/Settings/Settings.tsx:295
+msgid "Onboarding reset"
+msgstr ""
+
+#: src/view/com/composer/Composer.tsx:331
+msgid "One or more GIFs is missing alt text."
+msgstr "A unu o más GIFs fálta-yos el testu alternativu."
+
+#: src/view/com/composer/Composer.tsx:328
+msgid "One or more images is missing alt text."
+msgstr "A una o más imáxenes fálta-yos el testu alternativu."
+
+#: src/view/com/composer/Composer.tsx:338
+msgid "One or more videos is missing alt text."
+msgstr "A unu o más vídeos fálta-yos el testu alternativu."
+
+#: src/screens/Onboarding/StepProfile/index.tsx:115
+msgid "Only .jpg and .png files are supported"
+msgstr "Namás son compatibles los ficheros .jpg y .png"
+
+#: src/components/WhoCanReply.tsx:217
+msgid "Only {0} can reply."
+msgstr ""
+
+#: src/screens/Signup/StepHandle.tsx:152
+msgid "Only contains letters, numbers, and hyphens"
+msgstr ""
+
+#: src/lib/media/picker.shared.ts:29
+msgid "Only image files are supported"
+msgstr ""
+
+#: src/view/com/composer/videos/SubtitleFilePicker.tsx:40
+msgid "Only WebVTT (.vtt) files are supported"
+msgstr "Namás son compatibles los ficheros WebVTT (.vtt)"
+
+#: src/components/Lists.tsx:88
+msgid "Oops, something went wrong!"
+msgstr ""
+
+#: src/components/Lists.tsx:199
+#: src/components/StarterPack/ProfileStarterPacks.tsx:322
+#: src/components/StarterPack/ProfileStarterPacks.tsx:331
+#: src/screens/Settings/AppPasswords.tsx:51
+#: src/screens/Settings/components/ChangeHandleDialog.tsx:100
+#: src/screens/Settings/NotificationSettings.tsx:40
+#: src/view/screens/Profile.tsx:128
+msgid "Oops!"
+msgstr "¡Meca!"
+
+#: src/screens/Onboarding/StepFinished.tsx:256
+msgid "Open"
+msgstr "Abiertu"
+
+#: src/view/com/posts/AviFollowButton.tsx:86
+msgid "Open {name} profile shortcut menu"
+msgstr ""
+
+#: src/screens/Onboarding/StepProfile/index.tsx:286
+msgid "Open avatar creator"
+msgstr "Abrir el creador d'avatares"
+
+#: src/screens/Settings/AccountSettings.tsx:119
+msgid "Open change handle dialog"
+msgstr "Abrir el diálogu de camudar l'identificador"
+
+#: src/screens/Messages/components/ChatListItem.tsx:272
+#: src/screens/Messages/components/ChatListItem.tsx:273
+msgid "Open conversation options"
+msgstr ""
+
+#: src/screens/Messages/components/MessageInput.web.tsx:165
+#: src/view/com/composer/Composer.tsx:1221
+#: src/view/com/composer/Composer.tsx:1222
+msgid "Open emoji picker"
+msgstr "Abrir el selector de fustaxes"
+
+#: src/view/screens/ProfileFeed.tsx:301
+msgid "Open feed options menu"
+msgstr ""
+
+#: src/screens/Settings/Settings.tsx:200
+msgid "Open helpdesk in browser"
+msgstr ""
+
+#: src/view/com/util/post-embeds/ExternalLinkEmbed.tsx:71
+msgid "Open link to {niceUrl}"
+msgstr ""
+
+#: src/view/screens/Settings/index.tsx:703
+#~ msgid "Open links with in-app browser"
+#~ msgstr ""
+
+#: src/components/dms/ActionsWrapper.tsx:90
+msgid "Open message options"
+msgstr ""
+
+#: src/screens/Settings/Settings.tsx:321
+msgid "Open moderation debug page"
+msgstr ""
+
+#: src/screens/Moderation/index.tsx:225
+msgid "Open muted words and tags settings"
+msgstr ""
+
+#: src/view/com/home/HomeHeaderLayoutMobile.tsx:54
+msgid "Open navigation"
+msgstr ""
+
+#: src/view/com/util/forms/PostDropdownBtn.tsx:70
+msgid "Open post options menu"
+msgstr ""
+
+#: src/screens/StarterPack/StarterPackScreen.tsx:552
+msgid "Open starter pack menu"
+msgstr ""
+
+#: src/screens/Settings/Settings.tsx:314
+#: src/screens/Settings/Settings.tsx:328
+msgid "Open storybook page"
+msgstr ""
+
+#: src/screens/Settings/Settings.tsx:307
+msgid "Open system log"
+msgstr ""
+
+#: src/view/com/util/forms/DropdownButton.tsx:162
+msgid "Opens {numItems} options"
+msgstr "Abre {numItems} opciones"
+
+#: src/view/com/composer/labels/LabelsBtn.tsx:62
+msgid "Opens a dialog to add a content warning to your post"
+msgstr ""
+
+#: src/view/com/composer/threadgate/ThreadgateBtn.tsx:61
+msgid "Opens a dialog to choose who can reply to this thread"
+msgstr "Abre un diálogu pa escoyer quién pue responder a esti filu"
+
+#: src/view/screens/Settings/index.tsx:456
+#~ msgid "Opens accessibility settings"
+#~ msgstr ""
+
+#: src/view/screens/Log.tsx:59
+msgid "Opens additional details for a debug entry"
+msgstr "Abre los detalles adicionales d'una entrada de depuración"
+
+#: src/view/screens/Settings/index.tsx:477
+#~ msgid "Opens appearance settings"
+#~ msgstr ""
+
+#: src/view/com/composer/photos/OpenCameraBtn.tsx:73
+msgid "Opens camera on device"
+msgstr "Abre la cámara del preséu"
+
+#: src/view/screens/Settings/index.tsx:606
+#~ msgid "Opens chat settings"
+#~ msgstr ""
+
+#: src/view/com/post-thread/PostThreadComposePrompt.tsx:35
+msgid "Opens composer"
+msgstr "Abre'l compositor"
+
+#: src/view/screens/Settings/index.tsx:498
+#~ msgid "Opens configurable language settings"
+#~ msgstr ""
+
+#: src/view/com/composer/photos/SelectPhotoBtn.tsx:51
+msgid "Opens device photo gallery"
+msgstr "Abre la galería de semeyes del preséu"
+
+#: src/view/screens/Settings/index.tsx:638
+#~ msgid "Opens external embeds settings"
+#~ msgstr ""
+
+#: src/view/com/auth/SplashScreen.tsx:49
+#: src/view/com/auth/SplashScreen.web.tsx:111
+msgid "Opens flow to create a new Bluesky account"
+msgstr ""
+
+#: src/view/com/auth/SplashScreen.tsx:63
+#: src/view/com/auth/SplashScreen.web.tsx:125
+msgid "Opens flow to sign into your existing Bluesky account"
+msgstr ""
+
+#: src/view/com/composer/photos/SelectGifBtn.tsx:36
+msgid "Opens GIF select dialog"
+msgstr "Abre'l diálogu de seleición de GIFs"
+
+#: src/view/com/modals/InviteCodes.tsx:173
+msgid "Opens list of invite codes"
+msgstr "Abre la llista de códigos d'invitación"
+
+#: src/view/screens/Settings/index.tsx:775
+#~ msgid "Opens modal for account deactivation confirmation"
+#~ msgstr ""
+
+#: src/view/screens/Settings/index.tsx:797
+#~ msgid "Opens modal for account deletion confirmation. Requires email code"
+#~ msgstr ""
+
+#: src/view/screens/Settings/index.tsx:732
+#~ msgid "Opens modal for changing your Bluesky password"
+#~ msgstr ""
+
+#: src/view/screens/Settings/index.tsx:687
+#~ msgid "Opens modal for choosing a new Bluesky handle"
+#~ msgstr ""
+
+#: src/view/screens/Settings/index.tsx:755
+#~ msgid "Opens modal for downloading your Bluesky account data (repository)"
+#~ msgstr ""
+
+#: src/view/screens/Settings/index.tsx:963
+#~ msgid "Opens modal for email verification"
+#~ msgstr ""
+
+#: src/view/com/modals/ChangeHandle.tsx:269
+#~ msgid "Opens modal for using custom domain"
+#~ msgstr ""
+
+#: src/view/screens/Settings/index.tsx:523
+#~ msgid "Opens moderation settings"
+#~ msgstr ""
+
+#: src/screens/Login/LoginForm.tsx:231
+msgid "Opens password reset form"
+msgstr ""
+
+#: src/view/screens/Settings/index.tsx:584
+#~ msgid "Opens screen with all saved feeds"
+#~ msgstr ""
+
+#: src/view/screens/Settings/index.tsx:665
+#~ msgid "Opens the app password settings"
+#~ msgstr ""
+
+#: src/view/screens/Settings/index.tsx:541
+#~ msgid "Opens the Following feed preferences"
+#~ msgstr ""
+
+#: src/view/com/modals/LinkWarning.tsx:93
+msgid "Opens the linked website"
+msgstr "Abre'l sitiu web enllaciáu"
+
+#: src/view/screens/Settings/index.tsx:828
+#: src/view/screens/Settings/index.tsx:838
+#~ msgid "Opens the storybook page"
+#~ msgstr ""
+
+#: src/view/screens/Settings/index.tsx:816
+#~ msgid "Opens the system log page"
+#~ msgstr ""
+
+#: src/view/screens/Settings/index.tsx:562
+#~ msgid "Opens the threads preferences"
+#~ msgstr ""
+
+#: src/view/com/notifications/FeedItem.tsx:678
+#: src/view/com/util/UserAvatar.tsx:436
+msgid "Opens this profile"
+msgstr "Abre esti perfil"
+
+#: src/view/com/composer/videos/SelectVideoBtn.tsx:101
+msgid "Opens video picker"
+msgstr "Abre'l selector de vídeos"
+
+#: src/view/com/util/forms/DropdownButton.tsx:296
+msgid "Option {0} of {numItems}"
+msgstr "Opción {0} de {numItems}"
+
+#: src/components/dms/ReportDialog.tsx:178
+#: src/components/ReportDialog/SubmitView.tsx:167
+msgid "Optionally provide additional information below:"
+msgstr ""
+
+#: src/components/dialogs/MutedWords.tsx:299
+msgid "Options:"
+msgstr "Opciones:"
+
+#: src/components/dialogs/PostInteractionSettingsDialog.tsx:392
+msgid "Or combine these options:"
+msgstr ""
+
+#: src/screens/Deactivated.tsx:206
+msgid "Or, continue with another account."
+msgstr "O sigue con otra cuenta."
+
+#: src/screens/Deactivated.tsx:193
+msgid "Or, log into one of your other accounts."
+msgstr "O anicia la sesión n'otra cuenta."
+
+#: src/lib/moderation/useReportOptions.ts:27
+#: src/view/com/composer/labels/LabelsBtn.tsx:186
+msgid "Other"
+msgstr ""
+
+#: src/components/AccountList.tsx:83
+msgid "Other account"
+msgstr "Otra cuenta"
+
+#: src/view/screens/Settings/index.tsx:380
+#~ msgid "Other accounts"
+#~ msgstr ""
+
+#: src/view/com/composer/select-language/SelectLangBtn.tsx:93
+msgid "Other..."
+msgstr "Otra llingua…"
+
+#: src/screens/Messages/components/ChatDisabled.tsx:28
+msgid "Our moderators have reviewed reports and decided to disable your access to chats on Bluesky."
+msgstr "Los moderadores revisaron los informes y decidieron desactivate l'accesu a les charres de Bluesky."
+
+#: src/components/Lists.tsx:216
+#: src/view/screens/NotFound.tsx:47
+msgid "Page not found"
+msgstr "Nun s'atopó la páxina"
+
+#: src/view/screens/NotFound.tsx:44
+msgid "Page Not Found"
+msgstr "Nun s'atopó la páxina"
+
+#: src/screens/Login/LoginForm.tsx:210
+#: src/screens/Settings/AccountSettings.tsx:109
+#: src/screens/Settings/AccountSettings.tsx:113
+#: src/screens/Signup/StepInfo/index.tsx:192
+#: src/view/com/modals/DeleteAccount.tsx:258
+#: src/view/com/modals/DeleteAccount.tsx:265
+msgid "Password"
+msgstr "Contraseña"
+
+#: src/view/com/modals/ChangePassword.tsx:143
+msgid "Password Changed"
+msgstr "La contraseña camudó"
+
+#: src/screens/Login/index.tsx:154
+msgid "Password updated"
+msgstr "Anovóse la contraseña"
+
+#: src/screens/Login/PasswordUpdatedForm.tsx:23
+msgid "Password updated!"
+msgstr "¡Anovóse la configuración!"
+
+#: src/view/com/util/post-embeds/GifEmbed.tsx:43
+#: src/view/com/util/post-embeds/VideoEmbedInner/VideoEmbedInnerNative.tsx:140
+#: src/view/com/util/post-embeds/VideoEmbedInner/web-controls/VideoControls.tsx:369
+msgid "Pause"
+msgstr ""
+
+#: src/view/com/util/post-embeds/VideoEmbedInner/web-controls/VideoControls.tsx:320
+msgid "Pause video"
+msgstr ""
+
+#: src/screens/StarterPack/StarterPackScreen.tsx:182
+#: src/view/screens/Search/Search.tsx:531
+msgid "People"
+msgstr "Persones"
+
+#: src/Navigation.tsx:183
+msgid "People followed by @{0}"
+msgstr "Persones siguíes por @{0}"
+
+#: src/Navigation.tsx:176
+msgid "People following @{0}"
+msgstr "Persones que siguen a @{0}"
+
+#: src/view/com/lightbox/Lightbox.tsx:27
+msgid "Permission to access camera roll is required."
+msgstr "El permisu p'acceder al carrete ye obligatoriu."
+
+#: src/view/com/lightbox/Lightbox.tsx:35
+msgid "Permission to access camera roll was denied. Please enable it in your system settings."
+msgstr "Negóse'l permisu p'acceder al carrete. Actívalu na configuración del sistema."
+
+#: src/components/StarterPack/Wizard/WizardListCard.tsx:54
+msgid "Person toggle"
+msgstr ""
+
+#: src/screens/Onboarding/index.tsx:28
+#: src/screens/Onboarding/state.ts:96
+msgid "Pets"
+msgstr "Animales de compaña"
+
+#: src/screens/Onboarding/state.ts:97
+msgid "Photography"
+msgstr "Fotografía"
+
+#: src/view/com/composer/labels/LabelsBtn.tsx:170
+msgid "Pictures meant for adults."
+msgstr "Semeyes destinaes a adultos."
+
+#: src/view/screens/ProfileFeed.tsx:293
+#: src/view/screens/ProfileList.tsx:676
+msgid "Pin to home"
+msgstr ""
+
+#: src/view/screens/ProfileFeed.tsx:296
+msgid "Pin to Home"
+msgstr ""
+
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:380
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:387
+msgid "Pin to your profile"
+msgstr "Fixar nel to perfil"
+
+#: src/view/com/posts/FeedItem.tsx:363
+msgid "Pinned"
+msgstr ""
+
+#: src/view/screens/SavedFeeds.tsx:130
+msgid "Pinned Feeds"
+msgstr "Feeds fixaos"
+
+#: src/view/screens/ProfileList.tsx:355
+msgid "Pinned to your feeds"
+msgstr ""
+
+#: src/view/com/util/post-embeds/GifEmbed.tsx:43
+#: src/view/com/util/post-embeds/VideoEmbedInner/VideoEmbedInnerNative.tsx:140
+#: src/view/com/util/post-embeds/VideoEmbedInner/web-controls/VideoControls.tsx:370
+msgid "Play"
+msgstr ""
+
+#: src/view/com/util/post-embeds/ExternalGifEmbed.tsx:107
+msgid "Play {0}"
+msgstr ""
+
+#: src/view/com/util/post-embeds/GifEmbed.tsx:42
+msgid "Play or pause the GIF"
+msgstr ""
+
+#: src/view/com/util/post-embeds/VideoEmbed.tsx:107
+#: src/view/com/util/post-embeds/VideoEmbedInner/web-controls/VideoControls.tsx:321
+msgid "Play video"
+msgstr ""
+
+#: src/view/com/util/post-embeds/ExternalPlayerEmbed.tsx:58
+#: src/view/com/util/post-embeds/ExternalPlayerEmbed.tsx:59
+msgid "Play Video"
+msgstr ""
+
+#: src/view/com/util/post-embeds/ExternalGifEmbed.tsx:106
+msgid "Plays the GIF"
+msgstr "Reproduz el GIF"
+
+#: src/screens/Signup/state.ts:217
+msgid "Please choose your handle."
+msgstr "Escueyi un identificador."
+
+#: src/screens/Signup/state.ts:210
+#: src/screens/Signup/StepInfo/index.tsx:114
+msgid "Please choose your password."
+msgstr "Escueyi una contraseña."
+
+#: src/screens/Signup/state.ts:231
+msgid "Please complete the verification captcha."
+msgstr "Completa'l captcha de verificación."
+
+#: src/view/com/modals/ChangeEmail.tsx:65
+msgid "Please confirm your email before changing it. This is a temporary requirement while email-updating tools are added, and it will soon be removed."
+msgstr "Confirma la to direición de corréu enantes de camudala. Esti requerimientu, que va quitase pronto, ye temporal mentanto s'amiesten les ferramientes p'anovar direiciones de corréu."
+
+#: src/view/com/modals/AddAppPasswords.tsx:94
+#~ msgid "Please enter a name for your app password. All spaces is not allowed."
+#~ msgstr ""
+
+#: src/screens/Settings/components/AddAppPasswordDialog.tsx:114
+msgid "Please enter a unique name for this app password or use our randomly generated one."
+msgstr "Introduz un nome únicu pa esta contraseña d'aplicación o usa'l xeneráu aleatoriamente."
+
+#: src/view/com/modals/AddAppPasswords.tsx:151
+#~ msgid "Please enter a unique name for this App Password or use our randomly generated one."
+#~ msgstr ""
+
+#: src/components/dialogs/MutedWords.tsx:86
+msgid "Please enter a valid word, tag, or phrase to mute"
+msgstr ""
+
+#: src/screens/Signup/state.ts:196
+#: src/screens/Signup/StepInfo/index.tsx:102
+msgid "Please enter your email."
+msgstr "Introduz la to direición de corréu eletrónicu."
+
+#: src/screens/Signup/StepInfo/index.tsx:96
+msgid "Please enter your invite code."
+msgstr "Introduz el to códigu d'invitación."
+
+#: src/view/com/modals/DeleteAccount.tsx:254
+msgid "Please enter your password as well:"
+msgstr "Introduz la contraseña tamién:"
+
+#: src/components/moderation/LabelsOnMeDialog.tsx:265
+msgid "Please explain why you think this label was incorrectly applied by {0}"
+msgstr ""
+
+#: src/screens/Messages/components/ChatDisabled.tsx:110
+msgid "Please explain why you think your chats were incorrectly disabled"
+msgstr "Desplica por qué pienses que les charres se desactivaron incorreutamente"
+
+#: src/lib/hooks/useAccountSwitcher.ts:45
+#: src/lib/hooks/useAccountSwitcher.ts:55
+msgid "Please sign in as @{0}"
+msgstr ""
+
+#: src/view/com/modals/VerifyEmail.tsx:109
+msgid "Please Verify Your Email"
+msgstr ""
+
+#: src/screens/Onboarding/index.tsx:34
+#: src/screens/Onboarding/state.ts:98
+msgid "Politics"
+msgstr "Política"
+
+#: src/view/com/composer/labels/LabelsBtn.tsx:157
+msgid "Porn"
+msgstr "Pornu"
+
+#: src/view/com/composer/Composer.tsx:937
+msgctxt "action"
+msgid "Post"
+msgstr "Publicar"
+
+#: src/view/com/post-thread/PostThread.tsx:481
+msgctxt "description"
+msgid "Post"
+msgstr ""
+
+#: src/view/com/composer/Composer.tsx:935
+msgctxt "action"
+msgid "Post All"
+msgstr "Publicar too"
+
+#: src/view/com/post-thread/PostThreadItem.tsx:209
+msgid "Post by {0}"
+msgstr ""
+
+#: src/Navigation.tsx:202
+#: src/Navigation.tsx:209
+#: src/Navigation.tsx:216
+#: src/Navigation.tsx:223
+msgid "Post by @{0}"
+msgstr ""
+
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:175
+msgid "Post deleted"
+msgstr ""
+
+#: src/lib/api/index.ts:185
+msgid "Post failed to upload. Please check your Internet connection and try again."
+msgstr "La xuba de la publicación falló. Comprueba la conexón a internet y volvi tentalo."
+
+#: src/view/com/post-thread/PostThread.tsx:212
+msgid "Post hidden"
+msgstr ""
+
+#: src/components/moderation/ModerationDetailsDialog.tsx:105
+#: src/lib/moderation/useModerationCauseDescription.ts:104
+msgid "Post Hidden by Muted Word"
+msgstr ""
+
+#: src/components/moderation/ModerationDetailsDialog.tsx:108
+#: src/lib/moderation/useModerationCauseDescription.ts:113
+msgid "Post Hidden by You"
+msgstr ""
+
+#: src/components/dialogs/PostInteractionSettingsDialog.tsx:287
+msgid "Post interaction settings"
+msgstr ""
+
+#: src/view/com/composer/select-language/SelectLangBtn.tsx:89
+msgid "Post language"
+msgstr "Llingua de la publicación"
+
+#: src/view/com/modals/lang-settings/PostLanguagesSettings.tsx:76
+msgid "Post Languages"
+msgstr ""
+
+#: src/view/com/post-thread/PostThread.tsx:207
+#: src/view/com/post-thread/PostThread.tsx:219
+msgid "Post not found"
+msgstr "Nun s'atopó la publicación"
+
+#: src/state/queries/pinned-post.ts:59
+msgid "Post pinned"
+msgstr "Fixóse la publicación"
+
+#: src/state/queries/pinned-post.ts:61
+msgid "Post unpinned"
+msgstr "Lliberóse la publicación"
+
+#: src/lib/api/index.ts:106
+#~ msgid "Posting..."
+#~ msgstr ""
+
+#: src/components/TagMenu/index.tsx:268
+msgid "posts"
+msgstr ""
+
+#: src/screens/StarterPack/StarterPackScreen.tsx:184
+#: src/view/screens/Profile.tsx:228
+msgid "Posts"
+msgstr "Publicaciones"
+
+#: src/components/dialogs/MutedWords.tsx:115
+msgid "Posts can be muted based on their text, their tags, or both. We recommend avoiding common words that appear in many posts, since it can result in no posts being shown."
+msgstr ""
+
+#: src/view/com/posts/FeedErrorMessage.tsx:68
+msgid "Posts hidden"
+msgstr "Escondiéronse les publicaciones"
+
+#: src/view/com/modals/LinkWarning.tsx:60
+msgid "Potentially Misleading Link"
+msgstr "Enllaz potencialmente engañosu"
+
+#: src/state/queries/notifications/settings.ts:44
+msgid "Preference saved"
+msgstr "Guardóse la preferencia"
+
+#: src/screens/Messages/components/MessageListError.tsx:19
+msgid "Press to attempt reconnection"
+msgstr "Primi pa tentar de volver conectate"
+
+#: src/components/forms/HostingProvider.tsx:46
+msgid "Press to change hosting provider"
+msgstr "Primi pa camudar l'agospiador"
+
+#: src/components/Error.tsx:60
+#: src/components/Lists.tsx:93
+#: src/screens/Messages/components/MessageListError.tsx:24
+#: src/screens/Signup/BackNextButtons.tsx:47
+msgid "Press to retry"
+msgstr "Primi pa volver tentalo"
+
+#: src/components/KnownFollowers.tsx:124
+msgid "Press to view followers of this account that you also follow"
+msgstr "Primi pa ver los siguidores d'esta cuenta que tamién te siguen"
+
+#: src/view/com/lightbox/Lightbox.web.tsx:148
+msgid "Previous image"
+msgstr "Imaxe anterior"
+
+#: src/screens/Settings/LanguageSettings.tsx:158
+msgid "Primary Language"
+msgstr "Llingua primaria"
+
+#: src/screens/Settings/ThreadPreferences.tsx:104
+#: src/screens/Settings/ThreadPreferences.tsx:109
+msgid "Prioritize your Follows"
+msgstr ""
+
+#: src/view/screens/PreferencesThreads.tsx:92
+#~ msgid "Prioritize Your Follows"
+#~ msgstr ""
+
+#: src/screens/Settings/NotificationSettings.tsx:53
+msgid "Priority notifications"
+msgstr "Avisos prioritarios"
+
+#: src/view/shell/desktop/RightNav.tsx:80
+msgid "Privacy"
+msgstr "Privacidá"
+
+#: src/screens/Settings/Settings.tsx:153
+#: src/screens/Settings/Settings.tsx:156
+msgid "Privacy and security"
+msgstr "Privacidá y seguranza"
+
+#: src/Navigation.tsx:345
+#: src/screens/Settings/PrivacyAndSecuritySettings.tsx:32
+msgid "Privacy and Security"
+msgstr "Privacidá y seguranza"
+
+#: src/Navigation.tsx:269
+#: src/screens/Settings/AboutSettings.tsx:37
+#: src/screens/Settings/AboutSettings.tsx:40
+#: src/view/screens/PrivacyPolicy.tsx:31
+#: src/view/shell/Drawer.tsx:624
+#: src/view/shell/Drawer.tsx:625
+msgid "Privacy Policy"
+msgstr "Política de privacidá"
+
+#: src/view/com/composer/Composer.tsx:1634
+msgid "Processing video..."
+msgstr "Procesando'l videu…"
+
+#: src/lib/api/index.ts:59
+#: src/screens/Login/ForgotPasswordForm.tsx:149
+msgid "Processing..."
+msgstr "Procesando…"
+
+#: src/view/screens/DebugMod.tsx:913
+#: src/view/screens/Profile.tsx:363
+msgid "profile"
+msgstr "perfil"
+
+#: src/view/shell/bottom-bar/BottomBar.tsx:271
+#: src/view/shell/desktop/LeftNav.tsx:493
+#: src/view/shell/Drawer.tsx:71
+#: src/view/shell/Drawer.tsx:516
+msgid "Profile"
+msgstr "Perfil"
+
+#: src/screens/Profile/Header/EditProfileDialog.tsx:191
+#: src/view/com/modals/EditProfile.tsx:124
+msgid "Profile updated"
+msgstr "Anovóse'l perfil"
+
+#: src/view/screens/Settings/index.tsx:976
+#~ msgid "Protect your account by verifying your email."
+#~ msgstr ""
+
+#: src/screens/Onboarding/StepFinished.tsx:242
+msgid "Public"
+msgstr "Públicu"
+
+#: src/view/screens/ModerationModlists.tsx:75
+msgid "Public, shareable lists of users to mute or block in bulk."
+msgstr ""
+
+#: src/view/screens/Lists.tsx:81
+msgid "Public, shareable lists which can drive feeds."
+msgstr ""
+
+#: src/view/com/composer/Composer.tsx:579
+#~ msgid "Publish post"
+#~ msgstr ""
+
+#: src/view/com/composer/Composer.tsx:579
+#~ msgid "Publish reply"
+#~ msgstr ""
+
+#: src/components/StarterPack/QrCodeDialog.tsx:128
+msgid "QR code copied to your clipboard!"
+msgstr "¡El códigu QR copióse nel cartafueyu!"
+
+#: src/components/StarterPack/QrCodeDialog.tsx:106
+msgid "QR code has been downloaded!"
+msgstr ""
+
+#: src/components/StarterPack/QrCodeDialog.tsx:107
+msgid "QR code saved to your camera roll!"
+msgstr "¡El códigu QR guardóse nel carrete!"
+
+#: src/view/com/util/post-ctrls/RepostButton.tsx:168
+#: src/view/com/util/post-ctrls/RepostButton.tsx:191
+#: src/view/com/util/post-ctrls/RepostButton.web.tsx:85
+#: src/view/com/util/post-ctrls/RepostButton.web.tsx:92
+msgid "Quote post"
+msgstr "Citar"
+
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:303
+msgid "Quote post was re-attached"
+msgstr "La cita volvió axuntase"
+
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:302
+msgid "Quote post was successfully detached"
+msgstr "La cita separtóse correutamente"
+
+#: src/components/dialogs/PostInteractionSettingsDialog.tsx:317
+#: src/view/com/util/post-ctrls/RepostButton.tsx:167
+#: src/view/com/util/post-ctrls/RepostButton.tsx:189
+#: src/view/com/util/post-ctrls/RepostButton.web.tsx:84
+#: src/view/com/util/post-ctrls/RepostButton.web.tsx:91
+msgid "Quote posts disabled"
+msgstr "Desactiváronse les cites"
+
+#: src/components/dialogs/PostInteractionSettingsDialog.tsx:315
+msgid "Quote posts enabled"
+msgstr "Activáronse les cites"
+
+#: src/components/dialogs/PostInteractionSettingsDialog.tsx:299
+msgid "Quote settings"
+msgstr "Configuración de les cites"
+
+#: src/screens/Post/PostQuotes.tsx:32
+#: src/screens/Post/PostQuotes.tsx:33
+msgid "Quotes"
+msgstr "Cites"
+
+#: src/view/com/post-thread/PostThreadItem.tsx:243
+msgid "Quotes of this post"
+msgstr "Cites d'esta publicación"
+
+#: src/screens/Settings/ThreadPreferences.tsx:91
+#: src/screens/Settings/ThreadPreferences.tsx:94
+msgid "Random (aka \"Poster's Roulette\")"
+msgstr "Aleatories (como la ruleta d'un casinu)"
+
+#: src/screens/Settings/components/ChangeHandleDialog.tsx:565
+msgid "Rate limit exceeded – you've tried to change your handle too many times in a short period. Please wait a minute before trying again."
+msgstr ""
+
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:565
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:575
+msgid "Re-attach quote"
+msgstr ""
+
+#: src/screens/Deactivated.tsx:147
+msgid "Reactivate your account"
+msgstr ""
+
+#: src/view/com/auth/SplashScreen.web.tsx:171
+msgid "Read the Bluesky blog"
+msgstr ""
+
+#: src/screens/Signup/StepInfo/Policies.tsx:58
+#: src/screens/Signup/StepInfo/Policies.tsx:84
+msgid "Read the Bluesky Privacy Policy"
+msgstr ""
+
+#: src/screens/Signup/StepInfo/Policies.tsx:51
+#: src/screens/Signup/StepInfo/Policies.tsx:71
+msgid "Read the Bluesky Terms of Service"
+msgstr ""
+
+#: src/components/dms/ReportDialog.tsx:169
+msgid "Reason:"
+msgstr "Motivu:"
+
+#: src/view/screens/Search/Search.tsx:1057
+msgid "Recent Searches"
+msgstr "Busques de recién"
+
+#: src/screens/Messages/components/MessageListError.tsx:20
+msgid "Reconnect"
+msgstr ""
+
+#: src/view/screens/Notifications.tsx:144
+msgid "Refresh notifications"
+msgstr ""
+
+#: src/screens/Messages/ChatList.tsx:198
+msgid "Reload conversations"
+msgstr "Volver cargar les conversaciones"
+
+#: src/components/dialogs/MutedWords.tsx:438
+#: src/components/FeedCard.tsx:316
+#: src/components/StarterPack/Wizard/WizardListCard.tsx:101
+#: src/components/StarterPack/Wizard/WizardListCard.tsx:108
+#: src/screens/Settings/Settings.tsx:458
+#: src/view/com/feeds/FeedSourceCard.tsx:319
+#: src/view/com/modals/ListAddRemoveUsers.tsx:269
+#: src/view/com/modals/UserAddRemoveLists.tsx:235
+#: src/view/com/posts/FeedErrorMessage.tsx:213
+msgid "Remove"
+msgstr ""
+
+#: src/components/StarterPack/Wizard/WizardListCard.tsx:57
+msgid "Remove {displayName} from starter pack"
+msgstr ""
+
+#: src/screens/Settings/Settings.tsx:437
+#: src/screens/Settings/Settings.tsx:440
+msgid "Remove account"
+msgstr "Quitar la cuenta"
+
+#: src/view/com/composer/ExternalEmbedRemoveBtn.tsx:15
+msgid "Remove attachment"
+msgstr ""
+
+#: src/view/com/util/UserAvatar.tsx:403
+msgid "Remove Avatar"
+msgstr ""
+
+#: src/view/com/util/UserBanner.tsx:155
+msgid "Remove Banner"
+msgstr ""
+
+#: src/screens/Messages/components/MessageInputEmbed.tsx:206
+msgid "Remove embed"
+msgstr ""
+
+#: src/view/com/posts/FeedErrorMessage.tsx:169
+#: src/view/com/posts/FeedShutdownMsg.tsx:116
+#: src/view/com/posts/FeedShutdownMsg.tsx:120
+msgid "Remove feed"
+msgstr ""
+
+#: src/view/com/posts/FeedErrorMessage.tsx:210
+msgid "Remove feed?"
+msgstr "¿Quies quitar el feed?"
+
+#: src/view/com/feeds/FeedSourceCard.tsx:190
+#: src/view/com/feeds/FeedSourceCard.tsx:268
+#: src/view/screens/ProfileFeed.tsx:337
+#: src/view/screens/ProfileFeed.tsx:343
+#: src/view/screens/ProfileList.tsx:502
+#: src/view/screens/SavedFeeds.tsx:351
+msgid "Remove from my feeds"
+msgstr "Quitar de los mios feeds"
+
+#: src/components/FeedCard.tsx:311
+#: src/view/com/feeds/FeedSourceCard.tsx:314
+msgid "Remove from my feeds?"
+msgstr ""
+
+#: src/screens/Settings/Settings.tsx:450
+msgid "Remove from quick access?"
+msgstr ""
+
+#: src/screens/List/ListHiddenScreen.tsx:156
+msgid "Remove from saved feeds"
+msgstr ""
+
+#: src/view/com/composer/photos/Gallery.tsx:203
+msgid "Remove image"
+msgstr ""
+
+#: src/components/dialogs/MutedWords.tsx:523
+msgid "Remove mute word from your list"
+msgstr ""
+
+#: src/view/screens/Search/Search.tsx:1101
+msgid "Remove profile"
+msgstr ""
+
+#: src/view/screens/Search/Search.tsx:1103
+msgid "Remove profile from search history"
+msgstr ""
+
+#: src/view/com/util/post-embeds/QuoteEmbed.tsx:287
+msgid "Remove quote"
+msgstr ""
+
+#: src/view/com/util/post-ctrls/RepostButton.tsx:145
+#: src/view/com/util/post-ctrls/RepostButton.tsx:155
+msgid "Remove repost"
+msgstr "Quitar la republicación"
+
+#: 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:109
+msgid "Removed by author"
+msgstr ""
+
+#: src/view/com/util/post-embeds/QuoteEmbed.tsx:107
+msgid "Removed by you"
+msgstr ""
+
+#: src/view/com/modals/ListAddRemoveUsers.tsx:200
+#: src/view/com/modals/UserAddRemoveLists.tsx:170
+msgid "Removed from list"
+msgstr "Quitóse de la llista"
+
+#: src/view/com/feeds/FeedSourceCard.tsx:138
+msgid "Removed from my feeds"
+msgstr "Quitóse de los mios feeds"
+
+#: src/screens/List/ListHiddenScreen.tsx:94
+#: src/screens/List/ListHiddenScreen.tsx:160
+msgid "Removed from saved feeds"
+msgstr "Quitóse de los feeds guardaos"
+
+#: src/view/com/posts/FeedShutdownMsg.tsx:44
+#: src/view/screens/ProfileFeed.tsx:197
+#: src/view/screens/ProfileList.tsx:386
+msgid "Removed from your feeds"
+msgstr "Quitóse de los tos feeds"
+
+#: src/view/com/util/post-embeds/QuoteEmbed.tsx:288
+msgid "Removes quoted post"
+msgstr ""
+
+#: src/view/com/posts/FeedShutdownMsg.tsx:129
+#: src/view/com/posts/FeedShutdownMsg.tsx:133
+msgid "Replace with Discover"
+msgstr ""
+
+#: src/view/screens/Profile.tsx:229
+msgid "Replies"
+msgstr "Rempuestes"
+
+#: src/components/WhoCanReply.tsx:69
+msgid "Replies disabled"
+msgstr ""
+
+#: src/components/WhoCanReply.tsx:215
+msgid "Replies to this post are disabled."
+msgstr ""
+
+#: src/view/com/composer/Composer.tsx:933
+msgctxt "action"
+msgid "Reply"
+msgstr "Responder"
+
+#: src/components/moderation/ModerationDetailsDialog.tsx:114
+#: src/lib/moderation/useModerationCauseDescription.ts:123
+msgid "Reply Hidden by Thread Author"
+msgstr ""
+
+#: src/components/moderation/ModerationDetailsDialog.tsx:113
+#: src/lib/moderation/useModerationCauseDescription.ts:122
+msgid "Reply Hidden by You"
+msgstr ""
+
+#: src/components/dialogs/PostInteractionSettingsDialog.tsx:359
+msgid "Reply settings"
+msgstr "Configuración de les rempuestes"
+
+#: src/components/dialogs/PostInteractionSettingsDialog.tsx:344
+msgid "Reply settings are chosen by the author of the thread"
+msgstr ""
+
+#: src/view/com/post/Post.tsx:204
+#: src/view/com/posts/FeedItem.tsx:553
+msgctxt "description"
+msgid "Reply to <0><1/></0>"
+msgstr ""
+
+#: src/view/com/posts/FeedItem.tsx:544
+msgctxt "description"
+msgid "Reply to a blocked post"
+msgstr ""
+
+#: src/view/com/posts/FeedItem.tsx:546
+msgctxt "description"
+msgid "Reply to a post"
+msgstr ""
+
+#: src/view/com/post/Post.tsx:202
+#: src/view/com/posts/FeedItem.tsx:550
+msgctxt "description"
+msgid "Reply to you"
+msgstr ""
+
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:333
+msgid "Reply visibility updated"
+msgstr "Anovóse la visibilidá de les rempuestes"
+
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:332
+msgid "Reply was successfully hidden"
+msgstr ""
+
+#: src/components/dms/MessageMenu.tsx:132
+#: src/components/dms/MessagesListBlockedFooter.tsx:77
+#: src/components/dms/MessagesListBlockedFooter.tsx:84
+msgid "Report"
+msgstr ""
+
+#: src/view/com/profile/ProfileMenu.tsx:299
+#: src/view/com/profile/ProfileMenu.tsx:302
+msgid "Report Account"
+msgstr ""
+
+#: src/components/dms/ConvoMenu.tsx:197
+#: src/components/dms/ConvoMenu.tsx:200
+#: src/components/dms/ReportConversationPrompt.tsx:17
+msgid "Report conversation"
+msgstr ""
+
+#: src/components/ReportDialog/index.tsx:44
+msgid "Report dialog"
+msgstr ""
+
+#: src/view/screens/ProfileFeed.tsx:354
+#: src/view/screens/ProfileFeed.tsx:356
+msgid "Report feed"
+msgstr ""
+
+#: src/view/screens/ProfileList.tsx:544
+msgid "Report List"
+msgstr ""
+
+#: src/components/dms/MessageMenu.tsx:130
+msgid "Report message"
+msgstr ""
+
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:611
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:613
+msgid "Report post"
+msgstr "Informar de la publicación"
+
+#: src/screens/StarterPack/StarterPackScreen.tsx:605
+#: src/screens/StarterPack/StarterPackScreen.tsx:608
+msgid "Report starter pack"
+msgstr ""
+
+#: src/components/ReportDialog/SelectReportOptionView.tsx:43
+msgid "Report this content"
+msgstr ""
+
+#: src/components/ReportDialog/SelectReportOptionView.tsx:56
+msgid "Report this feed"
+msgstr ""
+
+#: src/components/ReportDialog/SelectReportOptionView.tsx:53
+msgid "Report this list"
+msgstr ""
+
+#: src/components/dms/ReportDialog.tsx:44
+#: src/components/dms/ReportDialog.tsx:137
+#: src/components/ReportDialog/SelectReportOptionView.tsx:62
+msgid "Report this message"
+msgstr ""
+
+#: src/components/ReportDialog/SelectReportOptionView.tsx:50
+msgid "Report this post"
+msgstr "Informe d'esta aplicación"
+
+#: src/components/ReportDialog/SelectReportOptionView.tsx:59
+msgid "Report this starter pack"
+msgstr ""
+
+#: src/components/ReportDialog/SelectReportOptionView.tsx:47
+msgid "Report this user"
+msgstr ""
+
+#: src/view/com/util/post-ctrls/RepostButton.tsx:68
+#: src/view/com/util/post-ctrls/RepostButton.tsx:146
+#: src/view/com/util/post-ctrls/RepostButton.tsx:157
+msgctxt "action"
+msgid "Repost"
+msgstr "Republicar"
+
+#: src/view/com/util/post-ctrls/RepostButton.web.tsx:72
+#: src/view/com/util/post-ctrls/RepostButton.web.tsx:76
+msgid "Repost"
+msgstr "Republicar"
+
+#: src/screens/StarterPack/StarterPackScreen.tsx:547
+#: src/view/com/util/post-ctrls/RepostButton.tsx:138
+#: 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 "Reespubluzar o citar"
+
+#: src/screens/Post/PostRepostedBy.tsx:32
+#: src/screens/Post/PostRepostedBy.tsx:33
+msgid "Reposted By"
+msgstr "Quién republicó"
+
+#: src/view/com/posts/FeedItem.tsx:303
+msgid "Reposted by {0}"
+msgstr "{0} republicó"
+
+#: src/view/com/posts/FeedItem.tsx:322
+msgid "Reposted by <0><1/></0>"
+msgstr "<0><1/></0> republicó"
+
+#: src/view/com/posts/FeedItem.tsx:301
+#: src/view/com/posts/FeedItem.tsx:320
+msgid "Reposted by you"
+msgstr "Republiquesti"
+
+#: src/view/com/notifications/FeedItem.tsx:180
+#~ msgid "reposted your post"
+#~ msgstr ""
+
+#: src/view/com/post-thread/PostThreadItem.tsx:222
+msgid "Reposts of this post"
+msgstr "Republicaciones d'esta publicación"
+
+#: src/view/com/modals/ChangeEmail.tsx:176
+#: src/view/com/modals/ChangeEmail.tsx:178
+msgid "Request Change"
+msgstr "Solicitar el cambéu"
+
+#: src/view/com/modals/ChangePassword.tsx:242
+#: src/view/com/modals/ChangePassword.tsx:244
+msgid "Request Code"
+msgstr "Solicitar un códigu"
+
+#: src/screens/Settings/AccessibilitySettings.tsx:52
+#: src/screens/Settings/AccessibilitySettings.tsx:57
+msgid "Require alt text before posting"
+msgstr "Riquir un testu alternativu enantes de publicar"
+
+#: src/screens/Settings/components/Email2FAToggle.tsx:54
+msgid "Require an email code to log in to your account."
+msgstr ""
+
+#: src/view/screens/Settings/Email2FAToggle.tsx:51
+#~ msgid "Require email code to log into your account"
+#~ msgstr ""
+
+#: src/screens/Signup/StepInfo/index.tsx:159
+msgid "Required for this provider"
+msgstr ""
+
+#: src/components/LabelingServiceCard/index.tsx:80
+msgid "Required in your region"
+msgstr ""
+
+#: src/screens/Settings/components/DisableEmail2FADialog.tsx:173
+#: src/screens/Settings/components/DisableEmail2FADialog.tsx:176
+msgid "Resend email"
+msgstr ""
+
+#: src/components/dialogs/VerifyEmailDialog.tsx:267
+#: src/components/dialogs/VerifyEmailDialog.tsx:277
+#: src/components/intents/VerifyEmailIntentDialog.tsx:130
+msgid "Resend Email"
+msgstr ""
+
+#: src/components/intents/VerifyEmailIntentDialog.tsx:122
+msgid "Resend Verification Email"
+msgstr ""
+
+#: src/view/com/modals/ChangePassword.tsx:186
+msgid "Reset code"
+msgstr ""
+
+#: src/view/com/modals/ChangePassword.tsx:193
+msgid "Reset Code"
+msgstr ""
+
+#: src/screens/Settings/Settings.tsx:335
+#: src/screens/Settings/Settings.tsx:337
+msgid "Reset onboarding state"
+msgstr ""
+
+#: src/screens/Login/ForgotPasswordForm.tsx:80
+msgid "Reset password"
+msgstr ""
+
+#: src/view/screens/Settings/index.tsx:847
+#: src/view/screens/Settings/index.tsx:850
+#~ msgid "Reset preferences state"
+#~ msgstr ""
+
+#: src/view/screens/Settings/index.tsx:868
+#~ msgid "Resets the onboarding state"
+#~ msgstr ""
+
+#: src/view/screens/Settings/index.tsx:848
+#~ msgid "Resets the preferences state"
+#~ msgstr ""
+
+#: src/screens/Login/LoginForm.tsx:296
+msgid "Retries login"
+msgstr ""
+
+#: src/view/com/util/error/ErrorMessage.tsx:57
+#: src/view/com/util/error/ErrorScreen.tsx:74
+msgid "Retries the last action, which errored out"
+msgstr ""
+
+#: src/components/dms/MessageItem.tsx:245
+#: src/components/Error.tsx:65
+#: src/components/Lists.tsx:104
+#: src/components/StarterPack/ProfileStarterPacks.tsx:336
+#: src/screens/Login/LoginForm.tsx:295
+#: src/screens/Login/LoginForm.tsx:302
+#: src/screens/Messages/components/MessageListError.tsx:25
+#: src/screens/Onboarding/StepInterests/index.tsx:217
+#: src/screens/Onboarding/StepInterests/index.tsx:220
+#: src/screens/Signup/BackNextButtons.tsx:53
+#: src/view/com/util/error/ErrorMessage.tsx:55
+#: src/view/com/util/error/ErrorScreen.tsx:72
+#: src/view/com/util/post-embeds/VideoEmbedInner/VideoFallback.tsx:55
+#: src/view/com/util/post-embeds/VideoEmbedInner/VideoFallback.tsx:57
+msgid "Retry"
+msgstr "Retentar"
+
+#: src/components/Error.tsx:73
+#: src/screens/List/ListHiddenScreen.tsx:205
+#: src/screens/StarterPack/StarterPackScreen.tsx:751
+#: src/view/screens/ProfileList.tsx:1030
+msgid "Return to previous page"
+msgstr ""
+
+#: src/view/screens/NotFound.tsx:61
+msgid "Returns to home page"
+msgstr ""
+
+#: src/view/screens/NotFound.tsx:60
+#: src/view/screens/ProfileFeed.tsx:114
+msgid "Returns to previous page"
+msgstr ""
+
+#: src/components/dialogs/BirthDateSettings.tsx:124
+#: src/components/dialogs/PostInteractionSettingsDialog.tsx:442
+#: src/components/dialogs/PostInteractionSettingsDialog.tsx:448
+#: src/components/StarterPack/QrCodeDialog.tsx:185
+#: src/screens/Profile/Header/EditProfileDialog.tsx:238
+#: src/screens/Profile/Header/EditProfileDialog.tsx:252
+#: src/screens/Settings/components/ChangeHandleDialog.tsx:241
+#: src/view/com/composer/GifAltText.tsx:190
+#: src/view/com/composer/GifAltText.tsx:199
+#: src/view/com/composer/photos/EditImageDialog.web.tsx:77
+#: src/view/com/composer/photos/EditImageDialog.web.tsx:83
+#: src/view/com/composer/photos/ImageAltTextDialog.tsx:150
+#: src/view/com/composer/photos/ImageAltTextDialog.tsx:160
+#: src/view/com/modals/CreateOrEditList.tsx:317
+#: src/view/com/modals/EditProfile.tsx:219
+#: src/view/screens/SavedFeeds.tsx:103
+msgid "Save"
+msgstr "Guardar"
+
+#: src/view/com/lightbox/ImageViewing/index.tsx:555
+#: src/view/com/modals/CreateOrEditList.tsx:325
+msgctxt "action"
+msgid "Save"
+msgstr ""
+
+#: src/components/dialogs/BirthDateSettings.tsx:118
+msgid "Save birthday"
+msgstr ""
+
+#: src/view/screens/SavedFeeds.tsx:98
+#: src/view/screens/SavedFeeds.tsx:103
+msgid "Save changes"
+msgstr "Guardar los cambeos"
+
+#: src/view/com/modals/EditProfile.tsx:227
+msgid "Save Changes"
+msgstr ""
+
+#: src/view/com/modals/ChangeHandle.tsx:158
+#~ msgid "Save handle change"
+#~ msgstr ""
+
+#: src/components/StarterPack/ShareDialog.tsx:150
+#: src/components/StarterPack/ShareDialog.tsx:157
+msgid "Save image"
+msgstr ""
+
+#: src/view/com/modals/CropImage.web.tsx:104
+msgid "Save image crop"
+msgstr ""
+
+#: src/screens/Settings/components/ChangeHandleDialog.tsx:227
+msgid "Save new handle"
+msgstr "Guardar l'identificador nuevu"
+
+#: src/components/StarterPack/QrCodeDialog.tsx:179
+msgid "Save QR code"
+msgstr ""
+
+#: src/view/screens/ProfileFeed.tsx:338
+#: src/view/screens/ProfileFeed.tsx:344
+msgid "Save to my feeds"
+msgstr "Guardar nos mios feeds"
+
+#: src/view/screens/SavedFeeds.tsx:171
+msgid "Saved Feeds"
+msgstr "Feeds guardaos"
+
+#: src/view/com/lightbox/Lightbox.tsx:44
+msgid "Saved to your camera roll"
+msgstr ""
+
+#: src/view/screens/ProfileFeed.tsx:206
+#: src/view/screens/ProfileList.tsx:366
+msgid "Saved to your feeds"
+msgstr ""
+
+#: src/view/com/modals/EditProfile.tsx:220
+msgid "Saves any changes to your profile"
+msgstr ""
+
+#: src/view/com/modals/ChangeHandle.tsx:159
+#~ msgid "Saves handle change to {handle}"
+#~ msgstr ""
+
+#: src/view/com/modals/CropImage.web.tsx:105
+msgid "Saves image crop settings"
+msgstr ""
+
+#: src/components/dms/ChatEmptyPill.tsx:33
+#: src/components/NewskieDialog.tsx:105
+#: src/view/com/notifications/FeedItem.tsx:539
+#: src/view/com/notifications/FeedItem.tsx:564
+msgid "Say hello!"
+msgstr "¡Saluda!"
+
+#: src/screens/Onboarding/index.tsx:33
+#: src/screens/Onboarding/state.ts:99
+msgid "Science"
+msgstr "Ciencia"
+
+#: src/view/screens/ProfileList.tsx:986
+msgid "Scroll to top"
+msgstr ""
+
+#: src/components/dms/dialogs/SearchablePeopleList.tsx:484
+#: src/components/forms/SearchInput.tsx:34
+#: src/components/forms/SearchInput.tsx:36
+#: src/Navigation.tsx:584
+#: src/view/com/modals/ListAddRemoveUsers.tsx:76
+#: src/view/screens/Search/Search.tsx:594
+#: src/view/shell/bottom-bar/BottomBar.tsx:178
+#: src/view/shell/desktop/LeftNav.tsx:419
+#: src/view/shell/Drawer.tsx:365
+msgid "Search"
+msgstr "Buscar"
+
+#: src/view/shell/desktop/Search.tsx:201
+msgid "Search for \"{query}\""
+msgstr ""
+
+#: src/view/screens/Search/Search.tsx:1000
+msgid "Search for \"{searchText}\""
+msgstr ""
+
+#: src/screens/StarterPack/Wizard/index.tsx:500
+msgid "Search for feeds that you want to suggest to others."
+msgstr "Busca feeds que quieras suxerir a otres persones."
+
+#: src/view/com/modals/ListAddRemoveUsers.tsx:71
+msgid "Search for users"
+msgstr ""
+
+#: src/components/dialogs/GifSelect.tsx:177
+msgid "Search GIFs"
+msgstr ""
+
+#: src/components/dms/dialogs/SearchablePeopleList.tsx:504
+#: src/components/dms/dialogs/SearchablePeopleList.tsx:505
+msgid "Search profiles"
+msgstr ""
+
+#: src/components/dialogs/GifSelect.tsx:178
+msgid "Search Tenor"
+msgstr "Buscar en Tenor"
+
+#: src/view/com/modals/ChangeEmail.tsx:105
+msgid "Security Step Required"
+msgstr ""
+
+#: src/components/TagMenu/index.web.tsx:77
+msgid "See {truncatedTag} posts"
+msgstr ""
+
+#: src/components/TagMenu/index.web.tsx:94
+msgid "See {truncatedTag} posts by user"
+msgstr ""
+
+#: src/components/TagMenu/index.tsx:155
+msgid "See <0>{displayTag}</0> posts"
+msgstr ""
+
+#: src/components/TagMenu/index.tsx:203
+msgid "See <0>{displayTag}</0> posts by this user"
+msgstr ""
+
+#: src/view/com/auth/SplashScreen.web.tsx:176
+msgid "See jobs at Bluesky"
+msgstr ""
+
+#: src/view/screens/SavedFeeds.tsx:212
+msgid "See this guide"
+msgstr ""
+
+#: src/view/com/util/post-embeds/VideoEmbedInner/web-controls/Scrubber.tsx:189
+#~ msgid "Seek slider"
+#~ msgstr ""
+
+#: src/view/com/util/post-embeds/VideoEmbedInner/web-controls/Scrubber.tsx:190
+msgid "Seek slider. Use the arrow keys to seek forwards and backwards, and space to play/pause"
+msgstr ""
+
+#: src/view/com/util/Selector.tsx:107
+#~ msgid "Select {item}"
+#~ msgstr ""
+
+#: src/screens/Onboarding/StepProfile/AvatarCreatorItems.tsx:67
+msgid "Select a color"
+msgstr ""
+
+#: src/screens/Login/ChooseAccountForm.tsx:77
+msgid "Select account"
+msgstr ""
+
+#: src/screens/Onboarding/StepProfile/AvatarCircle.tsx:66
+msgid "Select an avatar"
+msgstr ""
+
+#: src/screens/Onboarding/StepProfile/AvatarCreatorItems.tsx:65
+msgid "Select an emoji"
+msgstr ""
+
+#: src/screens/Settings/LanguageSettings.tsx:252
+msgid "Select content languages"
+msgstr ""
+
+#: src/screens/Login/index.tsx:117
+msgid "Select from an existing account"
+msgstr ""
+
+#: src/view/com/composer/photos/SelectGifBtn.tsx:35
+msgid "Select GIF"
+msgstr ""
+
+#: src/components/dialogs/GifSelect.tsx:306
+msgid "Select GIF \"{0}\""
+msgstr ""
+
+#: src/components/dialogs/MutedWords.tsx:142
+msgid "Select how long to mute this word for."
+msgstr ""
+
+#: src/view/com/composer/videos/SubtitleDialog.tsx:245
+msgid "Select language..."
+msgstr ""
+
+#: src/screens/Settings/LanguageSettings.tsx:266
+msgid "Select languages"
+msgstr "Seleicionar llingües"
+
+#: src/components/ReportDialog/SelectLabelerView.tsx:28
+msgid "Select moderator"
+msgstr ""
+
+#: src/view/com/util/Selector.tsx:108
+#~ msgid "Select option {i} of {numItems}"
+#~ msgstr ""
+
+#: src/view/com/composer/videos/SubtitleFilePicker.tsx:66
+msgid "Select subtitle file (.vtt)"
+msgstr ""
+
+#: src/screens/Onboarding/StepProfile/AvatarCreatorItems.tsx:83
+msgid "Select the {emojiName} emoji as your avatar"
+msgstr ""
+
+#: src/components/ReportDialog/SubmitView.tsx:140
+msgid "Select the moderation service(s) to report to"
+msgstr ""
+
+#: src/view/com/auth/server-input/index.tsx:79
+msgid "Select the service that hosts your data."
+msgstr "Seleiciona'l serviciu que agospia los tos datos."
+
+#: src/view/com/composer/videos/SelectVideoBtn.tsx:100
+msgid "Select video"
+msgstr ""
+
+#: src/components/dialogs/MutedWords.tsx:242
+msgid "Select what content this mute word should apply to."
+msgstr ""
+
+#: src/screens/Settings/LanguageSettings.tsx:245
+msgid "Select which languages you want your subscribed feeds to include. If none are selected, all languages will be shown."
+msgstr "Seleiciona qué llingües quies qu'incluyan los feeds a los que te soscribiesti. Si nun seleiciones nenguna, van amosase toles llingües."
+
+#: src/screens/Settings/LanguageSettings.tsx:76
+msgid "Select your app language for the default text to display in the app."
+msgstr "Seleiciona la llingua de l'aplicación pa que'l testu predetermináu s'amuese na aplicación."
+
+#: src/screens/Signup/StepInfo/index.tsx:223
+msgid "Select your date of birth"
+msgstr ""
+
+#: src/screens/Onboarding/StepInterests/index.tsx:192
+msgid "Select your interests from the options below"
+msgstr ""
+
+#: src/screens/Settings/LanguageSettings.tsx:162
+msgid "Select your preferred language for translations in your feed."
+msgstr "Seleiciona la llingua que prefieres pa les traducciones del feed."
+
+#: src/components/dms/ChatEmptyPill.tsx:38
+msgid "Send a neat website!"
+msgstr ""
+
+#: src/screens/Settings/ContentAndMediaSettings.tsx:118
+msgid "Send Bluesky referrer"
+msgstr ""
+
+#: src/components/dialogs/VerifyEmailDialog.tsx:232
+msgid "Send Confirmation"
+msgstr ""
+
+#: src/components/dialogs/VerifyEmailDialog.tsx:225
+msgid "Send confirmation email"
+msgstr ""
+
+#: src/view/com/modals/VerifyEmail.tsx:210
+#: src/view/com/modals/VerifyEmail.tsx:212
+msgid "Send Confirmation Email"
+msgstr "Unviar el mensaxe de confirmación"
+
+#: src/view/com/modals/DeleteAccount.tsx:149
+msgid "Send email"
+msgstr ""
+
+#: src/view/com/modals/DeleteAccount.tsx:162
+msgctxt "action"
+msgid "Send Email"
+msgstr ""
+
+#: src/view/shell/Drawer.tsx:312
+msgid "Send feedback"
+msgstr ""
+
+#: src/screens/Messages/components/MessageInput.tsx:173
+#: src/screens/Messages/components/MessageInput.web.tsx:219
+msgid "Send message"
+msgstr ""
+
+#: src/components/dms/dialogs/ShareViaChatDialog.tsx:62
+msgid "Send post to..."
+msgstr ""
+
+#: src/components/dms/ReportDialog.tsx:229
+#: src/components/dms/ReportDialog.tsx:232
+#: src/components/ReportDialog/SubmitView.tsx:220
+#: src/components/ReportDialog/SubmitView.tsx:224
+msgid "Send report"
+msgstr "Unviar l'informe"
+
+#: src/components/ReportDialog/SelectLabelerView.tsx:42
+msgid "Send report to {0}"
+msgstr ""
+
+#: src/screens/Settings/components/DisableEmail2FADialog.tsx:120
+#: src/screens/Settings/components/DisableEmail2FADialog.tsx:123
+msgid "Send verification email"
+msgstr ""
+
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:423
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:426
+msgid "Send via direct message"
+msgstr "Unviar per mensaxe direutu"
+
+#: src/view/com/modals/DeleteAccount.tsx:151
+msgid "Sends email with confirmation code for account deletion"
+msgstr "Unvia un mensaxe col códigu de confirmación pa desaniciar la cuenta"
+
+#: src/view/com/auth/server-input/index.tsx:111
+msgid "Server address"
+msgstr "Direición del sirvidor"
+
+#: src/screens/Moderation/index.tsx:311
+msgid "Set birthdate"
+msgstr ""
+
+#: src/screens/Login/SetNewPasswordForm.tsx:96
+msgid "Set new password"
+msgstr ""
+
+#: src/view/screens/PreferencesFollowingFeed.tsx:122
+#~ msgid "Set this setting to \"No\" to hide all quote posts from your feed. Reposts will still be visible."
+#~ msgstr ""
+
+#: src/view/screens/PreferencesFollowingFeed.tsx:64
+#~ msgid "Set this setting to \"No\" to hide all replies from your feed."
+#~ msgstr ""
+
+#: src/view/screens/PreferencesFollowingFeed.tsx:88
+#~ msgid "Set this setting to \"No\" to hide all reposts from your feed."
+#~ msgstr ""
+
+#: src/view/screens/PreferencesThreads.tsx:117
+#~ msgid "Set this setting to \"Yes\" to show replies in a threaded view. This is an experimental feature."
+#~ msgstr ""
+
+#: src/view/screens/PreferencesFollowingFeed.tsx:158
+#~ msgid "Set this setting to \"Yes\" to show samples of your saved feeds in your Following feed. This is an experimental feature."
+#~ msgstr ""
+
+#: src/screens/Onboarding/Layout.tsx:49
+msgid "Set up your account"
+msgstr ""
+
+#: src/view/com/modals/ChangeHandle.tsx:254
+#~ msgid "Sets Bluesky username"
+#~ msgstr ""
+
+#: src/screens/Login/ForgotPasswordForm.tsx:107
+msgid "Sets email for password reset"
+msgstr ""
+
+#: src/Navigation.tsx:158
+#: src/screens/Settings/Settings.tsx:76
+#: src/view/shell/desktop/LeftNav.tsx:511
+#: src/view/shell/Drawer.tsx:529
+msgid "Settings"
+msgstr "Configuración"
+
+#: src/view/com/composer/labels/LabelsBtn.tsx:174
+msgid "Sexual activity or erotic nudity."
+msgstr ""
+
+#: src/lib/moderation/useGlobalLabelStrings.ts:38
+msgid "Sexually Suggestive"
+msgstr ""
+
+#: src/components/StarterPack/QrCodeDialog.tsx:175
+#: src/screens/StarterPack/StarterPackScreen.tsx:422
+#: src/screens/StarterPack/StarterPackScreen.tsx:594
+#: src/view/com/profile/ProfileMenu.tsx:195
+#: src/view/com/profile/ProfileMenu.tsx:204
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:434
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:443
+#: src/view/com/util/post-ctrls/PostCtrls.tsx:339
+#: src/view/screens/ProfileList.tsx:487
+msgid "Share"
+msgstr ""
+
+#: src/view/com/lightbox/ImageViewing/index.tsx:564
+msgctxt "action"
+msgid "Share"
+msgstr ""
+
+#: src/components/dms/ChatEmptyPill.tsx:37
+msgid "Share a cool story!"
+msgstr ""
+
+#: src/components/dms/ChatEmptyPill.tsx:36
+msgid "Share a fun fact!"
+msgstr ""
+
+#: src/view/com/profile/ProfileMenu.tsx:353
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:691
+#: src/view/com/util/post-ctrls/PostCtrls.tsx:355
+msgid "Share anyway"
+msgstr "Compartir de toes toes"
+
+#: src/view/screens/ProfileFeed.tsx:364
+#: src/view/screens/ProfileFeed.tsx:366
+msgid "Share feed"
+msgstr "Compartir el feed"
+
+#: src/components/StarterPack/ShareDialog.tsx:123
+#: src/components/StarterPack/ShareDialog.tsx:130
+#: src/screens/StarterPack/StarterPackScreen.tsx:598
+msgid "Share link"
+msgstr ""
+
+#: src/view/com/modals/LinkWarning.tsx:89
+#: src/view/com/modals/LinkWarning.tsx:95
+msgid "Share Link"
+msgstr ""
+
+#: src/components/StarterPack/ShareDialog.tsx:87
+msgid "Share link dialog"
+msgstr ""
+
+#: src/components/StarterPack/ShareDialog.tsx:134
+#: src/components/StarterPack/ShareDialog.tsx:145
+msgid "Share QR code"
+msgstr ""
+
+#: src/screens/StarterPack/StarterPackScreen.tsx:415
+msgid "Share this starter pack"
+msgstr ""
+
+#: src/components/StarterPack/ShareDialog.tsx:99
+msgid "Share this starter pack and help people join your community on Bluesky."
+msgstr ""
+
+#: src/components/dms/ChatEmptyPill.tsx:34
+msgid "Share your favorite feed!"
+msgstr "¡Comparti'l to feed preferíu!"
+
+#: src/Navigation.tsx:254
+msgid "Shared Preferences Tester"
+msgstr ""
+
+#: src/view/com/modals/LinkWarning.tsx:92
+msgid "Shares the linked website"
+msgstr "Comparte'l sitiu web enllaciáu"
+
+#: src/components/moderation/ContentHider.tsx:200
+#: src/components/moderation/LabelPreference.tsx:137
+#: src/components/moderation/PostHider.tsx:122
+msgid "Show"
+msgstr "Amosar"
+
+#: src/view/com/util/post-embeds/GifEmbed.tsx:178
+msgid "Show alt text"
+msgstr "Amosar el testu alternativu"
+
+#: src/components/moderation/ScreenHider.tsx:172
+#: src/components/moderation/ScreenHider.tsx:175
+#: src/screens/List/ListHiddenScreen.tsx:176
+msgid "Show anyway"
+msgstr "Amosar de toes toes"
+
+#: src/lib/moderation/useLabelBehaviorDescription.ts:27
+#: src/lib/moderation/useLabelBehaviorDescription.ts:63
+msgid "Show badge"
+msgstr ""
+
+#: src/lib/moderation/useLabelBehaviorDescription.ts:61
+msgid "Show badge and filter from feeds"
+msgstr ""
+
+#: src/view/com/post-thread/PostThreadShowHiddenReplies.tsx:22
+msgid "Show hidden replies"
+msgstr ""
+
+#: src/view/com/post-thread/PostThreadItem.tsx:806
+msgid "Show information about when this post was created"
+msgstr ""
+
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:473
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:475
+msgid "Show less like this"
+msgstr "Amosar menos d'esto"
+
+#: src/screens/List/ListHiddenScreen.tsx:172
+msgid "Show list anyway"
+msgstr ""
+
+#: src/view/com/post-thread/PostThreadItem.tsx:593
+#: src/view/com/post/Post.tsx:242
+#: src/view/com/posts/FeedItem.tsx:509
+msgid "Show More"
+msgstr "Amosar más"
+
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:465
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:467
+msgid "Show more like this"
+msgstr "Amosar más d'esto"
+
+#: src/view/com/post-thread/PostThreadShowHiddenReplies.tsx:22
+msgid "Show muted replies"
+msgstr ""
+
+#: src/screens/Settings/Settings.tsx:96
+msgid "Show other accounts you can switch to"
+msgstr ""
+
+#: src/view/screens/PreferencesFollowingFeed.tsx:155
+#~ msgid "Show Posts from My Feeds"
+#~ msgstr ""
+
+#: src/screens/Settings/FollowingFeedPreferences.tsx:96
+#: src/screens/Settings/FollowingFeedPreferences.tsx:106
+msgid "Show quote posts"
+msgstr ""
+
+#: src/view/screens/PreferencesFollowingFeed.tsx:119
+#~ msgid "Show Quote Posts"
+#~ msgstr ""
+
+#: src/screens/Settings/FollowingFeedPreferences.tsx:60
+#: src/screens/Settings/FollowingFeedPreferences.tsx:70
+msgid "Show replies"
+msgstr "Amosar les rempuestes"
+
+#: src/view/screens/PreferencesFollowingFeed.tsx:61
+#~ msgid "Show Replies"
+#~ msgstr ""
+
+#: src/screens/Settings/ThreadPreferences.tsx:118
+msgid "Show replies by people you follow before all other replies"
+msgstr ""
+
+#: src/view/screens/PreferencesThreads.tsx:95
+#~ msgid "Show replies by people you follow before all other replies."
+#~ msgstr ""
+
+#: src/screens/Settings/ThreadPreferences.tsx:143
+msgid "Show replies in a threaded view"
+msgstr ""
+
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:539
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:549
+msgid "Show reply for everyone"
+msgstr ""
+
+#: src/screens/Settings/FollowingFeedPreferences.tsx:78
+#: src/screens/Settings/FollowingFeedPreferences.tsx:88
+msgid "Show reposts"
+msgstr "Amosar les republicaciones"
+
+#: src/view/screens/PreferencesFollowingFeed.tsx:85
+#~ msgid "Show Reposts"
+#~ msgstr ""
+
+#: src/screens/Settings/FollowingFeedPreferences.tsx:121
+#: src/screens/Settings/FollowingFeedPreferences.tsx:131
+msgid "Show samples of your saved feeds in your Following feed"
+msgstr ""
+
+#: src/components/moderation/ContentHider.tsx:152
+#: src/components/moderation/PostHider.tsx:79
+msgid "Show the content"
+msgstr ""
+
+#: src/lib/moderation/useLabelBehaviorDescription.ts:58
+msgid "Show warning"
+msgstr ""
+
+#: src/lib/moderation/useLabelBehaviorDescription.ts:56
+msgid "Show warning and filter from feeds"
+msgstr ""
+
+#: src/components/dialogs/Signin.tsx:97
+#: src/components/dialogs/Signin.tsx:99
+#: src/screens/Login/index.tsx:97
+#: src/screens/Login/index.tsx:116
+#: src/screens/Login/LoginForm.tsx:163
+#: src/view/com/auth/SplashScreen.tsx:61
+#: src/view/com/auth/SplashScreen.tsx:69
+#: src/view/com/auth/SplashScreen.web.tsx:123
+#: src/view/com/auth/SplashScreen.web.tsx:131
+#: src/view/shell/bottom-bar/BottomBar.tsx:311
+#: src/view/shell/bottom-bar/BottomBar.tsx:312
+#: src/view/shell/bottom-bar/BottomBar.tsx:314
+#: src/view/shell/bottom-bar/BottomBarWeb.tsx:205
+#: src/view/shell/bottom-bar/BottomBarWeb.tsx:206
+#: src/view/shell/bottom-bar/BottomBarWeb.tsx:208
+#: src/view/shell/NavSignupCard.tsx:57
+#: src/view/shell/NavSignupCard.tsx:62
+msgid "Sign in"
+msgstr "Aniciar la sesión"
+
+#: src/components/AccountList.tsx:122
+msgid "Sign in as {0}"
+msgstr ""
+
+#: src/screens/Login/ChooseAccountForm.tsx:80
+msgid "Sign in as..."
+msgstr ""
+
+#: src/components/dialogs/Signin.tsx:75
+msgid "Sign in or create your account to join the conversation!"
+msgstr "¡Anicia la sesión o crea una cuenta pa xunite a la conversación!"
+
+#: src/components/dialogs/Signin.tsx:46
+msgid "Sign into Bluesky or create a new account"
+msgstr ""
+
+#: src/screens/Settings/Settings.tsx:217
+#: src/screens/Settings/Settings.tsx:219
+#: src/screens/Settings/Settings.tsx:251
+msgid "Sign out"
+msgstr ""
+
+#: src/view/screens/Settings/index.tsx:421
+#: src/view/screens/Settings/index.tsx:431
+#~ msgid "Sign out of all accounts"
+#~ msgstr ""
+
+#: src/screens/Settings/Settings.tsx:248
+msgid "Sign out?"
+msgstr "¿Quies zarrar la sesión?"
+
+#: src/view/shell/bottom-bar/BottomBar.tsx:301
+#: src/view/shell/bottom-bar/BottomBar.tsx:302
+#: src/view/shell/bottom-bar/BottomBar.tsx:304
+#: src/view/shell/bottom-bar/BottomBarWeb.tsx:195
+#: src/view/shell/bottom-bar/BottomBarWeb.tsx:196
+#: src/view/shell/bottom-bar/BottomBarWeb.tsx:198
+#: src/view/shell/NavSignupCard.tsx:47
+#: src/view/shell/NavSignupCard.tsx:52
+msgid "Sign up"
+msgstr "Rexistrase"
+
+#: src/components/moderation/ScreenHider.tsx:91
+#: src/lib/moderation/useGlobalLabelStrings.ts:28
+msgid "Sign-in Required"
+msgstr ""
+
+#: src/view/screens/Settings/index.tsx:362
+#~ msgid "Signed in as"
+#~ msgstr ""
+
+#: src/lib/hooks/useAccountSwitcher.ts:41
+#: src/screens/Login/ChooseAccountForm.tsx:53
+msgid "Signed in as @{0}"
+msgstr "Aniciesti la sesión como @{0}"
+
+#: src/view/com/notifications/FeedItem.tsx:218
+#~ msgid "signed up with your starter pack"
+#~ msgstr ""
+
+#: src/screens/StarterPack/StarterPackLandingScreen.tsx:299
+#: src/screens/StarterPack/StarterPackLandingScreen.tsx:306
+msgid "Signup without a starter pack"
+msgstr ""
+
+#: src/components/FeedInterstitials.tsx:316
+msgid "Similar accounts"
+msgstr "Cuentes asemeyaes"
+
+#: src/screens/Onboarding/StepInterests/index.tsx:231
+#: src/screens/StarterPack/Wizard/index.tsx:200
+msgid "Skip"
+msgstr ""
+
+#: src/screens/Onboarding/StepInterests/index.tsx:228
+msgid "Skip this flow"
+msgstr ""
+
+#: src/screens/Settings/AppearanceSettings.tsx:149
+msgid "Smaller"
+msgstr "Pequeña"
+
+#: src/screens/Onboarding/index.tsx:37
+#: src/screens/Onboarding/state.ts:87
+msgid "Software Dev"
+msgstr ""
+
+#: src/components/FeedInterstitials.tsx:447
+msgid "Some other feeds you might like"
+msgstr ""
+
+#: src/components/WhoCanReply.tsx:70
+msgid "Some people can reply"
+msgstr "Dalgunes persones puen responder"
+
+#: src/screens/Messages/Conversation.tsx:112
+msgid "Something went wrong"
+msgstr ""
+
+#: src/screens/Deactivated.tsx:94
+#: src/screens/Settings/components/DeactivateAccountDialog.tsx:59
+msgid "Something went wrong, please try again"
+msgstr ""
+
+#: src/components/ReportDialog/index.tsx:54
+#: src/screens/Moderation/index.tsx:111
+#: src/screens/Profile/Sections/Labels.tsx:87
+msgid "Something went wrong, please try again."
+msgstr ""
+
+#: src/components/Lists.tsx:200
+#: src/screens/Settings/NotificationSettings.tsx:41
+msgid "Something went wrong!"
+msgstr ""
+
+#: src/App.native.tsx:113
+#: src/App.web.tsx:95
+msgid "Sorry! Your session expired. Please log in again."
+msgstr "La sesión caducó. Volvi aniciala."
+
+#: src/screens/Settings/ThreadPreferences.tsx:47
+msgid "Sort replies"
+msgstr ""
+
+#: src/view/screens/PreferencesThreads.tsx:64
+#~ msgid "Sort Replies"
+#~ msgstr ""
+
+#: src/screens/Settings/ThreadPreferences.tsx:54
+msgid "Sort replies by"
+msgstr ""
+
+#: src/screens/Settings/ThreadPreferences.tsx:51
+msgid "Sort replies to the same post by:"
+msgstr ""
+
+#: src/components/moderation/LabelsOnMeDialog.tsx:168
+msgid "Source:"
+msgstr ""
+
+#: src/lib/moderation/useReportOptions.ts:72
+#: src/lib/moderation/useReportOptions.ts:85
+msgid "Spam"
+msgstr "Spam"
+
+#: src/lib/moderation/useReportOptions.ts:55
+msgid "Spam; excessive mentions or replies"
+msgstr ""
+
+#: src/screens/Settings/ContentAndMediaSettings.tsx:112
+msgid "Specify Bluesky as a referer"
+msgstr ""
+
+#: src/screens/Onboarding/index.tsx:27
+#: src/screens/Onboarding/state.ts:100
+msgid "Sports"
+msgstr "Deportes"
+
+#: src/components/dms/dialogs/NewChatDialog.tsx:72
+msgid "Start a new chat"
+msgstr ""
+
+#: src/components/dms/dialogs/SearchablePeopleList.tsx:350
+msgid "Start chat with {displayName}"
+msgstr ""
+
+#: src/Navigation.tsx:393
+#: src/Navigation.tsx:398
+#: src/screens/StarterPack/Wizard/index.tsx:191
+msgid "Starter Pack"
+msgstr ""
+
+#: src/components/StarterPack/StarterPackCard.tsx:81
+msgid "Starter pack by {0}"
+msgstr ""
+
+#: src/components/StarterPack/StarterPackCard.tsx:80
+msgid "Starter pack by you"
+msgstr ""
+
+#: src/screens/StarterPack/StarterPackScreen.tsx:715
+msgid "Starter pack is invalid"
+msgstr ""
+
+#: src/view/screens/Profile.tsx:233
+msgid "Starter Packs"
+msgstr ""
+
+#: src/components/StarterPack/ProfileStarterPacks.tsx:244
+msgid "Starter packs let you easily share your favorite feeds and people with your friends."
+msgstr ""
+
+#: src/screens/Settings/AboutSettings.tsx:45
+#: src/screens/Settings/AboutSettings.tsx:48
+msgid "Status Page"
+msgstr "Páxina d'estáu"
+
+#: src/screens/Signup/index.tsx:130
+msgid "Step {0} of {1}"
+msgstr "Pasu {0} de {1}"
+
+#: src/screens/Settings/Settings.tsx:300
+msgid "Storage cleared, you need to restart the app now."
+msgstr "Borróse l'almacenamientu y agora tienes de reaniciar l'aplicación."
+
+#: src/Navigation.tsx:244
+#: src/screens/Settings/Settings.tsx:316
+msgid "Storybook"
+msgstr ""
+
+#: src/components/moderation/LabelsOnMeDialog.tsx:299
+#: src/components/moderation/LabelsOnMeDialog.tsx:300
+#: src/screens/Messages/components/ChatDisabled.tsx:142
+#: src/screens/Messages/components/ChatDisabled.tsx:143
+msgid "Submit"
+msgstr "Unviar"
+
+#: src/view/screens/ProfileList.tsx:703
+msgid "Subscribe"
+msgstr ""
+
+#: src/screens/Profile/Sections/Labels.tsx:201
+msgid "Subscribe to @{0} to use these labels:"
+msgstr ""
+
+#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:238
+msgid "Subscribe to Labeler"
+msgstr ""
+
+#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:204
+msgid "Subscribe to this labeler"
+msgstr ""
+
+#: src/view/screens/ProfileList.tsx:699
+msgid "Subscribe to this list"
+msgstr ""
+
+#: src/components/dialogs/VerifyEmailDialog.tsx:95
+msgid "Success!"
+msgstr ""
+
+#: src/view/screens/Search/Explore.tsx:332
+msgid "Suggested accounts"
+msgstr "Cuentes suxeríes"
+
+#: src/components/FeedInterstitials.tsx:318
+msgid "Suggested for you"
+msgstr ""
+
+#: src/view/com/composer/labels/LabelsBtn.tsx:145
+#: src/view/com/composer/labels/LabelsBtn.tsx:148
+msgid "Suggestive"
+msgstr ""
+
+#: src/Navigation.tsx:264
+#: src/view/screens/Support.tsx:31
+#: src/view/screens/Support.tsx:34
+msgid "Support"
+msgstr ""
+
+#: src/screens/Settings/Settings.tsx:94
+#: src/screens/Settings/Settings.tsx:108
+#: src/screens/Settings/Settings.tsx:403
+msgid "Switch account"
+msgstr ""
+
+#: src/components/dialogs/SwitchAccount.tsx:46
+#: src/components/dialogs/SwitchAccount.tsx:49
+msgid "Switch Account"
+msgstr ""
+
+#: src/view/screens/Settings/index.tsx:131
+#~ msgid "Switch to {0}"
+#~ msgstr ""
+
+#: src/view/screens/Settings/index.tsx:132
+#~ msgid "Switches the account you are logged in to"
+#~ msgstr ""
+
+#: src/screens/Settings/AppearanceSettings.tsx:84
+#: src/screens/Settings/AppearanceSettings.tsx:132
+msgid "System"
+msgstr "La del sistema"
+
+#: src/screens/Settings/AboutSettings.tsx:52
+#: src/screens/Settings/AboutSettings.tsx:55
+#: src/screens/Settings/Settings.tsx:309
+msgid "System log"
+msgstr "Rexistru del sistema"
+
+#: src/components/TagMenu/index.tsx:110
+msgid "Tag menu: {displayTag}"
+msgstr ""
+
+#: src/components/dialogs/MutedWords.tsx:282
+msgid "Tags only"
+msgstr ""
+
+#: src/components/ProgressGuide/Toast.tsx:156
+msgid "Tap to dismiss"
+msgstr ""
+
+#: src/view/com/util/post-embeds/VideoEmbedInner/VideoEmbedInnerNative.tsx:135
+msgid "Tap to enter full screen"
+msgstr ""
+
+#: src/view/com/util/post-embeds/VideoEmbedInner/VideoEmbedInnerNative.tsx:141
+msgid "Tap to play or pause"
+msgstr ""
+
+#: src/view/com/util/post-embeds/VideoEmbedInner/VideoEmbedInnerNative.tsx:158
+msgid "Tap to toggle sound"
+msgstr ""
+
+#: src/view/com/util/images/AutoSizedImage.tsx:199
+#: src/view/com/util/images/AutoSizedImage.tsx:221
+msgid "Tap to view full image"
+msgstr ""
+
+#: src/state/shell/progress-guide.tsx:166
+msgid "Task complete - 10 likes!"
+msgstr "Xera completada- ¡10 préstames!"
+
+#: src/components/ProgressGuide/List.tsx:48
+msgid "Teach our algorithm what you like"
+msgstr "Deprendi al nuesu algoritmu lo que te presta"
+
+#: src/screens/Onboarding/index.tsx:36
+#: src/screens/Onboarding/state.ts:101
+msgid "Tech"
+msgstr "Teunoloxía"
+
+#: src/components/dms/ChatEmptyPill.tsx:35
+msgid "Tell a joke!"
+msgstr ""
+
+#: src/screens/Profile/Header/EditProfileDialog.tsx:352
+msgid "Tell us a bit about yourself"
+msgstr ""
+
+#: src/screens/StarterPack/Wizard/StepDetails.tsx:62
+msgid "Tell us a little more"
+msgstr ""
+
+#: src/view/shell/desktop/RightNav.tsx:89
+msgid "Terms"
+msgstr "Términos"
+
+#: src/Navigation.tsx:274
+#: src/screens/Settings/AboutSettings.tsx:29
+#: src/screens/Settings/AboutSettings.tsx:32
+#: src/view/screens/TermsOfService.tsx:31
+#: src/view/shell/Drawer.tsx:617
+#: src/view/shell/Drawer.tsx:619
+msgid "Terms of Service"
+msgstr "Términos del serviciu"
+
+#: src/lib/moderation/useReportOptions.ts:60
+#: 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 "Los terminos usaos incumplen los estándares de la comunidá"
+
+#: src/components/dialogs/MutedWords.tsx:266
+msgid "Text & tags"
+msgstr "Testu y etiquetes"
+
+#: src/components/moderation/LabelsOnMeDialog.tsx:263
+#: src/screens/Messages/components/ChatDisabled.tsx:108
+msgid "Text input field"
+msgstr "Campu pa introducir testu"
+
+#: src/components/dialogs/VerifyEmailDialog.tsx:96
+msgid "Thank you! Your email has been successfully verified."
+msgstr "¡Gracies! Verificóse la direición de corréu electrónicu."
+
+#: src/components/dms/ReportDialog.tsx:129
+#: src/components/ReportDialog/SubmitView.tsx:82
+msgid "Thank you. Your report has been sent."
+msgstr "Gracies. Unvióse l'informe."
+
+#: src/components/intents/VerifyEmailIntentDialog.tsx:82
+msgid "Thanks, you have successfully verified your email address. You can close this dialog."
+msgstr ""
+
+#: src/screens/Settings/components/ChangeHandleDialog.tsx:467
+msgid "That contains the following:"
+msgstr ""
+
+#: src/screens/Signup/StepHandle.tsx:51
+msgid "That handle is already taken."
+msgstr "Esi identificador yá ta asignáu."
+
+#: src/screens/StarterPack/StarterPackScreen.tsx:103
+#: src/screens/StarterPack/StarterPackScreen.tsx:104
+#: src/screens/StarterPack/StarterPackScreen.tsx:148
+#: src/screens/StarterPack/StarterPackScreen.tsx:149
+#: src/screens/StarterPack/Wizard/index.tsx:107
+#: src/screens/StarterPack/Wizard/index.tsx:117
+msgid "That starter pack could not be found."
+msgstr ""
+
+#: src/view/com/post-thread/PostQuotes.tsx:133
+msgid "That's all, folks!"
+msgstr ""
+
+#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:279
+#: src/view/com/profile/ProfileMenu.tsx:329
+msgid "The account will be able to interact with you after unblocking."
+msgstr "La cuenta va ser a interactuar contigo dempués de desbloquiala."
+
+#: src/components/moderation/ModerationDetailsDialog.tsx:117
+#: src/lib/moderation/useModerationCauseDescription.ts:126
+msgid "The author of this thread has hidden this reply."
+msgstr ""
+
+#: src/screens/Moderation/index.tsx:363
+msgid "The Bluesky web application"
+msgstr "L'aplicación web de Bluesky"
+
+#: src/view/screens/CommunityGuidelines.tsx:38
+msgid "The Community Guidelines have been moved to <0/>"
+msgstr ""
+
+#: src/view/screens/CopyrightPolicy.tsx:35
+msgid "The Copyright Policy has been moved to <0/>"
+msgstr ""
+
+#: src/view/com/posts/FeedShutdownMsg.tsx:102
+msgid "The Discover feed"
+msgstr "El feed «Descubrimientu»"
+
+#: src/state/shell/progress-guide.tsx:167
+#: src/state/shell/progress-guide.tsx:172
+msgid "The Discover feed now knows what you like"
+msgstr "Agora'l feed «Descubrimientu» sabe qué te presta"
+
+#: src/screens/StarterPack/StarterPackLandingScreen.tsx:320
+msgid "The experience is better in the app. Download Bluesky now and we'll pick back up where you left off."
+msgstr "La esperiencia ye meyor na aplicación. Baxa Bluesky agora y llevámoste a onde lo dexesti."
+
+#: src/view/com/posts/FeedShutdownMsg.tsx:67
+msgid "The feed has been replaced with Discover."
+msgstr "El feed sustituyóse por «Descubrimientu»."
+
+#: src/components/moderation/LabelsOnMeDialog.tsx:58
+msgid "The following labels were applied to your account."
+msgstr "Aplicáronse les etiquetes siguientes a la to cuenta."
+
+#: src/components/moderation/LabelsOnMeDialog.tsx:59
+msgid "The following labels were applied to your content."
+msgstr "Aplicáronse les etiquetes siguientes al to conteníu."
+
+#: src/screens/Onboarding/Layout.tsx:59
+msgid "The following steps will help customize your Bluesky experience."
+msgstr "Los pasos siguientes van ayudate a personalizar la to esperiencia en Bluesky."
+
+#: src/view/com/post-thread/PostThread.tsx:208
+#: src/view/com/post-thread/PostThread.tsx:220
+msgid "The post may have been deleted."
+msgstr "Ye posible que la publicación se desaniciare."
+
+#: src/view/screens/PrivacyPolicy.tsx:35
+msgid "The Privacy Policy has been moved to <0/>"
+msgstr ""
+
+#: src/view/com/composer/state/video.ts:395
+msgid "The selected video is larger than 50MB."
+msgstr "El videu seleicionáu supera los 50 MB."
+
+#: src/lib/strings/errors.ts:18
+msgid "The server appears to be experiencing issues. Please try again in a few moments."
+msgstr ""
+
+#: src/screens/StarterPack/StarterPackScreen.tsx:725
+msgid "The starter pack that you are trying to view is invalid. You may delete this starter pack instead."
+msgstr ""
+
+#: src/view/screens/Support.tsx:37
+msgid "The support form has been moved. If you need help, please <0/> or visit {HELP_DESK_URL} to get in touch with us."
+msgstr ""
+
+#: src/view/screens/TermsOfService.tsx:35
+msgid "The Terms of Service have been moved to"
+msgstr ""
+
+#: src/components/intents/VerifyEmailIntentDialog.tsx:94
+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 "El códigu de verificación que forniesti ye inválidu. Asegúrate de qu'usesti l'enllaz de verificación correutu o solicita unu nuevu."
+
+#: src/screens/Settings/AppearanceSettings.tsx:136
+msgid "Theme"
+msgstr "La del estilu"
+
+#: src/screens/Settings/components/DeactivateAccountDialog.tsx:86
+msgid "There is no time limit for account deactivation, come back any time."
+msgstr ""
+
+#: src/components/dialogs/GifSelect.tsx:226
+msgid "There was an issue connecting to Tenor."
+msgstr "Hebo un problema al conectase con Tenor."
+
+#: src/view/screens/ProfileFeed.tsx:240
+#: src/view/screens/ProfileList.tsx:369
+#: src/view/screens/ProfileList.tsx:388
+#: src/view/screens/SavedFeeds.tsx:86
+msgid "There was an issue contacting the server"
+msgstr "Hebo un problema al conectase col sirvidor"
+
+#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:112
+#: src/view/screens/ProfileFeed.tsx:546
+msgid "There was an issue contacting the server, please check your internet connection and try again."
+msgstr "Hebo un problema al conectase col sirvidor. Comprueba la conexón a internet y volvi tentalo."
+
+#: src/view/com/feeds/FeedSourceCard.tsx:127
+#: src/view/com/feeds/FeedSourceCard.tsx:140
+msgid "There was an issue contacting your server"
+msgstr "Hebo un problema al conectase col to sirvidor"
+
+#: src/view/com/notifications/Feed.tsx:129
+msgid "There was an issue fetching notifications. Tap here to try again."
+msgstr "Hebo un problema al catar los avisos. Toca equí pa volver tentalo."
+
+#: src/view/com/posts/Feed.tsx:458
+msgid "There was an issue fetching posts. Tap here to try again."
+msgstr "Hebo un problema al catar les publicaciones. Toca equí pa volver tentalo."
+
+#: src/view/com/lists/ListMembers.tsx:169
+msgid "There was an issue fetching the list. Tap here to try again."
+msgstr "Hebo un problema al catar la llista. Toca equí pa volver tentalo."
+
+#: src/screens/Settings/AppPasswords.tsx:52
+msgid "There was an issue fetching your app passwords"
+msgstr "Hebo un problema al catar les contraseñes d'aplicación"
+
+#: src/view/com/feeds/ProfileFeedgens.tsx:155
+#: src/view/com/lists/ProfileLists.tsx:154
+msgid "There was an issue fetching your lists. Tap here to try again."
+msgstr "Hebo un problema al catar les tos llistes. Toca equí pa volver tentalo."
+
+#: src/screens/Settings/components/ChangeHandleDialog.tsx:101
+msgid "There was an issue fetching your service info"
+msgstr "Hebo un problema al catar la información del serviciu"
+
+#: src/view/com/posts/FeedErrorMessage.tsx:145
+msgid "There was an issue removing this feed. Please check your internet connection and try again."
+msgstr "Hebo un problema al quitar esti feed. Comprueba la conexón a internet y volvi tentalo."
+
+#: src/components/dms/ReportDialog.tsx:217
+#: src/components/ReportDialog/SubmitView.tsx:87
+msgid "There was an issue sending your report. Please check your internet connection."
+msgstr "Hebo un problema al unviar l'informe. Comprueba la conexón a internet."
+
+#: src/view/com/posts/FeedShutdownMsg.tsx:52
+#: src/view/com/posts/FeedShutdownMsg.tsx:71
+#: src/view/screens/ProfileFeed.tsx:211
+msgid "There was an issue updating your feeds, please check your internet connection and try again."
+msgstr "Hebo un error al anovar los feeds. Comprueba la conexón a internet y volvi tentalo."
+
+#: src/view/screens/AppPasswords.tsx:75
+#~ msgid "There was an issue with fetching your app passwords"
+#~ msgstr ""
+
+#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:107
+#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:128
+#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:141
+#: src/view/com/post-thread/PostThreadFollowBtn.tsx:91
+#: src/view/com/post-thread/PostThreadFollowBtn.tsx:102
+#: src/view/com/profile/ProfileMenu.tsx:102
+#: src/view/com/profile/ProfileMenu.tsx:112
+#: src/view/com/profile/ProfileMenu.tsx:126
+#: src/view/com/profile/ProfileMenu.tsx:136
+#: src/view/com/profile/ProfileMenu.tsx:149
+#: src/view/com/profile/ProfileMenu.tsx:161
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:364
+msgid "There was an issue! {0}"
+msgstr "¡Hebo un problema! {0}"
+
+#: src/components/dialogs/PostInteractionSettingsDialog.tsx:182
+#: src/screens/List/ListHiddenScreen.tsx:63
+#: src/screens/List/ListHiddenScreen.tsx:77
+#: src/screens/List/ListHiddenScreen.tsx:99
+#: src/view/screens/ProfileList.tsx:400
+#: src/view/screens/ProfileList.tsx:413
+#: src/view/screens/ProfileList.tsx:426
+#: src/view/screens/ProfileList.tsx:439
+msgid "There was an issue. Please check your internet connection and try again."
+msgstr "Hebo un problema. Comprueba la conexón a internet y volvi tentalo."
+
+#: src/components/dialogs/GifSelect.tsx:270
+#: src/view/com/util/ErrorBoundary.tsx:59
+msgid "There was an unexpected issue in the application. Please let us know if this happened to you!"
+msgstr ""
+
+#: src/screens/SignupQueued.tsx:116
+msgid "There's been a rush of new users to Bluesky! We'll activate your account as soon as we can."
+msgstr "¡Hebo una cantidá escomanada d'usuarios nuevos en Bluesky! Vamos activar la cuenta namás que podamos."
+
+#: src/screens/Settings/FollowingFeedPreferences.tsx:54
+msgid "These settings only apply to the Following feed."
+msgstr "Esta configuración namás s'aplica al feed «Siguiendo»."
+
+#: src/components/moderation/ScreenHider.tsx:111
+msgid "This {screenDescription} has been flagged:"
+msgstr ""
+
+#: src/components/moderation/ScreenHider.tsx:106
+msgid "This account has requested that users sign in to view their profile."
+msgstr "Esta cuenta solicitó que los usuarios anicien la sesión pa ver el so perfil."
+
+#: src/components/dms/BlockedByListDialog.tsx:34
+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 "Esta cuenta ta bloquiada por una o más llistes de moderación. Pa desbloquiala, consulta direutamente les llistes y quita esti usuariu."
+
+#: src/components/moderation/LabelsOnMeDialog.tsx:246
+msgid "This appeal will be sent to <0>{sourceName}</0>."
+msgstr "Esta apellación va unviase a <0>{sourceName}</0>."
+
+#: src/screens/Messages/components/ChatDisabled.tsx:104
+msgid "This appeal will be sent to Bluesky's moderation service."
+msgstr "Esta apellación va unviase al serviciu de moderación de Bluesky."
+
+#: src/screens/Messages/components/MessageListError.tsx:18
+msgid "This chat was disconnected"
+msgstr ""
+
+#: src/lib/moderation/useGlobalLabelStrings.ts:19
+msgid "This content has been hidden by the moderators."
+msgstr "Los moderadores escondieron esti conteníu."
+
+#: src/lib/moderation/useGlobalLabelStrings.ts:24
+msgid "This content has received a general warning from moderators."
+msgstr "Esti conteníu recibió una alvertencia xeneral de los moderadores."
+
+#: src/components/dialogs/EmbedConsent.tsx:63
+msgid "This content is hosted by {0}. Do you want to enable external media?"
+msgstr "«{0}» agospia esti conteníu. ¿Quies activar el conteníu multimedia esternu?"
+
+#: src/components/moderation/ModerationDetailsDialog.tsx:82
+#: src/lib/moderation/useModerationCauseDescription.ts:82
+msgid "This content is not available because one of the users involved has blocked the other."
+msgstr ""
+
+#: src/view/com/posts/FeedErrorMessage.tsx:114
+msgid "This content is not viewable without a Bluesky account."
+msgstr "Esti conteníu nun se pue ver ensin una cuenta de Bluesky."
+
+#: src/screens/Messages/components/ChatListItem.tsx:266
+msgid "This conversation is with a deleted or a deactivated account. Press for options."
+msgstr "Esta conversación ye con una cuenta desaniciada o desactivada. Primi pa consiguir opciones."
+
+#: src/screens/Settings/components/ExportCarDialog.tsx:94
+msgid "This feature is in beta. You can read more about repository exports in <0>this blogpost</0>."
+msgstr "Esta función ta en beta. Pues lleer más información tocante a les esportaciones de depósitos <0>nesta entrada del blogue</0>."
+
+#: src/lib/strings/errors.ts:21
+msgid "This feature is not available while using an App Password. Please sign in with your main password."
+msgstr "Esta función nun ta disponible mentanto uses una contraseña d'aplicación. Anicia la sesión cola contraseña principal."
+
+#: src/view/com/posts/FeedErrorMessage.tsx:120
+msgid "This feed is currently receiving high traffic and is temporarily unavailable. Please try again later."
+msgstr "Esti feed ta recibiendo munchu tránsitu y nun ta disponible temporalmente. Volvi tentalo dempués."
+
+#: src/view/com/posts/CustomFeedEmptyState.tsx:38
+msgid "This feed is empty! You may need to follow more users or tune your language settings."
+msgstr ""
+
+#: src/components/StarterPack/Main/PostsList.tsx:36
+#: src/view/screens/ProfileFeed.tsx:478
+#: src/view/screens/ProfileList.tsx:788
+msgid "This feed is empty."
+msgstr "Esti feed ta baleru."
+
+#: src/view/com/posts/FeedShutdownMsg.tsx:99
+msgid "This feed is no longer online. We are showing <0>Discover</0> instead."
+msgstr ""
+
+#: src/screens/Settings/components/ChangeHandleDialog.tsx:558
+msgid "This handle is reserved. Please try a different one."
+msgstr "Esti identificador ta acutáu. Prueba con otru."
+
+#: src/components/dialogs/BirthDateSettings.tsx:40
+msgid "This information is not shared with other users."
+msgstr "Esta información nun se comparte con otros usuarios."
+
+#: src/view/com/modals/VerifyEmail.tsx:127
+msgid "This is important in case you ever need to change your email or reset your password."
+msgstr ""
+
+#: src/components/moderation/ModerationDetailsDialog.tsx:150
+msgid "This label was applied by <0>{0}</0>."
+msgstr "<0>{0}</0> aplicó esta etiqueta."
+
+#: src/components/moderation/ModerationDetailsDialog.tsx:145
+msgid "This label was applied by the author."
+msgstr "L'autor aplicó esta etiqueta."
+
+#: src/components/moderation/LabelsOnMeDialog.tsx:163
+msgid "This label was applied by you."
+msgstr "Apliquesti esta etiqueta."
+
+#: src/screens/Profile/Sections/Labels.tsx:188
+msgid "This labeler hasn't declared what labels it publishes, and may not be active."
+msgstr "Esti etiquetador nun declaró qué etiquetes publica y ye posible que nun tea activu."
+
+#: src/view/com/modals/LinkWarning.tsx:72
+msgid "This link is taking you to the following website:"
+msgstr "Esti enllaz llévate al sitiu web siguiente:"
+
+#: src/screens/List/ListHiddenScreen.tsx:136
+msgid "This list - created by <0>{0}</0> - contains possible violations of Bluesky's community guidelines in its name or description."
+msgstr ""
+
+#: src/view/screens/ProfileList.tsx:966
+msgid "This list is empty!"
+msgstr "¡Esta llista ta balera!"
+
+#: src/screens/Profile/ErrorState.tsx:40
+msgid "This moderation service is unavailable. See below for more details. If this issue persists, contact us."
+msgstr "Esti serviciu de moderación nun ta disponible. Consulta abaxo los detalles y si sigue'l problema, ponte en contautu con nós."
+
+#: src/view/com/modals/AddAppPasswords.tsx:110
+#~ msgid "This name is already in use"
+#~ msgstr ""
+
+#: src/view/com/post-thread/PostThreadItem.tsx:846
+msgid "This post claims to have been created on <0>{0}</0>, but was first seen by Bluesky on <1>{1}</1>."
+msgstr ""
+
+#: src/view/com/post-thread/PostThreadItem.tsx:152
+msgid "This post has been deleted."
+msgstr "Desanicióse esta publicación."
+
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:688
+#: src/view/com/util/post-ctrls/PostCtrls.tsx:352
+msgid "This post is only visible to logged-in users. It won't be visible to people who aren't logged in."
+msgstr "Esta publicación namás ye visible pa los usuarios qu'anicien la sesión. Nun va ser visible pa les persones que nun lo fixeren."
+
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:669
+msgid "This post will be hidden from feeds and threads. This cannot be undone."
+msgstr "Esta publicación nun va apaecer nos feeds nin nos filos. Esta aición nun se pue desfacer."
+
+#: src/view/com/composer/Composer.tsx:413
+msgid "This post's author has disabled quote posts."
+msgstr "L'autor d'esta publicación desactivó les cites."
+
+#: src/view/com/profile/ProfileMenu.tsx:350
+msgid "This profile is only visible to logged-in users. It won't be visible to people who aren't logged in."
+msgstr "Esti perfil namás ye visible pa los usuarios qu'anicien la sesión. Nun va ser visible pa les persones que nun lo fixeren."
+
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:731
+msgid "This reply will be sorted into a hidden section at the bottom of your thread and will mute notifications for subsequent replies - both for yourself and others."
+msgstr ""
+
+#: src/screens/Signup/StepInfo/Policies.tsx:37
+msgid "This service has not provided terms of service or a privacy policy."
+msgstr "Esti serviciu nun fornió los términos del serviciu nin una política de privacidá."
+
+#: src/screens/Settings/components/ChangeHandleDialog.tsx:436
+msgid "This should create a domain record at:"
+msgstr ""
+
+#: src/view/com/profile/ProfileFollowers.tsx:96
+msgid "This user doesn't have any followers."
+msgstr "Esti usuariu nun tien nengún siguidor."
+
+#: src/components/dms/MessagesListBlockedFooter.tsx:60
+msgid "This user has blocked you"
+msgstr "Esti usuariu bloquióte"
+
+#: src/components/moderation/ModerationDetailsDialog.tsx:77
+#: src/lib/moderation/useModerationCauseDescription.ts:73
+msgid "This user has blocked you. You cannot view their content."
+msgstr "Esti usuariu bloquióte. Nun pues ver el so conteníu."
+
+#: src/lib/moderation/useGlobalLabelStrings.ts:30
+msgid "This user has requested that their content only be shown to signed-in users."
+msgstr "Esti perfil solicitó que'l so conteníu namás s'amuese a los usuarios qu'anicien la sesión."
+
+#: src/components/moderation/ModerationDetailsDialog.tsx:57
+msgid "This user is included in the <0>{0}</0> list which you have blocked."
+msgstr "Esti usuariu ta incluyíu na llista <0>{0}</0> que bloquiesti."
+
+#: src/components/moderation/ModerationDetailsDialog.tsx:89
+msgid "This user is included in the <0>{0}</0> list which you have muted."
+msgstr ""
+
+#: src/components/NewskieDialog.tsx:65
+msgid "This user is new here. Press for more info about when they joined."
+msgstr "Esti usuariu ye nuevu. Primi pa consiguir más información tocante a cuándo se xunió."
+
+#: src/view/com/profile/ProfileFollows.tsx:96
+msgid "This user isn't following anyone."
+msgstr "Esti usuariu nun sigue a naide."
+
+#: src/components/dialogs/MutedWords.tsx:435
+msgid "This will delete \"{0}\" from your muted words. You can always add it back later."
+msgstr ""
+
+#: src/screens/Settings/Settings.tsx:452
+msgid "This will remove @{0} from the quick access list."
+msgstr ""
+
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:721
+msgid "This will remove your post from this quote post for all users, and replace it with a placeholder."
+msgstr "Esta aición va quitar la publicación d'esta cita pa tolos usuarios y va sustituyila con un espaciu acutáu."
+
+#: src/screens/Settings/ContentAndMediaSettings.tsx:57
+#: src/screens/Settings/ContentAndMediaSettings.tsx:60
+msgid "Thread preferences"
+msgstr ""
+
+#: src/screens/Settings/ThreadPreferences.tsx:41
+msgid "Thread Preferences"
+msgstr "Preferencies de los filos"
+
+#: src/screens/Settings/ThreadPreferences.tsx:134
+msgid "Threaded mode"
+msgstr ""
+
+#: src/view/screens/PreferencesThreads.tsx:114
+#~ msgid "Threaded Mode"
+#~ msgstr ""
+
+#: src/Navigation.tsx:307
+msgid "Threads Preferences"
+msgstr "Preferencies de los filos"
+
+#: src/view/com/util/post-embeds/VideoEmbedInner/TimeIndicator.tsx:33
+msgid "Time remaining: {time} seconds"
+msgstr ""
+
+#: src/screens/Settings/components/DisableEmail2FADialog.tsx:99
+msgid "To disable the email 2FA method, please verify your access to the email address."
+msgstr ""
+
+#: src/components/dms/ReportConversationPrompt.tsx:19
+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 "Pa informar d'una conversación, informa d'unu de los sos mensaxes pela pantalla de conversación. Esta aición va permitir a los moderadores entender el contestu del problema."
+
+#: src/view/com/composer/videos/SelectVideoBtn.tsx:127
+msgid "To upload videos to Bluesky, you must first verify your email."
+msgstr "Pa xubir vídeos a Bluesky, tienes de verificar primero la to direición de corréu."
+
+#: src/components/ReportDialog/SelectLabelerView.tsx:31
+msgid "To whom would you like to send this report?"
+msgstr "¿A quién quies unviar esti informe?"
+
+#: src/components/dms/DateDivider.tsx:44
+msgid "Today"
+msgstr "Güei"
+
+#: src/view/com/util/forms/DropdownButton.tsx:258
+msgid "Toggle dropdown"
+msgstr ""
+
+#: src/screens/Moderation/index.tsx:340
+msgid "Toggle to enable or disable adult content"
+msgstr ""
+
+#: src/screens/Hashtag.tsx:87
+#: src/view/screens/Search/Search.tsx:511
+msgid "Top"
+msgstr "Lo destacao"
+
+#: src/components/dms/MessageMenu.tsx:103
+#: src/components/dms/MessageMenu.tsx:105
+#: src/view/com/post-thread/PostThreadItem.tsx:771
+#: src/view/com/post-thread/PostThreadItem.tsx:774
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:404
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:406
+msgid "Translate"
+msgstr "Traducir"
+
+#: src/view/com/util/error/ErrorScreen.tsx:82
+msgctxt "action"
+msgid "Try again"
+msgstr "Retentar"
+
+#: src/screens/Onboarding/state.ts:102
+msgid "TV"
+msgstr "TV"
+
+#: src/view/screens/Settings/index.tsx:712
+#~ msgid "Two-factor authentication"
+#~ msgstr ""
+
+#: src/screens/Settings/PrivacyAndSecuritySettings.tsx:48
+msgid "Two-factor authentication (2FA)"
+msgstr "Autenticación en dos pasos (2FA)"
+
+#: src/screens/Messages/components/MessageInput.tsx:148
+msgid "Type your message here"
+msgstr "Escribi'l to mensaxe equí"
+
+#: src/screens/Settings/components/ChangeHandleDialog.tsx:412
+msgid "Type:"
+msgstr ""
+
+#: src/view/screens/ProfileList.tsx:594
+msgid "Un-block list"
+msgstr ""
+
+#: src/view/screens/ProfileList.tsx:579
+msgid "Un-mute list"
+msgstr ""
+
+#: src/lib/strings/errors.ts:11
+msgid "Unable to connect. Please check your internet connection and try again."
+msgstr "Nun ye posible conectase. Comprueba la conexón a internet y volvi tentalo."
+
+#: src/screens/Login/ForgotPasswordForm.tsx:68
+#: src/screens/Login/index.tsx:76
+#: src/screens/Login/LoginForm.tsx:152
+#: src/screens/Login/SetNewPasswordForm.tsx:71
+#: src/screens/Signup/index.tsx:71
+#: src/view/com/modals/ChangePassword.tsx:71
+msgid "Unable to contact your service. Please check your Internet connection."
+msgstr ""
+
+#: src/screens/StarterPack/StarterPackScreen.tsx:649
+msgid "Unable to delete"
+msgstr "Nun ye posible desaniciar"
+
+#: src/components/dms/MessagesListBlockedFooter.tsx:89
+#: src/components/dms/MessagesListBlockedFooter.tsx:96
+#: src/components/dms/MessagesListBlockedFooter.tsx:104
+#: src/components/dms/MessagesListBlockedFooter.tsx:111
+#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:197
+#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:283
+#: src/view/com/profile/ProfileMenu.tsx:341
+#: src/view/screens/ProfileList.tsx:685
+msgid "Unblock"
+msgstr ""
+
+#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:202
+msgctxt "action"
+msgid "Unblock"
+msgstr "Desbloquiar"
+
+#: src/components/dms/ConvoMenu.tsx:188
+#: src/components/dms/ConvoMenu.tsx:192
+msgid "Unblock account"
+msgstr ""
+
+#: src/view/com/profile/ProfileMenu.tsx:279
+#: src/view/com/profile/ProfileMenu.tsx:285
+msgid "Unblock Account"
+msgstr ""
+
+#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:277
+#: src/view/com/profile/ProfileMenu.tsx:323
+msgid "Unblock Account?"
+msgstr "¿Quies desbloquiar la cuenta?"
+
+#: src/view/com/util/post-ctrls/RepostButton.tsx:67
+#: src/view/com/util/post-ctrls/RepostButton.web.tsx:72
+#: src/view/com/util/post-ctrls/RepostButton.web.tsx:76
+msgid "Undo repost"
+msgstr "Desfacer la republicación"
+
+#: src/view/com/profile/FollowButton.tsx:60
+msgctxt "action"
+msgid "Unfollow"
+msgstr "Dexar de siguir"
+
+#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:217
+msgid "Unfollow {0}"
+msgstr ""
+
+#: src/view/com/profile/ProfileMenu.tsx:221
+#: src/view/com/profile/ProfileMenu.tsx:231
+msgid "Unfollow Account"
+msgstr ""
+
+#: src/view/screens/ProfileFeed.tsx:576
+msgid "Unlike this feed"
+msgstr ""
+
+#: src/components/TagMenu/index.tsx:264
+#: src/view/screens/ProfileList.tsx:692
+msgid "Unmute"
+msgstr ""
+
+#: src/view/com/util/post-embeds/VideoEmbedInner/VideoEmbedInnerNative.tsx:155
+#: src/view/com/util/post-embeds/VideoEmbedInner/web-controls/VolumeControl.tsx:94
+msgctxt "video"
+msgid "Unmute"
+msgstr "Activar el volume"
+
+#: src/components/TagMenu/index.web.tsx:115
+msgid "Unmute {truncatedTag}"
+msgstr ""
+
+#: src/view/com/profile/ProfileMenu.tsx:258
+#: src/view/com/profile/ProfileMenu.tsx:264
+msgid "Unmute Account"
+msgstr ""
+
+#: src/components/TagMenu/index.tsx:223
+msgid "Unmute all {displayTag} posts"
+msgstr ""
+
+#: src/components/dms/ConvoMenu.tsx:176
+msgid "Unmute conversation"
+msgstr ""
+
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:489
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:493
+msgid "Unmute thread"
+msgstr ""
+
+#: src/view/com/util/post-embeds/VideoEmbedInner/web-controls/VideoControls.tsx:318
+msgid "Unmute video"
+msgstr ""
+
+#: src/view/screens/ProfileFeed.tsx:296
+#: src/view/screens/ProfileList.tsx:676
+msgid "Unpin"
+msgstr "Lliberar"
+
+#: src/view/screens/ProfileFeed.tsx:293
+msgid "Unpin from home"
+msgstr ""
+
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:379
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:386
+msgid "Unpin from profile"
+msgstr "Lliberar del perfil"
+
+#: src/view/screens/ProfileList.tsx:559
+msgid "Unpin moderation list"
+msgstr "Lliberar la llista de moderación"
+
+#: src/view/screens/ProfileList.tsx:356
+msgid "Unpinned from your feeds"
+msgstr "Lliberóse de los tos feeds"
+
+#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:236
+msgid "Unsubscribe"
+msgstr "Dase de baxa"
+
+#: src/screens/List/ListHiddenScreen.tsx:184
+#: src/screens/List/ListHiddenScreen.tsx:194
+msgid "Unsubscribe from list"
+msgstr "Dase de baxa de la llista"
+
+#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:203
+msgid "Unsubscribe from this labeler"
+msgstr "Dase de baxa d'esti etiquetador"
+
+#: src/screens/List/ListHiddenScreen.tsx:86
+msgid "Unsubscribed from list"
+msgstr "Diéstite de baxa d'esta llista"
+
+#: src/view/com/composer/Composer.tsx:759
+msgid "Unsupported video type"
+msgstr ""
+
+#: src/view/com/composer/videos/SelectVideoBtn.tsx:66
+msgid "Unsupported video type: {0}"
+msgstr ""
+
+#: src/view/com/composer/videos/SelectVideoBtn.tsx:72
+#~ msgid "Unsupported video type: {mimeType}"
+#~ msgstr ""
+
+#: src/lib/moderation/useReportOptions.ts:77
+#: src/lib/moderation/useReportOptions.ts:90
+msgid "Unwanted Sexual Content"
+msgstr "Conteníu sexual non deseáu"
+
+#: src/view/com/modals/UserAddRemoveLists.tsx:82
+msgid "Update <0>{displayName}</0> in Lists"
+msgstr ""
+
+#: src/screens/Settings/components/ChangeHandleDialog.tsx:494
+#: src/screens/Settings/components/ChangeHandleDialog.tsx:515
+msgid "Update to {domain}"
+msgstr ""
+
+#: src/view/com/modals/ChangeHandle.tsx:495
+#~ msgid "Update to {handle}"
+#~ msgstr ""
+
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:306
+msgid "Updating quote attachment failed"
+msgstr "L'anovamientu del elementu axuntu de la cita falló"
+
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:336
+msgid "Updating reply visibility failed"
+msgstr "L'anovamientu de la visibilidá de la rempuesta falló"
+
+#: src/screens/Login/SetNewPasswordForm.tsx:180
+msgid "Updating..."
+msgstr "Anovando…"
+
+#: src/screens/Onboarding/StepProfile/index.tsx:290
+msgid "Upload a photo instead"
+msgstr "Xubir una semeya"
+
+#: src/screens/Settings/components/ChangeHandleDialog.tsx:452
+msgid "Upload a text file to:"
+msgstr ""
+
+#: src/view/com/util/UserAvatar.tsx:371
+#: src/view/com/util/UserAvatar.tsx:374
+#: src/view/com/util/UserBanner.tsx:123
+#: src/view/com/util/UserBanner.tsx:126
+msgid "Upload from Camera"
+msgstr "Xubir dende Cámara"
+
+#: src/view/com/util/UserAvatar.tsx:388
+#: src/view/com/util/UserBanner.tsx:140
+msgid "Upload from Files"
+msgstr "Xubir dende Ficheros"
+
+#: src/view/com/util/UserAvatar.tsx:382
+#: src/view/com/util/UserAvatar.tsx:386
+#: src/view/com/util/UserBanner.tsx:134
+#: src/view/com/util/UserBanner.tsx:138
+msgid "Upload from Library"
+msgstr "Xubir dende Biblioteca"
+
+#: src/lib/api/index.ts:296
+msgid "Uploading images..."
+msgstr "Xubiendo les imáxenes…"
+
+#: src/lib/api/index.ts:350
+#: src/lib/api/index.ts:374
+msgid "Uploading link thumbnail..."
+msgstr "Xubiendo la miniatura del enllaz…"
+
+#: src/view/com/composer/Composer.tsx:1631
+msgid "Uploading video..."
+msgstr "Xubiendo'l videu…"
+
+#: src/view/com/modals/ChangeHandle.tsx:395
+#~ msgid "Use a file on your server"
+#~ msgstr ""
+
+#: src/view/screens/AppPasswords.tsx:205
+#~ msgid "Use app passwords to login to other Bluesky clients without giving full access to your account or password."
+#~ msgstr ""
+
+#: src/screens/Settings/AppPasswords.tsx:59
+msgid "Use app passwords to sign in to other Bluesky clients without giving full access to your account or password."
+msgstr ""
+
+#: src/view/com/modals/ChangeHandle.tsx:506
+#~ msgid "Use bsky.social as hosting provider"
+#~ msgstr ""
+
+#: src/screens/Settings/components/ChangeHandleDialog.tsx:527
+msgid "Use default provider"
+msgstr ""
+
+#: src/view/com/modals/InAppBrowserConsent.tsx:53
+#: src/view/com/modals/InAppBrowserConsent.tsx:55
+msgid "Use in-app browser"
+msgstr "Usar el restolador na aplicación"
+
+#: src/screens/Settings/ContentAndMediaSettings.tsx:96
+#: src/screens/Settings/ContentAndMediaSettings.tsx:102
+msgid "Use in-app browser to open links"
+msgstr ""
+
+#: src/view/com/modals/InAppBrowserConsent.tsx:63
+#: src/view/com/modals/InAppBrowserConsent.tsx:65
+msgid "Use my default browser"
+msgstr "Usar el restolador predetermináu"
+
+#: src/screens/Feeds/NoSavedFeedsOfAnyType.tsx:53
+msgid "Use recommended"
+msgstr "Usar lo aconseyao"
+
+#: src/view/com/modals/ChangeHandle.tsx:387
+#~ msgid "Use the DNS panel"
+#~ msgstr ""
+
+#: src/screens/Settings/components/AddAppPasswordDialog.tsx:190
+msgid "Use this to sign into the other app along with your handle."
+msgstr "Úsala xunto col to identificador p'aniciar la sesión n'otres aplicaciones."
+
+#: src/view/com/modals/InviteCodes.tsx:201
+msgid "Used by:"
+msgstr ""
+
+#: src/components/moderation/ModerationDetailsDialog.tsx:69
+#: src/lib/moderation/useModerationCauseDescription.ts:61
+msgid "User Blocked"
+msgstr ""
+
+#: src/lib/moderation/useModerationCauseDescription.ts:53
+msgid "User Blocked by \"{0}\""
+msgstr "{0} bloquió al usuariu"
+
+#: src/components/dms/BlockedByListDialog.tsx:27
+msgid "User blocked by list"
+msgstr "La llista bloquió al usuariu"
+
+#: src/components/moderation/ModerationDetailsDialog.tsx:55
+msgid "User Blocked by List"
+msgstr "Usuariu bloquiáu por una llista"
+
+#: src/lib/moderation/useModerationCauseDescription.ts:71
+msgid "User Blocking You"
+msgstr ""
+
+#: src/components/moderation/ModerationDetailsDialog.tsx:75
+msgid "User Blocks You"
+msgstr ""
+
+#: src/view/com/modals/UserAddRemoveLists.tsx:214
+msgid "User list by {0}"
+msgstr ""
+
+#: src/view/screens/ProfileList.tsx:890
+msgid "User list by <0/>"
+msgstr ""
+
+#: src/view/com/modals/UserAddRemoveLists.tsx:212
+#: src/view/screens/ProfileList.tsx:888
+msgid "User list by you"
+msgstr ""
+
+#: src/view/com/modals/CreateOrEditList.tsx:176
+msgid "User list created"
+msgstr "Creóse la llista d'usuarios"
+
+#: src/view/com/modals/CreateOrEditList.tsx:162
+msgid "User list updated"
+msgstr "Anovóse la llista d'usuarios"
+
+#: src/view/screens/Lists.tsx:78
+msgid "User Lists"
+msgstr "Llistes d'usuarios"
+
+#: src/screens/Login/LoginForm.tsx:183
+msgid "Username or email address"
+msgstr ""
+
+#: src/view/screens/ProfileList.tsx:924
+msgid "Users"
+msgstr "Usuarios"
+
+#: src/components/WhoCanReply.tsx:258
+msgid "users followed by <0>@{0}</0>"
+msgstr "usuarios siguíos por <0>@{0}</0>"
+
+#: src/screens/Messages/Settings.tsx:86
+#: src/screens/Messages/Settings.tsx:89
+msgid "Users I follow"
+msgstr "Usuarios que sigo"
+
+#: src/components/dialogs/PostInteractionSettingsDialog.tsx:420
+msgid "Users in \"{0}\""
+msgstr ""
+
+#: src/components/LikesDialog.tsx:83
+msgid "Users that have liked this content or profile"
+msgstr ""
+
+#: src/screens/Settings/components/ChangeHandleDialog.tsx:418
+msgid "Value:"
+msgstr "Valor:"
+
+#: src/view/com/composer/videos/SelectVideoBtn.tsx:125
+msgid "Verified email required"
+msgstr ""
+
+#: src/screens/Settings/components/ChangeHandleDialog.tsx:496
+#: src/screens/Settings/components/ChangeHandleDialog.tsx:517
+msgid "Verify DNS Record"
+msgstr ""
+
+#: src/view/screens/Settings/index.tsx:937
+#~ msgid "Verify email"
+#~ msgstr ""
+
+#: src/components/dialogs/VerifyEmailDialog.tsx:134
+#: src/components/intents/VerifyEmailIntentDialog.tsx:67
+msgid "Verify email dialog"
+msgstr ""
+
+#: src/view/screens/Settings/index.tsx:962
+#~ msgid "Verify my email"
+#~ msgstr ""
+
+#: src/view/screens/Settings/index.tsx:971
+#~ msgid "Verify My Email"
+#~ msgstr ""
+
+#: src/view/com/modals/ChangeEmail.tsx:200
+#: src/view/com/modals/ChangeEmail.tsx:202
+msgid "Verify New Email"
+msgstr ""
+
+#: src/view/com/composer/videos/SelectVideoBtn.tsx:129
+msgid "Verify now"
+msgstr ""
+
+#: src/screens/Settings/components/ChangeHandleDialog.tsx:497
+#: src/screens/Settings/components/ChangeHandleDialog.tsx:519
+msgid "Verify Text File"
+msgstr ""
+
+#: src/screens/Settings/AccountSettings.tsx:67
+#: src/screens/Settings/AccountSettings.tsx:83
+msgid "Verify your email"
+msgstr "Verificar la direición de corréu"
+
+#: src/components/dialogs/VerifyEmailDialog.tsx:85
+#: src/view/com/modals/VerifyEmail.tsx:111
+msgid "Verify Your Email"
+msgstr "Verificación de la direición de corréu"
+
+#: src/screens/Settings/AboutSettings.tsx:59
+#: src/screens/Settings/AboutSettings.tsx:69
+msgid "Version {appVersion}"
+msgstr "Versión {appVersion}"
+
+#: src/view/screens/Settings/index.tsx:890
+#~ msgid "Version {appVersion} {bundleInfo}"
+#~ msgstr ""
+
+#: src/view/com/util/post-embeds/VideoEmbedInner/VideoEmbedInnerNative.tsx:83
+#: src/view/com/util/post-embeds/VideoEmbedInner/VideoEmbedInnerNative.tsx:134
+msgid "Video"
+msgstr "Videu"
+
+#: src/view/com/composer/state/video.ts:358
+msgid "Video failed to process"
+msgstr "Nun se pudo procesar el videu"
+
+#: src/screens/Onboarding/index.tsx:39
+#: src/screens/Onboarding/state.ts:90
+msgid "Video Games"
+msgstr "Videoxuegos"
+
+#: src/view/com/util/post-embeds/VideoEmbed.web.tsx:169
+msgid "Video not found."
+msgstr "Nun s'atopó'l videu."
+
+#: src/view/com/composer/videos/SubtitleDialog.tsx:99
+msgid "Video settings"
+msgstr ""
+
+#: src/view/com/composer/Composer.tsx:1641
+msgid "Video uploaded"
+msgstr "Xubióse'l videu"
+
+#: src/view/com/util/post-embeds/VideoEmbedInner/VideoEmbedInnerNative.tsx:83
+msgid "Video: {0}"
+msgstr "Videu: {0}"
+
+#: src/view/com/composer/videos/SelectVideoBtn.tsx:58
+#: src/view/com/composer/videos/SelectVideoBtn.tsx:73
+msgid "Videos must be less than 60 seconds long"
+msgstr "Los vídeos tienen de durar menos de 60 segundos"
+
+#: src/screens/Profile/Header/Shell.tsx:160
+msgid "View {0}'s avatar"
+msgstr "Ver l'avatar de {0}"
+
+#: src/components/ProfileCard.tsx:110
+#: src/view/com/notifications/FeedItem.tsx:408
+msgid "View {0}'s profile"
+msgstr "Ver el perfil de {0}"
+
+#: src/components/dms/MessagesListHeader.tsx:160
+msgid "View {displayName}'s profile"
+msgstr "Ver el perfil de: {displayName}"
+
+#: src/components/TagMenu/index.tsx:172
+msgid "View all posts by @{authorHandle} with tag {displayTag}"
+msgstr ""
+
+#: src/components/TagMenu/index.tsx:126
+msgid "View all posts with tag {displayTag}"
+msgstr ""
+
+#: src/components/ProfileHoverCard/index.web.tsx:433
+msgid "View blocked user's profile"
+msgstr ""
+
+#: src/screens/Settings/components/ExportCarDialog.tsx:98
+msgid "View blogpost for more details"
+msgstr "Ver la entrada del blogue pa consultar los detalles"
+
+#: src/view/screens/Log.tsx:57
+msgid "View debug entry"
+msgstr "Ver la entrada de depuración"
+
+#: src/components/ReportDialog/SelectReportOptionView.tsx:139
+msgid "View details"
+msgstr "Ver los detalles"
+
+#: src/components/ReportDialog/SelectReportOptionView.tsx:134
+msgid "View details for reporting a copyright violation"
+msgstr "Ver los detalles pa informar d'un incumplimientu de los derechos d'autor"
+
+#: src/view/com/posts/ViewFullThread.tsx:56
+msgid "View full thread"
+msgstr "Ver el filu completu"
+
+#: src/components/moderation/LabelsOnMe.tsx:46
+msgid "View information about these labels"
+msgstr "Ver la información d'estes etiquetes"
+
+#: src/components/ProfileHoverCard/index.web.tsx:419
+#: src/components/ProfileHoverCard/index.web.tsx:439
+#: src/components/ProfileHoverCard/index.web.tsx:466
+#: src/view/com/posts/AviFollowButton.tsx:55
+#: src/view/com/posts/FeedErrorMessage.tsx:175
+#: src/view/com/util/PostMeta.tsx:79
+#: src/view/com/util/PostMeta.tsx:94
+msgid "View profile"
+msgstr ""
+
+#: src/view/com/profile/ProfileSubpageHeader.tsx:159
+msgid "View the avatar"
+msgstr ""
+
+#: src/components/LabelingServiceCard/index.tsx:162
+msgid "View the labeling service provided by @{0}"
+msgstr ""
+
+#: src/view/screens/ProfileFeed.tsx:588
+msgid "View users who like this feed"
+msgstr "Ver a qué usuarios-yos prestó esti feed"
+
+#: src/screens/Moderation/index.tsx:269
+msgid "View your blocked accounts"
+msgstr "Ver les cuentes que bloquiesti"
+
+#: src/view/com/home/HomeHeaderLayout.web.tsx:78
+#: src/view/com/home/HomeHeaderLayoutMobile.tsx:88
+msgid "View your feeds and explore more"
+msgstr ""
+
+#: src/screens/Moderation/index.tsx:239
+msgid "View your moderation lists"
+msgstr "Ver les tos llistes de moderación"
+
+#: src/screens/Moderation/index.tsx:254
+msgid "View your muted accounts"
+msgstr ""
+
+#: src/view/com/modals/LinkWarning.tsx:89
+#: src/view/com/modals/LinkWarning.tsx:95
+msgid "Visit Site"
+msgstr ""
+
+#: src/view/com/util/post-embeds/VideoEmbedInner/web-controls/VolumeControl.tsx:80
+msgid "Volume"
+msgstr "Volume"
+
+#: src/components/moderation/LabelPreference.tsx:136
+#: src/lib/moderation/useLabelBehaviorDescription.ts:17
+#: src/lib/moderation/useLabelBehaviorDescription.ts:22
+msgid "Warn"
+msgstr "Alvertir"
+
+#: src/lib/moderation/useLabelBehaviorDescription.ts:48
+msgid "Warn content"
+msgstr ""
+
+#: src/lib/moderation/useLabelBehaviorDescription.ts:46
+msgid "Warn content and filter from feeds"
+msgstr ""
+
+#: src/screens/Hashtag.tsx:218
+msgid "We couldn't find any results for that hashtag."
+msgstr "Nun pudimos atopar nengún resultáu pa esa etiqueta."
+
+#: src/screens/Messages/Conversation.tsx:113
+msgid "We couldn't load this conversation"
+msgstr "Nun pudimos cargar esta conversación"
+
+#: src/screens/SignupQueued.tsx:146
+msgid "We estimate {estimatedTime} until your account is ready."
+msgstr ""
+
+#: src/components/intents/VerifyEmailIntentDialog.tsx:107
+msgid "We have sent another verification email to <0>{0}</0>."
+msgstr "Unviémoste otru mensaxes de verificación a <0>{0}</0>."
+
+#: src/screens/Onboarding/StepFinished.tsx:234
+msgid "We hope you have a wonderful time. Remember, Bluesky is:"
+msgstr "Esperamos que lo pases podre. Recuerda que Bluesky ye:"
+
+#: src/view/com/posts/DiscoverFallbackHeader.tsx:29
+msgid "We ran out of posts from your follows. Here's the latest from <0/>."
+msgstr ""
+
+#: src/view/com/composer/state/video.ts:417
+msgid "We were unable to determine if you are allowed to upload videos. Please try again."
+msgstr "Nun fuimos a determinar si tienes permisu pa xubir vídeos. Volvi tentalo."
+
+#: src/components/dialogs/BirthDateSettings.tsx:51
+msgid "We were unable to load your birth date preferences. Please try again."
+msgstr ""
+
+#: src/screens/Moderation/index.tsx:414
+msgid "We were unable to load your configured labelers at this time."
+msgstr "Nesti momentu nun fuimos a cargar los etiquetadores configuraos."
+
+#: src/screens/Onboarding/StepInterests/index.tsx:129
+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 ""
+
+#: src/screens/SignupQueued.tsx:150
+msgid "We will let you know when your account is ready."
+msgstr "Vamos avisate cuando la cuenta tea preparada."
+
+#: src/screens/Onboarding/StepInterests/index.tsx:134
+msgid "We'll use this to help customize your experience."
+msgstr "Vamos usar esta información pa personalizar la to esperiencia."
+
+#: src/components/dms/dialogs/SearchablePeopleList.tsx:87
+msgid "We're having network issues, try again"
+msgstr "Tenemos problemes de rede. Volvi tentalo"
+
+#: src/components/dialogs/nuxs/NeueTypography.tsx:54
+#~ msgid "We're introducing a new theme font, along with adjustable font sizing."
+#~ msgstr ""
+
+#: src/screens/Signup/index.tsx:94
+msgid "We're so excited to have you join us!"
+msgstr "¡Allégranos muncho tenete con nós!"
+
+#: src/view/screens/ProfileList.tsx:113
+msgid "We're sorry, but we were unable to resolve this list. If this persists, please contact the list creator, @{handleOrDid}."
+msgstr ""
+
+#: src/components/dialogs/MutedWords.tsx:378
+msgid "We're sorry, but we weren't able to load your muted words at this time. Please try again."
+msgstr ""
+
+#: src/view/screens/Search/Search.tsx:212
+msgid "We're sorry, but your search could not be completed. Please try again in a few minutes."
+msgstr "La busca nun se completó. Volvi tentalo nunos minutos."
+
+#: src/view/com/composer/Composer.tsx:410
+msgid "We're sorry! The post you are replying to has been deleted."
+msgstr "Desanicióse la publicación a la que tas respondiendo."
+
+#: src/components/Lists.tsx:220
+#: src/view/screens/NotFound.tsx:50
+msgid "We're sorry! We can't find the page you were looking for."
+msgstr "Nun podemos atopar la páxina que buscabes."
+
+#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:341
+msgid "We're sorry! You can only subscribe to twenty labelers, and you've reached your limit of twenty."
+msgstr "Namás pues soscribite a venti etiquetadores y yá algamesti esa llende."
+
+#: src/screens/Deactivated.tsx:131
+msgid "Welcome back!"
+msgstr ""
+
+#: src/components/NewskieDialog.tsx:103
+msgid "Welcome, friend!"
+msgstr "¡Afáyate, colega!"
+
+#: src/screens/Onboarding/StepInterests/index.tsx:126
+msgid "What are your interests?"
+msgstr "¿Qué t'interesa?"
+
+#: src/screens/StarterPack/Wizard/StepDetails.tsx:41
+msgid "What do you want to call your starter pack?"
+msgstr "¿Cómo quies llamar al paquete d'iniciación?"
+
+#: src/view/com/auth/SplashScreen.tsx:38
+#: src/view/com/auth/SplashScreen.web.tsx:99
+#: src/view/com/composer/Composer.tsx:722
+msgid "What's up?"
+msgstr "¿Que pasó?"
+
+#: src/view/com/modals/lang-settings/PostLanguagesSettings.tsx:79
+msgid "Which languages are used in this post?"
+msgstr "¿Qué llingües s'usaron nesta publicación?"
+
+#: src/view/com/modals/lang-settings/ContentLanguagesSettings.tsx:78
+msgid "Which languages would you like to see in your algorithmic feeds?"
+msgstr ""
+
+#: src/components/WhoCanReply.tsx:179
+msgid "Who can interact with this post?"
+msgstr "¿Quién pue interactuar con esta publicación?"
+
+#: src/components/WhoCanReply.tsx:87
+msgid "Who can reply"
+msgstr "Quién pue responder"
+
+#: src/screens/Home/NoFeedsPinned.tsx:79
+#: src/screens/Messages/ChatList.tsx:183
+msgid "Whoops!"
+msgstr "¡Meca!"
+
+#: src/components/ReportDialog/SelectReportOptionView.tsx:44
+msgid "Why should this content be reviewed?"
+msgstr "¿Por qué habría revisase esti conteníu?"
+
+#: src/components/ReportDialog/SelectReportOptionView.tsx:57
+msgid "Why should this feed be reviewed?"
+msgstr "¿Por qué habría revisase esti feed?"
+
+#: src/components/ReportDialog/SelectReportOptionView.tsx:54
+msgid "Why should this list be reviewed?"
+msgstr "¿Por qué habría revisase esta llista?"
+
+#: src/components/ReportDialog/SelectReportOptionView.tsx:63
+msgid "Why should this message be reviewed?"
+msgstr "¿Por qué habría revisase esti mensaxe?"
+
+#: src/components/ReportDialog/SelectReportOptionView.tsx:51
+msgid "Why should this post be reviewed?"
+msgstr "¿Por qué habría revisase esta publicación?"
+
+#: src/components/ReportDialog/SelectReportOptionView.tsx:60
+msgid "Why should this starter pack be reviewed?"
+msgstr "¿Por qué habría revisase esti paquete d'iniciación?"
+
+#: src/components/ReportDialog/SelectReportOptionView.tsx:48
+msgid "Why should this user be reviewed?"
+msgstr "¿Por qué habría revisase esti usuariu?"
+
+#: src/screens/Messages/components/MessageInput.tsx:149
+#: src/screens/Messages/components/MessageInput.web.tsx:198
+msgid "Write a message"
+msgstr ""
+
+#: src/view/com/composer/Composer.tsx:810
+msgid "Write post"
+msgstr ""
+
+#: src/view/com/composer/Composer.tsx:720
+#: src/view/com/post-thread/PostThreadComposePrompt.tsx:70
+msgid "Write your reply"
+msgstr "Escribir una rempuesta"
+
+#: src/screens/Onboarding/index.tsx:25
+#: src/screens/Onboarding/state.ts:103
+msgid "Writers"
+msgstr "Escritores"
+
+#: src/screens/Settings/components/ChangeHandleDialog.tsx:336
+msgid "Wrong DID returned from server. Received: {0}"
+msgstr "El sirvidor devolvió un DID incorreutu. Recibióse: {0}"
+
+#: src/view/com/composer/select-language/SuggestedLanguage.tsx:78
+msgid "Yes"
+msgstr "Sí"
+
+#: src/screens/Settings/components/DeactivateAccountDialog.tsx:106
+#: src/screens/Settings/components/DeactivateAccountDialog.tsx:108
+msgid "Yes, deactivate"
+msgstr "Sí, desactivar"
+
+#: src/screens/StarterPack/StarterPackScreen.tsx:661
+msgid "Yes, delete this starter pack"
+msgstr "Sí, desanicialu"
+
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:724
+msgid "Yes, detach"
+msgstr "Sí, separtar"
+
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:734
+msgid "Yes, hide"
+msgstr "Sí, esconder"
+
+#: src/screens/Deactivated.tsx:153
+msgid "Yes, reactivate my account"
+msgstr "Sí, volver activar la cuenta"
+
+#: src/components/dms/DateDivider.tsx:46
+msgid "Yesterday"
+msgstr "Ayeri"
+
+#: src/screens/List/ListHiddenScreen.tsx:140
+msgid "you"
+msgstr "tu"
+
+#: src/components/NewskieDialog.tsx:43
+msgid "You"
+msgstr "Tu"
+
+#: src/screens/SignupQueued.tsx:143
+msgid "You are in line."
+msgstr ""
+
+#: src/view/com/composer/state/video.ts:410
+msgid "You are not allowed to upload videos."
+msgstr "Nun tienes permisu pa xubir vídeos."
+
+#: src/view/com/profile/ProfileFollows.tsx:95
+msgid "You are not following anyone."
+msgstr "Nun sigues a naide."
+
+#: src/components/dialogs/nuxs/NeueTypography.tsx:61
+#~ msgid "You can adjust these in your Appearance Settings later."
+#~ msgstr ""
+
+#: src/view/com/posts/FollowingEmptyState.tsx:63
+#: src/view/com/posts/FollowingEndOfFeed.tsx:64
+msgid "You can also discover new Custom Feeds to follow."
+msgstr "Tamién pues siguir los feeds personalizaos nuevos que descubras."
+
+#: src/view/com/modals/DeleteAccount.tsx:202
+msgid "You can also temporarily deactivate your account instead, and reactivate it at any time."
+msgstr "Tamién pues desactivar temporalmente la cuenta y volver activala en cualesquier momentu."
+
+#: src/screens/Messages/Settings.tsx:105
+msgid "You can continue ongoing conversations regardless of which setting you choose."
+msgstr "Pues siguir coles conversaciones que tengas en cursu independientemente de la opción qu'escueyas."
+
+#: src/screens/Login/index.tsx:155
+#: src/screens/Login/PasswordUpdatedForm.tsx:26
+msgid "You can now sign in with your new password."
+msgstr "Yá pues aniciar la sesión cola contraseña nueva."
+
+#: src/screens/Deactivated.tsx:139
+msgid "You can reactivate your account to continue logging in. Your profile and posts will be visible to other users."
+msgstr "Pues volver activar la cuenta pa siguir aniciando la sesión. El perfil y les publicaciones van ser visibles pa otros usuarios."
+
+#: src/view/com/profile/ProfileFollowers.tsx:95
+msgid "You do not have any followers."
+msgstr "Nun te sigue nenguna cuenta."
+
+#: src/screens/Profile/KnownFollowers.tsx:100
+msgid "You don't follow any users who follow @{name}."
+msgstr "Nun sigues a nengún usuariu que sigua a @{name}."
+
+#: src/view/com/modals/InviteCodes.tsx:67
+msgid "You don't have any invite codes yet! We'll send you some when you've been on Bluesky for a little longer."
+msgstr "¡Nun tienes nengún códigu d'invitación! Vamos unviate dalgún cuando lleves un tiempu en Bluesky."
+
+#: src/view/screens/SavedFeeds.tsx:144
+msgid "You don't have any pinned feeds."
+msgstr "Nun tienes nengún feed fixáu."
+
+#: src/view/screens/SavedFeeds.tsx:184
+msgid "You don't have any saved feeds."
+msgstr "Nun tienes nengún feed guardáu."
+
+#: src/view/com/post-thread/PostThread.tsx:214
+msgid "You have blocked the author or you have been blocked by the author."
+msgstr "Bloquiesti al autor o l'autor bloquióte."
+
+#: src/components/dms/MessagesListBlockedFooter.tsx:58
+msgid "You have blocked this user"
+msgstr "Bloquiesti a esti usuariu"
+
+#: src/components/moderation/ModerationDetailsDialog.tsx:71
+#: src/lib/moderation/useModerationCauseDescription.ts:55
+#: src/lib/moderation/useModerationCauseDescription.ts:63
+msgid "You have blocked this user. You cannot view their content."
+msgstr "Bloquiesti a esti usuariu. Nun pues ver el so conteníu."
+
+#: src/screens/Login/SetNewPasswordForm.tsx:48
+#: src/screens/Login/SetNewPasswordForm.tsx:85
+#: src/view/com/modals/ChangePassword.tsx:88
+#: src/view/com/modals/ChangePassword.tsx:122
+msgid "You have entered an invalid code. It should look like XXXXX-XXXXX."
+msgstr "Introduxesti un códigu inválidu. Habría ser del tipu XXXXX-XXXXX."
+
+#: src/lib/moderation/useModerationCauseDescription.ts:114
+msgid "You have hidden this post"
+msgstr "Escondiesti esti artículu"
+
+#: src/components/moderation/ModerationDetailsDialog.tsx:109
+msgid "You have hidden this post."
+msgstr "Escondiesti esti artículu."
+
+#: src/components/moderation/ModerationDetailsDialog.tsx:102
+#: src/lib/moderation/useModerationCauseDescription.ts:97
+msgid "You have muted this account."
+msgstr "Silenciesti esta cuenta."
+
+#: src/lib/moderation/useModerationCauseDescription.ts:91
+msgid "You have muted this user"
+msgstr "Silenciesti esti usuariu"
+
+#: src/screens/Messages/ChatList.tsx:223
+msgid "You have no conversations yet. Start one!"
+msgstr "Nun tienes nenguna conversación. ¡Anicia una!"
+
+#: src/view/com/feeds/ProfileFeedgens.tsx:143
+msgid "You have no feeds."
+msgstr "Nun tienes nengún feed."
+
+#: src/view/com/lists/MyLists.tsx:90
+#: src/view/com/lists/ProfileLists.tsx:139
+msgid "You have no lists."
+msgstr "Nun tienes nenguna llista."
+
+#: src/view/screens/ModerationBlockedAccounts.tsx:133
+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 "Nun bloquiesti nenguna cuenta. Pa bloquiar una, vete al so perfil y seleiciona «Bloquiar la cuenta» nel menú de la so cuenta."
+
+#: src/view/screens/AppPasswords.tsx:96
+#~ msgid "You have not created any app passwords yet. You can create one by pressing the button below."
+#~ msgstr ""
+
+#: src/view/screens/ModerationMutedAccounts.tsx:132
+msgid "You have not muted any accounts yet. To mute an account, go to their profile and select \"Mute account\" from the menu on their account."
+msgstr "Nun silenciesti nenguna cuenta. Pa silenciar una, vete al so perfil y seleiciona «Silenciar la cuenta» nel menú de la so cuenta."
+
+#: src/components/Lists.tsx:52
+msgid "You have reached the end"
+msgstr "Aportesti a la fin"
+
+#: src/lib/media/video/upload.shared.ts:56
+msgid "You have temporarily reached the limit for video uploads. Please try again later."
+msgstr "Algamesti temporalmente la llende vídeos xubíos. Volvi tentalo dempués."
+
+#: src/components/StarterPack/ProfileStarterPacks.tsx:241
+msgid "You haven't created a starter pack yet!"
+msgstr "¡Nun creesti nengún paquete d'iniciación!"
+
+#: src/components/dialogs/MutedWords.tsx:398
+msgid "You haven't muted any words or tags yet"
+msgstr "Nun silenciesti nenguna pallabra nin etiqueta"
+
+#: src/components/moderation/ModerationDetailsDialog.tsx:116
+#: src/lib/moderation/useModerationCauseDescription.ts:125
+msgid "You hid this reply."
+msgstr "Escondiesti esta rempuesta."
+
+#: 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:83
+msgid "You may appeal these labels if you feel they were placed in error."
+msgstr "Pues apellar estes etiquetes si te paez que s'aplicaron por error."
+
+#: src/screens/StarterPack/Wizard/State.tsx:79
+msgid "You may only add up to {STARTER_PACK_MAX_SIZE} profiles"
+msgstr "Namás pues amestar hasta {STARTER_PACK_MAX_SIZE} perfiles"
+
+#: src/screens/StarterPack/Wizard/State.tsx:97
+msgid "You may only add up to 3 feeds"
+msgstr "Namás pues amestar hasta 3 feeds"
+
+#: src/lib/media/picker.shared.ts:22
+msgid "You may only select up to 4 images"
+msgstr "Namás pues seleicionar hasta 4 imáxenes"
+
+#: src/screens/Signup/StepInfo/Policies.tsx:106
+msgid "You must be 13 years of age or older to sign up."
+msgstr "Tienes de tener 13 o más p'aniciar la sesión."
+
+#: src/components/StarterPack/ProfileStarterPacks.tsx:324
+msgid "You must be following at least seven other people to generate a starter pack."
+msgstr "Tienes de siguir a, polo menos, siete persones más pa xenerar un paquete d'iniciación."
+
+#: src/components/StarterPack/QrCodeDialog.tsx:60
+msgid "You must grant access to your photo library to save a QR code"
+msgstr "Tienes de conceder l'accesu a la biblioteca de semeyes pa guardar un códigu QR"
+
+#: src/components/StarterPack/ShareDialog.tsx:68
+msgid "You must grant access to your photo library to save the image."
+msgstr "Tienes de conceder l'accesu a la biblioteca de semeyes pa guardar la imaxe."
+
+#: src/components/ReportDialog/SubmitView.tsx:210
+msgid "You must select at least one labeler for a report"
+msgstr "Tienes de seleicionar polo menos un etiquetador pa informar"
+
+#: src/screens/Deactivated.tsx:134
+msgid "You previously deactivated @{0}."
+msgstr "Desactivesti @{0} anteriormente."
+
+#: src/screens/Settings/Settings.tsx:249
+msgid "You will be signed out of all your accounts."
+msgstr "Vas zarrar la sesión de toles cuentes."
+
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:217
+msgid "You will no longer receive notifications for this thread"
+msgstr "Yá nun vas recibir avisos d'esti filu"
+
+#: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:213
+msgid "You will now receive notifications for this thread"
+msgstr "Agora vas recibir avisos d'esti filu"
+
+#: src/screens/Login/SetNewPasswordForm.tsx:98
+msgid "You will receive an email with a \"reset code.\" Enter that code here, then enter your new password."
+msgstr ""
+
+#: src/screens/Messages/components/ChatListItem.tsx:124
+msgid "You: {0}"
+msgstr "Tu: {0}"
+
+#: src/screens/Messages/components/ChatListItem.tsx:153
+msgid "You: {defaultEmbeddedContentMessage}"
+msgstr "Tu: {defaultEmbeddedContentMessage}"
+
+#: src/screens/Messages/components/ChatListItem.tsx:146
+msgid "You: {short}"
+msgstr "Tu: {short}"
+
+#: src/screens/Signup/index.tsx:107
+msgid "You'll follow the suggested users and feeds once you finish creating your account!"
+msgstr "Namás qu'acabes de crear la cuenta, vas siguir a los usuarios y feeds suxeríos."
+
+#: src/screens/Signup/index.tsx:112
+msgid "You'll follow the suggested users once you finish creating your account!"
+msgstr "Namás qu'acabes de crear la cuenta, vas sigur a los usuarios suxeríos."
+
+#: src/screens/StarterPack/StarterPackLandingScreen.tsx:232
+msgid "You'll follow these people and {0} others"
+msgstr "Vas siguir a estes persones y a {0} más"
+
+#: src/screens/StarterPack/StarterPackLandingScreen.tsx:230
+msgid "You'll follow these people right away"
+msgstr ""
+
+#: src/components/dialogs/VerifyEmailDialog.tsx:178
+msgid "You'll receive an email at <0>{0}</0> to verify it's you."
+msgstr "Vas recibir un mensaxe en <0>{0}</0> pa verificar que yes tu."
+
+#: src/screens/StarterPack/StarterPackLandingScreen.tsx:270
+msgid "You'll stay updated with these feeds"
+msgstr ""
+
+#: src/screens/SignupQueued.tsx:113
+msgid "You're in line"
+msgstr ""
+
+#: src/screens/Deactivated.tsx:89
+#: src/screens/Settings/components/DeactivateAccountDialog.tsx:54
+msgid "You're logged in with an App Password. Please log in with your main password to continue deactivating your account."
+msgstr "Aniciesti la sesión con una contraseña d'aplicación. Anicia la sesión cola contraseña principal pa siguir cola desactivación de la cuenta."
+
+#: src/screens/Onboarding/StepFinished.tsx:231
+msgid "You're ready to go!"
+msgstr ""
+
+#: src/components/moderation/ModerationDetailsDialog.tsx:106
+#: src/lib/moderation/useModerationCauseDescription.ts:106
+msgid "You've chosen to hide a word or tag within this post."
+msgstr "Escoyesti esconder una pallabra o una etiqueta d'esta publicación."
+
+#: src/view/com/posts/FollowingEndOfFeed.tsx:44
+msgid "You've reached the end of your feed! Find some more accounts to follow."
+msgstr "¡Algamesti la fin del feed! Atopa dalgunes cuentes más y síguiles."
+
+#: src/view/com/composer/state/video.ts:421
+msgid "You've reached your daily limit for video uploads (too many bytes)"
+msgstr "Algamesti la llende diaria de vídeos xubíos (milenta bytes)"
+
+#: src/view/com/composer/state/video.ts:425
+msgid "You've reached your daily limit for video uploads (too many videos)"
+msgstr "Algamesti la llende diaria de vídeos xubíos (milenta vídeos)"
+
+#: src/screens/Signup/index.tsx:140
+msgid "Your account"
+msgstr ""
+
+#: src/view/com/modals/DeleteAccount.tsx:88
+msgid "Your account has been deleted"
+msgstr "Desanicióse la cuenta"
+
+#: src/view/com/composer/state/video.ts:429
+msgid "Your account is not yet old enough to upload videos. Please try again later."
+msgstr "La cuenta nun tien abonda antigüedá como pa xubir vídeos. Volvi tentalo dempués."
+
+#: src/screens/Settings/components/ExportCarDialog.tsx:65
+msgid "Your account repository, containing all public data records, can be downloaded as a \"CAR\" file. This file does not include media embeds, such as images, or your private data, which must be fetched separately."
+msgstr "El depósitu de la cuenta, que contién tolos rexistros de datos públicos, pues baxalu como ficheru «CAR». Esti ficheru nun contién incrustaciones multimedia (imáxenes, vídeos…) nin datos privaos, que los tienes de consiguir per separtao."
+
+#: src/screens/Signup/StepInfo/index.tsx:211
+msgid "Your birth date"
+msgstr ""
+
+#: src/view/com/util/post-embeds/VideoEmbed.web.tsx:173
+msgid "Your browser does not support the video format. Please try a different browser."
+msgstr "El restolador nun ye compatible col formatu del videu. Prueba con otru restolador."
+
+#: src/screens/Messages/components/ChatDisabled.tsx:25
+msgid "Your chats have been disabled"
+msgstr "Desactiváronse les charres"
+
+#: src/view/com/modals/InAppBrowserConsent.tsx:44
+msgid "Your choice will be saved, but can be changed later in settings."
+msgstr "Va guardáse la opción qu'escueyas, mas pues camulada dempués na configuración."
+
+#: src/screens/Login/ForgotPasswordForm.tsx:51
+#: src/screens/Signup/state.ts:203
+#: src/screens/Signup/StepInfo/index.tsx:108
+#: src/view/com/modals/ChangePassword.tsx:55
+msgid "Your email appears to be invalid."
+msgstr "La direición de corréu paez ser inválida."
+
+#: src/view/com/modals/ChangeEmail.tsx:120
+msgid "Your email has been updated but not verified. As a next step, please verify your new email."
+msgstr ""
+
+#: src/view/com/modals/VerifyEmail.tsx:122
+msgid "Your email has not yet been verified. This is an important security step which we recommend."
+msgstr "La direición de corréu nun se verificó. Facelo ye un pasu mui importante qu'aconseyamos."
+
+#: src/state/shell/progress-guide.tsx:156
+msgid "Your first like!"
+msgstr "¡El to primer préstame!"
+
+#: src/view/com/posts/FollowingEmptyState.tsx:43
+msgid "Your following feed is empty! Follow more users to see what's happening."
+msgstr "¡El feed siguiente ta baleru! Sigui a más usuarios pa ver qué pasó."
+
+#: src/screens/Signup/StepHandle.tsx:125
+msgid "Your full handle will be"
+msgstr "L'identificador completu va ser"
+
+#: src/screens/Settings/components/ChangeHandleDialog.tsx:219
+msgid "Your full handle will be <0>@{0}</0>"
+msgstr "L'identificador completu va ser <0>@{0}</0>"
+
+#: src/components/dialogs/MutedWords.tsx:369
+msgid "Your muted words"
+msgstr "Pallabres que silenciesti"
+
+#: src/view/com/modals/ChangePassword.tsx:158
+msgid "Your password has been changed successfully!"
+msgstr "¡Camudesti la contraseña correutamente!"
+
+#: src/view/com/composer/Composer.tsx:470
+msgid "Your post has been published"
+msgstr "Publicóse la entrada"
+
+#: src/view/com/composer/Composer.tsx:467
+msgid "Your posts have been published"
+msgstr "Publicáronse les entraes"
+
+#: src/screens/Onboarding/StepFinished.tsx:246
+msgid "Your posts, likes, and blocks are public. Mutes are private."
+msgstr ""
+
+#: src/view/screens/Settings/index.tsx:119
+#~ msgid "Your profile"
+#~ msgstr ""
+
+#: src/screens/Settings/components/DeactivateAccountDialog.tsx:75
+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 perfil, les publicaciones, los feeds y les llistes yá nun van ser visibles pa otros usuarios de Bluesky. Pues volver activar la cuenta en cualesquier momentu aniciando la sesión."
+
+#: src/view/com/composer/Composer.tsx:469
+msgid "Your reply has been published"
+msgstr "Publicóse la rempuesta"
+
+#: src/components/dms/ReportDialog.tsx:157
+msgid "Your report will be sent to the Bluesky Moderation Service"
+msgstr "L'informe unvióse al serviciu de moderación de Bluesky"
+
+#: src/screens/Signup/index.tsx:142
+msgid "Your user handle"
+msgstr ""
+